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
This commit is contained in:
Rajesh Taneja
2015-03-20 12:18:05 +08:00
parent bac2631892
commit e4643add2f
+1 -1
View File
@@ -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"
}
}