27 lines
707 B
JSON
27 lines
707 B
JSON
|
{
|
||
|
"name": "99designs/http-signatures-guzzle",
|
||
|
"description": "Sign and verify HTTP messages with Guzzle",
|
||
|
"homepage": "https://github.com/99designs/http-signatures-php",
|
||
|
"keywords": ["http", "https", "signing", "signed", "signature", "hmac", "guzzle"],
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Adrian Palmer",
|
||
|
"email": "adrian.palmer@99designs.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"HttpSignatures\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0",
|
||
|
"99designs/http-signatures": "~1.1",
|
||
|
"guzzle/guzzle": ">=3.9"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.1"
|
||
|
}
|
||
|
}
|