Changed spacing to tabs

This commit is contained in:
Alex Bilbie 2012-07-11 17:02:32 +01:00
parent 85e8fe8087
commit 7edb832c45

View File

@ -1,34 +1,34 @@
{ {
"name": "lncd/oauth2server", "name": "lncd/oauth2server",
"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/oauth2server", "homepage": "https://github.com/lncd/oauth2server",
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"repositories": [ "repositories": [
{ {
"type": "git", "type": "git",
"url": "https://github.com/lncd/oauth2server" "url": "https://github.com/lncd/oauth2server"
} }
], ],
"keywords": [ "keywords": [
"oauth", "oauth",
"oauth2", "oauth2",
"server" "server"
], ],
"authors": [ "authors": [
{ {
"name": "Alex Bilbie", "name": "Alex Bilbie",
"email": "php-oauth2-server@alexbilbie.com", "email": "oauth2server@alexbilbie.com",
"homepage": "http://www.httpster.org", "homepage": "http://www.httpster.org",
"role": "Developer" "role": "Developer"
} }
], ],
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"oauth2server": "src/" "oauth2server": "src/"
} }
} }
} }