I think this is the right place as it is a doc issue with the extension. In the README, which presumably drives the extension documentation in VS.Code, it says
You need at least PHP 7 installed for the extension to work.
However, the language server requires 7.1 at a minimum, and VS.Code will bark at you if you try 7.0 as I did. So the README here should be changed to reflect that.