From 0c40df2a2ff519389bda575ff0bece6978a4c872 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 27 Jan 2018 19:50:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E4=BE=9D=E8=B5=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wechat/Oauth.php | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Wechat/Oauth.php b/Wechat/Oauth.php index 52362be..da2f767 100644 --- a/Wechat/Oauth.php +++ b/Wechat/Oauth.php @@ -53,7 +53,7 @@ class Oauth extends Wechat } /** - * 刷新access token并续期 + * 刷新AccessToken并续期 * @param string $refresh_token * @return bool|array */ diff --git a/composer.json b/composer.json index 33573e8..d6b84b2 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "wxpay" ], "require": { + "php": ">=5.4", "ext-curl": "*", - "php": ">=5.3.3", "ext-openssl": "*" }, "autoload": {