From 80218ec41b9ba6e93a8b010e077a3878503b8ad5 Mon Sep 17 00:00:00 2001 From: Chris Doehring Date: Sun, 25 Oct 2020 09:05:52 +0100 Subject: [PATCH] Enhancement: Allow installation with PHP 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index acf673ec08..b6e2a14c17 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0 || ^8.0" }, "require-dev": { "ext-intl": "*",