joomla-oauth-server/composer.json

24 lines
525 B
JSON

{
"name": "webmaserskaya/lib_oauthserver",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/webmasterskaya/joomla-oauth-server",
"authors": [
{
"name": "Artem Vasilev",
"email": "kern.usr@gmial.com"
}
],
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"ext-openssl": "*",
"league/oauth2-server": "^8.5",
"lcobucci/jwt": "^4.3"
},
"config": {
"optimize-autoloader": true,
"vendor-dir": "com_oauthserver/administrator/vendor"
}
}