-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.42 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
{
"name": "deutschepost/module-internetmarke",
"version": "2.4.0",
"type": "magento2-module",
"description": "INTERNETMARKE shipping product capabilities for the DHL Paket carrier module",
"license": "OSL-3.0",
"authors": [
{
"email": "[email protected]",
"name": "Netresearch DTT GmbH",
"role": "Manufacturer",
"homepage": "https://www.netresearch.de/"
}
],
"autoload": {
"psr-4": {
"DeutschePost\\Internetmarke\\": ""
},
"files": [
"registration.php"
]
},
"require": {
"php": "^8.2.0",
"dhl/module-shipping-core": "^2.4.0",
"dhl/module-carrier-paket": "^3.0.0",
"dhl/module-unified-tracking": "^2.2.0",
"deutschepost/sdk-api-prodws": "^1.2.0",
"deutschepost/sdk-api-oneclickforapp": "^1.2.0",
"deutschepost/sdk-api-oneclickforrefund": "^1.2.0",
"magento/framework": "^103.0.6",
"magento/module-backend": "^102.0.6",
"magento/module-config": "^101.2.6",
"magento/module-cron": "^100.4.6",
"magento/module-sales": "^103.0.6",
"magento/module-shipping": "^100.4.6",
"magento/module-store": "^101.1.6",
"netresearch/config-fields-m2": "^1.3.0",
"netresearch/module-shipping-core": "^3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.0"
}
}