Skip to content

Commit 4dfebe9

Browse files
Fix symfony/form dependend components
1 parent 0b0214f commit 4dfebe9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"symfony/security-csrf": "~2.4|~3.0.0",
3232
"symfony/translation": "~2.0,>=2.0.5|~3.0.0"
3333
},
34+
"conflict": {
35+
"symfony/doctrine-bridge": "<2.7",
36+
"symfony/framework-bundle": "<2.7"
37+
},
3438
"suggest": {
3539
"symfony/validator": "For form validation.",
3640
"symfony/security-csrf": "For protecting forms against CSRF attacks.",

0 commit comments

Comments
 (0)