From 14d9f5fef45e1a0bbe7ff71fefb2f8eb6f909a8a Mon Sep 17 00:00:00 2001 From: Maris Date: Wed, 24 Feb 2021 16:08:50 +0100 Subject: [PATCH] PHP 8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de56997..2262fd0 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0" }, "autoload": {