Merge branch 'MDL-42768-master' of git://github.com/FMCorz/moodle
[moodle.git] / composer.json
blob45ff5a858172a59c999f8d1a5d9e1a4aba098a0d
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.26.*"
12     }