From c3481b93677ded97e795313ed2a48fe327ba9536 Mon Sep 17 00:00:00 2001 From: Rolf Kaiser <1090569+rkaiser0324@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:07:33 -0800 Subject: [PATCH] doc: update required PHP version number to 7.1 Fixes https://github.com/felixfbecker/vscode-php-intellisense/issues/452 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be14ffbe..e8227df5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Advanced PHP IntelliSense for Visual Studio Code. ## 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.