From 8b9447fc63a51d515ff10f2c238f1543a7fed11e Mon Sep 17 00:00:00 2001 From: Laurent Dinclaux Date: Tue, 10 Feb 2026 09:55:18 +1100 Subject: [PATCH] Bump PHP requirement to >= 8.2 (first non-EOL version) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c551bce..640de5a 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } ], "require": { - "php": ">=8.1", + "php": ">=8.2", "roundcube/plugin-installer": ">=0.3.0", "ext-ctype": "*" },