Closed mktomanikandan closed 9 months ago
The 3.x series of laminas-servicemanager
does not support psr/container@2.0
. Version 4.0 is in the works and will support it. In the mean time, you'll need to adjust your constraints to psr/container: ^1.0 || ^2.0
Root composer.json requires laminas/laminas-servicemanager 3.22.1 -> satisfiable by laminas/laminas-servicemanager[3.22.1].
BC Break Report
Summary
Previous behavior
Current behavior
How to reproduce