Skip to content

Commit bf1cd14

Browse files
committed
Fix phpstan constraint to < 0.11.17
see phpstan/phpstan#2532
1 parent 6164ab0 commit bf1cd14

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
@@ -50,7 +50,7 @@
5050
"phpdocumentor/type-resolver": "^0.3 || ^0.4",
5151
"phpspec/prophecy": "^1.8",
5252
"phpstan/extension-installer": "^1.0",
53-
"phpstan/phpstan": "^0.11.10",
53+
"phpstan/phpstan": "^0.11.10 <0.11.17",
5454
"phpstan/phpstan-doctrine": "^0.11.5",
5555
"phpstan/phpstan-phpunit": "^0.11.2",
5656
"phpstan/phpstan-symfony": "^0.11.6",

0 commit comments

Comments
 (0)