8000 minor #29401 [DI] Fix deps=low (ro0NL) · symfony/symfony@0105562 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0105562

Browse files
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 ------- e0d9502 [DI] Fix deps=low
2 parents 8aee36d + e0d9502 commit 0105562

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