1
0
Fork 0

forget a homebrew step that's required for php installation

pull/2868/head
zeke 2014-04-01 09:46:16 -07:00
parent dbbe91135e
commit 8c382d4929
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ Composer is part of the homebrew-php project.
```sh
brew update
brew tap josegonzalez/homebrew-php
brew install php53-intl # if you don't already have new-ish php
brew tap homebrew/versions
brew install php53-intl
brew install josegonzalez/php/composer
```