forked from netresearch/dhl-module-rates-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.25 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": "dhl/module-rates-express",
"type": "magento2-module",
"description": "Rates in Checkout implementation for DHL Express API",
"license": "OSL-3.0",
"version": "1.1.1",
"authors": [
{
"email": "[email protected]",
"name": "Netresearch DTT GmbH",
"role": "Manufacturer",
"homepage": "https://www.netresearch.de/"
}
],
"autoload": {
"psr-4": {
"Dhl\\ExpressRates\\": ""
},
"files": [
"registration.php"
]
},
"require": {
"php": "^7.1.3",
"dhl/sdk-api-express": "^2.0.0",
"magento/framework": "^102.0.0 || ^103.0.0",
"magento/module-backend": "^101.0.0 || ^102.0.0",
"magento/module-config": "^101.1.0",
"magento/module-directory": "^100.3.0",
"magento/module-quote": "^101.1.0",
"magento/module-shipping": "^100.3.0",
"magento/module-store": "^101.0.0",
"magento/module-checkout": "^100.3.0",
"psr/log": "^1.1.0"
},
"require-dev": {
"magento/module-catalog": "^103.0.0 || ^104.0.0",
"phpunit/phpunit": "^6.5.0 || ^9.0.0"
},
"conflict": {
"dhl/module-carrier-express": "*"
}
}