{
  "name": "hokoo/wpcf7_telegram_app",
  "description": "Plugin provides Telegram notifications about incoming Contact Form 7 messages.",
  "type": "wordpress-plugin",
  "minimum-stability": "stable",
  "license": "MIT",
  "authors": [
    {
      "name": "Igor Tron",
      "email": "public@itron.pro"
    }
  ],
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/hokoo/wpPostAble.git"
    },
    {
      "type": "vcs",
      "url": "https://github.com/hokoo/wpConnections.git"
    }
  ],
  "require": {
    "ramsey/collection": "*",
    "hokoo/wppostable": "dev-master",
    "hokoo/wpconnections": "dev-master",
    "ext-json": "*",
    "php": ">=8.0",
    "irazasyed/telegram-bot-sdk": "^3.0",
    "yahnis-elsts/plugin-update-checker": "^5.5"
  },
  "autoload": {
    "psr-4": {
      "iTRON\\cf7Telegram\\": "lib"
    }
  }
}
