Skip to content

Commit 518dfde

Browse files
committed
require more recent phpstan
phpstsan <2.1.11 and >=2.1.11 give different results; if we're testing for specific results, we need to pick one
1 parent 29f1e60 commit 518dfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"phpstan/phpstan": "^2.0",
14+
"phpstan/phpstan": "^2.1.11",
1515
"thecodingmachine/safe": "^1.2 || ^2.0 || ^3.0",
1616
"nikic/php-parser": "^5"
1717
},

0 commit comments

Comments
 (0)