Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
[
2
    {
3
        "name": "sendgrid/php-http-client",
4
        "version": "3.5.1",
5
        "version_normalized": "3.5.1.0",
6
        "source": {
7
            "type": "git",
8
            "url": "https://github.com/sendgrid/php-http-client.git",
9
            "reference": "3c4c35eafd364ebcfdbb0a37f655417beed8ee0f"
10
        },
11
        "dist": {
12
            "type": "zip",
13
            "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/3c4c35eafd364ebcfdbb0a37f655417beed8ee0f",
14
            "reference": "3c4c35eafd364ebcfdbb0a37f655417beed8ee0f",
15
            "shasum": ""
16
        },
17
        "require": {
18
            "php": ">=5.6"
19
        },
20
        "require-dev": {
21
            "phpunit/phpunit": "~4.4",
22
            "squizlabs/php_codesniffer": "~2.0"
23
        },
24
        "time": "2016-11-17T22:45:31+00:00",
25
        "type": "library",
26
        "installation-source": "dist",
27
        "autoload": {
28
            "psr-4": {
29
                "SendGrid\\": "lib/"
30
            }
31
        },
32
        "notification-url": "https://packagist.org/downloads/",
33
        "license": [
34
            "MIT"
35
        ],
36
        "authors": [
37
            {
38
                "name": "Matt Bernier",
39
                "email": "dx@sendgrid.com"
40
            },
41
            {
42
                "name": "Elmer Thomas",
43
                "email": "elmer@thinkingserious.com"
44
            }
45
        ],
46
        "description": "HTTP REST client, simplified for PHP",
47
        "homepage": "http://github.com/sendgrid/php-http-client",
48
        "keywords": [
49
            "api",
50
            "fluent",
51
            "http",
52
            "rest",
53
            "sendgrid"
54
        ]
55
    }
56
]