From 65b20a3baa1c24d76655eef5ecd9e3a076055756 Mon Sep 17 00:00:00 2001 From: alexandergotts <154987484+alexandergotts@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:25:24 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b969f2af..d6eddfd5 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "license": "GPL-2.0-or-later", "require": { - "php": ">=5.6", + "php": ">=8.2", "ext-ctype": "*", "ext-curl": "*", "ext-hash": "*",