-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
32 lines (29 loc) · 1.01 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
{
"name": "eightpoints/guzzle-wsse-middleware",
"type": "library",
"description": "WSSE Middleware for Guzzle, a PHP HTTP client library and framework for building RESTful web service clients",
"keywords": ["wsse", "middleware", "plugin", "framework", "http", "rest", "web service", "curl", "client", "HTTP client"],
"homepage": "https://github.com/8p/guzzle-wsse-middleware",
"license": "MIT",
"authors": [
{
"name": "Florian Preusner",
"email": "[email protected]",
"homepage": "https://github.com/florianpreusner"
},
{
"name": "Community",
"homepage": "https://github.com/eightpoints/guzzle-wsse-middleware/contributors"
}
],
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": ">=6.0",
"paragonie/random_compat": ">=2"
},
"autoload": {
"psr-0": {
"EightPoints\\Guzzle": "src"
}
}
}