composer.json
707 Bytes
{
"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.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": { "GuzzleHttp\\Subscriber\\Oauth\\": "src" }
},
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
}
}