laminas-config icon indicating copy to clipboard operation
laminas-config copied to clipboard

Update psr/container to ^2.0

Open matjaz opened this issue 1 year ago • 6 comments

matjaz avatar Oct 26 '23 11:10 matjaz

@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

Ocramius avatar Oct 26 '23 11:10 Ocramius

According to CI, only 1.x is being tested:

  - Installing psr/container (1.1.2

Ocramius avatar Oct 26 '23 12:10 Ocramius

v2 in CI is prevented by dev dependencies via service manager

Xerkus avatar Oct 26 '23 12:10 Xerkus

The current version of laminas-servicemanager does not support version 2 of psr/container. The coming version 4 of laminas-servicemanager will support this.

froschdesign avatar Oct 26 '23 12:10 froschdesign

there are no breaking changes except PHP ver. https://github.com/php-fig/container/compare/1.1.2...2.0.2

matjaz avatar Oct 26 '23 12:10 matjaz

@matjaz Please see: https://github.com/laminas/laminas-servicemanager/pull/175

froschdesign avatar Oct 26 '23 12:10 froschdesign