WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
league
/
oauth1-client
/
Name
Action
..
.gitignore
Edit
.scrutinizer.yml
Edit
.travis.yml
Edit
CONDUCT.md
Edit
CONTRIBUTING.md
Edit
LICENSE
Edit
README.md
Edit
composer.json
Edit
phpunit.xml
Edit
resources
rfc5849.txt
Edit
src
tests
Editing: composer.json
{ "name": "league/oauth1-client", "description": "OAuth 1.0 Client Library", "license": "MIT", "require": { "php": ">=5.5.0", "guzzlehttp/guzzle": "^6.0" }, "require-dev": { "phpunit/phpunit": "^4.0", "mockery/mockery": "^0.9", "squizlabs/php_codesniffer": "^2.0" }, "keywords": [ "oauth", "oauth1", "authorization", "authentication", "idp", "identity", "sso", "single sign on", "bitbucket", "trello", "tumblr", "twitter" ], "authors": [ { "name": "Ben Corlett", "email": "bencorlett@me.com", "homepage": "http://www.webcomm.com.au", "role": "Developer" } ], "autoload": { "psr-4": { "League\\OAuth1\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } } }