doctrine / data-fixtures

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

doctrine/deprecations is a mandatory dependency #437

Closed derrabus closed 1 year ago

derrabus commented 1 year ago

We trigger deprecations from non-test classes and need the Doctrine deprecations library for that. Because of that, it has to be a mandatory dependency.

This change probably doesn't make that much of a difference because data fixtures is most likely used in projects that depend on other libraries that pull the doctrine/deprecations dependency already, like DBAL or ORM.