forked from magepal/magento2-gmail-smtp-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 822 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
{
"name": "magepal/magento2-gmailsmtpapp",
"description":"Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP servers",
"keywords": [
"magento 2",
"gmail smtp",
"google app",
"magetno2 email",
"Amazon Simple Email Service",
"Amazon SES"
],
"require": {
"php": "~5.6.0|7.0.2|~7.0.6",
"magento/module-backend": "100.0.*|100.1.*",
"magento/framework": "100.0.*|100.1.*"
},
"type": "magento2-module",
"version": "1.4.5",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MagePal\\GmailSmtpApp\\": ""
}
}
}