8000 [DI] Fix deps=low · symfony/symfony@e0d9502 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0d9502

Browse files
ro0NLnicolas-grekas
authored andcommitted
[DI] Fix deps=low
1 parent d63b3e3 commit e0d9502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/DependencyInjection/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)
0