Open mecha opened 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.
PSR-11 has now been officially released.
It is recommended to remove the
container-interop/container-interop
dependency in favor ofpsr/container
.