Moodle release 3.11.3
[moodle.git] / composer.json
bloba4969d6cbc8ea39dc052ed5f431a416406e6f7aa
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     "repositories": [
8         {
9             "type": "vcs",
10             "url": "https://github.com/moodlehq/MinkExtension.git"
11         }
12     ],
13     "require-dev": {
14         "phpunit/phpunit": "9.5.*",
15         "moodlehq/behat-extension": "3.311.5",
16         "mikey179/vfsstream": "^1.6"
17     },
18     "minimum-stability": "dev",
19     "prefer-stable": true