mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Updated doctrine/doctrine-bundle recipe.
This commit is contained in:
parent
193ecd252b
commit
376b329723
2 changed files with 8 additions and 3 deletions
4
config/packages/test/doctrine.yaml
Normal file
4
config/packages/test/doctrine.yaml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
doctrine:
|
||||||
|
dbal:
|
||||||
|
# "TEST_TOKEN" is typically set by ParaTest
|
||||||
|
dbname_suffix: '_test%env(default::TEST_TOKEN)%'
|
|
@ -69,16 +69,17 @@
|
||||||
"version": "v0.5.3"
|
"version": "v0.5.3"
|
||||||
},
|
},
|
||||||
"doctrine/doctrine-bundle": {
|
"doctrine/doctrine-bundle": {
|
||||||
"version": "2.0",
|
"version": "2.4",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"version": "2.0",
|
"version": "2.4",
|
||||||
"ref": "368794356c1fb634e58b38ad2addb36933f2e73e"
|
"ref": "bac5c852ff628886de2753215fe5eb1f9ce980fb"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./config/packages/doctrine.yaml",
|
"./config/packages/doctrine.yaml",
|
||||||
"./config/packages/prod/doctrine.yaml",
|
"./config/packages/prod/doctrine.yaml",
|
||||||
|
"./config/packages/test/doctrine.yaml",
|
||||||
"./src/Entity/.gitignore",
|
"./src/Entity/.gitignore",
|
||||||
"./src/Repository/.gitignore"
|
"./src/Repository/.gitignore"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue