From e9c4709560296acbd4fe9e12b8d57a925aa7eae8 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 30 Jun 2020 13:41:56 +0200 Subject: [PATCH] Allow the installation on php 8. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 87b4bc4..a67ba7b 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^5.5.9|^7.0.0", + "php": ">=5.5.9", "composer-plugin-api": "^1.0|^2.0" }, "autoload": {