From d09a5aa97cd12ea8fd8c07071f79a97bbedc51ce Mon Sep 17 00:00:00 2001 From: Russell Michell Date: Fri, 22 Dec 2017 14:00:41 +1300 Subject: [PATCH] FIX: Upgraded Guzzle to 6.latest --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c75f866..37b4012 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "php": ">=5.6", "composer/installers": "*", "silverstripe/framework": "4.0.x-dev", - "guzzlehttp/guzzle": "~3.8.1", + "guzzlehttp/guzzle": "~6.3.0", "symfony/event-dispatcher": "^2.6.0@stable", "symfony/http-foundation": "^2.6.0", "silverstripe/assets": "^1"