Skip to content

Commit

Permalink
Revert "Do not use Phive to manage php-cs-fixer (for now)"
Browse files Browse the repository at this point in the history
This reverts commit 6d8b244.
  • Loading branch information
keradus authored and sebastianbergmann committed Jan 7, 2019
1 parent 6d8b244 commit eb22621
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,6 @@
<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: 1 addition & 0 deletions phive.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?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 eb22621

Please sign in to comment.