forked from mailchimp/mc-magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 697 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 697 Bytes
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
{
"name": "mailchimp/mc-magento2",
"autoload": {
"psr-4": {"Ebizmarts\\MailChimp\\":""},
"files": ["registration.php"]
},
"description": "Connect MailChimp with Magento",
"type": "magento2-module",
"version": "1.0.26",
"authors": [
{
"name": "Ebizmarts Corp",
"email": "mailchimp@ebizmarts-desk.zendesk.com",
"homepage": "http://ebizmarts.com"
}
],
"license": [
"OSL-3.0",
"AFL-3.0"
],
"support": {
"email": "mailchimp@ebizmarts-desk.zendesk.com",
"wiki": "https://connect.mailchimp.com/integrations/magento",
"forum": "http://ebizmarts.com/forums/view/6"
},
"require" : {
"ebizmarts/mailchimp-lib": "3.0.*"
}
}