-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Prevent an error when the console component isn't installed #21248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
you need to add the conflict rule too. Otherwise, we could end up in a case where we have framework-bundle 3.3 with console 2.2, where a BC break would happen: existing console commands would not be registered anymore |
All reactions
Sorry, something went wrong.
@stof the conflict is already present: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/composer.json#L60 |
All reactions
Sorry, something went wrong.
(AppVeyor error due to a timeout, Travis should become green after the merge) |
All reactions
Sorry, something went wrong.
then 👍 |
All reactions
Sorry, something went wrong.
👍 |
All reactions
Sorry, something went wrong.
Thank you @dunglas. |
All reactions
Sorry, something went wrong.
…ent isn't installed (dunglas) This PR was merged into the 3.3-dev branch. Discussion ---------- [FrameworkBundle] Prevent an error when the console component isn't installed | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #21246 | License | MIT | Doc PR |n/a Finish #19443. Alternative to #21246. Commits ------- ab133ca [FrameworkBundle] Prevent an error when the console component isn't installed
stof
Successfully merging this pull request may close these issues.
Finish #19443. Alternative to #21246.