File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Expand file tree Collapse file tree 5 files changed +3
-6
lines changed 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
- <phar name =" php-cs-fixer" version =" ^2.16.4" installed =" 2.16.4" location =" ./tools/php-cs-fixer" copy =" true" />
4
- <phar name =" psalm" version =" ^3.13.1" installed =" 3.13.1" location =" ./tools/psalm" copy =" true" />
3
+ <phar name =" php-cs-fixer" version =" ^2.16.4" installed =" 2.16.7" location =" ./tools/php-cs-fixer" copy =" true" />
4
+ <phar name =" psalm" version =" ^3.13.1" installed =" 3.18.2" location =" ./tools/psalm" copy =" true" />
5
+ <phar name =" composer" version =" ^2.0.3" installed =" 2.0.3" location =" ./tools/composer" copy =" true" />
5
6
</phive >
Original file line number Diff line number Diff line change 20
20
<arg value =" update" />
21
21
<arg value =" --force-accept-unsigned" />
22
22
</exec >
23
-
24
- <exec executable =" ${ basedir } /tools/composer" taskname =" composer" >
25
- <arg value =" self-update" />
26
- </exec >
27
23
</target >
28
24
29
25
<target name =" install-dependencies" depends =" clean" description =" Install dependencies with Composer" >
You can’t perform that action at this time.
0 commit comments