summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/composer.json
blob: 2e2a398369eab82e226a67f3e6dad80a0fe1cafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "sendgrid/sendgrid",
  "description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
  "version": "6.0.0",
  "homepage": "http://github.com/sendgrid/sendgrid-php",
  "license": "MIT",
  "keywords": ["SendGrid", "sendgrid", "email", "send", "grid"],
  "require": {
    "php": ">=5.6",
    "sendgrid/php-http-client": "~3.7"
  },
  "require-dev": {
    "phpunit/phpunit": "4.*",
    "squizlabs/php_codesniffer": "2.*"
  },
  "replace": {
    "sendgrid/sendgrid-php": "*"
  },
  "type": "library",
  "autoload": {
    "files": ["lib/SendGrid.php", "lib/helpers/mail/Mail.php"]
  }
}