Skip to content

Commit

Permalink
Allow phpstan 2 - phpstan/phpstan:^1.12 || ^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Oct 16, 2024
1 parent c10f020 commit 0e9a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"require": {
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan": "^1.12 || ^2.0",
"struggle-for-php/sfp-stubs-psr-log": "^1.0.1 || ^2 || ^3.0.1"
},
"require-dev": {
Expand Down

0 comments on commit 0e9a4d5

Please # to comment.