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 77533a4 commit 7781228
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
{
"name": "socialiteproviders/discord",
"description": "Discord OAuth2 Provider for Laravel Socialite",
"license": "MIT",
"keywords": [
"discord",
"laravel",
"oauth",
"provider",
"socialite"
],
"license": "MIT",
"authors": [
{
"name": "Christopher Eklund",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers",
"docs": "https://socialiteproviders.com/discord"
},
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
Expand All @@ -24,10 +29,5 @@
"psr-4": {
"SocialiteProviders\\Discord\\": ""
}
},
"support": {
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers",
"docs": "https://socialiteproviders.com/discord"
}
}

0 comments on commit 7781228

Please sign in to comment.