cino/macos-phpswitch

This package is abandoned and no longer maintained. No replacement package was suggested.

Easily switch between php version MacOS when using Laravel Valet

v1.0.0 2020-02-19 20:29 UTC

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