From f346fde718b9d7af9876ed7b045d0f29f7e78453 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 23 Jul 2012 14:41:15 +0100 Subject: [PATCH] Fixed naming issues --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 24c4d1c9..f917cf1d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "lncd/OAuth2", + "name": "lncd/Oauth2", "description": "OAuth 2.0 server - UNDER DEVELOPMENT - NOT READY FOR PRIMETIME", "version": "0.0.1", "homepage": "https://github.com/lncd/OAuth2", @@ -28,7 +28,7 @@ ], "autoload": { "psr-0": { - "oauth2server": "src/" + "Oauth2": "src/" } } } \ No newline at end of file