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 229099d commit 6e7cd9d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?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="composer" version="^2.0.3" installed="2.0.3" location="./tools/composer" copy="true"/>
</phive>
4 changes: 0 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<arg value="--no-progress"/>
<arg value="update"/>
</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/php-cs-fixer
Binary file not shown.

0 comments on commit 6e7cd9d

Please sign in to comment.