DoctrineORMModule icon indicating copy to clipboard operation
DoctrineORMModule copied to clipboard

support psr/container 2

Open pascalheidmann opened this issue 2 years ago • 4 comments
trafficstars

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

pascalheidmann avatar Nov 11 '23 22:11 pascalheidmann

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?

driehle avatar Nov 16 '23 13:11 driehle

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

snapshotpl avatar Nov 17 '23 10:11 snapshotpl

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

TomHAnderson avatar Jan 19 '24 23:01 TomHAnderson

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

SenseException avatar Jan 20 '24 20:01 SenseException