From b4ffdbbdeefd10f1939ae1bebd89fe33db7c8fc2 Mon Sep 17 00:00:00 2001 From: Moritz Friedrich Date: Thu, 11 Feb 2021 17:37:37 +0100 Subject: [PATCH] Switched contributor order --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2f82437..72dcbef 100644 --- a/composer.json +++ b/composer.json @@ -18,15 +18,15 @@ "issues": "https://github.com/matchory/elasticsearch/issues" }, "authors": [ - { - "name": "Basem Khirat", - "homepage": "http://basemkhirat.com", - "email": "basemkhirat@gmail.com" - }, { "name": "Moritz Friedrich", "homepage": "https://www.moritzfriedrich.com", "email": "moritz@matchory.com" + }, + { + "name": "Basem Khirat", + "homepage": "http://basemkhirat.com", + "email": "basemkhirat@gmail.com" } ], "autoload": {