We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c33f65 commit bcbd2d2Copy full SHA for bcbd2d2
composer.json
@@ -18,15 +18,24 @@
18
"homepage": "http://everzet.com"
19
}
20
],
21
+ "repositories": [
22
+ {
23
+ "type": "github",
24
+ "url": "https://github.com/oleg-andreyev/Mink.git"
25
+ },
26
27
28
+ "url": "https://github.com/oleg-andreyev/driver-testsuite.git"
29
+ }
30
+ ],
31
"require": {
32
"php": ">=5.4",
- "behat/mink": "~1.8@dev",
33
+ "behat/mink": "dev-deprecate-keyup-keypress-keydown",
34
"instaclick/php-webdriver": "~1.1"
35
},
36
"require-dev": {
- "mink/driver-testsuite": "dev-master"
37
+ "mink/driver-testsuite": "dev-mink-772"
38
-
39
"autoload": {
40
"psr-4": {
41
"Behat\\Mink\\Driver\\": "src/"
0 commit comments