mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 18:24:50 +03:00
25 lines
586 B
JSON
25 lines
586 B
JSON
{
|
|
"type": "joomla-package",
|
|
"description": "OAuth Server for Joomla",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/webmasterskaya/joomla-oauth-server",
|
|
"authors": [
|
|
{
|
|
"name": "Artem Vasilev",
|
|
"email": "dev@webmasterskaya.xyz",
|
|
"homepage": "https://webmasterskaya.xyz/"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
}
|