mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"aliases": ["orm-fixtures"],
|
|
"bundles": {
|
|
"Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle": ["dev", "test"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"src/": "%SRC_DIR%/"
|
|
}
|
|
}
|