File tree Expand file tree Collapse file tree 6 files changed +7
-4
lines changed Expand file tree Collapse file tree 6 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- /tools export-ignore
1+ /tools export-ignore
2+ /tools /* binary
23
34* .php diff =php
Original file line number Diff line number Diff line change 1818 </target >
1919
2020 <target name =" update-tools" >
21- <exec executable =" phive" >
21+ <exec executable =" phive" taskname = " phive " >
2222 <arg value =" --no-progress" />
2323 <arg value =" update" />
2424 </exec >
2525
26- <exec executable =" ${ basedir } /tools/composer" >
26+ <exec executable =" ${ basedir } /tools/composer" taskname = " composer " >
2727 <arg value =" self-update" />
2828 </exec >
2929 </target >
3030</project >
31+
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" php-cs-fixer" version =" ^2.14" installed =" 2.14.2" location =" ./tools/php-cs-fixer" copy =" true" />
3+ <phar name =" php-cs-fixer" version =" ^2.16" installed =" 2.16.1" location =" ./tools/php-cs-fixer" copy =" true" />
4+ <phar name =" psalm" version =" ^3.8" installed =" 3.8.3" location =" ./tools/psalm" copy =" true" />
45</phive >
You can’t perform that action at this time.
0 commit comments