Skip to content

Commit bd35b2f

Browse files
committed
made Symfony compatible with both Twig 1.x and 2.x
1 parent 03b17ef commit bd35b2f

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
@@ -36,7 +36,7 @@
3636
"symfony/process": "~2.0,>=2.0.5",
3737
"symfony/validator": "~2.2",
3838
"symfony/yaml": "~2.0,>=2.0.5",
39-
"twig/twig": "~1.12"
39+
"twig/twig": "~1.20|~2.0"
4040
},
4141
"autoload": {
4242
"psr-0": { "Symfony\\Bundle\\SecurityBundle\\": "" }

0 commit comments

Comments
 (0)