{
    "name": "antigravity/telegram-auto-request-bot",
    "description": "Telegram Bot to handle join requests with MySQL",
    "type": "project",
    "require": {
        "php": ">=8.1",
        "guzzlehttp/guzzle": "^7.8",
        "vlucas/phpdotenv": "^5.6"
    },
    "autoload": {
        "psr-4": {
            "Bot\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Antigravity",
            "email": "bot@example.com"
        }
    ]
}