weekly release 2.6.3+
[moodle.git] / composer.json
blob4a7fa4f84a1139c5ed157d865e1bb3e02eba1b1d
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.8"
12     }