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=("php@5.5" "php@5.6" "php@7.0" "php@7.1" "php@7.2" "php@7.3")
valet_support_php_version_array=("php@5.5" "php@5.6" "php@7.0" "php@7.1" "php@7.2" "php@7.3")
php_installed_array=()
php_version="php@$1"