We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fb2f2 commit 23e29a4Copy full SHA for 23e29a4
composer.json
@@ -21,9 +21,12 @@
21
},
22
"require-dev": {
23
"symfony/phpunit-bridge": "^7",
24
- "phpstan/phpstan": "^1.11",
+ "phpstan/phpstan": "^1.11.6",
25
"phpstan/phpstan-strict-rules": "^1.1"
26
27
+ "conflict": {
28
+ "phpstan/phpstan": "<1.11.6"
29
+ },
30
"autoload": {
31
"psr-4": {
32
"Composer\\Pcre\\": "src"
0 commit comments