PluginProbe
WPIDE – File Manager & Code Editor / 3.5.9
WPIDE – File Manager & Code Editor v3.5.9
3.5.9 3.5.8 3.5.7 2.0.14 2.0.15 2.0.16 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1 2.2 2.3 2.3.1 2.3.2 2.4.0 2.5 2.6 3.0 3.1 3.2 3.3 All 55 releases
← All changes | vendor/nikic/php-parser/README.md +3 -3 3.23.5.9 View file →
@@ -2,12 +2,12 @@
2 2 ==========
3 3
4 4 [![Coverage Status](https://coveralls.io/repos/github/nikic/PHP-Parser/badge.svg?branch=master)](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