From 1c1c7458d10aad8957f706346a8c987033b997ad Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 2 Jun 2020 18:47:45 +0200 Subject: [PATCH] Revert dependency changes --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 77f08068..4722bd5e 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ "php": "^7.1.3", "ext-json": "*", "guzzlehttp/guzzle": "^6.0|^7.0", - "illuminate/http": "^5.7|^6.0|^7.0", - "illuminate/support": "^5.7|^6.0|^7.0", + "illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0", + "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0", "league/oauth1-client": "^1.0" }, "require-dev": { - "illuminate/contracts": "^5.7|^6.0|^7.0", + "illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0", "mockery/mockery": "^1.0", "phpunit/phpunit": "^7.0|^8.0" },