Merge branch 'MDL-70436-310' of git://github.com/bmbrands/moodle into MOODLE_310_STABLE
[moodle.git] / composer.json
blob4e345aa7e848017c595ad1a42491a3d0e9d8db92
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": "8.5.*",
15         "moodlehq/behat-extension": "3.310.0",
16         "mikey179/vfsstream": "^1.6",
17         "instaclick/php-webdriver": "dev-local as 1.x-dev"
18     }