From 41a341d7eb073461629ab84c40e9348e0382063c Mon Sep 17 00:00:00 2001 From: chadicus Date: Sat, 11 Aug 2018 15:56:08 -0400 Subject: [PATCH] Remove authors from composer config --- composer.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/composer.json b/composer.json index 78a6114..1f01fe2 100644 --- a/composer.json +++ b/composer.json @@ -2,13 +2,6 @@ "name": "chadicus/psr-log-helper", "description": "Utilities to assist with PSR-3 logger implementations", "license": "MIT", - "authors": [ - { - "name": "Chad Gray", - "email": "chadwickgray@gmail.com", - "role": "Developer" - } - ], "require": { "php": "^7.0", "psr/log": "^1.0"