From ad728b9521cd4a5d4378c860270e66d0ec1942ca Mon Sep 17 00:00:00 2001 From: George Steel Date: Mon, 25 Nov 2024 23:05:08 +0000 Subject: [PATCH] Add Support for PHP 8.4 Signed-off-by: George Steel --- .laminas-ci.json | 3 +++ composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 2a9baaad..10806e81 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,8 @@ { "backwardCompatibilityCheck": true, + "ignore_php_platform_requirements": { + "8.4": true + }, "additional_checks": [ { "name": "Unit tests with psr/cache v2", diff --git a/composer.json b/composer.json index 6a43669f..4d5c880b 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,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-eventmanager": "^3.4", "laminas/laminas-servicemanager": "^4.1", "laminas/laminas-stdlib": "^3.20", diff --git a/composer.lock b/composer.lock index 9e81ba5d..51c33976 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": "31028415f8df71b2106f49c8b92a9033", + "content-hash": "988696c3096ece71cbbfb979a33da51d", "packages": [ { "name": "brick/varexporter", @@ -5003,7 +5003,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": {