8000 update required minimum TwigBridge version · symfony/symfony@cb351a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb351a6

Browse files
xabbuhfabpot
authored andcommitted
update required minimum TwigBridge version
To be able to use `Twig_SimpleFunction` in `AssetsExtension`, Twig has to be present in version 1.12 or higher. The TwigBridge only enforces this Twig version as of version 2.3.10.
1 parent 2f53d69 commit cb351a6

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/twig-bridge": "~2.2",
20+
"symfony/twig-bridge": "~2.3,>=2.3.10",
2121
"symfony/http-kernel": "~2.1"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)
0