-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.lock
207 lines (205 loc) · 6.59 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
{
"hash": "409891179a2f615b51b840686abb5745",
"packages": [
{
"name": "Respect/Rest",
"version": "0.5.1",
"source": {
"type": "git",
"url": "git://github.com/Respect/Rest.git",
"reference": "0.5.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/Respect/Rest/archive/0.5.1.zip",
"reference": "0.5.1",
"shasum": ""
},
"time": "2012-09-16 23:16:41",
"type": "library",
"autoload": {
"psr-0": {
"Respect\\Rest": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD Style"
],
"authors": [
{
"name": "Henrique Moody",
"email": "[email protected]",
"homepage": "http://henriquemoody.com/"
},
{
"name": "Alexandre Gaigalas",
"email": "[email protected]"
},
{
"name": "Augusto Pascutti",
"email": "[email protected]"
},
{
"name": "kleberhs007",
"email": "[email protected]"
},
{
"name": "Leandro",
"email": "[email protected]"
},
{
"name": "Rogerio Prado de Jesus",
"email": "[email protected]"
},
{
"name": "Alexandre Gaigalas",
"email": "[email protected]"
},
{
"name": "Anderson Casimiro",
"email": "[email protected]"
},
{
"name": "Anderson Casimiro",
"email": "[email protected]"
},
{
"name": "Augusto Pascutti",
"email": "[email protected]"
},
{
"name": "Ben Ramsey",
"email": "[email protected]"
},
{
"name": "eduardomarcate",
"email": "[email protected]"
},
{
"name": "Eduardo M. Garcia",
"email": "[email protected]"
},
{
"name": "Nick Rawe",
"email": "[email protected]"
},
{
"name": "Pablo Lacerda de Miranda",
"email": "[email protected]"
},
{
"name": "wesleyvicthor",
"email": "[email protected]"
}
],
"description": "Thin controller for RESTful applications"
},
{
"name": "monolog/monolog",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog",
"reference": "1.3.1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.3.1",
"reference": "1.3.1",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": ">=1.0,<2.0"
},
"require-dev": {
"mlehner/gelf-php": "1.0.*",
"raven/raven": "0.3.*",
"doctrine/couchdb": "dev-master"
},
"suggest": {
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
"raven/raven": "Allow sending log messages to a Sentry server",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server"
},
"time": "2013-01-11 10:23:20",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Monolog": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "[email protected]",
"homepage": "http://seld.be",
"role": "Developer"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
]
},
{
"name": "psr/log",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log",
"reference": "1.0.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/php-fig/log/archive/1.0.0.zip",
"reference": "1.0.0",
"shasum": ""
},
"time": "2012-12-21 11:40:51",
"type": "library",
"autoload": {
"psr-0": {
"Psr\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"keywords": [
"log",
"psr",
"psr-3"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}