superlint/dependencies/phive.xml

8 lines
478 B
XML
Raw Normal View History

2020-07-26 21:01:29 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
2020-08-03 21:48:23 +02:00
<!-- When adding new linter, do not forget to add its GPG key ID to Dockerfile -->
2022-01-10 10:43:26 -05:00
<phar name="phpcs" version="^3.6" installed="3.6.2" location="/usr/local/bin/phpcs" copy="true"/>
<phar name="phpstan" version="^3.6" installed="3.6.2" location="/usr/local/bin/phpstan" copy="true"/>
<phar name="psalm" version="^4.18" installed="4.18.1" location="./usr/local/bin/psalm" copy="true"/>
2020-07-26 21:01:29 +02:00
</phive>