diff --git a/composer.json b/composer.json index 51ef262..cbc0095 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,10 @@ ], "require": { "php": "^7.2", - "guzzlehttp/guzzle": "^6.3", - "illuminate/http": "^5.8|^6.0|^7.0", - "illuminate/routing": "^5.8|^6.0|^7.0", - "illuminate/support": "^5.8|^6.0|^7.0" + "guzzlehttp/guzzle": "^6.3|^7.0.1", + "illuminate/http": "^5.8|^6.0|^7.0|^8.0", + "illuminate/routing": "^5.8|^6.0|^7.0|^8.0", + "illuminate/support": "^5.8|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^7.0"