From c02e08ff83be25944a1d094533da1832f9188ca7 Mon Sep 17 00:00:00 2001 From: dmitrykazak Date: Sun, 9 Dec 2018 01:55:44 +0300 Subject: [PATCH] update composer json --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8bffef9..a8df774 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,11 @@ "type": "magento-module", "homepage": "https://github.com/dmitrykazak/customer-ip", "description": "Magento module save and display a customer's IP used during registration.", - "license": "MIT License", + "license": "MIT", + "authors": [{ + "name": "Dmitry Kazak", + "email": "dmitry.kazak0@gmail.com" + }], "require" : { "php": ">=5.4", "magento-hackathon/magento-composer-installer": "*"