Skip to content

Commit

Permalink
Fix php 8 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 28, 2020
1 parent c52ce05 commit 847ea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ setup_php() {
update_dependencies
export HOMEBREW_NO_INSTALL_CLEANUP=TRUE
brew tap --shallow shivammathur/homebrew-php
brew install shivammathur/php/php@"$version"
brew upgrade shivammathur/php/php@"$version" 2>/dev/null || brew install shivammathur/php/php@"$version"
brew link --force --overwrite php@"$version"
}

Expand Down

0 comments on commit 847ea65

Please sign in to comment.