prooph / common

Common classes used across prooph components

Home Page:http://getprooph.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove ServiceLocator

codeliner opened this issue · comments

No need for an own ServiceLocator interface. The Interop\ContainerInterface gets a lot of attraction and will likely become a new PSR. We should support it by using it whenever a component needs to load dependencies. Removing the ServiceLocator interface forces our components to align accordingly.