We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e67fb commit a6b55d2Copy full SHA for a6b55d2
1 file changed
README.md
@@ -33,18 +33,10 @@ $mink->getSession('silex')->getPage()->findLink('Chat')->click();
33
Installation
34
------------
35
36
-``` json
37
-{
38
- "require": {
39
- "behat/mink": "~1.5",
40
- "behat/mink-browserkit-driver": "~1.1"
41
- }
42
-}
43
-```
+To install use the `composer require` command:
44
45
-``` bash
46
-$> curl -sS https://getcomposer.org/installer | php
47
-$> php composer.phar install
+```bash
+composer require --dev behat/mink behat/mink-browserkit-driver
48
```
49
50
Maintainers
0 commit comments