From ae977fe6e58932ffbf44f4741c3b51d656db56df Mon Sep 17 00:00:00 2001 From: biggins <1sambiggins@gmail.com> Date: Tue, 23 Aug 2016 17:25:24 +0100 Subject: [PATCH] Updating composer namespacing Need to update composer namespacing to submit it to packagist --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc2ddd6..1900a5c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "sunspikes/php-ratelimiter", + "name": "evoluted/php-ratelimiter", "description": "A framework agnostic rate limiter for PHP", "keywords": ["rate limit", "throttle", "throttling", "ratelimit", "php-ratelimiter", "Krishnaprasad MG", "sunspikes"], "license": "MIT",