We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea1177 commit c4262e4Copy full SHA for c4262e4
1 file changed
README.md
@@ -193,7 +193,7 @@ Prettier for PHP supports the following options. We recommend that all users set
193
The default setting `auto`, attempts to auto-detect your supported php versions from a `composer.json` with in the
194
current directory or any parent directory, the plugin will use a minimum supported php version from
195
`{"require":{"php":"..."}}` to set the phpVersion. If not found or not able to be parsed, it will default to latest
196
-supported PHP version, which is currently `8.4`.
+supported PHP version.
197
198
You set the `phpVersion` to `composer` and this will only use the `composer.json` file to determine the php
199
version, prettier will crash if the PHP cannot be determined.
0 commit comments