Skip to content

Commit

Permalink
Merge pull request #48 from anerg2046/dev
Browse files Browse the repository at this point in the history
升级guzzle为7
  • Loading branch information
anerg2046 authored Nov 15, 2021
2 parents 7a2908d + d044064 commit 4205311
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.DS_Store
.idea
vendor
composer.lock
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
],
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^7"
},
"autoload": {
"psr-4": {
"anerg\\OAuth2\\": "src"
}
}
}

0 comments on commit 4205311

Please sign in to comment.