forked from netresearch/dhl-sdk-api-bcs-returns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (50 loc) · 1.41 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
47
48
49
50
{
"name": "dhl/sdk-api-bcs-returns",
"description": "DHL Paket Retoure API SDK",
"license": "MIT",
"keywords": [
"php",
"sdk",
"DHL"
],
"homepage": "https://entwickler.dhl.de/group/ep/wsapis/retouren",
"authors": [
{
"email": "[email protected]",
"name": "Netresearch DTT GmbH",
"role": "Manufacturer",
"homepage": "https://www.netresearch.de/"
}
],
"require": {
"php": "^7.2.0 || ^8.0.0" || ^8.1.0,
"ext-json": "*",
"php-http/discovery": "^1.10.0",
"php-http/httplug": "^2.2.0",
"php-http/logger-plugin": "^1.2.1",
"psr/http-client": "^1.0.1",
"psr/http-client-implementation": "^1.0.0",
"psr/http-factory": "^1.0.0",
"psr/http-factory-implementation": "^1.0.0",
"psr/http-message": "^1.0.0",
"psr/http-message-implementation": "^1.0.0",
"psr/log": "^1.1.0"
},
"require-dev": {
"nyholm/psr7": "^1.0.0",
"phpunit/phpunit": "^8.0.0 || ^9.0.0",
"php-http/mock-client": "^1.5.0",
"phpstan/phpstan": "^1.5.0",
"squizlabs/php_codesniffer": "^3.4"
},
"autoload": {
"psr-4": {
"Dhl\\Sdk\\Paket\\Retoure\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Dhl\\Sdk\\Paket\\Retoure\\Test\\": "test/"
}
}
}