There was an error while loading. Please reload this page.
1 parent eb20e32 commit b9a6037Copy full SHA for b9a6037
CHANGELOG.md
@@ -1,6 +1,11 @@
1
-Version 1.0.1-dev
+Version 1.0.2-dev
2
-----------------
3
4
+Nothing yet.
5
+
6
+Version 1.0.1 (14.10.2014)
7
+--------------------------
8
9
* Disallow `new` expressions without a class name. Previously `new;` was accidentally considered to be valid code.
10
11
* Support T_ONUMBER token used by HHVM.
doc/1_Installation.markdown
@@ -10,7 +10,7 @@ Create a `composer.json` file in your project root and use it to define your dep
{
12
"require": {
13
- "nikic/php-parser": "~1.0.0"
+ "nikic/php-parser": "~1.0.1"
14
}
15
16
0 commit comments