Skip to content

Commit

Permalink
Merge pull request #67 from PierreRambaud/twig
Browse files Browse the repository at this point in the history
Allow twig 1 instead only twig 2
  • Loading branch information
PierreRambaud committed Sep 30, 2019
2 parents 8f64364 + e8a8e8a commit ba663b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,7 +30,7 @@
"php": ">=7.1",
"smarty/smarty": "^3.1",
"nikic/php-parser": "^4",
"twig/twig": "^2.0",
"twig/twig": "^1.34|^2.4",
"symfony/twig-bridge": "^3.4"
},
"require-dev": {
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba663b1

Please sign in to comment.