{
  "name": "dyarweb/php-telegram-bot",
  "description": "Complete Library for Telegram Bots With Pure PHP (Full OOP)",
  "type": "library",
  "license": "LGPL-3.0-or-later",
  "homepage": "https://DyarWeb.Com",
  "keywords": ["telegram", "bot", "api", "oop", "PHP", "lib", "library", "php7", "php7.4", "new", "full", "last version"],
  "authors": [
    {
      "name": "Alireza Sawari",
      "email": "DyarWeb@Yahoo.Com",
      "homepage": "https://DyarWeb.Com"
    }
  ],
  "require": {
    "php": ">=7.4.0"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "autoload": {
    "psr-4": {
      "DyarWeb\\": "src/"
    },
    "files": [
      "src/jdf.php",
      "src/Bootstrap.php"
    ]
  }
}
