mirror of
https://github.com/doctrine/mongodb-odm.git
synced 2026-03-23 22:42:15 +01:00
476 B
476 B
UPGRADE FROM 2.6 to 2.7
Backward compatibility breaks
Doctrine\ODM\MongoDB\Mapping\Driver\AttributeDriverno longer extendsDoctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver.
doctrine/persistence
- MongoDB ODM 2.7 requires
doctrine/persistence3.2 or newer.
doctrine/annotations is optional
ODM no longer requires doctrine/annotations to be installed. If you're using
annotations for mapping, you will need to install doctrine/annotations.