MDL-45537 mod_assign: Requiring locallib for class assign
[moodle.git] / composer.json
blob469225d02cf5dd073ebea7d68e72486e14e96046
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.27.9"
12     }