superlint/dependencies/phive.xml

9 lines
592 B
XML
Raw Normal View History

2020-07-26 15:01:29 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
2020-08-03 15:48:23 -04:00
<!-- When adding new linter, do not forget to add its GPG key ID to Dockerfile -->
2023-12-15 05:59:36 -05:00
<phar name="composer" version="^2.6.6" installed="2.6.6" location="./usr/bin/composer" copy="false"/>
<phar name="phpcs" version="^3.8.0" installed="3.8.0" location="/usr/local/bin/phpcs" copy="true"/>
<phar name="phpstan" version="^1.10.48" installed="1.10.48" location="/usr/local/bin/phpstan" copy="true"/>
<phar name="psalm" version="^5.17.0" installed="4.18.1" location="./usr/local/bin/psalm" copy="true"/>
2020-07-26 15:01:29 -04:00
</phive>