MDL-61135 templates: improve loading icon for loading templates
[moodle.git] / composer.json
blob3dd8de416867a2041bb56e382f26fbef34cba511
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",
7     "require-dev": {
8         "phpunit/phpunit": "6.4.*",
9         "phpunit/dbUnit": "3.0.*",
10         "moodlehq/behat-extension": "3.35.0",
11         "mikey179/vfsStream": "^1.6"
12     }