{
    "name": "yoann/auth-portal",
    "description": "Portail d'authentification centralisé et sécurisé.",
    "type": "project",
    "authors": [
        {
            "name": "Yoann",
            "email": "contact@exemple.com"
        }
    ],
    "require": {
        "php": ">=8.1",
        "phpmailer/phpmailer": "^6.8",
        "vlucas/phpdotenv": "^5.5",
        "pragmarx/google2fa": "^8.0",
        "endroid/qr-code": "^5.0",
        "firebase/php-jwt": "^6.11",
        "phpoffice/phpspreadsheet": "2.2"
    },
    "autoload": {
        "psr-4": {
            "App\\": "src/"
        }
    }
}
