Commit | Line | Data |
---|---|---|
3a7bc16a | 1 | { |
06b2c256 | 2 | "name": "moodle/moodle", |
b26bc628 | 3 | "license": "GPL-3.0-or-later", |
06b2c256 RT |
4 | "description": "Moodle - the world's open source learning platform", |
5 | "type": "project", | |
6 | "homepage": "https://moodle.org", | |
9954f539 EL |
7 | "repositories": [ |
8 | { | |
9 | "type": "vcs", | |
10 | "url": "https://github.com/moodlehq/php-webdriver.git" | |
11 | } | |
12 | ], | |
32772035 | 13 | "require-dev": { |
bdc3ad00 | 14 | "phpunit/phpunit": "8.5.*", |
e3da0ef7 | 15 | "moodlehq/behat-extension": "3.400.0", |
9954f539 EL |
16 | "mikey179/vfsstream": "^1.6", |
17 | "instaclick/php-webdriver": "dev-local as 1.x-dev" | |
3a7bc16a | 18 | } |
cb18fd71 | 19 | } |