thephpleague / tactician-container

Load Tactician handlers from any PSR-11/container-interop container
MIT License
75 stars 8 forks source link

Use container-interop instead of direct dependency on league/container #6

Closed spekkionu closed 8 years ago

spekkionu commented 9 years ago

The 2.x branch of league/container implements container-interop/container-interop https://github.com/container-interop/container-interop

This will allow this package to work with any di container that implements Interop\Container\ContainerInterface including League Container v2.