Skip to content

Commit dc2b5b4

Browse files
committed
Add phive config for CI
1 parent 817de1d commit dc2b5b4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* text eol=lf
55

66
# Remove files for archives generated using `git archive`
7+
.phive export-ignore
78
.editorconfig export-ignore
89
phpunit.xml.dist export-ignore
910
phpcs.xml.dist export-ignore

.phive/phars.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="phpstan" version="1.10.13" installed="1.10.13" location="./tools/phpstan" copy="false"/>
4+
<phar name="psalm" version="5.9.0" installed="5.9.0" location="./tools/psalm" copy="false"/>
5+
</phive>

0 commit comments

Comments
 (0)