1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-29 20:09:08 +01:00

Release version 0.9.5

This commit is contained in:
nikic 2014-07-23 20:24:17 +02:00
parent 1cecf9efc5
commit ef70767475
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
Version 0.9.5-dev
-----------------
Version 0.9.5 (23.07.2014)
--------------------------
**This is the last release on the 0.9 branch.**
* Add `NodeTraverser::removeVisitor()` method, which removes a visitor from the node traverser. The method was not added
to the corresponding `NodeTraverserInterface` to avoid BC breaks with custom traversers (it is added in version 1.0).

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.4"
"nikic/php-parser": "0.9.5"
}
}
@ -33,7 +33,7 @@ Installing as a PEAR package
Run the following two commands:
pear channel-discover nikic.github.com/pear
pear install nikic/PHPParser-0.9.4
pear install nikic/PHPParser-0.9.5
Installing as a Git Submodule
-----------------------------