minor #29401 [DI] Fix deps=low (ro0NL)

This PR was squashed before being merged into the 4.3-dev branch (closes #29401).

Discussion
----------

[DI] Fix deps=low

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

 cc @nicolas-grekas

Commits
-------

e0d95029c3 [DI] Fix deps=low
This commit is contained in:
Nicolas Grekas 2018-12-01 11:27:39 +01:00
commit 010556239d

View File

@ -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": {
@ -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"