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": {
|
2024-03-16 23:02:31 +03:00
|
|
|
"php": "^8.1.0",
|
2024-03-08 02:20:24 +03:00
|
|
|
"ext-openssl": "*",
|
2024-03-16 23:02:31 +03:00
|
|
|
"league/oauth2-server": "^8.5.0"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"lcobucci/jwt": "*",
|
|
|
|
"defuse/php-encryption": "*",
|
|
|
|
"paragonie/random_compat": "9.99.99"
|
2024-03-08 14:41:49 +03:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
2024-03-16 15:53:03 +03:00
|
|
|
"platform": {
|
2024-03-16 23:02:31 +03:00
|
|
|
"php": "8.1.0"
|
2024-03-16 15:53:03 +03:00
|
|
|
},
|
2024-03-16 23:02:31 +03:00
|
|
|
"vendor-dir": "com_oauthserver/administrator/vendor",
|
|
|
|
"github-protocols": [
|
|
|
|
"https"
|
2024-03-16 23:04:42 +03:00
|
|
|
],
|
|
|
|
"prepend-autoloader": false
|
2024-03-02 04:44:33 +03:00
|
|
|
}
|
|
|
|
}
|