mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Update PHP deps
This commit is contained in:
parent
960ec6bcf2
commit
d3f4b77943
2 changed files with 4 additions and 4 deletions
|
@ -355,7 +355,7 @@ RUN wget --tries=5 -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sger
|
|||
&& rm phive.phar.asc \
|
||||
&& phive --no-progress install --trust-gpg-keys \
|
||||
31C7E470E2138192,CF1A108D0E7AE720,8A03EA3B385DBAA1,12CE0F1D262429A5 \
|
||||
--target /usr/bin phpstan@^1.1.1 psalm@^4.12.0 phpcs@^3.6.1
|
||||
--target /usr/bin phpstan@^1.3.3 psalm@^4.18.1 phpcs@^3.6.2
|
||||
|
||||
#################################
|
||||
# Copy the libraries into image #
|
||||
|
|
6
dependencies/phive.xml
vendored
6
dependencies/phive.xml
vendored
|
@ -1,7 +1,7 @@
|
|||
<?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"/>
|
||||
<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"/>
|
||||
</phive>
|
||||
|
|
Loading…
Reference in a new issue