{
	"config" : {
		"vendor-dir": ".",
		"optimize-autoloader": true,
		"classmap-authoritative": true,
		"autoloader-suffix": "UserStatus"
	},
	"autoload" : {
		"psr-4": {
			"OCA\\UserStatus\\": "../lib/"
		}
	}
}
