12345678910111213141516171819202122232425262728293031 |
- {
- "name": "pixelfed/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",
- "pixelfed/http-signatures": "^5.0",
- "guzzlehttp/guzzle": ">=6.0 <7.0.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.1"
- }
- }
|