Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a149d6a
)
MDL-49432 behat: guzzle packages has been unified
author
Rajesh Taneja
<rajesh@moodle.com>
Fri, 20 Mar 2015 04:00:06 +0000
(12:00 +0800)
committer
Rajesh Taneja
<rajesh@moodle.com>
Fri, 20 Mar 2015 04:00:17 +0000
(12:00 +0800)
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
patch
|
blob
|
blame
|
history
diff --git
a/composer.json
b/composer.json
index
60864a8
..
d1c1fff
100644
(file)
--- 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
"
}
}