{
  "name": "voku/bounce-mail-handler",
  "type": "library",
  "description": "Bounce Mail Handler",
  "keywords": [
    "bounce",
    "mail",
    "email",
    "bounce-mail",
    "hard-bounce",
    "soft-bounce",
    "mailer"
  ],
  "license": "GPL-2.0",
  "authors": [
    {
      "name": "Andy Prevost",
      "email": "
[email protected]",
      "role": "Developer"
    },
    {
      "name": "Anthon Pang",
      "email": "
[email protected]",
      "role": "Other Fork Maintainer"
    },
    {
      "name": "Lars Moelleken",
      "email": "
[email protected]",
      "role": "Fork Maintainer"
    }
  ],
  "require": {
    "php": ">=7.0.0",
    "ext-imap": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "~6.0 || ~7.0"
  },
  "autoload": {
    "psr-0": {
      "BounceMailHandler": "src/"
    },
    "files": [
      "src/BounceMailHandler/phpmailer-bmh_rules.php"
    ]
  }
}