Release PHP-Parser 0.9.3

This commit is contained in:
nikic 2012-11-22 19:54:05 +01:00
parent 9f0e12bfca
commit 98ebfc8d54
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
Version 0.9.3-dev
Version 0.9.4-dev
-----------------
Nothing yet.
Version 0.9.3 (22.11.2012)
--------------------------
* [BC] As `list()` in `foreach` is now supported the structure of list assignments changed:

View File

@ -15,7 +15,7 @@ Create a `composer.json` file in your project root and use it to define your dep
{
"require": {
"nikic/php-parser": "0.9.2"
"nikic/php-parser": "0.9.3"
}
}
@ -33,7 +33,7 @@ Installing as a PEAR package
Run the following two commands:
pear channel-discover nikic.github.com/pear
pear install channel://nikic.github.com/pear/PHPParser-0.9.2
pear install channel://nikic.github.com/pear/PHPParser-0.9.3
Installing as a Git Submodule
-----------------------------