From c718e76330d0960f70a881b635510c3b5d5d0334 Mon Sep 17 00:00:00 2001 From: Christophe Massin Date: Wed, 16 Jul 2014 17:02:24 +0200 Subject: [PATCH] bug change bad namespace --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b56f37c..3fcb484 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "autoload" : { "psr-4" : { - "oat\\authKeyValue\\" : "" + "oat\\authLdap\\" : "" } }, "homepage" : "http://www.taotesting.com", @@ -26,4 +26,4 @@ "zendframework/zend-ldap" : "2.*" }, "minimum-stability" : "dev" -} \ No newline at end of file +}