laminas-config
laminas-config copied to clipboard
Update psr/container to ^2.0
@matjaz please also update the lock file hash (composer update nothing
) and check that CI is effectively downloading the new dependency when running with latest dependencies
According to CI, only 1.x
is being tested:
- Installing psr/container (1.1.2
v2 in CI is prevented by dev dependencies via service manager
The current version of laminas-servicemanager does not support version 2 of psr/container. The coming version 4 of laminas-servicemanager will support this.
there are no breaking changes except PHP ver. https://github.com/php-fig/container/compare/1.1.2...2.0.2
@matjaz Please see: https://github.com/laminas/laminas-servicemanager/pull/175