Updated composer.json

This commit is contained in:
Alex Bilbie 2013-02-15 17:08:27 +00:00
parent f42f45e42e
commit 6a81bcbefc

View File

@ -1,7 +1,7 @@
{ {
"name": "lncd/oauth2", "name": "lncd/oauth2",
"description": "OAuth 2.0 Framework", "description": "OAuth 2.0 Framework",
"version": "0.4.1", "version": "1.0.0",
"homepage": "https://github.com/lncd/OAuth2", "homepage": "https://github.com/lncd/OAuth2",
"license": "MIT", "license": "MIT",
"require": { "require": {
@ -23,7 +23,8 @@
"server", "server",
"authorization", "authorization",
"authentication", "authentication",
"resource" "resource",
"api"
], ],
"authors": [ "authors": [
{ {