From 92968fca5af56efca775fc3e6a1a1da8b929a1a4 Mon Sep 17 00:00:00 2001 From: Aliza Held Date: Wed, 15 Oct 2025 08:21:06 +0200 Subject: [PATCH] IONOS(fix): Remove wrong author information in composer.json Signed-off-by: Aliza Held --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index d6cd3a2..ba1eda4 100644 --- a/composer.json +++ b/composer.json @@ -2,13 +2,7 @@ "name": "nextcloud/ncw_mailtemplate", "description": "Customised email templates for Nextcloud", "license": "AGPL-3.0-or-later", - "authors": [ - { - "name": "Aliza Held", - "email": "aliza.held@strato.de", - "homepage": "https://github.com/IONOS-Productivity" - } - ], + "autoload": { "psr-4": { "OCA\\NcwMailtemplate\\": "lib/"