Skip to content

Commit 4452556

Browse files
atymicgithub-actions[bot]
authored andcommitted
Normalize composer.json files
1 parent 4d03276 commit 4452556

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "socialiteproviders/apple",
33
"description": "Apple OAuth2 Provider for Laravel Socialite",
4+
"license": "MIT",
45
"keywords": [
56
"apple",
67
"apple client key",
@@ -16,7 +17,6 @@
1617
"socialite",
1718
"socialite apple"
1819
],
19-
"license": "MIT",
2020
"authors": [
2121
{
2222
"name": "Ahilan",
@@ -30,6 +30,11 @@
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": "*",
@@ -41,15 +46,10 @@
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
}

0 commit comments

Comments
 (0)