moodle/composer.json
2021-03-11 19:22:23 +01:00

15 lines
408 B
JSON

{
"name": "moodle/moodle",
"license": "GPL-3.0-or-later",
"description": "Moodle - the world's open source learning platform",
"type": "project",
"homepage": "https://moodle.org",
"require-dev": {
"phpunit/phpunit": "9.5.*",
"moodlehq/behat-extension": "3.400.4",
"mikey179/vfsstream": "^1.6"
},
"minimum-stability": "dev",
"prefer-stable": true
}