mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-06 04:44:07 +07:00
Add support for PHP7.4
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user