We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4776c commit 18d01f2Copy full SHA for 18d01f2
.gitignore
@@ -15,4 +15,3 @@ vendor/
15
16
# By default the phpunit.xml.dist is provided; you can override this using a local config file
17
phpunit.xml
18
-phive.xml
phive.xml
@@ -0,0 +1,5 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<phive xmlns="https://phar.io/phive">
3
+ <phar name="phpunit" version="^6.5.5" installed="6.5.5" location="./tools/phpunit"/>
4
+ <phar name="phpstan" version="^0.9.1" installed="0.9.1" location="./tools/phpstan"/>
5
+</phive>
0 commit comments