laminas / laminas-mvc-middleware

Dispatch middleware pipelines in place of controllers in laminas-mvc.
https://docs.laminas.dev/laminas-mvc-middleware/
BSD 3-Clause "New" or "Revised" License
23 stars 12 forks source link

Remove dependency to `laminas/laminas-servicemanager` #38

Open boesing opened 10 months ago

boesing commented 10 months ago

Feature Request

Q A
BC Break no

Summary

Hey there, I realized that this component still depends on servicemanager while it does not consume any servicemanager specific code.

boesing commented 10 months ago

I see that Application#getServiceManager is being called. Maybe pushing the ContainerInterface as a depdency to MiddlewareListener might work in the next major.