Skip to content

Commit 85e90b3

Browse files
committed
Allow PHPStan ^2.0 (currently in development)
1 parent 46c8219 commit 85e90b3

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
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": "^7.2 || ^8.0",
1111
"composer-plugin-api": "^2.0",
12-
"phpstan/phpstan": "^1.9.0"
12+
"phpstan/phpstan": "^1.9.0 || ^2.0"
1313
},
1414
"require-dev": {
1515
"composer/composer": "^2.0",

0 commit comments

Comments
 (0)