{
  "name": "richardhj/contao-notification_center_clockworksms",
  "description": "Clockwork SMS gateway for the notification_center extension for Contao Open Source CMS",
  "keywords": [
    "contao",
    "notification",
    "center",
    "clockwork",
    "clockworksms",
    "sms"
  ],
  "type": "contao-bundle",
  "license": "LGPL-3.0-or-later",
  "authors": [
    {
      "name": "Richard Henkenjohann",
      "email": "richardhenkenjohann@googlemail.com",
      "role": "Developer"
    }
  ],
  "support": {
    "issues": "https://github.com/richardhj/contao-notification_center_clockworksms/issues",
    "source": "https://github.com/richardhj/contao-notification_center_clockworksms"
  },
  "require": {
    "php": "^5.6 || ^7.0",
    "contao/core-bundle": "~4.4",
    "giggsey/libphonenumber-for-php": "^7.0 || ^8.0",
    "mediaburst/clockworksms": "~2.0",
    "psr/log": "^1.0",
    "richardhj/contao-notification_center_checksendinterface": "^1.0",
    "symfony/http-kernel": "^3.3 || ^4.0",
    "terminal42/notification_center": "^1.3.5"
  },
  "require-dev": {
    "contao/manager-plugin": "^2.2"
  },
  "autoload": {
    "psr-4": {
      "Richardhj\\NotificationCenterClockworkSmsBundle\\": "src/"
    }
  },
  "extra": {
    "contao-manager-plugin": "Richardhj\\NotificationCenterClockworkSmsBundle\\ContaoManager\\Plugin"
  }
}
