From eb7c319097802503d9013e3ea34007eabcb29317 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Tue, 10 Oct 2023 12:24:38 +0530 Subject: [PATCH] PHP 8.3 support added --- .laminas-ci.json | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 22d49f42..590a02fc 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -3,6 +3,6 @@ "gd" ], "ignore_php_platform_requirements": { - "8.2": true + "8.3": true } } \ No newline at end of file diff --git a/composer.json b/composer.json index 1f95c2b5..e4f9ff09 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "extra": {}, "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-recaptcha": "^3.4.0", "laminas/laminas-session": "^2.12", "laminas/laminas-stdlib": "^3.10.1", diff --git a/composer.lock b/composer.lock index 73d9008a..f1877f48 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": "9be5f99ebc427f6a12c9611a0abc78ca", + "content-hash": "7790fe24e3f9dbf3ce0f315c3549e9cc", "packages": [ { "name": "laminas/laminas-escaper", @@ -4817,7 +4817,7 @@ "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": { "ext-gd": "*"