Skip to content

Commit 260a2c2

Browse files
Downgrade box to support php 8.0
1 parent 917cea4 commit 260a2c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phive.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpunit" version="^9.4" installed="9.6.20" location="./tools/phpunit" copy="true"/>
4-
<phar name="humbug/box" version="^4.0.0" location="./tools/box" copy="true" installed="4.6.2"/>
3+
<phar name="phpunit" version="^9.4" installed="9.6.21" location="./tools/phpunit" copy="true"/>
4+
<phar name="humbug/box" version="^3.16.0" location="./tools/box" copy="true" installed="3.16.0"/>
55
<phar name="phpcs" version="^3.5" installed="3.7.2" location="./tools/phpcs" copy="true"/>
6-
<phar name="phpstan" version="^1.0" installed="1.11.11" location="./tools/phpstan" copy="true"/>
6+
<phar name="phpstan" version="^1.0" installed="1.12.7" location="./tools/phpstan" copy="true"/>
77
</phive>

0 commit comments

Comments
 (0)