diff --git a/README.md b/README.md index 55505f80d..5ad4669e5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ If you run into problems with a test, run it with the cli and add the `--debug` Current version is under developpement, all tokens are not yet implemented, but consider that the lexer sucessfully pass the parsing of ZF2 and Laravel, and many aspects of php are implemented. +* 0.0.9 : const (value as expr) bugfix * 0.0.8 : all tokens are passed on ZF2 (many fixes) * 0.0.7 : isset, unset, try, catch, finally, fix T_STATIC, fix T_NEW with a dynamic var name, improve tests * 0.0.6 : Improve tests, implements arrays & new statements diff --git a/package.json b/package.json index ab520ab89..699dc14d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "php-parser", - "version": "0.0.8", + "version": "0.0.9", "description": "PHP parser", "main": "main.js", "scripts": {