This repository has been archived by the owner on Aug 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.lock
366 lines (366 loc) · 12.7 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
{
"_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": "fd912cd2e8aca6af1d8a18488a276dd1",
"content-hash": "bd5be86417086d1306d84c147f5597cc",
"packages": [
{
"name": "fgrosse/phpasn1",
"version": "1.3.2",
"source": {
"type": "git",
"url": "https://github.com/fgrosse/PHPASN1.git",
"reference": "ee6d1abd18f8bcbaf0b55563ba87e5ed16cd0c98"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/ee6d1abd18f8bcbaf0b55563ba87e5ed16cd0c98",
"reference": "ee6d1abd18f8bcbaf0b55563ba87e5ed16cd0c98",
"shasum": ""
},
"require": {
"ext-gmp": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"FG\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Friedrich Große",
"email": "[email protected]",
"homepage": "https://github.com/FGrosse",
"role": "Author"
},
{
"name": "All contributors",
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
}
],
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
"homepage": "https://github.com/FGrosse/PHPASN1",
"time": "2015-07-15 21:26:40"
},
{
"name": "lcobucci/jwt",
"version": "dev-3.1-relaxed",
"source": {
"type": "git",
"url": "https://github.com/marco-c/jwt.git",
"reference": "0a5312300545f93a58f7f44363afab5b49464d23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marco-c/jwt/zipball/0a5312300545f93a58f7f44363afab5b49464d23",
"reference": "0a5312300545f93a58f7f44363afab5b49464d23",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"mdanter/ecc": "~0.3",
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
"phpunit/phpunit": "~4.5",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"mdanter/ecc": "Required to use Elliptic Curves based algorithms."
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Lcobucci\\JWT\\": [
"test/unit",
"test/functional"
]
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Otávio Cobucci Oblonczyk",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Marco Castelluccio",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"JWT"
],
"support": {
"source": "https://github.com/marco-c/jwt/tree/3.1-relaxed"
},
"time": "2016-04-15 15:01:27"
},
{
"name": "marco-c/wp-web-app-manifest-generator",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/marco-c/wp-web-app-manifest-generator.git",
"reference": "847bf429b05731b3240a470912152655d7fa4a64"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marco-c/wp-web-app-manifest-generator/zipball/847bf429b05731b3240a470912152655d7fa4a64",
"reference": "847bf429b05731b3240a470912152655d7fa4a64",
"shasum": ""
},
"require": {
"marco-c/wp_serve_file": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"Mozilla\\": ""
}
},
"license": [
"GPLv2"
],
"authors": [
{
"name": "Marco Castelluccio",
"email": "[email protected]"
}
],
"description": "Web App Manifest generator class for WordPress plugins.",
"support": {
"source": "https://github.com/marco-c/wp-web-app-manifest-generator/tree/master",
"issues": "https://github.com/marco-c/wp-web-app-manifest-generator/issues"
},
"time": "2016-04-24 09:37:17"
},
{
"name": "marco-c/wp_serve_file",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/marco-c/WP_Serve_File.git",
"reference": "4b1c0d812375e609d31342118cb886e12a235b9f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marco-c/WP_Serve_File/zipball/4b1c0d812375e609d31342118cb886e12a235b9f",
"reference": "4b1c0d812375e609d31342118cb886e12a235b9f",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Mozilla\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPLv2"
],
"authors": [
{
"name": "Marco Castelluccio",
"email": "[email protected]"
}
],
"description": "Class to serve dynamic files in WordPress with performance in mind.",
"time": "2016-04-04 19:09:54"
},
{
"name": "mdanter/ecc",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpecc/phpecc.git",
"reference": "0cb2c74fcc3f70b4c03cc486e1acb893c0b97f42"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpecc/phpecc/zipball/0cb2c74fcc3f70b4c03cc486e1acb893c0b97f42",
"reference": "0cb2c74fcc3f70b4c03cc486e1acb893c0b97f42",
"shasum": ""
},
"require": {
"ext-gmp": "*",
"ext-mcrypt": "*",
"fgrosse/phpasn1": "~1.3.1",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1|~5.0",
"squizlabs/php_codesniffer": "~2",
"symfony/yaml": "~2.6|~3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mdanter\\Ecc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matyas Danter",
"homepage": "http://matejdanter.com/",
"role": "Author"
},
{
"name": "Thibaud Fabre",
"email": "[email protected]",
"homepage": "http://aztech.io",
"role": "Maintainer"
},
{
"name": "Drak",
"email": "[email protected]",
"homepage": "http://zikula.org",
"role": "Maintainer"
}
],
"description": "PHP Elliptic Curve Cryptography library",
"homepage": "https://github.com/mdanter/phpecc",
"time": "2016-03-15 18:26:20"
},
{
"name": "mozilla/wp-sw-manager",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/mozilla/wp-sw-manager.git",
"reference": "e6618e47bc21cb1a4daea6aca92ddd5d9e8d9c64"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mozilla/wp-sw-manager/zipball/e6618e47bc21cb1a4daea6aca92ddd5d9e8d9c64",
"reference": "e6618e47bc21cb1a4daea6aca92ddd5d9e8d9c64",
"shasum": ""
},
"require": {
"marco-c/wp_serve_file": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"Mozilla\\": ""
}
},
"license": [
"GPLv2"
],
"authors": [
{
"name": "Salvador de la Puente",
"email": "[email protected]"
}
],
"description": "Service Worker infrastructure for WordPress plugins.",
"support": {
"source": "https://github.com/mozilla/wp-sw-manager/tree/0.5.0",
"issues": "https://github.com/mozilla/wp-sw-manager/issues"
},
"time": "2016-04-15 17:39:45"
},
{
"name": "spomky-labs/base64url",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/base64url.git",
"reference": "ef6d5fb93894063d9cee996022259fd08d6646ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/ef6d5fb93894063d9cee996022259fd08d6646ea",
"reference": "ef6d5fb93894063d9cee996022259fd08d6646ea",
"shasum": ""
},
"require": {
"php": "^5.3|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0",
"satooshi/php-coveralls": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Base64Url\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky-Labs/base64url/contributors"
}
],
"description": "Base 64 URL Safe Encoding/decoding PHP Library",
"homepage": "https://github.com/Spomky-Labs/base64url",
"keywords": [
"base64",
"rfc4648",
"safe",
"url"
],
"time": "2016-01-21 19:50:30"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"marco-c/wp-web-app-manifest-generator": 20,
"mozilla/wp-sw-manager": 20,
"marco-c/wp_serve_file": 20,
"lcobucci/jwt": 20,
"mdanter/ecc": 20,
"spomky-labs/base64url": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}