-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphive.xml
15 lines (13 loc) · 874 Bytes
/
phive.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<!--
You need to install phive yourself, as it cannot install itself from nothing.
@see https://github.com/phar-io/phive and https://phar.io for more details
<phar name="phive" version="^0.15.2" installed="0.15.2" location="./tools/phive" copy="true"/>
-->
<phar name="composer" version="^2.7.7" installed="2.7.7" location="./.tools/composer" copy="true"/>
<phar name="php-cs-fixer" version="^3.59.3" installed="3.59.3" location="./.tools/php-cs-fixer" copy="true"/>
<phar name="psalm" version="^5.25.0" installed="5.25.0" location="./.tools/psalm" copy="true"/>
<phar name="phpstan" version="^1.11.7" installed="1.11.7" location="./.tools/phpstan" copy="true"/>
<phar name="humbug/box" version="^4.6.2" installed="4.6.2" location="./.tools/box" copy="true"/>
</phive>