Newer
Older
"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",
"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": {
"extension-key": "rsaauth"
},
"autoload": {
"psr-4": {
"TYPO3\\CMS\\Rsaauth\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"TYPO3\\CMS\\Rsaauth\\Tests\\": "Tests/"
}