From f999c33e6b042590720bbe0012a212acee17c47a Mon Sep 17 00:00:00 2001 From: Warxcell Date: Wed, 24 Feb 2021 00:10:38 +0200 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 3fd6943..307d380 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "translation" ], "require": { - "php": "~7.4", + "php": "~7.4 | ^8.0", "doctrine/orm": "~2.5" }, "require-dev": {