From 3d21b12b919e7fa1b4c60fc9fffca3e1649c3d66 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 7 Dec 2023 01:58:55 +0200 Subject: [PATCH] reduce php version requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b4da811..81bfa15 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "minimum-stability": "stable", "prefer-stable": true, "require": { - "php": ">=8.2", + "php": ">=8.1", "ext-ctype": "*", "ext-iconv": "*", "jdenticon/jdenticon": "^1.0",