From 2d99e3a9ec7bf5330c932b8e7d6d09ef0c9106bd Mon Sep 17 00:00:00 2001 From: i582 <51853996+i582@users.noreply.github.com> Date: Sun, 26 Jun 2022 03:36:20 +0300 Subject: [PATCH] readme: updated supported PHP versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a67688d..c6fd4df 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project uses [goyacc](https://godoc.org/golang.org/x/tools/cmd/goyacc) and Features --------- -- Fully support PHP 5, PHP 7 and PHP 8.0 syntax +- Fully support PHP 5, PHP 7 and PHP 8.0-8.2 syntax - Abstract syntax tree (AST) representation - Traversing AST - Resolving namespace names