Skip to content

Commit

Permalink
Merge branch '6.5' into 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 5, 2019
2 parents edd72a8 + 6d8b244 commit d44f244
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,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
Original file line number Diff line number Diff line change
@@ -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 d44f244

Please sign in to comment.