From 066836fab063cb6d6586399b05ecc24799736b35 Mon Sep 17 00:00:00 2001 From: Sebastian Grodzicki Date: Sun, 22 Oct 2017 08:52:02 +0200 Subject: [PATCH] Update Guzzle package name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7c778af..7f33437 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "license": "MIT", "require": { "php": ">=5.3.3", - "guzzle/guzzle": ">=3.0, <4.0" + "guzzlehttp/guzzle": ">=3.0, <4.0" }, "authors": [ {