From 936c0e8ee25fab516ebaff5af2327f36f39ef9fe Mon Sep 17 00:00:00 2001 From: Abijeet Date: Tue, 19 May 2020 13:15:28 +0530 Subject: [PATCH] Add Abijeet as a contributor in package.json and composer.json --- composer.json | 4 ++++ package.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9032c7e..51c318b 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,10 @@ { "name": "Santhosh Thottingal", "email": "santhosh.thottingal@gmail.com" + }, + { + "name": "Abijeet Patro", + "email": "abijeetpatro@gmail.com" } ], "require": { diff --git a/package.json b/package.json index c232f1e..2347b9a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "contributors": [ "Amir Aharoni", "Kartik Mistry", - "Niklas Laxström" + "Niklas Laxström", + "Abijeet Patro" ], "devDependencies": { "assert": "2.0.0",