Use PHP installed via Brew.
This commit is contained in:
@@ -66,6 +66,9 @@ if [ -f `brew --prefix`/etc/bash_completion ]; then
|
|||||||
. `brew --prefix`/etc/bash_completion
|
. `brew --prefix`/etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Use brew-installed PHP binaries.
|
||||||
|
export PATH="$(brew --prefix homebrew/php/php56)/bin:$PATH"
|
||||||
|
|
||||||
# Vagrant configuration.
|
# Vagrant configuration.
|
||||||
# export VAGRANT_DEFAULT_PROVIDER='virtualbox'
|
# export VAGRANT_DEFAULT_PROVIDER='virtualbox'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user