{
  "name": "putyourlightson/craft-sendgrid",
  "description": "SendGrid mailer adapter for Craft CMS.",
  "version": "3.0.0",
  "type": "craft-plugin",
  "homepage": "https://github.com/putyourlightson/craft-sendgrid",
  "license": "MIT",
  "keywords": [
    "email",
    "mailer",
    "sendgrid"
  ],
  "require": {
    "php": "^8.2",
    "craftcms/cms": "^5.0",
    "symfony/sendgrid-mailer": "^6.0"
  },
  "require-dev": {
    "craftcms/ecs": "dev-main",
    "craftcms/phpstan": "dev-main"
  },
  "autoload": {
    "psr-4": {
      "putyourlightson\\sendgrid\\": "src/"
    }
  },
  "scripts": {
    "phpstan": "phpstan --ansi --memory-limit=1G",
    "check-cs": "ecs check --ansi",
    "fix-cs": "ecs check --fix --ansi"
  },
  "config": {
    "allow-plugins": {
      "craftcms/plugin-installer": true,
      "pestphp/pest-plugin": true,
      "yiisoft/yii2-composer": true
    },
    "optimize-autoloader": true,
    "sort-packages": true
  },
  "support": {
    "docs": "https://putyourlightson.com/plugins/sendgrid",
    "source": "https://github.com/putyourlightson/craft-sendgrid",
    "issues": "https://github.com/putyourlightson/craft-sendgrid/issues"
  },
  "extra": {
    "name": "SendGrid",
    "handle": "sendgrid",
    "developer": "PutYourLightsOn",
    "developerUrl": "https://putyourlightson.com/",
    "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-sendgrid/develop/CHANGELOG.md",
    "class": "putyourlightson\\sendgrid\\Sendgrid"
  }
}
