We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481d41b commit 27a6d8dCopy full SHA for 27a6d8d
README.md
@@ -1,11 +1,17 @@
1
# thinkphp-jump
2
3
-适用于thinkphp6.0的跳转扩展
+适用于thinkphp6.0+的跳转扩展
4
5
-## 安装
+## thinkphp6.0安装
6
7
~~~php
8
-composer require liliuwei/thinkphp-jump
+composer require liliuwei/thinkphp-jump=1.*
9
+~~~
10
+
11
+## thinkphp8.0安装
12
13
+~~~php
14
+composer require liliuwei/thinkphp-jump=2.*
15
~~~
16
17
## 配置
composer.json
@@ -11,9 +11,9 @@
}
],
"require": {
- "php": ">=7.1.0",
- "topthink/framework": "^6.0",
- "topthink/think-view": "^1.0"
+ "php": ">=8.0.0",
+ "topthink/framework": "^8.0",
+ "topthink/think-view": "^2.0"
},
18
"autoload": {
19
"psr-4": {
0 commit comments