19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"name": "Eher/OAuth",
|
|
"type": "library",
|
|
"description": "OAuth 1 PHP Library",
|
|
"keywords": ["oauth"],
|
|
"homepage": "https://github.com/EHER/OAuth",
|
|
"psr-0": {
|
|
"OAuth": "src/"
|
|
},
|
|
"authors":
|
|
{
|
|
"name": "Andy Smith",
|
|
"homepage": "http://term.ie/"
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
}
|
|
}
|