From 31cc294cc38f9e44d27b65d9d5a16f70fa11c0f4 Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass Date: Tue, 26 Jul 2022 08:08:24 +0200 Subject: [PATCH] Upgrade composer php max version to 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 15a1ee0ef..fc1aeb176 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "license": "AGPL-3.0-only", "require": { - "php": ">=7.2.5 <8.0.0", + "php": ">=7.2.5 <8.1.0", "ext-ctype": "*", "ext-dom": "*", "ext-gd": "*",