From b2cf186b24c824c622d898ffb71e2cdeb96b2f89 Mon Sep 17 00:00:00 2001 From: Daniel Hendricks Date: Wed, 27 Sep 2017 10:30:48 -0500 Subject: [PATCH] Fixed author syntax --- composer.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c2f1c71..6ca6d79 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,16 @@ "keywords": [ "file", "icon", "svg", "css" ], "license": "MIT", "authors": [ - "Daniel M. Hendricks", - "Redbooth (https://redbooth.com/)" + { + "name": "Daniel M. Hendricks", + "homepage": "https://danhendricks.com", + "role": "Developer" + }, + { + "name": "Redbooth", + "homepage": "https://github.com/redbooth/free-file-icons", + "role": "Contributor" + }, ], "support": { "issues": "https://github.com/dmhendricks/dmhendricks/file-icon-vectors"