Skip to content

Instantly share code, notes, and snippets.

View csoseman's full-sized avatar

Christian Soseman csoseman

  • LinkedIn
  • Maricopa, AZ
  • 21:29 (UTC -07:00)
View GitHub Profile
@csoseman
csoseman / sphp.sh
Last active December 20, 2019 08:47 — forked from rhukster/sphp.sh
#!/bin/bash
# Creator: Phil Cook
# Email: phil@phil-cook.com
# Twitter: @p_cook
brew_prefix=$(brew --prefix | sed 's#/#\\\/#g')
brew_array=("5.6","7.0","7.1","7.2","7.3")
php_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2" "php@7.3")
valet_support_php_version_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2" "php@7.3")
php_installed_array=()