Skip to content

Commit 1f13f35

Browse files
authored
Remove version mention, link to newer php-ast
1 parent 3e3deda commit 1f13f35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tolerant-PHP-Parser to php-ast
77

88
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)
99

10-
This release (0.1.0) supports AST version 70.
10+
This release supports AST version 70.
1111

1212
Usage
1313
-----
@@ -30,6 +30,7 @@ Running unit tests
3030
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).
3131
You must also run `composer install` if you haven't already done so.
3232

33+
- For php 7.4, php-ast 1.0.3+ must be installed.
3334
- Then run `vendor/bin/phpunit`
3435

3536
Possible Future Enhancements

0 commit comments

Comments
 (0)