File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
src/Symfony/Bundle/FrameworkBundle Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,11 @@ FrameworkBundle
172
172
class has been deprecated and will be removed in 4.0. Use the
173
173
` Symfony\Component\Routing\DependencyInjection\RoutingResolverPass ` class instead.
174
174
175
+ * The ` server:run ` , ` server:start ` , ` server:stop ` and
176
+ ` server:status ` console commands have been moved to a dedicated bundle.
177
+ Require ` symfony/web-server-bundle ` in your composer.json and register
178
+ ` Symfony\Bundle\WebServerBundle\WebServerBundle ` in your AppKernel to use them.
179
+
175
180
HttpKernel
176
181
-----------
177
182
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ CHANGELOG
30
30
* Deprecated ` ControllerArgumentValueResolverPass ` . Use
31
31
` Symfony\Component\HttpKernel\DependencyInjection\ControllerArgumentValueResolverPass ` instead
32
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.
33
37
34
38
3.2.0
35
39
-----
You can’t perform that action at this time.
0 commit comments