Updated doctrine-bundle recipe

This commit is contained in:
Jan Böhmer 2025-07-07 23:31:07 +02:00
parent 40a837b165
commit 41108bd969
2 changed files with 8 additions and 6 deletions

View file

@ -62,17 +62,17 @@
}
},
"doctrine/doctrine-bundle": {
"version": "2.11",
"version": "2.15",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.10",
"ref": "c170ded8fc587d6bd670550c43dafcf093762245"
"version": "2.13",
"ref": "620b57f496f2e599a6015a9fa222c2ee0a32adcb"
},
"files": [
"./config/packages/doctrine.yaml",
"./src/Entity/.gitignore",
"./src/Repository/.gitignore"
"config/packages/doctrine.yaml",
"src/Entity/.gitignore",
"src/Repository/.gitignore"
]
},
"doctrine/doctrine-fixtures-bundle": {