mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
[更新]修改项目依赖配置
This commit is contained in:
parent
19459a1b03
commit
0c40df2a2f
@ -53,7 +53,7 @@ class Oauth extends Wechat
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 刷新access token并续期
|
* 刷新AccessToken并续期
|
||||||
* @param string $refresh_token
|
* @param string $refresh_token
|
||||||
* @return bool|array
|
* @return bool|array
|
||||||
*/
|
*/
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
"wxpay"
|
"wxpay"
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
"php": ">=5.4",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"php": ">=5.3.3",
|
|
||||||
"ext-openssl": "*"
|
"ext-openssl": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user