Skip to content

Commit a81cccf

Browse files
committed
Release PHP-Parser 0.9.2
1 parent e90c8f1 commit a81cccf

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
Version 0.9.2-dev
1+
Version 0.9.3-dev
22
-----------------
33

4+
Nothing yet.
5+
6+
Version 0.9.2 (07.07.2012)
7+
--------------------------
48
* Add `Class->getMethods()` function, which returns all methods contained in the `stmts` array of the class node. This
59
does not take inherited methods into account.
610

doc/1_Installation.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create a `composer.json` file in your project root and use it to define your dep
1515

1616
{
1717
"require": {
18-
"nikic/php-parser": "0.9.1"
18+
"nikic/php-parser": "0.9.2"
1919
}
2020
}
2121

@@ -33,7 +33,7 @@ Installing as a PEAR package
3333
Run the following two commands:
3434

3535
pear channel-discover nikic.github.com/pear
36-
pear install channel://nikic.github.com/pear/PHPParser-0.9.1
36+
pear install channel://nikic.github.com/pear/PHPParser-0.9.2
3737

3838
Installing as a Git Submodule
3939
-----------------------------

0 commit comments

Comments
 (0)