mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
49 lines
1.8 KiB
JSON
49 lines
1.8 KiB
JSON
{
|
|
"locks": {
|
|
"doctrine/doctrine-migrations-bundle": {
|
|
"version": "2.2",
|
|
"recipe": {
|
|
"repo": "2.2",
|
|
"branch": "master",
|
|
"version": "2.2",
|
|
"ref": "baaa439e3e3179e69e3da84b671f0a3e4a2f56ad"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"doctrine/doctrine-migrations-bundle": {
|
|
"repository": "github.com/symfony/recipes",
|
|
"package": "doctrine/doctrine-migrations-bundle",
|
|
"version": "2.2",
|
|
"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",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"migrations/.gitignore": {
|
|
"contents": "",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "doctrine/doctrine-migrations-bundle:2.2@github.com/symfony/recipes:master",
|
|
"is_contrib": false
|
|
}
|
|
}
|
|
} |