1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-14 12:40:01 +01:00
moodle/composer.json
2021-02-19 14:49:11 +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": "8.5.*",
"moodlehq/behat-extension": "3.400.4",
"mikey179/vfsstream": "^1.6"
},
"minimum-stability": "dev",
"prefer-stable": true
}