From bf78ba918a733a63a2fab7378647c575f967a07c Mon Sep 17 00:00:00 2001 From: JeroenG Date: Wed, 19 Oct 2016 21:47:22 +0200 Subject: [PATCH] Rearrage Guzzle requirement It is used outside the tests, so I thought it should also be a 'normal' requirement rather than a dev one. Addresses also #35. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 76cbc74..8dc0120 100644 --- a/composer.json +++ b/composer.json @@ -22,10 +22,10 @@ }, "require": { "php": ">=5.4.0", - "illuminate/support": "~5.0" + "illuminate/support": "~5.0", + "guzzlehttp/guzzle": "~6.0" }, "require-dev": { - "guzzlehttp/guzzle": "~5.3 || ~6.0", "illuminate/database": "~5.0", "illuminate/events": "~5.0", "mockery/mockery": "~0.9",