Skip to content

Commit

Permalink
Update tools (and manage Composer through Phive)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 28, 2020
1 parent bb3529e commit 324762d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .phive/phars.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^2.16" installed="2.16.4" location="./tools/php-cs-fixer" copy="true"/>
<phar name="php-cs-fixer" version="^2.16" installed="2.16.7" location="./tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.0.1" location="./tools/psalm" copy="true"/>
<phar name="roave/backwardcompatibilitycheck" version="^5.0.0" installed="5.0.0" location="./tools/roave-backward-compatibility-check" copy="true"/>
<phar name="infection" version="^0.16.3" installed="0.18.2" location="./tools/infection" copy="true"/>
<phar name="infection" version="^0.16.3" installed="0.19.1" location="./tools/infection" copy="true"/>
<phar name="composer" version="^2.0.3" installed="2.0.3" location="./tools/composer" copy="true"/>
</phive>
4 changes: 0 additions & 4 deletions build.xml
Expand Up @@ -22,10 +22,6 @@
<arg value="update"/>
<arg value="--force-accept-unsigned"/>
</exec>

<exec executable="${basedir}/tools/composer" taskname="composer">
<arg value="self-update"/>
</exec>
</target>
</project>

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.

0 comments on commit 324762d

Please sign in to comment.