0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
eher
/
oauth
/
[
Home
]
File: composer.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" } }