Passed
Pull Request — 1.1 (#1122)
by Tim
07:39
created

composer.lock (3 issues)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "0bf844bec714421d99173270447bf196",
8
    "packages": [
9
        {
10
            "name": "appserver-io-psr/application",
11
            "version": "1.5.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/appserver-io-psr/application.git",
15
                "reference": "2c282b60c9fff5f3bc09b326740f1ba35dde847f"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/appserver-io-psr/application/zipball/2c282b60c9fff5f3bc09b326740f1ba35dde847f",
20
                "reference": "2c282b60c9fff5f3bc09b326740f1ba35dde847f",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "appserver-io-psr/context": "~1.0",
25
                "php": ">=5.4.0"
26
            },
27
            "require-dev": {
28
                "appserver-io/build": "~1.0"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "psr-0": {
33
                    "AppserverIo\\Psr\\Application": [
34
                        "src/",
35
                        "tests/"
36
                    ]
37
                }
38
            },
39
            "notification-url": "https://packagist.org/downloads/",
40
            "license": [
41
                "OSL-3.0"
42
            ],
43
            "authors": [
44
                {
45
                    "name": "Tim Wagner",
46
                    "email": "[email protected]",
47
                    "homepage": "https://github.com/wagnert",
48
                    "role": "Developer"
49
                }
50
            ],
51
            "description": "PSR, for a threaded application implementation",
52
            "homepage": "https://github.com/appserver-io-psr/application",
53
            "keywords": [
54
                "persistence container protocol doctrine"
55
            ],
56
            "time": "2018-06-21T14:55:15+00:00"
57
        },
58
        {
59
            "name": "appserver-io-psr/application-server",
60
            "version": "1.0.0",
61
            "source": {
62
                "type": "git",
63
                "url": "https://github.com/appserver-io-psr/application-server.git",
64
                "reference": "70cc99f408cccc8a05250635fe8c6da36b46cfea"
65
            },
66
            "dist": {
67
                "type": "zip",
68
                "url": "https://api.github.com/repos/appserver-io-psr/application-server/zipball/70cc99f408cccc8a05250635fe8c6da36b46cfea",
69
                "reference": "70cc99f408cccc8a05250635fe8c6da36b46cfea",
70
                "shasum": ""
71
            },
72
            "require": {
73
                "appserver-io-psr/naming": "1.1.*",
74
                "appserver-io/configuration": "3.0.*",
75
                "appserver-io/storage": "2.0.*",
76
                "php": ">=5.4.0",
77
                "react/dns": "0.4.4",
78
                "react/socket": "0.4.*",
79
                "react/socket-client": "0.5.0"
80
            },
81
            "require-dev": {
82
                "appserver-io/build": "~1.0"
83
            },
84
            "type": "library",
85
            "autoload": {
86
                "psr-0": {
87
                    "AppserverIo\\Psr\\ApplicationServer": [
88
                        "src/",
89
                        "tests/"
90
                    ]
91
                }
92
            },
93
            "notification-url": "https://packagist.org/downloads/",
94
            "license": [
95
                "OSL-3.0"
96
            ],
97
            "authors": [
98
                {
99
                    "name": "Tim Wagner",
100
                    "email": "[email protected]",
101
                    "homepage": "http://www.appserver.io",
102
                    "role": "Developer"
103
                }
104
            ],
105
            "description": "PSR, for the appserver.io application server",
106
            "homepage": "https://github.com/appserver-io-psr/cli",
107
            "keywords": [
108
                "application",
109
                "interface",
110
                "php",
111
                "server"
112
            ],
113
            "time": "2018-05-17T20:12:13+00:00"
114
        },
115
        {
116
            "name": "appserver-io-psr/auth",
117
            "version": "2.0.1",
118
            "source": {
119
                "type": "git",
120
                "url": "https://github.com/appserver-io-psr/auth.git",
121
                "reference": "35b3303f2ff0b1b89415593c281297a01710ad9f"
122
            },
123
            "dist": {
124
                "type": "zip",
125
                "url": "https://api.github.com/repos/appserver-io-psr/auth/zipball/35b3303f2ff0b1b89415593c281297a01710ad9f",
126
                "reference": "35b3303f2ff0b1b89415593c281297a01710ad9f",
127
                "shasum": ""
128
            },
129
            "require": {
130
                "appserver-io-psr/application": "~1.0",
131
                "appserver-io-psr/security": "~1.0",
132
                "appserver-io-psr/servlet": "~4.0",
133
                "appserver-io/collections": "~1.0",
134
                "php": ">=5.4.0"
135
            },
136
            "require-dev": {
137
                "appserver-io/build": "~1.0",
138
                "appserver-io/http": "~2.0",
139
                "appserver-io/storage": "~2.0"
140
            },
141
            "type": "library",
142
            "autoload": {
143
                "psr-4": {
144
                    "AppserverIo\\Psr\\Auth\\": [
145
                        "src/",
146
                        "tests/"
147
                    ]
148
                }
149
            },
150
            "notification-url": "https://packagist.org/downloads/",
151
            "license": [
152
                "OSL-3.0"
153
            ],
154
            "authors": [
155
                {
156
                    "name": "Tim Wagner",
157
                    "email": "[email protected]",
158
                    "homepage": "http://www.appserver.io",
159
                    "role": "Developer"
160
                }
161
            ],
162
            "description": "PSR, for a PHP based authentication module",
163
            "homepage": "https://github.com/appserver-io-psr/auth",
164
            "keywords": [
165
                "Authentication",
166
                "interface",
167
                "php"
168
            ],
169
            "time": "2018-07-17T19:50:08+00:00"
170
        },
171
        {
172
            "name": "appserver-io-psr/cli",
173
            "version": "1.0.0",
174
            "source": {
175
                "type": "git",
176
                "url": "https://github.com/appserver-io-psr/cli.git",
177
                "reference": "e6cb9c2d808982da85e23744f1c76f683c4c1655"
178
            },
179
            "dist": {
180
                "type": "zip",
181
                "url": "https://api.github.com/repos/appserver-io-psr/cli/zipball/e6cb9c2d808982da85e23744f1c76f683c4c1655",
182
                "reference": "e6cb9c2d808982da85e23744f1c76f683c4c1655",
183
                "shasum": ""
184
            },
185
            "require": {
186
                "appserver-io-psr/application": "~1.0",
187
                "appserver-io-psr/application-server": "~1.0",
188
                "php": ">=5.4.0"
189
            },
190
            "require-dev": {
191
                "appserver-io/build": "~1.0"
192
            },
193
            "type": "library",
194
            "autoload": {
195
                "psr-0": {
196
                    "AppserverIo\\Psr\\Cli": [
197
                        "src/",
198
                        "tests/"
199
                    ]
200
                }
201
            },
202
            "notification-url": "https://packagist.org/downloads/",
203
            "license": [
204
                "OSL-3.0"
205
            ],
206
            "authors": [
207
                {
208
                    "name": "Tim Wagner",
209
                    "email": "[email protected]",
210
                    "homepage": "http://www.appserver.io",
211
                    "role": "Developer"
212
                }
213
            ],
214
            "description": "PSR, for the appserver.io CLI",
215
            "homepage": "https://github.com/appserver-io-psr/cli",
216
            "keywords": [
217
                "cli",
218
                "console",
219
                "interface",
220
                "php"
221
            ],
222
            "time": "2018-05-17T20:42:00+00:00"
223
        },
224
        {
225
            "name": "appserver-io-psr/context",
226
            "version": "1.0.0",
227
            "source": {
228
                "type": "git",
229
                "url": "https://github.com/appserver-io-psr/context.git",
230
                "reference": "13d5f187c5e45717b5a88095c39a95d597588951"
231
            },
232
            "dist": {
233
                "type": "zip",
234
                "url": "https://api.github.com/repos/appserver-io-psr/context/zipball/13d5f187c5e45717b5a88095c39a95d597588951",
235
                "reference": "13d5f187c5e45717b5a88095c39a95d597588951",
236
                "shasum": ""
237
            },
238
            "require": {
239
                "php": ">=5.4.0"
240
            },
241
            "require-dev": {
242
                "appserver-io/build": "~1.0"
243
            },
244
            "type": "library",
245
            "autoload": {
246
                "psr-0": {
247
                    "AppserverIo\\Psr\\Context": [
248
                        "src/",
249
                        "tests/"
250
                    ]
251
                }
252
            },
253
            "notification-url": "https://packagist.org/downloads/",
254
            "license": [
255
                "OSL-3.0"
256
            ],
257
            "authors": [
258
                {
259
                    "name": "Tim Wagner",
260
                    "email": "[email protected]",
261
                    "homepage": "https://github.com/wagnert",
262
                    "role": "Developer"
263
                }
264
            ],
265
            "description": "PSR, defining simple context functionality.",
266
            "homepage": "https://github.com/appserver-io-psr/context",
267
            "keywords": [
268
                "Context"
269
            ],
270
            "time": "2015-02-13T16:21:34+00:00"
271
        },
272
        {
273
            "name": "appserver-io-psr/deployment",
274
            "version": "2.0.0",
275
            "source": {
276
                "type": "git",
277
                "url": "https://github.com/appserver-io-psr/deployment.git",
278
                "reference": "cc5d7eaaa58a8ab82ee39baf4f85c22071e2f089"
279
            },
280
            "dist": {
281
                "type": "zip",
282
                "url": "https://api.github.com/repos/appserver-io-psr/deployment/zipball/cc5d7eaaa58a8ab82ee39baf4f85c22071e2f089",
283
                "reference": "cc5d7eaaa58a8ab82ee39baf4f85c22071e2f089",
284
                "shasum": ""
285
            },
286
            "require": {
287
                "php": ">=5.5.0"
288
            },
289
            "require-dev": {
290
                "appserver-io/build": "~1.0"
291
            },
292
            "type": "library",
293
            "autoload": {
294
                "psr-0": {
295
                    "AppserverIo\\Psr\\Deployment": [
296
                        "src/",
297
                        "tests/"
298
                    ]
299
                }
300
            },
301
            "notification-url": "https://packagist.org/downloads/",
302
            "license": [
303
                "OSL-3.0"
304
            ],
305
            "authors": [
306
                {
307
                    "name": "Tim Wagner",
308
                    "email": "[email protected]",
309
                    "homepage": "https://github.com/wagnert",
310
                    "role": "Developer"
311
                }
312
            ],
313
            "description": "PSR, defining deployment functionality.",
314
            "homepage": "https://github.com/appserver-io-psr/deployment",
315
            "keywords": [
316
                "deployment"
317
            ],
318
            "time": "2018-04-11T16:09:35+00:00"
319
        },
320
        {
321
            "name": "appserver-io-psr/di",
322
            "version": "3.0.0",
323
            "source": {
324
                "type": "git",
325
                "url": "https://github.com/appserver-io-psr/di.git",
326
                "reference": "fcc18dc4e3aff9599cba21be9f05f24b5dea1fee"
327
            },
328
            "dist": {
329
                "type": "zip",
330
                "url": "https://api.github.com/repos/appserver-io-psr/di/zipball/fcc18dc4e3aff9599cba21be9f05f24b5dea1fee",
331
                "reference": "fcc18dc4e3aff9599cba21be9f05f24b5dea1fee",
332
                "shasum": ""
333
            },
334
            "require": {
335
                "appserver-io-psr/application": "~1.0",
336
                "appserver-io-psr/deployment": "~2.0",
337
                "appserver-io/lang": "~3.0",
338
                "php": ">=5.4.0",
339
                "psr/container": "1.0.0"
340
            },
341
            "require-dev": {
342
                "appserver-io/build": "~1.0",
343
                "appserver-io/storage": "~2.0"
344
            },
345
            "type": "library",
346
            "autoload": {
347
                "psr-4": {
348
                    "AppserverIo\\Psr\\Di\\": [
349
                        "src/",
350
                        "tests/"
351
                    ]
352
                }
353
            },
354
            "notification-url": "https://packagist.org/downloads/",
355
            "license": [
356
                "OSL-3.0"
357
            ],
358
            "authors": [
359
                {
360
                    "name": "Tim Wagner",
361
                    "email": "[email protected]",
362
                    "homepage": "http://www.appserver.io",
363
                    "role": "Developer"
364
                }
365
            ],
366
            "description": "PSR, for a PHP based DI container",
367
            "homepage": "https://github.com/appserver-io-psr/di",
368
            "keywords": [
369
                "dependency",
370
                "injection",
371
                "interface",
372
                "php"
373
            ],
374
            "time": "2018-04-11T16:43:04+00:00"
375
        },
376
        {
377
            "name": "appserver-io-psr/epb",
378
            "version": "7.0.0",
379
            "source": {
380
                "type": "git",
381
                "url": "https://github.com/appserver-io-psr/epb.git",
382
                "reference": "8e1f6ba8650b1961a3547eb92f571a692753730f"
383
            },
384
            "dist": {
385
                "type": "zip",
386
                "url": "https://api.github.com/repos/appserver-io-psr/epb/zipball/8e1f6ba8650b1961a3547eb92f571a692753730f",
387
                "reference": "8e1f6ba8650b1961a3547eb92f571a692753730f",
388
                "shasum": ""
389
            },
390
            "require": {
391
                "appserver-io-psr/application": "~1.0",
392
                "appserver-io/lang": "~3.0",
393
                "appserver-io/storage": "~2.0",
394
                "php": ">=5.5.0"
395
            },
396
            "require-dev": {
397
                "appserver-io/build": "~1.0"
398
            },
399
            "type": "library",
400
            "autoload": {
401
                "psr-0": {
402
                    "AppserverIo\\Psr\\EnterpriseBeans": [
403
                        "src/",
404
                        "tests/"
405
                    ]
406
                }
407
            },
408
            "notification-url": "https://packagist.org/downloads/",
409
            "license": [
410
                "OSL-3.0"
411
            ],
412
            "authors": [
413
                {
414
                    "name": "Tim Wagner",
415
                    "email": "[email protected]",
416
                    "homepage": "https://github.com/wagnert",
417
                    "role": "Developer"
418
                },
419
                {
420
                    "name": "Johann Zelger",
421
                    "email": "[email protected]",
422
                    "homepage": "https://github.com/zelgerj",
423
                    "role": "Developer"
424
                }
425
            ],
426
            "description": "PSR containing Enterprise PHP Beans classes and interfaces.",
427
            "homepage": "https://github.com/appserver-io-psr/epb",
428
            "keywords": [
429
                "php enterprise beans"
430
            ],
431
            "time": "2018-07-17T16:49:15+00:00"
432
        },
433
        {
434
            "name": "appserver-io-psr/http-message",
435
            "version": "1.4.1",
436
            "source": {
437
                "type": "git",
438
                "url": "https://github.com/appserver-io-psr/http-message.git",
439
                "reference": "f30acd535e6812a1a4db91070a089768c35c9b20"
440
            },
441
            "dist": {
442
                "type": "zip",
443
                "url": "https://api.github.com/repos/appserver-io-psr/http-message/zipball/f30acd535e6812a1a4db91070a089768c35c9b20",
444
                "reference": "f30acd535e6812a1a4db91070a089768c35c9b20",
445
                "shasum": ""
446
            },
447
            "require": {
448
                "php": ">=5.4.0"
449
            },
450
            "require-dev": {
451
                "appserver-io/build": "~1.0"
452
            },
453
            "type": "library",
454
            "autoload": {
455
                "psr-0": {
456
                    "AppserverIo\\Psr\\HttpMessage": "src/"
457
                }
458
            },
459
            "notification-url": "https://packagist.org/downloads/",
460
            "license": [
461
                "OSL-3.0"
462
            ],
463
            "authors": [
464
                {
465
                    "name": "Johann Zelger",
466
                    "email": "[email protected]",
467
                    "homepage": "http://www.appserver.io",
468
                    "role": "Developer"
469
                },
470
                {
471
                    "name": "Tim Wagner",
472
                    "email": "[email protected]",
473
                    "homepage": "http://www.appserver.io",
474
                    "role": "Developer"
475
                },
476
                {
477
                    "name": "Bernhard Wick",
478
                    "email": "[email protected]",
479
                    "homepage": "http://www.appserver.io",
480
                    "role": "Developer"
481
                }
482
            ],
483
            "description": "PSR package containing some interface for HTTP messaging while PSR-7 is in proposal state",
484
            "homepage": "https://github.com/appserver-io-psr/http-message",
485
            "keywords": [
486
                "http",
487
                "httpmessage",
488
                "php",
489
                "protocol",
490
                "server"
491
            ],
492
            "time": "2017-05-13T14:27:22+00:00"
493
        },
494
        {
495
            "name": "appserver-io-psr/mop",
496
            "version": "2.0.0",
497
            "source": {
498
                "type": "git",
499
                "url": "https://github.com/appserver-io-psr/mop.git",
500
                "reference": "02cadb576b26af97b90757a0def72383f05c71f8"
501
            },
502
            "dist": {
503
                "type": "zip",
504
                "url": "https://api.github.com/repos/appserver-io-psr/mop/zipball/02cadb576b26af97b90757a0def72383f05c71f8",
505
                "reference": "02cadb576b26af97b90757a0def72383f05c71f8",
506
                "shasum": ""
507
            },
508
            "require": {
509
                "appserver-io/lang": "~3.0",
510
                "php": ">=5.4.0"
511
            },
512
            "require-dev": {
513
                "appserver-io/build": "~1.0"
514
            },
515
            "type": "library",
516
            "autoload": {
517
                "psr-0": {
518
                    "AppserverIo\\Psr\\MetaobjectProtocol": "src/"
519
                }
520
            },
521
            "notification-url": "https://packagist.org/downloads/",
522
            "license": [
523
                "OSL-3.0"
524
            ],
525
            "authors": [
526
                {
527
                    "name": "Bernhard Wick",
528
                    "email": "[email protected]",
529
                    "homepage": "https://github.com/wick-ed",
530
                    "role": "Developer"
531
                }
532
            ],
533
            "description": "PSR, defining annotations and interfaces for code transformation and enhancement.",
534
            "homepage": "https://github.com/appserver-io-psr/mop",
535
            "keywords": [
536
                "php metaobject aop dbc Design-by-Contract psr"
537
            ],
538
            "time": "2018-07-17T18:29:29+00:00"
539
        },
540
        {
541
            "name": "appserver-io-psr/naming",
542
            "version": "1.1.1",
543
            "source": {
544
                "type": "git",
545
                "url": "https://github.com/appserver-io-psr/naming.git",
546
                "reference": "94186d052367add5535712096803448fd6390972"
547
            },
548
            "dist": {
549
                "type": "zip",
550
                "url": "https://api.github.com/repos/appserver-io-psr/naming/zipball/94186d052367add5535712096803448fd6390972",
551
                "reference": "94186d052367add5535712096803448fd6390972",
552
                "shasum": ""
553
            },
554
            "require": {
555
                "appserver-io-psr/application": "~1.0",
556
                "appserver-io-psr/context": "~1.0",
557
                "appserver-io-psr/servlet": "~4.0",
558
                "appserver-io/properties": "~2.0",
559
                "appserver-io/rmi": "~3.0",
560
                "nikic/phlexy": "0.1",
561
                "php": ">=5.4.0"
562
            },
563
            "require-dev": {
564
                "appserver-io/build": "~1.0"
565
            },
566
            "type": "library",
567
            "autoload": {
568
                "psr-0": {
569
                    "AppserverIo\\Psr\\Naming": [
570
                        "src/",
571
                        "tests/"
572
                    ]
573
                }
574
            },
575
            "notification-url": "https://packagist.org/downloads/",
576
            "license": [
577
                "OSL-3.0"
578
            ],
579
            "authors": [
580
                {
581
                    "name": "Tim Wagner",
582
                    "email": "[email protected]",
583
                    "homepage": "https://github.com/wagnert",
584
                    "role": "Developer"
585
                }
586
            ],
587
            "description": "PSR, providing the classes and interfaces for accessing naming services",
588
            "homepage": "https://github.com/appserver-io-psr/naming",
589
            "keywords": [
590
                "naming directory service lookup"
591
            ],
592
            "time": "2018-07-17T19:33:07+00:00"
593
        },
594
        {
595
            "name": "appserver-io-psr/pms",
596
            "version": "2.0.0",
597
            "source": {
598
                "type": "git",
599
                "url": "https://github.com/appserver-io-psr/pms.git",
600
                "reference": "60b353afb4379d37fc7c3791d961941b31f6fc96"
601
            },
602
            "dist": {
603
                "type": "zip",
604
                "url": "https://api.github.com/repos/appserver-io-psr/pms/zipball/60b353afb4379d37fc7c3791d961941b31f6fc96",
605
                "reference": "60b353afb4379d37fc7c3791d961941b31f6fc96",
606
                "shasum": ""
607
            },
608
            "require": {
609
                "appserver-io-psr/application": "~1.0",
610
                "php": ">=5.4.0"
611
            },
612
            "require-dev": {
613
                "appserver-io/build": "~1.0"
614
            },
615
            "type": "library",
616
            "autoload": {
617
                "psr-0": {
618
                    "AppserverIo\\Psr\\Pms": [
619
                        "src/",
620
                        "tests/"
621
                    ]
622
                }
623
            },
624
            "notification-url": "https://packagist.org/downloads/",
625
            "license": [
626
                "OSL-3.0"
627
            ],
628
            "authors": [
629
                {
630
                    "name": "Tim Wagner",
631
                    "email": "[email protected]",
632
                    "homepage": "https://github.com/wagnert",
633
                    "role": "Developer"
634
                }
635
            ],
636
            "description": "PSR containing Enterprise PHP Messaging classes and interfaces.",
637
            "homepage": "https://github.com/appserver-io-psr/pms",
638
            "keywords": [
639
                "php enterprise messaging"
640
            ],
641
            "time": "2018-07-04T15:02:30+00:00"
642
        },
643
        {
644
            "name": "appserver-io-psr/security",
645
            "version": "1.4.0",
646
            "source": {
647
                "type": "git",
648
                "url": "https://github.com/appserver-io-psr/security.git",
649
                "reference": "0807e06cbd928d730b3530d8c36e0de13deaff47"
650
            },
651
            "dist": {
652
                "type": "zip",
653
                "url": "https://api.github.com/repos/appserver-io-psr/security/zipball/0807e06cbd928d730b3530d8c36e0de13deaff47",
654
                "reference": "0807e06cbd928d730b3530d8c36e0de13deaff47",
655
                "shasum": ""
656
            },
657
            "require": {
658
                "appserver-io/collections": "~1.0",
659
                "php": ">=5.4.0"
660
            },
661
            "require-dev": {
662
                "appserver-io/build": "~1.0"
663
            },
664
            "type": "library",
665
            "autoload": {
666
                "psr-0": {
667
                    "AppserverIo\\Psr\\Security": [
668
                        "src/",
669
                        "tests/"
670
                    ]
671
                }
672
            },
673
            "notification-url": "https://packagist.org/downloads/",
674
            "license": [
675
                "OSL-3.0"
676
            ],
677
            "authors": [
678
                {
679
                    "name": "Tim Wagner",
680
                    "email": "[email protected]",
681
                    "homepage": "https://github.com/wagnert",
682
                    "role": "Developer"
683
                }
684
            ],
685
            "description": "PSR, for application server security implementation",
686
            "homepage": "https://github.com/appserver-io-psr/security",
687
            "keywords": [
688
                "application server security authentication authorization login"
689
            ],
690
            "time": "2016-12-03T12:42:45+00:00"
691
        },
692
        {
693
            "name": "appserver-io-psr/servlet",
694
            "version": "4.1.0",
695
            "source": {
696
                "type": "git",
697
                "url": "https://github.com/appserver-io-psr/servlet.git",
698
                "reference": "997057dd45fd0f2fb64d2a5c99515228707a82b4"
699
            },
700
            "dist": {
701
                "type": "zip",
702
                "url": "https://api.github.com/repos/appserver-io-psr/servlet/zipball/997057dd45fd0f2fb64d2a5c99515228707a82b4",
703
                "reference": "997057dd45fd0f2fb64d2a5c99515228707a82b4",
704
                "shasum": ""
705
            },
706
            "require": {
707
                "appserver-io-psr/http-message": "~1.0",
708
                "appserver-io/lang": "~3.0",
709
                "php": ">=5.4.0"
710
            },
711
            "require-dev": {
712
                "appserver-io/build": "~1.0"
713
            },
714
            "type": "library",
715
            "autoload": {
716
                "psr-0": {
717
                    "AppserverIo\\Psr\\Servlet": [
718
                        "src/",
719
                        "tests/"
720
                    ]
721
                }
722
            },
723
            "notification-url": "https://packagist.org/downloads/",
724
            "license": [
725
                "OSL-3.0"
726
            ],
727
            "authors": [
728
                {
729
                    "name": "Tim Wagner",
730
                    "email": "[email protected]",
731
                    "homepage": "http://www.appserver.io",
732
                    "role": "Developer"
733
                }
734
            ],
735
            "description": "PSR, for a PHP based servlet engine",
736
            "homepage": "https://github.com/appserver-io-psr/servlet",
737
            "keywords": [
738
                "interface",
739
                "php",
740
                "servlet"
741
            ],
742
            "time": "2018-10-03T10:45:31+00:00"
743
        },
744
        {
745
            "name": "appserver-io-psr/socket",
746
            "version": "1.0.0",
747
            "source": {
748
                "type": "git",
749
                "url": "https://github.com/appserver-io-psr/socket.git",
750
                "reference": "4873a4cfc8d7b37b233322529c40cff3022d1e45"
751
            },
752
            "dist": {
753
                "type": "zip",
754
                "url": "https://api.github.com/repos/appserver-io-psr/socket/zipball/4873a4cfc8d7b37b233322529c40cff3022d1e45",
755
                "reference": "4873a4cfc8d7b37b233322529c40cff3022d1e45",
756
                "shasum": ""
757
            },
758
            "require": {
759
                "php": ">=5.4.0"
760
            },
761
            "require-dev": {
762
                "appserver-io/build": "~1.0"
763
            },
764
            "type": "library",
765
            "autoload": {
766
                "psr-0": {
767
                    "AppserverIo\\Psr\\Socket": "src/"
768
                }
769
            },
770
            "notification-url": "https://packagist.org/downloads/",
771
            "license": [
772
                "OSL-3.0"
773
            ],
774
            "authors": [
775
                {
776
                    "name": "Johann Zelger",
777
                    "email": "[email protected]",
778
                    "homepage": "http://www.appserver.io",
779
                    "role": "Developer"
780
                }
781
            ],
782
            "description": "PSR for standardized socket usage",
783
            "homepage": "https://github.com/appserver-io-psr/socket",
784
            "keywords": [
785
                "Connection",
786
                "Socket",
787
                "php",
788
                "protocol",
789
                "streamsocket"
790
            ],
791
            "time": "2015-02-13T16:30:14+00:00"
792
        },
793
        {
794
            "name": "appserver-io/authenticator",
795
            "version": "1.0.2",
796
            "source": {
797
                "type": "git",
798
                "url": "https://github.com/appserver-io/authenticator.git",
799
                "reference": "68139dee3f3cefd6541d57af457f904cb18458cd"
800
            },
801
            "dist": {
802
                "type": "zip",
803
                "url": "https://api.github.com/repos/appserver-io/authenticator/zipball/68139dee3f3cefd6541d57af457f904cb18458cd",
804
                "reference": "68139dee3f3cefd6541d57af457f904cb18458cd",
805
                "shasum": ""
806
            },
807
            "require": {
808
                "appserver-io-psr/auth": "~2.0",
809
                "appserver-io-psr/servlet": "~4.0",
810
                "appserver-io/collections": "~1.0",
811
                "appserver-io/http": "~2.0",
812
                "php": ">=5.4.0",
813
                "rhumsaa/uuid": "~2.4"
814
            },
815
            "require-dev": {
816
                "appserver-io/build": "~1.0"
817
            },
818
            "type": "library",
819
            "autoload": {
820
                "psr-4": {
821
                    "AppserverIo\\Authenticator\\": [
822
                        "src/",
823
                        "tests/"
824
                    ]
825
                }
826
            },
827
            "notification-url": "https://packagist.org/downloads/",
828
            "license": [
829
                "OSL-3.0"
830
            ],
831
            "authors": [
832
                {
833
                    "name": "Tim Wagner",
834
                    "email": "[email protected]",
835
                    "homepage": "http://www.appserver.io",
836
                    "role": "Developer"
837
                }
838
            ],
839
            "description": "Authenticator implementations for Basic, Digest and Form based HTTP authentication",
840
            "homepage": "https://github.com/appserver-io/authenticator",
841
            "keywords": [
842
                "dependency",
843
                "injection",
844
                "interface",
845
                "php"
846
            ],
847
            "time": "2018-07-18T15:44:54+00:00"
848
        },
849
        {
850
            "name": "appserver-io/collections",
851
            "version": "1.1.0",
852
            "source": {
853
                "type": "git",
854
                "url": "https://github.com/appserver-io/collections.git",
855
                "reference": "49434063feaf0b45aac7c09b0ba586f0b282d45d"
856
            },
857
            "dist": {
858
                "type": "zip",
859
                "url": "https://api.github.com/repos/appserver-io/collections/zipball/49434063feaf0b45aac7c09b0ba586f0b282d45d",
860
                "reference": "49434063feaf0b45aac7c09b0ba586f0b282d45d",
861
                "shasum": ""
862
            },
863
            "require": {
864
                "appserver-io/lang": "~3.0",
865
                "php": ">=5.4.0"
866
            },
867
            "require-dev": {
868
                "appserver-io/build": "~1.0"
869
            },
870
            "type": "library",
871
            "autoload": {
872
                "psr-0": {
873
                    "AppserverIo\\Collections": [
874
                        "src/",
875
                        "tests/"
876
                    ]
877
                }
878
            },
879
            "notification-url": "https://packagist.org/downloads/",
880
            "license": [
881
                "OSL-3.0"
882
            ],
883
            "authors": [
884
                {
885
                    "name": "Tim Wagner",
886
                    "email": "[email protected]",
887
                    "homepage": "https://github.com/wagnert",
888
                    "role": "Developer"
889
                }
890
            ],
891
            "description": "Package that provides basic PHP collections and utilities.",
892
            "homepage": "https://github.com/appserver-io/collections",
893
            "keywords": [
894
                "collection arraylist map tree sorted set dictionary comparator predicate"
895
            ],
896
            "time": "2017-06-06T23:16:31+00:00"
897
        },
898
        {
899
            "name": "appserver-io/concurrency",
900
            "version": "0.3.0",
901
            "source": {
902
                "type": "git",
903
                "url": "https://github.com/appserver-io/concurrency.git",
904
                "reference": "6e7493237ac791f08e32943b8a2284341c320fd8"
905
            },
906
            "dist": {
907
                "type": "zip",
908
                "url": "https://api.github.com/repos/appserver-io/concurrency/zipball/6e7493237ac791f08e32943b8a2284341c320fd8",
909
                "reference": "6e7493237ac791f08e32943b8a2284341c320fd8",
910
                "shasum": ""
911
            },
912
            "require": {
913
                "php": ">=5.4.0"
914
            },
915
            "require-dev": {
916
                "appserver-io/build": "~1.0",
917
                "codeclimate/php-test-reporter": "dev-master"
918
            },
919
            "type": "library",
920
            "autoload": {
921
                "psr-4": {
922
                    "AppserverIo\\Concurrency\\": "src/"
923
                }
924
            },
925
            "notification-url": "https://packagist.org/downloads/",
926
            "license": [
927
                "OSL-3.0"
928
            ],
929
            "authors": [
930
                {
931
                    "name": "Johann Zelger",
932
                    "email": "[email protected]",
933
                    "homepage": "https://github.com/appserver-io/concurrency",
934
                    "role": "Developer"
935
                }
936
            ],
937
            "description": "It introduces abstract services and objects that provides easy handling for thread-safety, concurrency and sharing.",
938
            "homepage": "https://github.com/appserver-io/concurrency",
939
            "keywords": [
940
                "concurrency",
941
                "globalstorage",
942
                "multithreading",
943
                "php",
944
                "pthreads",
945
                "sharing",
946
                "thread-safty"
947
            ],
948
            "time": "2015-06-24T14:46:17+00:00"
949
        },
950
        {
951
            "name": "appserver-io/configuration",
952
            "version": "3.0.0",
953
            "source": {
954
                "type": "git",
955
                "url": "https://github.com/appserver-io/configuration.git",
956
                "reference": "5094fef65399cd434da3870278dfe6774a5c9bc0"
957
            },
958
            "dist": {
959
                "type": "zip",
960
                "url": "https://api.github.com/repos/appserver-io/configuration/zipball/5094fef65399cd434da3870278dfe6774a5c9bc0",
961
                "reference": "5094fef65399cd434da3870278dfe6774a5c9bc0",
962
                "shasum": ""
963
            },
964
            "require": {
965
                "php": ">=5.4.0"
966
            },
967
            "require-dev": {
968
                "appserver-io/build": "~1.0"
969
            },
970
            "type": "library",
971
            "autoload": {
972
                "psr-0": {
973
                    "AppserverIo\\Configuration": [
974
                        "src/",
975
                        "tests/"
976
                    ]
977
                }
978
            },
979
            "notification-url": "https://packagist.org/downloads/",
980
            "license": [
981
                "OSL-3.0"
982
            ],
983
            "authors": [
984
                {
985
                    "name": "Tim Wagner",
986
                    "email": "[email protected]",
987
                    "homepage": "https://github.com/wagnert",
988
                    "role": "Developer"
989
                },
990
                {
991
                    "name": "Bernhard Wick",
992
                    "email": "[email protected]",
993
                    "homepage": "https://github.com/wick-ed",
994
                    "role": "Developer"
995
                }
996
            ],
997
            "description": "Provides basic functionality to handle XML data in  a tree structure, like SimpleXML does.",
998
            "homepage": "https://github.com/appserver-io/configuration",
999
            "keywords": [
1000
                "xml configuration"
1001
            ],
1002
            "time": "2018-04-23T18:37:38+00:00"
1003
        },
1004
        {
1005
            "name": "appserver-io/description",
1006
            "version": "12.0.1",
1007
            "source": {
1008
                "type": "git",
1009
                "url": "https://github.com/appserver-io/description.git",
1010
                "reference": "88692b70a32b98670331a577d5d3574421fab663"
1011
            },
1012
            "dist": {
1013
                "type": "zip",
1014
                "url": "https://api.github.com/repos/appserver-io/description/zipball/88692b70a32b98670331a577d5d3574421fab663",
1015
                "reference": "88692b70a32b98670331a577d5d3574421fab663",
1016
                "shasum": ""
1017
            },
1018
            "require": {
1019
                "appserver-io-psr/application-server": "1.0.*",
1020
                "appserver-io-psr/deployment": "~2.0",
1021
                "appserver-io-psr/epb": "~7.0",
1022
                "appserver-io-psr/servlet": "~4.0",
1023
                "appserver-io/configuration": "3.0.*",
1024
                "appserver-io/lang": "~3.0",
1025
                "appserver-io/properties": "2.1.*",
1026
                "php": ">=5.4.0",
1027
                "rhumsaa/uuid": "~2.4"
1028
            },
1029
            "require-dev": {
1030
                "appserver-io/build": "~1.0"
1031
            },
1032
            "type": "library",
1033
            "autoload": {
1034
                "psr-0": {
1035
                    "AppserverIo\\Description": [
1036
                        "src/",
1037
                        "tests/"
1038
                    ]
1039
                }
1040
            },
1041
            "notification-url": "https://packagist.org/downloads/",
1042
            "license": [
1043
                "OSL-3.0"
1044
            ],
1045
            "authors": [
1046
                {
1047
                    "name": "Tim Wagner",
1048
                    "email": "[email protected]",
1049
                    "homepage": "https://github.com/wagnert",
1050
                    "role": "Developer"
1051
                }
1052
            ],
1053
            "description": "Deployment Descriptor implementation used by appserver.io.",
1054
            "homepage": "https://github.com/appserver-io/description",
1055
            "keywords": [
1056
                "deployment descriptor implementation"
1057
            ],
1058
            "time": "2018-11-04T09:12:58+00:00"
1059
        },
1060
        {
1061
            "name": "appserver-io/dnsserver",
1062
            "version": "2.0.6",
1063
            "source": {
1064
                "type": "git",
1065
                "url": "https://github.com/appserver-io/dnsserver.git",
1066
                "reference": "53a75ced6bb7b9670f11df2da41a4f132017065a"
1067
            },
1068
            "dist": {
1069
                "type": "zip",
1070
                "url": "https://api.github.com/repos/appserver-io/dnsserver/zipball/53a75ced6bb7b9670f11df2da41a4f132017065a",
1071
                "reference": "53a75ced6bb7b9670f11df2da41a4f132017065a",
1072
                "shasum": ""
1073
            },
1074
            "require": {
1075
                "appserver-io-psr/socket": "~1.0",
1076
                "appserver-io/concurrency": "~0.1",
1077
                "appserver-io/logger": "~2.0",
1078
                "appserver-io/server": "~10.0",
1079
                "monolog/monolog": "1.10.*",
1080
                "php": ">=5.4.0",
1081
                "psr/log": "*",
1082
                "rhumsaa/uuid": "~2.8"
1083
            },
1084
            "require-dev": {
1085
                "appserver-io/build": "~1.0",
1086
                "codeclimate/php-test-reporter": "dev-master"
1087
            },
1088
            "bin": [
1089
                "bin/dnsserver"
1090
            ],
1091
            "type": "library",
1092
            "autoload": {
1093
                "psr-0": {
1094
                    "AppserverIo\\DnsServer": [
1095
                        "src/",
1096
                        "tests/"
1097
                    ]
1098
                }
1099
            },
1100
            "notification-url": "https://packagist.org/downloads/",
1101
            "license": [
1102
                "OSL-3.0"
1103
            ],
1104
            "authors": [
1105
                {
1106
                    "name": "Tim Wagner",
1107
                    "email": "[email protected]",
1108
                    "homepage": "http://www.appserver.io",
1109
                    "role": "Developer"
1110
                }
1111
            ],
1112
            "description": "Multithreaded DNS serve written in php",
1113
            "homepage": "https://github.com/appserver-io/webserver",
1114
            "keywords": [
1115
                "dns",
1116
                "dns-server",
1117
                "php",
1118
                "server"
1119
            ],
1120
            "time": "2018-06-19T20:04:59+00:00"
1121
        },
1122
        {
1123
            "name": "appserver-io/doppelgaenger",
1124
            "version": "1.7.2",
1125
            "source": {
1126
                "type": "git",
1127
                "url": "https://github.com/appserver-io/doppelgaenger.git",
1128
                "reference": "75665ed02bdea53449209d94ea416910b9c649e4"
1129
            },
1130
            "dist": {
1131
                "type": "zip",
1132
                "url": "https://api.github.com/repos/appserver-io/doppelgaenger/zipball/75665ed02bdea53449209d94ea416910b9c649e4",
1133
                "reference": "75665ed02bdea53449209d94ea416910b9c649e4",
1134
                "shasum": ""
1135
            },
1136
            "require": {
1137
                "appserver-io-psr/mop": "~2.0",
1138
                "herrera-io/annotations": "~1.0",
1139
                "php": ">=5.4.0"
1140
            },
1141
            "require-dev": {
1142
                "appserver-io/build": "~1.0",
1143
                "respect/validation": "0.8.*"
1144
            },
1145
            "type": "library",
1146
            "autoload": {
1147
                "psr-4": {
1148
                    "AppserverIo\\Doppelgaenger\\": "src/"
1149
                }
1150
            },
1151
            "notification-url": "https://packagist.org/downloads/",
1152
            "license": [
1153
                "OSL-3.0"
1154
            ],
1155
            "authors": [
1156
                {
1157
                    "name": "Bernhard Wick",
1158
                    "email": "[email protected]",
1159
                    "homepage": "https://github.com/wick-ed",
1160
                    "role": "Developer"
1161
                }
1162
            ],
1163
            "description": "Make PHP structure definition clones which look the same but behave differently",
1164
            "keywords": [
1165
                "aop",
1166
                "aspect oriented",
1167
                "doppelgaenger",
1168
                "proxy",
1169
                "remote method call",
1170
                "remote proxy",
1171
                "twin"
1172
            ],
1173
            "time": "2018-07-18T16:18:18+00:00"
1174
        },
1175
        {
1176
            "name": "appserver-io/fastcgi",
1177
            "version": "v2.0.0",
1178
            "source": {
1179
                "type": "git",
1180
                "url": "https://github.com/appserver-io/fastcgi.git",
1181
                "reference": "ee16ea116fc22c53ff409eaa990a4b016e0e1a56"
1182
            },
1183
            "dist": {
1184
                "type": "zip",
1185
                "url": "https://api.github.com/repos/appserver-io/fastcgi/zipball/ee16ea116fc22c53ff409eaa990a4b016e0e1a56",
1186
                "reference": "ee16ea116fc22c53ff409eaa990a4b016e0e1a56",
1187
                "shasum": ""
1188
            },
1189
            "require": {
1190
                "php": ">=5.4.0",
1191
                "react/dns": "0.4.4",
1192
                "react/socket": "0.4.*",
1193
                "react/socket-client": "0.5.0"
1194
            },
1195
            "type": "library",
1196
            "extra": {
1197
                "branch-alias": {
1198
                    "1.x-dev": "1.0.x-dev",
1199
                    "dev-master": "2.x-dev"
1200
                }
1201
            },
1202
            "autoload": {
1203
                "psr-4": {
1204
                    "Crunch\\FastCGI\\": "src"
1205
                }
1206
            },
1207
            "notification-url": "https://packagist.org/downloads/",
1208
            "license": [
1209
                "MIT"
1210
            ],
1211
            "authors": [
1212
                {
1213
                    "name": "Sebastian Krebs",
1214
                    "email": "[email protected]",
1215
                    "homepage": "https://www.crunchphp.de",
1216
                    "role": "Maintainer"
1217
                }
1218
            ],
1219
            "description": "FastCGI protocol, client and server interfaces and implementations",
1220
            "keywords": [
1221
                "client",
1222
                "fastcgi",
1223
                "protocol",
1224
                "server"
1225
            ],
1226
            "time": "2018-02-06T13:43:18+00:00"
1227
        },
1228
        {
1229
            "name": "appserver-io/http",
1230
            "version": "2.2.1",
1231
            "source": {
1232
                "type": "git",
1233
                "url": "https://github.com/appserver-io/http.git",
1234
                "reference": "2bb681322496962f8b97a89fd6497ff0824d1f5d"
1235
            },
1236
            "dist": {
1237
                "type": "zip",
1238
                "url": "https://api.github.com/repos/appserver-io/http/zipball/2bb681322496962f8b97a89fd6497ff0824d1f5d",
1239
                "reference": "2bb681322496962f8b97a89fd6497ff0824d1f5d",
1240
                "shasum": ""
1241
            },
1242
            "require": {
1243
                "appserver-io-psr/http-message": "~1.0",
1244
                "ircmaxell/password-compat": "~1.0",
1245
                "php": ">=5.4.0"
1246
            },
1247
            "require-dev": {
1248
                "appserver-io/build": "~1.0"
1249
            },
1250
            "type": "library",
1251
            "autoload": {
1252
                "psr-0": {
1253
                    "AppserverIo\\Http": [
1254
                        "src/",
1255
                        "tests/"
1256
                    ]
1257
                }
1258
            },
1259
            "notification-url": "https://packagist.org/downloads/",
1260
            "license": [
1261
                "OSL-3.0"
1262
            ],
1263
            "authors": [
1264
                {
1265
                    "name": "Tim Wagner",
1266
                    "email": "[email protected]",
1267
                    "homepage": "https://github.com/wagnert",
1268
                    "role": "Developer"
1269
                },
1270
                {
1271
                    "name": "Bernhard Wick",
1272
                    "email": "[email protected]",
1273
                    "homepage": "https://github.com/wick-ed",
1274
                    "role": "Developer"
1275
                },
1276
                {
1277
                    "name": "Johann Zelger",
1278
                    "email": "[email protected]",
1279
                    "homepage": "https://github.com/wick-ed/zelgerj",
1280
                    "role": "Developer"
1281
                },
1282
                {
1283
                    "name": "Philipp Dittert",
1284
                    "email": "[email protected]",
1285
                    "homepage": "http://www.appserver.io",
1286
                    "role": "Developer"
1287
                }
1288
            ],
1289
            "description": "HTTP protocol implementation for usage in server context",
1290
            "homepage": "https://github.com/appserver-io/http",
1291
            "keywords": [
1292
                "http",
1293
                "php",
1294
                "protocol",
1295
                "server"
1296
            ],
1297
            "time": "2018-07-05T13:21:27+00:00"
1298
        },
1299
        {
1300
            "name": "appserver-io/lang",
1301
            "version": "3.0.0",
1302
            "source": {
1303
                "type": "git",
1304
                "url": "https://github.com/appserver-io/lang.git",
1305
                "reference": "b32a227d87fb9b5d63d9ea59cc06feb8bf7aa4c1"
1306
            },
1307
            "dist": {
1308
                "type": "zip",
1309
                "url": "https://api.github.com/repos/appserver-io/lang/zipball/b32a227d87fb9b5d63d9ea59cc06feb8bf7aa4c1",
1310
                "reference": "b32a227d87fb9b5d63d9ea59cc06feb8bf7aa4c1",
1311
                "shasum": ""
1312
            },
1313
            "require": {
1314
                "herrera-io/annotations": "1.0.*",
1315
                "php": ">=5.4.0"
1316
            },
1317
            "require-dev": {
1318
                "appserver-io/build": "~1.0"
1319
            },
1320
            "type": "library",
1321
            "autoload": {
1322
                "psr-0": {
1323
                    "AppserverIo\\Lang": [
1324
                        "src/",
1325
                        "tests/"
1326
                    ]
1327
                }
1328
            },
1329
            "notification-url": "https://packagist.org/downloads/",
1330
            "license": [
1331
                "OSL-3.0"
1332
            ],
1333
            "authors": [
1334
                {
1335
                    "name": "Tim Wagner",
1336
                    "email": "[email protected]",
1337
                    "homepage": "https://github.com/wagnert",
1338
                    "role": "Developer"
1339
                },
1340
                {
1341
                    "name": "Bernhard Wick",
1342
                    "email": "[email protected]",
1343
                    "homepage": "https://github.com/wick-ed",
1344
                    "role": "Developer"
1345
                }
1346
            ],
1347
            "description": "Lang package implementation providing basic PHP datatypes.",
1348
            "homepage": "https://github.com/appserver-io/lang",
1349
            "keywords": [
1350
                "basic datatypes objects boolean string float integer"
1351
            ],
1352
            "time": "2017-06-06T22:05:16+00:00"
1353
        },
1354
        {
1355
            "name": "appserver-io/logger",
1356
            "version": "2.0.0",
1357
            "source": {
1358
                "type": "git",
1359
                "url": "https://github.com/appserver-io/logger.git",
1360
                "reference": "b5c2fc7f5c42065599542419b296c305e0152d3e"
1361
            },
1362
            "dist": {
1363
                "type": "zip",
1364
                "url": "https://api.github.com/repos/appserver-io/logger/zipball/b5c2fc7f5c42065599542419b296c305e0152d3e",
1365
                "reference": "b5c2fc7f5c42065599542419b296c305e0152d3e",
1366
                "shasum": ""
1367
            },
1368
            "require": {
1369
                "php": ">=5.4.0",
1370
                "psr/log": "*"
1371
            },
1372
            "require-dev": {
1373
                "appserver-io/build": "~1.0"
1374
            },
1375
            "type": "library",
1376
            "autoload": {
1377
                "psr-0": {
1378
                    "AppserverIo\\Logger": [
1379
                        "src/",
1380
                        "tests/"
1381
                    ]
1382
                }
1383
            },
1384
            "notification-url": "https://packagist.org/downloads/",
1385
            "license": [
1386
                "OSL-3.0"
1387
            ],
1388
            "authors": [
1389
                {
1390
                    "name": "Tim Wagner",
1391
                    "email": "[email protected]",
1392
                    "homepage": "http://www.techdivision.com",
1393
                    "role": "Developer"
1394
                }
1395
            ],
1396
            "description": "Thread-Safe and PSR-3 compatible logger implementation.",
1397
            "homepage": "https://github.com/appserver-io/logger",
1398
            "time": "2018-06-19T19:20:40+00:00"
1399
        },
1400
        {
1401
            "name": "appserver-io/messaging",
1402
            "version": "4.0.1",
1403
            "source": {
1404
                "type": "git",
1405
                "url": "https://github.com/appserver-io/messaging.git",
1406
                "reference": "a3c6519b07c44bc09578fa513e71f66506d91074"
1407
            },
1408
            "dist": {
1409
                "type": "zip",
1410
                "url": "https://api.github.com/repos/appserver-io/messaging/zipball/a3c6519b07c44bc09578fa513e71f66506d91074",
1411
                "reference": "a3c6519b07c44bc09578fa513e71f66506d91074",
1412
                "shasum": ""
1413
            },
1414
            "require": {
1415
                "appserver-io-psr/application": "~1.0",
1416
                "appserver-io-psr/epb": "~7.0",
1417
                "appserver-io-psr/pms": "~2.0",
1418
                "appserver-io-psr/socket": "~1.0",
1419
                "appserver-io/properties": "~2.0",
1420
                "guzzle/guzzle": "3.9.*",
1421
                "php": ">=5.4.0",
1422
                "rhumsaa/uuid": "~2.4"
1423
            },
1424
            "require-dev": {
1425
                "appserver-io/build": "~1.0"
1426
            },
1427
            "type": "library",
1428
            "autoload": {
1429
                "psr-0": {
1430
                    "AppserverIo\\Messaging": [
1431
                        "src/",
1432
                        "tests/"
1433
                    ]
1434
                }
1435
            },
1436
            "notification-url": "https://packagist.org/downloads/",
1437
            "license": [
1438
                "OSL-3.0"
1439
            ],
1440
            "authors": [
1441
                {
1442
                    "name": "Tim Wagner",
1443
                    "email": "[email protected]",
1444
                    "homepage": "https://github.com/wagnert",
1445
                    "role": "Developer"
1446
                }
1447
            ],
1448
            "description": "Messaging components implementing the PMS PSR",
1449
            "homepage": "https://github.com/appserver-io/messaging",
1450
            "keywords": [
1451
                "messaging pms components"
1452
            ],
1453
            "time": "2018-07-18T10:42:33+00:00"
1454
        },
1455
        {
1456
            "name": "appserver-io/microcron",
1457
            "version": "1.0.0",
1458
            "source": {
1459
                "type": "git",
1460
                "url": "https://github.com/appserver-io/microcron.git",
1461
                "reference": "685d4377ec41ddd32a30defbe4b6504d5857f991"
1462
            },
1463
            "dist": {
1464
                "type": "zip",
1465
                "url": "https://api.github.com/repos/appserver-io/microcron/zipball/685d4377ec41ddd32a30defbe4b6504d5857f991",
1466
                "reference": "685d4377ec41ddd32a30defbe4b6504d5857f991",
1467
                "shasum": ""
1468
            },
1469
            "require": {
1470
                "mtdowling/cron-expression": "~1.0",
1471
                "php": ">=5.4.0"
1472
            },
1473
            "require-dev": {
1474
                "appserver-io/build": "~1.0"
1475
            },
1476
            "type": "library",
1477
            "autoload": {
1478
                "psr-4": {
1479
                    "AppserverIo\\Microcron\\": "src/"
1480
                }
1481
            },
1482
            "notification-url": "https://packagist.org/downloads/",
1483
            "license": [
1484
                "OSL-3.0"
1485
            ],
1486
            "authors": [
1487
                {
1488
                    "name": "Bernhard Wick",
1489
                    "email": "[email protected]",
1490
                    "homepage": "https://github.com/wick-ed",
1491
                    "role": "Developer"
1492
                }
1493
            ],
1494
            "description": "Cron expression which allows for the use of seconds",
1495
            "homepage": "https://github.com/appserver-io/microcron",
1496
            "keywords": [
1497
                "php cron seconds cron-expression"
1498
            ],
1499
            "time": "2015-02-13T17:54:42+00:00"
1500
        },
1501
        {
1502
            "name": "appserver-io/properties",
1503
            "version": "2.1.1",
1504
            "source": {
1505
                "type": "git",
1506
                "url": "https://github.com/appserver-io/properties.git",
1507
                "reference": "9aea2b6fda214d10654b1410a15283160bb94847"
1508
            },
1509
            "dist": {
1510
                "type": "zip",
1511
                "url": "https://api.github.com/repos/appserver-io/properties/zipball/9aea2b6fda214d10654b1410a15283160bb94847",
1512
                "reference": "9aea2b6fda214d10654b1410a15283160bb94847",
1513
                "shasum": ""
1514
            },
1515
            "require": {
1516
                "appserver-io/collections": "~1.0",
1517
                "php": ">=5.4.0 < 8.0"
1518
            },
1519
            "require-dev": {
1520
                "appserver-io/build": "~1.0"
1521
            },
1522
            "type": "package",
1523
            "autoload": {
1524
                "psr-0": {
1525
                    "AppserverIo\\Properties": [
1526
                        "src/",
1527
                        "tests/"
1528
                    ]
1529
                }
1530
            },
1531
            "notification-url": "https://packagist.org/downloads/",
1532
            "license": [
1533
                "OSL-3.0"
1534
            ],
1535
            "authors": [
1536
                {
1537
                    "name": "Tim Wagner",
1538
                    "email": "[email protected]",
1539
                    "homepage": "https://github.com/wagnert",
1540
                    "role": "Developer"
1541
                }
1542
            ],
1543
            "description": "Package that provides basic functionality to handle property files.",
1544
            "homepage": "https://github.com/appserver-io/properties",
1545
            "keywords": [
1546
                "Settings",
1547
                "properties",
1548
                "resources"
1549
            ],
1550
            "time": "2017-09-14T18:14:29+00:00"
1551
        },
1552
        {
1553
            "name": "appserver-io/provisioning",
1554
            "version": "1.0.1",
1555
            "source": {
1556
                "type": "git",
1557
                "url": "https://github.com/appserver-io/provisioning.git",
1558
                "reference": "d7888de0443cd3ba9d7c0c0c6ce4bc6e998aa384"
1559
            },
1560
            "dist": {
1561
                "type": "zip",
1562
                "url": "https://api.github.com/repos/appserver-io/provisioning/zipball/d7888de0443cd3ba9d7c0c0c6ce4bc6e998aa384",
1563
                "reference": "d7888de0443cd3ba9d7c0c0c6ce4bc6e998aa384",
1564
                "shasum": ""
1565
            },
1566
            "require": {
1567
                "appserver-io/configuration": "3.0.*",
1568
                "appserver-io/description": "12.0.*",
1569
                "php": ">=5.4.0"
1570
            },
1571
            "require-dev": {
1572
                "appserver-io/build": "~1.0"
1573
            },
1574
            "type": "library",
1575
            "autoload": {
1576
                "psr-0": {
1577
                    "AppserverIo\\Provisioning": [
1578
                        "src/",
1579
                        "tests/"
1580
                    ]
1581
                }
1582
            },
1583
            "notification-url": "https://packagist.org/downloads/",
1584
            "license": [
1585
                "OSL-3.0"
1586
            ],
1587
            "authors": [
1588
                {
1589
                    "name": "Tim Wagner",
1590
                    "email": "[email protected]",
1591
                    "homepage": "http://www.techdivision.com",
1592
                    "role": "Developer"
1593
                }
1594
            ],
1595
            "description": "Provisioning for appserver.io applications.",
1596
            "homepage": "https://github.com/appserver-io/provisioning",
1597
            "time": "2018-09-14T06:26:54+00:00"
1598
        },
1599
        {
1600
            "name": "appserver-io/rmi",
1601
            "version": "3.2.2",
1602
            "source": {
1603
                "type": "git",
1604
                "url": "https://github.com/appserver-io/rmi.git",
1605
                "reference": "0c1fbff5e8fc137651359b38dfb0e38b6312aae0"
1606
            },
1607
            "dist": {
1608
                "type": "zip",
1609
                "url": "https://api.github.com/repos/appserver-io/rmi/zipball/0c1fbff5e8fc137651359b38dfb0e38b6312aae0",
1610
                "reference": "0c1fbff5e8fc137651359b38dfb0e38b6312aae0",
1611
                "shasum": ""
1612
            },
1613
            "require": {
1614
                "appserver-io-psr/application": "~1.0",
1615
                "appserver-io-psr/epb": "~7.0",
1616
                "appserver-io-psr/servlet": "~4.0",
1617
                "appserver-io-psr/socket": "~1.0",
1618
                "appserver-io/collections": "~1.0",
1619
                "php": ">=5.4.0"
1620
            },
1621
            "require-dev": {
1622
                "appserver-io-psr/deployment": "~2.0",
1623
                "appserver-io/build": "~1.0"
1624
            },
1625
            "type": "library",
1626
            "autoload": {
1627
                "psr-0": {
1628
                    "AppserverIo\\RemoteMethodInvocation": [
1629
                        "src/",
1630
                        "tests/"
1631
                    ]
1632
                }
1633
            },
1634
            "notification-url": "https://packagist.org/downloads/",
1635
            "license": [
1636
                "OSL-3.0"
1637
            ],
1638
            "authors": [
1639
                {
1640
                    "name": "Tim Wagner",
1641
                    "email": "[email protected]",
1642
                    "homepage": "https://github.com/wagnert",
1643
                    "role": "Developer"
1644
                },
1645
                {
1646
                    "name": "Bernhard Wick",
1647
                    "email": "[email protected]",
1648
                    "homepage": "https://github.com/wick-ed",
1649
                    "role": "Developer"
1650
                }
1651
            ],
1652
            "description": "Remote method invocation library implementation",
1653
            "homepage": "https://github.com/appserver-io/rmi",
1654
            "keywords": [
1655
                "persistence container protocol remote method call remotemethodcall"
1656
            ],
1657
            "time": "2018-07-17T19:20:36+00:00"
1658
        },
1659
        {
1660
            "name": "appserver-io/robo-tasks",
1661
            "version": "0.2.0",
1662
            "source": {
1663
                "type": "git",
1664
                "url": "https://github.com/appserver-io/robo-tasks.git",
1665
                "reference": "fedc13cee566ded0fda91dac0c06a4015e0510ac"
1666
            },
1667
            "dist": {
1668
                "type": "zip",
1669
                "url": "https://api.github.com/repos/appserver-io/robo-tasks/zipball/fedc13cee566ded0fda91dac0c06a4015e0510ac",
1670
                "reference": "fedc13cee566ded0fda91dac0c06a4015e0510ac",
1671
                "shasum": ""
1672
            },
1673
            "require": {
1674
                "consolidation/robo": "~1.0",
1675
                "henrikbjorn/lurker": "~1.0",
1676
                "php": ">=5.4.0"
1677
            },
1678
            "require-dev": {
1679
                "pdepend/pdepend": "~2.0",
1680
                "phploc/phploc": "2.0.*",
1681
                "phpmd/phpmd": "2.5.*",
1682
                "phpunit/phpunit": "4.4.*",
1683
                "sebastian/phpcpd": "2.0.*",
1684
                "squizlabs/php_codesniffer": "2.2.*"
1685
            },
1686
            "type": "robo-tasks",
1687
            "autoload": {
1688
                "psr-4": {
1689
                    "AppserverIo\\RoboTasks\\": [
1690
                        "src/",
1691
                        "tests/"
1692
                    ]
1693
                }
1694
            },
1695
            "notification-url": "https://packagist.org/downloads/",
1696
            "license": [
1697
                "OSL-3.0"
1698
            ],
1699
            "authors": [
1700
                {
1701
                    "name": "Tim Wagner",
1702
                    "email": "[email protected]"
1703
                }
1704
            ],
1705
            "description": "Some Robo (http://robo.li) tasks to improve the development process",
1706
            "time": "2017-06-02T20:34:16+00:00"
1707
        },
1708
        {
1709
            "name": "appserver-io/routlt-project",
1710
            "version": "1.2.1",
1711
            "source": {
1712
                "type": "git",
1713
                "url": "https://github.com/appserver-io/routlt-project.git",
1714
                "reference": "717d1ecf168d1d32f10230660d163dc88b2cd0ae"
1715
            },
1716
            "dist": {
1717
                "type": "zip",
1718
                "url": "https://api.github.com/repos/appserver-io/routlt-project/zipball/717d1ecf168d1d32f10230660d163dc88b2cd0ae",
1719
                "reference": "717d1ecf168d1d32f10230660d163dc88b2cd0ae",
1720
                "shasum": ""
1721
            },
1722
            "type": "library",
1723
            "notification-url": "https://packagist.org/downloads/",
1724
            "authors": [
1725
                {
1726
                    "name": "Tim Wagner",
1727
                    "email": "[email protected]"
1728
                }
1729
            ],
1730
            "description": "Stub to create a new appserver.io Rout.Lt project",
1731
            "keywords": [
1732
                "Rout.Lt project stub generator"
1733
            ],
1734
            "time": "2016-06-06T13:04:58+00:00"
1735
        },
1736
        {
1737
            "name": "appserver-io/server",
1738
            "version": "10.0.1",
1739
            "source": {
1740
                "type": "git",
1741
                "url": "https://github.com/appserver-io/server.git",
1742
                "reference": "765ec0eac49fc3079ca53dfc0872621fd7161f88"
1743
            },
1744
            "dist": {
1745
                "type": "zip",
1746
                "url": "https://api.github.com/repos/appserver-io/server/zipball/765ec0eac49fc3079ca53dfc0872621fd7161f88",
1747
                "reference": "765ec0eac49fc3079ca53dfc0872621fd7161f88",
1748
                "shasum": ""
1749
            },
1750
            "require": {
1751
                "appserver-io-psr/socket": "~1.0",
1752
                "appserver-io/logger": "~2.0",
1753
                "php": ">=5.4.0"
1754
            },
1755
            "require-dev": {
1756
                "appserver-io/build": "~1.0"
1757
            },
1758
            "type": "library",
1759
            "autoload": {
1760
                "psr-0": {
1761
                    "AppserverIo\\Server": [
1762
                        "src/",
1763
                        "tests/"
1764
                    ]
1765
                }
1766
            },
1767
            "notification-url": "https://packagist.org/downloads/",
1768
            "license": [
1769
                "OSL-3.0"
1770
            ],
1771
            "authors": [
1772
                {
1773
                    "name": "Johann Zelger",
1774
                    "email": "[email protected]",
1775
                    "homepage": "http://www.appserver.io",
1776
                    "role": "Developer"
1777
                },
1778
                {
1779
                    "name": "Tim Wagner",
1780
                    "email": "[email protected]",
1781
                    "homepage": "http://www.appserver.io",
1782
                    "role": "Developer"
1783
                },
1784
                {
1785
                    "name": "Bernhard Wick",
1786
                    "email": "[email protected]",
1787
                    "homepage": "http://www.appserver.io",
1788
                    "role": "Developer"
1789
                }
1790
            ],
1791
            "description": "Multithreaded server daemon framework",
1792
            "homepage": "https://github.com/appserver-io/server",
1793
            "keywords": [
1794
                "Socket",
1795
                "framework",
1796
                "multithreading",
1797
                "php",
1798
                "server"
1799
            ],
1800
            "time": "2018-06-19T19:34:02+00:00"
1801
        },
1802
        {
1803
            "name": "appserver-io/single-app",
1804
            "version": "3.0.0",
1805
            "source": {
1806
                "type": "git",
1807
                "url": "https://github.com/appserver-io/single-app.git",
1808
                "reference": "f9f50e30de8258e23e243ff0ddcd39fcd7d22c1c"
1809
            },
1810
            "dist": {
1811
                "type": "zip",
1812
                "url": "https://api.github.com/repos/appserver-io/single-app/zipball/f9f50e30de8258e23e243ff0ddcd39fcd7d22c1c",
1813
                "reference": "f9f50e30de8258e23e243ff0ddcd39fcd7d22c1c",
1814
                "shasum": ""
1815
            },
1816
            "require": {
1817
                "php": ">=5.4.0"
1818
            },
1819
            "require-dev": {
1820
                "appserver-io/appserver": "~1.0",
1821
                "appserver-io/build": "~1.0"
1822
            },
1823
            "type": "library",
1824
            "autoload": {
1825
                "psr-0": {
1826
                    "AppserverIo\\SingleApp": "src/"
1827
                }
1828
            },
1829
            "notification-url": "https://packagist.org/downloads/",
1830
            "license": [
1831
                "OSL-3.0"
1832
            ],
1833
            "authors": [
1834
                {
1835
                    "name": "Tim Wagner",
1836
                    "email": "[email protected]",
1837
                    "homepage": "http://www.appserver.io",
1838
                    "role": "Developer"
1839
                }
1840
            ],
1841
            "description": "Stripped down appserver.io version providing a nodejs like handling",
1842
            "homepage": "https://github.com/appserver-io/single-app",
1843
            "keywords": [
1844
                "appserver",
1845
                "framework",
1846
                "multithreading",
1847
                "php",
1848
                "server"
1849
            ],
1850
            "time": "2016-05-07T21:13:12+00:00"
1851
        },
1852
        {
1853
            "name": "appserver-io/storage",
1854
            "version": "2.0.0",
1855
            "source": {
1856
                "type": "git",
1857
                "url": "https://github.com/appserver-io/storage.git",
1858
                "reference": "597fecc82cdd06caf12891ec1eea42417df82d9e"
1859
            },
1860
            "dist": {
1861
                "type": "zip",
1862
                "url": "https://api.github.com/repos/appserver-io/storage/zipball/597fecc82cdd06caf12891ec1eea42417df82d9e",
1863
                "reference": "597fecc82cdd06caf12891ec1eea42417df82d9e",
1864
                "shasum": ""
1865
            },
1866
            "require": {
1867
                "php": ">=5.4.0"
1868
            },
1869
            "require-dev": {
1870
                "appserver-io/build": "~1.0"
1871
            },
1872
            "type": "library",
1873
            "autoload": {
1874
                "psr-0": {
1875
                    "AppserverIo\\Storage": [
1876
                        "src/",
1877
                        "tests/"
1878
                    ]
1879
                }
1880
            },
1881
            "notification-url": "https://packagist.org/downloads/",
1882
            "license": [
1883
                "OSL-3.0"
1884
            ],
1885
            "authors": [
1886
                {
1887
                    "name": "Tim Wagner",
1888
                    "email": "[email protected]",
1889
                    "homepage": "http://www.appserver.io",
1890
                    "role": "Developer"
1891
                }
1892
            ],
1893
            "description": "Generic storage package implementation.",
1894
            "homepage": "https://github.com/appserver-io/storage",
1895
            "keywords": [
1896
                "interface",
1897
                "php",
1898
                "storage"
1899
            ],
1900
            "time": "2015-02-24T10:08:52+00:00"
1901
        },
1902
        {
1903
            "name": "appserver-io/webserver",
1904
            "version": "5.1.5",
1905
            "source": {
1906
                "type": "git",
1907
                "url": "https://github.com/appserver-io/webserver.git",
1908
                "reference": "86e7f2fb536408ab9d6b191862da3a77c2c5837f"
1909
            },
1910
            "dist": {
1911
                "type": "zip",
1912
                "url": "https://api.github.com/repos/appserver-io/webserver/zipball/86e7f2fb536408ab9d6b191862da3a77c2c5837f",
1913
                "reference": "86e7f2fb536408ab9d6b191862da3a77c2c5837f",
1914
                "shasum": ""
1915
            },
1916
            "require": {
1917
                "appserver-io-psr/http-message": "~1.0",
1918
                "appserver-io-psr/socket": "~1.0",
1919
                "appserver-io/concurrency": "~0.1",
1920
                "appserver-io/fastcgi": "~2.0",
1921
                "appserver-io/http": "~2.0",
1922
                "appserver-io/logger": "~2.0",
1923
                "appserver-io/server": "~10.0",
1924
                "php": ">=5.4.0",
1925
                "psr/log": "*",
1926
                "rhumsaa/uuid": "~2.8"
1927
            },
1928
            "require-dev": {
1929
                "appserver-io/build": "~1.0"
1930
            },
1931
            "bin": [
1932
                "bin/webserver"
1933
            ],
1934
            "type": "library",
1935
            "autoload": {
1936
                "psr-0": {
1937
                    "AppserverIo\\WebServer": [
1938
                        "src/",
1939
                        "tests/"
1940
                    ]
1941
                }
1942
            },
1943
            "notification-url": "https://packagist.org/downloads/",
1944
            "license": [
1945
                "OSL-3.0"
1946
            ],
1947
            "authors": [
1948
                {
1949
                    "name": "Johann Zelger",
1950
                    "email": "[email protected]",
1951
                    "homepage": "http://www.appserver.io",
1952
                    "role": "Developer"
1953
                },
1954
                {
1955
                    "name": "Tim Wagner",
1956
                    "email": "[email protected]",
1957
                    "homepage": "http://www.appserver.io",
1958
                    "role": "Developer"
1959
                },
1960
                {
1961
                    "name": "Bernhard Wick",
1962
                    "email": "[email protected]",
1963
                    "homepage": "http://www.appserver.io",
1964
                    "role": "Developer"
1965
                }
1966
            ],
1967
            "description": "Multithreaded webserver for php written in php",
1968
            "homepage": "https://github.com/appserver-io/webserver",
1969
            "keywords": [
1970
                "http-server",
1971
                "httpd",
1972
                "php",
1973
                "server",
1974
                "webserver"
1975
            ],
1976
            "time": "2018-06-19T19:46:59+00:00"
1977
        },
1978
        {
1979
            "name": "consolidation/annotated-command",
1980
            "version": "2.9.1",
1981
            "source": {
1982
                "type": "git",
1983
                "url": "https://github.com/consolidation/annotated-command.git",
1984
                "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac"
1985
            },
1986
            "dist": {
1987
                "type": "zip",
1988
                "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
1989
                "reference": "4bdbb8fa149e1cc1511bd77b0bc4729fd66bccac",
1990
                "shasum": ""
1991
            },
1992
            "require": {
1993
                "consolidation/output-formatters": "^3.1.12",
1994
                "php": ">=5.4.0",
1995
                "psr/log": "^1",
1996
                "symfony/console": "^2.8|^3|^4",
1997
                "symfony/event-dispatcher": "^2.5|^3|^4",
1998
                "symfony/finder": "^2.5|^3|^4"
1999
            },
2000
            "require-dev": {
2001
                "g1a/composer-test-scenarios": "^2",
2002
                "phpunit/phpunit": "^6",
2003
                "satooshi/php-coveralls": "^2",
2004
                "squizlabs/php_codesniffer": "^2.7"
2005
            },
2006
            "type": "library",
2007
            "extra": {
2008
                "branch-alias": {
2009
                    "dev-master": "2.x-dev"
2010
                }
2011
            },
2012
            "autoload": {
2013
                "psr-4": {
2014
                    "Consolidation\\AnnotatedCommand\\": "src"
2015
                }
2016
            },
2017
            "notification-url": "https://packagist.org/downloads/",
2018
            "license": [
2019
                "MIT"
2020
            ],
2021
            "authors": [
2022
                {
2023
                    "name": "Greg Anderson",
2024
                    "email": "[email protected]"
2025
                }
2026
            ],
2027
            "description": "Initialize Symfony Console commands from annotated command class methods.",
2028
            "time": "2018-09-19T17:47:18+00:00"
2029
        },
2030
        {
2031
            "name": "consolidation/config",
2032
            "version": "1.1.1",
2033
            "source": {
2034
                "type": "git",
2035
                "url": "https://github.com/consolidation/config.git",
2036
                "reference": "925231dfff32f05b787e1fddb265e789b939cf4c"
2037
            },
2038
            "dist": {
2039
                "type": "zip",
2040
                "url": "https://api.github.com/repos/consolidation/config/zipball/925231dfff32f05b787e1fddb265e789b939cf4c",
2041
                "reference": "925231dfff32f05b787e1fddb265e789b939cf4c",
2042
                "shasum": ""
2043
            },
2044
            "require": {
2045
                "dflydev/dot-access-data": "^1.1.0",
2046
                "grasmash/expander": "^1",
2047
                "php": ">=5.4.0"
2048
            },
2049
            "require-dev": {
2050
                "g1a/composer-test-scenarios": "^1",
2051
                "phpunit/phpunit": "^5",
2052
                "satooshi/php-coveralls": "^1.0",
2053
                "squizlabs/php_codesniffer": "2.*",
2054
                "symfony/console": "^2.5|^3|^4",
2055
                "symfony/yaml": "^2.8.11|^3|^4"
2056
            },
2057
            "suggest": {
2058
                "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
2059
            },
2060
            "type": "library",
2061
            "extra": {
2062
                "branch-alias": {
2063
                    "dev-master": "1.x-dev"
2064
                }
2065
            },
2066
            "autoload": {
2067
                "psr-4": {
2068
                    "Consolidation\\Config\\": "src"
2069
                }
2070
            },
2071
            "notification-url": "https://packagist.org/downloads/",
2072
            "license": [
2073
                "MIT"
2074
            ],
2075
            "authors": [
2076
                {
2077
                    "name": "Greg Anderson",
2078
                    "email": "[email protected]"
2079
                }
2080
            ],
2081
            "description": "Provide configuration services for a commandline tool.",
2082
            "time": "2018-10-24T17:55:35+00:00"
2083
        },
2084
        {
2085
            "name": "consolidation/log",
2086
            "version": "1.0.6",
2087
            "source": {
2088
                "type": "git",
2089
                "url": "https://github.com/consolidation/log.git",
2090
                "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395"
2091
            },
2092
            "dist": {
2093
                "type": "zip",
2094
                "url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395",
2095
                "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395",
2096
                "shasum": ""
2097
            },
2098
            "require": {
2099
                "php": ">=5.5.0",
2100
                "psr/log": "~1.0",
2101
                "symfony/console": "^2.8|^3|^4"
2102
            },
2103
            "require-dev": {
2104
                "g1a/composer-test-scenarios": "^1",
2105
                "phpunit/phpunit": "4.*",
2106
                "satooshi/php-coveralls": "^2",
2107
                "squizlabs/php_codesniffer": "2.*"
2108
            },
2109
            "type": "library",
2110
            "extra": {
2111
                "branch-alias": {
2112
                    "dev-master": "1.x-dev"
2113
                }
2114
            },
2115
            "autoload": {
2116
                "psr-4": {
2117
                    "Consolidation\\Log\\": "src"
2118
                }
2119
            },
2120
            "notification-url": "https://packagist.org/downloads/",
2121
            "license": [
2122
                "MIT"
2123
            ],
2124
            "authors": [
2125
                {
2126
                    "name": "Greg Anderson",
2127
                    "email": "[email protected]"
2128
                }
2129
            ],
2130
            "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
2131
            "time": "2018-05-25T18:14:39+00:00"
2132
        },
2133
        {
2134
            "name": "consolidation/output-formatters",
2135
            "version": "3.4.0",
2136
            "source": {
2137
                "type": "git",
2138
                "url": "https://github.com/consolidation/output-formatters.git",
2139
                "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19"
2140
            },
2141
            "dist": {
2142
                "type": "zip",
2143
                "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/a942680232094c4a5b21c0b7e54c20cce623ae19",
2144
                "reference": "a942680232094c4a5b21c0b7e54c20cce623ae19",
2145
                "shasum": ""
2146
            },
2147
            "require": {
2148
                "dflydev/dot-access-data": "^1.1.0",
2149
                "php": ">=5.4.0",
2150
                "symfony/console": "^2.8|^3|^4",
2151
                "symfony/finder": "^2.5|^3|^4"
2152
            },
2153
            "require-dev": {
2154
                "g1a/composer-test-scenarios": "^2",
2155
                "phpunit/phpunit": "^5.7.27",
2156
                "satooshi/php-coveralls": "^2",
2157
                "squizlabs/php_codesniffer": "^2.7",
2158
                "symfony/console": "3.2.3",
2159
                "symfony/var-dumper": "^2.8|^3|^4",
2160
                "victorjonsson/markdowndocs": "^1.3"
2161
            },
2162
            "suggest": {
2163
                "symfony/var-dumper": "For using the var_dump formatter"
2164
            },
2165
            "type": "library",
2166
            "extra": {
2167
                "branch-alias": {
2168
                    "dev-master": "3.x-dev"
2169
                }
2170
            },
2171
            "autoload": {
2172
                "psr-4": {
2173
                    "Consolidation\\OutputFormatters\\": "src"
2174
                }
2175
            },
2176
            "notification-url": "https://packagist.org/downloads/",
2177
            "license": [
2178
                "MIT"
2179
            ],
2180
            "authors": [
2181
                {
2182
                    "name": "Greg Anderson",
2183
                    "email": "[email protected]"
2184
                }
2185
            ],
2186
            "description": "Format text by applying transformations provided by plug-in formatters.",
2187
            "time": "2018-10-19T22:35:38+00:00"
2188
        },
2189
        {
2190
            "name": "consolidation/robo",
2191
            "version": "1.3.1",
2192
            "source": {
2193
                "type": "git",
2194
                "url": "https://github.com/consolidation/Robo.git",
2195
                "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d"
2196
            },
2197
            "dist": {
2198
                "type": "zip",
2199
                "url": "https://api.github.com/repos/consolidation/Robo/zipball/31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
2200
                "reference": "31f2d2562c4e1dcde70f2659eefd59aa9c7f5b2d",
2201
                "shasum": ""
2202
            },
2203
            "require": {
2204
                "consolidation/annotated-command": "^2.8.2",
2205
                "consolidation/config": "^1.0.10",
2206
                "consolidation/log": "~1",
2207
                "consolidation/output-formatters": "^3.1.13",
2208
                "consolidation/self-update": "^1",
2209
                "g1a/composer-test-scenarios": "^2",
2210
                "grasmash/yaml-expander": "^1.3",
2211
                "league/container": "^2.2",
2212
                "php": ">=5.5.0",
2213
                "symfony/console": "^2.8|^3|^4",
2214
                "symfony/event-dispatcher": "^2.5|^3|^4",
2215
                "symfony/filesystem": "^2.5|^3|^4",
2216
                "symfony/finder": "^2.5|^3|^4",
2217
                "symfony/process": "^2.5|^3|^4"
2218
            },
2219
            "replace": {
2220
                "codegyre/robo": "< 1.0"
2221
            },
2222
            "require-dev": {
2223
                "codeception/aspect-mock": "^1|^2.1.1",
2224
                "codeception/base": "^2.3.7",
2225
                "codeception/verify": "^0.3.2",
2226
                "goaop/framework": "~2.1.2",
2227
                "goaop/parser-reflection": "^1.1.0",
2228
                "natxet/cssmin": "3.0.4",
2229
                "nikic/php-parser": "^3.1.5",
2230
                "patchwork/jsqueeze": "~2",
2231
                "pear/archive_tar": "^1.4.2",
2232
                "phpunit/php-code-coverage": "~2|~4",
2233
                "satooshi/php-coveralls": "^2",
2234
                "squizlabs/php_codesniffer": "^2.8"
2235
            },
2236
            "suggest": {
2237
                "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
2238
                "natxet/CssMin": "For minifying CSS files in taskMinify",
2239
                "patchwork/jsqueeze": "For minifying JS files in taskMinify",
2240
                "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
2241
            },
2242
            "bin": [
2243
                "robo"
2244
            ],
2245
            "type": "library",
2246
            "extra": {
2247
                "branch-alias": {
2248
                    "dev-master": "1.x-dev",
2249
                    "dev-state": "1.x-dev"
2250
                }
2251
            },
2252
            "autoload": {
2253
                "psr-4": {
2254
                    "Robo\\": "src"
2255
                }
2256
            },
2257
            "notification-url": "https://packagist.org/downloads/",
2258
            "license": [
2259
                "MIT"
2260
            ],
2261
            "authors": [
2262
                {
2263
                    "name": "Davert",
2264
                    "email": "[email protected]"
2265
                }
2266
            ],
2267
            "description": "Modern task runner",
2268
            "time": "2018-08-17T18:44:18+00:00"
2269
        },
2270
        {
2271
            "name": "consolidation/self-update",
2272
            "version": "1.1.5",
2273
            "source": {
2274
                "type": "git",
2275
                "url": "https://github.com/consolidation/self-update.git",
2276
                "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54"
2277
            },
2278
            "dist": {
2279
                "type": "zip",
2280
                "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54",
2281
                "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54",
2282
                "shasum": ""
2283
            },
2284
            "require": {
2285
                "php": ">=5.5.0",
2286
                "symfony/console": "^2.8|^3|^4",
2287
                "symfony/filesystem": "^2.5|^3|^4"
2288
            },
2289
            "bin": [
2290
                "scripts/release"
2291
            ],
2292
            "type": "library",
2293
            "extra": {
2294
                "branch-alias": {
2295
                    "dev-master": "1.x-dev"
2296
                }
2297
            },
2298
            "autoload": {
2299
                "psr-4": {
2300
                    "SelfUpdate\\": "src"
2301
                }
2302
            },
2303
            "notification-url": "https://packagist.org/downloads/",
2304
            "license": [
2305
                "MIT"
2306
            ],
2307
            "authors": [
2308
                {
2309
                    "name": "Greg Anderson",
2310
                    "email": "[email protected]"
2311
                },
2312
                {
2313
                    "name": "Alexander Menk",
2314
                    "email": "[email protected]"
2315
                }
2316
            ],
2317
            "description": "Provides a self:update command for Symfony Console applications.",
2318
            "time": "2018-10-28T01:52:03+00:00"
2319
        },
2320
        {
2321
            "name": "container-interop/container-interop",
2322
            "version": "1.2.0",
2323
            "source": {
2324
                "type": "git",
2325
                "url": "https://github.com/container-interop/container-interop.git",
2326
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
2327
            },
2328
            "dist": {
2329
                "type": "zip",
2330
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
2331
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
2332
                "shasum": ""
2333
            },
2334
            "require": {
2335
                "psr/container": "^1.0"
2336
            },
2337
            "type": "library",
2338
            "autoload": {
2339
                "psr-4": {
2340
                    "Interop\\Container\\": "src/Interop/Container/"
2341
                }
2342
            },
2343
            "notification-url": "https://packagist.org/downloads/",
2344
            "license": [
2345
                "MIT"
2346
            ],
2347
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
2348
            "homepage": "https://github.com/container-interop/container-interop",
2349
            "time": "2017-02-14T19:40:03+00:00"
2350
        },
2351
        {
2352
            "name": "dflydev/dot-access-data",
2353
            "version": "v1.1.0",
2354
            "source": {
2355
                "type": "git",
2356
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
2357
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
2358
            },
2359
            "dist": {
2360
                "type": "zip",
2361
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
2362
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
2363
                "shasum": ""
2364
            },
2365
            "require": {
2366
                "php": ">=5.3.2"
2367
            },
2368
            "type": "library",
2369
            "extra": {
2370
                "branch-alias": {
2371
                    "dev-master": "1.0-dev"
2372
                }
2373
            },
2374
            "autoload": {
2375
                "psr-0": {
2376
                    "Dflydev\\DotAccessData": "src"
2377
                }
2378
            },
2379
            "notification-url": "https://packagist.org/downloads/",
2380
            "license": [
2381
                "MIT"
2382
            ],
2383
            "authors": [
2384
                {
2385
                    "name": "Dragonfly Development Inc.",
2386
                    "email": "[email protected]",
2387
                    "homepage": "http://dflydev.com"
2388
                },
2389
                {
2390
                    "name": "Beau Simensen",
2391
                    "email": "[email protected]",
2392
                    "homepage": "http://beausimensen.com"
2393
                },
2394
                {
2395
                    "name": "Carlos Frutos",
2396
                    "email": "[email protected]",
2397
                    "homepage": "https://github.com/cfrutos"
2398
                }
2399
            ],
2400
            "description": "Given a deep data structure, access data by dot notation.",
2401
            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
2402
            "keywords": [
2403
                "access",
2404
                "data",
2405
                "dot",
2406
                "notation"
2407
            ],
2408
            "time": "2017-01-20T21:14:22+00:00"
2409
        },
2410
        {
2411
            "name": "doctrine/annotations",
2412
            "version": "v1.4.0",
2413
            "source": {
2414
                "type": "git",
2415
                "url": "https://github.com/doctrine/annotations.git",
2416
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
2417
            },
2418
            "dist": {
2419
                "type": "zip",
2420
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
2421
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
2422
                "shasum": ""
2423
            },
2424
            "require": {
2425
                "doctrine/lexer": "1.*",
2426
                "php": "^5.6 || ^7.0"
2427
            },
2428
            "require-dev": {
2429
                "doctrine/cache": "1.*",
2430
                "phpunit/phpunit": "^5.7"
2431
            },
2432
            "type": "library",
2433
            "extra": {
2434
                "branch-alias": {
2435
                    "dev-master": "1.4.x-dev"
2436
                }
2437
            },
2438
            "autoload": {
2439
                "psr-4": {
2440
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2441
                }
2442
            },
2443
            "notification-url": "https://packagist.org/downloads/",
2444
            "license": [
2445
                "MIT"
2446
            ],
2447
            "authors": [
2448
                {
2449
                    "name": "Roman Borschel",
2450
                    "email": "[email protected]"
2451
                },
2452
                {
2453
                    "name": "Benjamin Eberlei",
2454
                    "email": "[email protected]"
2455
                },
2456
                {
2457
                    "name": "Guilherme Blanco",
2458
                    "email": "[email protected]"
2459
                },
2460
                {
2461
                    "name": "Jonathan Wage",
2462
                    "email": "[email protected]"
2463
                },
2464
                {
2465
                    "name": "Johannes Schmitt",
2466
                    "email": "[email protected]"
2467
                }
2468
            ],
2469
            "description": "Docblock Annotations Parser",
2470
            "homepage": "http://www.doctrine-project.org",
2471
            "keywords": [
2472
                "annotations",
2473
                "docblock",
2474
                "parser"
2475
            ],
2476
            "time": "2017-02-24T16:22:25+00:00"
2477
        },
2478
        {
2479
            "name": "doctrine/cache",
2480
            "version": "v1.6.2",
2481
            "source": {
2482
                "type": "git",
2483
                "url": "https://github.com/doctrine/cache.git",
2484
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
2485
            },
2486
            "dist": {
2487
                "type": "zip",
2488
                "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
2489
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
2490
                "shasum": ""
2491
            },
2492
            "require": {
2493
                "php": "~5.5|~7.0"
2494
            },
2495
            "conflict": {
2496
                "doctrine/common": ">2.2,<2.4"
2497
            },
2498
            "require-dev": {
2499
                "phpunit/phpunit": "~4.8|~5.0",
2500
                "predis/predis": "~1.0",
2501
                "satooshi/php-coveralls": "~0.6"
2502
            },
2503
            "type": "library",
2504
            "extra": {
2505
                "branch-alias": {
2506
                    "dev-master": "1.6.x-dev"
2507
                }
2508
            },
2509
            "autoload": {
2510
                "psr-4": {
2511
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
2512
                }
2513
            },
2514
            "notification-url": "https://packagist.org/downloads/",
2515
            "license": [
2516
                "MIT"
2517
            ],
2518
            "authors": [
2519
                {
2520
                    "name": "Roman Borschel",
2521
                    "email": "[email protected]"
2522
                },
2523
                {
2524
                    "name": "Benjamin Eberlei",
2525
                    "email": "[email protected]"
2526
                },
2527
                {
2528
                    "name": "Guilherme Blanco",
2529
                    "email": "[email protected]"
2530
                },
2531
                {
2532
                    "name": "Jonathan Wage",
2533
                    "email": "[email protected]"
2534
                },
2535
                {
2536
                    "name": "Johannes Schmitt",
2537
                    "email": "[email protected]"
2538
                }
2539
            ],
2540
            "description": "Caching library offering an object-oriented API for many cache backends",
2541
            "homepage": "http://www.doctrine-project.org",
2542
            "keywords": [
2543
                "cache",
2544
                "caching"
2545
            ],
2546
            "time": "2017-07-22T12:49:21+00:00"
2547
        },
2548
        {
2549
            "name": "doctrine/collections",
2550
            "version": "v1.4.0",
2551
            "source": {
2552
                "type": "git",
2553
                "url": "https://github.com/doctrine/collections.git",
2554
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
2555
            },
2556
            "dist": {
2557
                "type": "zip",
2558
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
2559
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
2560
                "shasum": ""
2561
            },
2562
            "require": {
2563
                "php": "^5.6 || ^7.0"
2564
            },
2565
            "require-dev": {
2566
                "doctrine/coding-standard": "~0.1@dev",
2567
                "phpunit/phpunit": "^5.7"
2568
            },
2569
            "type": "library",
2570
            "extra": {
2571
                "branch-alias": {
2572
                    "dev-master": "1.3.x-dev"
2573
                }
2574
            },
2575
            "autoload": {
2576
                "psr-0": {
2577
                    "Doctrine\\Common\\Collections\\": "lib/"
2578
                }
2579
            },
2580
            "notification-url": "https://packagist.org/downloads/",
2581
            "license": [
2582
                "MIT"
2583
            ],
2584
            "authors": [
2585
                {
2586
                    "name": "Roman Borschel",
2587
                    "email": "[email protected]"
2588
                },
2589
                {
2590
                    "name": "Benjamin Eberlei",
2591
                    "email": "[email protected]"
2592
                },
2593
                {
2594
                    "name": "Guilherme Blanco",
2595
                    "email": "[email protected]"
2596
                },
2597
                {
2598
                    "name": "Jonathan Wage",
2599
                    "email": "[email protected]"
2600
                },
2601
                {
2602
                    "name": "Johannes Schmitt",
2603
                    "email": "[email protected]"
2604
                }
2605
            ],
2606
            "description": "Collections Abstraction library",
2607
            "homepage": "http://www.doctrine-project.org",
2608
            "keywords": [
2609
                "array",
2610
                "collections",
2611
                "iterator"
2612
            ],
2613
            "time": "2017-01-03T10:49:41+00:00"
2614
        },
2615
        {
2616
            "name": "doctrine/common",
2617
            "version": "v2.7.3",
2618
            "source": {
2619
                "type": "git",
2620
                "url": "https://github.com/doctrine/common.git",
2621
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
2622
            },
2623
            "dist": {
2624
                "type": "zip",
2625
                "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
2626
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
2627
                "shasum": ""
2628
            },
2629
            "require": {
2630
                "doctrine/annotations": "1.*",
2631
                "doctrine/cache": "1.*",
2632
                "doctrine/collections": "1.*",
2633
                "doctrine/inflector": "1.*",
2634
                "doctrine/lexer": "1.*",
2635
                "php": "~5.6|~7.0"
2636
            },
2637
            "require-dev": {
2638
                "phpunit/phpunit": "^5.4.6"
2639
            },
2640
            "type": "library",
2641
            "extra": {
2642
                "branch-alias": {
2643
                    "dev-master": "2.7.x-dev"
2644
                }
2645
            },
2646
            "autoload": {
2647
                "psr-4": {
2648
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
2649
                }
2650
            },
2651
            "notification-url": "https://packagist.org/downloads/",
2652
            "license": [
2653
                "MIT"
2654
            ],
2655
            "authors": [
2656
                {
2657
                    "name": "Roman Borschel",
2658
                    "email": "[email protected]"
2659
                },
2660
                {
2661
                    "name": "Benjamin Eberlei",
2662
                    "email": "[email protected]"
2663
                },
2664
                {
2665
                    "name": "Guilherme Blanco",
2666
                    "email": "[email protected]"
2667
                },
2668
                {
2669
                    "name": "Jonathan Wage",
2670
                    "email": "[email protected]"
2671
                },
2672
                {
2673
                    "name": "Johannes Schmitt",
2674
                    "email": "[email protected]"
2675
                }
2676
            ],
2677
            "description": "Common Library for Doctrine projects",
2678
            "homepage": "http://www.doctrine-project.org",
2679
            "keywords": [
2680
                "annotations",
2681
                "collections",
2682
                "eventmanager",
2683
                "persistence",
2684
                "spl"
2685
            ],
2686
            "time": "2017-07-22T08:35:12+00:00"
2687
        },
2688
        {
2689
            "name": "doctrine/dbal",
2690
            "version": "v2.5.13",
2691
            "source": {
2692
                "type": "git",
2693
                "url": "https://github.com/doctrine/dbal.git",
2694
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
2695
            },
2696
            "dist": {
2697
                "type": "zip",
2698
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
2699
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
2700
                "shasum": ""
2701
            },
2702
            "require": {
2703
                "doctrine/common": ">=2.4,<2.8-dev",
2704
                "php": ">=5.3.2"
2705
            },
2706
            "require-dev": {
2707
                "phpunit/phpunit": "4.*",
2708
                "symfony/console": "2.*||^3.0"
2709
            },
2710
            "suggest": {
2711
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
2712
            },
2713
            "bin": [
2714
                "bin/doctrine-dbal"
2715
            ],
2716
            "type": "library",
2717
            "extra": {
2718
                "branch-alias": {
2719
                    "dev-master": "2.5.x-dev"
2720
                }
2721
            },
2722
            "autoload": {
2723
                "psr-0": {
2724
                    "Doctrine\\DBAL\\": "lib/"
2725
                }
2726
            },
2727
            "notification-url": "https://packagist.org/downloads/",
2728
            "license": [
2729
                "MIT"
2730
            ],
2731
            "authors": [
2732
                {
2733
                    "name": "Roman Borschel",
2734
                    "email": "[email protected]"
2735
                },
2736
                {
2737
                    "name": "Benjamin Eberlei",
2738
                    "email": "[email protected]"
2739
                },
2740
                {
2741
                    "name": "Guilherme Blanco",
2742
                    "email": "[email protected]"
2743
                },
2744
                {
2745
                    "name": "Jonathan Wage",
2746
                    "email": "[email protected]"
2747
                }
2748
            ],
2749
            "description": "Database Abstraction Layer",
2750
            "homepage": "http://www.doctrine-project.org",
2751
            "keywords": [
2752
                "database",
2753
                "dbal",
2754
                "persistence",
2755
                "queryobject"
2756
            ],
2757
            "time": "2017-07-22T20:44:48+00:00"
2758
        },
2759
        {
2760
            "name": "doctrine/inflector",
2761
            "version": "v1.1.0",
2762
            "source": {
2763
                "type": "git",
2764
                "url": "https://github.com/doctrine/inflector.git",
2765
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
2766
            },
2767
            "dist": {
2768
                "type": "zip",
2769
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
2770
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
2771
                "shasum": ""
2772
            },
2773
            "require": {
2774
                "php": ">=5.3.2"
2775
            },
2776
            "require-dev": {
2777
                "phpunit/phpunit": "4.*"
2778
            },
2779
            "type": "library",
2780
            "extra": {
2781
                "branch-alias": {
2782
                    "dev-master": "1.1.x-dev"
2783
                }
2784
            },
2785
            "autoload": {
2786
                "psr-0": {
2787
                    "Doctrine\\Common\\Inflector\\": "lib/"
2788
                }
2789
            },
2790
            "notification-url": "https://packagist.org/downloads/",
2791
            "license": [
2792
                "MIT"
2793
            ],
2794
            "authors": [
2795
                {
2796
                    "name": "Roman Borschel",
2797
                    "email": "[email protected]"
2798
                },
2799
                {
2800
                    "name": "Benjamin Eberlei",
2801
                    "email": "[email protected]"
2802
                },
2803
                {
2804
                    "name": "Guilherme Blanco",
2805
                    "email": "[email protected]"
2806
                },
2807
                {
2808
                    "name": "Jonathan Wage",
2809
                    "email": "[email protected]"
2810
                },
2811
                {
2812
                    "name": "Johannes Schmitt",
2813
                    "email": "[email protected]"
2814
                }
2815
            ],
2816
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
2817
            "homepage": "http://www.doctrine-project.org",
2818
            "keywords": [
2819
                "inflection",
2820
                "pluralize",
2821
                "singularize",
2822
                "string"
2823
            ],
2824
            "time": "2015-11-06T14:35:42+00:00"
2825
        },
2826
        {
2827
            "name": "doctrine/instantiator",
2828
            "version": "1.0.5",
2829
            "source": {
2830
                "type": "git",
2831
                "url": "https://github.com/doctrine/instantiator.git",
2832
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2833
            },
2834
            "dist": {
2835
                "type": "zip",
2836
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2837
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2838
                "shasum": ""
2839
            },
2840
            "require": {
2841
                "php": ">=5.3,<8.0-DEV"
2842
            },
2843
            "require-dev": {
2844
                "athletic/athletic": "~0.1.8",
2845
                "ext-pdo": "*",
2846
                "ext-phar": "*",
2847
                "phpunit/phpunit": "~4.0",
2848
                "squizlabs/php_codesniffer": "~2.0"
2849
            },
2850
            "type": "library",
2851
            "extra": {
2852
                "branch-alias": {
2853
                    "dev-master": "1.0.x-dev"
2854
                }
2855
            },
2856
            "autoload": {
2857
                "psr-4": {
2858
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2859
                }
2860
            },
2861
            "notification-url": "https://packagist.org/downloads/",
2862
            "license": [
2863
                "MIT"
2864
            ],
2865
            "authors": [
2866
                {
2867
                    "name": "Marco Pivetta",
2868
                    "email": "[email protected]",
2869
                    "homepage": "http://ocramius.github.com/"
2870
                }
2871
            ],
2872
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2873
            "homepage": "https://github.com/doctrine/instantiator",
2874
            "keywords": [
2875
                "constructor",
2876
                "instantiate"
2877
            ],
2878
            "time": "2015-06-14T21:17:01+00:00"
2879
        },
2880
        {
2881
            "name": "doctrine/lexer",
2882
            "version": "v1.0.1",
2883
            "source": {
2884
                "type": "git",
2885
                "url": "https://github.com/doctrine/lexer.git",
2886
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2887
            },
2888
            "dist": {
2889
                "type": "zip",
2890
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
2891
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2892
                "shasum": ""
2893
            },
2894
            "require": {
2895
                "php": ">=5.3.2"
2896
            },
2897
            "type": "library",
2898
            "extra": {
2899
                "branch-alias": {
2900
                    "dev-master": "1.0.x-dev"
2901
                }
2902
            },
2903
            "autoload": {
2904
                "psr-0": {
2905
                    "Doctrine\\Common\\Lexer\\": "lib/"
2906
                }
2907
            },
2908
            "notification-url": "https://packagist.org/downloads/",
2909
            "license": [
2910
                "MIT"
2911
            ],
2912
            "authors": [
2913
                {
2914
                    "name": "Roman Borschel",
2915
                    "email": "[email protected]"
2916
                },
2917
                {
2918
                    "name": "Guilherme Blanco",
2919
                    "email": "[email protected]"
2920
                },
2921
                {
2922
                    "name": "Johannes Schmitt",
2923
                    "email": "[email protected]"
2924
                }
2925
            ],
2926
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
2927
            "homepage": "http://www.doctrine-project.org",
2928
            "keywords": [
2929
                "lexer",
2930
                "parser"
2931
            ],
2932
            "time": "2014-09-09T13:34:57+00:00"
2933
        },
2934
        {
2935
            "name": "doctrine/orm",
2936
            "version": "v2.5.14",
2937
            "source": {
2938
                "type": "git",
2939
                "url": "https://github.com/doctrine/doctrine2.git",
2940
                "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
2941
            },
2942
            "dist": {
2943
                "type": "zip",
2944
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
2945
                "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
2946
                "shasum": ""
2947
            },
2948
            "require": {
2949
                "doctrine/cache": "~1.4",
2950
                "doctrine/collections": "~1.2",
2951
                "doctrine/common": ">=2.5-dev,<2.9-dev",
2952
                "doctrine/dbal": ">=2.5-dev,<2.7-dev",
2953
                "doctrine/instantiator": "^1.0.1",
2954
                "ext-pdo": "*",
2955
                "php": ">=5.4",
2956
                "symfony/console": "~2.5|~3.0|~4.0"
2957
            },
2958
            "require-dev": {
2959
                "phpunit/phpunit": "~4.0",
2960
                "symfony/yaml": "~2.3|~3.0|~4.0"
2961
            },
2962
            "suggest": {
2963
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
2964
            },
2965
            "bin": [
2966
                "bin/doctrine",
2967
                "bin/doctrine.php"
2968
            ],
2969
            "type": "library",
2970
            "extra": {
2971
                "branch-alias": {
2972
                    "dev-master": "2.6.x-dev"
2973
                }
2974
            },
2975
            "autoload": {
2976
                "psr-0": {
2977
                    "Doctrine\\ORM\\": "lib/"
2978
                }
2979
            },
2980
            "notification-url": "https://packagist.org/downloads/",
2981
            "license": [
2982
                "MIT"
2983
            ],
2984
            "authors": [
2985
                {
2986
                    "name": "Roman Borschel",
2987
                    "email": "[email protected]"
2988
                },
2989
                {
2990
                    "name": "Benjamin Eberlei",
2991
                    "email": "[email protected]"
2992
                },
2993
                {
2994
                    "name": "Guilherme Blanco",
2995
                    "email": "[email protected]"
2996
                },
2997
                {
2998
                    "name": "Jonathan Wage",
2999
                    "email": "[email protected]"
3000
                }
3001
            ],
3002
            "description": "Object-Relational-Mapper for PHP",
3003
            "homepage": "http://www.doctrine-project.org",
3004
            "keywords": [
3005
                "database",
3006
                "orm"
3007
            ],
3008
            "time": "2017-12-17T02:57:51+00:00"
3009
        },
3010
        {
3011
            "name": "evenement/evenement",
3012
            "version": "v2.1.0",
3013
            "source": {
3014
                "type": "git",
3015
                "url": "https://github.com/igorw/evenement.git",
3016
                "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a"
3017
            },
3018
            "dist": {
3019
                "type": "zip",
3020
                "url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a",
3021
                "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a",
3022
                "shasum": ""
3023
            },
3024
            "require": {
3025
                "php": ">=5.4.0"
3026
            },
3027
            "require-dev": {
3028
                "phpunit/phpunit": "^6.0||^5.7||^4.8.35"
3029
            },
3030
            "type": "library",
3031
            "extra": {
3032
                "branch-alias": {
3033
                    "dev-master": "2.0-dev"
3034
                }
3035
            },
3036
            "autoload": {
3037
                "psr-0": {
3038
                    "Evenement": "src"
3039
                }
3040
            },
3041
            "notification-url": "https://packagist.org/downloads/",
3042
            "license": [
3043
                "MIT"
3044
            ],
3045
            "authors": [
3046
                {
3047
                    "name": "Igor Wiedler",
3048
                    "email": "[email protected]"
3049
                }
3050
            ],
3051
            "description": "Événement is a very simple event dispatching library for PHP",
3052
            "keywords": [
3053
                "event-dispatcher",
3054
                "event-emitter"
3055
            ],
3056
            "time": "2017-07-17T17:39:19+00:00"
3057
        },
3058
        {
3059
            "name": "g1a/composer-test-scenarios",
3060
            "version": "2.2.0",
3061
            "source": {
3062
                "type": "git",
3063
                "url": "https://github.com/g1a/composer-test-scenarios.git",
3064
                "reference": "a166fd15191aceab89f30c097e694b7cf3db4880"
3065
            },
3066
            "dist": {
3067
                "type": "zip",
3068
                "url": "https://api.github.com/repos/g1a/composer-test-scenarios/zipball/a166fd15191aceab89f30c097e694b7cf3db4880",
3069
                "reference": "a166fd15191aceab89f30c097e694b7cf3db4880",
3070
                "shasum": ""
3071
            },
3072
            "bin": [
3073
                "scripts/create-scenario",
3074
                "scripts/dependency-licenses",
3075
                "scripts/install-scenario"
3076
            ],
3077
            "type": "library",
3078
            "notification-url": "https://packagist.org/downloads/",
3079
            "license": [
3080
                "MIT"
3081
            ],
3082
            "authors": [
3083
                {
3084
                    "name": "Greg Anderson",
3085
                    "email": "[email protected]"
3086
                }
3087
            ],
3088
            "description": "Useful scripts for testing multiple sets of Composer dependencies.",
3089
            "time": "2018-08-08T23:37:23+00:00"
3090
        },
3091
        {
3092
            "name": "grasmash/expander",
3093
            "version": "1.0.0",
3094
            "source": {
3095
                "type": "git",
3096
                "url": "https://github.com/grasmash/expander.git",
3097
                "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
3098
            },
3099
            "dist": {
3100
                "type": "zip",
3101
                "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
3102
                "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
3103
                "shasum": ""
3104
            },
3105
            "require": {
3106
                "dflydev/dot-access-data": "^1.1.0",
3107
                "php": ">=5.4"
3108
            },
3109
            "require-dev": {
3110
                "greg-1-anderson/composer-test-scenarios": "^1",
3111
                "phpunit/phpunit": "^4|^5.5.4",
3112
                "satooshi/php-coveralls": "^1.0.2|dev-master",
3113
                "squizlabs/php_codesniffer": "^2.7"
3114
            },
3115
            "type": "library",
3116
            "extra": {
3117
                "branch-alias": {
3118
                    "dev-master": "1.x-dev"
3119
                }
3120
            },
3121
            "autoload": {
3122
                "psr-4": {
3123
                    "Grasmash\\Expander\\": "src/"
3124
                }
3125
            },
3126
            "notification-url": "https://packagist.org/downloads/",
3127
            "license": [
3128
                "MIT"
3129
            ],
3130
            "authors": [
3131
                {
3132
                    "name": "Matthew Grasmick"
3133
                }
3134
            ],
3135
            "description": "Expands internal property references in PHP arrays file.",
3136
            "time": "2017-12-21T22:14:55+00:00"
3137
        },
3138
        {
3139
            "name": "grasmash/yaml-expander",
3140
            "version": "1.4.0",
3141
            "source": {
3142
                "type": "git",
3143
                "url": "https://github.com/grasmash/yaml-expander.git",
3144
                "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
3145
            },
3146
            "dist": {
3147
                "type": "zip",
3148
                "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
3149
                "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
3150
                "shasum": ""
3151
            },
3152
            "require": {
3153
                "dflydev/dot-access-data": "^1.1.0",
3154
                "php": ">=5.4",
3155
                "symfony/yaml": "^2.8.11|^3|^4"
3156
            },
3157
            "require-dev": {
3158
                "greg-1-anderson/composer-test-scenarios": "^1",
3159
                "phpunit/phpunit": "^4.8|^5.5.4",
3160
                "satooshi/php-coveralls": "^1.0.2|dev-master",
3161
                "squizlabs/php_codesniffer": "^2.7"
3162
            },
3163
            "type": "library",
3164
            "extra": {
3165
                "branch-alias": {
3166
                    "dev-master": "1.x-dev"
3167
                }
3168
            },
3169
            "autoload": {
3170
                "psr-4": {
3171
                    "Grasmash\\YamlExpander\\": "src/"
3172
                }
3173
            },
3174
            "notification-url": "https://packagist.org/downloads/",
3175
            "license": [
3176
                "MIT"
3177
            ],
3178
            "authors": [
3179
                {
3180
                    "name": "Matthew Grasmick"
3181
                }
3182
            ],
3183
            "description": "Expands internal property references in a yaml file.",
3184
            "time": "2017-12-16T16:06:03+00:00"
3185
        },
3186
        {
3187
            "name": "guzzle/guzzle",
3188
            "version": "v3.9.3",
3189
            "source": {
3190
                "type": "git",
3191
                "url": "https://github.com/guzzle/guzzle3.git",
3192
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
3193
            },
3194
            "dist": {
3195
                "type": "zip",
3196
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
3197
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
3198
                "shasum": ""
3199
            },
3200
            "require": {
3201
                "ext-curl": "*",
3202
                "php": ">=5.3.3",
3203
                "symfony/event-dispatcher": "~2.1"
3204
            },
3205
            "replace": {
3206
                "guzzle/batch": "self.version",
3207
                "guzzle/cache": "self.version",
3208
                "guzzle/common": "self.version",
3209
                "guzzle/http": "self.version",
3210
                "guzzle/inflection": "self.version",
3211
                "guzzle/iterator": "self.version",
3212
                "guzzle/log": "self.version",
3213
                "guzzle/parser": "self.version",
3214
                "guzzle/plugin": "self.version",
3215
                "guzzle/plugin-async": "self.version",
3216
                "guzzle/plugin-backoff": "self.version",
3217
                "guzzle/plugin-cache": "self.version",
3218
                "guzzle/plugin-cookie": "self.version",
3219
                "guzzle/plugin-curlauth": "self.version",
3220
                "guzzle/plugin-error-response": "self.version",
3221
                "guzzle/plugin-history": "self.version",
3222
                "guzzle/plugin-log": "self.version",
3223
                "guzzle/plugin-md5": "self.version",
3224
                "guzzle/plugin-mock": "self.version",
3225
                "guzzle/plugin-oauth": "self.version",
3226
                "guzzle/service": "self.version",
3227
                "guzzle/stream": "self.version"
3228
            },
3229
            "require-dev": {
3230
                "doctrine/cache": "~1.3",
3231
                "monolog/monolog": "~1.0",
3232
                "phpunit/phpunit": "3.7.*",
3233
                "psr/log": "~1.0",
3234
                "symfony/class-loader": "~2.1",
3235
                "zendframework/zend-cache": "2.*,<2.3",
3236
                "zendframework/zend-log": "2.*,<2.3"
3237
            },
3238
            "suggest": {
3239
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
3240
            },
3241
            "type": "library",
3242
            "extra": {
3243
                "branch-alias": {
3244
                    "dev-master": "3.9-dev"
3245
                }
3246
            },
3247
            "autoload": {
3248
                "psr-0": {
3249
                    "Guzzle": "src/",
3250
                    "Guzzle\\Tests": "tests/"
3251
                }
3252
            },
3253
            "notification-url": "https://packagist.org/downloads/",
3254
            "license": [
3255
                "MIT"
3256
            ],
3257
            "authors": [
3258
                {
3259
                    "name": "Michael Dowling",
3260
                    "email": "[email protected]",
3261
                    "homepage": "https://github.com/mtdowling"
3262
                },
3263
                {
3264
                    "name": "Guzzle Community",
3265
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
3266
                }
3267
            ],
3268
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
3269
            "homepage": "http://guzzlephp.org/",
3270
            "keywords": [
3271
                "client",
3272
                "curl",
3273
                "framework",
3274
                "http",
3275
                "http client",
3276
                "rest",
3277
                "web service"
3278
            ],
3279
            "abandoned": "guzzlehttp/guzzle",
3280
            "time": "2015-03-18T18:23:50+00:00"
3281
        },
3282
        {
3283
            "name": "henrikbjorn/lurker",
3284
            "version": "1.2.0",
3285
            "source": {
3286
                "type": "git",
3287
                "url": "https://github.com/flint/Lurker.git",
3288
                "reference": "712d3ef19bef161daa2ba0e0237c6b875587a089"
3289
            },
3290
            "dist": {
3291
                "type": "zip",
3292
                "url": "https://api.github.com/repos/flint/Lurker/zipball/712d3ef19bef161daa2ba0e0237c6b875587a089",
3293
                "reference": "712d3ef19bef161daa2ba0e0237c6b875587a089",
3294
                "shasum": ""
3295
            },
3296
            "require": {
3297
                "php": ">=5.3.3",
3298
                "symfony/config": "^2.2|^3.0",
3299
                "symfony/event-dispatcher": "^2.2|^3.0"
3300
            },
3301
            "suggest": {
3302
                "ext-inotify": ">=0.1.6"
3303
            },
3304
            "type": "library",
3305
            "extra": {
3306
                "branch-alias": {
3307
                    "dev-master": "1.0.x-dev"
3308
                }
3309
            },
3310
            "autoload": {
3311
                "psr-0": {
3312
                    "Lurker": "src"
3313
                }
3314
            },
3315
            "notification-url": "https://packagist.org/downloads/",
3316
            "license": [
3317
                "MIT"
3318
            ],
3319
            "authors": [
3320
                {
3321
                    "name": "Yaroslav Kiliba",
3322
                    "email": "[email protected]"
3323
                },
3324
                {
3325
                    "name": "Konstantin Kudryashov",
3326
                    "email": "[email protected]"
3327
                },
3328
                {
3329
                    "name": "Henrik Bjrnskov",
3330
                    "email": "[email protected]"
3331
                }
3332
            ],
3333
            "description": "Resource Watcher.",
3334
            "keywords": [
3335
                "filesystem",
3336
                "resource",
3337
                "watching"
3338
            ],
3339
            "time": "2016-03-16T15:22:20+00:00"
3340
        },
3341
        {
3342
            "name": "herrera-io/annotations",
3343
            "version": "1.0.1",
3344
            "source": {
3345
                "type": "git",
3346
                "url": "https://github.com/kherge-abandoned/php-annotations.git",
3347
                "reference": "7d8b9a536da7f12aad8de7f28b2cb5266bde8da1"
3348
            },
3349
            "dist": {
3350
                "type": "zip",
3351
                "url": "https://api.github.com/repos/kherge-abandoned/php-annotations/zipball/7d8b9a536da7f12aad8de7f28b2cb5266bde8da1",
3352
                "reference": "7d8b9a536da7f12aad8de7f28b2cb5266bde8da1",
3353
                "shasum": ""
3354
            },
3355
            "require": {
3356
                "doctrine/annotations": "~1.0",
3357
                "php": ">=5.3.3"
3358
            },
3359
            "require-dev": {
3360
                "herrera-io/phpunit-test-case": "1.*",
3361
                "phpunit/phpunit": "3.7.*"
3362
            },
3363
            "type": "library",
3364
            "extra": {
3365
                "branch-alias": {
3366
                    "dev-master": "1.0-dev"
3367
                }
3368
            },
3369
            "autoload": {
3370
                "psr-0": {
3371
                    "Herrera\\Annotations": "src/lib"
3372
                }
3373
            },
3374
            "notification-url": "https://packagist.org/downloads/",
3375
            "license": [
3376
                "MIT"
3377
            ],
3378
            "authors": [
3379
                {
3380
                    "name": "Kevin Herrera",
3381
                    "email": "[email protected]",
3382
                    "homepage": "http://kevin.herrera.io"
3383
                }
3384
            ],
3385
            "description": "A tokenizer for Doctrine annotations.",
3386
            "homepage": "https://github.com/herrera-io/php-annotations",
3387
            "keywords": [
3388
                "annotations",
3389
                "doctrine",
3390
                "tokenizer"
3391
            ],
3392
            "abandoned": true,
3393
            "time": "2014-02-03T17:34:08+00:00"
3394
        },
3395
        {
3396
            "name": "ircmaxell/password-compat",
3397
            "version": "v1.0.4",
3398
            "source": {
3399
                "type": "git",
3400
                "url": "https://github.com/ircmaxell/password_compat.git",
3401
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
3402
            },
3403
            "dist": {
3404
                "type": "zip",
3405
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
3406
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
3407
                "shasum": ""
3408
            },
3409
            "require-dev": {
3410
                "phpunit/phpunit": "4.*"
3411
            },
3412
            "type": "library",
3413
            "autoload": {
3414
                "files": [
3415
                    "lib/password.php"
3416
                ]
3417
            },
3418
            "notification-url": "https://packagist.org/downloads/",
3419
            "license": [
3420
                "MIT"
3421
            ],
3422
            "authors": [
3423
                {
3424
                    "name": "Anthony Ferrara",
3425
                    "email": "[email protected]",
3426
                    "homepage": "http://blog.ircmaxell.com"
3427
                }
3428
            ],
3429
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
3430
            "homepage": "https://github.com/ircmaxell/password_compat",
3431
            "keywords": [
3432
                "hashing",
3433
                "password"
3434
            ],
3435
            "time": "2014-11-20T16:49:30+00:00"
3436
        },
3437
        {
3438
            "name": "league/container",
3439
            "version": "2.4.1",
3440
            "source": {
3441
                "type": "git",
3442
                "url": "https://github.com/thephpleague/container.git",
3443
                "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
3444
            },
3445
            "dist": {
3446
                "type": "zip",
3447
                "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
3448
                "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
3449
                "shasum": ""
3450
            },
3451
            "require": {
3452
                "container-interop/container-interop": "^1.2",
3453
                "php": "^5.4.0 || ^7.0"
3454
            },
3455
            "provide": {
3456
                "container-interop/container-interop-implementation": "^1.2",
3457
                "psr/container-implementation": "^1.0"
3458
            },
3459
            "replace": {
3460
                "orno/di": "~2.0"
3461
            },
3462
            "require-dev": {
3463
                "phpunit/phpunit": "4.*"
3464
            },
3465
            "type": "library",
3466
            "extra": {
3467
                "branch-alias": {
3468
                    "dev-2.x": "2.x-dev",
3469
                    "dev-1.x": "1.x-dev"
3470
                }
3471
            },
3472
            "autoload": {
3473
                "psr-4": {
3474
                    "League\\Container\\": "src"
3475
                }
3476
            },
3477
            "notification-url": "https://packagist.org/downloads/",
3478
            "license": [
3479
                "MIT"
3480
            ],
3481
            "authors": [
3482
                {
3483
                    "name": "Phil Bennett",
3484
                    "email": "[email protected]",
3485
                    "homepage": "http://www.philipobenito.com",
3486
                    "role": "Developer"
3487
                }
3488
            ],
3489
            "description": "A fast and intuitive dependency injection container.",
3490
            "homepage": "https://github.com/thephpleague/container",
3491
            "keywords": [
3492
                "container",
3493
                "dependency",
3494
                "di",
3495
                "injection",
3496
                "league",
3497
                "provider",
3498
                "service"
3499
            ],
3500
            "time": "2017-05-10T09:20:27+00:00"
3501
        },
3502
        {
3503
            "name": "league/event",
3504
            "version": "2.1.2",
3505
            "source": {
3506
                "type": "git",
3507
                "url": "https://github.com/thephpleague/event.git",
3508
                "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd"
3509
            },
3510
            "dist": {
3511
                "type": "zip",
3512
                "url": "https://api.github.com/repos/thephpleague/event/zipball/e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
3513
                "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
3514
                "shasum": ""
3515
            },
3516
            "require": {
3517
                "php": ">=5.4.0"
3518
            },
3519
            "require-dev": {
3520
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3521
                "phpspec/phpspec": "~2.0.0"
3522
            },
3523
            "type": "library",
3524
            "extra": {
3525
                "branch-alias": {
3526
                    "dev-master": "2.2-dev"
3527
                }
3528
            },
3529
            "autoload": {
3530
                "psr-4": {
3531
                    "League\\Event\\": "src/"
3532
                }
3533
            },
3534
            "notification-url": "https://packagist.org/downloads/",
3535
            "license": [
3536
                "MIT"
3537
            ],
3538
            "authors": [
3539
                {
3540
                    "name": "Frank de Jonge",
3541
                    "email": "[email protected]"
3542
                }
3543
            ],
3544
            "description": "Event package",
3545
            "keywords": [
3546
                "emitter",
3547
                "event",
3548
                "listener"
3549
            ],
3550
            "time": "2015-05-21T12:24:47+00:00"
3551
        },
3552
        {
3553
            "name": "monolog/monolog",
0 ignored issues
show
There is a security advisory for your installed version of monolog/monolog:

Header injection in NativeMailerHandler
Loading history...
3554
            "version": "1.10.0",
3555
            "source": {
3556
                "type": "git",
3557
                "url": "https://github.com/Seldaek/monolog.git",
3558
                "reference": "25b16e801979098cb2f120e697bfce454b18bf23"
3559
            },
3560
            "dist": {
3561
                "type": "zip",
3562
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23",
3563
                "reference": "25b16e801979098cb2f120e697bfce454b18bf23",
3564
                "shasum": ""
3565
            },
3566
            "require": {
3567
                "php": ">=5.3.0",
3568
                "psr/log": "~1.0"
3569
            },
3570
            "require-dev": {
3571
                "aws/aws-sdk-php": "~2.4, >2.4.8",
3572
                "doctrine/couchdb": "~1.0@dev",
3573
                "graylog2/gelf-php": "~1.0",
3574
                "phpunit/phpunit": "~3.7.0",
3575
                "raven/raven": "~0.5",
3576
                "ruflin/elastica": "0.90.*"
3577
            },
3578
            "suggest": {
3579
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3580
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3581
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3582
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3583
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3584
                "raven/raven": "Allow sending log messages to a Sentry server",
3585
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3586
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
3587
            },
3588
            "type": "library",
3589
            "extra": {
3590
                "branch-alias": {
3591
                    "dev-master": "1.10.x-dev"
3592
                }
3593
            },
3594
            "autoload": {
3595
                "psr-4": {
3596
                    "Monolog\\": "src/Monolog"
3597
                }
3598
            },
3599
            "notification-url": "https://packagist.org/downloads/",
3600
            "license": [
3601
                "MIT"
3602
            ],
3603
            "authors": [
3604
                {
3605
                    "name": "Jordi Boggiano",
3606
                    "email": "[email protected]",
3607
                    "homepage": "http://seld.be",
3608
                    "role": "Developer"
3609
                }
3610
            ],
3611
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3612
            "homepage": "http://github.com/Seldaek/monolog",
3613
            "keywords": [
3614
                "log",
3615
                "logging",
3616
                "psr-3"
3617
            ],
3618
            "time": "2014-06-04T16:30:04+00:00"
3619
        },
3620
        {
3621
            "name": "mtdowling/cron-expression",
3622
            "version": "v1.2.1",
3623
            "source": {
3624
                "type": "git",
3625
                "url": "https://github.com/mtdowling/cron-expression.git",
3626
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
3627
            },
3628
            "dist": {
3629
                "type": "zip",
3630
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
3631
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
3632
                "shasum": ""
3633
            },
3634
            "require": {
3635
                "php": ">=5.3.2"
3636
            },
3637
            "require-dev": {
3638
                "phpunit/phpunit": "~4.0|~5.0"
3639
            },
3640
            "type": "library",
3641
            "autoload": {
3642
                "psr-4": {
3643
                    "Cron\\": "src/Cron/"
3644
                }
3645
            },
3646
            "notification-url": "https://packagist.org/downloads/",
3647
            "license": [
3648
                "MIT"
3649
            ],
3650
            "authors": [
3651
                {
3652
                    "name": "Michael Dowling",
3653
                    "email": "[email protected]",
3654
                    "homepage": "https://github.com/mtdowling"
3655
                }
3656
            ],
3657
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
3658
            "keywords": [
3659
                "cron",
3660
                "schedule"
3661
            ],
3662
            "time": "2017-01-23T04:29:33+00:00"
3663
        },
3664
        {
3665
            "name": "nikic/phlexy",
3666
            "version": "v0.1",
3667
            "source": {
3668
                "type": "git",
3669
                "url": "https://github.com/nikic/Phlexy.git",
3670
                "reference": "8aba8cb05771bcc56c58f9699e0abd54ca128182"
3671
            },
3672
            "dist": {
3673
                "type": "zip",
3674
                "url": "https://api.github.com/repos/nikic/Phlexy/zipball/8aba8cb05771bcc56c58f9699e0abd54ca128182",
3675
                "reference": "8aba8cb05771bcc56c58f9699e0abd54ca128182",
3676
                "shasum": ""
3677
            },
3678
            "require": {
3679
                "php": ">=5.3"
3680
            },
3681
            "type": "library",
3682
            "extra": {
3683
                "branch-alias": {
3684
                    "dev-master": "1.0-dev"
3685
                }
3686
            },
3687
            "autoload": {
3688
                "psr-0": {
3689
                    "Phlexy": "lib/"
3690
                }
3691
            },
3692
            "notification-url": "https://packagist.org/downloads/",
3693
            "license": [
3694
                "BSD-3-Clause"
3695
            ],
3696
            "authors": [
3697
                {
3698
                    "name": "Nikita Popov"
3699
                }
3700
            ],
3701
            "description": "Lexing experiments in PHP",
3702
            "keywords": [
3703
                "lexer",
3704
                "php"
3705
            ],
3706
            "time": "2013-03-13T16:20:49+00:00"
3707
        },
3708
        {
3709
            "name": "psr/container",
3710
            "version": "1.0.0",
3711
            "source": {
3712
                "type": "git",
3713
                "url": "https://github.com/php-fig/container.git",
3714
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
3715
            },
3716
            "dist": {
3717
                "type": "zip",
3718
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
3719
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
3720
                "shasum": ""
3721
            },
3722
            "require": {
3723
                "php": ">=5.3.0"
3724
            },
3725
            "type": "library",
3726
            "extra": {
3727
                "branch-alias": {
3728
                    "dev-master": "1.0.x-dev"
3729
                }
3730
            },
3731
            "autoload": {
3732
                "psr-4": {
3733
                    "Psr\\Container\\": "src/"
3734
                }
3735
            },
3736
            "notification-url": "https://packagist.org/downloads/",
3737
            "license": [
3738
                "MIT"
3739
            ],
3740
            "authors": [
3741
                {
3742
                    "name": "PHP-FIG",
3743
                    "homepage": "http://www.php-fig.org/"
3744
                }
3745
            ],
3746
            "description": "Common Container Interface (PHP FIG PSR-11)",
3747
            "homepage": "https://github.com/php-fig/container",
3748
            "keywords": [
3749
                "PSR-11",
3750
                "container",
3751
                "container-interface",
3752
                "container-interop",
3753
                "psr"
3754
            ],
3755
            "time": "2017-02-14T16:28:37+00:00"
3756
        },
3757
        {
3758
            "name": "psr/http-message",
3759
            "version": "1.0.1",
3760
            "source": {
3761
                "type": "git",
3762
                "url": "https://github.com/php-fig/http-message.git",
3763
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3764
            },
3765
            "dist": {
3766
                "type": "zip",
3767
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3768
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3769
                "shasum": ""
3770
            },
3771
            "require": {
3772
                "php": ">=5.3.0"
3773
            },
3774
            "type": "library",
3775
            "extra": {
3776
                "branch-alias": {
3777
                    "dev-master": "1.0.x-dev"
3778
                }
3779
            },
3780
            "autoload": {
3781
                "psr-4": {
3782
                    "Psr\\Http\\Message\\": "src/"
3783
                }
3784
            },
3785
            "notification-url": "https://packagist.org/downloads/",
3786
            "license": [
3787
                "MIT"
3788
            ],
3789
            "authors": [
3790
                {
3791
                    "name": "PHP-FIG",
3792
                    "homepage": "http://www.php-fig.org/"
3793
                }
3794
            ],
3795
            "description": "Common interface for HTTP messages",
3796
            "homepage": "https://github.com/php-fig/http-message",
3797
            "keywords": [
3798
                "http",
3799
                "http-message",
3800
                "psr",
3801
                "psr-7",
3802
                "request",
3803
                "response"
3804
            ],
3805
            "time": "2016-08-06T14:39:51+00:00"
3806
        },
3807
        {
3808
            "name": "psr/log",
3809
            "version": "1.0.2",
3810
            "source": {
3811
                "type": "git",
3812
                "url": "https://github.com/php-fig/log.git",
3813
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3814
            },
3815
            "dist": {
3816
                "type": "zip",
3817
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3818
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3819
                "shasum": ""
3820
            },
3821
            "require": {
3822
                "php": ">=5.3.0"
3823
            },
3824
            "type": "library",
3825
            "extra": {
3826
                "branch-alias": {
3827
                    "dev-master": "1.0.x-dev"
3828
                }
3829
            },
3830
            "autoload": {
3831
                "psr-4": {
3832
                    "Psr\\Log\\": "Psr/Log/"
3833
                }
3834
            },
3835
            "notification-url": "https://packagist.org/downloads/",
3836
            "license": [
3837
                "MIT"
3838
            ],
3839
            "authors": [
3840
                {
3841
                    "name": "PHP-FIG",
3842
                    "homepage": "http://www.php-fig.org/"
3843
                }
3844
            ],
3845
            "description": "Common interface for logging libraries",
3846
            "homepage": "https://github.com/php-fig/log",
3847
            "keywords": [
3848
                "log",
3849
                "psr",
3850
                "psr-3"
3851
            ],
3852
            "time": "2016-10-10T12:19:37+00:00"
3853
        },
3854
        {
3855
            "name": "react/cache",
3856
            "version": "v0.4.2",
3857
            "source": {
3858
                "type": "git",
3859
                "url": "https://github.com/reactphp/cache.git",
3860
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8"
3861
            },
3862
            "dist": {
3863
                "type": "zip",
3864
                "url": "https://api.github.com/repos/reactphp/cache/zipball/75494f26b4ef089db9bf8c90b63c296246e099e8",
3865
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8",
3866
                "shasum": ""
3867
            },
3868
            "require": {
3869
                "php": ">=5.3.0",
3870
                "react/promise": "~2.0|~1.1"
3871
            },
3872
            "require-dev": {
3873
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
3874
            },
3875
            "type": "library",
3876
            "autoload": {
3877
                "psr-4": {
3878
                    "React\\Cache\\": "src/"
3879
                }
3880
            },
3881
            "notification-url": "https://packagist.org/downloads/",
3882
            "license": [
3883
                "MIT"
3884
            ],
3885
            "description": "Async, Promise-based cache interface for ReactPHP",
3886
            "keywords": [
3887
                "cache",
3888
                "caching",
3889
                "promise",
3890
                "reactphp"
3891
            ],
3892
            "time": "2017-12-20T16:47:13+00:00"
3893
        },
3894
        {
3895
            "name": "react/dns",
3896
            "version": "v0.4.4",
3897
            "source": {
3898
                "type": "git",
3899
                "url": "https://github.com/reactphp/dns.git",
3900
                "reference": "e3064994379cb4d1e0ee3f5b850b6e8748efae3b"
3901
            },
3902
            "dist": {
3903
                "type": "zip",
3904
                "url": "https://api.github.com/repos/reactphp/dns/zipball/e3064994379cb4d1e0ee3f5b850b6e8748efae3b",
3905
                "reference": "e3064994379cb4d1e0ee3f5b850b6e8748efae3b",
3906
                "shasum": ""
3907
            },
3908
            "require": {
3909
                "php": ">=5.3.0",
3910
                "react/cache": "~0.4.0|~0.3.0",
3911
                "react/promise": "~2.1|~1.2",
3912
                "react/socket": "^0.5 || ^0.4.4"
3913
            },
3914
            "type": "library",
3915
            "autoload": {
3916
                "psr-4": {
3917
                    "React\\Dns\\": "src"
3918
                }
3919
            },
3920
            "notification-url": "https://packagist.org/downloads/",
3921
            "license": [
3922
                "MIT"
3923
            ],
3924
            "description": "Async DNS resolver.",
3925
            "keywords": [
3926
                "dns",
3927
                "dns-resolver"
3928
            ],
3929
            "time": "2017-02-13T09:58:13+00:00"
3930
        },
3931
        {
3932
            "name": "react/event-loop",
3933
            "version": "v0.4.3",
3934
            "source": {
3935
                "type": "git",
3936
                "url": "https://github.com/reactphp/event-loop.git",
3937
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
3938
            },
3939
            "dist": {
3940
                "type": "zip",
3941
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
3942
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
3943
                "shasum": ""
3944
            },
3945
            "require": {
3946
                "php": ">=5.4.0"
3947
            },
3948
            "require-dev": {
3949
                "phpunit/phpunit": "~4.8"
3950
            },
3951
            "suggest": {
3952
                "ext-event": "~1.0",
3953
                "ext-libev": "*",
3954
                "ext-libevent": ">=0.1.0"
3955
            },
3956
            "type": "library",
3957
            "autoload": {
3958
                "psr-4": {
3959
                    "React\\EventLoop\\": "src"
3960
                }
3961
            },
3962
            "notification-url": "https://packagist.org/downloads/",
3963
            "license": [
3964
                "MIT"
3965
            ],
3966
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
3967
            "keywords": [
3968
                "asynchronous",
3969
                "event-loop"
3970
            ],
3971
            "time": "2017-04-27T10:56:23+00:00"
3972
        },
3973
        {
3974
            "name": "react/promise",
3975
            "version": "v2.7.0",
3976
            "source": {
3977
                "type": "git",
3978
                "url": "https://github.com/reactphp/promise.git",
3979
                "reference": "f4edc2581617431aea50430749db55cc3fc031b3"
3980
            },
3981
            "dist": {
3982
                "type": "zip",
3983
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3",
3984
                "reference": "f4edc2581617431aea50430749db55cc3fc031b3",
3985
                "shasum": ""
3986
            },
3987
            "require": {
3988
                "php": ">=5.4.0"
3989
            },
3990
            "require-dev": {
3991
                "phpunit/phpunit": "~4.8"
3992
            },
3993
            "type": "library",
3994
            "autoload": {
3995
                "psr-4": {
3996
                    "React\\Promise\\": "src/"
3997
                },
3998
                "files": [
3999
                    "src/functions_include.php"
4000
                ]
4001
            },
4002
            "notification-url": "https://packagist.org/downloads/",
4003
            "license": [
4004
                "MIT"
4005
            ],
4006
            "authors": [
4007
                {
4008
                    "name": "Jan Sorgalla",
4009
                    "email": "[email protected]"
4010
                }
4011
            ],
4012
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
4013
            "keywords": [
4014
                "promise",
4015
                "promises"
4016
            ],
4017
            "time": "2018-06-13T15:59:06+00:00"
4018
        },
4019
        {
4020
            "name": "react/socket",
4021
            "version": "v0.4.6",
4022
            "source": {
4023
                "type": "git",
4024
                "url": "https://github.com/reactphp/socket.git",
4025
                "reference": "cf074e53c974df52388ebd09710a9018894745d2"
4026
            },
4027
            "dist": {
4028
                "type": "zip",
4029
                "url": "https://api.github.com/repos/reactphp/socket/zipball/cf074e53c974df52388ebd09710a9018894745d2",
4030
                "reference": "cf074e53c974df52388ebd09710a9018894745d2",
4031
                "shasum": ""
4032
            },
4033
            "require": {
4034
                "evenement/evenement": "~2.0|~1.0",
4035
                "php": ">=5.3.0",
4036
                "react/event-loop": "0.4.*|0.3.*",
4037
                "react/promise": "^2.0 || ^1.1",
4038
                "react/stream": "^0.4.5"
4039
            },
4040
            "require-dev": {
4041
                "clue/block-react": "^1.1",
4042
                "phpunit/phpunit": "~4.8",
4043
                "react/socket-client": "^0.5.1"
4044
            },
4045
            "type": "library",
4046
            "autoload": {
4047
                "psr-4": {
4048
                    "React\\Socket\\": "src"
4049
                }
4050
            },
4051
            "notification-url": "https://packagist.org/downloads/",
4052
            "license": [
4053
                "MIT"
4054
            ],
4055
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP",
4056
            "keywords": [
4057
                "Socket"
4058
            ],
4059
            "time": "2017-01-26T09:23:38+00:00"
4060
        },
4061
        {
4062
            "name": "react/socket-client",
4063
            "version": "v0.5.0",
4064
            "source": {
4065
                "type": "git",
4066
                "url": "https://github.com/reactphp/socket-client.git",
4067
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588"
4068
            },
4069
            "dist": {
4070
                "type": "zip",
4071
                "url": "https://api.github.com/repos/reactphp/socket-client/zipball/4ed32f2ce1e732586783c7ebd10b7d75386f2588",
4072
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588",
4073
                "shasum": ""
4074
            },
4075
            "require": {
4076
                "php": ">=5.3.0",
4077
                "react/dns": "0.4.*|0.3.*",
4078
                "react/event-loop": "0.4.*|0.3.*",
4079
                "react/promise": "~2.0|~1.1",
4080
                "react/stream": "0.4.*|0.3.*"
4081
            },
4082
            "require-dev": {
4083
                "clue/block-react": "~1.0"
4084
            },
4085
            "type": "library",
4086
            "autoload": {
4087
                "psr-4": {
4088
                    "React\\SocketClient\\": "src"
4089
                }
4090
            },
4091
            "notification-url": "https://packagist.org/downloads/",
4092
            "license": [
4093
                "MIT"
4094
            ],
4095
            "description": "Async connector to open TCP/IP and SSL/TLS based connections.",
4096
            "keywords": [
4097
                "Socket"
4098
            ],
4099
            "abandoned": "react/socket",
4100
            "time": "2016-03-19T13:11:48+00:00"
4101
        },
4102
        {
4103
            "name": "react/stream",
4104
            "version": "v0.4.6",
4105
            "source": {
4106
                "type": "git",
4107
                "url": "https://github.com/reactphp/stream.git",
4108
                "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee"
4109
            },
4110
            "dist": {
4111
                "type": "zip",
4112
                "url": "https://api.github.com/repos/reactphp/stream/zipball/44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
4113
                "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
4114
                "shasum": ""
4115
            },
4116
            "require": {
4117
                "evenement/evenement": "^2.0|^1.0",
4118
                "php": ">=5.3.8"
4119
            },
4120
            "require-dev": {
4121
                "clue/stream-filter": "~1.2",
4122
                "react/event-loop": "^0.4|^0.3",
4123
                "react/promise": "^2.0|^1.0"
4124
            },
4125
            "suggest": {
4126
                "react/event-loop": "^0.4",
4127
                "react/promise": "^2.0"
4128
            },
4129
            "type": "library",
4130
            "autoload": {
4131
                "psr-4": {
4132
                    "React\\Stream\\": "src"
4133
                }
4134
            },
4135
            "notification-url": "https://packagist.org/downloads/",
4136
            "license": [
4137
                "MIT"
4138
            ],
4139
            "description": "Basic readable and writable stream interfaces that support piping.",
4140
            "keywords": [
4141
                "pipe",
4142
                "stream"
4143
            ],
4144
            "time": "2017-01-25T14:44:14+00:00"
4145
        },
4146
        {
4147
            "name": "rhumsaa/uuid",
4148
            "version": "2.8.2",
4149
            "source": {
4150
                "type": "git",
4151
                "url": "https://github.com/ramsey/rhumsaa-uuid.git",
4152
                "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530"
4153
            },
4154
            "dist": {
4155
                "type": "zip",
4156
                "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
4157
                "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
4158
                "shasum": ""
4159
            },
4160
            "require": {
4161
                "php": ">=5.3.3"
4162
            },
4163
            "replace": {
4164
                "rhumsaa/uuid": "self.version"
4165
            },
4166
            "require-dev": {
4167
                "doctrine/dbal": ">=2.3",
4168
                "jakub-onderka/php-parallel-lint": "^0.9.0",
4169
                "moontoast/math": "~1.1",
4170
                "phpunit/phpunit": "~4.1",
4171
                "satooshi/php-coveralls": "~0.6",
4172
                "squizlabs/php_codesniffer": "^2.3",
4173
                "symfony/console": "~2.3"
4174
            },
4175
            "suggest": {
4176
                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
4177
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
4178
                "symfony/console": "Support for use of the bin/uuid command line tool."
4179
            },
4180
            "bin": [
4181
                "bin/uuid"
4182
            ],
4183
            "type": "library",
4184
            "autoload": {
4185
                "psr-4": {
4186
                    "Rhumsaa\\Uuid\\": "src/"
4187
                }
4188
            },
4189
            "notification-url": "https://packagist.org/downloads/",
4190
            "license": [
4191
                "MIT"
4192
            ],
4193
            "authors": [
4194
                {
4195
                    "name": "Marijn Huizendveld",
4196
                    "email": "[email protected]"
4197
                },
4198
                {
4199
                    "name": "Ben Ramsey",
4200
                    "homepage": "http://benramsey.com"
4201
                }
4202
            ],
4203
            "description": "NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
4204
            "homepage": "https://github.com/ramsey/rhumsaa-uuid",
4205
            "keywords": [
4206
                "guid",
4207
                "identifier",
4208
                "uuid"
4209
            ],
4210
            "abandoned": "ramsey/uuid",
4211
            "time": "2015-07-23T19:00:41+00:00"
4212
        },
4213
        {
4214
            "name": "symfony/config",
4215
            "version": "v2.8.47",
4216
            "source": {
4217
                "type": "git",
4218
                "url": "https://github.com/symfony/config.git",
4219
                "reference": "506aaec58da5b042ec23f7de5cc866eb4b57a21e"
4220
            },
4221
            "dist": {
4222
                "type": "zip",
4223
                "url": "https://api.github.com/repos/symfony/config/zipball/506aaec58da5b042ec23f7de5cc866eb4b57a21e",
4224
                "reference": "506aaec58da5b042ec23f7de5cc866eb4b57a21e",
4225
                "shasum": ""
4226
            },
4227
            "require": {
4228
                "php": ">=5.3.9",
4229
                "symfony/filesystem": "~2.3|~3.0.0",
4230
                "symfony/polyfill-ctype": "~1.8"
4231
            },
4232
            "require-dev": {
4233
                "symfony/yaml": "~2.7|~3.0.0"
4234
            },
4235
            "suggest": {
4236
                "symfony/yaml": "To use the yaml reference dumper"
4237
            },
4238
            "type": "library",
4239
            "extra": {
4240
                "branch-alias": {
4241
                    "dev-master": "2.8-dev"
4242
                }
4243
            },
4244
            "autoload": {
4245
                "psr-4": {
4246
                    "Symfony\\Component\\Config\\": ""
4247
                },
4248
                "exclude-from-classmap": [
4249
                    "/Tests/"
4250
                ]
4251
            },
4252
            "notification-url": "https://packagist.org/downloads/",
4253
            "license": [
4254
                "MIT"
4255
            ],
4256
            "authors": [
4257
                {
4258
                    "name": "Fabien Potencier",
4259
                    "email": "[email protected]"
4260
                },
4261
                {
4262
                    "name": "Symfony Community",
4263
                    "homepage": "https://symfony.com/contributors"
4264
                }
4265
            ],
4266
            "description": "Symfony Config Component",
4267
            "homepage": "https://symfony.com",
4268
            "time": "2018-10-30T16:24:01+00:00"
4269
        },
4270
        {
4271
            "name": "symfony/console",
4272
            "version": "v2.8.47",
4273
            "source": {
4274
                "type": "git",
4275
                "url": "https://github.com/symfony/console.git",
4276
                "reference": "48ed63767c4add573fb3e9e127d3426db27f78e8"
4277
            },
4278
            "dist": {
4279
                "type": "zip",
4280
                "url": "https://api.github.com/repos/symfony/console/zipball/48ed63767c4add573fb3e9e127d3426db27f78e8",
4281
                "reference": "48ed63767c4add573fb3e9e127d3426db27f78e8",
4282
                "shasum": ""
4283
            },
4284
            "require": {
4285
                "php": ">=5.3.9",
4286
                "symfony/debug": "^2.7.2|~3.0.0",
4287
                "symfony/polyfill-mbstring": "~1.0"
4288
            },
4289
            "require-dev": {
4290
                "psr/log": "~1.0",
4291
                "symfony/event-dispatcher": "~2.1|~3.0.0",
4292
                "symfony/process": "~2.1|~3.0.0"
4293
            },
4294
            "suggest": {
4295
                "psr/log-implementation": "For using the console logger",
4296
                "symfony/event-dispatcher": "",
4297
                "symfony/process": ""
4298
            },
4299
            "type": "library",
4300
            "extra": {
4301
                "branch-alias": {
4302
                    "dev-master": "2.8-dev"
4303
                }
4304
            },
4305
            "autoload": {
4306
                "psr-4": {
4307
                    "Symfony\\Component\\Console\\": ""
4308
                },
4309
                "exclude-from-classmap": [
4310
                    "/Tests/"
4311
                ]
4312
            },
4313
            "notification-url": "https://packagist.org/downloads/",
4314
            "license": [
4315
                "MIT"
4316
            ],
4317
            "authors": [
4318
                {
4319
                    "name": "Fabien Potencier",
4320
                    "email": "[email protected]"
4321
                },
4322
                {
4323
                    "name": "Symfony Community",
4324
                    "homepage": "https://symfony.com/contributors"
4325
                }
4326
            ],
4327
            "description": "Symfony Console Component",
4328
            "homepage": "https://symfony.com",
4329
            "time": "2018-10-30T14:26:34+00:00"
4330
        },
4331
        {
4332
            "name": "symfony/debug",
4333
            "version": "v3.0.9",
4334
            "source": {
4335
                "type": "git",
4336
                "url": "https://github.com/symfony/debug.git",
4337
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
4338
            },
4339
            "dist": {
4340
                "type": "zip",
4341
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
4342
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
4343
                "shasum": ""
4344
            },
4345
            "require": {
4346
                "php": ">=5.5.9",
4347
                "psr/log": "~1.0"
4348
            },
4349
            "conflict": {
4350
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
4351
            },
4352
            "require-dev": {
4353
                "symfony/class-loader": "~2.8|~3.0",
4354
                "symfony/http-kernel": "~2.8|~3.0"
4355
            },
4356
            "type": "library",
4357
            "extra": {
4358
                "branch-alias": {
4359
                    "dev-master": "3.0-dev"
4360
                }
4361
            },
4362
            "autoload": {
4363
                "psr-4": {
4364
                    "Symfony\\Component\\Debug\\": ""
4365
                },
4366
                "exclude-from-classmap": [
4367
                    "/Tests/"
4368
                ]
4369
            },
4370
            "notification-url": "https://packagist.org/downloads/",
4371
            "license": [
4372
                "MIT"
4373
            ],
4374
            "authors": [
4375
                {
4376
                    "name": "Fabien Potencier",
4377
                    "email": "[email protected]"
4378
                },
4379
                {
4380
                    "name": "Symfony Community",
4381
                    "homepage": "https://symfony.com/contributors"
4382
                }
4383
            ],
4384
            "description": "Symfony Debug Component",
4385
            "homepage": "https://symfony.com",
4386
            "time": "2016-07-30T07:22:48+00:00"
4387
        },
4388
        {
4389
            "name": "symfony/event-dispatcher",
4390
            "version": "v2.8.47",
4391
            "source": {
4392
                "type": "git",
4393
                "url": "https://github.com/symfony/event-dispatcher.git",
4394
                "reference": "76494bc38ff38d90d01913d23b5271acd4d78dd3"
4395
            },
4396
            "dist": {
4397
                "type": "zip",
4398
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/76494bc38ff38d90d01913d23b5271acd4d78dd3",
4399
                "reference": "76494bc38ff38d90d01913d23b5271acd4d78dd3",
4400
                "shasum": ""
4401
            },
4402
            "require": {
4403
                "php": ">=5.3.9"
4404
            },
4405
            "require-dev": {
4406
                "psr/log": "~1.0",
4407
                "symfony/config": "^2.0.5|~3.0.0",
4408
                "symfony/dependency-injection": "~2.6|~3.0.0",
4409
                "symfony/expression-language": "~2.6|~3.0.0",
4410
                "symfony/stopwatch": "~2.3|~3.0.0"
4411
            },
4412
            "suggest": {
4413
                "symfony/dependency-injection": "",
4414
                "symfony/http-kernel": ""
4415
            },
4416
            "type": "library",
4417
            "extra": {
4418
                "branch-alias": {
4419
                    "dev-master": "2.8-dev"
4420
                }
4421
            },
4422
            "autoload": {
4423
                "psr-4": {
4424
                    "Symfony\\Component\\EventDispatcher\\": ""
4425
                },
4426
                "exclude-from-classmap": [
4427
                    "/Tests/"
4428
                ]
4429
            },
4430
            "notification-url": "https://packagist.org/downloads/",
4431
            "license": [
4432
                "MIT"
4433
            ],
4434
            "authors": [
4435
                {
4436
                    "name": "Fabien Potencier",
4437
                    "email": "[email protected]"
4438
                },
4439
                {
4440
                    "name": "Symfony Community",
4441
                    "homepage": "https://symfony.com/contributors"
4442
                }
4443
            ],
4444
            "description": "Symfony EventDispatcher Component",
4445
            "homepage": "https://symfony.com",
4446
            "time": "2018-10-20T23:16:31+00:00"
4447
        },
4448
        {
4449
            "name": "symfony/filesystem",
4450
            "version": "v3.0.9",
4451
            "source": {
4452
                "type": "git",
4453
                "url": "https://github.com/symfony/filesystem.git",
4454
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
4455
            },
4456
            "dist": {
4457
                "type": "zip",
4458
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
4459
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
4460
                "shasum": ""
4461
            },
4462
            "require": {
4463
                "php": ">=5.5.9"
4464
            },
4465
            "type": "library",
4466
            "extra": {
4467
                "branch-alias": {
4468
                    "dev-master": "3.0-dev"
4469
                }
4470
            },
4471
            "autoload": {
4472
                "psr-4": {
4473
                    "Symfony\\Component\\Filesystem\\": ""
4474
                },
4475
                "exclude-from-classmap": [
4476
                    "/Tests/"
4477
                ]
4478
            },
4479
            "notification-url": "https://packagist.org/downloads/",
4480
            "license": [
4481
                "MIT"
4482
            ],
4483
            "authors": [
4484
                {
4485
                    "name": "Fabien Potencier",
4486
                    "email": "[email protected]"
4487
                },
4488
                {
4489
                    "name": "Symfony Community",
4490
                    "homepage": "https://symfony.com/contributors"
4491
                }
4492
            ],
4493
            "description": "Symfony Filesystem Component",
4494
            "homepage": "https://symfony.com",
4495
            "time": "2016-07-20T05:43:46+00:00"
4496
        },
4497
        {
4498
            "name": "symfony/finder",
4499
            "version": "v2.8.47",
4500
            "source": {
4501
                "type": "git",
4502
                "url": "https://github.com/symfony/finder.git",
4503
                "reference": "5ebb438d1aabe9dba93099dd06e0500f97817a6e"
4504
            },
4505
            "dist": {
4506
                "type": "zip",
4507
                "url": "https://api.github.com/repos/symfony/finder/zipball/5ebb438d1aabe9dba93099dd06e0500f97817a6e",
4508
                "reference": "5ebb438d1aabe9dba93099dd06e0500f97817a6e",
4509
                "shasum": ""
4510
            },
4511
            "require": {
4512
                "php": ">=5.3.9"
4513
            },
4514
            "type": "library",
4515
            "extra": {
4516
                "branch-alias": {
4517
                    "dev-master": "2.8-dev"
4518
                }
4519
            },
4520
            "autoload": {
4521
                "psr-4": {
4522
                    "Symfony\\Component\\Finder\\": ""
4523
                },
4524
                "exclude-from-classmap": [
4525
                    "/Tests/"
4526
                ]
4527
            },
4528
            "notification-url": "https://packagist.org/downloads/",
4529
            "license": [
4530
                "MIT"
4531
            ],
4532
            "authors": [
4533
                {
4534
                    "name": "Fabien Potencier",
4535
                    "email": "[email protected]"
4536
                },
4537
                {
4538
                    "name": "Symfony Community",
4539
                    "homepage": "https://symfony.com/contributors"
4540
                }
4541
            ],
4542
            "description": "Symfony Finder Component",
4543
            "homepage": "https://symfony.com",
4544
            "time": "2018-09-21T12:46:38+00:00"
4545
        },
4546
        {
4547
            "name": "symfony/polyfill-ctype",
4548
            "version": "v1.10.0",
4549
            "source": {
4550
                "type": "git",
4551
                "url": "https://github.com/symfony/polyfill-ctype.git",
4552
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
4553
            },
4554
            "dist": {
4555
                "type": "zip",
4556
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
4557
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
4558
                "shasum": ""
4559
            },
4560
            "require": {
4561
                "php": ">=5.3.3"
4562
            },
4563
            "suggest": {
4564
                "ext-ctype": "For best performance"
4565
            },
4566
            "type": "library",
4567
            "extra": {
4568
                "branch-alias": {
4569
                    "dev-master": "1.9-dev"
4570
                }
4571
            },
4572
            "autoload": {
4573
                "psr-4": {
4574
                    "Symfony\\Polyfill\\Ctype\\": ""
4575
                },
4576
                "files": [
4577
                    "bootstrap.php"
4578
                ]
4579
            },
4580
            "notification-url": "https://packagist.org/downloads/",
4581
            "license": [
4582
                "MIT"
4583
            ],
4584
            "authors": [
4585
                {
4586
                    "name": "Symfony Community",
4587
                    "homepage": "https://symfony.com/contributors"
4588
                },
4589
                {
4590
                    "name": "Gert de Pagter",
4591
                    "email": "[email protected]"
4592
                }
4593
            ],
4594
            "description": "Symfony polyfill for ctype functions",
4595
            "homepage": "https://symfony.com",
4596
            "keywords": [
4597
                "compatibility",
4598
                "ctype",
4599
                "polyfill",
4600
                "portable"
4601
            ],
4602
            "time": "2018-08-06T14:22:27+00:00"
4603
        },
4604
        {
4605
            "name": "symfony/polyfill-mbstring",
4606
            "version": "v1.10.0",
4607
            "source": {
4608
                "type": "git",
4609
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4610
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
4611
            },
4612
            "dist": {
4613
                "type": "zip",
4614
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
4615
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
4616
                "shasum": ""
4617
            },
4618
            "require": {
4619
                "php": ">=5.3.3"
4620
            },
4621
            "suggest": {
4622
                "ext-mbstring": "For best performance"
4623
            },
4624
            "type": "library",
4625
            "extra": {
4626
                "branch-alias": {
4627
                    "dev-master": "1.9-dev"
4628
                }
4629
            },
4630
            "autoload": {
4631
                "psr-4": {
4632
                    "Symfony\\Polyfill\\Mbstring\\": ""
4633
                },
4634
                "files": [
4635
                    "bootstrap.php"
4636
                ]
4637
            },
4638
            "notification-url": "https://packagist.org/downloads/",
4639
            "license": [
4640
                "MIT"
4641
            ],
4642
            "authors": [
4643
                {
4644
                    "name": "Nicolas Grekas",
4645
                    "email": "[email protected]"
4646
                },
4647
                {
4648
                    "name": "Symfony Community",
4649
                    "homepage": "https://symfony.com/contributors"
4650
                }
4651
            ],
4652
            "description": "Symfony polyfill for the Mbstring extension",
4653
            "homepage": "https://symfony.com",
4654
            "keywords": [
4655
                "compatibility",
4656
                "mbstring",
4657
                "polyfill",
4658
                "portable",
4659
                "shim"
4660
            ],
4661
            "time": "2018-09-21T13:07:52+00:00"
4662
        },
4663
        {
4664
            "name": "symfony/process",
4665
            "version": "v2.8.47",
4666
            "source": {
4667
                "type": "git",
4668
                "url": "https://github.com/symfony/process.git",
4669
                "reference": "a15cb61190c6fe37168600922e82295eb5e5449b"
4670
            },
4671
            "dist": {
4672
                "type": "zip",
4673
                "url": "https://api.github.com/repos/symfony/process/zipball/a15cb61190c6fe37168600922e82295eb5e5449b",
4674
                "reference": "a15cb61190c6fe37168600922e82295eb5e5449b",
4675
                "shasum": ""
4676
            },
4677
            "require": {
4678
                "php": ">=5.3.9"
4679
            },
4680
            "type": "library",
4681
            "extra": {
4682
                "branch-alias": {
4683
                    "dev-master": "2.8-dev"
4684
                }
4685
            },
4686
            "autoload": {
4687
                "psr-4": {
4688
                    "Symfony\\Component\\Process\\": ""
4689
                },
4690
                "exclude-from-classmap": [
4691
                    "/Tests/"
4692
                ]
4693
            },
4694
            "notification-url": "https://packagist.org/downloads/",
4695
            "license": [
4696
                "MIT"
4697
            ],
4698
            "authors": [
4699
                {
4700
                    "name": "Fabien Potencier",
4701
                    "email": "[email protected]"
4702
                },
4703
                {
4704
                    "name": "Symfony Community",
4705
                    "homepage": "https://symfony.com/contributors"
4706
                }
4707
            ],
4708
            "description": "Symfony Process Component",
4709
            "homepage": "https://symfony.com",
4710
            "time": "2018-10-05T07:35:28+00:00"
4711
        },
4712
        {
4713
            "name": "symfony/var-dumper",
4714
            "version": "v3.4.7",
4715
            "source": {
4716
                "type": "git",
4717
                "url": "https://github.com/symfony/var-dumper.git",
4718
                "reference": "6f502127b1bb85f7f30f8bc1fb60570a10431863"
4719
            },
4720
            "dist": {
4721
                "type": "zip",
4722
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6f502127b1bb85f7f30f8bc1fb60570a10431863",
4723
                "reference": "6f502127b1bb85f7f30f8bc1fb60570a10431863",
4724
                "shasum": ""
4725
            },
4726
            "require": {
4727
                "php": "^5.5.9|>=7.0.8",
4728
                "symfony/polyfill-mbstring": "~1.0"
4729
            },
4730
            "conflict": {
4731
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4732
            },
4733
            "require-dev": {
4734
                "ext-iconv": "*",
4735
                "twig/twig": "~1.34|~2.4"
4736
            },
4737
            "suggest": {
4738
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4739
                "ext-intl": "To show region name in time zone dump",
4740
                "ext-symfony_debug": ""
4741
            },
4742
            "type": "library",
4743
            "extra": {
4744
                "branch-alias": {
4745
                    "dev-master": "3.4-dev"
4746
                }
4747
            },
4748
            "autoload": {
4749
                "files": [
4750
                    "Resources/functions/dump.php"
4751
                ],
4752
                "psr-4": {
4753
                    "Symfony\\Component\\VarDumper\\": ""
4754
                },
4755
                "exclude-from-classmap": [
4756
                    "/Tests/"
4757
                ]
4758
            },
4759
            "notification-url": "https://packagist.org/downloads/",
4760
            "license": [
4761
                "MIT"
4762
            ],
4763
            "authors": [
4764
                {
4765
                    "name": "Nicolas Grekas",
4766
                    "email": "[email protected]"
4767
                },
4768
                {
4769
                    "name": "Symfony Community",
4770
                    "homepage": "https://symfony.com/contributors"
4771
                }
4772
            ],
4773
            "description": "Symfony mechanism for exploring and dumping PHP variables",
4774
            "homepage": "https://symfony.com",
4775
            "keywords": [
4776
                "debug",
4777
                "dump"
4778
            ],
4779
            "time": "2018-04-03T05:22:50+00:00"
4780
        },
4781
        {
4782
            "name": "symfony/yaml",
4783
            "version": "v3.3.18",
4784
            "source": {
4785
                "type": "git",
4786
                "url": "https://github.com/symfony/yaml.git",
4787
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
4788
            },
4789
            "dist": {
4790
                "type": "zip",
4791
                "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
4792
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
4793
                "shasum": ""
4794
            },
4795
            "require": {
4796
                "php": "^5.5.9|>=7.0.8"
4797
            },
4798
            "require-dev": {
4799
                "symfony/console": "~2.8|~3.0"
4800
            },
4801
            "suggest": {
4802
                "symfony/console": "For validating YAML files using the lint command"
4803
            },
4804
            "type": "library",
4805
            "extra": {
4806
                "branch-alias": {
4807
                    "dev-master": "3.3-dev"
4808
                }
4809
            },
4810
            "autoload": {
4811
                "psr-4": {
4812
                    "Symfony\\Component\\Yaml\\": ""
4813
                },
4814
                "exclude-from-classmap": [
4815
                    "/Tests/"
4816
                ]
4817
            },
4818
            "notification-url": "https://packagist.org/downloads/",
4819
            "license": [
4820
                "MIT"
4821
            ],
4822
            "authors": [
4823
                {
4824
                    "name": "Fabien Potencier",
4825
                    "email": "[email protected]"
4826
                },
4827
                {
4828
                    "name": "Symfony Community",
4829
                    "homepage": "https://symfony.com/contributors"
4830
                }
4831
            ],
4832
            "description": "Symfony Yaml Component",
4833
            "homepage": "https://symfony.com",
4834
            "time": "2018-01-20T15:04:53+00:00"
4835
        },
4836
        {
4837
            "name": "zendframework/zend-diactoros",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-diactoros:

URL Rewrite vulnerability
Loading history...
4838
            "version": "1.4.1",
4839
            "source": {
4840
                "type": "git",
4841
                "url": "https://github.com/zendframework/zend-diactoros.git",
4842
                "reference": "424a840dc3bedcdeea510b42e056c77c2d6c4bef"
4843
            },
4844
            "dist": {
4845
                "type": "zip",
4846
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/424a840dc3bedcdeea510b42e056c77c2d6c4bef",
4847
                "reference": "424a840dc3bedcdeea510b42e056c77c2d6c4bef",
4848
                "shasum": ""
4849
            },
4850
            "require": {
4851
                "php": "^5.4 || ^7.0",
4852
                "psr/http-message": "~1.0"
4853
            },
4854
            "provide": {
4855
                "psr/http-message-implementation": "1.0"
4856
            },
4857
            "require-dev": {
4858
                "ext-dom": "*",
4859
                "ext-libxml": "*",
4860
                "phpunit/phpunit": "^4.6 || ^5.5",
4861
                "zendframework/zend-coding-standard": "~1.0.0"
4862
            },
4863
            "type": "library",
4864
            "extra": {
4865
                "branch-alias": {
4866
                    "dev-master": "1.4-dev",
4867
                    "dev-develop": "1.5-dev"
4868
                }
4869
            },
4870
            "autoload": {
4871
                "psr-4": {
4872
                    "Zend\\Diactoros\\": "src/"
4873
                }
4874
            },
4875
            "notification-url": "https://packagist.org/downloads/",
4876
            "license": [
4877
                "BSD-2-Clause"
4878
            ],
4879
            "description": "PSR HTTP Message implementations",
4880
            "homepage": "https://github.com/zendframework/zend-diactoros",
4881
            "keywords": [
4882
                "http",
4883
                "psr",
4884
                "psr-7"
4885
            ],
4886
            "time": "2017-08-17T21:21:00+00:00"
4887
        }
4888
    ],
4889
    "packages-dev": [
4890
        {
4891
            "name": "appserver-io/build",
4892
            "version": "1.0.5",
4893
            "source": {
4894
                "type": "git",
4895
                "url": "https://github.com/appserver-io/build.git",
4896
                "reference": "0bf58c744e55f5a9701b1aaa96b7bcac8b0995cd"
4897
            },
4898
            "dist": {
4899
                "type": "zip",
4900
                "url": "https://api.github.com/repos/appserver-io/build/zipball/0bf58c744e55f5a9701b1aaa96b7bcac8b0995cd",
4901
                "reference": "0bf58c744e55f5a9701b1aaa96b7bcac8b0995cd",
4902
                "shasum": ""
4903
            },
4904
            "require": {
4905
                "appserver-io/pthreads-polyfill": "~1.0",
4906
                "consolidation/robo": "~1.0",
4907
                "henrikbjorn/lurker": "~1.0",
4908
                "mikey179/vfsstream": "1.*",
4909
                "pdepend/pdepend": "2.0.*",
4910
                "php": ">=5.5.0 < 7.0.0",
4911
                "phpdocumentor/phpdocumentor": "2.9.*",
4912
                "phploc/phploc": "2.0.*",
4913
                "phpmd/phpmd": "2.1.*",
4914
                "phpunit/phpunit": "4.8.*",
4915
                "sebastian/phpcpd": "2.0.*",
4916
                "squizlabs/php_codesniffer": "2.2.*"
4917
            },
4918
            "type": "library",
4919
            "notification-url": "https://packagist.org/downloads/",
4920
            "license": [
4921
                "OSL-3.0"
4922
            ],
4923
            "authors": [
4924
                {
4925
                    "name": "Tim Wagner",
4926
                    "email": "[email protected]",
4927
                    "homepage": "https://github.com/wagnert",
4928
                    "role": "Developer"
4929
                }
4930
            ],
4931
            "description": "Generic build- and deployment targets",
4932
            "homepage": "https://github.com/appserver-io/build",
4933
            "keywords": [
4934
                "build deployment targets ant phpcs phploc phpdocumentor phpcpd phpmd"
4935
            ],
4936
            "time": "2018-02-10T10:36:11+00:00"
4937
        },
4938
        {
4939
            "name": "appserver-io/pthreads-polyfill",
4940
            "version": "v1.2.3",
4941
            "source": {
4942
                "type": "git",
4943
                "url": "https://github.com/appserver-io/pthreads-polyfill.git",
4944
                "reference": "8afac0c4be14daf17a14d2e8b095ad6dfe4ad154"
4945
            },
4946
            "dist": {
4947
                "type": "zip",
4948
                "url": "https://api.github.com/repos/appserver-io/pthreads-polyfill/zipball/8afac0c4be14daf17a14d2e8b095ad6dfe4ad154",
4949
                "reference": "8afac0c4be14daf17a14d2e8b095ad6dfe4ad154",
4950
                "shasum": ""
4951
            },
4952
            "require-dev": {
4953
                "phpunit/phpunit": "^5"
4954
            },
4955
            "type": "library",
4956
            "autoload": {
4957
                "files": [
4958
                    "src/Collectable.php",
4959
                    "src/Threaded.php",
4960
                    "src/Stackable.php",
4961
                    "src/Volatile.php",
4962
                    "src/Thread.php",
4963
                    "src/Worker.php",
4964
                    "src/Pool.php"
4965
                ]
4966
            },
4967
            "notification-url": "https://packagist.org/downloads/",
4968
            "license": [
4969
                "PHP"
4970
            ],
4971
            "authors": [
4972
                {
4973
                    "name": "Joe Watkins",
4974
                    "email": "[email protected]"
4975
                }
4976
            ],
4977
            "description": "A polyfill for pthreads",
4978
            "homepage": "http://pthreads.org/",
4979
            "keywords": [
4980
                "polyfill",
4981
                "pthreads"
4982
            ],
4983
            "time": "2017-09-23T09:10:34+00:00"
4984
        },
4985
        {
4986
            "name": "cilex/cilex",
4987
            "version": "1.1.0",
4988
            "source": {
4989
                "type": "git",
4990
                "url": "https://github.com/Cilex/Cilex.git",
4991
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
4992
            },
4993
            "dist": {
4994
                "type": "zip",
4995
                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
4996
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
4997
                "shasum": ""
4998
            },
4999
            "require": {
5000
                "cilex/console-service-provider": "1.*",
5001
                "php": ">=5.3.3",
5002
                "pimple/pimple": "~1.0",
5003
                "symfony/finder": "~2.1",
5004
                "symfony/process": "~2.1"
5005
            },
5006
            "require-dev": {
5007
                "phpunit/phpunit": "3.7.*",
5008
                "symfony/validator": "~2.1"
5009
            },
5010
            "suggest": {
5011
                "monolog/monolog": ">=1.0.0",
5012
                "symfony/validator": ">=1.0.0",
5013
                "symfony/yaml": ">=1.0.0"
5014
            },
5015
            "type": "library",
5016
            "extra": {
5017
                "branch-alias": {
5018
                    "dev-master": "1.0-dev"
5019
                }
5020
            },
5021
            "autoload": {
5022
                "psr-0": {
5023
                    "Cilex": "src/"
5024
                }
5025
            },
5026
            "notification-url": "https://packagist.org/downloads/",
5027
            "license": [
5028
                "MIT"
5029
            ],
5030
            "authors": [
5031
                {
5032
                    "name": "Mike van Riel",
5033
                    "email": "[email protected]"
5034
                }
5035
            ],
5036
            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
5037
            "homepage": "http://cilex.github.com",
5038
            "keywords": [
5039
                "cli",
5040
                "microframework"
5041
            ],
5042
            "time": "2014-03-29T14:03:13+00:00"
5043
        },
5044
        {
5045
            "name": "cilex/console-service-provider",
5046
            "version": "1.0.0",
5047
            "source": {
5048
                "type": "git",
5049
                "url": "https://github.com/Cilex/console-service-provider.git",
5050
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
5051
            },
5052
            "dist": {
5053
                "type": "zip",
5054
                "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
5055
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
5056
                "shasum": ""
5057
            },
5058
            "require": {
5059
                "php": ">=5.3.3",
5060
                "pimple/pimple": "1.*@dev",
5061
                "symfony/console": "~2.1"
5062
            },
5063
            "require-dev": {
5064
                "cilex/cilex": "1.*@dev",
5065
                "silex/silex": "1.*@dev"
5066
            },
5067
            "type": "library",
5068
            "extra": {
5069
                "branch-alias": {
5070
                    "dev-master": "1.0-dev"
5071
                }
5072
            },
5073
            "autoload": {
5074
                "psr-0": {
5075
                    "Cilex\\Provider\\Console": "src"
5076
                }
5077
            },
5078
            "notification-url": "https://packagist.org/downloads/",
5079
            "license": [
5080
                "MIT"
5081
            ],
5082
            "authors": [
5083
                {
5084
                    "name": "Beau Simensen",
5085
                    "email": "[email protected]",
5086
                    "homepage": "http://beausimensen.com"
5087
                },
5088
                {
5089
                    "name": "Mike van Riel",
5090
                    "email": "[email protected]"
5091
                }
5092
            ],
5093
            "description": "Console Service Provider",
5094
            "keywords": [
5095
                "cilex",
5096
                "console",
5097
                "pimple",
5098
                "service-provider",
5099
                "silex"
5100
            ],
5101
            "time": "2012-12-19T10:50:58+00:00"
5102
        },
5103
        {
5104
            "name": "erusev/parsedown",
5105
            "version": "1.7.1",
5106
            "source": {
5107
                "type": "git",
5108
                "url": "https://github.com/erusev/parsedown.git",
5109
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
5110
            },
5111
            "dist": {
5112
                "type": "zip",
5113
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
5114
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
5115
                "shasum": ""
5116
            },
5117
            "require": {
5118
                "ext-mbstring": "*",
5119
                "php": ">=5.3.0"
5120
            },
5121
            "require-dev": {
5122
                "phpunit/phpunit": "^4.8.35"
5123
            },
5124
            "type": "library",
5125
            "autoload": {
5126
                "psr-0": {
5127
                    "Parsedown": ""
5128
                }
5129
            },
5130
            "notification-url": "https://packagist.org/downloads/",
5131
            "license": [
5132
                "MIT"
5133
            ],
5134
            "authors": [
5135
                {
5136
                    "name": "Emanuil Rusev",
5137
                    "email": "[email protected]",
5138
                    "homepage": "http://erusev.com"
5139
                }
5140
            ],
5141
            "description": "Parser for Markdown.",
5142
            "homepage": "http://parsedown.org",
5143
            "keywords": [
5144
                "markdown",
5145
                "parser"
5146
            ],
5147
            "time": "2018-03-08T01:11:30+00:00"
5148
        },
5149
        {
5150
            "name": "herrera-io/json",
5151
            "version": "1.0.3",
5152
            "source": {
5153
                "type": "git",
5154
                "url": "https://github.com/kherge-php/json.git",
5155
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
5156
            },
5157
            "dist": {
5158
                "type": "zip",
5159
                "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
5160
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
5161
                "shasum": ""
5162
            },
5163
            "require": {
5164
                "ext-json": "*",
5165
                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
5166
                "php": ">=5.3.3",
5167
                "seld/jsonlint": ">=1.0,<2.0-dev"
5168
            },
5169
            "require-dev": {
5170
                "herrera-io/phpunit-test-case": "1.*",
5171
                "mikey179/vfsstream": "1.1.0",
5172
                "phpunit/phpunit": "3.7.*"
5173
            },
5174
            "type": "library",
5175
            "extra": {
5176
                "branch-alias": {
5177
                    "dev-master": "1.0-dev"
5178
                }
5179
            },
5180
            "autoload": {
5181
                "files": [
5182
                    "src/lib/json_version.php"
5183
                ],
5184
                "psr-0": {
5185
                    "Herrera\\Json": "src/lib"
5186
                }
5187
            },
5188
            "notification-url": "https://packagist.org/downloads/",
5189
            "license": [
5190
                "MIT"
5191
            ],
5192
            "authors": [
5193
                {
5194
                    "name": "Kevin Herrera",
5195
                    "email": "[email protected]",
5196
                    "homepage": "http://kevin.herrera.io"
5197
                }
5198
            ],
5199
            "description": "A library for simplifying JSON linting and validation.",
5200
            "homepage": "http://herrera-io.github.com/php-json",
5201
            "keywords": [
5202
                "json",
5203
                "lint",
5204
                "schema",
5205
                "validate"
5206
            ],
5207
            "abandoned": "kherge/json",
5208
            "time": "2013-10-30T16:51:34+00:00"
5209
        },
5210
        {
5211
            "name": "herrera-io/phar-update",
5212
            "version": "1.0.3",
5213
            "source": {
5214
                "type": "git",
5215
                "url": "https://github.com/kherge-abandoned/php-phar-update.git",
5216
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
5217
            },
5218
            "dist": {
5219
                "type": "zip",
5220
                "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
5221
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
5222
                "shasum": ""
5223
            },
5224
            "require": {
5225
                "herrera-io/json": "1.*",
5226
                "kherge/version": "1.*",
5227
                "php": ">=5.3.3"
5228
            },
5229
            "require-dev": {
5230
                "herrera-io/phpunit-test-case": "1.*",
5231
                "mikey179/vfsstream": "1.1.0",
5232
                "phpunit/phpunit": "3.7.*"
5233
            },
5234
            "type": "library",
5235
            "extra": {
5236
                "branch-alias": {
5237
                    "dev-master": "1.0-dev"
5238
                }
5239
            },
5240
            "autoload": {
5241
                "files": [
5242
                    "src/lib/constants.php"
5243
                ],
5244
                "psr-0": {
5245
                    "Herrera\\Phar\\Update": "src/lib"
5246
                }
5247
            },
5248
            "notification-url": "https://packagist.org/downloads/",
5249
            "license": [
5250
                "MIT"
5251
            ],
5252
            "authors": [
5253
                {
5254
                    "name": "Kevin Herrera",
5255
                    "email": "[email protected]",
5256
                    "homepage": "http://kevin.herrera.io"
5257
                }
5258
            ],
5259
            "description": "A library for self-updating Phars.",
5260
            "homepage": "http://herrera-io.github.com/php-phar-update",
5261
            "keywords": [
5262
                "phar",
5263
                "update"
5264
            ],
5265
            "abandoned": true,
5266
            "time": "2013-10-30T17:23:01+00:00"
5267
        },
5268
        {
5269
            "name": "jms/metadata",
5270
            "version": "1.7.0",
5271
            "source": {
5272
                "type": "git",
5273
                "url": "https://github.com/schmittjoh/metadata.git",
5274
                "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8"
5275
            },
5276
            "dist": {
5277
                "type": "zip",
5278
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e5854ab1aa643623dc64adde718a8eec32b957a8",
5279
                "reference": "e5854ab1aa643623dc64adde718a8eec32b957a8",
5280
                "shasum": ""
5281
            },
5282
            "require": {
5283
                "php": ">=5.3.0"
5284
            },
5285
            "require-dev": {
5286
                "doctrine/cache": "~1.0",
5287
                "symfony/cache": "~3.1"
5288
            },
5289
            "type": "library",
5290
            "extra": {
5291
                "branch-alias": {
5292
                    "dev-master": "1.5.x-dev"
5293
                }
5294
            },
5295
            "autoload": {
5296
                "psr-0": {
5297
                    "Metadata\\": "src/"
5298
                }
5299
            },
5300
            "notification-url": "https://packagist.org/downloads/",
5301
            "license": [
5302
                "MIT"
5303
            ],
5304
            "authors": [
5305
                {
5306
                    "name": "Asmir Mustafic",
5307
                    "email": "[email protected]"
5308
                },
5309
                {
5310
                    "name": "Johannes M. Schmitt",
5311
                    "email": "[email protected]"
5312
                }
5313
            ],
5314
            "description": "Class/method/property metadata management in PHP",
5315
            "keywords": [
5316
                "annotations",
5317
                "metadata",
5318
                "xml",
5319
                "yaml"
5320
            ],
5321
            "time": "2018-10-26T12:40:10+00:00"
5322
        },
5323
        {
5324
            "name": "jms/parser-lib",
5325
            "version": "1.0.0",
5326
            "source": {
5327
                "type": "git",
5328
                "url": "https://github.com/schmittjoh/parser-lib.git",
5329
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
5330
            },
5331
            "dist": {
5332
                "type": "zip",
5333
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
5334
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
5335
                "shasum": ""
5336
            },
5337
            "require": {
5338
                "phpoption/phpoption": ">=0.9,<2.0-dev"
5339
            },
5340
            "type": "library",
5341
            "extra": {
5342
                "branch-alias": {
5343
                    "dev-master": "1.0-dev"
5344
                }
5345
            },
5346
            "autoload": {
5347
                "psr-0": {
5348
                    "JMS\\": "src/"
5349
                }
5350
            },
5351
            "notification-url": "https://packagist.org/downloads/",
5352
            "license": [
5353
                "Apache2"
5354
            ],
5355
            "description": "A library for easily creating recursive-descent parsers.",
5356
            "time": "2012-11-18T18:08:43+00:00"
5357
        },
5358
        {
5359
            "name": "jms/serializer",
5360
            "version": "1.13.0",
5361
            "source": {
5362
                "type": "git",
5363
                "url": "https://github.com/schmittjoh/serializer.git",
5364
                "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c"
5365
            },
5366
            "dist": {
5367
                "type": "zip",
5368
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
5369
                "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
5370
                "shasum": ""
5371
            },
5372
            "require": {
5373
                "doctrine/annotations": "^1.0",
5374
                "doctrine/instantiator": "^1.0.3",
5375
                "jms/metadata": "^1.3",
5376
                "jms/parser-lib": "1.*",
5377
                "php": "^5.5|^7.0",
5378
                "phpcollection/phpcollection": "~0.1",
5379
                "phpoption/phpoption": "^1.1"
5380
            },
5381
            "conflict": {
5382
                "twig/twig": "<1.12"
5383
            },
5384
            "require-dev": {
5385
                "doctrine/orm": "~2.1",
5386
                "doctrine/phpcr-odm": "^1.3|^2.0",
5387
                "ext-pdo_sqlite": "*",
5388
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
5389
                "phpunit/phpunit": "^4.8|^5.0",
5390
                "propel/propel1": "~1.7",
5391
                "psr/container": "^1.0",
5392
                "symfony/dependency-injection": "^2.7|^3.3|^4.0",
5393
                "symfony/expression-language": "^2.6|^3.0",
5394
                "symfony/filesystem": "^2.1",
5395
                "symfony/form": "~2.1|^3.0",
5396
                "symfony/translation": "^2.1|^3.0",
5397
                "symfony/validator": "^2.2|^3.0",
5398
                "symfony/yaml": "^2.1|^3.0",
5399
                "twig/twig": "~1.12|~2.0"
5400
            },
5401
            "suggest": {
5402
                "doctrine/cache": "Required if you like to use cache functionality.",
5403
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
5404
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
5405
            },
5406
            "type": "library",
5407
            "extra": {
5408
                "branch-alias": {
5409
                    "dev-1.x": "1.13-dev"
5410
                }
5411
            },
5412
            "autoload": {
5413
                "psr-0": {
5414
                    "JMS\\Serializer": "src/"
5415
                }
5416
            },
5417
            "notification-url": "https://packagist.org/downloads/",
5418
            "license": [
5419
                "MIT"
5420
            ],
5421
            "authors": [
5422
                {
5423
                    "name": "Asmir Mustafic",
5424
                    "email": "[email protected]"
5425
                },
5426
                {
5427
                    "name": "Johannes M. Schmitt",
5428
                    "email": "[email protected]"
5429
                }
5430
            ],
5431
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
5432
            "homepage": "http://jmsyst.com/libs/serializer",
5433
            "keywords": [
5434
                "deserialization",
5435
                "jaxb",
5436
                "json",
5437
                "serialization",
5438
                "xml"
5439
            ],
5440
            "time": "2018-07-25T13:58:54+00:00"
5441
        },
5442
        {
5443
            "name": "justinrainbow/json-schema",
5444
            "version": "1.6.1",
5445
            "source": {
5446
                "type": "git",
5447
                "url": "https://github.com/justinrainbow/json-schema.git",
5448
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
5449
            },
5450
            "dist": {
5451
                "type": "zip",
5452
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
5453
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
5454
                "shasum": ""
5455
            },
5456
            "require": {
5457
                "php": ">=5.3.29"
5458
            },
5459
            "require-dev": {
5460
                "json-schema/json-schema-test-suite": "1.1.0",
5461
                "phpdocumentor/phpdocumentor": "~2",
5462
                "phpunit/phpunit": "~3.7"
5463
            },
5464
            "bin": [
5465
                "bin/validate-json"
5466
            ],
5467
            "type": "library",
5468
            "extra": {
5469
                "branch-alias": {
5470
                    "dev-master": "1.6.x-dev"
5471
                }
5472
            },
5473
            "autoload": {
5474
                "psr-4": {
5475
                    "JsonSchema\\": "src/JsonSchema/"
5476
                }
5477
            },
5478
            "notification-url": "https://packagist.org/downloads/",
5479
            "license": [
5480
                "BSD-3-Clause"
5481
            ],
5482
            "authors": [
5483
                {
5484
                    "name": "Bruno Prieto Reis",
5485
                    "email": "[email protected]"
5486
                },
5487
                {
5488
                    "name": "Justin Rainbow",
5489
                    "email": "[email protected]"
5490
                },
5491
                {
5492
                    "name": "Igor Wiedler",
5493
                    "email": "[email protected]"
5494
                },
5495
                {
5496
                    "name": "Robert Schönthal",
5497
                    "email": "[email protected]"
5498
                }
5499
            ],
5500
            "description": "A library to validate a json schema.",
5501
            "homepage": "https://github.com/justinrainbow/json-schema",
5502
            "keywords": [
5503
                "json",
5504
                "schema"
5505
            ],
5506
            "time": "2016-01-25T15:43:01+00:00"
5507
        },
5508
        {
5509
            "name": "kherge/version",
5510
            "version": "1.0.1",
5511
            "source": {
5512
                "type": "git",
5513
                "url": "https://github.com/kherge-abandoned/Version.git",
5514
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
5515
            },
5516
            "dist": {
5517
                "type": "zip",
5518
                "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
5519
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
5520
                "shasum": ""
5521
            },
5522
            "require": {
5523
                "php": ">=5.3.3"
5524
            },
5525
            "type": "library",
5526
            "extra": {
5527
                "branch-alias": {
5528
                    "dev-master": "1.0-dev"
5529
                }
5530
            },
5531
            "autoload": {
5532
                "psr-0": {
5533
                    "KevinGH\\Version": "src/lib/"
5534
                }
5535
            },
5536
            "notification-url": "https://packagist.org/downloads/",
5537
            "license": [
5538
                "MIT"
5539
            ],
5540
            "authors": [
5541
                {
5542
                    "name": "Kevin Herrera",
5543
                    "email": "[email protected]"
5544
                }
5545
            ],
5546
            "description": "A parsing and comparison library for semantic versioning.",
5547
            "homepage": "http://github.com/kherge/Version",
5548
            "abandoned": true,
5549
            "time": "2012-08-16T17:13:03+00:00"
5550
        },
5551
        {
5552
            "name": "mikey179/vfsStream",
5553
            "version": "v1.6.5",
5554
            "source": {
5555
                "type": "git",
5556
                "url": "https://github.com/mikey179/vfsStream.git",
5557
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
5558
            },
5559
            "dist": {
5560
                "type": "zip",
5561
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
5562
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
5563
                "shasum": ""
5564
            },
5565
            "require": {
5566
                "php": ">=5.3.0"
5567
            },
5568
            "require-dev": {
5569
                "phpunit/phpunit": "~4.5"
5570
            },
5571
            "type": "library",
5572
            "extra": {
5573
                "branch-alias": {
5574
                    "dev-master": "1.6.x-dev"
5575
                }
5576
            },
5577
            "autoload": {
5578
                "psr-0": {
5579
                    "org\\bovigo\\vfs\\": "src/main/php"
5580
                }
5581
            },
5582
            "notification-url": "https://packagist.org/downloads/",
5583
            "license": [
5584
                "BSD-3-Clause"
5585
            ],
5586
            "authors": [
5587
                {
5588
                    "name": "Frank Kleine",
5589
                    "homepage": "http://frankkleine.de/",
5590
                    "role": "Developer"
5591
                }
5592
            ],
5593
            "description": "Virtual file system to mock the real file system in unit tests.",
5594
            "homepage": "http://vfs.bovigo.org/",
5595
            "time": "2017-08-01T08:02:14+00:00"
5596
        },
5597
        {
5598
            "name": "nikic/php-parser",
5599
            "version": "v1.4.1",
5600
            "source": {
5601
                "type": "git",
5602
                "url": "https://github.com/nikic/PHP-Parser.git",
5603
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
5604
            },
5605
            "dist": {
5606
                "type": "zip",
5607
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
5608
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
5609
                "shasum": ""
5610
            },
5611
            "require": {
5612
                "ext-tokenizer": "*",
5613
                "php": ">=5.3"
5614
            },
5615
            "type": "library",
5616
            "extra": {
5617
                "branch-alias": {
5618
                    "dev-master": "1.4-dev"
5619
                }
5620
            },
5621
            "autoload": {
5622
                "files": [
5623
                    "lib/bootstrap.php"
5624
                ]
5625
            },
5626
            "notification-url": "https://packagist.org/downloads/",
5627
            "license": [
5628
                "BSD-3-Clause"
5629
            ],
5630
            "authors": [
5631
                {
5632
                    "name": "Nikita Popov"
5633
                }
5634
            ],
5635
            "description": "A PHP parser written in PHP",
5636
            "keywords": [
5637
                "parser",
5638
                "php"
5639
            ],
5640
            "time": "2015-09-19T14:15:08+00:00"
5641
        },
5642
        {
5643
            "name": "pdepend/pdepend",
5644
            "version": "2.0.6",
5645
            "source": {
5646
                "type": "git",
5647
                "url": "https://github.com/pdepend/pdepend.git",
5648
                "reference": "a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4"
5649
            },
5650
            "dist": {
5651
                "type": "zip",
5652
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4",
5653
                "reference": "a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4",
5654
                "shasum": ""
5655
            },
5656
            "require": {
5657
                "symfony/config": ">=2.4",
5658
                "symfony/dependency-injection": ">=2.4",
5659
                "symfony/filesystem": ">=2.4"
5660
            },
5661
            "require-dev": {
5662
                "phpunit/phpunit": "4.*@stable",
5663
                "squizlabs/php_codesniffer": "@stable"
5664
            },
5665
            "bin": [
5666
                "src/bin/pdepend"
5667
            ],
5668
            "type": "library",
5669
            "autoload": {
5670
                "psr-0": {
5671
                    "PDepend\\": "src/main/php/"
5672
                }
5673
            },
5674
            "notification-url": "https://packagist.org/downloads/",
5675
            "license": [
5676
                "BSD-3-Clause"
5677
            ],
5678
            "description": "Official version of pdepend to be handled with Composer",
5679
            "time": "2015-03-02T08:06:43+00:00"
5680
        },
5681
        {
5682
            "name": "phpcollection/phpcollection",
5683
            "version": "0.5.0",
5684
            "source": {
5685
                "type": "git",
5686
                "url": "https://github.com/schmittjoh/php-collection.git",
5687
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
5688
            },
5689
            "dist": {
5690
                "type": "zip",
5691
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
5692
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
5693
                "shasum": ""
5694
            },
5695
            "require": {
5696
                "phpoption/phpoption": "1.*"
5697
            },
5698
            "type": "library",
5699
            "extra": {
5700
                "branch-alias": {
5701
                    "dev-master": "0.4-dev"
5702
                }
5703
            },
5704
            "autoload": {
5705
                "psr-0": {
5706
                    "PhpCollection": "src/"
5707
                }
5708
            },
5709
            "notification-url": "https://packagist.org/downloads/",
5710
            "license": [
5711
                "Apache2"
5712
            ],
5713
            "authors": [
5714
                {
5715
                    "name": "Johannes M. Schmitt",
5716
                    "email": "[email protected]"
5717
                }
5718
            ],
5719
            "description": "General-Purpose Collection Library for PHP",
5720
            "keywords": [
5721
                "collection",
5722
                "list",
5723
                "map",
5724
                "sequence",
5725
                "set"
5726
            ],
5727
            "time": "2015-05-17T12:39:23+00:00"
5728
        },
5729
        {
5730
            "name": "phpdocumentor/fileset",
5731
            "version": "1.0.0",
5732
            "source": {
5733
                "type": "git",
5734
                "url": "https://github.com/phpDocumentor/Fileset.git",
5735
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
5736
            },
5737
            "dist": {
5738
                "type": "zip",
5739
                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
5740
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
5741
                "shasum": ""
5742
            },
5743
            "require": {
5744
                "php": ">=5.3.3",
5745
                "symfony/finder": "~2.1"
5746
            },
5747
            "require-dev": {
5748
                "phpunit/phpunit": "~3.7"
5749
            },
5750
            "type": "library",
5751
            "autoload": {
5752
                "psr-0": {
5753
                    "phpDocumentor": [
5754
                        "src/",
5755
                        "tests/unit/"
5756
                    ]
5757
                }
5758
            },
5759
            "notification-url": "https://packagist.org/downloads/",
5760
            "license": [
5761
                "MIT"
5762
            ],
5763
            "description": "Fileset component for collecting a set of files given directories and file paths",
5764
            "homepage": "http://www.phpdoc.org",
5765
            "keywords": [
5766
                "files",
5767
                "fileset",
5768
                "phpdoc"
5769
            ],
5770
            "time": "2013-08-06T21:07:42+00:00"
5771
        },
5772
        {
5773
            "name": "phpdocumentor/graphviz",
5774
            "version": "1.0.4",
5775
            "source": {
5776
                "type": "git",
5777
                "url": "https://github.com/phpDocumentor/GraphViz.git",
5778
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
5779
            },
5780
            "dist": {
5781
                "type": "zip",
5782
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
5783
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
5784
                "shasum": ""
5785
            },
5786
            "require": {
5787
                "php": ">=5.3.3"
5788
            },
5789
            "require-dev": {
5790
                "phpunit/phpunit": "~4.0"
5791
            },
5792
            "type": "library",
5793
            "autoload": {
5794
                "psr-0": {
5795
                    "phpDocumentor": [
5796
                        "src/",
5797
                        "tests/unit"
5798
                    ]
5799
                }
5800
            },
5801
            "notification-url": "https://packagist.org/downloads/",
5802
            "license": [
5803
                "MIT"
5804
            ],
5805
            "authors": [
5806
                {
5807
                    "name": "Mike van Riel",
5808
                    "email": "[email protected]"
5809
                }
5810
            ],
5811
            "time": "2016-02-02T13:00:08+00:00"
5812
        },
5813
        {
5814
            "name": "phpdocumentor/phpdocumentor",
5815
            "version": "v2.9.0",
5816
            "source": {
5817
                "type": "git",
5818
                "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
5819
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667"
5820
            },
5821
            "dist": {
5822
                "type": "zip",
5823
                "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667",
5824
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667",
5825
                "shasum": ""
5826
            },
5827
            "require": {
5828
                "cilex/cilex": "~1.0",
5829
                "erusev/parsedown": "~1.0",
5830
                "herrera-io/phar-update": "1.0.3",
5831
                "jms/serializer": ">=0.12",
5832
                "monolog/monolog": "~1.6",
5833
                "php": ">=5.3.3",
5834
                "phpdocumentor/fileset": "~1.0",
5835
                "phpdocumentor/graphviz": "~1.0",
5836
                "phpdocumentor/reflection": "^3.0",
5837
                "phpdocumentor/reflection-docblock": "~2.0",
5838
                "symfony/config": "~2.3",
5839
                "symfony/console": "~2.3",
5840
                "symfony/event-dispatcher": "~2.1",
5841
                "symfony/process": "~2.0",
5842
                "symfony/stopwatch": "~2.3",
5843
                "symfony/validator": "~2.2",
5844
                "twig/twig": "~1.3",
5845
                "zendframework/zend-cache": "~2.1",
5846
                "zendframework/zend-config": "~2.1",
5847
                "zendframework/zend-filter": "~2.1",
5848
                "zendframework/zend-i18n": "~2.1",
5849
                "zendframework/zend-serializer": "~2.1",
5850
                "zendframework/zend-servicemanager": "~2.1",
5851
                "zendframework/zend-stdlib": "~2.1",
5852
                "zetacomponents/document": ">=1.3.1"
5853
            },
5854
            "require-dev": {
5855
                "behat/behat": "~3.0",
5856
                "mikey179/vfsstream": "~1.2",
5857
                "mockery/mockery": "~0.9@dev",
5858
                "phpunit/phpunit": "~4.0",
5859
                "squizlabs/php_codesniffer": "~1.4",
5860
                "symfony/expression-language": "~2.4"
5861
            },
5862
            "suggest": {
5863
                "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
5864
                "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
5865
            },
5866
            "bin": [
5867
                "bin/phpdoc.php",
5868
                "bin/phpdoc"
5869
            ],
5870
            "type": "library",
5871
            "extra": {
5872
                "branch-alias": {
5873
                    "dev-develop": "2.9-dev"
5874
                }
5875
            },
5876
            "autoload": {
5877
                "psr-0": {
5878
                    "phpDocumentor": [
5879
                        "src/",
5880
                        "tests/unit/"
5881
                    ],
5882
                    "Cilex\\Provider": [
5883
                        "src/"
5884
                    ]
5885
                }
5886
            },
5887
            "notification-url": "https://packagist.org/downloads/",
5888
            "license": [
5889
                "MIT"
5890
            ],
5891
            "description": "Documentation Generator for PHP",
5892
            "homepage": "http://www.phpdoc.org",
5893
            "keywords": [
5894
                "api",
5895
                "application",
5896
                "dga",
5897
                "documentation",
5898
                "phpdoc"
5899
            ],
5900
            "time": "2016-05-22T09:50:56+00:00"
5901
        },
5902
        {
5903
            "name": "phpdocumentor/reflection",
5904
            "version": "3.0.1",
5905
            "source": {
5906
                "type": "git",
5907
                "url": "https://github.com/phpDocumentor/Reflection.git",
5908
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
5909
            },
5910
            "dist": {
5911
                "type": "zip",
5912
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
5913
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
5914
                "shasum": ""
5915
            },
5916
            "require": {
5917
                "nikic/php-parser": "^1.0",
5918
                "php": ">=5.3.3",
5919
                "phpdocumentor/reflection-docblock": "~2.0",
5920
                "psr/log": "~1.0"
5921
            },
5922
            "require-dev": {
5923
                "behat/behat": "~2.4",
5924
                "mockery/mockery": "~0.8",
5925
                "phpunit/phpunit": "~4.0"
5926
            },
5927
            "type": "library",
5928
            "extra": {
5929
                "branch-alias": {
5930
                    "dev-master": "1.0.x-dev"
5931
                }
5932
            },
5933
            "autoload": {
5934
                "psr-0": {
5935
                    "phpDocumentor": [
5936
                        "src/",
5937
                        "tests/unit/",
5938
                        "tests/mocks/"
5939
                    ]
5940
                }
5941
            },
5942
            "notification-url": "https://packagist.org/downloads/",
5943
            "license": [
5944
                "MIT"
5945
            ],
5946
            "description": "Reflection library to do Static Analysis for PHP Projects",
5947
            "homepage": "http://www.phpdoc.org",
5948
            "keywords": [
5949
                "phpDocumentor",
5950
                "phpdoc",
5951
                "reflection",
5952
                "static analysis"
5953
            ],
5954
            "time": "2016-05-21T08:42:32+00:00"
5955
        },
5956
        {
5957
            "name": "phpdocumentor/reflection-docblock",
5958
            "version": "2.0.5",
5959
            "source": {
5960
                "type": "git",
5961
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5962
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
5963
            },
5964
            "dist": {
5965
                "type": "zip",
5966
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5967
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5968
                "shasum": ""
5969
            },
5970
            "require": {
5971
                "php": ">=5.3.3"
5972
            },
5973
            "require-dev": {
5974
                "phpunit/phpunit": "~4.0"
5975
            },
5976
            "suggest": {
5977
                "dflydev/markdown": "~1.0",
5978
                "erusev/parsedown": "~1.0"
5979
            },
5980
            "type": "library",
5981
            "extra": {
5982
                "branch-alias": {
5983
                    "dev-master": "2.0.x-dev"
5984
                }
5985
            },
5986
            "autoload": {
5987
                "psr-0": {
5988
                    "phpDocumentor": [
5989
                        "src/"
5990
                    ]
5991
                }
5992
            },
5993
            "notification-url": "https://packagist.org/downloads/",
5994
            "license": [
5995
                "MIT"
5996
            ],
5997
            "authors": [
5998
                {
5999
                    "name": "Mike van Riel",
6000
                    "email": "[email protected]"
6001
                }
6002
            ],
6003
            "time": "2016-01-25T08:17:30+00:00"
6004
        },
6005
        {
6006
            "name": "phploc/phploc",
6007
            "version": "2.0.6",
6008
            "source": {
6009
                "type": "git",
6010
                "url": "https://github.com/sebastianbergmann/phploc.git",
6011
                "reference": "322ad07c112d5c6832abed4269d648cacff5959b"
6012
            },
6013
            "dist": {
6014
                "type": "zip",
6015
                "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/322ad07c112d5c6832abed4269d648cacff5959b",
6016
                "reference": "322ad07c112d5c6832abed4269d648cacff5959b",
6017
                "shasum": ""
6018
            },
6019
            "require": {
6020
                "php": ">=5.3.3",
6021
                "sebastian/finder-facade": "~1.1",
6022
                "sebastian/git": "~1.0",
6023
                "sebastian/version": "~1.0",
6024
                "symfony/console": "~2.2"
6025
            },
6026
            "bin": [
6027
                "phploc"
6028
            ],
6029
            "type": "library",
6030
            "extra": {
6031
                "branch-alias": {
6032
                    "dev-master": "2.0-dev"
6033
                }
6034
            },
6035
            "autoload": {
6036
                "classmap": [
6037
                    "src/"
6038
                ]
6039
            },
6040
            "notification-url": "https://packagist.org/downloads/",
6041
            "license": [
6042
                "BSD-3-Clause"
6043
            ],
6044
            "authors": [
6045
                {
6046
                    "name": "Sebastian Bergmann",
6047
                    "email": "[email protected]",
6048
                    "role": "lead"
6049
                }
6050
            ],
6051
            "description": "A tool for quickly measuring the size of a PHP project.",
6052
            "homepage": "https://github.com/sebastianbergmann/phploc",
6053
            "time": "2014-06-25T08:11:02+00:00"
6054
        },
6055
        {
6056
            "name": "phpmd/phpmd",
6057
            "version": "2.1.1",
6058
            "source": {
6059
                "type": "git",
6060
                "url": "https://github.com/phpmd/phpmd.git",
6061
                "reference": "0a1a12f6867d0e676718fd1ac287e0c34b956fb2"
6062
            },
6063
            "dist": {
6064
                "type": "zip",
6065
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/0a1a12f6867d0e676718fd1ac287e0c34b956fb2",
6066
                "reference": "0a1a12f6867d0e676718fd1ac287e0c34b956fb2",
6067
                "shasum": ""
6068
            },
6069
            "require": {
6070
                "pdepend/pdepend": "2.0.*",
6071
                "php": ">=5.3.0",
6072
                "symfony/config": "@stable",
6073
                "symfony/dependency-injection": "@stable",
6074
                "symfony/filesystem": "@stable"
6075
            },
6076
            "bin": [
6077
                "src/bin/phpmd"
6078
            ],
6079
            "type": "library",
6080
            "autoload": {
6081
                "psr-0": {
6082
                    "PHPMD\\": "src/main/php",
6083
                    "PDepend\\": "vendor/pdepend/pdepend/src/main/php/"
6084
                }
6085
            },
6086
            "notification-url": "https://packagist.org/downloads/",
6087
            "include-path": [
6088
                "../../pdepend/pdepend/src/main/php",
6089
                "src/main/php"
6090
            ],
6091
            "license": [
6092
                "BSD-3-Clause"
6093
            ],
6094
            "description": "Official version of PHPMD handled with Composer.",
6095
            "time": "2014-09-09T18:47:29+00:00"
6096
        },
6097
        {
6098
            "name": "phpoption/phpoption",
6099
            "version": "1.5.0",
6100
            "source": {
6101
                "type": "git",
6102
                "url": "https://github.com/schmittjoh/php-option.git",
6103
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
6104
            },
6105
            "dist": {
6106
                "type": "zip",
6107
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6108
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
6109
                "shasum": ""
6110
            },
6111
            "require": {
6112
                "php": ">=5.3.0"
6113
            },
6114
            "require-dev": {
6115
                "phpunit/phpunit": "4.7.*"
6116
            },
6117
            "type": "library",
6118
            "extra": {
6119
                "branch-alias": {
6120
                    "dev-master": "1.3-dev"
6121
                }
6122
            },
6123
            "autoload": {
6124
                "psr-0": {
6125
                    "PhpOption\\": "src/"
6126
                }
6127
            },
6128
            "notification-url": "https://packagist.org/downloads/",
6129
            "license": [
6130
                "Apache2"
6131
            ],
6132
            "authors": [
6133
                {
6134
                    "name": "Johannes M. Schmitt",
6135
                    "email": "[email protected]"
6136
                }
6137
            ],
6138
            "description": "Option Type for PHP",
6139
            "keywords": [
6140
                "language",
6141
                "option",
6142
                "php",
6143
                "type"
6144
            ],
6145
            "time": "2015-07-25T16:39:46+00:00"
6146
        },
6147
        {
6148
            "name": "phpspec/prophecy",
6149
            "version": "1.8.0",
6150
            "source": {
6151
                "type": "git",
6152
                "url": "https://github.com/phpspec/prophecy.git",
6153
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
6154
            },
6155
            "dist": {
6156
                "type": "zip",
6157
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
6158
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
6159
                "shasum": ""
6160
            },
6161
            "require": {
6162
                "doctrine/instantiator": "^1.0.2",
6163
                "php": "^5.3|^7.0",
6164
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
6165
                "sebastian/comparator": "^1.1|^2.0|^3.0",
6166
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
6167
            },
6168
            "require-dev": {
6169
                "phpspec/phpspec": "^2.5|^3.2",
6170
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
6171
            },
6172
            "type": "library",
6173
            "extra": {
6174
                "branch-alias": {
6175
                    "dev-master": "1.8.x-dev"
6176
                }
6177
            },
6178
            "autoload": {
6179
                "psr-0": {
6180
                    "Prophecy\\": "src/"
6181
                }
6182
            },
6183
            "notification-url": "https://packagist.org/downloads/",
6184
            "license": [
6185
                "MIT"
6186
            ],
6187
            "authors": [
6188
                {
6189
                    "name": "Konstantin Kudryashov",
6190
                    "email": "[email protected]",
6191
                    "homepage": "http://everzet.com"
6192
                },
6193
                {
6194
                    "name": "Marcello Duarte",
6195
                    "email": "[email protected]"
6196
                }
6197
            ],
6198
            "description": "Highly opinionated mocking framework for PHP 5.3+",
6199
            "homepage": "https://github.com/phpspec/prophecy",
6200
            "keywords": [
6201
                "Double",
6202
                "Dummy",
6203
                "fake",
6204
                "mock",
6205
                "spy",
6206
                "stub"
6207
            ],
6208
            "time": "2018-08-05T17:53:17+00:00"
6209
        },
6210
        {
6211
            "name": "phpunit/php-code-coverage",
6212
            "version": "2.2.4",
6213
            "source": {
6214
                "type": "git",
6215
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6216
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
6217
            },
6218
            "dist": {
6219
                "type": "zip",
6220
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
6221
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
6222
                "shasum": ""
6223
            },
6224
            "require": {
6225
                "php": ">=5.3.3",
6226
                "phpunit/php-file-iterator": "~1.3",
6227
                "phpunit/php-text-template": "~1.2",
6228
                "phpunit/php-token-stream": "~1.3",
6229
                "sebastian/environment": "^1.3.2",
6230
                "sebastian/version": "~1.0"
6231
            },
6232
            "require-dev": {
6233
                "ext-xdebug": ">=2.1.4",
6234
                "phpunit/phpunit": "~4"
6235
            },
6236
            "suggest": {
6237
                "ext-dom": "*",
6238
                "ext-xdebug": ">=2.2.1",
6239
                "ext-xmlwriter": "*"
6240
            },
6241
            "type": "library",
6242
            "extra": {
6243
                "branch-alias": {
6244
                    "dev-master": "2.2.x-dev"
6245
                }
6246
            },
6247
            "autoload": {
6248
                "classmap": [
6249
                    "src/"
6250
                ]
6251
            },
6252
            "notification-url": "https://packagist.org/downloads/",
6253
            "license": [
6254
                "BSD-3-Clause"
6255
            ],
6256
            "authors": [
6257
                {
6258
                    "name": "Sebastian Bergmann",
6259
                    "email": "[email protected]",
6260
                    "role": "lead"
6261
                }
6262
            ],
6263
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6264
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6265
            "keywords": [
6266
                "coverage",
6267
                "testing",
6268
                "xunit"
6269
            ],
6270
            "time": "2015-10-06T15:47:00+00:00"
6271
        },
6272
        {
6273
            "name": "phpunit/php-file-iterator",
6274
            "version": "1.4.5",
6275
            "source": {
6276
                "type": "git",
6277
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6278
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
6279
            },
6280
            "dist": {
6281
                "type": "zip",
6282
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
6283
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
6284
                "shasum": ""
6285
            },
6286
            "require": {
6287
                "php": ">=5.3.3"
6288
            },
6289
            "type": "library",
6290
            "extra": {
6291
                "branch-alias": {
6292
                    "dev-master": "1.4.x-dev"
6293
                }
6294
            },
6295
            "autoload": {
6296
                "classmap": [
6297
                    "src/"
6298
                ]
6299
            },
6300
            "notification-url": "https://packagist.org/downloads/",
6301
            "license": [
6302
                "BSD-3-Clause"
6303
            ],
6304
            "authors": [
6305
                {
6306
                    "name": "Sebastian Bergmann",
6307
                    "email": "[email protected]",
6308
                    "role": "lead"
6309
                }
6310
            ],
6311
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6312
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6313
            "keywords": [
6314
                "filesystem",
6315
                "iterator"
6316
            ],
6317
            "time": "2017-11-27T13:52:08+00:00"
6318
        },
6319
        {
6320
            "name": "phpunit/php-text-template",
6321
            "version": "1.2.1",
6322
            "source": {
6323
                "type": "git",
6324
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
6325
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
6326
            },
6327
            "dist": {
6328
                "type": "zip",
6329
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6330
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6331
                "shasum": ""
6332
            },
6333
            "require": {
6334
                "php": ">=5.3.3"
6335
            },
6336
            "type": "library",
6337
            "autoload": {
6338
                "classmap": [
6339
                    "src/"
6340
                ]
6341
            },
6342
            "notification-url": "https://packagist.org/downloads/",
6343
            "license": [
6344
                "BSD-3-Clause"
6345
            ],
6346
            "authors": [
6347
                {
6348
                    "name": "Sebastian Bergmann",
6349
                    "email": "[email protected]",
6350
                    "role": "lead"
6351
                }
6352
            ],
6353
            "description": "Simple template engine.",
6354
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6355
            "keywords": [
6356
                "template"
6357
            ],
6358
            "time": "2015-06-21T13:50:34+00:00"
6359
        },
6360
        {
6361
            "name": "phpunit/php-timer",
6362
            "version": "1.0.9",
6363
            "source": {
6364
                "type": "git",
6365
                "url": "https://github.com/sebastianbergmann/php-timer.git",
6366
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
6367
            },
6368
            "dist": {
6369
                "type": "zip",
6370
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6371
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6372
                "shasum": ""
6373
            },
6374
            "require": {
6375
                "php": "^5.3.3 || ^7.0"
6376
            },
6377
            "require-dev": {
6378
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6379
            },
6380
            "type": "library",
6381
            "extra": {
6382
                "branch-alias": {
6383
                    "dev-master": "1.0-dev"
6384
                }
6385
            },
6386
            "autoload": {
6387
                "classmap": [
6388
                    "src/"
6389
                ]
6390
            },
6391
            "notification-url": "https://packagist.org/downloads/",
6392
            "license": [
6393
                "BSD-3-Clause"
6394
            ],
6395
            "authors": [
6396
                {
6397
                    "name": "Sebastian Bergmann",
6398
                    "email": "[email protected]",
6399
                    "role": "lead"
6400
                }
6401
            ],
6402
            "description": "Utility class for timing",
6403
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6404
            "keywords": [
6405
                "timer"
6406
            ],
6407
            "time": "2017-02-26T11:10:40+00:00"
6408
        },
6409
        {
6410
            "name": "phpunit/php-token-stream",
6411
            "version": "1.4.12",
6412
            "source": {
6413
                "type": "git",
6414
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6415
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
6416
            },
6417
            "dist": {
6418
                "type": "zip",
6419
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
6420
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
6421
                "shasum": ""
6422
            },
6423
            "require": {
6424
                "ext-tokenizer": "*",
6425
                "php": ">=5.3.3"
6426
            },
6427
            "require-dev": {
6428
                "phpunit/phpunit": "~4.2"
6429
            },
6430
            "type": "library",
6431
            "extra": {
6432
                "branch-alias": {
6433
                    "dev-master": "1.4-dev"
6434
                }
6435
            },
6436
            "autoload": {
6437
                "classmap": [
6438
                    "src/"
6439
                ]
6440
            },
6441
            "notification-url": "https://packagist.org/downloads/",
6442
            "license": [
6443
                "BSD-3-Clause"
6444
            ],
6445
            "authors": [
6446
                {
6447
                    "name": "Sebastian Bergmann",
6448
                    "email": "[email protected]"
6449
                }
6450
            ],
6451
            "description": "Wrapper around PHP's tokenizer extension.",
6452
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
6453
            "keywords": [
6454
                "tokenizer"
6455
            ],
6456
            "time": "2017-12-04T08:55:13+00:00"
6457
        },
6458
        {
6459
            "name": "phpunit/phpunit",
6460
            "version": "4.8.36",
6461
            "source": {
6462
                "type": "git",
6463
                "url": "https://github.com/sebastianbergmann/phpunit.git",
6464
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
6465
            },
6466
            "dist": {
6467
                "type": "zip",
6468
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
6469
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
6470
                "shasum": ""
6471
            },
6472
            "require": {
6473
                "ext-dom": "*",
6474
                "ext-json": "*",
6475
                "ext-pcre": "*",
6476
                "ext-reflection": "*",
6477
                "ext-spl": "*",
6478
                "php": ">=5.3.3",
6479
                "phpspec/prophecy": "^1.3.1",
6480
                "phpunit/php-code-coverage": "~2.1",
6481
                "phpunit/php-file-iterator": "~1.4",
6482
                "phpunit/php-text-template": "~1.2",
6483
                "phpunit/php-timer": "^1.0.6",
6484
                "phpunit/phpunit-mock-objects": "~2.3",
6485
                "sebastian/comparator": "~1.2.2",
6486
                "sebastian/diff": "~1.2",
6487
                "sebastian/environment": "~1.3",
6488
                "sebastian/exporter": "~1.2",
6489
                "sebastian/global-state": "~1.0",
6490
                "sebastian/version": "~1.0",
6491
                "symfony/yaml": "~2.1|~3.0"
6492
            },
6493
            "suggest": {
6494
                "phpunit/php-invoker": "~1.1"
6495
            },
6496
            "bin": [
6497
                "phpunit"
6498
            ],
6499
            "type": "library",
6500
            "extra": {
6501
                "branch-alias": {
6502
                    "dev-master": "4.8.x-dev"
6503
                }
6504
            },
6505
            "autoload": {
6506
                "classmap": [
6507
                    "src/"
6508
                ]
6509
            },
6510
            "notification-url": "https://packagist.org/downloads/",
6511
            "license": [
6512
                "BSD-3-Clause"
6513
            ],
6514
            "authors": [
6515
                {
6516
                    "name": "Sebastian Bergmann",
6517
                    "email": "[email protected]",
6518
                    "role": "lead"
6519
                }
6520
            ],
6521
            "description": "The PHP Unit Testing framework.",
6522
            "homepage": "https://phpunit.de/",
6523
            "keywords": [
6524
                "phpunit",
6525
                "testing",
6526
                "xunit"
6527
            ],
6528
            "time": "2017-06-21T08:07:12+00:00"
6529
        },
6530
        {
6531
            "name": "phpunit/phpunit-mock-objects",
6532
            "version": "2.3.8",
6533
            "source": {
6534
                "type": "git",
6535
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
6536
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
6537
            },
6538
            "dist": {
6539
                "type": "zip",
6540
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6541
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6542
                "shasum": ""
6543
            },
6544
            "require": {
6545
                "doctrine/instantiator": "^1.0.2",
6546
                "php": ">=5.3.3",
6547
                "phpunit/php-text-template": "~1.2",
6548
                "sebastian/exporter": "~1.2"
6549
            },
6550
            "require-dev": {
6551
                "phpunit/phpunit": "~4.4"
6552
            },
6553
            "suggest": {
6554
                "ext-soap": "*"
6555
            },
6556
            "type": "library",
6557
            "extra": {
6558
                "branch-alias": {
6559
                    "dev-master": "2.3.x-dev"
6560
                }
6561
            },
6562
            "autoload": {
6563
                "classmap": [
6564
                    "src/"
6565
                ]
6566
            },
6567
            "notification-url": "https://packagist.org/downloads/",
6568
            "license": [
6569
                "BSD-3-Clause"
6570
            ],
6571
            "authors": [
6572
                {
6573
                    "name": "Sebastian Bergmann",
6574
                    "email": "[email protected]",
6575
                    "role": "lead"
6576
                }
6577
            ],
6578
            "description": "Mock Object library for PHPUnit",
6579
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6580
            "keywords": [
6581
                "mock",
6582
                "xunit"
6583
            ],
6584
            "time": "2015-10-02T06:51:40+00:00"
6585
        },
6586
        {
6587
            "name": "pimple/pimple",
6588
            "version": "v1.1.1",
6589
            "source": {
6590
                "type": "git",
6591
                "url": "https://github.com/silexphp/Pimple.git",
6592
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
6593
            },
6594
            "dist": {
6595
                "type": "zip",
6596
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
6597
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
6598
                "shasum": ""
6599
            },
6600
            "require": {
6601
                "php": ">=5.3.0"
6602
            },
6603
            "type": "library",
6604
            "extra": {
6605
                "branch-alias": {
6606
                    "dev-master": "1.1.x-dev"
6607
                }
6608
            },
6609
            "autoload": {
6610
                "psr-0": {
6611
                    "Pimple": "lib/"
6612
                }
6613
            },
6614
            "notification-url": "https://packagist.org/downloads/",
6615
            "license": [
6616
                "MIT"
6617
            ],
6618
            "authors": [
6619
                {
6620
                    "name": "Fabien Potencier",
6621
                    "email": "[email protected]"
6622
                }
6623
            ],
6624
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
6625
            "homepage": "http://pimple.sensiolabs.org",
6626
            "keywords": [
6627
                "container",
6628
                "dependency injection"
6629
            ],
6630
            "time": "2013-11-22T08:30:29+00:00"
6631
        },
6632
        {
6633
            "name": "psr/cache",
6634
            "version": "1.0.1",
6635
            "source": {
6636
                "type": "git",
6637
                "url": "https://github.com/php-fig/cache.git",
6638
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6639
            },
6640
            "dist": {
6641
                "type": "zip",
6642
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6643
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6644
                "shasum": ""
6645
            },
6646
            "require": {
6647
                "php": ">=5.3.0"
6648
            },
6649
            "type": "library",
6650
            "extra": {
6651
                "branch-alias": {
6652
                    "dev-master": "1.0.x-dev"
6653
                }
6654
            },
6655
            "autoload": {
6656
                "psr-4": {
6657
                    "Psr\\Cache\\": "src/"
6658
                }
6659
            },
6660
            "notification-url": "https://packagist.org/downloads/",
6661
            "license": [
6662
                "MIT"
6663
            ],
6664
            "authors": [
6665
                {
6666
                    "name": "PHP-FIG",
6667
                    "homepage": "http://www.php-fig.org/"
6668
                }
6669
            ],
6670
            "description": "Common interface for caching libraries",
6671
            "keywords": [
6672
                "cache",
6673
                "psr",
6674
                "psr-6"
6675
            ],
6676
            "time": "2016-08-06T20:24:11+00:00"
6677
        },
6678
        {
6679
            "name": "psr/simple-cache",
6680
            "version": "1.0.1",
6681
            "source": {
6682
                "type": "git",
6683
                "url": "https://github.com/php-fig/simple-cache.git",
6684
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6685
            },
6686
            "dist": {
6687
                "type": "zip",
6688
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6689
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6690
                "shasum": ""
6691
            },
6692
            "require": {
6693
                "php": ">=5.3.0"
6694
            },
6695
            "type": "library",
6696
            "extra": {
6697
                "branch-alias": {
6698
                    "dev-master": "1.0.x-dev"
6699
                }
6700
            },
6701
            "autoload": {
6702
                "psr-4": {
6703
                    "Psr\\SimpleCache\\": "src/"
6704
                }
6705
            },
6706
            "notification-url": "https://packagist.org/downloads/",
6707
            "license": [
6708
                "MIT"
6709
            ],
6710
            "authors": [
6711
                {
6712
                    "name": "PHP-FIG",
6713
                    "homepage": "http://www.php-fig.org/"
6714
                }
6715
            ],
6716
            "description": "Common interfaces for simple caching",
6717
            "keywords": [
6718
                "cache",
6719
                "caching",
6720
                "psr",
6721
                "psr-16",
6722
                "simple-cache"
6723
            ],
6724
            "time": "2017-10-23T01:57:42+00:00"
6725
        },
6726
        {
6727
            "name": "sebastian/comparator",
6728
            "version": "1.2.4",
6729
            "source": {
6730
                "type": "git",
6731
                "url": "https://github.com/sebastianbergmann/comparator.git",
6732
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
6733
            },
6734
            "dist": {
6735
                "type": "zip",
6736
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6737
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6738
                "shasum": ""
6739
            },
6740
            "require": {
6741
                "php": ">=5.3.3",
6742
                "sebastian/diff": "~1.2",
6743
                "sebastian/exporter": "~1.2 || ~2.0"
6744
            },
6745
            "require-dev": {
6746
                "phpunit/phpunit": "~4.4"
6747
            },
6748
            "type": "library",
6749
            "extra": {
6750
                "branch-alias": {
6751
                    "dev-master": "1.2.x-dev"
6752
                }
6753
            },
6754
            "autoload": {
6755
                "classmap": [
6756
                    "src/"
6757
                ]
6758
            },
6759
            "notification-url": "https://packagist.org/downloads/",
6760
            "license": [
6761
                "BSD-3-Clause"
6762
            ],
6763
            "authors": [
6764
                {
6765
                    "name": "Jeff Welch",
6766
                    "email": "[email protected]"
6767
                },
6768
                {
6769
                    "name": "Volker Dusch",
6770
                    "email": "[email protected]"
6771
                },
6772
                {
6773
                    "name": "Bernhard Schussek",
6774
                    "email": "[email protected]"
6775
                },
6776
                {
6777
                    "name": "Sebastian Bergmann",
6778
                    "email": "[email protected]"
6779
                }
6780
            ],
6781
            "description": "Provides the functionality to compare PHP values for equality",
6782
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
6783
            "keywords": [
6784
                "comparator",
6785
                "compare",
6786
                "equality"
6787
            ],
6788
            "time": "2017-01-29T09:50:25+00:00"
6789
        },
6790
        {
6791
            "name": "sebastian/diff",
6792
            "version": "1.4.3",
6793
            "source": {
6794
                "type": "git",
6795
                "url": "https://github.com/sebastianbergmann/diff.git",
6796
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
6797
            },
6798
            "dist": {
6799
                "type": "zip",
6800
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6801
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6802
                "shasum": ""
6803
            },
6804
            "require": {
6805
                "php": "^5.3.3 || ^7.0"
6806
            },
6807
            "require-dev": {
6808
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6809
            },
6810
            "type": "library",
6811
            "extra": {
6812
                "branch-alias": {
6813
                    "dev-master": "1.4-dev"
6814
                }
6815
            },
6816
            "autoload": {
6817
                "classmap": [
6818
                    "src/"
6819
                ]
6820
            },
6821
            "notification-url": "https://packagist.org/downloads/",
6822
            "license": [
6823
                "BSD-3-Clause"
6824
            ],
6825
            "authors": [
6826
                {
6827
                    "name": "Kore Nordmann",
6828
                    "email": "[email protected]"
6829
                },
6830
                {
6831
                    "name": "Sebastian Bergmann",
6832
                    "email": "[email protected]"
6833
                }
6834
            ],
6835
            "description": "Diff implementation",
6836
            "homepage": "https://github.com/sebastianbergmann/diff",
6837
            "keywords": [
6838
                "diff"
6839
            ],
6840
            "time": "2017-05-22T07:24:03+00:00"
6841
        },
6842
        {
6843
            "name": "sebastian/environment",
6844
            "version": "1.3.8",
6845
            "source": {
6846
                "type": "git",
6847
                "url": "https://github.com/sebastianbergmann/environment.git",
6848
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
6849
            },
6850
            "dist": {
6851
                "type": "zip",
6852
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6853
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6854
                "shasum": ""
6855
            },
6856
            "require": {
6857
                "php": "^5.3.3 || ^7.0"
6858
            },
6859
            "require-dev": {
6860
                "phpunit/phpunit": "^4.8 || ^5.0"
6861
            },
6862
            "type": "library",
6863
            "extra": {
6864
                "branch-alias": {
6865
                    "dev-master": "1.3.x-dev"
6866
                }
6867
            },
6868
            "autoload": {
6869
                "classmap": [
6870
                    "src/"
6871
                ]
6872
            },
6873
            "notification-url": "https://packagist.org/downloads/",
6874
            "license": [
6875
                "BSD-3-Clause"
6876
            ],
6877
            "authors": [
6878
                {
6879
                    "name": "Sebastian Bergmann",
6880
                    "email": "[email protected]"
6881
                }
6882
            ],
6883
            "description": "Provides functionality to handle HHVM/PHP environments",
6884
            "homepage": "http://www.github.com/sebastianbergmann/environment",
6885
            "keywords": [
6886
                "Xdebug",
6887
                "environment",
6888
                "hhvm"
6889
            ],
6890
            "time": "2016-08-18T05:49:44+00:00"
6891
        },
6892
        {
6893
            "name": "sebastian/exporter",
6894
            "version": "1.2.2",
6895
            "source": {
6896
                "type": "git",
6897
                "url": "https://github.com/sebastianbergmann/exporter.git",
6898
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
6899
            },
6900
            "dist": {
6901
                "type": "zip",
6902
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
6903
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
6904
                "shasum": ""
6905
            },
6906
            "require": {
6907
                "php": ">=5.3.3",
6908
                "sebastian/recursion-context": "~1.0"
6909
            },
6910
            "require-dev": {
6911
                "ext-mbstring": "*",
6912
                "phpunit/phpunit": "~4.4"
6913
            },
6914
            "type": "library",
6915
            "extra": {
6916
                "branch-alias": {
6917
                    "dev-master": "1.3.x-dev"
6918
                }
6919
            },
6920
            "autoload": {
6921
                "classmap": [
6922
                    "src/"
6923
                ]
6924
            },
6925
            "notification-url": "https://packagist.org/downloads/",
6926
            "license": [
6927
                "BSD-3-Clause"
6928
            ],
6929
            "authors": [
6930
                {
6931
                    "name": "Jeff Welch",
6932
                    "email": "[email protected]"
6933
                },
6934
                {
6935
                    "name": "Volker Dusch",
6936
                    "email": "[email protected]"
6937
                },
6938
                {
6939
                    "name": "Bernhard Schussek",
6940
                    "email": "[email protected]"
6941
                },
6942
                {
6943
                    "name": "Sebastian Bergmann",
6944
                    "email": "[email protected]"
6945
                },
6946
                {
6947
                    "name": "Adam Harvey",
6948
                    "email": "[email protected]"
6949
                }
6950
            ],
6951
            "description": "Provides the functionality to export PHP variables for visualization",
6952
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
6953
            "keywords": [
6954
                "export",
6955
                "exporter"
6956
            ],
6957
            "time": "2016-06-17T09:04:28+00:00"
6958
        },
6959
        {
6960
            "name": "sebastian/finder-facade",
6961
            "version": "1.2.2",
6962
            "source": {
6963
                "type": "git",
6964
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
6965
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
6966
            },
6967
            "dist": {
6968
                "type": "zip",
6969
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
6970
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
6971
                "shasum": ""
6972
            },
6973
            "require": {
6974
                "symfony/finder": "~2.3|~3.0|~4.0",
6975
                "theseer/fdomdocument": "~1.3"
6976
            },
6977
            "type": "library",
6978
            "autoload": {
6979
                "classmap": [
6980
                    "src/"
6981
                ]
6982
            },
6983
            "notification-url": "https://packagist.org/downloads/",
6984
            "license": [
6985
                "BSD-3-Clause"
6986
            ],
6987
            "authors": [
6988
                {
6989
                    "name": "Sebastian Bergmann",
6990
                    "email": "[email protected]",
6991
                    "role": "lead"
6992
                }
6993
            ],
6994
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
6995
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
6996
            "time": "2017-11-18T17:31:49+00:00"
6997
        },
6998
        {
6999
            "name": "sebastian/git",
7000
            "version": "1.2.0",
7001
            "source": {
7002
                "type": "git",
7003
                "url": "https://github.com/sebastianbergmann/git.git",
7004
                "reference": "a99fbc102e982c1404041ef3e4d431562b29bcba"
7005
            },
7006
            "dist": {
7007
                "type": "zip",
7008
                "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/a99fbc102e982c1404041ef3e4d431562b29bcba",
7009
                "reference": "a99fbc102e982c1404041ef3e4d431562b29bcba",
7010
                "shasum": ""
7011
            },
7012
            "require": {
7013
                "php": ">=5.3.3"
7014
            },
7015
            "type": "library",
7016
            "extra": {
7017
                "branch-alias": {
7018
                    "dev-master": "1.2-dev"
7019
                }
7020
            },
7021
            "autoload": {
7022
                "classmap": [
7023
                    "src/"
7024
                ]
7025
            },
7026
            "notification-url": "https://packagist.org/downloads/",
7027
            "license": [
7028
                "BSD-3-Clause"
7029
            ],
7030
            "authors": [
7031
                {
7032
                    "name": "Sebastian Bergmann",
7033
                    "email": "[email protected]"
7034
                }
7035
            ],
7036
            "description": "Simple wrapper for Git",
7037
            "homepage": "http://www.github.com/sebastianbergmann/git",
7038
            "keywords": [
7039
                "git"
7040
            ],
7041
            "abandoned": true,
7042
            "time": "2013-08-04T09:35:29+00:00"
7043
        },
7044
        {
7045
            "name": "sebastian/global-state",
7046
            "version": "1.1.1",
7047
            "source": {
7048
                "type": "git",
7049
                "url": "https://github.com/sebastianbergmann/global-state.git",
7050
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
7051
            },
7052
            "dist": {
7053
                "type": "zip",
7054
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
7055
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
7056
                "shasum": ""
7057
            },
7058
            "require": {
7059
                "php": ">=5.3.3"
7060
            },
7061
            "require-dev": {
7062
                "phpunit/phpunit": "~4.2"
7063
            },
7064
            "suggest": {
7065
                "ext-uopz": "*"
7066
            },
7067
            "type": "library",
7068
            "extra": {
7069
                "branch-alias": {
7070
                    "dev-master": "1.0-dev"
7071
                }
7072
            },
7073
            "autoload": {
7074
                "classmap": [
7075
                    "src/"
7076
                ]
7077
            },
7078
            "notification-url": "https://packagist.org/downloads/",
7079
            "license": [
7080
                "BSD-3-Clause"
7081
            ],
7082
            "authors": [
7083
                {
7084
                    "name": "Sebastian Bergmann",
7085
                    "email": "[email protected]"
7086
                }
7087
            ],
7088
            "description": "Snapshotting of global state",
7089
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
7090
            "keywords": [
7091
                "global state"
7092
            ],
7093
            "time": "2015-10-12T03:26:01+00:00"
7094
        },
7095
        {
7096
            "name": "sebastian/phpcpd",
7097
            "version": "2.0.4",
7098
            "source": {
7099
                "type": "git",
7100
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
7101
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
7102
            },
7103
            "dist": {
7104
                "type": "zip",
7105
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
7106
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
7107
                "shasum": ""
7108
            },
7109
            "require": {
7110
                "php": ">=5.3.3",
7111
                "phpunit/php-timer": ">=1.0.6",
7112
                "sebastian/finder-facade": "~1.1",
7113
                "sebastian/version": "~1.0|~2.0",
7114
                "symfony/console": "~2.7|^3.0",
7115
                "theseer/fdomdocument": "~1.4"
7116
            },
7117
            "bin": [
7118
                "phpcpd"
7119
            ],
7120
            "type": "library",
7121
            "extra": {
7122
                "branch-alias": {
7123
                    "dev-master": "2.0-dev"
7124
                }
7125
            },
7126
            "autoload": {
7127
                "classmap": [
7128
                    "src/"
7129
                ]
7130
            },
7131
            "notification-url": "https://packagist.org/downloads/",
7132
            "license": [
7133
                "BSD-3-Clause"
7134
            ],
7135
            "authors": [
7136
                {
7137
                    "name": "Sebastian Bergmann",
7138
                    "email": "[email protected]",
7139
                    "role": "lead"
7140
                }
7141
            ],
7142
            "description": "Copy/Paste Detector (CPD) for PHP code.",
7143
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
7144
            "time": "2016-04-17T19:32:49+00:00"
7145
        },
7146
        {
7147
            "name": "sebastian/recursion-context",
7148
            "version": "1.0.5",
7149
            "source": {
7150
                "type": "git",
7151
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
7152
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
7153
            },
7154
            "dist": {
7155
                "type": "zip",
7156
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
7157
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
7158
                "shasum": ""
7159
            },
7160
            "require": {
7161
                "php": ">=5.3.3"
7162
            },
7163
            "require-dev": {
7164
                "phpunit/phpunit": "~4.4"
7165
            },
7166
            "type": "library",
7167
            "extra": {
7168
                "branch-alias": {
7169
                    "dev-master": "1.0.x-dev"
7170
                }
7171
            },
7172
            "autoload": {
7173
                "classmap": [
7174
                    "src/"
7175
                ]
7176
            },
7177
            "notification-url": "https://packagist.org/downloads/",
7178
            "license": [
7179
                "BSD-3-Clause"
7180
            ],
7181
            "authors": [
7182
                {
7183
                    "name": "Jeff Welch",
7184
                    "email": "[email protected]"
7185
                },
7186
                {
7187
                    "name": "Sebastian Bergmann",
7188
                    "email": "[email protected]"
7189
                },
7190
                {
7191
                    "name": "Adam Harvey",
7192
                    "email": "[email protected]"
7193
                }
7194
            ],
7195
            "description": "Provides functionality to recursively process PHP variables",
7196
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
7197
            "time": "2016-10-03T07:41:43+00:00"
7198
        },
7199
        {
7200
            "name": "sebastian/version",
7201
            "version": "1.0.6",
7202
            "source": {
7203
                "type": "git",
7204
                "url": "https://github.com/sebastianbergmann/version.git",
7205
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
7206
            },
7207
            "dist": {
7208
                "type": "zip",
7209
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
7210
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
7211
                "shasum": ""
7212
            },
7213
            "type": "library",
7214
            "autoload": {
7215
                "classmap": [
7216
                    "src/"
7217
                ]
7218
            },
7219
            "notification-url": "https://packagist.org/downloads/",
7220
            "license": [
7221
                "BSD-3-Clause"
7222
            ],
7223
            "authors": [
7224
                {
7225
                    "name": "Sebastian Bergmann",
7226
                    "email": "[email protected]",
7227
                    "role": "lead"
7228
                }
7229
            ],
7230
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7231
            "homepage": "https://github.com/sebastianbergmann/version",
7232
            "time": "2015-06-21T13:59:46+00:00"
7233
        },
7234
        {
7235
            "name": "seld/jsonlint",
7236
            "version": "1.7.1",
7237
            "source": {
7238
                "type": "git",
7239
                "url": "https://github.com/Seldaek/jsonlint.git",
7240
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
7241
            },
7242
            "dist": {
7243
                "type": "zip",
7244
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
7245
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
7246
                "shasum": ""
7247
            },
7248
            "require": {
7249
                "php": "^5.3 || ^7.0"
7250
            },
7251
            "require-dev": {
7252
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
7253
            },
7254
            "bin": [
7255
                "bin/jsonlint"
7256
            ],
7257
            "type": "library",
7258
            "autoload": {
7259
                "psr-4": {
7260
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
7261
                }
7262
            },
7263
            "notification-url": "https://packagist.org/downloads/",
7264
            "license": [
7265
                "MIT"
7266
            ],
7267
            "authors": [
7268
                {
7269
                    "name": "Jordi Boggiano",
7270
                    "email": "[email protected]",
7271
                    "homepage": "http://seld.be"
7272
                }
7273
            ],
7274
            "description": "JSON Linter",
7275
            "keywords": [
7276
                "json",
7277
                "linter",
7278
                "parser",
7279
                "validator"
7280
            ],
7281
            "time": "2018-01-24T12:46:19+00:00"
7282
        },
7283
        {
7284
            "name": "squizlabs/php_codesniffer",
0 ignored issues
show
There is a security advisory for your installed version of squizlabs/php_codesniffer:

Arbitrary shell execution
Loading history...
7285
            "version": "2.2.0",
7286
            "source": {
7287
                "type": "git",
7288
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
7289
                "reference": "b301c98f19414d836fdaa678648745fcca5aeb4f"
7290
            },
7291
            "dist": {
7292
                "type": "zip",
7293
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b301c98f19414d836fdaa678648745fcca5aeb4f",
7294
                "reference": "b301c98f19414d836fdaa678648745fcca5aeb4f",
7295
                "shasum": ""
7296
            },
7297
            "require": {
7298
                "ext-tokenizer": "*",
7299
                "php": ">=5.1.2"
7300
            },
7301
            "bin": [
7302
                "scripts/phpcs",
7303
                "scripts/phpcbf"
7304
            ],
7305
            "type": "library",
7306
            "autoload": {
7307
                "classmap": [
7308
                    "CodeSniffer.php",
7309
                    "CodeSniffer/CLI.php",
7310
                    "CodeSniffer/Exception.php",
7311
                    "CodeSniffer/File.php",
7312
                    "CodeSniffer/Fixer.php",
7313
                    "CodeSniffer/Report.php",
7314
                    "CodeSniffer/Reporting.php",
7315
                    "CodeSniffer/Sniff.php",
7316
                    "CodeSniffer/Tokens.php",
7317
                    "CodeSniffer/Reports/",
7318
                    "CodeSniffer/Tokenizers/",
7319
                    "CodeSniffer/DocGenerators/",
7320
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
7321
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
7322
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
7323
                    "CodeSniffer/Standards/IncorrectPatternException.php",
7324
                    "CodeSniffer/Standards/Generic/Sniffs/",
7325
                    "CodeSniffer/Standards/MySource/Sniffs/",
7326
                    "CodeSniffer/Standards/PEAR/Sniffs/",
7327
                    "CodeSniffer/Standards/PSR1/Sniffs/",
7328
                    "CodeSniffer/Standards/PSR2/Sniffs/",
7329
                    "CodeSniffer/Standards/Squiz/Sniffs/",
7330
                    "CodeSniffer/Standards/Zend/Sniffs/"
7331
                ]
7332
            },
7333
            "notification-url": "https://packagist.org/downloads/",
7334
            "license": [
7335
                "BSD-3-Clause"
7336
            ],
7337
            "authors": [
7338
                {
7339
                    "name": "Greg Sherwood",
7340
                    "role": "lead"
7341
                }
7342
            ],
7343
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
7344
            "homepage": "http://www.squizlabs.com/php-codesniffer",
7345
            "keywords": [
7346
                "phpcs",
7347
                "standards"
7348
            ],
7349
            "time": "2015-01-21T22:44:05+00:00"
7350
        },
7351
        {
7352
            "name": "symfony/dependency-injection",
7353
            "version": "v3.2.14",
7354
            "source": {
7355
                "type": "git",
7356
                "url": "https://github.com/symfony/dependency-injection.git",
7357
                "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761"
7358
            },
7359
            "dist": {
7360
                "type": "zip",
7361
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
7362
                "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
7363
                "shasum": ""
7364
            },
7365
            "require": {
7366
                "php": ">=5.5.9"
7367
            },
7368
            "conflict": {
7369
                "symfony/yaml": "<3.2"
7370
            },
7371
            "require-dev": {
7372
                "symfony/config": "~2.8|~3.0",
7373
                "symfony/expression-language": "~2.8|~3.0",
7374
                "symfony/yaml": "~3.2"
7375
            },
7376
            "suggest": {
7377
                "symfony/config": "",
7378
                "symfony/expression-language": "For using expressions in service container configuration",
7379
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7380
                "symfony/yaml": ""
7381
            },
7382
            "type": "library",
7383
            "extra": {
7384
                "branch-alias": {
7385
                    "dev-master": "3.2-dev"
7386
                }
7387
            },
7388
            "autoload": {
7389
                "psr-4": {
7390
                    "Symfony\\Component\\DependencyInjection\\": ""
7391
                },
7392
                "exclude-from-classmap": [
7393
                    "/Tests/"
7394
                ]
7395
            },
7396
            "notification-url": "https://packagist.org/downloads/",
7397
            "license": [
7398
                "MIT"
7399
            ],
7400
            "authors": [
7401
                {
7402
                    "name": "Fabien Potencier",
7403
                    "email": "[email protected]"
7404
                },
7405
                {
7406
                    "name": "Symfony Community",
7407
                    "homepage": "https://symfony.com/contributors"
7408
                }
7409
            ],
7410
            "description": "Symfony DependencyInjection Component",
7411
            "homepage": "https://symfony.com",
7412
            "time": "2017-07-28T15:22:55+00:00"
7413
        },
7414
        {
7415
            "name": "symfony/stopwatch",
7416
            "version": "v2.8.47",
7417
            "source": {
7418
                "type": "git",
7419
                "url": "https://github.com/symfony/stopwatch.git",
7420
                "reference": "27028ffba1ae18fa39e8babb4a8b93b243d0ac8e"
7421
            },
7422
            "dist": {
7423
                "type": "zip",
7424
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/27028ffba1ae18fa39e8babb4a8b93b243d0ac8e",
7425
                "reference": "27028ffba1ae18fa39e8babb4a8b93b243d0ac8e",
7426
                "shasum": ""
7427
            },
7428
            "require": {
7429
                "php": ">=5.3.9"
7430
            },
7431
            "type": "library",
7432
            "extra": {
7433
                "branch-alias": {
7434
                    "dev-master": "2.8-dev"
7435
                }
7436
            },
7437
            "autoload": {
7438
                "psr-4": {
7439
                    "Symfony\\Component\\Stopwatch\\": ""
7440
                },
7441
                "exclude-from-classmap": [
7442
                    "/Tests/"
7443
                ]
7444
            },
7445
            "notification-url": "https://packagist.org/downloads/",
7446
            "license": [
7447
                "MIT"
7448
            ],
7449
            "authors": [
7450
                {
7451
                    "name": "Fabien Potencier",
7452
                    "email": "[email protected]"
7453
                },
7454
                {
7455
                    "name": "Symfony Community",
7456
                    "homepage": "https://symfony.com/contributors"
7457
                }
7458
            ],
7459
            "description": "Symfony Stopwatch Component",
7460
            "homepage": "https://symfony.com",
7461
            "time": "2018-10-02T03:12:00+00:00"
7462
        },
7463
        {
7464
            "name": "symfony/translation",
7465
            "version": "v3.0.9",
7466
            "source": {
7467
                "type": "git",
7468
                "url": "https://github.com/symfony/translation.git",
7469
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
7470
            },
7471
            "dist": {
7472
                "type": "zip",
7473
                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
7474
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
7475
                "shasum": ""
7476
            },
7477
            "require": {
7478
                "php": ">=5.5.9",
7479
                "symfony/polyfill-mbstring": "~1.0"
7480
            },
7481
            "conflict": {
7482
                "symfony/config": "<2.8"
7483
            },
7484
            "require-dev": {
7485
                "psr/log": "~1.0",
7486
                "symfony/config": "~2.8|~3.0",
7487
                "symfony/intl": "~2.8|~3.0",
7488
                "symfony/yaml": "~2.8|~3.0"
7489
            },
7490
            "suggest": {
7491
                "psr/log": "To use logging capability in translator",
7492
                "symfony/config": "",
7493
                "symfony/yaml": ""
7494
            },
7495
            "type": "library",
7496
            "extra": {
7497
                "branch-alias": {
7498
                    "dev-master": "3.0-dev"
7499
                }
7500
            },
7501
            "autoload": {
7502
                "psr-4": {
7503
                    "Symfony\\Component\\Translation\\": ""
7504
                },
7505
                "exclude-from-classmap": [
7506
                    "/Tests/"
7507
                ]
7508
            },
7509
            "notification-url": "https://packagist.org/downloads/",
7510
            "license": [
7511
                "MIT"
7512
            ],
7513
            "authors": [
7514
                {
7515
                    "name": "Fabien Potencier",
7516
                    "email": "[email protected]"
7517
                },
7518
                {
7519
                    "name": "Symfony Community",
7520
                    "homepage": "https://symfony.com/contributors"
7521
                }
7522
            ],
7523
            "description": "Symfony Translation Component",
7524
            "homepage": "https://symfony.com",
7525
            "time": "2016-07-30T07:22:48+00:00"
7526
        },
7527
        {
7528
            "name": "symfony/validator",
7529
            "version": "v2.8.47",
7530
            "source": {
7531
                "type": "git",
7532
                "url": "https://github.com/symfony/validator.git",
7533
                "reference": "7a97eba653f55581bf01f04431a936c4a9a83b93"
7534
            },
7535
            "dist": {
7536
                "type": "zip",
7537
                "url": "https://api.github.com/repos/symfony/validator/zipball/7a97eba653f55581bf01f04431a936c4a9a83b93",
7538
                "reference": "7a97eba653f55581bf01f04431a936c4a9a83b93",
7539
                "shasum": ""
7540
            },
7541
            "require": {
7542
                "php": ">=5.3.9",
7543
                "symfony/polyfill-ctype": "~1.8",
7544
                "symfony/polyfill-mbstring": "~1.0",
7545
                "symfony/translation": "~2.4|~3.0.0"
7546
            },
7547
            "require-dev": {
7548
                "doctrine/annotations": "~1.0",
7549
                "doctrine/cache": "~1.0",
7550
                "egulias/email-validator": "^1.2.1",
7551
                "symfony/config": "~2.2|~3.0.0",
7552
                "symfony/expression-language": "~2.4|~3.0.0",
7553
                "symfony/http-foundation": "~2.3|~3.0.0",
7554
                "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
7555
                "symfony/property-access": "~2.3|~3.0.0",
7556
                "symfony/yaml": "^2.0.5|~3.0.0"
7557
            },
7558
            "suggest": {
7559
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
7560
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
7561
                "egulias/email-validator": "Strict (RFC compliant) email validation",
7562
                "symfony/config": "",
7563
                "symfony/expression-language": "For using the 2.4 Expression validator",
7564
                "symfony/http-foundation": "",
7565
                "symfony/intl": "",
7566
                "symfony/property-access": "For using the 2.4 Validator API",
7567
                "symfony/yaml": ""
7568
            },
7569
            "type": "library",
7570
            "extra": {
7571
                "branch-alias": {
7572
                    "dev-master": "2.8-dev"
7573
                }
7574
            },
7575
            "autoload": {
7576
                "psr-4": {
7577
                    "Symfony\\Component\\Validator\\": ""
7578
                },
7579
                "exclude-from-classmap": [
7580
                    "/Tests/"
7581
                ]
7582
            },
7583
            "notification-url": "https://packagist.org/downloads/",
7584
            "license": [
7585
                "MIT"
7586
            ],
7587
            "authors": [
7588
                {
7589
                    "name": "Fabien Potencier",
7590
                    "email": "[email protected]"
7591
                },
7592
                {
7593
                    "name": "Symfony Community",
7594
                    "homepage": "https://symfony.com/contributors"
7595
                }
7596
            ],
7597
            "description": "Symfony Validator Component",
7598
            "homepage": "https://symfony.com",
7599
            "time": "2018-10-30T16:24:01+00:00"
7600
        },
7601
        {
7602
            "name": "theseer/fdomdocument",
7603
            "version": "1.6.6",
7604
            "source": {
7605
                "type": "git",
7606
                "url": "https://github.com/theseer/fDOMDocument.git",
7607
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
7608
            },
7609
            "dist": {
7610
                "type": "zip",
7611
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
7612
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
7613
                "shasum": ""
7614
            },
7615
            "require": {
7616
                "ext-dom": "*",
7617
                "lib-libxml": "*",
7618
                "php": ">=5.3.3"
7619
            },
7620
            "type": "library",
7621
            "autoload": {
7622
                "classmap": [
7623
                    "src/"
7624
                ]
7625
            },
7626
            "notification-url": "https://packagist.org/downloads/",
7627
            "license": [
7628
                "BSD-3-Clause"
7629
            ],
7630
            "authors": [
7631
                {
7632
                    "name": "Arne Blankerts",
7633
                    "email": "[email protected]",
7634
                    "role": "lead"
7635
                }
7636
            ],
7637
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
7638
            "homepage": "https://github.com/theseer/fDOMDocument",
7639
            "time": "2017-06-30T11:53:12+00:00"
7640
        },
7641
        {
7642
            "name": "twig/twig",
7643
            "version": "v1.35.4",
7644
            "source": {
7645
                "type": "git",
7646
                "url": "https://github.com/twigphp/Twig.git",
7647
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
7648
            },
7649
            "dist": {
7650
                "type": "zip",
7651
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
7652
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
7653
                "shasum": ""
7654
            },
7655
            "require": {
7656
                "php": ">=5.3.3",
7657
                "symfony/polyfill-ctype": "^1.8"
7658
            },
7659
            "require-dev": {
7660
                "psr/container": "^1.0",
7661
                "symfony/debug": "^2.7",
7662
                "symfony/phpunit-bridge": "^3.3"
7663
            },
7664
            "type": "library",
7665
            "extra": {
7666
                "branch-alias": {
7667
                    "dev-master": "1.35-dev"
7668
                }
7669
            },
7670
            "autoload": {
7671
                "psr-0": {
7672
                    "Twig_": "lib/"
7673
                },
7674
                "psr-4": {
7675
                    "Twig\\": "src/"
7676
                }
7677
            },
7678
            "notification-url": "https://packagist.org/downloads/",
7679
            "license": [
7680
                "BSD-3-Clause"
7681
            ],
7682
            "authors": [
7683
                {
7684
                    "name": "Fabien Potencier",
7685
                    "email": "[email protected]",
7686
                    "homepage": "http://fabien.potencier.org",
7687
                    "role": "Lead Developer"
7688
                },
7689
                {
7690
                    "name": "Armin Ronacher",
7691
                    "email": "[email protected]",
7692
                    "role": "Project Founder"
7693
                },
7694
                {
7695
                    "name": "Twig Team",
7696
                    "homepage": "https://twig.symfony.com/contributors",
7697
                    "role": "Contributors"
7698
                }
7699
            ],
7700
            "description": "Twig, the flexible, fast, and secure template language for PHP",
7701
            "homepage": "https://twig.symfony.com",
7702
            "keywords": [
7703
                "templating"
7704
            ],
7705
            "time": "2018-07-13T07:12:17+00:00"
7706
        },
7707
        {
7708
            "name": "zendframework/zend-cache",
7709
            "version": "2.8.2",
7710
            "source": {
7711
                "type": "git",
7712
                "url": "https://github.com/zendframework/zend-cache.git",
7713
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3"
7714
            },
7715
            "dist": {
7716
                "type": "zip",
7717
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3",
7718
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3",
7719
                "shasum": ""
7720
            },
7721
            "require": {
7722
                "php": "^5.6 || ^7.0",
7723
                "psr/cache": "^1.0",
7724
                "psr/simple-cache": "^1.0",
7725
                "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
7726
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
7727
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
7728
            },
7729
            "provide": {
7730
                "psr/cache-implementation": "1.0",
7731
                "psr/simple-cache-implementation": "1.0"
7732
            },
7733
            "require-dev": {
7734
                "cache/integration-tests": "^0.16",
7735
                "phpbench/phpbench": "^0.13",
7736
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7737
                "zendframework/zend-coding-standard": "~1.0.0",
7738
                "zendframework/zend-serializer": "^2.6",
7739
                "zendframework/zend-session": "^2.7.4"
7740
            },
7741
            "suggest": {
7742
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
7743
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
7744
                "ext-dba": "DBA, to use the DBA storage adapter",
7745
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
7746
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
7747
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
7748
                "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
7749
                "ext-redis": "Redis, to use Redis storage adapter",
7750
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
7751
                "ext-xcache": "XCache, to use the XCache storage adapter",
7752
                "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
7753
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
7754
                "zendframework/zend-serializer": "Zend\\Serializer component",
7755
                "zendframework/zend-session": "Zend\\Session component"
7756
            },
7757
            "type": "library",
7758
            "extra": {
7759
                "branch-alias": {
7760
                    "dev-master": "2.8.x-dev",
7761
                    "dev-develop": "2.9.x-dev"
7762
                },
7763
                "zf": {
7764
                    "component": "Zend\\Cache",
7765
                    "config-provider": "Zend\\Cache\\ConfigProvider"
7766
                }
7767
            },
7768
            "autoload": {
7769
                "files": [
7770
                    "autoload/patternPluginManagerPolyfill.php"
7771
                ],
7772
                "psr-4": {
7773
                    "Zend\\Cache\\": "src/"
7774
                }
7775
            },
7776
            "notification-url": "https://packagist.org/downloads/",
7777
            "license": [
7778
                "BSD-3-Clause"
7779
            ],
7780
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
7781
            "keywords": [
7782
                "ZendFramework",
7783
                "cache",
7784
                "psr-16",
7785
                "psr-6",
7786
                "zf"
7787
            ],
7788
            "time": "2018-05-01T21:58:00+00:00"
7789
        },
7790
        {
7791
            "name": "zendframework/zend-config",
7792
            "version": "2.6.0",
7793
            "source": {
7794
                "type": "git",
7795
                "url": "https://github.com/zendframework/zend-config.git",
7796
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
7797
            },
7798
            "dist": {
7799
                "type": "zip",
7800
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
7801
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
7802
                "shasum": ""
7803
            },
7804
            "require": {
7805
                "php": "^5.5 || ^7.0",
7806
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
7807
            },
7808
            "require-dev": {
7809
                "fabpot/php-cs-fixer": "1.7.*",
7810
                "phpunit/phpunit": "~4.0",
7811
                "zendframework/zend-filter": "^2.6",
7812
                "zendframework/zend-i18n": "^2.5",
7813
                "zendframework/zend-json": "^2.6.1",
7814
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
7815
            },
7816
            "suggest": {
7817
                "zendframework/zend-filter": "Zend\\Filter component",
7818
                "zendframework/zend-i18n": "Zend\\I18n component",
7819
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
7820
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
7821
            },
7822
            "type": "library",
7823
            "extra": {
7824
                "branch-alias": {
7825
                    "dev-master": "2.6-dev",
7826
                    "dev-develop": "2.7-dev"
7827
                }
7828
            },
7829
            "autoload": {
7830
                "psr-4": {
7831
                    "Zend\\Config\\": "src/"
7832
                }
7833
            },
7834
            "notification-url": "https://packagist.org/downloads/",
7835
            "license": [
7836
                "BSD-3-Clause"
7837
            ],
7838
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
7839
            "homepage": "https://github.com/zendframework/zend-config",
7840
            "keywords": [
7841
                "config",
7842
                "zf2"
7843
            ],
7844
            "time": "2016-02-04T23:01:10+00:00"
7845
        },
7846
        {
7847
            "name": "zendframework/zend-eventmanager",
7848
            "version": "3.2.1",
7849
            "source": {
7850
                "type": "git",
7851
                "url": "https://github.com/zendframework/zend-eventmanager.git",
7852
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
7853
            },
7854
            "dist": {
7855
                "type": "zip",
7856
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
7857
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
7858
                "shasum": ""
7859
            },
7860
            "require": {
7861
                "php": "^5.6 || ^7.0"
7862
            },
7863
            "require-dev": {
7864
                "athletic/athletic": "^0.1",
7865
                "container-interop/container-interop": "^1.1.0",
7866
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7867
                "zendframework/zend-coding-standard": "~1.0.0",
7868
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
7869
            },
7870
            "suggest": {
7871
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
7872
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
7873
            },
7874
            "type": "library",
7875
            "extra": {
7876
                "branch-alias": {
7877
                    "dev-master": "3.2-dev",
7878
                    "dev-develop": "3.3-dev"
7879
                }
7880
            },
7881
            "autoload": {
7882
                "psr-4": {
7883
                    "Zend\\EventManager\\": "src/"
7884
                }
7885
            },
7886
            "notification-url": "https://packagist.org/downloads/",
7887
            "license": [
7888
                "BSD-3-Clause"
7889
            ],
7890
            "description": "Trigger and listen to events within a PHP application",
7891
            "homepage": "https://github.com/zendframework/zend-eventmanager",
7892
            "keywords": [
7893
                "event",
7894
                "eventmanager",
7895
                "events",
7896
                "zf2"
7897
            ],
7898
            "time": "2018-04-25T15:33:34+00:00"
7899
        },
7900
        {
7901
            "name": "zendframework/zend-filter",
7902
            "version": "2.8.0",
7903
            "source": {
7904
                "type": "git",
7905
                "url": "https://github.com/zendframework/zend-filter.git",
7906
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
7907
            },
7908
            "dist": {
7909
                "type": "zip",
7910
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
7911
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
7912
                "shasum": ""
7913
            },
7914
            "require": {
7915
                "php": "^5.6 || ^7.0",
7916
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
7917
            },
7918
            "conflict": {
7919
                "zendframework/zend-validator": "<2.10.1"
7920
            },
7921
            "require-dev": {
7922
                "pear/archive_tar": "^1.4.3",
7923
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
7924
                "zendframework/zend-coding-standard": "~1.0.0",
7925
                "zendframework/zend-crypt": "^3.2.1",
7926
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
7927
                "zendframework/zend-uri": "^2.6"
7928
            },
7929
            "suggest": {
7930
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
7931
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
7932
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
7933
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
7934
            },
7935
            "type": "library",
7936
            "extra": {
7937
                "branch-alias": {
7938
                    "dev-master": "2.8.x-dev",
7939
                    "dev-develop": "2.9.x-dev"
7940
                },
7941
                "zf": {
7942
                    "component": "Zend\\Filter",
7943
                    "config-provider": "Zend\\Filter\\ConfigProvider"
7944
                }
7945
            },
7946
            "autoload": {
7947
                "psr-4": {
7948
                    "Zend\\Filter\\": "src/"
7949
                }
7950
            },
7951
            "notification-url": "https://packagist.org/downloads/",
7952
            "license": [
7953
                "BSD-3-Clause"
7954
            ],
7955
            "description": "provides a set of commonly needed data filters",
7956
            "keywords": [
7957
                "ZendFramework",
7958
                "filter",
7959
                "zf"
7960
            ],
7961
            "time": "2018-04-11T16:20:04+00:00"
7962
        },
7963
        {
7964
            "name": "zendframework/zend-hydrator",
7965
            "version": "1.1.0",
7966
            "source": {
7967
                "type": "git",
7968
                "url": "https://github.com/zendframework/zend-hydrator.git",
7969
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
7970
            },
7971
            "dist": {
7972
                "type": "zip",
7973
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
7974
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
7975
                "shasum": ""
7976
            },
7977
            "require": {
7978
                "php": "^5.5 || ^7.0",
7979
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
7980
            },
7981
            "require-dev": {
7982
                "phpunit/phpunit": "~4.0",
7983
                "squizlabs/php_codesniffer": "^2.0@dev",
7984
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
7985
                "zendframework/zend-filter": "^2.6",
7986
                "zendframework/zend-inputfilter": "^2.6",
7987
                "zendframework/zend-serializer": "^2.6.1",
7988
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
7989
            },
7990
            "suggest": {
7991
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
7992
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
7993
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
7994
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
7995
            },
7996
            "type": "library",
7997
            "extra": {
7998
                "branch-alias": {
7999
                    "dev-release-1.0": "1.0-dev",
8000
                    "dev-release-1.1": "1.1-dev",
8001
                    "dev-master": "2.0-dev",
8002
                    "dev-develop": "2.1-dev"
8003
                }
8004
            },
8005
            "autoload": {
8006
                "psr-4": {
8007
                    "Zend\\Hydrator\\": "src/"
8008
                }
8009
            },
8010
            "notification-url": "https://packagist.org/downloads/",
8011
            "license": [
8012
                "BSD-3-Clause"
8013
            ],
8014
            "homepage": "https://github.com/zendframework/zend-hydrator",
8015
            "keywords": [
8016
                "hydrator",
8017
                "zf2"
8018
            ],
8019
            "time": "2016-02-18T22:38:26+00:00"
8020
        },
8021
        {
8022
            "name": "zendframework/zend-i18n",
8023
            "version": "2.9.0",
8024
            "source": {
8025
                "type": "git",
8026
                "url": "https://github.com/zendframework/zend-i18n.git",
8027
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
8028
            },
8029
            "dist": {
8030
                "type": "zip",
8031
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
8032
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
8033
                "shasum": ""
8034
            },
8035
            "require": {
8036
                "php": "^5.6 || ^7.0",
8037
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
8038
            },
8039
            "require-dev": {
8040
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
8041
                "zendframework/zend-cache": "^2.6.1",
8042
                "zendframework/zend-coding-standard": "~1.0.0",
8043
                "zendframework/zend-config": "^2.6",
8044
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
8045
                "zendframework/zend-filter": "^2.6.1",
8046
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
8047
                "zendframework/zend-validator": "^2.6",
8048
                "zendframework/zend-view": "^2.6.3"
8049
            },
8050
            "suggest": {
8051
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
8052
                "zendframework/zend-cache": "Zend\\Cache component",
8053
                "zendframework/zend-config": "Zend\\Config component",
8054
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
8055
                "zendframework/zend-filter": "You should install this package to use the provided filters",
8056
                "zendframework/zend-i18n-resources": "Translation resources",
8057
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
8058
                "zendframework/zend-validator": "You should install this package to use the provided validators",
8059
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
8060
            },
8061
            "type": "library",
8062
            "extra": {
8063
                "branch-alias": {
8064
                    "dev-master": "2.9.x-dev",
8065
                    "dev-develop": "2.10.x-dev"
8066
                },
8067
                "zf": {
8068
                    "component": "Zend\\I18n",
8069
                    "config-provider": "Zend\\I18n\\ConfigProvider"
8070
                }
8071
            },
8072
            "autoload": {
8073
                "psr-4": {
8074
                    "Zend\\I18n\\": "src/"
8075
                }
8076
            },
8077
            "notification-url": "https://packagist.org/downloads/",
8078
            "license": [
8079
                "BSD-3-Clause"
8080
            ],
8081
            "description": "Provide translations for your application, and filter and validate internationalized values",
8082
            "keywords": [
8083
                "ZendFramework",
8084
                "i18n",
8085
                "zf"
8086
            ],
8087
            "time": "2018-05-16T16:39:13+00:00"
8088
        },
8089
        {
8090
            "name": "zendframework/zend-json",
8091
            "version": "3.1.0",
8092
            "source": {
8093
                "type": "git",
8094
                "url": "https://github.com/zendframework/zend-json.git",
8095
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
8096
            },
8097
            "dist": {
8098
                "type": "zip",
8099
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
8100
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
8101
                "shasum": ""
8102
            },
8103
            "require": {
8104
                "php": "^5.6 || ^7.0"
8105
            },
8106
            "require-dev": {
8107
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
8108
                "zendframework/zend-coding-standard": "~1.0.0",
8109
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
8110
            },
8111
            "suggest": {
8112
                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
8113
                "zendframework/zend-xml2json": "For converting XML documents to JSON"
8114
            },
8115
            "type": "library",
8116
            "extra": {
8117
                "branch-alias": {
8118
                    "dev-master": "3.1.x-dev",
8119
                    "dev-develop": "3.2.x-dev"
8120
                }
8121
            },
8122
            "autoload": {
8123
                "psr-4": {
8124
                    "Zend\\Json\\": "src/"
8125
                }
8126
            },
8127
            "notification-url": "https://packagist.org/downloads/",
8128
            "license": [
8129
                "BSD-3-Clause"
8130
            ],
8131
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
8132
            "keywords": [
8133
                "ZendFramework",
8134
                "json",
8135
                "zf"
8136
            ],
8137
            "time": "2018-01-04T17:51:34+00:00"
8138
        },
8139
        {
8140
            "name": "zendframework/zend-serializer",
8141
            "version": "2.9.0",
8142
            "source": {
8143
                "type": "git",
8144
                "url": "https://github.com/zendframework/zend-serializer.git",
8145
                "reference": "0172690db48d8935edaf625c4cba38b79719892c"
8146
            },
8147
            "dist": {
8148
                "type": "zip",
8149
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c",
8150
                "reference": "0172690db48d8935edaf625c4cba38b79719892c",
8151
                "shasum": ""
8152
            },
8153
            "require": {
8154
                "php": "^5.6 || ^7.0",
8155
                "zendframework/zend-json": "^2.5 || ^3.0",
8156
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
8157
            },
8158
            "require-dev": {
8159
                "phpunit/phpunit": "^5.7.25 || ^6.4.4",
8160
                "zendframework/zend-coding-standard": "~1.0.0",
8161
                "zendframework/zend-math": "^2.6 || ^3.0",
8162
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
8163
            },
8164
            "suggest": {
8165
                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
8166
                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
8167
            },
8168
            "type": "library",
8169
            "extra": {
8170
                "branch-alias": {
8171
                    "dev-master": "2.9.x-dev",
8172
                    "dev-develop": "2.10.x-dev"
8173
                },
8174
                "zf": {
8175
                    "component": "Zend\\Serializer",
8176
                    "config-provider": "Zend\\Serializer\\ConfigProvider"
8177
                }
8178
            },
8179
            "autoload": {
8180
                "psr-4": {
8181
                    "Zend\\Serializer\\": "src/"
8182
                }
8183
            },
8184
            "notification-url": "https://packagist.org/downloads/",
8185
            "license": [
8186
                "BSD-3-Clause"
8187
            ],
8188
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
8189
            "keywords": [
8190
                "ZendFramework",
8191
                "serializer",
8192
                "zf"
8193
            ],
8194
            "time": "2018-05-14T18:45:18+00:00"
8195
        },
8196
        {
8197
            "name": "zendframework/zend-servicemanager",
8198
            "version": "2.7.11",
8199
            "source": {
8200
                "type": "git",
8201
                "url": "https://github.com/zendframework/zend-servicemanager.git",
8202
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7"
8203
            },
8204
            "dist": {
8205
                "type": "zip",
8206
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
8207
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
8208
                "shasum": ""
8209
            },
8210
            "require": {
8211
                "container-interop/container-interop": "~1.0",
8212
                "php": "^5.5 || ^7.0"
8213
            },
8214
            "require-dev": {
8215
                "athletic/athletic": "dev-master",
8216
                "fabpot/php-cs-fixer": "1.7.*",
8217
                "phpunit/phpunit": "~4.0",
8218
                "zendframework/zend-di": "~2.5",
8219
                "zendframework/zend-mvc": "~2.5"
8220
            },
8221
            "suggest": {
8222
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
8223
                "zendframework/zend-di": "Zend\\Di component"
8224
            },
8225
            "type": "library",
8226
            "extra": {
8227
                "branch-alias": {
8228
                    "dev-master": "2.7-dev",
8229
                    "dev-develop": "3.0-dev"
8230
                }
8231
            },
8232
            "autoload": {
8233
                "psr-4": {
8234
                    "Zend\\ServiceManager\\": "src/"
8235
                }
8236
            },
8237
            "notification-url": "https://packagist.org/downloads/",
8238
            "license": [
8239
                "BSD-3-Clause"
8240
            ],
8241
            "homepage": "https://github.com/zendframework/zend-servicemanager",
8242
            "keywords": [
8243
                "servicemanager",
8244
                "zf2"
8245
            ],
8246
            "time": "2018-06-22T14:49:54+00:00"
8247
        },
8248
        {
8249
            "name": "zendframework/zend-stdlib",
8250
            "version": "2.7.7",
8251
            "source": {
8252
                "type": "git",
8253
                "url": "https://github.com/zendframework/zend-stdlib.git",
8254
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
8255
            },
8256
            "dist": {
8257
                "type": "zip",
8258
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
8259
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
8260
                "shasum": ""
8261
            },
8262
            "require": {
8263
                "php": "^5.5 || ^7.0",
8264
                "zendframework/zend-hydrator": "~1.1"
8265
            },
8266
            "require-dev": {
8267
                "athletic/athletic": "~0.1",
8268
                "fabpot/php-cs-fixer": "1.7.*",
8269
                "phpunit/phpunit": "~4.0",
8270
                "zendframework/zend-config": "~2.5",
8271
                "zendframework/zend-eventmanager": "~2.5",
8272
                "zendframework/zend-filter": "~2.5",
8273
                "zendframework/zend-inputfilter": "~2.5",
8274
                "zendframework/zend-serializer": "~2.5",
8275
                "zendframework/zend-servicemanager": "~2.5"
8276
            },
8277
            "suggest": {
8278
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
8279
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
8280
                "zendframework/zend-serializer": "Zend\\Serializer component",
8281
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
8282
            },
8283
            "type": "library",
8284
            "extra": {
8285
                "branch-alias": {
8286
                    "dev-release-2.7": "2.7-dev",
8287
                    "dev-master": "3.0-dev",
8288
                    "dev-develop": "3.1-dev"
8289
                }
8290
            },
8291
            "autoload": {
8292
                "psr-4": {
8293
                    "Zend\\Stdlib\\": "src/"
8294
                }
8295
            },
8296
            "notification-url": "https://packagist.org/downloads/",
8297
            "license": [
8298
                "BSD-3-Clause"
8299
            ],
8300
            "homepage": "https://github.com/zendframework/zend-stdlib",
8301
            "keywords": [
8302
                "stdlib",
8303
                "zf2"
8304
            ],
8305
            "time": "2016-04-12T21:17:31+00:00"
8306
        },
8307
        {
8308
            "name": "zetacomponents/base",
8309
            "version": "1.9.1",
8310
            "source": {
8311
                "type": "git",
8312
                "url": "https://github.com/zetacomponents/Base.git",
8313
                "reference": "489e20235989ddc97fdd793af31ac803972454f1"
8314
            },
8315
            "dist": {
8316
                "type": "zip",
8317
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
8318
                "reference": "489e20235989ddc97fdd793af31ac803972454f1",
8319
                "shasum": ""
8320
            },
8321
            "require-dev": {
8322
                "phpunit/phpunit": "~5.7",
8323
                "zetacomponents/unit-test": "*"
8324
            },
8325
            "type": "library",
8326
            "autoload": {
8327
                "classmap": [
8328
                    "src"
8329
                ]
8330
            },
8331
            "notification-url": "https://packagist.org/downloads/",
8332
            "license": [
8333
                "Apache-2.0"
8334
            ],
8335
            "authors": [
8336
                {
8337
                    "name": "Sergey Alexeev"
8338
                },
8339
                {
8340
                    "name": "Sebastian Bergmann"
8341
                },
8342
                {
8343
                    "name": "Jan Borsodi"
8344
                },
8345
                {
8346
                    "name": "Raymond Bosman"
8347
                },
8348
                {
8349
                    "name": "Frederik Holljen"
8350
                },
8351
                {
8352
                    "name": "Kore Nordmann"
8353
                },
8354
                {
8355
                    "name": "Derick Rethans"
8356
                },
8357
                {
8358
                    "name": "Vadym Savchuk"
8359
                },
8360
                {
8361
                    "name": "Tobias Schlitt"
8362
                },
8363
                {
8364
                    "name": "Alexandru Stanoi"
8365
                }
8366
            ],
8367
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
8368
            "homepage": "https://github.com/zetacomponents",
8369
            "time": "2017-11-28T11:30:00+00:00"
8370
        },
8371
        {
8372
            "name": "zetacomponents/document",
8373
            "version": "1.3.1",
8374
            "source": {
8375
                "type": "git",
8376
                "url": "https://github.com/zetacomponents/Document.git",
8377
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
8378
            },
8379
            "dist": {
8380
                "type": "zip",
8381
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
8382
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
8383
                "shasum": ""
8384
            },
8385
            "require": {
8386
                "zetacomponents/base": "*"
8387
            },
8388
            "require-dev": {
8389
                "zetacomponents/unit-test": "dev-master"
8390
            },
8391
            "type": "library",
8392
            "autoload": {
8393
                "classmap": [
8394
                    "src"
8395
                ]
8396
            },
8397
            "notification-url": "https://packagist.org/downloads/",
8398
            "license": [
8399
                "Apache-2.0"
8400
            ],
8401
            "authors": [
8402
                {
8403
                    "name": "Sebastian Bergmann"
8404
                },
8405
                {
8406
                    "name": "Kore Nordmann"
8407
                },
8408
                {
8409
                    "name": "Derick Rethans"
8410
                },
8411
                {
8412
                    "name": "Tobias Schlitt"
8413
                },
8414
                {
8415
                    "name": "Alexandru Stanoi"
8416
                }
8417
            ],
8418
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
8419
            "homepage": "https://github.com/zetacomponents",
8420
            "time": "2013-12-19T11:40:00+00:00"
8421
        }
8422
    ],
8423
    "aliases": [],
8424
    "minimum-stability": "stable",
8425
    "stability-flags": [],
8426
    "prefer-stable": false,
8427
    "prefer-lowest": false,
8428
    "platform": {
8429
        "php": ">=5.5.0 < 7.0.0"
8430
    },
8431
    "platform-dev": []
8432
}
8433