8000 bug #27702 [TwigBundle] bump lowest deps to fix issue with "double-co… · symfony/symfony@467dce1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 467dce1

Browse files
bug #27702 [TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs (nicolas-grekas)
This PR was merged into the 4.1 branch. Discussion ---------- [TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27645 | License | MIT | Doc PR | - Bumping http-kernel to ~4.1 and conflicting with framework-bundle <4.1. The rest is transitivity. Commits ------- f75723f [TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs
2 parents ac74c9a + f75723f commit 467dce1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@
1919
"php": "^7.1.3",
2020
"symfony/config": "~3.4|~4.0",
2121
"symfony/twig-bridge": "^3.4.3|^4.0.3",
22-
"symfony/http-foundation": "~3.4|~4.0",
23-
"symfony/http-kernel": "~3.4|~4.0",
22+
"symfony/http-foundation": "~4.1",
23+
"symfony/http-kernel": "~4.1",
2424
"symfony/polyfill-ctype": "~1.8",
2525
"twig/twig": "~1.34|~2.4"
2626
},
2727
"require-dev": {
2828
"symfony/asset": "~3.4|~4.0",
2929
"symfony/stopwatch": "~3.4|~4.0",
30-
"symfony/dependency-injection": "~3.4|~4.0",
30+
"symfony/dependency-injection": "~4.1",
3131
"symfony/expression-language": "~3.4|~4.0",
3232
"symfony/finder": "~3.4|~4.0",
3333
"symfony/form": "~3.4|~4.0",
3434
"symfony/routing": "~3.4|~4.0",
3535
"symfony/templating": "~3.4|~4.0",
3636
"symfony/yaml": "~3.4|~4.0",
37-
"symfony/framework-bundle": "~3.4|~4.0",
37+
"symfony/framework-bundle": "~4.1",
3838
"symfony/web-link": "~3.4|~4.0",
3939
"doctrine/annotations": "~1.0",
4040
"doctrine/cache": "~1.0"
4141
},
4242
"conflict": {
43-
"symfony/dependency-injection": "<3.4",
44-
"symfony/event-dispatcher": "<3.4"
43+
"symfony/dependency-injection": "<4.1",
44+
"symfony/framework-bundle": "<4.1"
4545
},
4646
"autoload": {
4747
"psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" },

0 commit comments

Comments
 (0)
0