Skip to content

Commit

Permalink
Merge branch 'release-2.4' of github.com:philcook/brew-php-switcher i…
Browse files Browse the repository at this point in the history
…nto release-2.4
  • Loading branch information
andrew-miller-rakuten committed Nov 30, 2023
2 parents b37e400 + 266f0f0 commit 421815e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpswitch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ osx_version=$((${osx_major_version} * 10000 + ${osx_minor_version} * 100 + ${osx

brew_prefix=$(brew --prefix | sed 's#/#\\\/#g')

brew_array=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
php_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2" "php@7.3" "php@7.4" "php@8.0" "php@8.1" "php@8.2")
valet_support_php_version_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2" "php@7.3" "php@7.4" "php@8.0" "php@8.1" "php@8.2")
brew_array=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2", "8.3")
php_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2" "php@7.3" "php@7.4" "php@8.0" "php@8.1" "php@8.2" "php@8.3")
valet_support_php_version_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2" "php@7.3" "php@7.4" "php@8.0" "php@8.1" "php@8.2" "php@8.3")
php_installed_array=()
php_version="php@$1"
php_opt_path="$brew_prefix\/opt\/"
Expand Down

0 comments on commit 421815e

Please sign in to comment.