joomla-oauth-server/lib_oauthserver/composer.json

22 lines
388 B
JSON
Raw Normal View History

2024-03-02 04:44:33 +03:00
{
"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"
}
}