Skip to content

Commit c516e75

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 793be49 commit c516e75

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
@@ -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)