forked from t3ko/dpd-pl-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.09 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
{
"name": "t3ko/dpd-pl-api-php",
"description": "PHP DPD API client",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Tomasz Konarski",
"email": "[email protected]"
}
],
"require": {
"phpro/soap-client": "0.6.0",
"sabre/xml": "^2.1",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "*",
"php-http/message-factory": "^1.0"
},
"require-dev": {
"php-http/message": "^1.6",
"zendframework/zend-code": "^3.1.0",
"php-http/mock-client": "^1.0",
"guzzlehttp/psr7": "^1.4",
"php-http/guzzle6-adapter": "^2",
"ocramius/package-versions": "^1.1.2",
"ocramius/proxy-manager": "^2.0.2",
"php-vcr/php-vcr": "^1.3.2",
"php-vcr/phpunit-testlistener-vcr": "^3.0",
"phpspec/phpspec": "~3.2",
"phpspec/prophecy": "~1.6",
"phpunit/phpunit": "~7.0",
"robrichards/wse-php": "^2.0.2",
"robrichards/xmlseclibs": "^3.0",
"squizlabs/php_codesniffer": "~2.7",
"thomasweinert/phpunit-xpath-assertions": "^2.0"
},
"autoload": {
"psr-4": {
"T3ko\\Dpd\\": "src/"
}
}
}