{
  "name": "like-follower/bot",
  "description": "Telegram like-follower service selling bot built with PHP and SQLite.",
  "type": "project",
  "require": {
    "php": ">=8.2",
    "ext-pdo": "*",
    "ext-pdo_sqlite": "*",
    "ext-json": "*",
    "ext-curl": "*"
  },
  "autoload": {
    "psr-4": {
      "LikeFollowerBot\\": "src/"
    }
  },
  "scripts": {
    "lint": "php -l public/webhook.php && php -l poll.php && php -l src/*.php"
  }
}
