Files
symfony-flex-recipes-contrib/gheb.data-migrations-bundle.1.3.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

46 lines
1.7 KiB
JSON

{
"locks": {
"gheb/data-migrations-bundle": {
"version": "1.3",
"recipe": {
"repo": "1.3",
"branch": "master",
"version": "1.3",
"ref": "73860d9aaddd69159331184ef0bc99ccd55fa0cb"
}
}
},
"manifests": {
"gheb/data-migrations-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "gheb/data-migrations-bundle",
"version": "1.3",
"manifest": {
"bundles": {
"Gheb\\DataMigrationsBundle\\DataMigrationsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
},
"files": {
"src/DataMigrations/.gitignore": {
"contents": "",
"executable": false,
"encoding": ""
},
"config/packages/data_migrations.yaml": {
"contents": "data_migrations:\n dir_name: '%kernel.project_dir%/src/DataMigrations'\n # namespace is arbitrary but should be different from App\\Migrations\n # as migrations classes should NOT be autoloaded\n namespace: DataMigrations\n name: My app migrations\n",
"executable": false,
"encoding": ""
}
},
"origin": "gheb/data-migrations-bundle:1.3@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}