doctrine / data-fixtures

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

Added a conflict on doctrim/orm < 2.4 #187

Closed lavoiesl closed 9 years ago

lavoiesl commented 9 years ago

EntityManagerInterface is only available in 2.4. Since we do not hard depend on doctrine/orm, add it as conflict instead.

Related to #166 #183 #186

lavoiesl commented 9 years ago

Merged in 1.1 branch