From 87106eb8e54423b0678788fe6a4a6a4567bfe7fc Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 27 Nov 2014 12:20:22 +0000 Subject: [PATCH] Guzzle 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b1a80c15..e748a2be 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "type": "project", "require": { "laravel/framework": "4.2.*", - "guzzlehttp/guzzle": "4.*", + "guzzlehttp/guzzle": "~5.0", "dingo/api": "0.7.*", "watson/validating": "0.10.*" },