{
    "name": "klev-o/telegram-bot-api",
    "description": "Simple and convenient object-oriented implementation Telegram bot API with php version ^7.4 support. You'll like it)",
    "type": "library",
    "keywords": ["telegram", "bot", "api", "tg", "php", "telegram-bot", "webhooks", "composer"],
    "license": "MIT",
    "authors": [
        {
            "name": "Konstantin Lev",
            "email": "levachin.konstantin@gmail.com"
        }
    ],
    "require": {
        "php": "^7.4.0 || ^8.0",
        "ext-json": "*",
        "ext-curl": "*",
        "guzzlehttp/guzzle": "^7.2"
    },
    "autoload": {
        "psr-4": {
            "Klev\\TelegramBotApi\\": "src/"
        }
    },
    "require-dev": {
        "monolog/monolog": "^2.3",
        "php-di/php-di": "^6.3"
    }
}
