Skip to content

Commit

Permalink
readme更新
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Jan 10, 2021
1 parent fe788f4 commit dd265d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThinkPHP 6.0

ThinkPHP6.0底层架构采用PHP7.1改写和进一步优化。

[官方应用服务市场](https://market.topthink.com) | [`ThinkPHP`开发者扶持计划](https://sites.thinkphp.cn/1782366)
[官方应用服务市场](https://market.topthink.com) | [`ThinkAPI`——官方统一API服务](https://docs.topthink.com/think-api/)

## 主要新特性

Expand All @@ -35,7 +35,7 @@ ThinkPHP6.0底层架构采用PHP7.1改写和进一步优化。
* 统一和精简大量用法


> ThinkPHP6.0的运行环境要求PHP7.1+。
> ThinkPHP6.0的运行环境要求PHP7.1+,兼容PHP8.0
## 安装

Expand Down Expand Up @@ -79,7 +79,7 @@ ThinkPHP遵循Apache2开源协议发布,并提供免费使用。

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

版权所有Copyright © 2006-2020 by ThinkPHP (http://thinkphp.cn) All rights reserved。
版权所有Copyright © 2006-2021 by ThinkPHP (http://thinkphp.cn) All rights reserved。

ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。

Expand Down
2 changes: 1 addition & 1 deletion src/think/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
class App extends Container
{
const VERSION = '6.0.5';
const VERSION = '6.0.6';

/**
* 应用调试模式
Expand Down

0 comments on commit dd265d9

Please sign in to comment.