composer: fix ext-pdo requirement for PHP 8 compatibility

This commit is contained in:
Benjamin Renard 2023-07-10 18:03:55 +02:00
parent 15c1daabb5
commit ff9f623f99
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -24,7 +24,7 @@
"smarty-gettext/smarty-gettext": "^1.6",
"sepia/po-parser": "^6.0",
"sentry/sdk": "^3.3",
"ext-pdo": "^7.3",
"ext-pdo": ">=7.3",
"ext-json": "*",
"ext-yaml": "^2.0",
"league/mime-type-detection": "^1.11",