From 1e4ace764dd08d3855f4b785eeff0d8a7ad3a225 Mon Sep 17 00:00:00 2001 From: ernest leitch Date: Sat, 19 Oct 2013 18:54:36 -0700 Subject: [PATCH 1/2] Update 00-intro.md Added note to help install PHP via brew if it's missing. --- doc/00-intro.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/00-intro.md b/doc/00-intro.md index 487a6a9e5..3b68fec9b 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -100,6 +100,9 @@ Composer is part of the homebrew-php project. 2. Run `brew install josegonzalez/php/composer`. 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 ### Using the Installer From ebece5a3b9d2fbe6057f09e5a63bc5ed6a04946e Mon Sep 17 00:00:00 2001 From: ernest leitch Date: Sun, 20 Oct 2013 10:14:41 -0700 Subject: [PATCH 2/2] Update 00-intro.md Updated spelling --- doc/00-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/00-intro.md b/doc/00-intro.md index 3b68fec9b..7b62fee16 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -100,7 +100,7 @@ Composer is part of the homebrew-php project. 2. Run `brew install josegonzalez/php/composer`. 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 +> **Note:** If you receive an error saying PHP53 or higher is missing use this command to install php > `brew install php53-intl` ## Installation - Windows