Skip to content

Commit

Permalink
Update tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Nov 26, 2024
1 parent 8a932e9 commit 53d9658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phive.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^9.0.0" installed="9.5.10" location="./tools/phpunit" copy="true"/>
<phar name="phpcs" version="^3.5.2" installed="3.6.1" location="./tools/phpcs" copy="true"/>
<phar name="phpstan" version="^0.12.2" installed="0.12.99" location="./tools/phpstan" copy="true"/>
<phar name="phpunit" version="^9.0.0" installed="9.6.21" location="./tools/phpunit" copy="true"/>
<phar name="phpcs" version="^3.7" location="./tools/phpcs" copy="true" installed="3.11.1"/>
<phar name="phpstan" version="^1.0.0" installed="1.12.11" location="./tools/phpstan" copy="true"/>
</phive>

0 comments on commit 53d9658

Please sign in to comment.