Skip to content

Commit ac970db

Browse files
authored
Merge pull request #237 from lerminou/master
add twig 3 support
2 parents 4578c6d + 6d939fa commit ac970db

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
@@ -21,7 +21,7 @@
2121
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0",
2222
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0",
2323
"symfony/validator": "^2.8 || ^3.0 || ^4.0 || ^5.0",
24-
"twig/twig": "^1.40 || ^2.9"
24+
"twig/twig": "^1.40 || ^2.9 || ^3.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^5 || ^6 || ^7"

0 commit comments

Comments
 (0)