MDL-65087 message: add button role to all the links that perfom actions
[moodle.git] / composer.json
blobb2fb652104a8c19829eab426b18c88163e5e2dde
2     "name": "moodle/moodle",
3     "license": "GPL-3.0-or-later",
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.5.*",
9         "phpunit/dbunit": "3.0.*",
10         "moodlehq/behat-extension": "3.36.0",
11         "mikey179/vfsstream": "^1.6"
12     }