From 378a2d4555c28a1e7bb7f58d23de66946e4a6def Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 27 Mar 2024 15:14:07 +0100 Subject: [PATCH] Composer: give credit where credit is due The Package author still only mentioned "Jakub Onderka", while in reality other contributors should get credit for the work they have put in. This is a relatively simple way to provide better credits. --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index bf00a3d..860e039 100644 --- a/composer.json +++ b/composer.json @@ -6,6 +6,10 @@ { "name": "Jakub Onderka", "email": "jakub.onderka@gmail.com" + }, + { + "name" : "Contributors", + "homepage" : "https://github.com/php-parallel-lint/PHP-Console-Color/graphs/contributors" } ], "autoload": {