Update composer with correct details and version pinning

This commit is contained in:
Adrian Palmer 2014-08-27 18:01:07 +10:00
parent ffeb67b4f0
commit e6028d6379
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "99designs/http-signatures-guzzle", "name": "99designs/http-signatures-guzzle",
"description": "Sign and verify HTTP messages with Guzzle", "description": "Sign and verify HTTP messages with Guzzle",
"homepage": "https://github.com/99designs/http-signatures-php", "homepage": "https://github.com/99designs/http-signatures-guzzle",
"keywords": ["http", "https", "signing", "signed", "signature", "hmac", "guzzle"], "keywords": ["http", "https", "signing", "signed", "signature", "hmac", "guzzle"],
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
@ -12,13 +12,13 @@
], ],
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"HttpSignatures\\": "src/" "": "src/"
} }
}, },
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"99designs/http-signatures": "~1.1", "99designs/http-signatures": "~1.1",
"guzzle/guzzle": ">=3.9" "guzzle/guzzle": "~3.9"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.1" "phpunit/phpunit": "~4.1"