Skip to content

Commit fd14794

Browse files
committed
TO BE REVERTED - added custom repo for testing
1 parent 6f7a63e commit fd14794

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@
1616
"email": "[email protected]"
1717
}
1818
],
19-
19+
"repositories": [
20+
{
21+
"type": "github",
22+
"url": "https://github.com/oleg-andreyev/Mink.git"
23+
}
24+
],
2025
"require": {
2126
"php": ">=5.4",
22-
"behat/mink": "~1.8",
27+
"behat/mink": "dev-deprecate-keyup-keypress-keydown",
2328
"symfony/phpunit-bridge": "^4.2"
2429
},
2530
"require-dev": {

0 commit comments

Comments
 (0)