{ "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.1.0", "ext-openssl": "*", "league/oauth2-server": "^8.5.0" }, "replace": { "lcobucci/jwt": "*", "defuse/php-encryption": "*", "paragonie/random_compat": "9.99.99" }, "config": { "optimize-autoloader": true, "platform": { "php": "8.1.0" }, "vendor-dir": "com_oauthserver/administrator/vendor", "github-protocols": [ "https" ] } }