File "composer.json"
Full Path: /var/www/bvnghean.vn/wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json
File size: 319 bytes
MIME-type: application/json
Charset: utf-8
{
"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"
}
}