moodle/composer.json

14 lines
383 B
JSON
Raw Normal View History

{
"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.36.0",
"mikey179/vfsStream": "^1.6"
}
2012-11-30 16:24:41 +08:00
}