feat(update): apply recipes:update doctrine/doctrine-migrations-bundle

This commit is contained in:
Simon Vieille 2023-01-08 19:14:36 +01:00
parent 301f22bb4a
commit 1366e92ca0
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 5 additions and 4 deletions

View file

@ -3,3 +3,4 @@ doctrine_migrations:
# 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

View file

@ -65,12 +65,12 @@
]
},
"doctrine/doctrine-migrations-bundle": {
"version": "2.2",
"version": "3.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "2.2",
"ref": "baaa439e3e3179e69e3da84b671f0a3e4a2f56ad"
"branch": "main",
"version": "3.1",
"ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
},
"files": [
"config/packages/doctrine_migrations.yaml",