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-5.1.md
2019-11-25 13:05:32 +01:00

320 B

UPGRADE FROM 5.0 to 5.1

FrameworkBundle

  • Marked MicroKernelTrait::configureRoutes() as @internal and @final.
  • Deprecated not overriding MicroKernelTrait::configureRouting().

Routing

  • Deprecated RouteCollectionBuilder in favor of RoutingConfigurator.