Skip to content

Commit bfe4959

Browse files
committed
Document removal of server:* commands from the framework
1 parent 1e859f7 commit bfe4959

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ CHANGELOG
3030
* Deprecated `ControllerArgumentValueResolverPass`. Use
3131
`Symfony\Component\HttpKernel\DependencyInjection\ControllerArgumentValueResolverPass` instead
3232
* Deprecated `RoutingResolverPass`, use `Symfony\Component\Routing\DependencyInjection\RoutingResolverPass` instead
33+
* [BC BREAK] The `server:run`, `server:start`, `server:stop` and
34+
`server:status` console commands have been moved to a dedicated bundle.
35+
Require `symfony/web-server-bundle` in your composer.json and register
36+
`Symfony\Bundle\WebServerBundle\WebServerBundle` in your AppKernel to use them.
3337

3438
3.2.0
3539
-----

0 commit comments

Comments
 (0)