doctrine / DoctrineFixturesBundle

Symfony integration for the doctrine/data-fixtures library
MIT License
2.46k stars 203 forks source link

Add missing dependency to doctrine/orm #282

Closed alcaeus closed 5 years ago

alcaeus commented 5 years ago

This bundle only provides fixture loading for Doctrine ORM, so it should be a hard dependency: installing it without ORM is possible but would lead to errors when running the command, so it makes sense to make this a required dependency.