Skip to content

Commit 23e29a4

Browse files
staabmSeldaek
authored andcommitted
declare conflict with phpstan < 1.11.6
1 parent e6fb2f2 commit 23e29a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@
2121
},
2222
"require-dev": {
2323
"symfony/phpunit-bridge": "^7",
24-
"phpstan/phpstan": "^1.11",
24+
"phpstan/phpstan": "^1.11.6",
2525
"phpstan/phpstan-strict-rules": "^1.1"
2626
},
27+
"conflict": {
28+
"phpstan/phpstan": "<1.11.6"
29+
},
2730
"autoload": {
2831
"psr-4": {
2932
"Composer\\Pcre\\": "src"

0 commit comments

Comments
 (0)