Skip to content

Commit

Permalink
[DI] Fix deps=low
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL authored and nicolas-grekas committed Dec 1, 2018
1 parent d63b3e3 commit e0d9502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/DependencyInjection/composer.json
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"symfony/yaml": "~3.4|~4.0",
"symfony/config": "~4.2",
"symfony/config": "^4.3",
"symfony/expression-language": "~3.4|~4.0"
},
"suggest": {
Expand All @@ -33,7 +33,7 @@
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them"
},
"conflict": {
"symfony/config": "<4.2",
"symfony/config": "<4.3",
"symfony/finder": "<3.4",
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
Expand Down

0 comments on commit e0d9502

Please sign in to comment.