From e49fc30f34d018ba864127740064a81bbd746dbf Mon Sep 17 00:00:00 2001 From: huyanping Date: Tue, 3 Jan 2017 16:36:01 +0800 Subject: [PATCH] add describe and keywords in composer.json --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index fb19205..570069b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,12 @@ { "name": "jenner/redis_sentinel", + "description": "redis sentinel client for php 5.3+", + "keywords": [ + "sentinel", + "redis sentinel", + "sentinel client", + "redis sentinel client" + ], "authors": [ { "name": "Jenner",