From 416aa5cc90baa8879a9f09097c9ca5d6503e9dbc Mon Sep 17 00:00:00 2001 From: tchapi Date: Tue, 4 Jan 2022 19:31:33 +0100 Subject: [PATCH] Allow PHP 8.0+ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 42acdf8..d8d54b3 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "license": "MIT", "require": { - "php": "^7.3.0", + "php": "^7.3.0 || ^8.0", "ext-ctype": "*", "ext-iconv": "*", "composer-runtime-api": "^2",