Updated doctrine/doctrine-bundle recipe

This commit is contained in:
Jan Böhmer 2022-03-04 19:04:14 +01:00
parent 9888d4538d
commit a356a9ad81

View file

@ -75,19 +75,17 @@
"version": "v0.5.3" "version": "v0.5.3"
}, },
"doctrine/doctrine-bundle": { "doctrine/doctrine-bundle": {
"version": "2.4", "version": "2.5",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "master", "branch": "master",
"version": "2.4", "version": "2.4",
"ref": "bac5c852ff628886de2753215fe5eb1f9ce980fb" "ref": "ddddd8249dd55bbda16fa7a45bb7499ef6f8e90e"
}, },
"files": [ "files": [
"./config/packages/doctrine.yaml", "config/packages/doctrine.yaml",
"./config/packages/prod/doctrine.yaml", "src/Entity/.gitignore",
"./config/packages/test/doctrine.yaml", "src/Repository/.gitignore"
"./src/Entity/.gitignore",
"./src/Repository/.gitignore"
] ]
}, },
"doctrine/doctrine-fixtures-bundle": { "doctrine/doctrine-fixtures-bundle": {