From 7ec07b66b3b858d817ab03fffeaa92f1fe7a2180 Mon Sep 17 00:00:00 2001 From: Caleb Land Date: Mon, 17 Jul 2017 20:39:21 -0400 Subject: [PATCH] Update readme with new hombrew version spec bison27 -> bison@2.7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf1b363..969dd02 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ sudo apt-get install curl build-essential autoconf libjpeg-dev libpng12-dev open In order to compile PHP on macOS machines, you must install some brew packages first: ``` -brew install freetype homebrew/versions/bison27 gettext icu4c jpeg libpng openssl readline homebrew/dupes/zlib +brew install freetype bison@2.7 gettext icu4c jpeg libpng openssl readline homebrew/dupes/zlib ``` and, in order to compile 5.x versions of PHP, you **must** link `bison27` package: ``` -brew link --force bison27 +brew link --force bison@2.7 ``` ## Development