-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.32 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "dharmesh-tukadiya/magento2-gmail-file-downloader",
"description": "Magento 2 Gmail File Downloader - Download Google Gmail Attachments To Magento Via API Integration & Custom Filters",
"type": "magento2-module",
"license": "GPL-3.0",
"version": "1.0.0",
"authors": [
{
"name": "Dharmesh N Tukadiya",
"homepage": "https://dharmesh-tukadiya.github.io/",
"role": "Magento 2 Developer",
"email": "contact.dharmesh.tukadiya@gmail.com"
}
],
"minimum-stability": "dev",
"keywords": [
"api",
"automation",
"google",
"gmail",
"magento",
"magento2",
"gmail-api",
"file-downloader",
"gmail-file-downloader",
"google-gmail",
"email",
"magento2-module",
"magento-module",
"magento2-extension",
"magento2-module-free",
"magento-module-free",
"magento2-extension-free",
"magento-extension-free"
],
"require": {
"php": ">=7.4.0",
"magento/framework": "*",
"magento/product-community-edition": ">=2.4.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"DnTukadiya\\GmailFileDownloader\\": ""
}
}
}