From e4643add2f5fc6b5995b2b2a5f5af8eb69985fb6 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Fri, 20 Mar 2015 12:18:05 +0800 Subject: [PATCH] MDL-49432 behat: guzzle packages has been unified Current version of goutte is pointing to old guzzle packages guzzle/common, guzzle/stream, guzzle/parser and guzzle/http. They have been unified to guzzlehttp/guzzle, so include it to avoid using old packages --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6ab1f55e7d..cf06f14d0e2 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,6 @@ "require-dev": { "phpunit/phpunit": "3.7.*", "phpunit/dbUnit": "1.2.*", - "moodlehq/behat-extension": "1.27.13" + "moodlehq/behat-extension": "1.27.14" } }