create gheb\data-migrations-bundle recipe

This commit is contained in:
Grégoire Hébert
2018-12-01 13:33:50 +01:00
parent 38c00d411e
commit 677ef310dd
3 changed files with 14 additions and 0 deletions
@@ -0,0 +1,5 @@
data_migrations:
dir_name: '%kernel.project_dir%/src/DataMigrations'
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
namespace: DataMigrations
@@ -0,0 +1,9 @@
{
"bundles": {
"Gheb\\DataMigrationsBundle\\DataMigrationsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
}