Skip to content

Compatibility with `webfactory/object-routing` 1.5.0 (#3)

Choose a tag to compare

@mpdude mpdude released this 25 Apr 11:18
· 15 commits to master since this release
ec2aeb9

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.