forked from netresearch/dhl-module-shipping-m2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.33 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
{
"name": "webidea24/dhl-module-shipping-m2",
"license": "OSL-3.0",
"type": "magento2-module",
"description": "DHL business customer shipping extension for Magento",
"require": {
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0",
"ext-json": "*",
"ext-soap": "*",
"ext-curl": "*",
"azuyalabs/yasumi": "^1.8.0",
"php-http/curl-client": "^1.7.0",
"webidea24/dhl-module-label-status": "^1.1.0.1",
"dhl/lib-shipping-mx": "^0.11.1",
"dhl/sdk-api-parcel-management": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0.9",
"magento/module-offline-payments": "^100.2.0"
},
"support": {
"wiki": "http://dhl.support.netresearch.de/",
"issues": "http://dhl.support.netresearch.de/support/tickets/new",
"docs": "http://dhl.support.netresearch.de/support/solutions/articles/12000023174",
"email": "[email protected]"
},
"authors": [
{
"name": "Christoph Aßmann",
"email": "[email protected]"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Dhl\\Shipping\\": ""
}
},
"extra": {
"branch-alias": {
"dev-develop": "0.11.x-dev"
}
}
}