Browse Source

use php 5.5 in homebrew instructions

zeke 11 years ago
parent
commit
c16f83a8c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/00-intro.md

+ 1 - 1
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
 ```