From c16f83a8c84c69daec72fc8fca91b354fcc7f09f Mon Sep 17 00:00:00 2001 From: zeke Date: Tue, 1 Apr 2014 13:07:50 -0700 Subject: [PATCH] use php 5.5 in homebrew instructions --- 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 ea62f2299..451e9c359 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -99,7 +99,7 @@ Composer is part of the homebrew-php project. brew update brew tap josegonzalez/homebrew-php brew tap homebrew/versions -brew install php53-intl +brew install php55-intl brew install josegonzalez/php/composer ```