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.
require-dev
conflicts
1 parent d10d156 commit 1610b64Copy full SHA for 1610b64
composer.json
@@ -18,7 +18,6 @@
18
"phpstan/phpstan": "^1.4"
19
},
20
"conflict": {
21
- "psr/container": "1.1.2",
22
"symfony/framework-bundle": "<3.0"
23
24
"require-dev": {
@@ -27,6 +26,7 @@
27
26
"phpstan/phpstan-phpunit": "^1.0",
28
"phpstan/phpstan-strict-rules": "^1.0",
29
"phpunit/phpunit": "^9.5",
+ "psr/container": "^1.1 <1.1.2",
30
"symfony/config": "^4.2 || ^5.0",
31
"symfony/console": "^4.0 || ^5.0",
32
"symfony/dependency-injection": "^4.0 || ^5.0",
0 commit comments