technical debts (#3438)

* reformat release notes
* deactivate transactions in migrations by default
* fix migration base class
* fix default value
* composer update
This commit is contained in:
Kevin Papst
2022-07-27 00:54:43 +02:00
committed by GitHub
parent 1b8948a086
commit 7238f404f7
9 changed files with 76 additions and 73 deletions

View File

@@ -6,3 +6,4 @@ doctrine_migrations:
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
'DoctrineMigrations': '%kernel.project_dir%/src/Migrations'
transactional: false