From f7707e2792c5ee8f3a897bf3a808f392d7caea34 Mon Sep 17 00:00:00 2001 From: kiwicommerce Date: Fri, 8 Jun 2018 17:42:15 +0530 Subject: [PATCH] Update composer.json --- composer.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c7a5e0c..600c317 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,12 @@ { - "name": "kiwicommerce/magento2-admin-activity", + "name": "kiwicommerce/module-admin-activity", "description": "Magento 2 - Admin Activity", "type": "magento2-module", - "version": "1.0.0", + "version": "1.0.1", "license": [ "OSL-3.0" ], + "minimum-stability": "dev", "authors": [ { "name": "Kiwi Commerce Ltd", @@ -14,12 +15,6 @@ "role": "Leader" } ], - "repositories": [ - { - "type": "git", - "url": "https://github.com/kiwicommerce/magento2-admin-activity" - } - ], "autoload": { "files": [ "registration.php" @@ -28,4 +23,4 @@ "KiwiCommerce\\AdminActivity\\": "" } } -} \ No newline at end of file +}