8000 minor #24039 [TwigBundle] require twig-bridge ~3.4 (nicolas-grekas) · symfony/symfony@483c7ba · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 483c7ba

Browse files
minor #24039 [TwigBundle] require twig-bridge ~3.4 (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- [TwigBundle] require twig-bridge ~3.4 | 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 | - Injecting "twig" as first arg of the DebugCommand works only in ^3.4 - as of #23519. Commits ------- 03816b7 [TwigBundle] require twig-bridge ~3.4
2 parents 2b4b224 + 03816b7 commit 483c7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^5.5.9|>=7.0.8",
2020
"symfony/config": "~3.2|~4.0",
21-
"symfony/twig-bridge": "^3.3|~4.0",
21+
"symfony/twig-bridge": "^3.4|~4.0",
2222
"symfony/http-foundation": "~2.8|~3.0|~4.0",
2323
"symfony/http-kernel": "^3.3|~4.0",
2424
"twig/twig": "~1.34|~2.4"

0 commit comments

Comments
 (0)
0