mirror of
https://github.com/1sept/oauth2-1sept.git
synced 2024-05-30 17:38:52 +03:00
42 lines
892 B
JSON
Executable File
42 lines
892 B
JSON
Executable File
{
|
|
"name": "1sept/oauth2-1sept",
|
|
"description": "September First OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Alexander Vasilyev",
|
|
"email": "a.vasilyev@1sept.ru"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"oauth",
|
|
"oauth2",
|
|
"client",
|
|
"authorization",
|
|
"authorisation",
|
|
"1sept"
|
|
],
|
|
"require": {
|
|
"php": "^7.3 || ^8",
|
|
"league/oauth2-client": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sept\\OAuth2\\Client\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Sept\\OAuth2\\Client\\Test\\": "test/src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
}
|
|
}
|