Skip to content

Commit 4205311

Browse files
authored
Merge pull request #48 from anerg2046/dev
升级guzzle为7
2 parents 7a2908d + d044064 commit 4205311

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
.DS_Store
2+
.idea
3+
vendor
4+
composer.lock

composer.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "anerg2046/sns_auth",
3-
"description": "weixin weibo qq alipay twitter google line facebook sns oauth",
4-
"type": "library",
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Coeus",
9-
"email": "r.anerg@gmail.com"
10-
}
11-
],
12-
"require": {
13-
"php": ">=5.6.0",
14-
"guzzlehttp/guzzle": "^6.3"
15-
},
16-
"autoload": {
17-
"psr-4": {
18-
"anerg\\OAuth2\\": "src"
19-
}
2+
"name": "anerg2046/sns_auth",
3+
"description": "weixin weibo qq alipay twitter google line facebook sns oauth",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Coeus",
9+
"email": "r.anerg@gmail.com"
2010
}
21-
}
11+
],
12+
"require": {
13+
"php": ">=5.6.0",
14+
"guzzlehttp/guzzle": "^7"
15+
},
16+
"autoload": {
17+
"psr-4": {
18+
"anerg\\OAuth2\\": "src"
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)