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)
This commit is contained in:
Martin Tang 2018-04-14 15:32:10 +01:00 коммит произвёл GitHub
Родитель 967243e41d
Коммит 6d0ebb131c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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
```