File tree 2 files changed +22
-19
lines changed
2 files changed +22
-19
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
+ .idea
3
+ vendor
4
+ composer.lock
Original file line number Diff line number Diff line change 1
1
{
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"
20
10
}
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
+ }
You can’t perform that action at this time.
0 commit comments