Skip to content

Commit 27a6d8d

Browse files
committed
更新支持TP8
1 parent 481d41b commit 27a6d8d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# thinkphp-jump
22

3-
适用于thinkphp6.0的跳转扩展
3+
适用于thinkphp6.0+的跳转扩展
44

5-
## 安装
5+
## thinkphp6.0安装
66

77
~~~php
8-
composer require liliuwei/thinkphp-jump
8+
composer require liliuwei/thinkphp-jump=1.*
9+
~~~
10+
11+
## thinkphp8.0安装
12+
13+
~~~php
14+
composer require liliuwei/thinkphp-jump=2.*
915
~~~
1016

1117
## 配置

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.1.0",
15-
"topthink/framework": "^6.0",
16-
"topthink/think-view": "^1.0"
14+
"php": ">=8.0.0",
15+
"topthink/framework": "^8.0",
16+
"topthink/think-view": "^2.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)