forked from netresearch/dhl-module-shipping-m2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.24 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
{
"name": "dhl/module-shipping-m2",
"version": "0.6.0",
"license": "OSL-3.0",
"type": "magento2-module",
"description": "DHL business customer shipping extension for Magento",
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0",
"dhl/lib-shipping-mx": "^0.6",
"magento/framework": "^101.0.0 || ^100.1.4",
"magento/module-backend": "^100.1.2",
"magento/module-checkout": "^100.1.4",
"magento/module-config": "^101.0.0 || ^100.1.2",
"magento/module-customer": "^101.0.0 || ^100.1.4",
"magento/module-directory": "^100.1.2",
"magento/module-quote": "^101.0.0 || ^100.1.3",
"magento/module-sales": "^101.0.0 || ^100.1.4",
"magento/module-shipping": "^100.1.2",
"magento/module-store": "^100.1.4",
"magento/zendframework1": "^1.12.16"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"magento/module-offline-payments": "^100.1.1"
},
"authors":[
{
"name":"Christoph Aßmann",
"email":"christoph.assmann@netresearch.de"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Dhl\\Shipping\\": ""
}
}
}