Skip to content

Commit 81ff645

Browse files
committed
Merge pull request #109 from ifdattic/patch-1
Use composer command for installation
2 parents 10e67fb + a6b55d2 commit 81ff645

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,10 @@ $mink->getSession('silex')->getPage()->findLink('Chat')->click();
3333
Installation
3434
------------
3535

36-
``` json
37-
{
38-
"require": {
39-
"behat/mink": "~1.5",
40-
"behat/mink-browserkit-driver": "~1.1"
41-
}
42-
}
43-
```
36+
To install use the `composer require` command:
4437

45-
``` bash
46-
$> curl -sS https://getcomposer.org/installer | php
47-
$> php composer.phar install
38+
```bash
39+
composer require --dev behat/mink behat/mink-browserkit-driver
4840
```
4941

5042
Maintainers

0 commit comments

Comments
 (0)