Skip to content

Commit

Permalink
module update
Browse files Browse the repository at this point in the history
  • Loading branch information
arditza committed Jan 11, 2021
1 parent 4c5d057 commit 48dd68f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 21 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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\\": ""
}
}
}
}
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Azra_GenericForm" setup_version="1.0.0" schema_version="1.0.0">
<module name="Azra_GenericForm" setup_version="1.0.1" schema_version="1.0.1">
<sequence>
<module name="Magento_Framework"/>
</sequence>
Expand Down
File renamed without changes.

0 comments on commit 48dd68f

Please sign in to comment.