Dhii / di-interface

Interfaces for DI container implementations
MIT License
0 stars 0 forks source link

Use PSR-11 instead of container-interop #2

Open mecha opened 7 years ago

mecha commented 7 years ago

PSR-11 has now been officially released.

It is recommended to remove the container-interop/container-interop dependency in favor of psr/container.

mecha commented 7 years ago

An FYI: this will result in heavy changes for dependent packages.

The namespace for psr/container 's ContainerInterface is different from container-interop/container-interop's ContainerInterface. Fortunately, the API remains the same.