39 lines
858 B
JSON
39 lines
858 B
JSON
|
{
|
||
|
"name": "mrjoops/oauth2-jira",
|
||
|
"description": "Jira OAuth 2.0 support for the PHP League's OAuth 2.0 Client",
|
||
|
"type": "library",
|
||
|
"require": {
|
||
|
"league/oauth2-client": "^2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^5.0",
|
||
|
"mockery/mockery": "^1.2",
|
||
|
"squizlabs/php_codesniffer": "^3.3"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Mrjoops\\OAuth2\\Client\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"Mrjoops\\OAuth2\\Client\\Test\\": "test/src/"
|
||
|
}
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Alexandre Lahure",
|
||
|
"email": "alexandre@lahu.re"
|
||
|
}
|
||
|
],
|
||
|
"keywords": [
|
||
|
"oauth",
|
||
|
"oauth2",
|
||
|
"client",
|
||
|
"authorization",
|
||
|
"authorisation",
|
||
|
"jira"
|
||
|
]
|
||
|
}
|