Skip to content

Commit 392048a

Browse files
committed
Fixing minimum Twig version to 2.11
1 parent 77ee564 commit 392048a

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
@@ -19,7 +19,7 @@
1919
"mouf/utils.common.paginable-interface": "~1.0",
2020
"mouf/utils.common.sortable-interface": "~1.0",
2121
"mouf/schema-analyzer": "~1.0",
22-
"twig/twig": "^2.4 || ^3",
22+
"twig/twig": "^2.11 || ^3",
2323
"greenlion/php-sql-parser": "^4.1.2",
2424
"doctrine/cache": "^1.5"
2525
},

0 commit comments

Comments
 (0)