We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f574865 commit d98ee17Copy full SHA for d98ee17
1 file changed
index.rst
@@ -27,11 +27,9 @@ The recommended way to install Mink with all its dependencies is through
27
28
$ composer require behat/mink
29
30
-Or
31
-
32
-.. code-block:: bash
33
34
- $ php composer.phar require behat/mink
+.. note::
+ For local installations of composer you must call it like this: ``$ php composer.phar require behat/mink`` .
+ In this case you must use the different call ``php composer.phar`` everywhere instead of the simple command ``composer``.
35
36
Everything will be installed inside ``vendor`` folder.
37
Finally, include Composer autoloading script to your project:
0 commit comments