Skip to content

Commit 3522145

Browse files
Allow Twig 3
1 parent 75a7269 commit 3522145

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
@@ -24,7 +24,7 @@
2424
"ext-iconv": "*",
2525
"symfony/console": "^3.4|^4.0|^5.0",
2626
"symfony/process": "^4.4|^5.0",
27-
"twig/twig": "~1.34|~2.4"
27+
"twig/twig": "^1.34|^2.4|^3.0"
2828
},
2929
"conflict": {
3030
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",

0 commit comments

Comments
 (0)