From e13e7a7330718ad3fe3fd35505c51c6e615bd733 Mon Sep 17 00:00:00 2001 From: chenos Date: Mon, 26 Mar 2018 10:58:09 +0800 Subject: [PATCH] Update README.MacOS.md --- README.MacOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MacOS.md b/README.MacOS.md index 502cfc2..4ded358 100644 --- a/README.MacOS.md +++ b/README.MacOS.md @@ -4,7 +4,7 @@ V8Js on MacOS Installation of V8Js on MacOS is pretty much straight forward. If you have [brew](https://brew.sh) around, just `brew install -php56-v8js` (or `php54-v8js` / `php55-v8js` depending on your PHP +php70-v8js` (or `php71-v8js` / `php72-v8js` depending on your PHP version) and you should be done. This will install a recent version of V8 along with this extension.