Skip to content

Instantly share code, notes, and snippets.

@ibayazit
Last active November 7, 2021 12:35
Show Gist options
  • Save ibayazit/ad76cf8138984e4da69cccae722a0ac6 to your computer and use it in GitHub Desktop.
Save ibayazit/ad76cf8138984e4da69cccae722a0ac6 to your computer and use it in GitHub Desktop.
Switching php versions on macOs
- List php versions
brew list | grep php
- Installing wanted php version
brew install [email protected]
- Linking wanted php version
brew unlink php
brew link [email protected] --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment