From 2d0db1f4af9807cd0e1b59d445299cd086d43815 Mon Sep 17 00:00:00 2001 From: Sanpi Date: Tue, 5 Dec 2017 14:58:02 +0100 Subject: [PATCH] Require guzzlehttp/guzzle for dev only https://github.com/Behatch/contexts/issues/231 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 01c3ca53..7839d7b4 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ "php": ">=5.5", "behat/behat": "^3.0.13", "behat/mink-extension": "^2.0", - "guzzlehttp/guzzle": "^6.3", "justinrainbow/json-schema": "^5.0", "symfony/property-access": "^2.3|^3.0|^4.0", "symfony/http-foundation": "^2.3|^3.0|^4.0", @@ -18,6 +17,7 @@ "require-dev": { "behat/mink-goutte-driver": "^1.1", + "guzzlehttp/guzzle": "^6.3", "behat/mink-selenium2-driver": "^1.3", "atoum/atoum": "^2.8|^3.0", "fabpot/goutte": "^3.2" @@ -37,7 +37,7 @@ "replace": { "sanpi/behatch-contexts": "self.version" }, - + "extra": { "branch-alias": { "dev-master": "2.8.x-dev"