From 8d1372acf553ab073fa615d8e3f7d64d0eca75b7 Mon Sep 17 00:00:00 2001 From: Stephen Jude Date: Wed, 16 Sep 2020 11:31:39 +0100 Subject: [PATCH] Add Laravel 8 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c17d238..8fd172e 100755 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ ], "require": { "php": "^7.2", - "illuminate/support": "^6.0|^7.0" + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { - "orchestra/testbench": "^4.0", - "phpunit/phpunit": "^8.0" + "orchestra/testbench": "^4.0|^5.0", + "phpunit/phpunit": "^8.0|^9.0" }, "autoload": { "psr-4": {