Skip to content

Commit 9b323c6

Browse files
committed
minor symfony#54540 [TwigBundle] re-allow Twig bridge 6.4 and 7.0 (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [TwigBundle] re-allow Twig bridge 6.4 and 7.0 | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT The change was not necessary in symfony#54432. Commits ------- 40d2155 re-allow Twig bridge 6.4 and 7.0
2 parents 75ce82c + 40d2155 commit 9b323c6

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
@@ -20,7 +20,7 @@
2020
"composer-runtime-api": ">=2.1",
2121
"symfony/config": "^6.4|^7.0",
2222
"symfony/dependency-injection": "^6.4|^7.0",
23-
"symfony/twig-bridge": "^7.1",
23+
"symfony/twig-bridge": "^6.4|^7.0",
2424
"symfony/http-foundation": "^6.4|^7.0",
2525
"symfony/http-kernel": "^6.4|^7.0",
2626
"twig/twig": "^3.0.4"

0 commit comments

Comments
 (0)