From e8a22e0a473463279c41507d4df4be5d1b1cb27c Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Wed, 17 Jan 2024 11:41:28 +0100 Subject: [PATCH] add contributors --- README.md | 1 + composer.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 2c3edb866..47951da78 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Please review [our security policy](../../security/policy) on how to report secu ## Credits - [Niels Vanpachtenbeke](https://github.com/Nielsvanpach) +- [Freek Van der Herten](https://github.com/freekmurze) - [All Contributors](../../contributors) ## License diff --git a/composer.json b/composer.json index dd2f07c1d..9c5682656 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,11 @@ "authors": [ { "name": "Niels Vanpachtenbeke", + "email": "niels@spatie.be", + "role": "Developer" + }, + { + "name": "Freek Van der Herten", "email": "freek@spatie.be", "role": "Developer" }