From 807a8bb7f3a30793a281c35afb61896ec4b5038c Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 16 May 2020 12:05:56 +0100 Subject: [PATCH] Update composer.json --- composer.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d5279040..4b0f48c0 100644 --- a/composer.json +++ b/composer.json @@ -5,11 +5,13 @@ "homepage": "https://raspap.com/", "keywords": ["raspberrypi", "debian", "armbian", "wifi"], "type": "raspap-core", - "authors": { - "name": "RaspAP Team", - "email": "billzimmerman@gmail.com", - "homepage": "https://raspap.com/" - }, + "authors": [ + { + "name": "RaspAP Team", + "email": "billzimmerman@gmail.com", + "homepage": "https://raspap.com/" + } + ], "require": { "php": "^7.0" },