Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Create ``composer.json`` file in the project root:

{
"require": {
"behat/mink": "1.4@stable"
"behat/mink": "1.6.*"
}
}

Then download ``composer.phar`` and run ``install`` command:

.. code-block:: bash

$ curl http://getcomposer.org/installer | php
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

Everything will be installed inside ``vendor`` folder.
Expand Down Expand Up @@ -69,7 +69,7 @@ Finally, include Composer autoloading script to your project:

{
"require": {
"behat/mink": "*",
"behat/mink": "1.6.*",

"behat/mink-goutte-driver": "*",
"behat/mink-selenium-driver": "*",
Expand Down