From ac8f6442bf8795a0e41221b76bab08ab7d9fe6aa Mon Sep 17 00:00:00 2001 From: Martin Lutter Date: Fri, 14 May 2021 17:05:40 +0000 Subject: [PATCH] allow php 8 (#14) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc7bdd0..cc72888 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } }, "require": { - "php": "^7.1" + "php": "^7.1|^8.0" }, "license": "MIT", "authors": [