Skip to content

Commit bcbd2d2

Browse files
committed
TO BE REVERTED - added custom repo for testing
1 parent 3c33f65 commit bcbd2d2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

composer.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,24 @@
1818
"homepage": "http://everzet.com"
1919
}
2020
],
21+
"repositories": [
22+
{
23+
"type": "github",
24+
"url": "https://github.com/oleg-andreyev/Mink.git"
25+
},
26+
{
27+
"type": "github",
28+
"url": "https://github.com/oleg-andreyev/driver-testsuite.git"
29+
}
30+
],
2131
"require": {
2232
"php": ">=5.4",
23-
"behat/mink": "~1.8@dev",
33+
"behat/mink": "dev-deprecate-keyup-keypress-keydown",
2434
"instaclick/php-webdriver": "~1.1"
2535
},
2636
"require-dev": {
27-
"mink/driver-testsuite": "dev-master"
37+
"mink/driver-testsuite": "dev-mink-772"
2838
},
29-
3039
"autoload": {
3140
"psr-4": {
3241
"Behat\\Mink\\Driver\\": "src/"

0 commit comments

Comments
 (0)