Compatibility with `webfactory/object-routing` 1.5.0 (#3)
This release ensures compatibility with versions ^1.5 of webfactory/object-routing.
Some of the service definitions have been removed, some have been deprecated.
If you have been using the bg_object_routing.object_router service to access the Object Router, use the JMS\ObjectRouting\ObjectRouter service instead (or use autowiring for this class).
When you re-defined the bg_object_routing.adapter service to make the Object Router work with another Router instance than the Symfony default router, overwrite the JMS\ObjectRouting\RouterInterface service definition instead.