From 87724a152fbc6c920cf497967a52a82948d179c5 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 27 Mar 2024 15:14:49 +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 2e3caacb..bc5feaec 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,10 @@ { "name": "Jakub Onderka", "email": "ahoj@jakubonderka.cz" + }, + { + "name" : "Contributors", + "homepage" : "https://github.com/php-parallel-lint/PHP-Parallel-Lint/graphs/contributors" } ], "require": {