We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcfe9dc + 2d29e36 commit 55af5ddCopy full SHA for 55af5dd
1 file changed
index.rst
@@ -27,6 +27,13 @@ The recommended way to install Mink with all its dependencies is through
27
28
$ composer require behat/mink
29
30
+.. note::
31
+
32
+ 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:
39
0 commit comments