Blame view
sources/apps/user_oauth/3rdparty/fkooman/php-oauth-lib-rs/composer.json
454 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"authors": [
{
"email": "fkooman@tuxed.net",
"name": "Fran\u00e7ois Kooman",
"role": "Developer"
}
],
"autoload": {
"psr-0": {
"fkooman\\oauth\\rs\\": "src/"
}
},
"description": "Library for implementing OAuth 2.0 resource servers",
"license": "Apache-2.0",
"name": "fkooman/php-oauth-lib-rs",
"require": {
"php": ">=5.3.3"
}
}
|