forked from dotmailer/dotmailer-magento2-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·72 lines (72 loc) · 2.04 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "dotmailer/dotmailer-magento2-extension",
"description": "dotmailer integration for magento 2",
"type": "magento2-module",
"version": "2.5.2",
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
},
{
"type": "vcs",
"url": "https://github.com/magento/marketplace-eqp"
}
],
"require": {
"magento/framework": ">=100 <102",
"magento/module-newsletter": "100.*",
"magento/module-review": "100.*",
"magento/module-sales": ">=100 <102",
"magento/module-sales-rule": ">=100 <102",
"magento/module-wishlist": ">=100 <102",
"magento/module-store": "100.*",
"magento/module-config": ">=100 <102",
"magento/module-backend": "100.*",
"magento/module-checkout": "100.*",
"magento/module-ui": ">=100 <102",
"magento/module-rule": "100.*",
"magento/module-cron": "100.*",
"magento/module-customer": ">=100 <102",
"magento/module-eav": ">=100 <102",
"magento/module-catalog": ">=101 <103",
"magento/module-catalog-rule": ">=100 <102",
"magento/module-catalog-inventory": "100.*",
"magento/module-quote": ">=100 <102",
"magento/module-directory": "100.*",
"magento/module-shipping": "100.*",
"magento/module-payment": "100.*",
"magento/module-user": ">=100 <102",
"magento/module-reports": "100.*",
"magento/module-email": "100.*",
"magento/module-send-friend": "100.*",
"magento/module-product-alert": "100.*",
"magento/module-theme": "100.*"
},
"require-dev": {
"phpmd/phpmd": "@stable",
"magento/marketplace-eqp": "dev-master",
"squizlabs/php_codesniffer": "@stable"
},
"authors": [
{
"name": "Calin Diacon",
"email": "[email protected]"
},
{
"name": "Adeel Qamar",
"email": "[email protected]"
},
{
"name": "Zygimantas",
"email": "[email protected]"
}
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Dotdigitalgroup\\Email\\": ""
}
}
}