Skip to content

Commit

Permalink
TO BE REVERTED - added custom repo for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-andreyev committed Sep 2, 2019
1 parent 3c33f65 commit bcbd2d2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,24 @@
"homepage": "http://everzet.com"
}
],
"repositories": [
{
"type": "github",
"url": "https://github.com/oleg-andreyev/Mink.git"
},
{
"type": "github",
"url": "https://github.com/oleg-andreyev/driver-testsuite.git"
}
],
"require": {
"php": ">=5.4",
"behat/mink": "~1.8@dev",
"behat/mink": "dev-deprecate-keyup-keypress-keydown",
"instaclick/php-webdriver": "~1.1"
},
"require-dev": {
"mink/driver-testsuite": "dev-master"
"mink/driver-testsuite": "dev-mink-772"
},

"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
Expand Down

0 comments on commit bcbd2d2

Please sign in to comment.