1
0
Fork 0

Update 00-intro.md

Added note to help install PHP via brew if it's missing.
pull/2350/head
ernest leitch 2013-10-19 18:54:36 -07:00
parent f5df1d6a9b
commit 1e4ace764d
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ Composer is part of the homebrew-php project.
2. Run `brew install josegonzalez/php/composer`. 2. Run `brew install josegonzalez/php/composer`.
3. Use Composer with the `composer` command. 3. Use Composer with the `composer` command.
> **Note:** If you recieve an error saying PHP53 or higher is missing use this command to install php
> `brew install php53-intl`
## Installation - Windows ## Installation - Windows
### Using the Installer ### Using the Installer