You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
383 B
13 lines
383 B
{
|
|
"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": "7.5.*",
|
|
"phpunit/dbunit": "4.0.*",
|
|
"moodlehq/behat-extension": "3.37.0",
|
|
"mikey179/vfsstream": "^1.6"
|
|
}
|
|
}
|
|
|