-
Notifications
You must be signed in to change notification settings - Fork 63
/
composer.json
71 lines (71 loc) · 2.45 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
{
"name": "dotdigital/dotdigital-magento2-extension",
"description": "Dotdigital for Magento 2",
"type": "magento2-module",
"version": "4.27.1",
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"replace": {
"dotmailer/dotmailer-magento2-extension": "*"
},
"require": {
"php": "^7.4||^8.0",
"magento/framework": ">=102 <104",
"magento/module-newsletter": "^100.3|^100.4",
"magento/module-review": "^100.3|^100.4",
"magento/module-sales": ">=102 <104",
"magento/module-sales-rule": ">=101 <102",
"magento/module-wishlist": ">=101 <102",
"magento/module-store": ">=101 <102",
"magento/module-config": ">=101 <102",
"magento/module-backend": ">=101 <103",
"magento/module-checkout": "^100.3|^100.4",
"magento/module-ui": ">=101 <102",
"magento/module-theme": ">=101 <102",
"magento/module-cron": "^100.3|^100.4",
"magento/module-customer": ">=102 <104",
"magento/module-eav": ">=102 <103",
"magento/module-catalog": ">=103 <105",
"magento/module-catalog-rule": ">=101 <102",
"magento/module-catalog-inventory": "^100.3|^100.4",
"magento/module-quote": ">=101 <103",
"magento/module-directory": "^100.3|^100.4",
"magento/module-shipping": "^100.3|^100.4",
"magento/module-payment": "^100.3|^100.4",
"magento/module-user": ">=101 <102",
"magento/module-reports": ">=100 <102",
"magento/module-email": ">=101 <102",
"magento/module-send-friend": "^100.3|^100.4",
"magento/module-product-alert": "^100.3|^100.4",
"magento/module-configurable-product": "^100.3|^100.4",
"magento/module-bundle": ">=100 <102",
"magento/module-grouped-product": "^100.3|^100.4",
"magento/module-url-rewrite": ">=101 <103",
"magento/module-authorization": "^100.3|^100.4",
"magento/module-tax": "^100.3|^100.4",
"magento/framework-message-queue": "^100.3|^100.4",
"magento/module-mysql-mq": "^100.3|^100.4",
"laminas/laminas-http": "^2.6",
"laminas/laminas-uri": "^2.5",
"dotdigital/dotdigital-php": "^2.6",
"php-http/curl-client": "~2.3.0",
"nyholm/psr7": "^1.8",
"psr/log": "^1 || ^2 || ^3",
"ext-json": "*",
"ext-pcre": "*"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Dotdigitalgroup\\Email\\": ""
}
},
"suggest": {
"dotdigital/dotdigital-magento2-extension-chat": "Adds Dotdigital Chat to your Magento store"
}
}