{ "name": "typo3/cms-rsaauth", "type": "typo3-cms-framework", "description": "Contains a service to authenticate TYPO3 BE and FE users using private/public key encryption of passwords", "homepage": "https://typo3.org", "license": ["GPL-2.0+"], "authors": [{ "name": "TYPO3 Core Team", "email": "typo3cms@typo3.org", "role": "Developer" }], "require": { "typo3/cms-core": "9.1.*@dev" }, "conflict": { "typo3/cms": "*" }, "replace": { "rsaauth": "*" }, "extra": { "branch-alias": { "dev-master": "9.1.x-dev" }, "typo3/cms": { "extension-key": "rsaauth" } }, "autoload": { "psr-4": { "TYPO3\\CMS\\Rsaauth\\": "Classes/" } }, "autoload-dev": { "psr-4": { "TYPO3\\CMS\\Rsaauth\\Tests\\": "Tests/" } } }