doctrine / data-fixtures

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

Indicate support for persistence 3 #387

Closed derrabus closed 2 years ago

derrabus commented 2 years ago

The data-fixtures library should be compatible with version 3 of doctrine/persistence right away. I've run the test suite locally with ORM 2.12-dev and Persistence 3.0.0 and none of the ORM-related tests were failing.

The ODM is not ready yet which is why we cannot run tests with Persistence 3 in our CI yet.

Merging this PR would unlock getting support for Persistence 3 into other repositories, e.g. Symfony.