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:
parent
e90c8f17db
commit
a81cccff7f
@ -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.
|
||||
|
||||
|
@ -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
|
||||
-----------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user