From db26bcf9e47281fd4fef4a23284a36847d0a1ad2 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Fri, 20 Mar 2015 12:00:06 +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 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" } } -- 2.43.0