From 86bb27aa9ae53a3b6f2e32f54a0c3e0031b1f488 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 17 Nov 2024 10:29:23 +0100 Subject: [PATCH] Add support for PHP 8.4 Signed-off-by: Alejandro Celaya --- .laminas-ci.json | 3 +-- composer.json | 4 ++-- composer.lock | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index a18a035..6238f6f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,7 +1,6 @@ { "ignore_php_platform_requirements": { - "8.2": false, - "8.3": false + "8.4": true }, "backwardCompatibilityCheck": true } diff --git a/composer.json b/composer.json index 70efea7..02efbe4 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,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", "brick/varexporter": "^0.5.0 || ^0.4.0", "laminas/laminas-stdlib": "^3.18.0", "webimpress/safe-writer": "^2.2.0" @@ -34,7 +34,7 @@ "require-dev": { "laminas/laminas-coding-standard": "~3.0.0", "laminas/laminas-config": "^3.9.0", - "phpunit/phpunit": "^10.5.11", + "phpunit/phpunit": "^10.5.38", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.22.2" }, diff --git a/composer.lock b/composer.lock index c86450f..cd8c02d 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": "eb704b9953e96a1d98bc69a904cd7ecd", + "content-hash": "6795166884e637a5bb6ada4443096f23", "packages": [ { "name": "brick/varexporter", @@ -4289,7 +4289,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": {