From 0ce2119d57ccf11fce5e89f9a716424d2ad95ae4 Mon Sep 17 00:00:00 2001 From: Kristofer Karlsson Date: Thu, 7 Dec 2023 14:01:28 +0100 Subject: [PATCH 1/2] Add support for PHP 8.3 --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8c6dec9..73c57aa 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-permissions-rbac": "^3.0", "mezzio/mezzio-authorization": "^1.0", "mezzio/mezzio-router": "^3.0", diff --git a/composer.lock b/composer.lock index e47606f..3fe9010 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": "c7afa93b28bbbe2de51f5e27c83526af", + "content-hash": "634adc87e42cd050b588833a2717bb8f", "packages": [ { "name": "fig/http-message-util", @@ -4684,7 +4684,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "platform-dev": [], "platform-overrides": { From d09da139656157ce0a1cb3ff12156156ad5fb77d Mon Sep 17 00:00:00 2001 From: Kristofer Karlsson Date: Thu, 7 Dec 2023 14:12:36 +0100 Subject: [PATCH 2/2] Add support for PHP 8.3 Signed-off-by: Kristofer Karlsson --- .laminas-ci.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 6f96f6d..0967ef4 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1 @@ -{ - "ignore_php_platform_requirements": { - "8.2": false - } -} +{}