From 616b07a93f2a83416db6bf005788fe4961862265 Mon Sep 17 00:00:00 2001 From: Jaeger Date: Fri, 14 Jun 2024 16:18:07 +0800 Subject: [PATCH] php >= 8.1 --- README-ZH.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index cdf39bb..5d8bc55 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -29,7 +29,7 @@ - ..... ## 环境要求 -- PHP >= 8.0 +- PHP >= 8.1 > 如果你的PHP版本还停留在PHP5,或者不会使用Composer,你可以选择使用QueryList3,QueryList3支持php5.3以及手动安装。 QueryList3 文档:http://v3.querylist.cc diff --git a/README.md b/README.md index 844106c..364a3ee 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Through plug-ins you can easily implement things like: - ..... ## Requirements -- PHP >= 8.0 +- PHP >= 8.1 ## Installation By Composer installation: