From 68ebbcada045fb9cde3d0732d3492f9508bd280c Mon Sep 17 00:00:00 2001
From: bbrala <bbrala@3366066.no-reply.drupal.org>
Date: Thu, 16 Jul 2020 21:03:23 +0200
Subject: [PATCH] Issue #3159686: Add author to composer.json

---
 composer.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/composer.json b/composer.json
index 73317d1..d46f52a 100644
--- a/composer.json
+++ b/composer.json
@@ -15,6 +15,10 @@
         {
             "name": "Karel Majzlik",
             "homepage": "https://www.drupal.org/u/karlos007"
+        },
+        {
+            "name": "Björn Brala",
+            "homepage": "https://www.drupal.org/u/bbrala"
         }
     ],
     "require": {
-- 
GitLab