mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
14 lines
383 B
JSON
14 lines
383 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": "6.5.*",
|
|
"phpunit/dbUnit": "3.0.*",
|
|
"moodlehq/behat-extension": "3.37.0",
|
|
"mikey179/vfsStream": "^1.6"
|
|
}
|
|
}
|