Skip to content

Commit 9686399

Browse files
Merge branch '8.5' into 9.4
2 parents ce0a3a1 + 5ae4820 commit 9686399

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
@@ -462,10 +462,6 @@
462462
<arg value="update"/>
463463
<arg value="--force-accept-unsigned"/>
464464
</exec>
465-
466-
<exec executable="${basedir}/tools/composer">
467-
<arg value="self-update"/>
468-
</exec>
469465
</target>
470466

471467
<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)