DoctrineDataFixtureModule icon indicating copy to clipboard operation
DoctrineDataFixtureModule copied to clipboard

Remove the ORM from composer's "require" in favor of ODM uses

Open dorongutman opened this issue 11 years ago • 2 comments
trafficstars

doctrine/data-fixtures supports the mongodb ODM as well as the ORM. Currently the composer.json file requires the ORM which causes the ORM to download even if I don't use it, but uses the ODM.

dorongutman avatar May 11 '14 15:05 dorongutman

@dorongutman can you open a PR for this?

Ocramius avatar Aug 06 '14 22:08 Ocramius

It wont work anyway. EntityManager and ORMPurger are hardcoded in this module.

fabiocarneiro avatar Dec 17 '14 19:12 fabiocarneiro