{
    "name": "thaizu/employee",
    "autoload": {
        "psr-4": {
            "App\\Employee\\": "src/"
        }
    },
    "require": {
        "vlucas/phpdotenv": "^5.6",
        "nikic/fast-route": "^1.3",
        "firebase/php-jwt": "^6.10",
        "php-di/php-di": "^7.1",
        "twig/twig": "^3.22",
      "ext-curl": "*",
        "symfony/http-foundation": "^6.3"
    },
    "config": {
    "platform": {
        "php": "8.1.2"
    }
}
}
