{
    "name": "analisticas/aldair-mvc",
    "description": "Aplicação Analíticas organizada em arquitetura MVC.",
    "license": "proprietary",
    "type": "project",
    "require": {
        "chillerlan/php-qrcode": "^5.0",
        "firebase/php-jwt": "^7.1",
        "vlucas/phpdotenv": "^5.7"
    },
    "autoload": {
        "classmap": [
            "app/Models/",
            "app/Support/",
            "app/Security/",
            "app/Database/"
        ]
    }
}
