mezzio / mezzio-router

Router subcomponent for Mezzio
https://docs.mezzio.dev/mezzio/features/router/intro/
BSD 3-Clause "New" or "Revised" License
24 stars 13 forks source link

`RouteCollectorInterface` not retrievable via PSR-11 container #43

Closed boesing closed 1 year ago

boesing commented 1 year ago

Feature Request

Q A
New Feature yes
BC Break depends on how it will be implemented

Summary

With 3.5.0, the RouteCollectorInterface was introduced. This interface is not retrievable via the container but the implementation class is. We can provide the RouteCollectorInterface as an alias in v3 and move it to factories in v4.