Skip to content

Commit

Permalink
Bump phars dependencies (#1347)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Dec 10, 2023
2 parents b5ab15e + 08837d9 commit bc59280
Show file tree
Hide file tree
Showing 7 changed files with 102,904 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .phive/phars.xml
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="psalm" version="^5.15.0" installed="5.15.0" location="./.phive/tools/psalm" copy="true"/>
<phar name="infection" version="^0.27.9" installed="0.27.9" location="./.phive/tools/infection" copy="true"/>
<phar name="phar-io/phive" version="^0.15.2" installed="0.15.2" location="./.phive/tools/phive" copy="true"/>
<phar name="phpdocumentor" version="^3.4.3" installed="3.4.3" location="./.phive/tools/phpdocumentor" copy="true"/>
<phar name="phpunit" version="^10.5.2" installed="10.5.2" location="./.phive/tools/phpunit" copy="true"/>
<phar name="psalm" version="^5.17.0" installed="5.17.0" location="./.phive/tools/psalm" copy="true"/>
</phive>
Binary file added .phive/tools/infection
Binary file not shown.
File renamed without changes.
Binary file added .phive/tools/phpdocumentor
Binary file not shown.
102,897 changes: 102,897 additions & 0 deletions .phive/tools/phpunit

Large diffs are not rendered by default.

Binary file modified .phive/tools/psalm
Binary file not shown.
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -97,9 +97,8 @@
"ecs:check": "ecs check --clear-cache || true",
"ecs:fix": "ecs check --clear-cache --fix",
"phive": [
".phive/tools/phive.phar selfupdate",
".phive/tools/phive.phar update --force-accept-unsigned",
".phive/tools/phive.phar purge"
".phive/tools/phive update --force-accept-unsigned",
".phive/tools/phive purge"
],
"phpunit": "vendor/bin/phpunit --do-not-cache-result --colors=always",
"phpunit:coverage": "@phpunit --coverage-clover=coverage.xml",
Expand Down

0 comments on commit bc59280

Please sign in to comment.