MDL-38524 behat: Using wildcard instead of hardcoded version

This commit is contained in:
David Monllao 2013-03-18 16:32:13 +08:00
parent 8673a98d1d
commit f07bf92f53

View File

@ -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.*"
}
}