Skip to content

Commit 1bf28ec

Browse files
committed
Merge branch 'MDL-65817_37' of git://github.com/stronk7/moodle into MOODLE_37_STABLE
2 parents 9c99a5d + dc8b92e commit 1bf28ec

File tree

2 files changed

+67
-43
lines changed

2 files changed

+67
-43
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@
44
"description": "Moodle - the world's open source learning platform",
55
"type": "project",
66
"homepage": "https://moodle.org",
7+
"repositories": [
8+
{
9+
"type": "vcs",
10+
"url": "https://github.com/moodlehq/php-webdriver.git"
11+
}
12+
],
713
"require-dev": {
814
"phpunit/phpunit": "7.5.*",
915
"phpunit/dbunit": "4.0.*",
1016
"moodlehq/behat-extension": "3.37.0",
11-
"mikey179/vfsstream": "^1.6"
17+
"mikey179/vfsstream": "^1.6",
18+
"instaclick/php-webdriver": "dev-local as 1.x-dev"
1219
}
1320
}

composer.lock

Lines changed: 59 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)