From 38f599d794e69af807b89679044d1e8c0093761f Mon Sep 17 00:00:00 2001 From: NekoCH <96158157+ex-hentai@users.noreply.github.com> Date: Sat, 20 Dec 2025 14:11:07 +0800 Subject: [PATCH] fix php version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 206bfa60..37faf4d7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "files": [] }, "require": { - "php": ">=8.2", + "php": ">=8.2 <8.6", "ext-bcmath": "*", "ext-curl": "*", "ext-gd": "*",