Skip to content

Commit ebdd6fb

Browse files
Update tools (and manage Composer through Phive)
1 parent 7512679 commit ebdd6fb

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

.phive/phars.xml

Lines changed: 3 additions & 2 deletions
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.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"/>
56
</phive>

build.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
<arg value="update"/>
2121
<arg value="--force-accept-unsigned"/>
2222
</exec>
23-
24-
<exec executable="${basedir}/tools/composer" taskname="composer">
25-
<arg value="self-update"/>
26-
</exec>
2723
</target>
2824

2925
<target name="install-dependencies" depends="clean" description="Install dependencies with Composer">

tools/composer

179 KB
Binary file not shown.

tools/php-cs-fixer

33.5 KB
Binary file not shown.

tools/psalm

-5.21 MB
Binary file not shown.

0 commit comments

Comments
 (0)