doctrine / DoctrineORMModule

Doctrine ORM Module for Laminas
https://www.doctrine-project.org/projects/doctrine-orm-module.html
MIT License
437 stars 229 forks source link

support psr/container 2 #747

Open pascalheidmann opened 10 months ago

pascalheidmann commented 10 months ago

psr/container 1 and 2 are basically the same but with type hints/return types

driehle commented 9 months ago

LGTM, but we'll first need to the same for DoctrineModule, otherwise this won't help. Would you mind providing a PR there as well?

snapshotpl commented 9 months ago

Every run in actions install v1 because doesn't meet dependecy requirements (e.g. laminas-servicemanager)

TomHAnderson commented 7 months ago

DoctrineModule PR https://github.com/doctrine/DoctrineModule/pull/829

SenseException commented 7 months ago

I haven't checked every Continuous Integration build, just one lowest and one highest, but psr/container 1 is currently the only used version.