- Deprecated
LegacyEventDispatcherProxy
. Use the event dispatcher without the proxy.
- Deprecated passing a
RouteCollectionBuiler
toMicroKernelTrait::configureRoutes()
, type-hintRoutingConfigurator
instead
- Deprecate
Response::create()
,JsonResponse::create()
,RedirectResponse::create()
, andStreamedResponse::create()
methods (use__construct()
instead)
- Deprecated
RouteCollectionBuilder
in favor ofRoutingConfigurator
.