Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 30, 2023
1 parent c50ec98 commit 5f8fa34
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 126 deletions.
4 changes: 2 additions & 2 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.0.18" location="./tools/phpunit" copy="true"/>
<phar name="phpunit" version="^10.0" installed="10.0.19" location="./tools/phpunit" copy="true"/>
<phar name="php-cs-fixer" version="^3.15" installed="3.15.1" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^5.8" installed="5.8.0" location="./tools/psalm" copy="true"/>
<phar name="psalm" version="^5.8" installed="5.9.0" location="./tools/psalm" copy="true"/>
<phar name="infection" version="^0.26" installed="0.26.19" location="./tools/infection" copy="true"/>
</phive>

0 comments on commit 5f8fa34

Please sign in to comment.