Skip to content

Commit

Permalink
Update standalone-php.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 17, 2023
1 parent c768de3 commit 6b74b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Some of our fixers do things that can change code behavior, by design. Risky mod
<a name="version"></a>
## Version

It is possible to set the PHP version your code will be parsed using using the `version` option. `7.4`, `8.0`, `8.1`, and `8.2` are the allowed values, and additionally, `7` is an alias for `7.4` and `8` is an alias for `8.2`. PHP version 8.2 is the default version.
It is possible to set the PHP version your code will be parsed using using the `version` option. `7.4`, `8.0`, `8.1`, `8.2`, and `8.3` are the allowed values, and additionally, `7` is an alias for `7.4` and `8` is an alias for `8.2`. PHP version 8.2 is the default version. PHP 8.3 support is in public beta.

<a name="presets"></a>
## Presets
Expand Down

0 comments on commit 6b74b75

Please sign in to comment.