Skip to content

Commit

Permalink
Specify Twig version constraints
Browse files Browse the repository at this point in the history
After f526d30 the form layout is not compatible with older versions of Twig, the bundle should correctly advertise this.
  • Loading branch information
mbabker committed Jul 8, 2019
1 parent f526d30 commit 4dadc41
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 4dadc41

Please sign in to comment.