From f04efb579a903783fc6d7448103f7c4d44ba6aa7 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Wed, 13 Mar 2024 14:26:33 +0100 Subject: [PATCH] Checked the php version requirement. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 474a613..a1a57c6 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "ext-json": "*", "ext-pdo": "*", "ext-bcmath": "*",