Release PHP-Parser 1.0.0 Beta 2

This commit is contained in:
nikic 2014-08-31 16:53:14 +02:00
parent 3d583ab19c
commit b31f36bf89
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Version 1.0.0-dev Version 1.0.0-dev
----------------- -----------------
Nothing yet.
Version 1.0.0-beta2 (31.08.2014)
--------------------------------
* [PHP 5.6] Updated support for constant scalar expressions to comply with latest changes. This means that arrays * [PHP 5.6] Updated support for constant scalar expressions to comply with latest changes. This means that arrays
and array dimension fetches are now supported as well. and array dimension fetches are now supported as well.

View File

@ -15,7 +15,7 @@ Create a `composer.json` file in your project root and use it to define your dep
{ {
"require": { "require": {
"nikic/php-parser": "1.0.0-beta1" "nikic/php-parser": "1.0.0-beta2"
} }
} }