From bd9b11056e0296b69e75ce843ec44fe42c1be834 Mon Sep 17 00:00:00 2001 From: DraperStudio Date: Thu, 18 Jun 2015 16:20:21 +0200 Subject: [PATCH] Fix authors array --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d13bcff..4a5b97f 100644 --- a/composer.json +++ b/composer.json @@ -2,10 +2,10 @@ "name": "socialiteproviders/instagram", "description": "Instagram OAuth2 Provider for Laravel Socialite", "license": "MIT", - "authors": { + "authors": [{ "name": "DraperStudio", "email": "hello@draperstud.io" - }, + }], "require": { "php": ">=5.5.0", "socialiteproviders/manager": "~1.0"