File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 398
398
<exec executable =" ${ basedir } /build/tools/composer" >
399
399
<arg value =" self-update" />
400
400
</exec >
401
-
402
- <exec executable =" ${ basedir } /build/tools/php-cs-fixer" taskname =" php-cs-fixer" failonerror =" true" >
403
- <arg value =" selfupdate" />
404
- </exec >
405
401
</target >
406
402
407
403
<target name =" -phploc" depends =" prepare" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
3
<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" />
4
5
<phar name =" phpdox" version =" ^0.11.2" installed =" 0.11.2" location =" ./build/tools/phpdox" copy =" true" />
5
6
<phar name =" phploc" version =" ^4.0.1" installed =" 4.0.1" location =" ./build/tools/phploc" copy =" true" />
6
7
</phive >
You can’t perform that action at this time.
0 commit comments