Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #76 from thanosp/twig-2-support
Browse files Browse the repository at this point in the history
Removed twig version restriction
  • Loading branch information
benji07 authored Jan 27, 2017
2 parents 247a1ac + 4a2148b commit befa528
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 @@ -18,7 +18,7 @@
"require": {
"symfony/framework-bundle": "~2.1|~3.0",
"symfony/twig-bundle": "~2.0|~3.0",
"twig/twig": "~1.12"
"twig/twig": "~1.12|~2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit befa528

Please sign in to comment.