From 033bc7caebd88a14c6604936599a730269dc14f7 Mon Sep 17 00:00:00 2001 From: Sahil Amoli Date: Mon, 22 Oct 2018 11:12:39 -0700 Subject: [PATCH] Update guzzlehttp version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e4568f0..1bb9810 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": ">=5.4.0", - "guzzlehttp/guzzle": "^5.0", + "guzzlehttp/guzzle": "~5.0|~6.0", "psr/http-message": "^1.0" }, "require-dev": { @@ -42,4 +42,4 @@ "/.circleci" ] } -} \ No newline at end of file +}