From ebb322cff34e2e2dbb740bd119e15604a84748bd Mon Sep 17 00:00:00 2001 From: Nick Goris Date: Fri, 13 Mar 2020 11:03:10 +0100 Subject: [PATCH] Laravel 7.0 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e5ebd3c..2f56e6b 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ "php": "^7.2" }, "require-dev": { - "illuminate/support": "~5.8.0", - "phpunit/phpunit": "^7.0", - "orchestra/testbench": "^3.8", + "illuminate/support": "^7.0", + "phpunit/phpunit": "^8.4|^9.0", + "orchestra/testbench": "^5.0", "mockery/mockery": "^1.2.2" }, "autoload": {