Skip to content

Commit

Permalink
Merge pull request #20 from WouterJ/patch-1
Browse files Browse the repository at this point in the history
Make it impossible to install the bundle with symfony 2.8.1
  • Loading branch information
Burgov committed Jan 8, 2016
2 parents b466760 + 5fad561 commit 87ccbe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"php": ">=5.3.3",
"symfony/form": "~2.3|3.*"
},
"conflict": {
"symfony/form": "2.8.1"
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
Expand Down

0 comments on commit 87ccbe8

Please sign in to comment.