From 305d1b755864de4a7e96a86742e1f018f06998e4 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 21 Feb 2020 11:52:55 +0000 Subject: [PATCH] Allow Laravel 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d72900f..4f188af 100755 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": ">=5.4.0", - "illuminate/contracts": "^5.0|^6.0|^7.0" + "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0" }, "require-dev": { - "illuminate/http": "^5.0|^6.0|^7.0", + "illuminate/http": "^5.0|^6.0|^7.0|^8.0", "mockery/mockery": "^1.0", "phpunit/phpunit": "^6.0" },