-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
43 lines (43 loc) · 1.29 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
{
"name": "dotdigital/dotdigital-magento2-extension-b2b",
"description": "Dotdigital for Adobe Commerce: B2B module",
"type": "magento2-module",
"version": "1.8.4",
"license": "MIT",
"repositories": [
{
"type": "composer",
"url": "https://repo.magento.com/"
}
],
"replace": {
"dotmailer/dotmailer-magento2-extension-b2b": "*"
},
"require": {
"php": "^7.4||^8.0",
"dotdigital/dotdigital-magento2-extension": "^4.22.0",
"magento/framework": ">=101 <104",
"magento/module-store": ">=100 <102",
"magento/module-b2b": ">=100 <102",
"magento/module-shared-catalog": ">=100 <102",
"magento/module-customer": ">=100 <104",
"magento/module-backend": ">=100 <103",
"magento/module-company": ">=100 <103",
"magento/module-company-credit": "100.*",
"magento/module-negotiable-quote": ">=100 <102",
"magento/module-user": ">=100 <102",
"magento/module-config": ">=100 <103",
"magento/module-catalog": ">=101 <105",
"magento/module-quote": ">=101 <103",
"magento/module-bundle": ">=100 <102",
"magento/module-reports": ">=100 <102",
"magento/module-ui": ">=100 <102",
"psr/log": "^1 || ^2 || ^3"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Dotdigitalgroup\\B2b\\": ""
}
}
}