Skip to content

Commit

Permalink
Do not use Phive to manage php-cs-fixer (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 5, 2019
1 parent 6e6fb0c commit 6d8b244
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.xml
Expand Up @@ -398,6 +398,10 @@
<exec executable="${basedir}/build/tools/composer">
<arg value="self-update"/>
</exec>

<exec executable="${basedir}/build/tools/php-cs-fixer" taskname="php-cs-fixer" failonerror="true">
<arg value="selfupdate"/>
</exec>
</target>

<target name="-phploc" depends="prepare">
Expand Down
Binary file modified build/tools/php-cs-fixer
Binary file not shown.
1 change: 0 additions & 1 deletion phive.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="phpab" version="^1.24.1" installed="1.25.1" location="./build/tools/phpab" copy="true"/>
<phar name="php-cs-fixer" version="^2.12.0" installed="2.13.2" location="./build/tools/php-cs-fixer" copy="true"/>
<phar name="phpdox" version="^0.11.2" installed="0.11.2" location="./build/tools/phpdox" copy="true"/>
<phar name="phploc" version="^4.0.1" installed="4.0.1" location="./build/tools/phploc" copy="true"/>
</phive>

0 comments on commit 6d8b244

Please sign in to comment.