Skip to content

Commit 607dedd

Browse files
minor #14221 Fix symfony/form dependend components (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- Fix symfony/form dependend components | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Because both the FrameworkBundle and the Doctrine bridge use the new choice list feature of 2.7, they are incompatible with Form below 2.7 Commits ------- 278f5c9 Fix symfony/form dependend components
2 parents 69eae1d + 278f5c9 commit 607dedd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Component/Form/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)