From efbc9335a689a8bbbdbdf498874f33356f79ad28 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 15 Dec 2023 12:37:54 +0100 Subject: [PATCH] [TASK] Drop obsolete Doctrine DBAL development dependency (#1047) As we are now using CSV assertions in the functional tests instead of direct database queries, we do not require Doctrine DBAL in the tests anymore. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 510e860..9bec9f0 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,6 @@ "typo3/cms-frontend": "^11.5.4 || ^12.4" }, "require-dev": { - "doctrine/dbal": "^2.13.5 || ^3.6.2", "ergebnis/composer-normalize": "^2.28.3", "friendsofphp/php-cs-fixer": "^3.41.1", "helmich/typo3-typoscript-lint": "^3.1.0",