From 36c865ec7991d7069d2776c8d1cddd2d877e5bee Mon Sep 17 00:00:00 2001 From: Gaige Lama Date: Sun, 15 Sep 2019 18:09:08 -0400 Subject: [PATCH] Adding support for Laravel 6 and updating phpunit Signed-off-by: Gaige Lama --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f3b00da..d2af64e 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ "require": { "php": "^7.1.3", "ext-json": "*", - "illuminate/filesystem": "^5.8", - "illuminate/support": "^5.8", - "illuminate/console": "^5.8" + "illuminate/filesystem": "^5.8|^6", + "illuminate/support": "^5.8|^6", + "illuminate/console": "^5.8|^6" }, "require-dev": { - "phpunit/phpunit": "~5.7|~6.5|~7.5" + "phpunit/phpunit": "^8.0" }, "autoload": { "files": [