File: C:/xampp/htdocs/wordpress0612/wp-content/pluginsBK/wp-to-twitter/tmhOAuth/composer.json
{
"name": "themattharris/tmhoauth",
"description": "An OAuth 1.0A library written in PHP by @themattharris, specifically for use with the Twitter API",
"license": "Apache-2.0",
"authors": [
{
"name": "themattharris",
"email": "[email protected]",
"role": "Developer"
}
],
"keywords": [
"twitter",
"oauth"
],
"support": {
"issues": "https://github.com/themattharris/tmhOAuth/issues"
},
"require": {
"php": ">=5.3.0",
"ext-curl": "*"
},
"autoload": {
"psr-0": {"tmhOAuth": ""}
}
}