Files
symfony-flex-recipes/doctrine.doctrine-migrations-bundle.1.2.json
T
github-action[bot]andgithub-action[bot] 3206189e52 Update Flex endpoint
2021-11-23 10:26:03 +00:00

38 lines
1.3 KiB
JSON

{
"manifests": {
"doctrine/doctrine-migrations-bundle": {
"manifest": {
"bundles": {
"Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"migrations/": "migrations/"
}
},
"files": {
"config/packages/doctrine_migrations.yaml": {
"contents": [
"doctrine_migrations:",
" dir_name: '%kernel.project_dir%/migrations'",
" # namespace is arbitrary but should be different from App\\Migrations",
" # as migrations classes should NOT be autoloaded",
" namespace: DoctrineMigrations",
""
],
"executable": false
},
"migrations/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "b609494a0ab33d79acf3ead2067e3f67c9a47bd2"
}
}
}