From 94cb0624092bfec62a6efcfeeb5ab8a8d34f657c Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Wed, 4 Mar 2020 08:32:12 -0500 Subject: [PATCH] Add support for Laravel 7 and PHPUnit 9 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 9b0ec568..410ab265 100644 --- a/composer.json +++ b/composer.json @@ -9,14 +9,14 @@ "license": "MIT", "require": { "symfony/yaml": "^4.3|^5.0", - "illuminate/console": "^6.0", - "illuminate/filesystem": "^6.0", - "illuminate/support": "^6.0" + "illuminate/console": "^6.0|^7.0", + "illuminate/filesystem": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0" }, "require-dev": { - "phpunit/phpunit": "^8.0", - "mockery/mockery": "^1.2", - "orchestra/testbench": "^4.0" + "phpunit/phpunit": "^8.0|^9.0", + "mockery/mockery": "^1.3", + "orchestra/testbench": "^4.0|^5.0" }, "autoload": { "psr-4": {