Created
April 4, 2022 07:55
-
-
Save nicoverbruggen/540c4b7785be7483461aeb2c09adc019 to your computer and use it in GitHub Desktop.
Homebrew upgrade PHP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!/bin/sh | |
# If you are getting issues w/ broken dependents: try `brew reinstall apr-util` | |
# Alternatively, check linkage here: `brew linkage php` | |
# Disable Valet | |
valet stop | |
# Upgrade PHP | |
# brew update && brew upgrade php [email protected] [email protected] | |
# Upgrade every dependency | |
brew update && brew upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment