From a8bd8942f3e3d703cd7ce4108f8cf4f6d9f2cba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 24 Jul 2022 00:30:32 +0200 Subject: [PATCH] Explicitly mark in composer.json that PHP 8 is allowed --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 25b6b245..b86b0ff6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "type": "project", "license": "AGPL-3.0-or-later", "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "ext-ctype": "*", "ext-gd": "*", "ext-iconv": "*",