thephpleague / container

Small but powerful dependency injection container

Home Page:http://container.thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package container-interop/container-interop is abandoned

texelate opened this issue · comments

Hi,

I am using v2 and when you install using composer you get:

Package container-interop/container-interop is abandoned, you should avoid using it. Use psr/container instead.

I am just checking am I okay using v2 indefinitely via composer?

Thanks!

v2 is fine for continued use, container-interop/container-interop was an interim package before the PSR had passed, while it is abandoned, it is only interfaces that match the PSR interfaces.

Thanks @philipobenito for the fast reply and your work on this!