Skip to content

Commit 642d429

Browse files
author
Harrison Heck
authored
Merge pull request #19 from LinioIT/feat/support-twig-2
feat: add support for Twig ^2.0
2 parents 4d34cdb + e240a56 commit 642d429

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
@@ -11,7 +11,7 @@
1111
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0",
1212
"symfony/security": "^3.2 || ^4.0 || ^5.0",
1313
"symfony/templating": "^3.2",
14-
"twig/twig": "^3.0"
14+
"twig/twig": "^2.0 || ^3.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",

0 commit comments

Comments
 (0)