cino / macos-phpswitch
Easily switch between php version MacOS when using Laravel Valet
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:Shell
This package is auto-updated.
Last update: 2021-05-19 23:09:20 UTC
README
Easily switch php versions on mac when using brew.
Installation:
composer global require cino/macos-phpswitch
Make sure ~/.composer/bin is in your path.
Usage
phpswitch 7.2
Et voila, it switches to php 7.2
PHP 5.6, 7.0, 7.1 support
To enable support for automated installing of deprecated versions add the following tap:
brew tap exolnet/homebrew-deprecated