MDL-67810 core_contentbank: contenttype_h5p editor integrated
[moodle.git] / composer.json
blob3b08693a05bbf3110acdda941db1dcdf4eef9800
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     "repositories": [
8         {
9             "type": "vcs",
10             "url": "https://github.com/moodlehq/php-webdriver.git"
11         }
12     ],
13     "require-dev": {
14         "phpunit/phpunit": "7.5.*",
15         "phpunit/dbunit": "4.0.*",
16         "moodlehq/behat-extension": "3.39.3",
17         "mikey179/vfsstream": "^1.6",
18         "instaclick/php-webdriver": "dev-local as 1.x-dev"
19     }