From 60ff3c5baf645abe461ab671304b0b53912e6c44 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 3 Nov 2022 13:09:05 +0100 Subject: [PATCH] composer: allow php 8.1 --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index dd32a35..b760d58 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "symfony-bundle", "license": "AGPL-3.0-or-later", "require": { - "php": "^7.3 || ^8.0", + "php": ">=7.3", "ext-json": "*", "ext-simplexml": "*", "adldap2/adldap2": "^10.3", diff --git a/composer.lock b/composer.lock index f506ff9..5ced952 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": "67fd28bd001e3ecaf1cbf4da59460329", + "content-hash": "68a66af28f18b9ff9a311995ddfe5e9d", "packages": [ { "name": "adldap2/adldap2", @@ -11139,7 +11139,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ^8.0", + "php": ">=7.3", "ext-json": "*", "ext-simplexml": "*" }, -- GitLab