Remove "experimental" message

This commit is contained in:
nikic 2014-08-31 17:03:20 +02:00
parent b31f36bf89
commit 7a3789f1a9

View File

@ -4,12 +4,10 @@ PHP Parser
This is a PHP 5.6 (and older) parser written in PHP. It's purpose is to simplify static code analysis and
manipulation.
[**Documentation for version 0.9.x**][doc_0_9] (stable; for running on PHP 5.2).
[Documentation for version 0.9.x][doc_0_9] (stable; for running on PHP 5.2).
[**Documentation for version 1.0.x**][doc_master] (beta; for running on PHP >= 5.3).
***Note: This project is experimental, so the API is subject to change.***
In a Nutshell
-------------