Skip to content

Commit

Permalink
configure?
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Geraads committed May 29, 2024
1 parent f4f648d commit 656f441
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rgeraads/hello-world",
"description": "Hello world",
"version": "1.0.0",
"license": "MIT",
"require": {
"php": "^8.3",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions config/packages/dama_doctrine_test_bundle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
when@test:
dama_doctrine_test:
enable_static_connection: true
enable_static_meta_data_cache: true
enable_static_query_cache: true
5 changes: 4 additions & 1 deletion config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ doctrine:

# IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file)
#server_version: '15'
#server_version: '16'

profiling_collect_backtrace: '%kernel.debug%'
use_savepoints: true

when@test:
doctrine:
Expand Down
4 changes: 0 additions & 4 deletions config/packages/test/dama_doctrine_test_bundle.yaml

This file was deleted.

14 changes: 7 additions & 7 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"version": "1.4.5"
},
"dama/doctrine-test-bundle": {
"version": "7.2",
"version": "8.2",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "4.0",
"ref": "2c920f73a217f30bd4a37833c91071f4d3dc1ecd"
"version": "7.2",
"ref": "896306d79d4ee143af9eadf9b09fd34a8c391b70"
},
"files": [
"config/packages/test/dama_doctrine_test_bundle.yaml"
"config/packages/dama_doctrine_test_bundle.yaml"
]
},
"doctrine/annotations": {
Expand All @@ -28,12 +28,12 @@
"files": []
},
"doctrine/doctrine-bundle": {
"version": "2.9",
"version": "2.12",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.9",
"ref": "31de7260684f6465dbbddb01a704bd48a6bbd4ea"
"version": "2.12",
"ref": "7b1b0b637b337f6beb895589948cd119da705524"
},
"files": [
"config/packages/doctrine.yaml",
Expand Down

0 comments on commit 656f441

Please sign in to comment.