Skip to content

Commit

Permalink
Normalize composer.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored and github-actions[bot] committed Sep 2, 2022
1 parent 4d03276 commit 4452556
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "socialiteproviders/apple",
"description": "Apple OAuth2 Provider for Laravel Socialite",
"license": "MIT",
"keywords": [
"apple",
"apple client key",
Expand All @@ -16,7 +17,6 @@
"socialite",
"socialite apple"
],
"license": "MIT",
"authors": [
{
"name": "Ahilan",
Expand All @@ -30,6 +30,11 @@
"role": "Farmer"
}
],
"support": {
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers",
"docs": "https://socialiteproviders.com/apple"
},
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
Expand All @@ -41,15 +46,10 @@
"suggest": {
"ahilmurugesan/socialite-apple-helper": "Automatic Apple client key generation and management."
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"SocialiteProviders\\Apple\\": ""
}
},
"minimum-stability": "stable",
"support": {
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers",
"docs": "https://socialiteproviders.com/apple"
}
}

0 comments on commit 4452556

Please sign in to comment.