Merge branch 'MDL-57900_master' of git://github.com/dmonllao/moodle
[moodle.git] / composer.json
blob6dc963d3ddce509185e88e229297a9447603cad7
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": "7.5.*",
9         "phpunit/dbunit": "4.0.*",
10         "moodlehq/behat-extension": "3.37.0",
11         "mikey179/vfsstream": "^1.6"
12     }