From c2e22fbab84439d27861b06e58174a5fc91f2e7a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 9 Dec 2018 13:10:05 -0600 Subject: [PATCH] Update to using PHP 7.2 binaries. --- .bash_profile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.bash_profile b/.bash_profile index 75f34cd..ceea725 100644 --- a/.bash_profile +++ b/.bash_profile @@ -75,7 +75,8 @@ if [ -x "$(command -v kubectl)" ]; then fi # Use brew-installed PHP binaries. -export PATH="$brew_prefix/opt/php70/bin:$PATH" +export PATH="/usr/local/opt/php@7.2/bin:$PATH" +export PATH="/usr/local/opt/php@7.2/sbin:$PATH" # Use nvm. # export NVM_DIR="$HOME/.nvm" @@ -150,5 +151,3 @@ function blt() { return 1 fi } -export PATH="/usr/local/opt/php@7.1/bin:$PATH" -export PATH="/usr/local/opt/php@7.1/sbin:$PATH"