mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
9954f5391d
It seems that https://github.com/instaclick/php-webdriver/pull/91 is being ignored (in fact the repository itself doesn't show much activity). So we have decided to fork it and apply any fix able to keep our (non-marionette) runs working. Hopefully, soon, the new W3C drivers will be supported by our behat->mink stack... and we'll be able to move to it (from current JSonwire drivers). So all this will be hostory.
21 lines
586 B
JSON
21 lines
586 B
JSON
{
|
|
"name": "moodle/moodle",
|
|
"license": "GPL-3.0-or-later",
|
|
"description": "Moodle - the world's open source learning platform",
|
|
"type": "project",
|
|
"homepage": "https://moodle.org",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/moodlehq/php-webdriver.git"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "7.5.*",
|
|
"phpunit/dbunit": "4.0.*",
|
|
"moodlehq/behat-extension": "3.38.0",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"instaclick/php-webdriver": "dev-local as 1.x-dev"
|
|
}
|
|
}
|