From 109e7a35d6c7394506d3f8110d6e37e878265f6d Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 24 Feb 2021 11:16:20 +0100 Subject: [PATCH] allow php 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9947cf2..cfcc9b8 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "type": "project", "license": "AGPLv3", "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "ext-ctype": "*", "ext-iconv": "*", "ext-json": "*",