From 7f96481c80ecfe0fd8d37506064d3a25ed9cad23 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 22 Jul 2018 21:42:51 +0200 Subject: [PATCH] Mark PHP-Parser 3.0 as unsupported The last release was in Febuary and there haven't been any commits since. Make it official. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b1feda..5fea5c9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ manipulation. [**Documentation for version 4.x**][doc_master] (stable; for running on PHP >= 7.0; for parsing PHP 5.2 to PHP 7.2). -[Documentation for version 3.x][doc_3_x] (stable; for running on PHP >= 5.5; for parsing PHP 5.2 to PHP 7.2). +[Documentation for version 3.x][doc_3_x] (unsupported; for running on PHP >= 5.5; for parsing PHP 5.2 to PHP 7.2). Features --------