From ff9f623f99addb1f77da6f63d3f529a958b13c28 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 10 Jul 2023 18:03:55 +0200 Subject: [PATCH] composer: fix ext-pdo requirement for PHP 8 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aab1406..71dd5a8 100644 --- a/composer.json +++ b/composer.json @@ -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",