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 d477434 commit 3bc9675
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/patreon",
"description": "Patreon OAuth2 Provider for Laravel Socialite",
"license": "MIT",
"keywords": [
"laravel",
"oauth",
"patreon",
"provider",
"socialite"
],
"license": "MIT",
"authors": [
{
"name": "Pieter Maes",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers",
"docs": "https://socialiteproviders.com/patreon"
},
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
Expand All @@ -24,10 +29,5 @@
"psr-4": {
"SocialiteProviders\\Patreon\\": ""
}
},
"support": {
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers",
"docs": "https://socialiteproviders.com/patreon"
}
}

0 comments on commit 3bc9675

Please sign in to comment.