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