-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
111 lines (106 loc) · 3.36 KB
/
composer.lock
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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "6eca859b0408c1bb6bc7e29d4fcbff11",
"packages": [
{
"name": "sendgrid/sendgrid",
"version": "1.0.8",
"source": {
"type": "git",
"url": "https://github.com/sendgrid/sendgrid-php.git",
"reference": "662aef866da459de89fce49b6b031ca0de009ceb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/662aef866da459de89fce49b6b031ca0de009ceb",
"reference": "662aef866da459de89fce49b6b031ca0de009ceb",
"shasum": ""
},
"require": {
"swiftmailer/swiftmailer": "v5.0.1"
},
"replace": {
"sendgrid/sendgrid-php": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"files": [
"SendGrid_loader.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
"homepage": "http://sendgrid.com",
"time": "2013-09-02 17:10:46"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v5.0.1",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "619aceb969f1e8759edc28fb22f9b64b3bddbc1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/619aceb969f1e8759edc28fb22f9b64b3bddbc1e",
"reference": "619aceb969f1e8759edc28fb22f9b64b3bddbc1e",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Chris Corbyn"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "http://swiftmailer.org",
"keywords": [
"mail",
"mailer"
],
"time": "2013-06-17 13:32:32"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": [
],
"platform-dev": [
]
}