From e1ecdb00fe5c38e8a23c3e4e0da920aa5ec1e7c5 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Fri, 17 Jul 2026 14:47:21 +0200 Subject: [PATCH] Update composer.json authors to reflect current active maintainer The original founding authors have not been active contributors in years; listing them as authors implies responsibility for present-day issues (e.g. security reports) they have no involvement in. Lists the current active maintainer instead so people can reach out directly. Refs #927 --- composer.json | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 735d388c..30e5d251 100644 --- a/composer.json +++ b/composer.json @@ -10,20 +10,9 @@ "license": "MIT", "authors": [ { - "name": "Bruno Prieto Reis", - "email": "bruno.p.reis@gmail.com" - }, - { - "name": "Justin Rainbow", - "email": "justin.rainbow@gmail.com" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Robert Schönthal", - "email": "seroscho@googlemail.com" + "name": "Danny van der Sluijs", + "email": "danny.vandersluijs@icloud.com", + "role": "Maintainer" } ], "require": {