joomla-oauth-server/composer.json

24 lines
575 B
JSON
Raw Normal View History

2024-03-02 04:44:33 +03:00
{
"type": "joomla-package",
"description": "OAuth Server for Joomla 4.3+ using the PHP League's OAuth2 Server",
2024-03-02 04:44:33 +03:00
"license": "MIT",
"homepage": "https://github.com/webmasterskaya/joomla-oauth-server",
2024-03-02 04:44:33 +03:00
"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"
2024-03-02 04:44:33 +03:00
}
}