/home/edulekha/crm.edulekha.com/modules/einvoice/composer.json
{
    "name": "perfexcrm/e-invoice",
    "type": "library",
    "require": {
        "mustache/mustache": "^2.14"
    },
    "autoload": {
        "psr-4": {
            "Perfexcrm\\EInvoice\\": "src/"
        }
    },
    "minimum-stability": "stable"
}