We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d268e75 commit 4a78287Copy full SHA for 4a78287
README.md
@@ -1,6 +1,6 @@
1
# laravel-wechat
2
3
-微信 SDK for Laravel 5 / Lumen, 基于 [overtrue/wechat](https://github.com/overtrue/wechat)
+微信 SDK for Laravel / Lumen, 基于 [overtrue/wechat](https://github.com/overtrue/wechat)
4
5
> 交流QQ群:319502940
6
@@ -12,11 +12,11 @@ Laravel/Lumen >= 5.1
12
## 安装
13
14
```shell
15
-# Laravel < 5.8
16
-composer require "overtrue/laravel-wechat:~4.0"
+# overtrue/wechat 4.x
+composer require "overtrue/laravel-wechat:^5.0"
17
18
-# Laravel >= 5.8
19
-composer require "overtrue/laravel-wechat:~5.0"
+# overtrue/wechat 5.x
+composer require "overtrue/laravel-wechat:^6.0"
20
```
21
22
## 配置
0 commit comments