Add support for PHP7.4

This commit is contained in:
Shivam Mathur
2019-09-09 05:41:17 +05:30
parent 35b0788556
commit 02867faba4
9 changed files with 85 additions and 9 deletions

View File

@ -1,8 +1,6 @@
echo $1
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew unlink php
brew tap exolnet/homebrew-deprecated
brew tap homebrew/homebrew-php
brew install php@$1
brew link --force --overwrite php@$1
curl -sS https://getcomposer.org/installer | php