mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:16:13 +01:00

[TASK] Allow dev installations with Doctrine 3 (#524)

TYPO3 12LTS will require Doctrine ^3.3.7 (or possibly even higher).

To not block this, our development requirement of Doctrine needs to
allow Doctrine 3 as well.
This commit is contained in:
Oliver Klee 2022-08-28 13:58:28 +02:00 committed by GitHub
parent dbb9b977a8
commit 7e3c9f0916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@
"typo3/cms-frontend": "^10.4 || ^11.5.2"
},
"require-dev": {
"doctrine/dbal": "^2.13.8",
"doctrine/dbal": "^2.13.8 || ^3.3.7",
"ergebnis/composer-normalize": "^2.19.0",
"friendsofphp/php-cs-fixer": "^3.4.0",
"helmich/typo3-typoscript-lint": "^2.5.2",