From dcd39c824f056884bf791881ad9fd914cfec24d7 Mon Sep 17 00:00:00 2001 From: Greatfar Date: Thu, 16 Dec 2021 11:27:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BF=90=E8=A1=8C=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 091b52ff7..fd2cc530e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ThinkPHP 6.0 =============== -> 运行环境要求PHP7.1+,兼容PHP8.0。 +> 运行环境要求PHP7.2+,兼容PHP8.1 [官方应用服务市场](https://market.topthink.com) | [`ThinkAPI`——官方统一API服务](https://docs.topthink.com/think-api) @@ -47,7 +47,7 @@ ThinkPHP遵循Apache2开源协议发布,并提供免费使用。 本项目包含的第三方源码和二进制文件之版权信息另行标注。 -版权所有Copyright © 2006-2020 by ThinkPHP (http://thinkphp.cn) +版权所有Copyright © 2006-2021 by ThinkPHP (http://thinkphp.cn) All rights reserved。 diff --git a/composer.json b/composer.json index 387c8b6cc..ff2a2201e 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": ">=7.1.0", + "php": ">=7.2.5", "topthink/framework": "^6.0.0", "topthink/think-orm": "^2.0" },