Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 299b626

Browse files
minor #31728 [TwigBundle] bump Twig bridge dependency (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- [TwigBundle] bump Twig bridge dependency | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #31688 | License | MIT | Doc PR | We need a version of the `DebugCommand` class that is compatible with its service definition in the Twig bundle. Commits ------- 9df66b8 bump Twig bridge dependency
2 parents b49d59f + 9df66b8 commit 299b626

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": "^7.1.3",
2020
"symfony/config": "^4.2|^5.0",
21-
"symfony/twig-bridge": "^4.3|^5.0",
21+
"symfony/twig-bridge": "^4.4|^5.0",
2222
"symfony/http-foundation": "^4.3|^5.0",
2323
"symfony/http-kernel": "^4.1|^5.0",
2424
"symfony/polyfill-ctype": "~1.8",

0 commit comments

Comments
 (0)