Updated composer.json

This commit is contained in:
Alex Bilbie 2012-07-23 14:22:05 +01:00
parent d7cde41fb1
commit e0361d897f

View File

@ -1,8 +1,8 @@
{ {
"name": "lncd/oauth2server", "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/oauth2server", "homepage": "https://github.com/lncd/OAuth2",
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
@ -10,7 +10,7 @@
"repositories": [ "repositories": [
{ {
"type": "git", "type": "git",
"url": "https://github.com/lncd/oauth2server" "url": "https://github.com/lncd/OAuth2"
} }
], ],
"keywords": [ "keywords": [