Commit | Line | Data |
---|---|---|
3a7bc16a | 1 | { |
06b2c256 RT |
2 | "name": "moodle/moodle", |
3 | "license": "GPL-3.0", | |
4 | "description": "Moodle - the world's open source learning platform", | |
5 | "type": "project", | |
6 | "homepage": "https://moodle.org", | |
32772035 | 7 | "require-dev": { |
1322351b EL |
8 | "phpunit/phpunit": "6.4.*", |
9 | "phpunit/dbUnit": "3.0.*", | |
35925a2c | 10 | "moodlehq/behat-extension": "3.35.1", |
16a34ae1 | 11 | "mikey179/vfsStream": "^1.6" |
3a7bc16a | 12 | } |
cb18fd71 | 13 | } |