Skip to content

Commit bf34516

Browse files
committed
bug #50248 [TwigBundle] fixed wrong symfony/twig-bridge dependency version (SVillette)
This PR was merged into the 6.3 branch. Discussion ---------- [TwigBundle] fixed wrong `symfony/twig-bridge` dependency version | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #50245 | License | MIT | Doc PR | - `TwigBundle` had wrong dependency version after #49913. This PR fixes this issue. Commits ------- c05f484 fix(twig-bundle): fixed wrong `symfony/twig-bridge` dependency
2 parents ba94e95 + c05f484 commit bf34516

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.1",
2222
"symfony/dependency-injection": "^6.1",
23-
"symfony/twig-bridge": "^6.2",
23+
"symfony/twig-bridge": "^6.3",
2424
"symfony/http-foundation": "^5.4|^6.0",
2525
"symfony/http-kernel": "^6.2",
2626
"twig/twig": "^2.13|^3.0.4"

0 commit comments

Comments
 (0)