From 6fb245da9921dfb89f24b081341d908df4fb0254 Mon Sep 17 00:00:00 2001 From: chadicus Date: Sat, 9 Nov 2019 08:58:18 -0500 Subject: [PATCH] Remove authors from composer --- composer.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/composer.json b/composer.json index 4782e0e..a5071c6 100644 --- a/composer.json +++ b/composer.json @@ -2,13 +2,6 @@ "name": "chadicus/coding-standard", "description": "Chadicus Coding standard", "keywords": ["phpcs", "coding", "standard"], - "authors": [ - { - "name": "Chad Gray", - "email": "chadwickgray@gmail.com", - "role": "Developer" - } - ], "license": "MIT", "require": { "squizlabs/php_codesniffer": "^2.5"