Skip to content

Commit

Permalink
Merge pull request #244 from phpDocumentor/debug-build
Browse files Browse the repository at this point in the history
Migrate phive
  • Loading branch information
jaapio committed Mar 30, 2022
2 parents d0f0f29 + f3022ef commit 4f5a896
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 70 deletions.
1 change: 0 additions & 1 deletion phive.xml → .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
<phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^9.5" installed="9.5.8" location="./tools/phpunit" copy="true"/>
<phar name="phpbench" version="^0.16.9" installed="0.16.9" location="./tools/phpbench" copy="true"/>
<phar name="scrutinizer-ci/ocular" version="^1.6.0" installed="1.6.0" location="./tools/ocular" copy="true" force-accept-unsigned="true"/>
</phive>
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"require": {
"php": ">=7.2",
"nikic/php-parser": "^4.13",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/reflection-common": "^2.1",
"phpdocumentor/reflection-docblock": "^5",
"phpdocumentor/type-resolver": "^1.0",
"phpdocumentor/type-resolver": "^1.2",
"psr/log": "~1.0",
"webmozart/assert": "^1.0"
"webmozart/assert": "^1.7"
},
"require-dev": {
"mikey179/vfsstream": "~1.2",
Expand Down

0 comments on commit 4f5a896

Please sign in to comment.