Automatically generated installer lang files
[moodle.git] / composer.json
blob2f18f08a6588ad6473b74c6e791c967ac19c3eb9
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.400.0",
16         "mikey179/vfsstream": "^1.6",
17         "instaclick/php-webdriver": "dev-local as 1.x-dev"
18     }