Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | no |
BC Break report? | yes |
RFC? | no |
Symfony version | 3.3-dev |
As of #21039 , the server:*
commands are moved to a new bundle. This is all nice and such, but it also is kind of a BC break: All applications updating to Symfony 3.3 will have to make sure they register WebServerBundle
as well in order to use the server commands. This broke some CMF test jobs against dev versions, as the server:*
command was no longer available.
Is this considered a BC break?