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.
2 parents 4d43344 + 9be8101 commit 9f4e353Copy full SHA for 9f4e353
README.md
@@ -1,6 +1,6 @@
1
# laravel-wechat
2
3
-> 注意:此版本为 2.x 版本,不兼容 1.x,已经移除外观,与 [overtrue/wechat 2.0](https://github.com/overtrue/wechat) 同步
+> 注意:此版本为 2.x 版本,不兼容 1.x,已经移除外观,与 [overtrue/wechat 2.x](https://github.com/overtrue/wechat) 同步
4
5
> 1.x 的配置文件里面的项目为驼峰,2.x 系列已经改为下划线,请参考: [src/config.php](https://github.com/overtrue/laravel-wechat/blob/master/src/config.php)
6
@@ -14,7 +14,7 @@
14
15
1. 安装包文件
16
```shell
17
- composer require "overtrue/laravel-wechat:2.0.*"
+ composer require "overtrue/laravel-wechat:2.1.*"
18
```
19
## 配置
20
0 commit comments