mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
18 lines
319 B
JSON
18 lines
319 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"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"eher/phpunit": "1.6"
|
|
}
|
|
}
|