From d0dfb02a12083f128ad8ee60262e33fb8d83680b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 12 Oct 2014 22:32:26 +0100 Subject: [PATCH] Updated install instructions --- index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.rst b/index.rst index 6f5d1fd..c068df1 100644 --- a/index.rst +++ b/index.rst @@ -29,7 +29,7 @@ Create ``composer.json`` file in the project root: { "require": { - "behat/mink": "1.4@stable" + "behat/mink": "1.6.*" } } @@ -37,7 +37,7 @@ 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. @@ -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": "*",