We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e859f7 commit bfe4959Copy full SHA for bfe4959
CHANGELOG.md
@@ -30,6 +30,10 @@ CHANGELOG
30
* Deprecated `ControllerArgumentValueResolverPass`. Use
31
`Symfony\Component\HttpKernel\DependencyInjection\ControllerArgumentValueResolverPass` instead
32
* 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.
37
38
3.2.0
39
-----
0 commit comments