Do not use Phive to manage Composer

This commit is contained in:
Sebastian Bergmann 2026-05-13 13:31:16 +02:00
parent d26874f911
commit 150ed9dd55
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="php-cs-fixer" version="^3.71" installed="3.92.3" location="./tools/php-cs-fixer" copy="true"/>
<phar name="composer" version="^2.8" installed="2.9.3" location="./tools/composer" copy="true"/>
<phar name="infection" version="^0.29" installed="0.29.14" location="./tools/infection" copy="true"/>
</phive>

View File

@ -27,6 +27,13 @@
<arg value="update"/>
</exec>
<exec executable="${basedir}/tools/composer" taskname="composer">
<arg value="self-update"/>
<arg value="--no-interaction"/>
<arg value="--no-progress"/>
<arg value="--no-ansi"/>
</exec>
<exec executable="${basedir}/tools/composer" dir="${basedir}/tools/.phpstan" taskname="composer">
<arg value="update"/>
<arg value="--no-interaction"/>