How to Install Composer With Brew


brew composer

To install Composer, you can use Homebrew Package Manager. We will use version 2.4.16 of HomeBrew.

Open your terminal and search for composer package:

brew-search-composer

We found that composer package exists. Now we can install using the following command:

brew install composer

The result of execution:

brew-install-composer

If the installation was successful you can check the version of the composer: composer –version

comments powered by Disqus