Skip to content

Commit c360f84

Browse files
minor symfony#30438 fix required DependencyInjection component version (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- fix required DependencyInjection component version | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- ec64d8c fix required DependencyInjection component version
2 parents 9d79113 + ec64d8c commit c360f84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ext-xml": "*",
2121
"symfony/cache": "~3.4|~4.0",
2222
"symfony/class-loader": "~3.2",
23-
"symfony/dependency-injection": "^3.4.3|^4.0.3",
23+
"symfony/dependency-injection": "^3.4.24|^4.2.5",
2424
"symfony/config": "~3.4|~4.0",
2525
"symfony/event-dispatcher": "~3.4|~4.0",
2626
"symfony/http-foundation": "^3.3.11|~4.0",

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require-dev": {
2828
"symfony/asset": "~2.8|~3.0|~4.0",
2929
"symfony/stopwatch": "~2.8|~3.0|~4.0",
30-
"symfony/dependency-injection": "~3.4|~4.0",
30+
"symfony/dependency-injection": "~3.4.24|~4.2.5",
3131
"symfony/expression-language": "~2.8|~3.0|~4.0",
3232
"symfony/finder": "~2.8|~3.0|~4.0",
3333
"symfony/form": "~2.8|~3.0|~4.0",

0 commit comments

Comments
 (0)