Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
stof commentedJan 12, 2017
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 |
dunglas commentedJan 12, 2017
@stof the conflict is already present:https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/composer.json#L60 |
dunglas commentedJan 12, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
(AppVeyor error due to a timeout, Travis should become green after the merge) |
stof commentedJan 12, 2017
then 👍 |
xabbuh commentedJan 12, 2017
👍 |
fabpot commentedJan 12, 2017
Thank you@dunglas. |
…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/aFinish#19443. Alternative to#21246.Commits-------ab133ca [FrameworkBundle] Prevent an error when the console component isn't installed
Uh oh!
There was an error while loading.Please reload this page.
Finish#19443. Alternative to#21246.