Skip to content

Commit 22f4b92

Browse files
Add back all conflict rules
1 parent 9eb20ee commit 22f4b92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"symfony/dependency-injection": "^4.4|^5.0",
2828
"symfony/web-profiler-bundle": "^4.4|^5.0"
2929
},
30+
"conflict": {
31+
"symfony/config": "<4.4",
32+
"symfony/dependency-injection": "<4.4"
33+
},
3034
"suggest": {
3135
"symfony/config": "For service container configuration",
3236
"symfony/dependency-injection": "For using as a service from the container"

0 commit comments

Comments
 (0)