MDL-40947: Fix segmentation fault issue in get_fast_modinfo.
[moodle.git] / composer.json
blob472d05e94b5d6ccd4463bbee73cf6757735e0223
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.25.6"
12     }