From 2055644912504cff7fe59627acb3b2bac5183bb5 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 12 Oct 2024 10:46:48 +0530 Subject: [PATCH] Add support for PHP 8.4 Signed-off-by: ADmad --- .laminas-ci.json | 3 +++ composer.json | 4 ++-- composer.lock | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index f050f35e..075b6c0b 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -2,5 +2,8 @@ "extensions": [ "gd" ], + "ignore_php_platform_requirements": { + "8.4": true + }, "backwardCompatibilityCheck": true } diff --git a/composer.json b/composer.json index abe4e81d..a61eaac1 100644 --- a/composer.json +++ b/composer.json @@ -34,8 +34,8 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "psr/http-factory": "^1.0.2", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "psr/http-factory": "^1.1", "psr/http-message": "^1.1 || ^2.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 88fcd795..d5090917 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": "e5b673582a8569a858a0298c119d3a96", + "content-hash": "5c4660fbffbbf1057226b7010048b08e", "packages": [ { "name": "psr/http-factory", @@ -4211,7 +4211,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": { "ext-curl": "*",