moodle/composer.json
2017-09-30 10:30:12 +02:00

14 lines
374 B
JSON

{
"name": "moodle/moodle",
"license": "GPL-3.0",
"description": "Moodle - the world's open source learning platform",
"type": "project",
"homepage": "https://moodle.org",
"require-dev": {
"phpunit/phpunit": "5.5.*",
"phpunit/dbUnit": "1.4.*",
"moodlehq/behat-extension": "3.34.1",
"mikey179/vfsStream": "^1.6"
}
}