Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 4, 2024
1 parent 1210c83 commit 9a38358
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 317 deletions.
10 changes: 5 additions & 5 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="composer" version="^2.7" installed="2.7.1" location="./tools/composer" copy="true"/>
<phar name="phpunit" version="^11.0" installed="11.0.5" location="./tools/phpunit" copy="true"/>
<phar name="php-cs-fixer" version="^3.51" installed="3.51.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^5.23" installed="5.23.0" location="./tools/psalm" copy="true"/>
<phar name="infection" version="^0.27" installed="0.27.10" location="./tools/infection" copy="true"/>
<phar name="composer" version="^2.7" installed="2.7.2" location="./tools/composer" copy="true"/>
<phar name="phpunit" version="^11.0" installed="11.0.9" location="./tools/phpunit" copy="true"/>
<phar name="php-cs-fixer" version="^3.52" installed="3.52.1" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^5.23" installed="5.23.1" location="./tools/psalm" copy="true"/>
<phar name="infection" version="^0.28" installed="0.28.1" location="./tools/infection" copy="true"/>
</phive>
Binary file modified tools/composer
Binary file not shown.
Binary file modified tools/infection
Binary file not shown.
Binary file modified tools/php-cs-fixer
Binary file not shown.
595 changes: 283 additions & 312 deletions tools/phpunit

Large diffs are not rendered by default.

Binary file modified tools/psalm
Binary file not shown.

0 comments on commit 9a38358

Please sign in to comment.