Merge pull request #292 from jrfnl/feature/phive-upgrade-phpunit

Phive: upgrade used version of PHPUnit
This commit is contained in:
Jaap van Otterdijk
2021-08-08 22:09:26 +02:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive"> <phive xmlns="https://phar.io/phive">
<phar name="phpunit" version="^9.2" installed="9.3.7" location="./tools/phpunit" copy="true"/> <phar name="phpunit" version="^9.5" installed="9.5.8" location="./tools/phpunit" copy="true"/>
</phive> </phive>