Skip to content

Commit e87e693

Browse files
[DI] fix dep
1 parent aa53b57 commit e87e693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"symfony/yaml": "^3.4|^4.0|^5.0",
25-
"symfony/config": "^4.3|^5.0",
25+
"symfony/config": "^4.3",
2626
"symfony/expression-language": "^3.4|^4.0|^5.0"
2727
},
2828
"suggest": {
@@ -33,7 +33,7 @@
3333
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them"
3434
},
3535
"conflict": {
36-
"symfony/config": "<4.3",
36+
"symfony/config": "<4.3|>=5.0",
3737
"symfony/finder": "<3.4",
3838
"symfony/proxy-manager-bridge": "<3.4",
3939
"symfony/yaml": "<3.4"

0 commit comments

Comments
 (0)