diff --git a/composer.json b/composer.json index e816efe..887b9b1 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ ], "require": { "php" : "^7.1.3", - "guzzlehttp/guzzle": "^6.3", - "illuminate/support": "~5.8 || ^6.0 || ^7.0", - "illuminate/notifications": "~5.8 || ^6.0 || ^7.0" + "guzzlehttp/guzzle": "^6.3 || ^7.0.1", + "illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0", + "illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0"