Fixed naming issues

This commit is contained in:
Alex Bilbie 2012-07-23 14:41:15 +01:00
parent e0361d897f
commit f346fde718

View File

@ -1,5 +1,5 @@
{ {
"name": "lncd/OAuth2", "name": "lncd/Oauth2",
"description": "OAuth 2.0 server - UNDER DEVELOPMENT - NOT READY FOR PRIMETIME", "description": "OAuth 2.0 server - UNDER DEVELOPMENT - NOT READY FOR PRIMETIME",
"version": "0.0.1", "version": "0.0.1",
"homepage": "https://github.com/lncd/OAuth2", "homepage": "https://github.com/lncd/OAuth2",
@ -28,7 +28,7 @@
], ],
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"oauth2server": "src/" "Oauth2": "src/"
} }
} }
} }