31 lines
831 B
JSON
31 lines
831 B
JSON
{
|
|
"name": "99designs/http-signatures-guzzlehttp",
|
|
"description": "Sign and verify HTTP messages with Guzzle 6",
|
|
"homepage": "https://github.com/99designs/http-signatures-guzzlehttp",
|
|
"keywords": ["http", "https", "signing", "signed", "signature", "hmac", "guzzle 6"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Palmer",
|
|
"email": "adrian.palmer@99designs.com"
|
|
},
|
|
{
|
|
"name": "Ruben de Vries",
|
|
"email": "ruben@rubensayshi.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"99designs/http-signatures": ">=3.0.0 <5.0.0",
|
|
"guzzlehttp/guzzle": ">=6.0 <7.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.1"
|
|
}
|
|
}
|