From bf593164ac8faaf16c78b8d81285c9f95bf8a439 Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Thu, 3 Oct 2024 12:52:45 +0530 Subject: [PATCH 1/2] PHP8.4 Support Added Signed-off-by: Raj Mohan --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e08bcae..cf9f30f 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,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" }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0", diff --git a/composer.lock b/composer.lock index 517bffb..6b50d7e 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": "0dfe093f3f38229963cac7f0e1e72101", + "content-hash": "97930a94b8b9601054454efa07958d1a", "packages": [], "packages-dev": [ { @@ -4752,7 +4752,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": { From 8e943491bdec7ce2c200e3cb40b306c7a2e00e1f Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Thu, 24 Oct 2024 15:16:41 +0530 Subject: [PATCH 2/2] Ignore PHP 8.4 Platform Requirements Signed-off-by: Raj Mohan --- .laminas-ci.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.laminas-ci.json b/.laminas-ci.json index 2c63c08..cc00d67 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,2 +1,5 @@ { + "ignore_php_platform_requirements": { + "8.4": true + } }