mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
11 lines
259 B
JSON
11 lines
259 B
JSON
{
|
|
"bundles": {
|
|
"Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"aliases": ["doctrine-migrations", "migrations"]
|
|
}
|