From 6d0ebb131c46c782259cd5aeb287b932f19561d8 Mon Sep 17 00:00:00 2001 From: Martin Tang Date: Sat, 14 Apr 2018 15:32:10 +0100 Subject: [PATCH] Update Mac OS PHP installation instructions The homebrew/php repository has been deprecated, and php formulae have been moved to [homebrew-core](https://github.com/Homebrew/homebrew-core) --- docs/GettingStarted.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 0953f7d..80ead10 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -18,8 +18,7 @@ If it's not PHP 7.1, then you have a few different options for how to access it: 1. Install [Homebrew](http://brew.sh/) 2. Install PHP 7.1 and Composer ``` -brew tap homebrew/php -brew install php71 +brew install php@7.1 brew install composer ```