http-signatures-guzzlehttp/composer.json

31 lines
832 B
JSON
Raw 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 4",
"homepage": "https://github.com/99designs/http-signatures-guzzlehttp",
"keywords": ["http", "https", "signing", "signed", "signature", "hmac", "guzzle 4"],
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@blocktrail.com"
2014-08-27 07:45:39 +00:00
}
],
"autoload": {
"psr-4": {
"": "src/"
2014-08-27 07:45:39 +00:00
}
},
"require": {
2014-10-06 08:21:26 +00:00
"php": ">=5.4.0",
"99designs/http-signatures": ">=1.1.0 <3.0.0",
"guzzlehttp/guzzle": ">=4.2.0 <5.3.0"
2014-08-27 07:45:39 +00:00
},
"require-dev": {
"phpunit/phpunit": "~4.1"
}
}