Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit d6d2dbd

Browse files
committed
Use PHP 7.1 in readme [skip ci]
1 parent f20a009 commit d6d2dbd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ and macOS 10.12.1. Windows is not supported at this time.
9090
$ sudo add-apt-repository -y ppa:ondrej/php
9191
$ sudo add-apt-repository -y ppa:pinepain/php
9292
$ sudo apt-get update -y
93-
$ sudo apt-get install -y php7.0 php-v8
93+
$ sudo apt-get install -y php7.1 php-v8
9494
$ php --ri v8
9595
```
9696

@@ -107,9 +107,7 @@ extensions with dependencies, you may find
107107
$ brew tap homebrew/dupes
108108
$ brew tap homebrew/php
109109
$ brew tap pinepain/devtools
110-
$ brew install php70
111-
$ brew install [email protected]
112-
$ brew install php70-v8
110+
$ brew install php71 php71-v8
113111
$ php --ri v8
114112
```
115113

0 commit comments

Comments
 (0)