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

orm3 compatibility #752

Open loco8878 opened 7 months ago

loco8878 commented 7 months ago

Doctrine ORM 3 has been released. The module requires the corresponding compatibility.

TomHAnderson commented 6 months ago

notes

doctrine/annotations need to be brought to version 2.

TomHAnderson commented 6 months ago

I think this major release will drop support for ORM 2 (though the 6. branch of this project will live on as ORM2). This will give us a chance at better coverage. I'm not trying to amalgamate ORM versions.

TomHAnderson commented 6 months ago

orm3 drops support for annotaions.

TomHAnderson commented 6 months ago

DoctrineModule must be upgraded as part of this refurbishment.

Currently work is blocked pending laminas-cache 4.0

boesing commented 2 months ago

FYI, laminas-cache v4.0 is released.

TomHAnderson commented 2 months ago

It's my view that DoctrineModule must come first, so this issue is being discussed here: https://github.com/doctrine/DoctrineModule/issues/834