Hounddog / DoctrineDataFixtureModule

Doctrine Data Fixture Module for Zf2 with cli integration
BSD 2-Clause "Simplified" License
37 stars 71 forks source link

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

Open dorongutman opened 10 years ago

dorongutman commented 10 years ago

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.

Ocramius commented 10 years ago

@dorongutman can you open a PR for this?

fabiocarneiro commented 9 years ago

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