You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Tolerant-PHP-Parser to php-ast
7
7
8
8
This project uses Microsoft/tolerant-php-parser to generate a tree with error tolerance, then converts from that tree to ast\Node from [php-ast](https://github.com/nikic/php-ast)
9
9
10
-
This release (0.1.0) supports AST version 70.
10
+
This release supports AST version 70.
11
11
12
12
Usage
13
13
-----
@@ -30,6 +30,7 @@ Running unit tests
30
30
To run unit tests, you must install [nikic/php-ast](https://github.com/nikic/php-ast) 1.0.1+ (for the expected results to be created).
31
31
You must also run `composer install` if you haven't already done so.
0 commit comments