I am updating a Symfony project from 5.0 to 5.1
There is this one deprecation hint saying RouteCollectionBuilder is deprecated and RoutingConfigurator should be used instead.
The exact message is
Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
How is this supposed to be implemented? Am I supposed to change code in the vendors folder?