Skip to content

Commit f574865

Browse files
author
Franz Holzinger
committed
add option "php composer.phar"
If you install composer, then you only get the composer,.phar executable file. A command 'composer' is not present.
1 parent 69a7e45 commit f574865

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ The recommended way to install Mink with all its dependencies is through
2727
2828
$ composer require behat/mink
2929
30+
Or
31+
32+
.. code-block:: bash
33+
34+
$ php composer.phar require behat/mink
35+
3036
Everything will be installed inside ``vendor`` folder.
3137
Finally, include Composer autoloading script to your project:
3238

0 commit comments

Comments
 (0)