Skip to content

Commit 7137741

Browse files
committed
兼容PHP8.0
1 parent 0d79b89 commit 7137741

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ThinkPHP5.1对底层架构做了进一步的改进,减少依赖,其主要特
3535
+ 内置控制器扩展类
3636
+ 模型自动验证
3737

38-
> ThinkPHP5.1的运行环境要求PHP5.6+。
38+
> ThinkPHP5.1的运行环境要求PHP5.6+ 兼容PHP8.0
3939
4040

4141
## 安装
@@ -70,6 +70,12 @@ composer update topthink/framework
7070
+ [完全开发手册](https://www.kancloud.cn/manual/thinkphp5_1/content)
7171
+ [升级指导](https://www.kancloud.cn/manual/thinkphp5_1/354155)
7272

73+
74+
## 官方服务
75+
76+
+ [应用服务市场](https://market.topthink.com/)
77+
+ [ThinkAPI——统一API服务](https://docs.topthink.com/think-api)
78+
7379
## 命名规范
7480

7581
`ThinkPHP5.1`遵循PSR-2命名规范和PSR-4自动加载规范。

library/think/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class App extends Container
2222
{
23-
const VERSION = '5.1.40 LTS';
23+
const VERSION = '5.1.41 LTS';
2424

2525
/**
2626
* 当前模块路径

0 commit comments

Comments
 (0)