joomla-oauth-server/lib_oauthserver/composer.json
2024-03-08 02:20:24 +03:00

24 lines
440 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",
"ext-openssl": "*",
"lcobucci/jwt": "^4.3"
}
}