From e6028d63797fa72649a54165495b428827145d34 Mon Sep 17 00:00:00 2001 From: Adrian Palmer Date: Wed, 27 Aug 2014 18:01:07 +1000 Subject: [PATCH] Update composer with correct details and version pinning --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0908d67..6a6cd50 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "99designs/http-signatures-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"], "license": "MIT", "authors": [ @@ -12,13 +12,13 @@ ], "autoload": { "psr-4": { - "HttpSignatures\\": "src/" + "": "src/" } }, "require": { "php": ">=5.3.0", "99designs/http-signatures": "~1.1", - "guzzle/guzzle": ">=3.9" + "guzzle/guzzle": "~3.9" }, "require-dev": { "phpunit/phpunit": "~4.1"