diff --git a/composer.json b/composer.json index cc17f2f..3f8e686 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ ], "require": { "php": "~7.2", - "guzzlehttp/guzzle": "^6.3", - "illuminate/support": "~5.8|^6.0|^7.0" + "guzzlehttp/guzzle": "^6.3|^7.0", + "illuminate/support": "~5.8|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit" : ">=7.0",