File tree Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Expand file tree Collapse file tree 3 files changed +24
-22
lines changed Original file line number Diff line number Diff line change 33 "php" : " ^8.0" ,
44 "ergebnis/composer-normalize" : " ^2.15.0" ,
55 "infection/infection" : " ^0.25.3" ,
6- "kubawerlos/composer-smaller-lock" : " ^0.1.4 " ,
6+ "kubawerlos/composer-smaller-lock" : " ^1.0.0 " ,
77 "kubawerlos/php-cs-fixer-config" : " ^3.1.0" ,
88 "kubawerlos/types-checker" : " ^2.1.0" ,
9- "maglnet/composer-require-checker" : " ^3.3.0 " ,
9+ "maglnet/composer-require-checker" : " ^3.5.1 " ,
1010 "mi-schi/phpmd-extension" : " ^4.3.0" ,
1111 "phpmd/phpmd" : " ^2.10.2" ,
1212 "phpstan/extension-installer" : " ^1.1.0" ,
1515 "phpstan/phpstan-strict-rules" : " ^0.12.11" ,
1616 "squizlabs/php_codesniffer" : " ^3.6.1" ,
1717 "symplify/phpstan-rules" : " ^9.4.70" ,
18- "vimeo/psalm" : " ^4.11.2 "
18+ "vimeo/psalm" : " ^4.12.0 "
1919 },
2020 "autoload" : {
2121 "psr-4" : {
Original file line number Diff line number Diff line change 77jobs :
88 analyse :
99 runs-on : ubuntu-latest
10+ env :
11+ PHP_CS_FIXER_IGNORE_ENV : 1
1012 steps :
1113 - name : Checkout
1214 uses : actions/checkout@v2
1315
1416 - name : Setup PHP
1517 uses : shivammathur/setup-php@v2
1618 with :
17- php-version : ' 8.0 '
19+ php-version : ' 8.1 '
1820 coverage : none
1921
2022 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments