krz/vox-populi
A Tumblr web client.
clone: git clone https://gitbay.org/krz/vox-populi.git
main: vendor/eher/oauth/composer.json · raw
1{
2 "name": "eher/oauth",
3 "type": "library",
4 "license": "BSD-3-Clause",
5 "description": "OAuth 1 PHP Library",
6 "require": {
7 "php": ">=5.3.0"
8 },
9 "autoload": {
10 "psr-0": {
11 "Eher\\OAuth": "src"
12 }
13 },
14 "require-dev": {
15 "eher/phpunit": "1.6"
16 }
17}