doc: update required PHP version number to 7.1

Fixes https://github.com/felixfbecker/vscode-php-intellisense/issues/452
pull/459/head
Rolf Kaiser 2019-12-06 17:07:33 -08:00
parent 5e61b44249
commit c3481b9367
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Advanced PHP IntelliSense for Visual Studio Code.
## Installation ## Installation
You need at least PHP 7 installed for the extension to work. You can either add it to your PATH or set the `php.executablePath` setting. You need at least PHP 7.1 installed for the extension to work. You can either add it to your PATH or set the `php.executablePath` setting.
I recommend to disable VS Code's built-in PHP IntelliSense by setting `php.suggest.basic` to `false` to avoid duplicate suggestions. I recommend to disable VS Code's built-in PHP IntelliSense by setting `php.suggest.basic` to `false` to avoid duplicate suggestions.