Skip to content

Instantly share code, notes, and snippets.

@ricardoaugusto
Created January 30, 2023 15:03
Show Gist options
  • Save ricardoaugusto/20c01065d8e4dc104aa891854f44b2ab to your computer and use it in GitHub Desktop.
Save ricardoaugusto/20c01065d8e4dc104aa891854f44b2ab to your computer and use it in GitHub Desktop.
Install PHP 7.4 on macOS with Homebrew
brew tap shivammathur/php
brew install shivammathur/php/php@7.4
brew link php@7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment