Skip to content

Instantly share code, notes, and snippets.

View jujudellago's full-sized avatar

Julien Ramel jujudellago

  • yabo-concept
  • nyon, switzerland
View GitHub Profile
@jujudellago
jujudellago / sphp.sh
Created August 28, 2019 07:46 — forked from rhukster/sphp.sh
#!/bin/bash
# Creator: Phil Cook
# Modified: Andy Miller
brew_prefix=$(brew --prefix | sed 's#/#\\\/#g')
brew_array=("5.5","5.6","7.0","7.1","7.2", "7.3")
php_array=("[email protected]" "[email protected]" "[email protected]" "[email protected]" "[email protected]" "[email protected]")
valet_support_php_version_array=("[email protected]" "[email protected]" "[email protected]" "[email protected]" "[email protected]" "[email protected]")
php_installed_array=()
php_version="php@$1"