mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-30 04:19:30 +01:00
Release version 0.9.5
This commit is contained in:
parent
1cecf9efc5
commit
ef70767475
@ -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).
|
||||
|
@ -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
|
||||
-----------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user