From d04406488c62c9de95eb0c618a959b8b8ea2140a Mon Sep 17 00:00:00 2001 From: coeus Date: Tue, 17 Aug 2021 14:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7guzzle=E4=B8=BA7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ composer.json | 38 +++++++++++++++++++------------------- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index e43b0f9..386533b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .DS_Store +.idea +vendor +composer.lock \ No newline at end of file diff --git a/composer.json b/composer.json index 8ddbe17..193de8e 100644 --- a/composer.json +++ b/composer.json @@ -1,21 +1,21 @@ { - "name": "anerg2046/sns_auth", - "description": "weixin weibo qq alipay twitter google line facebook sns oauth", - "type": "library", - "license": "MIT", - "authors": [ - { - "name": "Coeus", - "email": "r.anerg@gmail.com" - } - ], - "require": { - "php": ">=5.6.0", - "guzzlehttp/guzzle": "^6.3" - }, - "autoload": { - "psr-4": { - "anerg\\OAuth2\\": "src" - } + "name": "anerg2046/sns_auth", + "description": "weixin weibo qq alipay twitter google line facebook sns oauth", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Coeus", + "email": "r.anerg@gmail.com" } -} \ No newline at end of file + ], + "require": { + "php": ">=5.6.0", + "guzzlehttp/guzzle": "^7" + }, + "autoload": { + "psr-4": { + "anerg\\OAuth2\\": "src" + } + } +}