V
V
vadimstroganov2014-10-01 23:53:27
*nix-like systems
vadimstroganov, 2014-10-01 23:53:27

How to install composer on OS X?

I did this: curl -sS https://getcomposer.org/installer | php
As a result, I got the composer.phar file
I don’t understand how to transfer it to usr/local/bin
Please tell me

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyacheslav Plisko, 2014-10-02
@vadimstroganov

https://getcomposer.org/doc/00-intro.md#globally-o...

brew update
brew tap homebrew/dupes
brew tap homebrew/php
brew install composer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question