/home/ivoiecob/email.hirewise-va.com/modules/TwoFactorAuth/composer.json
{
	"name": "afterlogic/aurora-module-two-factor-auth",
	"type": "aurora-module",
	"require": {
		"php": ">=5.4.0",
		"afterlogic/aurora-framework": "~0.10.0",
		"afterlogic/googleauthenticator": "~1.0.2",
		"pragmarx/recovery": "~0.2.0",
		"lbuchs/WebAuthn": "~1.1.0"
	},
	"autoload": {
		"classmap": ["/"]
	},
	"extra": {
		"installer-name": "TwoFactorAuth"
	}
}