LoginSignup
21
11

More than 5 years have passed since last update.

Mac に Homebrew で composer をインストールする (201808)

Last updated at Posted at 2018-08-08

ググって出てきた記事通りに composer をインストールしようとするとエラーになりました。

$ brew install homebrew/php/composer

こんなエラー。

Error: homebrew/php was deprecated. This tap is now empty as all its formulae were migrated.

coreに移行されたっぽいです。

$ brew search composer
==> Formulae
composer

ということで、単純に以下でOK。

$ brew install composer
21
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
11