From ae3780f7e81f0d215f959c0af56ebc2d7b59b7ee Mon Sep 17 00:00:00 2001 From: ralf Date: Fri, 17 Nov 2023 13:51:29 +0200 Subject: [PATCH] set supported version to include PHP 8.2 --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 65924a69f2..314be4aead 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ } }, "require": { - "php": ">=7.4,<=8.1", + "php": ">=7.4,<=8.2", "ext-gd": "*", "ext-json": "*", "ext-mysqli": "*", diff --git a/composer.lock b/composer.lock index 9c956d6e28..e13e2384d6 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": "dcd6d053a68e1835ffa9ec7383d3b920", + "content-hash": "308be89363af48d9ddca60715f4e00ca", "packages": [ { "name": "adldap2/adldap2", @@ -12083,7 +12083,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=7.4,<=8.1", + "php": ">=7.4,<=8.2", "ext-gd": "*", "ext-json": "*", "ext-mysqli": "*",