Skip to content

Commit bd9b110

Browse files
author
DraperStudio
committed
Fix authors array
1 parent 1ebb15c commit bd9b110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "socialiteproviders/instagram",
33
"description": "Instagram OAuth2 Provider for Laravel Socialite",
44
"license": "MIT",
5-
"authors": {
5+
"authors": [{
66
"name": "DraperStudio",
77
"email": "[email protected]"
8-
},
8+
}],
99
"require": {
1010
"php": ">=5.5.0",
1111
"socialiteproviders/manager": "~1.0"

0 commit comments

Comments
 (0)