File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 uses : ramsey/composer-install@v3
127127
128128 - name : Install PHP tools with phive.
129- run : " phive install --trust-gpg-keys '51C67305FFC2E5C0,12CE0F1D262429A5 ,99BF4D9A33D65E1E'"
129+ run : " phive install --trust-gpg-keys 'CF1A108D0E7AE720,51C67305FFC2E5C0 ,99BF4D9A33D65E1E'"
130130
131131 - name : Run phpcs
132132 if : always()
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" phpstan" version =" 2.1.31 " installed =" 2.1.31 " location =" ./tools/phpstan" copy =" false" />
4- <phar name =" psalm" version =" 6.13 .1" installed =" 6.13 .1" location =" ./tools/psalm" copy =" false" />
3+ <phar name =" phpstan" version =" 2.1.40 " installed =" 2.1.40 " location =" ./tools/phpstan" copy =" false" />
4+ <phar name =" psalm" version =" 6.15 .1" installed =" 6.15 .1" location =" ./tools/psalm" copy =" false" />
55</phive >
Original file line number Diff line number Diff line change 1616 "symfony/process" : " ^5.4 || ^6.0 || ^7.0"
1717 },
1818 "require-dev" : {
19- "phpunit/phpunit" : " ^10.5.5 || ^11.1.3 || ^12.0" ,
19+ "phpunit/phpunit" : " ^10.5.5 || ^11.1.3 || ^12.0 || ^13.0 " ,
2020 "cakephp/cakephp-codesniffer" : " ^5.0"
2121 },
2222 "autoload" : {
You can’t perform that action at this time.
0 commit comments