diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-07-19 10:41:59 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-07-19 10:41:59 +0200 |
commit | e955560171b6131d45e0c6cb6fc57c5ea4016003 (patch) | |
tree | 256781086c68876afc9b144f0b189209bf88213c | |
parent | 95ed1a16c58fe99b47d9eca051f5006d583cab5f (diff) | |
download | dotfiles-e955560171b6131d45e0c6cb6fc57c5ea4016003.tar.gz dotfiles-e955560171b6131d45e0c6cb6fc57c5ea4016003.tar.bz2 dotfiles-e955560171b6131d45e0c6cb6fc57c5ea4016003.zip |
.brew: Install PHP 5.4
-rwxr-xr-x | .brew | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ brew install narwhal # Install more recent versions of some OS X tools brew tap homebrew/dupes brew install homebrew/dupes/grep +brew tap josegonzalez/homebrew-php +brew install php54 # These two formulae didn’t work well last time I tried them: #brew install homebrew/dupes/vim |