From 677ef310ddf66efbab1abb63569e5b33b5e704eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Sat, 1 Dec 2018 13:33:50 +0100 Subject: [PATCH] create gheb\data-migrations-bundle recipe --- .../1.3/config/packages/data_migrations.yaml | 5 +++++ gheb/data-migrations-bundle/1.3/manifest.json | 9 +++++++++ .../1.3/src/DataMigrations/.gitignore | 0 3 files changed, 14 insertions(+) create mode 100644 gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml create mode 100644 gheb/data-migrations-bundle/1.3/manifest.json create mode 100644 gheb/data-migrations-bundle/1.3/src/DataMigrations/.gitignore diff --git a/gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml b/gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml new file mode 100644 index 00000000..406b7541 --- /dev/null +++ b/gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml @@ -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 diff --git a/gheb/data-migrations-bundle/1.3/manifest.json b/gheb/data-migrations-bundle/1.3/manifest.json new file mode 100644 index 00000000..36fa9771 --- /dev/null +++ b/gheb/data-migrations-bundle/1.3/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Gheb\\DataMigrationsBundle\\DataMigrationsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } +} diff --git a/gheb/data-migrations-bundle/1.3/src/DataMigrations/.gitignore b/gheb/data-migrations-bundle/1.3/src/DataMigrations/.gitignore new file mode 100644 index 00000000..e69de29b