-
Notifications
You must be signed in to change notification settings - Fork 48
/
composer.json
56 lines (56 loc) · 1.53 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "socialiteproviders/apple",
"description": "Apple OAuth2 Provider for Laravel Socialite",
"license": "MIT",
"keywords": [
"apple",
"apple client key",
"apple sign in",
"client key generator",
"client key refresh",
"laravel",
"laravel apple",
"laravel socialite",
"oauth",
"provider",
"sign in with apple",
"socialite",
"socialite apple"
],
"authors": [
{
"name": "Ahilan",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Vamsi Krishna V",
"email": "[email protected]",
"homepage": "https://vonectech.com/",
"role": "Farmer"
}
],
"support": {
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers",
"docs": "https://socialiteproviders.com/apple"
},
"require": {
"php": "^8.0",
"ext-json": "*",
"ext-openssl": "*",
"firebase/php-jwt": "^6.8",
"lcobucci/clock": "^2.0 || ^3.0",
"lcobucci/jwt": "^4.1.5 || ^5.0.0",
"socialiteproviders/manager": "^4.4"
},
"suggest": {
"ahilmurugesan/socialite-apple-helper": "Automatic Apple client key generation and management."
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"SocialiteProviders\\Apple\\": ""
}
}
}