From 48e04ef94c0ef0cb7199fe126db21db6328f2e0e Mon Sep 17 00:00:00 2001 From: atymic Date: Mon, 14 Sep 2020 21:43:45 +1000 Subject: [PATCH] fix: allow guzzle minor versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30e959d..7854ed2 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^7.2", "ext-json": "*", - "guzzlehttp/guzzle": "^6.3 || ^7.0.1", + "guzzlehttp/guzzle": "^6.3 || ^7.0", "illuminate/notifications": "^6.0 || ^7.0 || ^8.0", "illuminate/support": "^6.0 || ^7.0 || ^8.0", "illuminate/queue": "^6.0 || ^7.0 || ^8.0",