Skip to content

Commit dcd39c8

Browse files
Greatfarliu21st
authored andcommitted
更新运行环境要求
1 parent b706e89 commit dcd39c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ThinkPHP 6.0
22
===============
33

4-
> 运行环境要求PHP7.1+,兼容PHP8.0。
4+
> 运行环境要求PHP7.2+,兼容PHP8.1
55
66
[官方应用服务市场](https://market.topthink.com) | [`ThinkAPI`——官方统一API服务](https://docs.topthink.com/think-api)
77

@@ -47,7 +47,7 @@ ThinkPHP遵循Apache2开源协议发布,并提供免费使用。
4747

4848
本项目包含的第三方源码和二进制文件之版权信息另行标注。
4949

50-
版权所有Copyright © 2006-2020 by ThinkPHP (http://thinkphp.cn)
50+
版权所有Copyright © 2006-2021 by ThinkPHP (http://thinkphp.cn)
5151

5252
All rights reserved。
5353

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.1.0",
23+
"php": ">=7.2.5",
2424
"topthink/framework": "^6.0.0",
2525
"topthink/think-orm": "^2.0"
2626
},

0 commit comments

Comments
 (0)