{
    "name": "sendgrid/sendgrid",
    "description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
    "version": "1.0.3",
    "homepage": "http://sendgrid.com",
    "license": "MIT",
    "autoload": {
      "files": ["SendGrid_loader.php"]
    },
    "require": {
      "swiftmailer/swiftmailer": "v5.0.1"
    },
    "require-dev": {
      "phpunit/phpunit": "3.7.*"
    },
    "replace": {
      "sendgrid/sendgrid-php": "*"
    }
}
