diff --git a/Readme.md b/Readme.md index f24328a..bf4e5d8 100644 --- a/Readme.md +++ b/Readme.md @@ -2,9 +2,9 @@ This module can be used for multiple contact forms. By default it inserts a contact form on product page tabs and it can be used as a replacement for magentos native contact form. -##Installation +## Installation ``` -composer require azra/genericform --dev +composer require azra/genericform ``` ## Usage diff --git a/composer.json b/composer.json index f248042..045d986 100755 --- a/composer.json +++ b/composer.json @@ -1,20 +1,30 @@ { - "name": "azra/module-generic-form", - "description": "Generic Contact form used for multiple purposes", - "require": { - "php": "^7.2.0" - }, + "name": "azra/genericform", + "description": "Generic contact form module, serves the purpose ", "type": "magento2-module", - "version": "1.0.0", - "license": [ - "Commercial" + "version": "1.0.1", + "license": "proprietary", + "authors": [ + { + "name": "Ardit Zavalina", + "email": "arditzavalina@yahoo.com", + "role": "Magento Fullstack Developer" + }], + "minimum-stability": "dev", + "keywords": [ + "magento 2", + "magento 2 genericform", + "magento contact form", + "azra" ], - "autoload": { + "autoload": + { "files": [ "registration.php" ], - "psr-4": { + "psr-4": + { "Azra\\GenericForm\\": "" } } -} +} \ No newline at end of file diff --git a/etc/module.xml b/etc/module.xml index 1d7f42d..320d66b 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - + diff --git a/i18n/en_US_raw.csv b/i18n/en_US.csv similarity index 100% rename from i18n/en_US_raw.csv rename to i18n/en_US.csv