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:
8673a98
)
MDL-38524 behat: Using wildcard instead of hardcoded version
author
David Monllao
<davidm@moodle.com>
Mon, 18 Mar 2013 08:32:13 +0000
(16:32 +0800)
committer
David Monllao
<davidm@moodle.com>
Mon, 18 Mar 2013 08:32:13 +0000
(16:32 +0800)
composer.json
patch
|
blob
|
blame
|
history
diff --git
a/composer.json
b/composer.json
index
e5d73be
..
cb017d3
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.0.
3
"
+ "moodlehq/behat-extension": "1.0.
*
"
}
}