{
  "name": "richardhj/contao-notification_center_member_selectable",
  "description": "Member selectable messages for the notification_center extension for Contao Open Source CMS",
  "keywords": [
    "contao",
    "notification center"
  ],
  "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_member_selectable/issues",
    "source": "https://github.com/richardhj/contao-notification_center_member_selectable"
  },
  "require": {
    "php": "^5.6 || ^7.0",
    "contao/core-bundle": "~4.4",
    "doctrine/dbal": "^2.7",
    "terminal42/notification_center": "~1.3",
    "richardhj/contao-notification_center_checksendinterface": "~1.0",
    "symfony/config": "^3.3 || ^4.0 || ^5.0",
    "symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0",
    "codefog/contao-haste": "~4.11"
  },
  "require-dev": {
    "contao/manager-plugin": "^2.2"
  },
  "autoload": {
    "psr-4": {
      "Richardhj\\NotificationCenterMembersChoiceBundle\\": "src/"
    }
  },
  "extra": {
    "contao-manager-plugin": "Richardhj\\NotificationCenterMembersChoiceBundle\\ContaoManager\\Plugin"
  }
}
