From 8f251c79056b9e5eeb166fd8404b8c54fe923f10 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Fri, 22 Sep 2023 15:56:01 -0700 Subject: [PATCH] Remove authors from composer.json Appwrite is all about open source and community. To emphasize this, we want to remove all authors from our libraries. This will display that all of our open source work is a collective effort by the Appwrite team and community. --- composer.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/composer.json b/composer.json index 6d6faa1..e0498bd 100644 --- a/composer.json +++ b/composer.json @@ -5,15 +5,6 @@ "keywords": ["php", "framework", "upf", "utopia", "migration"], "license": "MIT", "minimum-stability": "stable", - "authors": [{ - "name": "Eldad Fux", - "email": "eldad@appwrite.io" - }, - { - "name": "Bradley Schofield", - "email": "bradley@appwrite.io" - } - ], "autoload": { "psr-4": { "Utopia\\Migration\\": "src/Migration"