This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/UPGRADE-6.0.md
2019-12-15 23:54:05 +01:00

25 lines
545 B
Markdown

UPGRADE FROM 5.x to 6.0
=======================
EventDispatcher
---------------
* Removed `LegacyEventDispatcherProxy`. Use the event dispatcher without the proxy.
FrameworkBundle
---------------
* `MicroKernelTrait::configureRoutes()` is now always called with a `RoutingConfigurator`
HttpFoundation
--------------
* Removed `Response::create()`, `JsonResponse::create()`,
`RedirectResponse::create()`, and `StreamedResponse::create()` methods (use
`__construct()` instead)
Routing
-------
* Removed `RouteCollectionBuilder`.