Updated to doctrine migrations 3.0.

This commit is contained in:
Jan Böhmer 2020-07-04 23:38:18 +02:00
parent c3d22556a0
commit 96acf0d858
16 changed files with 394 additions and 342 deletions

View file

@ -90,16 +90,16 @@
]
},
"doctrine/doctrine-migrations-bundle": {
"version": "1.2",
"version": "2.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.2",
"ref": "c1431086fec31f17fbcfe6d6d7e92059458facc1"
"version": "2.2",
"ref": "baaa439e3e3179e69e3da84b671f0a3e4a2f56ad"
},
"files": [
"./config/packages/doctrine_migrations.yaml",
"./src/Migrations/.gitignore"
"./migrations/.gitignore"
]
},
"doctrine/event-manager": {