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 -->
|
2020-12-23 15:40:55 -05:00
|
|
|
<phar name="phpcs" version="^3.5" installed="3.5.8" location="/usr/local/bin/phpcs" copy="true"/>
|
|
|
|
<phar name="phpstan" version="^0.12" installed="0.12.64" location="/usr/local/bin/phpstan" copy="true"/>
|
|
|
|
<phar name="psalm" version="^3.12" installed="3.18.2" location="./usr/local/bin/psalm" copy="true"/>
|
2020-07-26 15:01:29 -04:00
|
|
|
</phive>
|