mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-17 15:18:17 +01:00
Release PHP-Parser 0.9.3
This commit is contained in:
parent
9f0e12bfca
commit
98ebfc8d54
@ -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:
|
||||
|
||||
|
@ -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
|
||||
-----------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user