mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
15 lines
408 B
JSON
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
|
|
}
|