From 1706e2441a9db5d4e6e1fa7a5022a654ba66a913 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 2e3caac..bc5feae 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": {