{
  "name": "fastglass/sendgrid",
  "description": "This library allows you to send emails through SendGrid using PHP and Guzzle 6.x.",
  "version": "2.0.6",
  "homepage": "https://github.com/taz77/sendgrid-php-ng",
  "license": "MIT",
  "keywords": [
    "SendGrid",
    "sendgrid",
    "Twilio SendGrid",
    "twilio sendgrid",
    "email",
    "send",
    "grid"
  ],
  "authors": [
    {
      "name": "Brady Owens",
      "email": "brady@fastglass.net",
      "homepage": "https://github.com/taz77"
    }
  ],
  "require": {
    "php": ">=8.1",
    "guzzlehttp/guzzle": "^6.3|^7.0",
    "ext-json": "*",
    "ext-mbstring": "*",
    "starkbank/ecdsa": "^0.0.4"
  },
  "require-dev": {
    "phpunit/phpunit": "dev-main",
    "vlucas/phpdotenv": "~1.0",
    "squizlabs/php_codesniffer": "3.*",
    "swaggest/json-diff": "^3.4"
  },
  "replace": {
    "sendgrid/sendgrid-php": "*"
  },
  "type": "library",
  "autoload": {
    "psr-4": {
      "SendGrid\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "SendGrid\\Tests\\": "Tests/"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit",
    "test-ci": "vendor/bin/phpunit --coverage-text"
  },
  "minimum-stability": "dev",
  "prefer-stable" : true
}
