Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 25, 2023
1 parent 25b29f3 commit 27846e1
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 105 deletions.
8 changes: 4 additions & 4 deletions .phive/phars.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="composer" version="^2.5" installed="2.5.5" location="./tools/composer" copy="true"/>
<phar name="phpunit" version="^10.0" installed="10.1.2" location="./tools/phpunit" copy="true"/>
<phar name="php-cs-fixer" version="^3.15" installed="3.16.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^5.8" installed="5.11.0" location="./tools/psalm" copy="true"/>
<phar name="composer" version="^2.5" installed="2.5.7" location="./tools/composer" copy="true"/>
<phar name="phpunit" version="^10.0" installed="10.1.3" location="./tools/phpunit" copy="true"/>
<phar name="php-cs-fixer" version="^3.15" installed="3.17.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^5.8" installed="5.12.0" location="./tools/psalm" copy="true"/>
<phar name="infection" version="^0.26" installed="0.26.21" location="./tools/infection" copy="true"/>
</phive>
Binary file modified tools/composer
Binary file not shown.
Binary file modified tools/php-cs-fixer
Binary file not shown.

0 comments on commit 27846e1

Please sign in to comment.