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 27bea46 commit 6ac2a07
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/linkedin",
"description": "LinkedIn OAuth2 Provider for Laravel Socialite",
"license": "MIT",
"keywords": [
"laravel",
"linkedin",
"oauth",
"provider",
"socialite"
],
"license": "MIT",
"authors": [
{
"name": "Brian Faust",
"email": "hello@brianfaust.de"
}
],
"support": {
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers",
"docs": "https://socialiteproviders.com/linkedin"
},
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
Expand All @@ -24,10 +29,5 @@
"psr-4": {
"SocialiteProviders\\LinkedIn\\": ""
}
},
"support": {
"issues": "https://github.com/socialiteproviders/providers/issues",
"source": "https://github.com/socialiteproviders/providers",
"docs": "https://socialiteproviders.com/linkedin"
}
}

0 comments on commit 6ac2a07

Please sign in to comment.