From 4ecc44e1ee9d178e40f10e12ce7659935a66e0d2 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sun, 22 May 2016 20:05:31 +0200 Subject: [PATCH] Update description in composer.json. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 340ce9f5..e67ba577 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "predis/predis", "type": "library", - "description": "Flexible and feature-complete PHP client library for Redis", + "description": "Flexible and feature-complete Redis client for PHP and HHVM", "keywords": ["nosql", "redis", "predis"], "homepage": "http://github.com/nrk/predis", "license": "MIT",