[更新]修改项目依赖配置

This commit is contained in:
Anyon 2018-01-27 19:50:48 +08:00
parent 19459a1b03
commit 0c40df2a2f
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ class Oauth extends Wechat
}
/**
* 刷新access token并续期
* 刷新AccessToken并续期
* @param string $refresh_token
* @return bool|array
*/

View File

@ -10,8 +10,8 @@
"wxpay"
],
"require": {
"php": ">=5.4",
"ext-curl": "*",
"php": ">=5.3.3",
"ext-openssl": "*"
},
"autoload": {