zendframework / zend-validator

Validator component from Zend Framework
BSD 3-Clause "New" or "Revised" License
181 stars 136 forks source link

container-interop/container-interop is abandoned, replace with psr/container #278

Closed njandreasson closed 4 years ago

njandreasson commented 4 years ago

container-interop/container-interop is now abandoned in favour of psr/container. As https://packagist.org/packages/container-interop/container-interop says:

From v1.2, container-interop directly extends PSR-11 interfaces. Therefore, all containers implementing container-interop are now de-facto compatible with PSR-11.

Could we make this package require psr/container instead?

I'm using zend/soap which depends on zend-uri -> zend-validator -> container-interop/container-interop which has now started complaining about this dependency being abandoned.

Thanks in advance!

weierophinney commented 4 years ago

The only reason we depend on container-interop in this package is because the zend-servicemanager package still does. Unfortunately, it would be a BC break for us to change at this time (signature change), so it will have to wait to a new major version. This will not happen until after we transition the project to the Laminas Project.

It is, however, on our radar!