summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/composer.lock
blob: fd6a6e2353b4f2108173a62abfc85a35a2f46c08 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "cb037c28e262c69616caad2764cb3a4f",
    "content-hash": "907e285f65325b51e424d991537f18af",
    "packages": [
        {
            "name": "sendgrid/php-http-client",
            "version": "3.9.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sendgrid/php-http-client.git",
                "reference": "e9a04d949ee2d19938ab83dc100933a3b41a8ec7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/e9a04d949ee2d19938ab83dc100933a3b41a8ec7",
                "reference": "e9a04d949ee2d19938ab83dc100933a3b41a8ec7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "SendGrid\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Bernier",
                    "email": "dx@sendgrid.com"
                },
                {
                    "name": "Elmer Thomas",
                    "email": "elmer@thinkingserious.com"
                }
            ],
            "description": "HTTP REST client, simplified for PHP",
            "homepage": "http://github.com/sendgrid/php-http-client",
            "keywords": [
                "api",
                "fluent",
                "http",
                "rest",
                "sendgrid"
            ],
            "time": "2018-04-10 18:06:08"
        },
        {
            "name": "sendgrid/sendgrid",
            "version": "7.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sendgrid/sendgrid-php.git",
                "reference": "37fa19d3ae019842f07a2a43e92ed0f566ad927d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/37fa19d3ae019842f07a2a43e92ed0f566ad927d",
                "reference": "37fa19d3ae019842f07a2a43e92ed0f566ad927d",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "php": ">=5.6",
                "sendgrid/php-http-client": "~3.9"
            },
            "replace": {
                "sendgrid/sendgrid-php": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7.9 || ^6.4.3",
                "squizlabs/php_codesniffer": "3.*",
                "swaggest/json-diff": "^3.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "SendGrid\\": "lib/",
                    "SendGrid\\Mail\\": "lib/mail/",
                    "SendGrid\\Contacts\\": "lib/contacts/",
                    "SendGrid\\Stats\\": "lib/stats/"
                },
                "files": [
                    "lib/SendGrid.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.",
            "homepage": "http://github.com/sendgrid/sendgrid-php",
            "keywords": [
                "email",
                "grid",
                "send",
                "sendgrid",
                "twilio sendgrid"
            ],
            "time": "2019-04-15 17:27:21"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}