Merge pull request #241 from MarTango/martango/update-mac-installation-instructions

Update Mac OS PHP installation instructions
This commit is contained in:
Rob Lourens 2018-04-14 17:24:51 -07:00 коммит произвёл GitHub
Родитель 967243e41d 6d0ebb131c
Коммит 3811d27e0b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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
```