doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.77k stars 224 forks source link

Address deprecations from persistence #333

Closed greg0ire closed 4 years ago

greg0ire commented 4 years ago

A backwards-compatibility layer has been added to persistence to help consumers move to the new namespacing. It is based on class aliases, which means the type declaration changes should not be a BC-break: types are the same. See doctrine/persistence#71

This means:

greg0ire commented 4 years ago

Seems like this has to do with https://github.com/doctrine/orm/pull/7079