We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1025b7e commit d0dfb02Copy full SHA for d0dfb02
1 file changed
index.rst
@@ -29,15 +29,15 @@ Create ``composer.json`` file in the project root:
29
30
{
31
"require": {
32
- "behat/mink": "1.4@stable"
+ "behat/mink": "1.6.*"
33
}
34
35
36
Then download ``composer.phar`` and run ``install`` command:
37
38
.. code-block:: bash
39
40
- $ curl http://getcomposer.org/installer | php
+ $ curl -sS https://getcomposer.org/installer | php
41
$ php composer.phar install
42
43
Everything will be installed inside ``vendor`` folder.
@@ -69,7 +69,7 @@ Finally, include Composer autoloading script to your project:
69
70
71
72
- "behat/mink": "*",
+ "behat/mink": "1.6.*",
73
74
"behat/mink-goutte-driver": "*",
75
"behat/mink-selenium-driver": "*",
0 commit comments