File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " socialiteproviders/apple" ,
33 "description" : " Apple OAuth2 Provider for Laravel Socialite" ,
4+ "license" : " MIT" ,
45 "keywords" : [
56 " apple" ,
67 " apple client key" ,
1617 " socialite" ,
1718 " socialite apple"
1819 ],
19- "license" : " MIT" ,
2020 "authors" : [
2121 {
2222 "name" : " Ahilan" ,
3030 "role" : " Farmer"
3131 }
3232 ],
33+ "support" : {
34+ "issues" : " https://github.com/socialiteproviders/providers/issues" ,
35+ "source" : " https://github.com/socialiteproviders/providers" ,
36+ "docs" : " https://socialiteproviders.com/apple"
37+ },
3338 "require" : {
3439 "php" : " ^7.4 || ^8.0" ,
3540 "ext-json" : " *" ,
4146 "suggest" : {
4247 "ahilmurugesan/socialite-apple-helper" : " Automatic Apple client key generation and management."
4348 },
49+ "minimum-stability" : " stable" ,
4450 "autoload" : {
4551 "psr-4" : {
4652 "SocialiteProviders\\ Apple\\ " : " "
4753 }
48- },
49- "minimum-stability" : " stable" ,
50- "support" : {
51- "issues" : " https://github.com/socialiteproviders/providers/issues" ,
52- "source" : " https://github.com/socialiteproviders/providers" ,
53- "docs" : " https://socialiteproviders.com/apple"
5454 }
5555}
You can’t perform that action at this time.
0 commit comments