Skip to content

Instantly share code, notes, and snippets.

View csoseman's full-sized avatar

Christian Soseman csoseman

  • LinkedIn
  • Maricopa, AZ
  • 04:10 (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: [email protected]
# Twitter: @p_cook
brew_prefix=$(brew --prefix | sed 's#/#\\\/#g')
brew_array=("5.6","7.0","7.1","7.2","7.3")
php_array=("[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]")
php_installed_array=()