valet switch php version composer code example
Example 1: valet switch php version
valet stop
brew unlink php71
brew install php56
brew install php56-mcrypt
brew link php56
valet start
Example 2: valet switch php version
valet stop
brew unlink php56
brew link php71
valet start