Merge pull request #23 from javiereguiluz/doctrine-fixtures

This commit is contained in:
Symfony
2017-05-29 06:05:02 -07:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"bundles": {
"Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle": ["dev", "test"]
},
"copy-from-recipe": {
"src/": "%SRC_DIR%/"
}
}