Merge branch 'MDL-62291-master' of git://github.com/junpataleta/moodle
[moodle.git] / composer.json
blob3c6ddd65180ca6baed20eb6b9aff20c245bd935f
2     "name": "moodle/moodle",
3     "license": "GPL-3.0-or-later",
4     "description": "Moodle - the world's open source learning platform",
5     "type": "project",
6     "homepage": "https://moodle.org",
7     "require-dev": {
8         "phpunit/phpunit": "6.5.*",
9         "phpunit/dbUnit": "3.0.*",
10         "moodlehq/behat-extension": "3.35.1",
11         "mikey179/vfsStream": "^1.6"
12     }