mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
19 lines
470 B
JSON
19 lines
470 B
JSON
{
|
|
"name": "adoy/oauth2",
|
|
"description": "Light PHP wrapper for the OAuth 2.0 protocol (based on OAuth 2.0 Authorization Protocol draft-ietf-oauth-v2-15)",
|
|
"authors": [
|
|
{
|
|
"name": "Charron Pierrick",
|
|
"email": "pierrick@webstart.fr"
|
|
},
|
|
{
|
|
"name": "Berejeb Anis",
|
|
"email": "anis.berejeb@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"../"
|
|
]
|
|
}
|
|
}
|