From: Rajesh Taneja Date: Fri, 20 Mar 2015 04:00:06 +0000 (+0800) Subject: MDL-49432 behat: guzzle packages has been unified X-Git-Tag: v2.9.0-beta~220^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=db26bcf9e47281fd4fef4a23284a36847d0a1ad2;ds=inline 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 --- diff --git a/composer.json b/composer.json index 60864a892e3..d1c1fffa11d 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.29.3" + "moodlehq/behat-extension": "1.29.4" } }