File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v6
16+ - run : |
17+ sed -e :a -e '$d;N;2,3ba' -e 'P;D' phpstan.neon > phpstan2.neon && mv phpstan2.neon phpstan.neon
1618 - name : PHPStan
1719 uses : docker://oskarstark/phpstan-ga
1820 env :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 "psr/http-factory" : " ^1.1"
1616 },
1717 "require-dev" : {
18- "friendsofphp/php-cs-fixer" : " ^3.93 " ,
18+ "friendsofphp/php-cs-fixer" : " ^3.95 " ,
1919 "phpstan/phpstan-strict-rules" : " ^2.0" ,
20- "phpunit/phpunit" : " ^11.5 || ^12.5 || ^13.0 "
20+ "phpunit/phpunit" : " ^11.5 || ^12.5 || ^13.1 "
2121 },
2222 "autoload" : {
2323 "psr-4" : {
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ parameters:
66
77includes :
88 - vendor/phpstan/phpstan-strict-rules/rules.neon
9+ - vendor/phpstan/phpstan/conf/bleedingEdge.neon
You can’t perform that action at this time.
0 commit comments