From 3c6c756579c5ed6e97b2340d83358959db3c39ac Mon Sep 17 00:00:00 2001 From: Arkadiusz Gac Date: Tue, 13 Dec 2016 12:12:06 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f158976..2fd3aa1 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "elberth90/credis", + "name": "brainly/credis", "type": "library", "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.", "homepage": "https://github.com/colinmollenhour/credis",