Skip to content

Commit

Permalink
bug #50248 [TwigBundle] fixed wrong symfony/twig-bridge dependency …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
fabpot committed May 7, 2023
2 parents ba94e95 + c05f484 commit bf34516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/TwigBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"composer-runtime-api": ">=2.1",
"symfony/config": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/twig-bridge": "^6.2",
"symfony/twig-bridge": "^6.3",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^6.2",
"twig/twig": "^2.13|^3.0.4"
Expand Down

0 comments on commit bf34516

Please sign in to comment.