Merge branch 'MDL-49330-master' of git://github.com/jleyva/moodle
[moodle.git] / composer.json
blobd1c1fffa11d1275f3118c0e933e9f7dc7c7f1dc1
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.4"
12     }