Skip to content

Commit 87ccbe8

Browse files
committed
Merge pull request #20 from WouterJ/patch-1
Make it impossible to install the bundle with symfony 2.8.1
2 parents b466760 + 5fad561 commit 87ccbe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"php": ">=5.3.3",
1111
"symfony/form": "~2.3|3.*"
1212
},
13+
"conflict": {
14+
"symfony/form": "2.8.1"
15+
},
1316
"extra": {
1417
"branch-alias": {
1518
"dev-master": "1.1-dev"

0 commit comments

Comments
 (0)