From af8abd7be588baff3acb23705b6afbc40126a30e Mon Sep 17 00:00:00 2001 From: Benoth Date: Mon, 5 Jan 2015 14:08:02 +0100 Subject: [PATCH] Missing composer.json description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 02d6605..48cb7ff 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "redisent/redisent", - "description": "Redisent", + "description": "Redisent is a simple, no-nonsense interface to the Redis data structure store for modest developers. It is designed to flexible and tolerant of changes to the Redis protocol.", "keywords": ["redis"], "type": "library", "homepage": "https://github.com/jdp/redisent",