From ba72a08360ec80d2d0c99b26c49f347669662cfc Mon Sep 17 00:00:00 2001 From: Jon Cram Date: Fri, 11 May 2018 17:21:11 +0100 Subject: [PATCH] Update composer.json keywords --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1e1ca1b..a7e299b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "webignition/guzzle-http-authentication-middleware", "description": "Http authentication middleware for Guzzle6", - "keywords": ["sitemap"], + "keywords": ["Guzzle", "Middleware", "HTTP Authentication", "PSR7"], "homepage": "https://github.com/webignition/guzzle-http-authentication-middleware", "type": "library", "license": "MIT",