1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-07 23:01:04 +02:00

[ticket/17176] Revert back to doctrine 3.3.x until drop index is solved

PHPBB3-17176
This commit is contained in:
Marc Alexander
2023-08-20 18:20:55 +02:00
parent 826aeb7111
commit 96e97c264e
2 changed files with 32 additions and 33 deletions

View File

@@ -35,7 +35,7 @@
"composer/composer": "^2.0",
"composer/installers": "^1.9",
"composer/package-versions-deprecated": "^1.11",
"doctrine/dbal": "^3.0",
"doctrine/dbal": "~3.3.6",
"google/recaptcha": "~1.1",
"guzzlehttp/guzzle": "~6.3",
"lusitanian/oauth": "^0.8.1",