Skip to content

Commit 2816485

Browse files
asgrimnikic
authored andcommitted
Updated README to indicate that parsing PHP 8.0 code is supported
1 parent 1d1bc8a commit 2816485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ PHP Parser
33

44
[![Build Status](https://travis-ci.org/nikic/PHP-Parser.svg?branch=master)](https://travis-ci.org/nikic/PHP-Parser) [![Coverage Status](https://coveralls.io/repos/github/nikic/PHP-Parser/badge.svg?branch=master)](https://coveralls.io/github/nikic/PHP-Parser?branch=master)
55

6-
This is a PHP 5.2 to PHP 7.4 parser written in PHP. Its purpose is to simplify static code analysis and
6+
This is a PHP 5.2 to PHP 8.0 parser written in PHP. Its purpose is to simplify static code analysis and
77
manipulation.
88

9-
[**Documentation for version 4.x**][doc_master] (stable; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 7.4).
9+
[**Documentation for version 4.x**][doc_master] (stable; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 8.0).
1010

1111
[Documentation for version 3.x][doc_3_x] (unsupported; for running on PHP >= 5.5; for parsing PHP 5.2 to PHP 7.2).
1212

@@ -15,7 +15,7 @@ Features
1515

1616
The main features provided by this library are:
1717

18-
* Parsing PHP 5 and PHP 7 code into an abstract syntax tree (AST).
18+
* Parsing PHP 5, PHP 7, and PHP 8 code into an abstract syntax tree (AST).
1919
* Invalid code can be parsed into a partial AST.
2020
* The AST contains accurate ___location information.
2121
* Dumping the AST in human-readable form.

0 commit comments

Comments
 (0)