{
  "name": "dynamicweblab/chat-notifications-for-telegram-with-cf7",
  "description": "WordPress plugin: Send Contact Form 7 submissions to WhatsApp and Telegram with real-time notifications.",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "require": {
    "php": ">=7.4",
    "ext-json": "*",
    "composer/installers": "^2.3"
  },
  "autoload": {
    "classmap": ["includes/"]
  },
  "autoload-dev": {
    "psr-4": {
      "ChatNotiCF7\\Tests\\": "tests/"
    }
  },
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true,
    "allow-plugins": {
      "composer/installers": true
    }
  },
  "minimum-stability": "stable",
  "prefer-stable": true
}
