league-oauth2-ely/composer.json

37 lines
936 B
JSON
Raw Normal View History

2016-11-25 16:56:29 +05:30
{
"name": "ely/oauth2-client",
"description": "Ely.by provider for league/oauth2-client",
"license": "MIT",
"keywords": ["authorization", "authentication", "client", "league", "oauth", "oauth2", "ely", "elyby"],
"homepage": "https://github.com/elyby/league-oauth2-ely",
"type": "library",
"authors": [
{
"name": "Ely.by team",
"email": "team@ely.by"
},
{
"name": "ErickSkrauch",
"email": "erickskrauch@ely.by"
}
],
"require": {
2017-07-25 05:06:19 +05:30
"league/oauth2-client": "^1.0 | ^2.0"
2016-11-25 16:56:29 +05:30
},
"require-dev": {
"ext-json": "*",
2019-02-24 16:53:10 +05:30
"phpunit/phpunit": "^4.8.35",
"ely/php-code-style": "^0.3.0"
2016-11-25 16:56:29 +05:30
},
"autoload": {
"psr-4": {
"Ely\\OAuth2\\Client\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
2018-08-20 18:09:57 +05:30
"Ely\\OAuth2\\Client\\Test\\": "tests/"
2016-11-25 16:56:29 +05:30
}
}
}