adding DoctrineFixturesBundle 3.0 recipe

This commit is contained in:
Ryan Weaver
2017-11-29 11:32:33 -05:00
parent 13bbebb259
commit 140609e1b1
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%/"
}
}