Skip to content

Commit

Permalink
allow symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Apr 20, 2016
1 parent 32c115e commit e6b4634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.7",
"symfony/form": "~2.7",
"symfony/framework-bundle": "~2.7 || ^3.0",
"symfony/form": "~2.7" || ^3.0,
"twig/twig": "~1.14"
},
"suggest": {
Expand Down

0 comments on commit e6b4634

Please sign in to comment.