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

21 lines
442 B
Markdown
Raw Normal View History

UPGRADE FROM 5.x to 6.0
=======================
FrameworkBundle
---------------
* Removed `MicroKernelTrait::configureRoutes()`.
* Made `MicroKernelTrait::configureRouting()` abstract.
2019-12-03 06:17:06 +00:00
HttpFoundation
--------------
* Removed `Response::create()`, `JsonResponse::create()`,
`RedirectResponse::create()`, and `StreamedResponse::create()` methods (use
`__construct()` instead)
Routing
-------
* Removed `RouteCollectionBuilder`.