Skip to content

Commit d0dfb02

Browse files
Updated install instructions
1 parent 1025b7e commit d0dfb02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Create ``composer.json`` file in the project root:
2929
3030
{
3131
"require": {
32-
"behat/mink": "1.4@stable"
32+
"behat/mink": "1.6.*"
3333
}
3434
}
3535
3636
Then download ``composer.phar`` and run ``install`` command:
3737

3838
.. code-block:: bash
3939
40-
$ curl http://getcomposer.org/installer | php
40+
$ curl -sS https://getcomposer.org/installer | php
4141
$ php composer.phar install
4242
4343
Everything will be installed inside ``vendor`` folder.
@@ -69,7 +69,7 @@ Finally, include Composer autoloading script to your project:
6969
7070
{
7171
"require": {
72-
"behat/mink": "*",
72+
"behat/mink": "1.6.*",
7373
7474
"behat/mink-goutte-driver": "*",
7575
"behat/mink-selenium-driver": "*",

0 commit comments

Comments
 (0)