From ed3901fb2cf7b266909ed5eed3321fe222842595 Mon Sep 17 00:00:00 2001 From: cod43156 Date: Mon, 14 Oct 2024 20:00:46 +0530 Subject: [PATCH] PHP8.4 Support Added (#68) * Add Support for PHP 8.4 Signed-off-by: Raj Mohan --- .laminas-ci.json | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index bc6f477..7d406e8 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -3,6 +3,6 @@ "igbinary" ], "ignore_php_platform_requirements": { - "8.3": true + "8.4": true } } diff --git a/composer.json b/composer.json index 36bf17b..1e9d847 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "laminas/laminas-json": "^3.1", "laminas/laminas-servicemanager": "^4.1", "laminas/laminas-stdlib": "^3.19" diff --git a/composer.lock b/composer.lock index d41bb1a..4f4e054 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": "3d5ae70a2e9b379c02af07fd5c032c5c", + "content-hash": "db97b741060d2356a166f40110c45440", "packages": [ { "name": "brick/varexporter", @@ -4329,7 +4329,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" }, "platform-dev": {}, "platform-overrides": {