forked from mageplaza/magento-2-smtp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 836 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "mageplaza/module-smtp",
"description": "SMTP Extension for Magento 2 helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers",
"require": {
"mageplaza/module-core": "^1.4.0"
},
"type": "magento2-module",
"version": "1.2.9",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"minimum-stability": "dev",
"keywords": [
"magento 2",
"magento 2 smtp",
"magento smtp",
"mageplaza",
"smtp",
"email settings",
"gmail smtp"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\Smtp\\": ""
}
}
}