laminas / laminas-servicemanager

Factory-Driven Dependency Injection Container
https://docs.laminas.dev/laminas-servicemanager/
BSD 3-Clause "New" or "Revised" License
152 stars 59 forks source link

psr/container version issue in drupal 10.2.2 #220

Closed mktomanikandan closed 9 months ago

mktomanikandan commented 9 months ago

Root composer.json requires laminas/laminas-servicemanager 3.22.1 -> satisfiable by laminas/laminas-servicemanager[3.22.1].

BC Break Report

Q A
Version x.y.z

Summary

Previous behavior

Current behavior

How to reproduce

gsteel commented 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