feat: Add compatibility with doctrine/orm 3.0
| Q | A |
|---|---|
| Branch? | main |
| Tickets | Closes api-platform/api-platform#2633 |
| License | MIT |
| Doc PR |
Introduce compatibility with doctrine/orm 3.0.
nice! can you run the doctrine orm component tests? Also it looks like phpstan isn't happy
Solved some problems, but others are popping up. Is there any documentation on how to run the tests and checks locally?
Hi, thanks for the patch, I guess that our lowest tests would fail not having the new ClassMetadata? Still a bunch of red jobs though. Yes the documentation is at:
https://github.com/api-platform/core/blob/main/CONTRIBUTING.md#tests
waiting for https://github.com/symfony/symfony/commit/ac07f3eb7842478d7ef736c8f280a1a16b7548e9
@soyuka You need this commit in a release? If yes, which branch do you need (5.4, 6.4, 7.0, the three of them)?
@fabpot yes 6.4 and 7.0 would be great but I'd like to be sure it's the only blocker
Thanks @ddeboer fo starting this went on my branch to continue as gh actions was buggy
My pleasure @soyuka. Thank you for wrapping this up.