2024-03-02 04:44:33 +03:00
|
|
|
{
|
2024-03-08 15:08:11 +03:00
|
|
|
"type": "joomla-package",
|
2024-03-11 00:16:27 +03:00
|
|
|
"description": "OAuth Server for Joomla",
|
2024-03-02 04:44:33 +03:00
|
|
|
"license": "MIT",
|
2024-03-08 14:41:49 +03:00
|
|
|
"homepage": "https://github.com/webmasterskaya/joomla-oauth-server",
|
2024-03-02 04:44:33 +03:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Artem Vasilev",
|
2024-03-11 00:16:27 +03:00
|
|
|
"email": "dev@webmasterskaya.xyz",
|
|
|
|
"homepage": "https://webmasterskaya.xyz/"
|
2024-03-02 04:44:33 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"require": {
|
|
|
|
"php": "^8.0",
|
2024-03-08 02:20:24 +03:00
|
|
|
"ext-openssl": "*",
|
2024-03-08 14:41:49 +03:00
|
|
|
"league/oauth2-server": "^8.5",
|
2024-03-08 02:20:24 +03:00
|
|
|
"lcobucci/jwt": "^4.3"
|
2024-03-08 14:41:49 +03:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"vendor-dir": "com_oauthserver/administrator/vendor"
|
2024-03-02 04:44:33 +03:00
|
|
|
}
|
|
|
|
}
|