From 3d03a132b7eeb548fd0726358940ec7d50bcbe9e Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Thu, 3 Oct 2024 06:53:41 +0000 Subject: [PATCH] PHP8.4 Support Added --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 22aec55..79a24d0 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "extra": { }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-ctype": "*", "ext-mbstring": "*" }, diff --git a/composer.lock b/composer.lock index 68e2a19..fbd4416 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ea944eaddab2bbaf82831281bceac44c", + "content-hash": "bbb2bf281b2adfa6301b373219420714", "packages": [], "packages-dev": [ { @@ -5336,7 +5336,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "ext-ctype": "*", "ext-mbstring": "*" },