Releases: TysonAndre/tolerant-php-parser-to-php-ast
Releases · TysonAndre/tolerant-php-parser-to-php-ast
Release 1.0.1 supporting AST version 70.
- Support parsing php 8 syntax (does not convert
#[]
attributes) in PHP 8.
(Version 1 is compatible with AST version 70, which does not expose attribute information.) - Handle edge cases in parsing.
Release 1.0.0 supporting AST version 70.
- Require a minimum php version of php 7.2 to use this library.
- Improve support for parsing edge cases and code for newer PHP versions.
Version 0.1.1 supporting AST version 70.
- Add .gitattributes to exclude unnecessary files from release zips/tarballs
Version 0.1.0 supporting AST version 70.
This supports php 7.0-7.4's syntax