Merge pull request #729

This commit is contained in:
symfony-flex-server[bot]
2020-03-28 17:12:25 +00:00
committed by GitHub
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
doctrine_migrations:
migrations_paths:
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
'DoctrineMigrations': '%kernel.project_dir%/migrations'
@@ -0,0 +1,10 @@
{
"bundles": {
"Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"migrations/": "migrations/"
},
"aliases": ["doctrine-migrations", "migrations"]
}