Skip to content

Commit 536da69

Browse files
minor #20085 [SecurityBundle] Fix Twig master dep (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- [SecurityBundle] Fix Twig master dep | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Since Twig 2 is not tagged yet, it's free to do not-BC changes, which it did recently. Our unmaintained `3.0.*` bridge+bundle don't work with it anymore. Let's skip them. Commits ------- 9a2672e [SecurityBundle] Fix Twig master dep
2 parents 28571d2 + 9a2672e commit 536da69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"symfony/form": "~2.8",
3131
"symfony/framework-bundle": "~2.8",
3232
"symfony/http-foundation": "~2.4|~3.0.0",
33-
"symfony/twig-bundle": "~2.7|~3.0.0",
34-
"symfony/twig-bridge": "~2.7|~3.0.0",
33+
"symfony/twig-bundle": "~2.7|~3.1.0",
34+
"symfony/twig-bridge": "~2.7|~3.1.0",
3535
"symfony/process": "~2.0,>=2.0.5|~3.0.0",
3636
"symfony/validator": "~2.5|~3.0.0",
3737
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0",

0 commit comments

Comments
 (0)