mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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:",
|
||||
" migrations_paths:",
|
||||
" # namespace is arbitrary but should be different from App\\Migrations",
|
||||
" # as migrations classes should NOT be autoloaded",
|
||||
" 'DoctrineMigrations': '%kernel.project_dir%/migrations'",
|
||||
" enable_profiler: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"migrations/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -20,7 +20,7 @@
|
||||
" # namespace is arbitrary but should be different from App\\Migrations",
|
||||
" # as migrations classes should NOT be autoloaded",
|
||||
" 'DoctrineMigrations': '%kernel.project_dir%/migrations'",
|
||||
" enable_profiler: '%kernel.debug%'",
|
||||
" enable_profiler: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -32,7 +32,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ee609429c9ee23e22d6fa5728211768f51ed2818"
|
||||
"ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user