| @@ -2,12 +2,12 @@ | ||
| 2 | 2 | ========== |
| 3 | 3 | |
| 4 | 4 | [](https://coveralls.io/github/nikic/PHP-Parser?branch=master) |
| 5 | 5 | |
| 6 | -This is a PHP 5.2 to PHP 8.1 parser written in PHP. Its purpose is to simplify static code analysis and | |
| 6 | +This is a PHP 5.2 to PHP 8.2 parser written in PHP. Its purpose is to simplify static code analysis and | |
| 7 | 7 | manipulation. |
| 8 | 8 | |
| 9 | -[**Documentation for version 4.x**][doc_master] (stable; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 8.1). | |
| 9 | +[**Documentation for version 4.x**][doc_4_x] (stable; for running on PHP >= 7.1; for parsing PHP 5.2 to PHP 8.2). | |
| 10 | 10 | |
| 11 | 11 | [Documentation for version 3.x][doc_3_x] (unsupported; for running on PHP >= 5.5; for parsing PHP 5.2 to PHP 7.2). |
| 12 | 12 | |
| 13 | 13 | Features |
| @@ -221,5 +221,5 @@ | ||
| 221 | 221 | * [Frequently asked questions](doc/component/FAQ.markdown) |
| 222 | 222 | * Parent and sibling references |
| 223 | 223 | |
| 224 | 224 | [doc_3_x]: https://github.com/nikic/PHP-Parser/tree/3.x/doc |
| 225 | - [doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc | |
| 225 | + [doc_4_x]: https://github.com/nikic/PHP-Parser/tree/4.x/doc | |