Skip to content

Commit 2b85cdc

Browse files
Update tools (and manage Composer through Phive)
1 parent 86daa94 commit 2b85cdc

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,6 +1,7 @@
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"/>
55
<phar name="roave/backwardcompatibilitycheck" version="^5.0.0" installed="5.0.0" location="./tools/roave-backward-compatibility-check" copy="true"/>
6+
<phar name="composer" version="^2.0.3" installed="2.0.3" location="./tools/composer" copy="true"/>
67
</phive>

build.xml

-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<arg value="update"/>
2323
<arg value="--force-accept-unsigned"/>
2424
</exec>
25-
26-
<exec executable="${basedir}/tools/composer" taskname="composer">
27-
<arg value="self-update"/>
28-
</exec>
2925
</target>
3026
</project>
3127

tools/composer

612 Bytes
Binary file not shown.

tools/php-cs-fixer

33.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)