Skip to content

Commit

Permalink
Support PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 13, 2023
1 parent 74ae323 commit b1b450a
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`, and `8.1` are the allowed values, and additionally, `7` is an alias for `7.4` and `8` is an alias for `8.1`. PHP version 8.1 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`, and `8.2` are the allowed values, and additionally, `7` is an alias for `7.4` and `8` is an alias for `8.1`. PHP version 8.1 is the default version.

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

0 comments on commit b1b450a

Please sign in to comment.