Skip to content

Commit 18d01f2

Browse files
committed
track phive.xml
1 parent 2b4776c commit 18d01f2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ vendor/
1515

1616
# By default the phpunit.xml.dist is provided; you can override this using a local config file
1717
phpunit.xml
18-
phive.xml

phive.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)