From 94f01eb2a7b2744a87317c58f4e79111bbfe89ea Mon Sep 17 00:00:00 2001 From: Craig Smith <952595+phpsa@users.noreply.github.com> Date: Thu, 4 Jun 2020 13:46:14 +1200 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index aeb3b4c..d881547 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": ">=7.1", - "illuminate/support": "~5.8.0|~6.0", + "illuminate/support": "~5.8.0|^6.0|^7.0", "guzzlehttp/guzzle": "~6.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": {