From e0cf59ca3c85ce12e95331a67613b7a7ccc006b8 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 27 Mar 2024 15:14:21 +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 fc7fe76..3e77214 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,10 @@ "name": "Jakub Onderka", "email": "acci@acci.cz", "homepage": "http://www.acci.cz/" + }, + { + "name" : "Contributors", + "homepage" : "https://github.com/php-parallel-lint/PHP-Console-Highlighter/graphs/contributors" } ], "autoload": {