Skip to content

Commit 4f5a896

Browse files
authored
Merge pull request #244 from phpDocumentor/debug-build
Migrate phive
2 parents d0f0f29 + f3022ef commit 4f5a896

File tree

5 files changed

+137
-70
lines changed

5 files changed

+137
-70
lines changed

phive.xml renamed to .phive/phars.xml

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
<phive xmlns="https://phar.io/phive">
33
<phar name="phpunit" version="^9.5" installed="9.5.8" location="./tools/phpunit" copy="true"/>
44
<phar name="phpbench" version="^0.16.9" installed="0.16.9" location="./tools/phpbench" copy="true"/>
5-
<phar name="scrutinizer-ci/ocular" version="^1.6.0" installed="1.6.0" location="./tools/ocular" copy="true" force-accept-unsigned="true"/>
65
</phive>

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"require": {
2222
"php": ">=7.2",
2323
"nikic/php-parser": "^4.13",
24-
"phpdocumentor/reflection-common": "^2.0",
24+
"phpdocumentor/reflection-common": "^2.1",
2525
"phpdocumentor/reflection-docblock": "^5",
26-
"phpdocumentor/type-resolver": "^1.0",
26+
"phpdocumentor/type-resolver": "^1.2",
2727
"psr/log": "~1.0",
28-
"webmozart/assert": "^1.0"
28+
"webmozart/assert": "^1.7"
2929
},
3030
"require-dev": {
3131
"mikey179/vfsstream": "~1.2",

0 commit comments

Comments
 (0)