15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"name": "eher/oauth",
|
|
"type": "library",
|
|
"license": "BSD-3-Clause",
|
|
"description": "OAuth 1 PHP Library",
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Eher\\OAuth": "src"
|
|
}
|
|
}
|
|
}
|