Skip to content

Commit

Permalink
Support twig/twig >= v2.14 due to php >= v7.2.5 constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Jan 22, 2021
1 parent fd7f332 commit d88d209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.2.5",
"twig/twig": "^2.4 || ^3.0"
"twig/twig": "^2.14 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.5"
Expand Down

0 comments on commit d88d209

Please sign in to comment.