Skip to content

Commit 7681bdb

Browse files
committed
MDL-66979: Switch to php-webdriver/webdriver
This is currently using oleg-andreyev/MinkPhpWebDriver but I have raised oleg-andreyev/MinkPhpWebDriver#4 to look at moving the project to php-wbdriver/MinkPhpWebDriver and trying to push it as the authoritative Mink driver.
1 parent 87e0521 commit 7681bdb

File tree

12 files changed

+2954
-3262
lines changed

12 files changed

+2954
-3262
lines changed

Diff for: composer.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,21 @@
1818
"role": "Developer"
1919
}
2020
],
21+
"repositories": [
22+
{
23+
"type": "vcs",
24+
"url": "https://github.com/andrewnicols/MinkPhpWebDriver.git"
25+
}
26+
],
2127
"require": {
2228
"php": ">=7.2.0",
2329
"behat/mink": "~1.8",
2430
"behat/mink-extension": "~2.3",
2531
"behat/mink-goutte-driver": "~1.2",
26-
"behat/mink-selenium2-driver": "~1.4",
32+
"oleg-andreyev/mink-facebook-web-driver": "dev-w3c",
2733
"symfony/process": "^4.0 || ^5.0",
2834
"behat/behat": "3.6.*"
29-
},
35+
},
3036
"autoload": {
3137
"psr-0": {
3238
"Moodle\\BehatExtension": "src/"

0 commit comments

Comments
 (0)