File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -191,8 +191,9 @@ Prettier for PHP supports the following options. We recommend that all users set
191191### \* ` phpVersion ` Configuration Notes :
192192
193193The 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 minimum supported php version from ` {"require":{"php":"..."}} `
195- to set the phpVersion. If not found, or not able to be parsed, it will default to PHP 8.3.
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 ` .
196197
197198You set the ` phpVersion ` to ` composer ` and this will only use the ` composer.json ` file to determine the php
198199version, prettier will crash if the PHP cannot be determined.
You can’t perform that action at this time.
0 commit comments