Updated doctrine/doctrine-bundle recipe.

This commit is contained in:
Jan Böhmer 2021-10-02 20:44:34 +02:00
parent 193ecd252b
commit 376b329723
2 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,4 @@
doctrine:
dbal:
# "TEST_TOKEN" is typically set by ParaTest
dbname_suffix: '_test%env(default::TEST_TOKEN)%'

View file

@ -69,16 +69,17 @@
"version": "v0.5.3"
},
"doctrine/doctrine-bundle": {
"version": "2.0",
"version": "2.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "2.0",
"ref": "368794356c1fb634e58b38ad2addb36933f2e73e"
"version": "2.4",
"ref": "bac5c852ff628886de2753215fe5eb1f9ce980fb"
},
"files": [
"./config/packages/doctrine.yaml",
"./config/packages/prod/doctrine.yaml",
"./config/packages/test/doctrine.yaml",
"./src/Entity/.gitignore",
"./src/Repository/.gitignore"
]