Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 607dedd

Browse filesBrowse 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
Copy full SHA for 607dedd

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎src/Symfony/Component/Form/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/composer.json
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.