Roave / psr-container-doctrine

Doctrine Factories for PSR-11 Containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support doctrine/persistence 3.0 with ORM 2.12

mrVrAlex opened this issue · comments

Hello.
Recently released ORM v2.12 add support for persistence v3.0
Will be work solutions if allow v3 in this package, like this: "doctrine/persistence": "^2.4 || ^3"?

Check if it works, and send a patch?

If you mean check by unit tests - it is only one side of checking )
Few days ago I watch this discuss with popcorn doctrine/orm#9668 and now I'm afraid to get into the intricacies between orm, dbal, persistence and cache packages - I'm definitely not expert in this))
But OK, will try because we use this package in our project...

BTW: We actually replaced doctrine module for laminas/mezzio on this package)

As I said: send a patch, run the tests, verify that CI is all green, and we can certainly merge + release 👍