summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 40ceddfd15dbb64874efbdcb9ac84b2e4f5c4cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

{
  "name": "sendgrid/php-http-client",
  "description": "HTTP REST client, simplified for Python",
  "type": "library",
  "version": "1.0.0",
  "homepage": "http://github.com/sendgrid/php-http-client",
  "license": "MIT",
  "keywords": ["SendGrid", "HTTP", "REST", "API", "Fluent"],
  "require": {
    "php": ">=5.4"
  },
  "authors": [
      {
          "name": "Matt Bernier",
          "email": "dx@sendgrid.com",
          "homepage": "https://www.sendgrid.com",
          "role": "Product Manager"
      },
      {
          "name": "Elmer Thomas",
          "email": "dx@sendgrid.com",
          "homepage": "https://www.sendgrid.com",
          "role": "Developer"          
      }
  ],
  "support": {
      "email": "dx@sendgrid.com",
      "issues": "https://github.com/sendgrid/php-http-client/issues",
      "source": "https://github.com/php-http-client"
  }, 
  "require-dev": {
    "phpunit/phpunit": "~4.4",
    "squizlabs/php_codesniffer": "2.*"
  },
  "autoload": {
    "psr-0": {"SendGrid": "lib/"}
  }
}