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