mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:16:12 +02:00

[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.
This commit is contained in:
Oliver Klee 2023-12-15 12:37:54 +01:00 committed by GitHub
parent 6b5c76ac08
commit efbc9335a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,6 @@
"typo3/cms-frontend": "^11.5.4 || ^12.4" "typo3/cms-frontend": "^11.5.4 || ^12.4"
}, },
"require-dev": { "require-dev": {
"doctrine/dbal": "^2.13.5 || ^3.6.2",
"ergebnis/composer-normalize": "^2.28.3", "ergebnis/composer-normalize": "^2.28.3",
"friendsofphp/php-cs-fixer": "^3.41.1", "friendsofphp/php-cs-fixer": "^3.41.1",
"helmich/typo3-typoscript-lint": "^3.1.0", "helmich/typo3-typoscript-lint": "^3.1.0",