Skip to content

Commit 1610b64

Browse files
Grzegorz KorbaWirone
authored andcommitted
Use require-dev instead of conflicts
1 parent d10d156 commit 1610b64

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
@@ -18,7 +18,6 @@
1818
"phpstan/phpstan": "^1.4"
1919
},
2020
"conflict": {
21-
"psr/container": "1.1.2",
2221
"symfony/framework-bundle": "<3.0"
2322
},
2423
"require-dev": {
@@ -27,6 +26,7 @@
2726
"phpstan/phpstan-phpunit": "^1.0",
2827
"phpstan/phpstan-strict-rules": "^1.0",
2928
"phpunit/phpunit": "^9.5",
29+
"psr/container": "^1.1 <1.1.2",
3030
"symfony/config": "^4.2 || ^5.0",
3131
"symfony/console": "^4.0 || ^5.0",
3232
"symfony/dependency-injection": "^4.0 || ^5.0",

0 commit comments

Comments
 (0)