moodle/composer.json
Rajesh Taneja 39515ba566
MDL-55380 behat: Fixed shared stats definition
Stats definition was being shared between
progress and moodle_progress format which
was causing double counting. Now they both
have there own stats counter definitions
2016-08-12 10:17:00 +08:00

13 lines
336 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.4.*",
"phpunit/dbUnit": "1.4.*",
"moodlehq/behat-extension": "3.32.2"
}
}