Skip to content

Commit 8faec5c

Browse files
committed
readme和注释调整
1 parent 37e43bf commit 8faec5c

File tree

122 files changed

+123
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+123
-122
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
- 基于 PHP`8.0+`重构
1414
- 升级`PSR`依赖
15-
- 依赖`think-orm`3.0 版本
15+
- 依赖`think-orm`3.0+ 版本
16+
- 全新的`think-dumper`支持远程调试
1617
- `6.0`/`6.1`无缝升级
1718

1819
> ThinkPHP8 的运行环境要求 PHP8.0+

src/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// +----------------------------------------------------------------------
33
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
44
// +----------------------------------------------------------------------
5-
// | Copyright (c) 2006~2023 http://thinkphp.cn All rights reserved.
5+
// | Copyright (c) 2006~2025 http://thinkphp.cn All rights reserved.
66
// +----------------------------------------------------------------------
77
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
88
// +----------------------------------------------------------------------

src/lang/zh-cn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// +----------------------------------------------------------------------
44
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
55
// +----------------------------------------------------------------------
6-
// | Copyright (c) 2006~2023 http://thinkphp.cn All rights reserved.
6+
// | Copyright (c) 2006~2025 http://thinkphp.cn All rights reserved.
77
// +----------------------------------------------------------------------
88
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
99
// +----------------------------------------------------------------------

src/think/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// +----------------------------------------------------------------------
33
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
44
// +----------------------------------------------------------------------
5-
// | Copyright (c) 2006~2023 http://thinkphp.cn All rights reserved.
5+
// | Copyright (c) 2006~2025 http://thinkphp.cn All rights reserved.
66
// +----------------------------------------------------------------------
77
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
88
// +----------------------------------------------------------------------

src/think/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// +----------------------------------------------------------------------
33
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
44
// +----------------------------------------------------------------------
5-
// | Copyright (c) 2006~2023 http://thinkphp.cn All rights reserved.
5+
// | Copyright (c) 2006~2025 http://thinkphp.cn All rights reserved.
66
// +----------------------------------------------------------------------
77
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
88
// +----------------------------------------------------------------------

src/think/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// +----------------------------------------------------------------------
33
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
44
// +----------------------------------------------------------------------
5-
// | Copyright (c) 2006~2023 http://thinkphp.cn All rights reserved.
5+
// | Copyright (c) 2006~2025 http://thinkphp.cn All rights reserved.
66
// +----------------------------------------------------------------------
77
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
88
// +----------------------------------------------------------------------

src/think/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// +----------------------------------------------------------------------
33
// | TopThink [ WE CAN DO IT JUST THINK IT ]
44
// +----------------------------------------------------------------------
5-
// | Copyright (c) 2015 http://www.topthink.com All rights reserved.
5+
// | Copyright (c) 2006~2025 http://www.topthink.com All rights reserved.
66
// +----------------------------------------------------------------------
77
// | Author: zhangyajun <[email protected]>
88
// +----------------------------------------------------------------------

src/think/Cookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// +----------------------------------------------------------------------
44
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
55
// +----------------------------------------------------------------------
6-
// | Copyright (c) 2006~2024 http://thinkphp.cn All rights reserved.
6+
// | Copyright (c) 2006~2025 http://thinkphp.cn All rights reserved.
77
// +----------------------------------------------------------------------
88
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
99
// +----------------------------------------------------------------------

src/think/Db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// +----------------------------------------------------------------------
33
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
44
// +----------------------------------------------------------------------
5-
// | Copyright (c) 2006~2023 http://thinkphp.cn All rights reserved.
5+
// | Copyright (c) 2006~2025 http://thinkphp.cn All rights reserved.
66
// +----------------------------------------------------------------------
77
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
88
// +----------------------------------------------------------------------

src/think/Env.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// +----------------------------------------------------------------------
33
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
44
// +----------------------------------------------------------------------
5-
// | Copyright (c) 2006~2023 http://thinkphp.cn All rights reserved.
5+
// | Copyright (c) 2006~2025 http://thinkphp.cn All rights reserved.
66
// +----------------------------------------------------------------------
77
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
88
// +----------------------------------------------------------------------

0 commit comments

Comments
 (0)