From 62163d3822ea6bf05b754d0902b7e1afca42de3f Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 30 Jun 2023 19:32:47 -0700 Subject: [PATCH] Include contributors as authors --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 6183bdd..b47e5e3 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,10 @@ "authors": [ { "name": "Zach Borboa" + }, + { + "name": "Contributors", + "homepage": "https://github.com/php-curl-class/php-curl-class/graphs/contributors" } ], "require": {