Skip to content
Snippets Groups Projects
composer.json 762 B
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",
	"homepage": "https://typo3.org",
	"license": ["GPL-2.0+"],
	"authors": [{
			"name": "TYPO3 Core Team",
			"email": "typo3cms@typo3.org",
			"role": "Developer"
		}],
		"typo3/cms-core": "9.1.*@dev"
	"conflict": {
		"typo3/cms": "*"
	},
	"replace": {
		"rsaauth": "*"
		"branch-alias": {
			"dev-master": "9.1.x-dev"
			"extension-key": "rsaauth"
	},
	"autoload": {
		"psr-4": {
			"TYPO3\\CMS\\Rsaauth\\": "Classes/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"TYPO3\\CMS\\Rsaauth\\Tests\\": "Tests/"
		}