Skip to content

Commit

Permalink
[TASK] Drop obsolete Doctrine DBAL development dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oliverklee committed Dec 12, 2023
1 parent ef35003 commit da9e3c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da9e3c3

Please sign in to comment.