Merge branch 'MDL-43757_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
[moodle.git] / composer.json
blob4e91047740c1f67298eb8f4b554f4adf7f1d9f95
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.4"
12     }