8000 bug #22220 fix required Twig version (xabbuh) · symfony/symfony@b570db5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b570db5

Browse files
committed
bug #22220 fix required Twig version (xabbuh)
This PR was merged into the 3.3-dev branch. Discussion ---------- fix required Twig version | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22212 | License | MIT | Doc PR | In the TwigBundle, the constraint is already correct: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/TwigBundle/composer.json#L24 Commits ------- 70e6380 fix required Twig version
2 parents 4d6ef9e + 70e6380 commit b570db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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",
2020
"doctrine/common": "~2.4",
21-
"twig/twig": "~1.28|~2.0",
21+
"twig/twig": "~1.32|~2.2",
2222
"psr/cache": "~1.0",
2323
"psr/container": "^1.0",
2424
"psr/log": "~1.0",

0 commit comments

Comments
 (0)
0