Skip to content

Commit

Permalink
Merge pull request #230 from mbabker/patch-1
Browse files Browse the repository at this point in the history
Specify Twig version constraints
  • Loading branch information
excelwebzone committed Jul 8, 2019
2 parents f526d30 + 4dadc41 commit 2f9d0f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -20,7 +20,8 @@
"symfony/form": "^2.8 || ^3.0 || ^4.0",
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/validator": "^2.8 || ^3.0 || ^4.0"
"symfony/validator": "^2.8 || ^3.0 || ^4.0",
"twig/twig": "^1.40 || ^2.9"
},
"require-dev": {
"phpunit/phpunit": "^5 || ^6 || ^7"
Expand Down

0 comments on commit 2f9d0f9

Please sign in to comment.