forked from sanchobbdo/api-auth-client-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 701 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 701 Bytes
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
{
"name": "sanchobbdo/api-auth-client-plugin",
"description": "Guzzle authentication plugin for Ruby's api_auth gem.",
"type": "library",
"keywords": ["guzzle", "authentication", "api_auth", "ruby", "rest"],
"license": "MIT",
"authors": [
{
"name": "Camilo Aguilar",
"email": "camiloaguilar@sanchobbdo.com.co",
"role": "Developer"
}
],
"require-dev": {
"guzzlehttp/guzzle": "~5.0",
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-0": {
"SanchoBBDO\\Tests\\Guzzle": "tests/",
"SanchoBBDO\\Guzzle": "src/"
},
"files": ["src/http_date.php"]
}
}