1
0
Fork 0

Merge pull request #2868 from zeke/master

update homebrew instructions
pull/2883/head
Jordi Boggiano 2014-04-02 09:35:48 +02:00
commit b580ad66a0
1 changed files with 7 additions and 7 deletions

View File

@ -95,13 +95,13 @@ Then, just run `composer` in order to run Composer instead of `php composer.phar
Composer is part of the homebrew-php project. Composer is part of the homebrew-php project.
1. Tap the homebrew-php repository into your brew installation if you haven't done ```sh
so yet: `brew tap josegonzalez/homebrew-php` brew update
2. Run `brew install josegonzalez/php/composer`. brew tap josegonzalez/homebrew-php
3. Use Composer with the `composer` command. brew tap homebrew/versions
brew install php55-intl
> **Note:** If you receive an error saying PHP53 or higher is missing use this command to install php brew install josegonzalez/php/composer
> `brew install php53-intl` ```
## Installation - Windows ## Installation - Windows