From 3ffcbeb7498d77395efbf47f5340f5f06d17d8fb Mon Sep 17 00:00:00 2001 From: Chris Southam Date: Thu, 6 May 2021 09:55:43 +0100 Subject: [PATCH] Added support for PHP v8 (#49) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bddfa7d..c40f9e1 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.0", + "php": "^7.0|^8.0", "illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0", "illuminate/http": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0", "illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",