Skip to content

Commit

Permalink
update php version for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbentrup committed Jun 12, 2023
1 parent c885df0 commit 08a66b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ download_mdm_config() {
}

self_install() {
local brew_pkgs_for_mac=("bash" "coreutils" "jq" "composer" "php@7.4") brew_pkgs_for_all_platforms=("mkcert" "nss")
local brew_pkgs_for_mac=("bash" "coreutils" "jq" "composer" "php@8.2") brew_pkgs_for_all_platforms=("mkcert" "nss")
is_interactive_terminal && printf '\e[8;50;140t' # resize terminal

# on linux, some services require a min virtual memory map count and may need to be raised
Expand Down

0 comments on commit 08a66b4

Please sign in to comment.