streams/vendor/league/oauth2-facebook/composer.json
2019-07-08 09:29:16 +10:00

39 lines
924 B
JSON
Executable file

{
"name": "league/oauth2-facebook",
"description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
"license": "MIT",
"authors": [
{
"name": "Sammy Kaye Powers",
"email": "me@sammyk.me",
"homepage": "http://www.sammyk.me"
}
],
"keywords": [
"oauth",
"oauth2",
"client",
"authorization",
"authentication",
"facebook"
],
"require": {
"php": "^5.6 || ^7.0",
"league/oauth2-client": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"mockery/mockery": "~0.9",
"squizlabs/php_codesniffer": "~2.0"
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"League\\OAuth2\\Client\\Test\\": "tests/src/"
}
}
}