From 08a66b42cab55c1b1942f8b1d830e959c62eb4db Mon Sep 17 00:00:00 2001 From: Keith Bentrup Date: Mon, 12 Jun 2023 18:53:29 -0400 Subject: [PATCH] update php version for mac --- bin/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lib.sh b/bin/lib.sh index 8692ebf..f9a501d 100755 --- a/bin/lib.sh +++ b/bin/lib.sh @@ -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