Skip to content

Commit 6e7cd9d

Browse files
Update tools (and manage Composer through Phive)
1 parent 229099d commit 6e7cd9d

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.phive/phars.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="php-cs-fixer" version="^2.16" installed="2.16.4" location="./tools/php-cs-fixer" copy="true"/>
3+
<phar name="php-cs-fixer" version="^2.16" installed="2.16.7" location="./tools/php-cs-fixer" copy="true"/>
44
<phar name="psalm" version="^4.0" installed="4.0.1" location="./tools/psalm" copy="true"/>
5+
<phar name="composer" version="^2.0.3" installed="2.0.3" location="./tools/composer" copy="true"/>
56
</phive>

build.xml

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<arg value="--no-progress"/>
2222
<arg value="update"/>
2323
</exec>
24-
25-
<exec executable="${basedir}/tools/composer" taskname="composer">
26-
<arg value="self-update"/>
27-
</exec>
2824
</target>
2925
</project>
3026

tools/composer

612 Bytes
Binary file not shown.

tools/php-cs-fixer

33.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)