From 0b5e3479453374025741c28edb9decf42c87e30e Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 2 Feb 2024 22:11:32 +0100 Subject: [PATCH 1/2] [TASK] Add the new maintainers to the `composer.json` --- composer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/composer.json b/composer.json index fdae1fab..1183e8ae 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,14 @@ "authors": [ { "name": "Raphael Schweikert" + }, + { + "name": "Oliver Klee", + "email": "github@oliverklee.de" + }, + { + "name": "Jake Hotson", + "email": "jake@qzdesign.co.uk" } ], "require": { From c4ac654c85b7cd9cc1fccd50b6f65e68913807b4 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 3 Feb 2024 10:40:59 +0100 Subject: [PATCH 2/2] Use a GitHub-specific email address --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1183e8ae..3852633d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, { "name": "Jake Hotson", - "email": "jake@qzdesign.co.uk" + "email": "jake.github@qzdesign.co.uk" } ], "require": {