From fa7d5b0d73372c7f7366180f0fbaaac7f69b75d0 Mon Sep 17 00:00:00 2001 From: Sem Schilder Date: Thu, 2 Nov 2023 11:54:10 +0100 Subject: [PATCH] Add PHP 8.3 support Signed-off-by: Sem Schilder --- .laminas-ci.json | 4 +++- composer.json | 2 +- composer.lock | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index bce3fa2..7095b20 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,5 +1,7 @@ { "ignore_php_platform_requirements": { - "8.1": true + "8.1": false, + "8.2": false, + "8.3": true } } diff --git a/composer.json b/composer.json index 0f6ccd0..76a631d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-stdlib": "^2.7 || ^3.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 2495251..0a1ca5f 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": "00a80a7fc74e8f70b9c97ea3791a1d84", + "content-hash": "0bb344763a1f69884ddce40e96a68855", "packages": [ { "name": "laminas/laminas-stdlib", @@ -2895,8 +2895,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.6.0" }