File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ Prettier for PHP supports the following options. We recommend that all users set
193193The default setting ` auto ` , attempts to auto-detect your supported php versions from a ` composer.json ` with in the
194194current directory or any parent directory, the plugin will use a minimum supported php version from
195195` {"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 ` .
196+ supported PHP version.
197197
198198You set the ` phpVersion ` to ` composer ` and this will only use the ` composer.json ` file to determine the php
199199version, prettier will crash if the PHP cannot be determined.
You can’t perform that action at this time.
0 commit comments