Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
60864a892e31797179dce1b2418c7ddb85f4a609
[moodle.git]
/
composer.json
1
{
2
"repositories" : [
3
{
4
"type": "vcs",
5
"url": "https://github.com/moodlehq/moodle-behat-extension"
6
}
7
],
8
"require-dev": {
9
"phpunit/phpunit": "3.7.*",
10
"phpunit/dbUnit": "1.2.*",
11
"moodlehq/behat-extension": "1.29.3"
12
}
13
}