From 82be81b57027359344f1cdc93b32bd6f63bb90fc Mon Sep 17 00:00:00 2001 From: Mohamad Faeez Date: Wed, 9 Apr 2025 15:03:48 +0800 Subject: [PATCH] Minor update --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e6df8b..bbe502a 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ } }, "require": { - "php": ">=7.4", + "php": ">=8.0 | >=7.4", "psr/http-factory-implementation": "^1.0", "symfony/polyfill-php80": "^1.15" },