1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-20 12:46:47 +01:00

Release PHP-Parser 0.9.2

This commit is contained in:
nikic 2012-07-07 22:23:25 +02:00
parent e90c8f17db
commit a81cccff7f
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
Version 0.9.2-dev
Version 0.9.3-dev
-----------------
Nothing yet.
Version 0.9.2 (07.07.2012)
--------------------------
* Add `Class->getMethods()` function, which returns all methods contained in the `stmts` array of the class node. This
does not take inherited methods into account.

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.1"
"nikic/php-parser": "0.9.2"
}
}
@ -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.1
pear install channel://nikic.github.com/pear/PHPParser-0.9.2
Installing as a Git Submodule
-----------------------------