We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817de1d commit dc2b5b4Copy full SHA for dc2b5b4
2 files changed
.gitattributes
@@ -4,6 +4,7 @@
4
* text eol=lf
5
6
# Remove files for archives generated using `git archive`
7
+.phive export-ignore
8
.editorconfig export-ignore
9
phpunit.xml.dist export-ignore
10
phpcs.xml.dist export-ignore
.phive/phars.xml
@@ -0,0 +1,5 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<phive xmlns="https://phar.io/phive">
3
+ <phar name="phpstan" version="1.10.13" installed="1.10.13" location="./tools/phpstan" copy="false"/>
+ <phar name="psalm" version="5.9.0" installed="5.9.0" location="./tools/psalm" copy="false"/>
+</phive>
0 commit comments