From ce45fede7e3cda5884d1e55f3ad8f0a65f5f4d96 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 21 May 2025 12:31:12 +0200 Subject: [PATCH] Raise required PHP version to 8.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b69e086..3f86144 100644 --- a/composer.json +++ b/composer.json @@ -7,14 +7,14 @@ "config": { "sort-packages": true, "platform": { - "php": "7.2.9" + "php": "8.2" }, "allow-plugins": { "cweagans/composer-patches": true } }, "require": { - "php": ">=7.2", + "php": ">=8.2", "ipl/html": "^0.8.0", "ipl/i18n": "^0.2.0", "ipl/orm": "^0.6.0",