Skip to content

Commit 05f5433

Browse files
authored
Allow PHPStan 2 (#12)
1 parent 072f9f7 commit 05f5433

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
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=8.1",
8-
"phpstan/phpstan": "^1.10.52"
8+
"phpstan/phpstan": "^1.10.52 || ^2.0"
99
},
1010
"require-dev": {
1111
"illuminate/container": "^10.39",

0 commit comments

Comments
 (0)