Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Dec 11, 2017
1 parent 9813959 commit 8529bbd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 124 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Requirement

```
PHP >= 5.4
PHP >= 7.0
```
# Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"require": {
"php": ">=5.4.0",
"php": ">=7.0",
"guzzlehttp/guzzle": "~5.0|~6.0",
"symfony/http-foundation": "^3.0|^4.0"
},
Expand Down
121 changes: 0 additions & 121 deletions src/Providers/WeChatOpenPlatformProvider.php

This file was deleted.

1 change: 0 additions & 1 deletion src/SocialiteManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class SocialiteManager implements FactoryInterface
'weibo' => 'Weibo',
'qq' => 'QQ',
'wechat' => 'WeChat',
'wechat_open' => 'WeChatOpenPlatform',
'douban' => 'Douban',
'wework' => 'WeWork',
];
Expand Down

0 comments on commit 8529bbd

Please sign in to comment.