Skip to content

Commit eb22621

Browse files
keradussebastianbergmann
authored andcommitted
Revert "Do not use Phive to manage php-cs-fixer (for now)"
This reverts commit 6d8b244.
1 parent 6d8b244 commit eb22621

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

build.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,6 @@
398398
<exec executable="${basedir}/build/tools/composer">
399399
<arg value="self-update"/>
400400
</exec>
401-
402-
<exec executable="${basedir}/build/tools/php-cs-fixer" taskname="php-cs-fixer" failonerror="true">
403-
<arg value="selfupdate"/>
404-
</exec>
405401
</target>
406402

407403
<target name="-phploc" depends="prepare">

build/tools/php-cs-fixer

-7.38 KB
Binary file not shown.

phive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="phpab" version="^1.24.1" installed="1.25.1" location="./build/tools/phpab" copy="true"/>
4+
<phar name="php-cs-fixer" version="^2.12.0" installed="2.13.2" location="./build/tools/php-cs-fixer" copy="true"/>
45
<phar name="phpdox" version="^0.11.2" installed="0.11.2" location="./build/tools/phpdox" copy="true"/>
56
<phar name="phploc" version="^4.0.1" installed="4.0.1" location="./build/tools/phploc" copy="true"/>
67
</phive>

0 commit comments

Comments
 (0)