From fa760be9769ff5198ffc9f70154b2f90fb06c4d3 Mon Sep 17 00:00:00 2001 From: John Laswell Date: Thu, 1 Sep 2016 11:45:50 -0400 Subject: [PATCH] Make namespacing consistent with spec --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de45009..2978fa5 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }, "autoload": { "psr-4": { - "Psr\\Simplecache\\": "src/" + "Psr\\SimpleCache\\": "src/" } }, "extra": {