mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
phpunit 9.2 is the latests version but not supported on php 7.2 we are supporting php 7.2 for now, so downgrade for that purpose
6 lines
280 B
XML
6 lines
280 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phive xmlns="https://phar.io/phive">
|
|
<phar name="phpunit" version="^9.2" installed="9.2.6" location="./tools/phpunit" copy="true"/>
|
|
<phar name="psalm" version="^3.12.1" installed="3.12.1" location="./tools/psalm" copy="true"/>
|
|
</phive>
|