We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b706e89 commit dcd39c8Copy full SHA for dcd39c8
README.md
@@ -1,7 +1,7 @@
1
ThinkPHP 6.0
2
===============
3
4
-> 运行环境要求PHP7.1+,兼容PHP8.0。
+> 运行环境要求PHP7.2+,兼容PHP8.1
5
6
[官方应用服务市场](https://market.topthink.com) | [`ThinkAPI`——官方统一API服务](https://docs.topthink.com/think-api)
7
@@ -47,7 +47,7 @@ ThinkPHP遵循Apache2开源协议发布,并提供免费使用。
47
48
本项目包含的第三方源码和二进制文件之版权信息另行标注。
49
50
-版权所有Copyright © 2006-2020 by ThinkPHP (http://thinkphp.cn)
+版权所有Copyright © 2006-2021 by ThinkPHP (http://thinkphp.cn)
51
52
All rights reserved。
53
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": ">=7.1.0",
+ "php": ">=7.2.5",
24
"topthink/framework": "^6.0.0",
25
"topthink/think-orm": "^2.0"
26
},
0 commit comments