そういえばcomposerも使う機会が多いので、Homebrewでインストールしてみました。
$ brew search composer josegonzalez/php/composer josegonzalez/php/composer-requirement
でリポジトリにcomposerがあるか確認。さっきインストールしたバージョンでは含まれているみたい。
brew install josegonzalez/php/composer ~ composer: Missing PHP53, PHP54 or PHP55 from homebrew-php. Please install one of them before continuing Error: An unsatisfied requirement failed this build.
あかんかったらしい。
開発環境がPHP5.4系なのでphp54をインストール。
brew install php54
$ brew list bash-completion gettext libpng unixodbc freetype jpeg php54 zlib
bash-completion
だけだったのが、依存関係で色々入った。
$ brew install josegonzalez/php/composer ~~~ You can read more about composer and packagist by running: "brew home composer". ==> Summary ???? /usr/local/Cellar/composer/1.0.0-alpha8: 3 files, 952K, built in 8 seconds
今度はOK!