From 068425c35dbb436d64f476af758d963f116ebe50 Mon Sep 17 00:00:00 2001 From: Andreas Kosmowicz Date: Fri, 17 Dec 2021 00:06:18 +0100 Subject: [PATCH] add php8.x support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 383b23f..1cfd851 100755 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/contracts": "^6.0|^7.0|^8.0", "illuminate/http": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0"