File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3333Run 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
3838Installing as a Git Submodule
3939-----------------------------
You can’t perform that action at this time.
0 commit comments