Upgraded DAMA doctrine test bundle

This commit is contained in:
Jan Böhmer 2023-12-03 23:58:19 +01:00
parent 2fe2740b62
commit 1911c62edd
3 changed files with 20 additions and 16 deletions

View file

@ -90,7 +90,7 @@
"webmozart/assert": "^1.4" "webmozart/assert": "^1.4"
}, },
"require-dev": { "require-dev": {
"dama/doctrine-test-bundle": "^7.0", "dama/doctrine-test-bundle": "^v8.0.0",
"doctrine/doctrine-fixtures-bundle": "^3.2", "doctrine/doctrine-fixtures-bundle": "^3.2",
"ekino/phpstan-banned-code": "^v1.0.0", "ekino/phpstan-banned-code": "^v1.0.0",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",

31
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "34063c16f9d91c6646cef15a75f84099", "content-hash": "f69e41dfdbfd08202ba19edb4a7a3f3d",
"packages": [ "packages": [
{ {
"name": "api-platform/core", "name": "api-platform/core",
@ -14773,40 +14773,40 @@
}, },
{ {
"name": "dama/doctrine-test-bundle", "name": "dama/doctrine-test-bundle",
"version": "v7.3.0", "version": "v8.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dmaicher/doctrine-test-bundle.git", "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
"reference": "688eea6529ea894b83deada10c83662d7804f34b" "reference": "e7ed49228d12853404aeb873adbada825062204c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/688eea6529ea894b83deada10c83662d7804f34b", "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/e7ed49228d12853404aeb873adbada825062204c",
"reference": "688eea6529ea894b83deada10c83662d7804f34b", "reference": "e7ed49228d12853404aeb873adbada825062204c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/dbal": "^3.3", "doctrine/dbal": "^3.3 || ^4.0",
"doctrine/doctrine-bundle": "^2.2.2", "doctrine/doctrine-bundle": "^2.2.2",
"ext-json": "*", "ext-json": "*",
"php": "^7.3 || ^8.0", "php": "^7.3 || ^8.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0", "psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^5.4 || ^6.0", "symfony/cache": "^5.4 || ^6.3 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0" "symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0"
}, },
"require-dev": { "require-dev": {
"behat/behat": "^3.0", "behat/behat": "^3.0",
"doctrine/cache": "^1.12", "friendsofphp/php-cs-fixer": "^3.27",
"phpstan/phpstan": "^1.2", "phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0", "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0",
"symfony/phpunit-bridge": "^6.0", "symfony/phpunit-bridge": "^6.3",
"symfony/process": "^5.4 || ^6.0", "symfony/process": "^5.4 || ^6.3 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0" "symfony/yaml": "^5.4 || ^6.3 || ^7.0"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "7.x-dev" "dev-master": "8.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -14830,13 +14830,14 @@
"isolation", "isolation",
"performance", "performance",
"symfony", "symfony",
"testing",
"tests" "tests"
], ],
"support": { "support": {
"issues": "https://github.com/dmaicher/doctrine-test-bundle/issues", "issues": "https://github.com/dmaicher/doctrine-test-bundle/issues",
"source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v7.3.0" "source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v8.0.0"
}, },
"time": "2023-11-27T21:29:42+00:00" "time": "2023-11-28T07:53:30+00:00"
}, },
{ {
"name": "dnoegel/php-xdg-base-dir", "name": "dnoegel/php-xdg-base-dir",

View file

@ -2,6 +2,9 @@ doctrine:
dbal: dbal:
url: '%env(resolve:DATABASE_URL)%' url: '%env(resolve:DATABASE_URL)%'
# Required for DAMA doctrine test bundle
use_savepoints: true
# IMPORTANT: You MUST configure your server version, # IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file) # either here or in the DATABASE_URL env var (see .env file)