From 99c179e7a2e9315a561b4932e402924cb5435a55 Mon Sep 17 00:00:00 2001 From: Alexey Eschenko Date: Mon, 30 Nov 2020 10:54:03 +0000 Subject: [PATCH] Changing PHP version constraint to allow PHP 8.0 usage. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e8c9e8b..e99201b 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "type": "project", "require": { - "php": "^7.4.0", + "php": ">=7.4.0", "ext-ctype": "*", "ext-hash": "*", "ext-iconv": "*",