-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
30 lines (30 loc) · 921 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "laravel-fans/socialite-providers",
"description": "Providers for Laravel Socialite",
"version": "1.0.0",
"license": "MIT",
"authors": [{
"name": "sink",
"email": "[email protected]"
}],
"require": {
"php": ">=7.2",
"ext-json": "*",
"socialiteproviders/manager": ">=v3.6"
},
"require-dev": {
"dflydev/dot-access-data": "^2.0"
},
"replace": {
"laravel-fans/socialite-coding": "0.1.0",
"laravel-fans/socialite-wechat-service-account": "0.2.0",
"laravel-fans/socialite-wechat-web": "0.2.0"
},
"autoload": {
"psr-4": {
"LaravelFans\\SocialiteProviders\\Coding\\": "Coding/src",
"LaravelFans\\SocialiteProviders\\WeChatServiceAccount\\": "WeChatServiceAccount/src",
"LaravelFans\\SocialiteProviders\\WeChatWeb\\": "WeChatWeb/src"
}
}
}