Merge branch 'MDL-71860-master' of git://github.com/lameze/moodle
[moodle.git] / composer.json
blob99f8f91a7613e39cce96e15825b33d8e2ff1e9af
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.400.5",
16         "mikey179/vfsstream": "^1.6"
17     },
18     "minimum-stability": "dev",
19     "prefer-stable": true