Skip to content

Commit 0e9a4d5

Browse files
committed
Allow phpstan 2 - phpstan/phpstan:^1.12 || ^2.0
1 parent c10f020 commit 0e9a4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"require": {
1010
"php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
11-
"phpstan/phpstan": "^1.12",
11+
"phpstan/phpstan": "^1.12 || ^2.0",
1212
"struggle-for-php/sfp-stubs-psr-log": "^1.0.1 || ^2 || ^3.0.1"
1313
},
1414
"require-dev": {

0 commit comments

Comments
 (0)