Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/vendor/riskio/oauth2-auth0/composer.json
{
"name": "riskio/oauth2-auth0",
"description": "Auth0 OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
"license": "MIT",
"authors": [
{
"name": "Nicolas Eeckeloo",
"email": "neeckeloo@gmail.com",
"homepage": "https://github.com/neeckeloo"
}
],
"keywords": [
"oauth",
"oauth2",
"client",
"authorization",
"authorisation",
"auth0"
],
"require": {
"php": "^7.3|^8.0",
"league/oauth2-client": "^2.2.1"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
"Riskio\\OAuth2\\Client\\Provider\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Riskio\\OAuth2\\Client\\Test\\Provider\\": "tests/"
}
}
}
Back to Directory
File Manager