oauth2-server/composer.json
Alex Bilbie 67641acdff Revert "renamed package to oauth2-server"
This reverts commit 09b74aa61d9f358711727e5799c9f34d4e8b2752.
2013-04-17 14:27:09 +01:00

43 lines
787 B
JSON

{
"name": "lncd/oauth2",
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants",
"version": "1.0.7",
"homepage": "https://github.com/lncd/OAuth2",
"license": "MIT",
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mockery/mockery": ">=0.7.2"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/lncd/OAuth2"
}
],
"keywords": [
"oauth",
"oauth2",
"server",
"authorization",
"authentication",
"resource",
"api"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"OAuth2": "src/"
}
},
"suggest": {}
}