From 18711e52116db354781b674d05d7d7e121981655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Delbruy=C3=A8re?= Date: Tue, 28 Nov 2023 08:32:55 +0100 Subject: [PATCH] Add php 8.3 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Olivier Delbruyère --- .laminas-ci.json | 3 ++- composer.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 22d49f42..75244e18 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -3,6 +3,7 @@ "gd" ], "ignore_php_platform_requirements": { - "8.2": true + "8.2": true, + "8.3": true } } \ No newline at end of file diff --git a/composer.json b/composer.json index 536ea669..92b53c39 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,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-servicemanager": "^3.10.0", "laminas/laminas-stdlib": "^3.6.0", "laminas/laminas-validator": "^2.15.1"