schmittjoh / serializer

Library for (de-)serializing data of any complexity (supports JSON, and XML)
http://jmsyst.com/libs/serializer
MIT License
2.32k stars 588 forks source link

Allow`doctrine/orm` 3.0 #1523

Closed scyzoryck closed 10 months ago

scyzoryck commented 11 months ago
Q A
Bug fix? no
New feature? no
Doc updated no
BC breaks? no
Deprecations? no
Tests pass? no
Fixed tickets #1516
License MIT

Build on top of #1518 to allow testing in CI with new ORM version.

goetas commented 1 month ago

@scyzoryck this is causing a lot of errors on phpstan :(

scyzoryck commented 1 month ago

Yes. It looks like doctrine renamed some classes that previously was an interface. I started investigating it but I will push fix this week.

Best.