mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
8edccefb88
* Fix rakudo promote to alpine edge community repo * Update phive dependencies
7 lines
481 B
XML
7 lines
481 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phive xmlns="https://phar.io/phive">
|
|
<!-- When adding new linter, do not forget to add its GPG key ID to Dockerfile -->
|
|
<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"/>
|
|
</phive>
|