Skip to content

Commit 55af5dd

Browse files
committed
Merge pull request #42 from franzholz/patch-1
add option "php composer.phar"
2 parents fcfe9dc + 2d29e36 commit 55af5dd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ The recommended way to install Mink with all its dependencies is through
2727
2828
$ composer require behat/mink
2929
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+
3037
Everything will be installed inside ``vendor`` folder.
3138
Finally, include Composer autoloading script to your project:
3239

0 commit comments

Comments
 (0)