http-signatures-guzzlehttp/composer.json

31 lines
831 B
JSON
Raw Permalink Normal View History

2014-08-27 07:45:39 +00:00
{
2014-10-06 08:21:26 +00:00
"name": "99designs/http-signatures-guzzlehttp",
"description": "Sign and verify HTTP messages with Guzzle 6",
2014-10-06 08:21:26 +00:00
"homepage": "https://github.com/99designs/http-signatures-guzzlehttp",
"keywords": ["http", "https", "signing", "signed", "signature", "hmac", "guzzle 6"],
2014-08-27 07:45:39 +00:00
"license": "MIT",
"authors": [
{
"name": "Adrian Palmer",
"email": "adrian.palmer@99designs.com"
2014-10-06 08:21:26 +00:00
},
{
"name": "Ruben de Vries",
"email": "ruben@rubensayshi.com"
2014-08-27 07:45:39 +00:00
}
],
"autoload": {
"psr-4": {
"": "src/"
2014-08-27 07:45:39 +00:00
}
},
"require": {
"php": ">=5.5.0",
2017-05-04 01:39:34 +00:00
"99designs/http-signatures": ">=3.0.0 <5.0.0",
"guzzlehttp/guzzle": ">=6.0 <7.0.0"
2014-08-27 07:45:39 +00:00
},
"require-dev": {
"phpunit/phpunit": "~4.1"
}
}