File: /home/adventp/www/wp-content/plugins/ut-core/vendor/guzzlehttp/oauth-subscriber/composer.json
{
"name": "guzzlehttp/oauth-subscriber",
"description": "Guzzle OAuth 1.0 subscriber",
"homepage": "http://guzzlephp.org/",
"keywords": ["oauth", "guzzle"],
"license": "MIT",
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "^6.5|^7.2",
"guzzlehttp/psr7": "^1.7|^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0|^9.3.3"
},
"autoload": {
"psr-4": { "GuzzleHttp\\Subscriber\\Oauth\\": "src" }
},
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
}
},
"suggest": {
"ext-openssl": "Required to sign using RSA-SHA1"
}
}