Skip to content

Commit

Permalink
MDL-66979: Switch to php-webdriver/webdriver
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andrewnicols committed Dec 6, 2020
1 parent d05ea44 commit 0046dbf
Show file tree
Hide file tree
Showing 8 changed files with 2,955 additions and 487 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,21 @@
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/andrewnicols/MinkPhpWebDriver.git"
}
],
"require": {
"php": ">=7.2.0",
"behat/mink": "~1.8",
"behat/mink-extension": "~2.3",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-selenium2-driver": "~1.4",
"oleg-andreyev/mink-facebook-web-driver": "dev-w3c",
"symfony/process": "^4.0 || ^5.0",
"behat/behat": "3.6.*"
},
},
"autoload": {
"psr-0": {
"Moodle\\BehatExtension": "src/"
Expand Down
Loading

0 comments on commit 0046dbf

Please sign in to comment.