File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3232 - name : Update project dependencies
3333 run : |
3434 composer update --no-interaction --no-progress --ansi
35- composer require --dev "phpstan/phpstan:^1.10 " "phpstan/phpstan-strict-rules:^1.5 " "phpstan/phpstan-phpunit: ^1.3 " "phpstan/phpstan-deprecation-rules:^1.1 "
35+ composer require --dev "phpstan/phpstan:^2.1 " "phpstan/phpstan-strict-rules:^2.0 " "phpstan/phpstan-phpunit: ^2.0 " "phpstan/phpstan-deprecation-rules:^2.0 "
3636
3737 - name : Run PHPStan analysis
3838 run : |
Original file line number Diff line number Diff line change 4747 },
4848 "require-dev" : {
4949 "phpunit/phpunit" : " ^9|^10|^11" ,
50- "symfony/http-client" : " ^6.4|^7.0|^8.0" ,
51- "phpstan/phpstan" : " ^2.1" ,
52- "phpstan/phpstan-strict-rules" : " ^2.0" ,
53- "phpstan/phpstan-deprecation-rules" : " ^2.0"
50+ "symfony/http-client" : " ^6.4|^7.0|^8.0"
5451 },
5552 "autoload" : {
5653 "psr-4" : {
You can’t perform that action at this time.
0 commit comments