Skip to content

Commit 4450ad2

Browse files
ro0NLnicolas-grekas
authored andcommitted
[DI] Fix deps=low
1 parent 7dc71d9 commit 4450ad2

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",
25-
"symfony/config": "~4.2",
25+
"symfony/config": "^4.3",
2626
"symfony/expression-language": "~3.4|~4.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.2",
36+
"symfony/config": "<4.3",
3737
"symfony/finder": "<3.4",
3838
"symfony/proxy-manager-bridge": "<3.4",
3939
"symfony/yaml": "<3.4"

0 commit comments

Comments
 (0)