Files
symfony-flex-recipes/doctrine.doctrine-migrations-bundle.3.1.json
T
github-action botandgithub-action bot c8ac81cd2f Update Flex endpoint
2021-09-19 18:02:05 +00:00

49 lines
1.8 KiB
JSON

{
"locks": {
"doctrine/doctrine-migrations-bundle": {
"version": "3.1",
"recipe": {
"repo": "3.1",
"branch": "master",
"version": "3.1",
"ref": "ee609429c9ee23e22d6fa5728211768f51ed2818"
}
}
},
"manifests": {
"doctrine/doctrine-migrations-bundle": {
"repository": "github.com/symfony/recipes",
"package": "doctrine/doctrine-migrations-bundle",
"version": "3.1",
"manifest": {
"bundles": {
"Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"migrations/": "migrations/"
},
"aliases": [
"doctrine-migrations",
"migrations"
]
},
"files": {
"config/packages/doctrine_migrations.yaml": {
"contents": "doctrine_migrations:\n migrations_paths:\n # namespace is arbitrary but should be different from App\\Migrations\n # as migrations classes should NOT be autoloaded\n 'DoctrineMigrations': '%kernel.project_dir%/migrations'\n enable_profiler: '%kernel.debug%'\n",
"executable": false,
"encoding": ""
},
"migrations/.gitignore": {
"contents": "",
"executable": false,
"encoding": ""
}
},
"origin": "doctrine/doctrine-migrations-bundle:3.1@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}