moodle/composer.json
2013-01-29 08:40:37 +08:00

14 lines
294 B
JSON

{
"repositories" : [
{
"type": "vcs",
"url": "https://github.com/moodlehq/moodle-behat-extension"
}
],
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/dbUnit": "1.2.*"
"moodlehq/behat-extension": "1.0.3"
}
}