Commit | Line | Data |
---|---|---|
3a7bc16a | 1 | { |
06b2c256 | 2 | "name": "moodle/moodle", |
b26bc628 | 3 | "license": "GPL-3.0-or-later", |
06b2c256 RT |
4 | "description": "Moodle - the world's open source learning platform", |
5 | "type": "project", | |
6 | "homepage": "https://moodle.org", | |
32772035 | 7 | "require-dev": { |
be811301 EL |
8 | "phpunit/phpunit": "7.5.*", |
9 | "phpunit/dbunit": "4.0.*", | |
d8ddd509 | 10 | "moodlehq/behat-extension": "3.38.0", |
9b0cb96d | 11 | "mikey179/vfsstream": "^1.6" |
3a7bc16a | 12 | } |
cb18fd71 | 13 | } |