From 9192a00b483a4e6d2e624ff070b1b5586a722506 Mon Sep 17 00:00:00 2001 From: Oleg Kasyanov Date: Mon, 2 Dec 2024 16:48:27 +0400 Subject: [PATCH] Added compatibility with PHP 8.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ae9437..4541d24 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": "~8.2 || ~8.3", + "php": "~8.2 || ~8.3 || ~8.4", "ext-pdo": "*", "httpsoft/http-cookie": "^1.1", "psr/container": "^2.0",