From 15df80caa16376017e87f8b53a153804da088a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 30 Aug 2023 21:26:19 -0300 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: MaurĂ­cio Meneghini Fauth --- .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 eee20cbb..39dcbf03 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -3,6 +3,6 @@ "gd" ], "ignore_php_platform_requirements": { - "8.2": true + "8.3": true } } diff --git a/composer.json b/composer.json index 371b97de..b9f33a0f 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,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", "psr/http-factory": "^1.0.2", "psr/http-message": "^1.1 || ^2.0" }, diff --git a/composer.lock b/composer.lock index 00ec7a28..997f295d 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": "f5e2677fceaed39db15d93cacd111d2a", + "content-hash": "3d9aab599e93760956ac4a0139b50f18", "packages": [ { "name": "psr/http-factory", @@ -4226,7 +4226,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-curl": "*",