mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
22 lines
388 B
JSON
22 lines
388 B
JSON
|
{
|
||
|
"name": "webmaserskaya/lib_oauthserver",
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Webmaserskaya\\Joomla\\OauthServer\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Artem Vasilev",
|
||
|
"email": "kern.usr@gmial.com"
|
||
|
}
|
||
|
],
|
||
|
"minimum-stability": "stable",
|
||
|
"require": {
|
||
|
"php": "^8.0",
|
||
|
"league/oauth2-server": "^8.5"
|
||
|
}
|
||
|
}
|