Skip to content

Commit 5ae4820

Browse files
Update tools (and manage Composer through Phive)
1 parent 1c1371c commit 5ae4820

File tree

5 files changed

+59
-53
lines changed

5 files changed

+59
-53
lines changed

.phive/phars.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpab" version="^1.25" installed="1.25.9" location="./tools/phpab" copy="true"/>
4-
<phar name="php-cs-fixer" version="^2.16" installed="2.16.4" location="./tools/php-cs-fixer" copy="true"/>
3+
<phar name="phpab" version="^1.25" installed="1.26.0" location="./tools/phpab" copy="true"/>
4+
<phar name="php-cs-fixer" version="^2.16" installed="2.16.7" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="phpdox" version="^0.12" installed="0.12.0" location="./tools/phpdox" copy="true"/>
66
<phar name="phploc" version="^4.0" installed="4.0.1" location="./tools/phploc" copy="true"/>
77
<phar name="psalm" version="^4.0" installed="4.0.1" location="./tools/psalm" copy="true"/>
88
<phar name="humbug/php-scoper" version="^0.13.2" installed="0.13.5" location="./tools/php-scoper" copy="true"/>
99
<phar name="roave/backwardcompatibilitycheck" version="^5.0.0" installed="5.0.0" location="./tools/roave-backward-compatibility-check" copy="true"/>
10+
<phar name="composer" version="^2.0.3" installed="2.0.3" location="./tools/composer" copy="true"/>
1011
</phive>

build.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,6 @@
445445
<arg value="update"/>
446446
<arg value="--force-accept-unsigned"/>
447447
</exec>
448-
449-
<exec executable="${basedir}/tools/composer">
450-
<arg value="self-update"/>
451-
</exec>
452448
</target>
453449

454450
<target name="generate-global-assert-wrappers" description="Generate global function wrappers for static methods in Assert and TestCase that are commonly used">

tools/composer

612 Bytes
Binary file not shown.

tools/php-cs-fixer

33.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)