Completed
Pull Request — master (#1105)
by Tim
42:55
created

composer.lock (2 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": "af628b9fcb953074525cf60f1dbddc7e",
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.0.0",
695
            "source": {
696
                "type": "git",
697
                "url": "https://github.com/appserver-io-psr/servlet.git",
698
                "reference": "c77312ab158ef0c047b6d9077a2ec6e6f8f834cb"
699
            },
700
            "dist": {
701
                "type": "zip",
702
                "url": "https://api.github.com/repos/appserver-io-psr/servlet/zipball/c77312ab158ef0c047b6d9077a2ec6e6f8f834cb",
703
                "reference": "c77312ab158ef0c047b6d9077a2ec6e6f8f834cb",
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-07-17T18:14:12+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.0",
1007
            "source": {
1008
                "type": "git",
1009
                "url": "https://github.com/appserver-io/description.git",
1010
                "reference": "7c47ead108d407a7c548d8d24cbdf280e72486e5"
1011
            },
1012
            "dist": {
1013
                "type": "zip",
1014
                "url": "https://api.github.com/repos/appserver-io/description/zipball/7c47ead108d407a7c548d8d24cbdf280e72486e5",
1015
                "reference": "7c47ead108d407a7c548d8d24cbdf280e72486e5",
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-07-18T09:32:18+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/rmi",
1554
            "version": "3.2.2",
1555
            "source": {
1556
                "type": "git",
1557
                "url": "https://github.com/appserver-io/rmi.git",
1558
                "reference": "0c1fbff5e8fc137651359b38dfb0e38b6312aae0"
1559
            },
1560
            "dist": {
1561
                "type": "zip",
1562
                "url": "https://api.github.com/repos/appserver-io/rmi/zipball/0c1fbff5e8fc137651359b38dfb0e38b6312aae0",
1563
                "reference": "0c1fbff5e8fc137651359b38dfb0e38b6312aae0",
1564
                "shasum": ""
1565
            },
1566
            "require": {
1567
                "appserver-io-psr/application": "~1.0",
1568
                "appserver-io-psr/epb": "~7.0",
1569
                "appserver-io-psr/servlet": "~4.0",
1570
                "appserver-io-psr/socket": "~1.0",
1571
                "appserver-io/collections": "~1.0",
1572
                "php": ">=5.4.0"
1573
            },
1574
            "require-dev": {
1575
                "appserver-io-psr/deployment": "~2.0",
1576
                "appserver-io/build": "~1.0"
1577
            },
1578
            "type": "library",
1579
            "autoload": {
1580
                "psr-0": {
1581
                    "AppserverIo\\RemoteMethodInvocation": [
1582
                        "src/",
1583
                        "tests/"
1584
                    ]
1585
                }
1586
            },
1587
            "notification-url": "https://packagist.org/downloads/",
1588
            "license": [
1589
                "OSL-3.0"
1590
            ],
1591
            "authors": [
1592
                {
1593
                    "name": "Tim Wagner",
1594
                    "email": "[email protected]",
1595
                    "homepage": "https://github.com/wagnert",
1596
                    "role": "Developer"
1597
                },
1598
                {
1599
                    "name": "Bernhard Wick",
1600
                    "email": "[email protected]",
1601
                    "homepage": "https://github.com/wick-ed",
1602
                    "role": "Developer"
1603
                }
1604
            ],
1605
            "description": "Remote method invocation library implementation",
1606
            "homepage": "https://github.com/appserver-io/rmi",
1607
            "keywords": [
1608
                "persistence container protocol remote method call remotemethodcall"
1609
            ],
1610
            "time": "2018-07-17T19:20:36+00:00"
1611
        },
1612
        {
1613
            "name": "appserver-io/robo-tasks",
1614
            "version": "0.2.0",
1615
            "source": {
1616
                "type": "git",
1617
                "url": "https://github.com/appserver-io/robo-tasks.git",
1618
                "reference": "fedc13cee566ded0fda91dac0c06a4015e0510ac"
1619
            },
1620
            "dist": {
1621
                "type": "zip",
1622
                "url": "https://api.github.com/repos/appserver-io/robo-tasks/zipball/fedc13cee566ded0fda91dac0c06a4015e0510ac",
1623
                "reference": "fedc13cee566ded0fda91dac0c06a4015e0510ac",
1624
                "shasum": ""
1625
            },
1626
            "require": {
1627
                "consolidation/robo": "~1.0",
1628
                "henrikbjorn/lurker": "~1.0",
1629
                "php": ">=5.4.0"
1630
            },
1631
            "require-dev": {
1632
                "pdepend/pdepend": "~2.0",
1633
                "phploc/phploc": "2.0.*",
1634
                "phpmd/phpmd": "2.5.*",
1635
                "phpunit/phpunit": "4.4.*",
1636
                "sebastian/phpcpd": "2.0.*",
1637
                "squizlabs/php_codesniffer": "2.2.*"
1638
            },
1639
            "type": "robo-tasks",
1640
            "autoload": {
1641
                "psr-4": {
1642
                    "AppserverIo\\RoboTasks\\": [
1643
                        "src/",
1644
                        "tests/"
1645
                    ]
1646
                }
1647
            },
1648
            "notification-url": "https://packagist.org/downloads/",
1649
            "license": [
1650
                "OSL-3.0"
1651
            ],
1652
            "authors": [
1653
                {
1654
                    "name": "Tim Wagner",
1655
                    "email": "[email protected]"
1656
                }
1657
            ],
1658
            "description": "Some Robo (http://robo.li) tasks to improve the development process",
1659
            "time": "2017-06-02T20:34:16+00:00"
1660
        },
1661
        {
1662
            "name": "appserver-io/routlt-project",
1663
            "version": "1.2.1",
1664
            "source": {
1665
                "type": "git",
1666
                "url": "https://github.com/appserver-io/routlt-project.git",
1667
                "reference": "717d1ecf168d1d32f10230660d163dc88b2cd0ae"
1668
            },
1669
            "dist": {
1670
                "type": "zip",
1671
                "url": "https://api.github.com/repos/appserver-io/routlt-project/zipball/717d1ecf168d1d32f10230660d163dc88b2cd0ae",
1672
                "reference": "717d1ecf168d1d32f10230660d163dc88b2cd0ae",
1673
                "shasum": ""
1674
            },
1675
            "type": "library",
1676
            "notification-url": "https://packagist.org/downloads/",
1677
            "authors": [
1678
                {
1679
                    "name": "Tim Wagner",
1680
                    "email": "[email protected]"
1681
                }
1682
            ],
1683
            "description": "Stub to create a new appserver.io Rout.Lt project",
1684
            "keywords": [
1685
                "Rout.Lt project stub generator"
1686
            ],
1687
            "time": "2016-06-06T13:04:58+00:00"
1688
        },
1689
        {
1690
            "name": "appserver-io/server",
1691
            "version": "10.0.1",
1692
            "source": {
1693
                "type": "git",
1694
                "url": "https://github.com/appserver-io/server.git",
1695
                "reference": "765ec0eac49fc3079ca53dfc0872621fd7161f88"
1696
            },
1697
            "dist": {
1698
                "type": "zip",
1699
                "url": "https://api.github.com/repos/appserver-io/server/zipball/765ec0eac49fc3079ca53dfc0872621fd7161f88",
1700
                "reference": "765ec0eac49fc3079ca53dfc0872621fd7161f88",
1701
                "shasum": ""
1702
            },
1703
            "require": {
1704
                "appserver-io-psr/socket": "~1.0",
1705
                "appserver-io/logger": "~2.0",
1706
                "php": ">=5.4.0"
1707
            },
1708
            "require-dev": {
1709
                "appserver-io/build": "~1.0"
1710
            },
1711
            "type": "library",
1712
            "autoload": {
1713
                "psr-0": {
1714
                    "AppserverIo\\Server": [
1715
                        "src/",
1716
                        "tests/"
1717
                    ]
1718
                }
1719
            },
1720
            "notification-url": "https://packagist.org/downloads/",
1721
            "license": [
1722
                "OSL-3.0"
1723
            ],
1724
            "authors": [
1725
                {
1726
                    "name": "Johann Zelger",
1727
                    "email": "[email protected]",
1728
                    "homepage": "http://www.appserver.io",
1729
                    "role": "Developer"
1730
                },
1731
                {
1732
                    "name": "Tim Wagner",
1733
                    "email": "[email protected]",
1734
                    "homepage": "http://www.appserver.io",
1735
                    "role": "Developer"
1736
                },
1737
                {
1738
                    "name": "Bernhard Wick",
1739
                    "email": "[email protected]",
1740
                    "homepage": "http://www.appserver.io",
1741
                    "role": "Developer"
1742
                }
1743
            ],
1744
            "description": "Multithreaded server daemon framework",
1745
            "homepage": "https://github.com/appserver-io/server",
1746
            "keywords": [
1747
                "Socket",
1748
                "framework",
1749
                "multithreading",
1750
                "php",
1751
                "server"
1752
            ],
1753
            "time": "2018-06-19T19:34:02+00:00"
1754
        },
1755
        {
1756
            "name": "appserver-io/single-app",
1757
            "version": "3.0.0",
1758
            "source": {
1759
                "type": "git",
1760
                "url": "https://github.com/appserver-io/single-app.git",
1761
                "reference": "f9f50e30de8258e23e243ff0ddcd39fcd7d22c1c"
1762
            },
1763
            "dist": {
1764
                "type": "zip",
1765
                "url": "https://api.github.com/repos/appserver-io/single-app/zipball/f9f50e30de8258e23e243ff0ddcd39fcd7d22c1c",
1766
                "reference": "f9f50e30de8258e23e243ff0ddcd39fcd7d22c1c",
1767
                "shasum": ""
1768
            },
1769
            "require": {
1770
                "php": ">=5.4.0"
1771
            },
1772
            "require-dev": {
1773
                "appserver-io/appserver": "~1.0",
1774
                "appserver-io/build": "~1.0"
1775
            },
1776
            "type": "library",
1777
            "autoload": {
1778
                "psr-0": {
1779
                    "AppserverIo\\SingleApp": "src/"
1780
                }
1781
            },
1782
            "notification-url": "https://packagist.org/downloads/",
1783
            "license": [
1784
                "OSL-3.0"
1785
            ],
1786
            "authors": [
1787
                {
1788
                    "name": "Tim Wagner",
1789
                    "email": "[email protected]",
1790
                    "homepage": "http://www.appserver.io",
1791
                    "role": "Developer"
1792
                }
1793
            ],
1794
            "description": "Stripped down appserver.io version providing a nodejs like handling",
1795
            "homepage": "https://github.com/appserver-io/single-app",
1796
            "keywords": [
1797
                "appserver",
1798
                "framework",
1799
                "multithreading",
1800
                "php",
1801
                "server"
1802
            ],
1803
            "time": "2016-05-07T21:13:12+00:00"
1804
        },
1805
        {
1806
            "name": "appserver-io/storage",
1807
            "version": "2.0.0",
1808
            "source": {
1809
                "type": "git",
1810
                "url": "https://github.com/appserver-io/storage.git",
1811
                "reference": "597fecc82cdd06caf12891ec1eea42417df82d9e"
1812
            },
1813
            "dist": {
1814
                "type": "zip",
1815
                "url": "https://api.github.com/repos/appserver-io/storage/zipball/597fecc82cdd06caf12891ec1eea42417df82d9e",
1816
                "reference": "597fecc82cdd06caf12891ec1eea42417df82d9e",
1817
                "shasum": ""
1818
            },
1819
            "require": {
1820
                "php": ">=5.4.0"
1821
            },
1822
            "require-dev": {
1823
                "appserver-io/build": "~1.0"
1824
            },
1825
            "type": "library",
1826
            "autoload": {
1827
                "psr-0": {
1828
                    "AppserverIo\\Storage": [
1829
                        "src/",
1830
                        "tests/"
1831
                    ]
1832
                }
1833
            },
1834
            "notification-url": "https://packagist.org/downloads/",
1835
            "license": [
1836
                "OSL-3.0"
1837
            ],
1838
            "authors": [
1839
                {
1840
                    "name": "Tim Wagner",
1841
                    "email": "[email protected]",
1842
                    "homepage": "http://www.appserver.io",
1843
                    "role": "Developer"
1844
                }
1845
            ],
1846
            "description": "Generic storage package implementation.",
1847
            "homepage": "https://github.com/appserver-io/storage",
1848
            "keywords": [
1849
                "interface",
1850
                "php",
1851
                "storage"
1852
            ],
1853
            "time": "2015-02-24T10:08:52+00:00"
1854
        },
1855
        {
1856
            "name": "appserver-io/webserver",
1857
            "version": "5.1.5",
1858
            "source": {
1859
                "type": "git",
1860
                "url": "https://github.com/appserver-io/webserver.git",
1861
                "reference": "86e7f2fb536408ab9d6b191862da3a77c2c5837f"
1862
            },
1863
            "dist": {
1864
                "type": "zip",
1865
                "url": "https://api.github.com/repos/appserver-io/webserver/zipball/86e7f2fb536408ab9d6b191862da3a77c2c5837f",
1866
                "reference": "86e7f2fb536408ab9d6b191862da3a77c2c5837f",
1867
                "shasum": ""
1868
            },
1869
            "require": {
1870
                "appserver-io-psr/http-message": "~1.0",
1871
                "appserver-io-psr/socket": "~1.0",
1872
                "appserver-io/concurrency": "~0.1",
1873
                "appserver-io/fastcgi": "~2.0",
1874
                "appserver-io/http": "~2.0",
1875
                "appserver-io/logger": "~2.0",
1876
                "appserver-io/server": "~10.0",
1877
                "php": ">=5.4.0",
1878
                "psr/log": "*",
1879
                "rhumsaa/uuid": "~2.8"
1880
            },
1881
            "require-dev": {
1882
                "appserver-io/build": "~1.0"
1883
            },
1884
            "bin": [
1885
                "bin/webserver"
1886
            ],
1887
            "type": "library",
1888
            "autoload": {
1889
                "psr-0": {
1890
                    "AppserverIo\\WebServer": [
1891
                        "src/",
1892
                        "tests/"
1893
                    ]
1894
                }
1895
            },
1896
            "notification-url": "https://packagist.org/downloads/",
1897
            "license": [
1898
                "OSL-3.0"
1899
            ],
1900
            "authors": [
1901
                {
1902
                    "name": "Johann Zelger",
1903
                    "email": "[email protected]",
1904
                    "homepage": "http://www.appserver.io",
1905
                    "role": "Developer"
1906
                },
1907
                {
1908
                    "name": "Tim Wagner",
1909
                    "email": "[email protected]",
1910
                    "homepage": "http://www.appserver.io",
1911
                    "role": "Developer"
1912
                },
1913
                {
1914
                    "name": "Bernhard Wick",
1915
                    "email": "[email protected]",
1916
                    "homepage": "http://www.appserver.io",
1917
                    "role": "Developer"
1918
                }
1919
            ],
1920
            "description": "Multithreaded webserver for php written in php",
1921
            "homepage": "https://github.com/appserver-io/webserver",
1922
            "keywords": [
1923
                "http-server",
1924
                "httpd",
1925
                "php",
1926
                "server",
1927
                "webserver"
1928
            ],
1929
            "time": "2018-06-19T19:46:59+00:00"
1930
        },
1931
        {
1932
            "name": "consolidation/annotated-command",
1933
            "version": "2.8.4",
1934
            "source": {
1935
                "type": "git",
1936
                "url": "https://github.com/consolidation/annotated-command.git",
1937
                "reference": "651541a0b68318a2a202bda558a676e5ad92223c"
1938
            },
1939
            "dist": {
1940
                "type": "zip",
1941
                "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/651541a0b68318a2a202bda558a676e5ad92223c",
1942
                "reference": "651541a0b68318a2a202bda558a676e5ad92223c",
1943
                "shasum": ""
1944
            },
1945
            "require": {
1946
                "consolidation/output-formatters": "^3.1.12",
1947
                "php": ">=5.4.0",
1948
                "psr/log": "^1",
1949
                "symfony/console": "^2.8|^3|^4",
1950
                "symfony/event-dispatcher": "^2.5|^3|^4",
1951
                "symfony/finder": "^2.5|^3|^4"
1952
            },
1953
            "require-dev": {
1954
                "g1a/composer-test-scenarios": "^2",
1955
                "phpunit/phpunit": "^6",
1956
                "satooshi/php-coveralls": "^2",
1957
                "squizlabs/php_codesniffer": "^2.7"
1958
            },
1959
            "type": "library",
1960
            "extra": {
1961
                "branch-alias": {
1962
                    "dev-master": "2.x-dev"
1963
                }
1964
            },
1965
            "autoload": {
1966
                "psr-4": {
1967
                    "Consolidation\\AnnotatedCommand\\": "src"
1968
                }
1969
            },
1970
            "notification-url": "https://packagist.org/downloads/",
1971
            "license": [
1972
                "MIT"
1973
            ],
1974
            "authors": [
1975
                {
1976
                    "name": "Greg Anderson",
1977
                    "email": "[email protected]"
1978
                }
1979
            ],
1980
            "description": "Initialize Symfony Console commands from annotated command class methods.",
1981
            "time": "2018-05-25T18:04:25+00:00"
1982
        },
1983
        {
1984
            "name": "consolidation/config",
1985
            "version": "1.0.11",
1986
            "source": {
1987
                "type": "git",
1988
                "url": "https://github.com/consolidation/config.git",
1989
                "reference": "ede41d946078e97e7a9513aadc3352f1c26817af"
1990
            },
1991
            "dist": {
1992
                "type": "zip",
1993
                "url": "https://api.github.com/repos/consolidation/config/zipball/ede41d946078e97e7a9513aadc3352f1c26817af",
1994
                "reference": "ede41d946078e97e7a9513aadc3352f1c26817af",
1995
                "shasum": ""
1996
            },
1997
            "require": {
1998
                "dflydev/dot-access-data": "^1.1.0",
1999
                "grasmash/expander": "^1",
2000
                "php": ">=5.4.0"
2001
            },
2002
            "require-dev": {
2003
                "g1a/composer-test-scenarios": "^1",
2004
                "phpunit/phpunit": "^4",
2005
                "satooshi/php-coveralls": "^1.0",
2006
                "squizlabs/php_codesniffer": "2.*",
2007
                "symfony/console": "^2.5|^3|^4",
2008
                "symfony/yaml": "^2.8.11|^3|^4"
2009
            },
2010
            "suggest": {
2011
                "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
2012
            },
2013
            "type": "library",
2014
            "extra": {
2015
                "branch-alias": {
2016
                    "dev-master": "1.x-dev"
2017
                }
2018
            },
2019
            "autoload": {
2020
                "psr-4": {
2021
                    "Consolidation\\Config\\": "src"
2022
                }
2023
            },
2024
            "notification-url": "https://packagist.org/downloads/",
2025
            "license": [
2026
                "MIT"
2027
            ],
2028
            "authors": [
2029
                {
2030
                    "name": "Greg Anderson",
2031
                    "email": "[email protected]"
2032
                }
2033
            ],
2034
            "description": "Provide configuration services for a commandline tool.",
2035
            "time": "2018-05-27T01:17:02+00:00"
2036
        },
2037
        {
2038
            "name": "consolidation/log",
2039
            "version": "1.0.6",
2040
            "source": {
2041
                "type": "git",
2042
                "url": "https://github.com/consolidation/log.git",
2043
                "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395"
2044
            },
2045
            "dist": {
2046
                "type": "zip",
2047
                "url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395",
2048
                "reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395",
2049
                "shasum": ""
2050
            },
2051
            "require": {
2052
                "php": ">=5.5.0",
2053
                "psr/log": "~1.0",
2054
                "symfony/console": "^2.8|^3|^4"
2055
            },
2056
            "require-dev": {
2057
                "g1a/composer-test-scenarios": "^1",
2058
                "phpunit/phpunit": "4.*",
2059
                "satooshi/php-coveralls": "^2",
2060
                "squizlabs/php_codesniffer": "2.*"
2061
            },
2062
            "type": "library",
2063
            "extra": {
2064
                "branch-alias": {
2065
                    "dev-master": "1.x-dev"
2066
                }
2067
            },
2068
            "autoload": {
2069
                "psr-4": {
2070
                    "Consolidation\\Log\\": "src"
2071
                }
2072
            },
2073
            "notification-url": "https://packagist.org/downloads/",
2074
            "license": [
2075
                "MIT"
2076
            ],
2077
            "authors": [
2078
                {
2079
                    "name": "Greg Anderson",
2080
                    "email": "[email protected]"
2081
                }
2082
            ],
2083
            "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
2084
            "time": "2018-05-25T18:14:39+00:00"
2085
        },
2086
        {
2087
            "name": "consolidation/output-formatters",
2088
            "version": "3.2.1",
2089
            "source": {
2090
                "type": "git",
2091
                "url": "https://github.com/consolidation/output-formatters.git",
2092
                "reference": "d78ef59aea19d3e2e5a23f90a055155ee78a0ad5"
2093
            },
2094
            "dist": {
2095
                "type": "zip",
2096
                "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/d78ef59aea19d3e2e5a23f90a055155ee78a0ad5",
2097
                "reference": "d78ef59aea19d3e2e5a23f90a055155ee78a0ad5",
2098
                "shasum": ""
2099
            },
2100
            "require": {
2101
                "php": ">=5.4.0",
2102
                "symfony/console": "^2.8|^3|^4",
2103
                "symfony/finder": "^2.5|^3|^4"
2104
            },
2105
            "require-dev": {
2106
                "g1a/composer-test-scenarios": "^2",
2107
                "phpunit/phpunit": "^5.7.27",
2108
                "satooshi/php-coveralls": "^2",
2109
                "squizlabs/php_codesniffer": "^2.7",
2110
                "symfony/console": "3.2.3",
2111
                "symfony/var-dumper": "^2.8|^3|^4",
2112
                "victorjonsson/markdowndocs": "^1.3"
2113
            },
2114
            "suggest": {
2115
                "symfony/var-dumper": "For using the var_dump formatter"
2116
            },
2117
            "type": "library",
2118
            "extra": {
2119
                "branch-alias": {
2120
                    "dev-master": "3.x-dev"
2121
                }
2122
            },
2123
            "autoload": {
2124
                "psr-4": {
2125
                    "Consolidation\\OutputFormatters\\": "src"
2126
                }
2127
            },
2128
            "notification-url": "https://packagist.org/downloads/",
2129
            "license": [
2130
                "MIT"
2131
            ],
2132
            "authors": [
2133
                {
2134
                    "name": "Greg Anderson",
2135
                    "email": "[email protected]"
2136
                }
2137
            ],
2138
            "description": "Format text by applying transformations provided by plug-in formatters.",
2139
            "time": "2018-05-25T18:02:34+00:00"
2140
        },
2141
        {
2142
            "name": "consolidation/robo",
2143
            "version": "1.3.0",
2144
            "source": {
2145
                "type": "git",
2146
                "url": "https://github.com/consolidation/Robo.git",
2147
                "reference": "ac563abfadf7cb7314b4e152f2b5033a6c255f6f"
2148
            },
2149
            "dist": {
2150
                "type": "zip",
2151
                "url": "https://api.github.com/repos/consolidation/Robo/zipball/ac563abfadf7cb7314b4e152f2b5033a6c255f6f",
2152
                "reference": "ac563abfadf7cb7314b4e152f2b5033a6c255f6f",
2153
                "shasum": ""
2154
            },
2155
            "require": {
2156
                "consolidation/annotated-command": "^2.8.2",
2157
                "consolidation/config": "^1.0.10",
2158
                "consolidation/log": "~1",
2159
                "consolidation/output-formatters": "^3.1.13",
2160
                "grasmash/yaml-expander": "^1.3",
2161
                "league/container": "^2.2",
2162
                "php": ">=5.5.0",
2163
                "symfony/console": "^2.8|^3|^4",
2164
                "symfony/event-dispatcher": "^2.5|^3|^4",
2165
                "symfony/filesystem": "^2.5|^3|^4",
2166
                "symfony/finder": "^2.5|^3|^4",
2167
                "symfony/process": "^2.5|^3|^4"
2168
            },
2169
            "replace": {
2170
                "codegyre/robo": "< 1.0"
2171
            },
2172
            "require-dev": {
2173
                "codeception/aspect-mock": "^1|^2.1.1",
2174
                "codeception/base": "^2.3.7",
2175
                "codeception/verify": "^0.3.2",
2176
                "g1a/composer-test-scenarios": "^2",
2177
                "goaop/framework": "~2.1.2",
2178
                "goaop/parser-reflection": "^1.1.0",
2179
                "natxet/cssmin": "3.0.4",
2180
                "nikic/php-parser": "^3.1.5",
2181
                "patchwork/jsqueeze": "~2",
2182
                "pear/archive_tar": "^1.4.2",
2183
                "phpunit/php-code-coverage": "~2|~4",
2184
                "satooshi/php-coveralls": "^2",
2185
                "squizlabs/php_codesniffer": "^2.8"
2186
            },
2187
            "suggest": {
2188
                "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
2189
                "natxet/CssMin": "For minifying CSS files in taskMinify",
2190
                "patchwork/jsqueeze": "For minifying JS files in taskMinify",
2191
                "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
2192
            },
2193
            "bin": [
2194
                "robo"
2195
            ],
2196
            "type": "library",
2197
            "extra": {
2198
                "branch-alias": {
2199
                    "dev-master": "1.x-dev",
2200
                    "dev-state": "1.x-dev"
2201
                }
2202
            },
2203
            "autoload": {
2204
                "psr-4": {
2205
                    "Robo\\": "src"
2206
                }
2207
            },
2208
            "notification-url": "https://packagist.org/downloads/",
2209
            "license": [
2210
                "MIT"
2211
            ],
2212
            "authors": [
2213
                {
2214
                    "name": "Davert",
2215
                    "email": "[email protected]"
2216
                }
2217
            ],
2218
            "description": "Modern task runner",
2219
            "time": "2018-05-27T01:42:53+00:00"
2220
        },
2221
        {
2222
            "name": "container-interop/container-interop",
2223
            "version": "1.2.0",
2224
            "source": {
2225
                "type": "git",
2226
                "url": "https://github.com/container-interop/container-interop.git",
2227
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
2228
            },
2229
            "dist": {
2230
                "type": "zip",
2231
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
2232
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
2233
                "shasum": ""
2234
            },
2235
            "require": {
2236
                "psr/container": "^1.0"
2237
            },
2238
            "type": "library",
2239
            "autoload": {
2240
                "psr-4": {
2241
                    "Interop\\Container\\": "src/Interop/Container/"
2242
                }
2243
            },
2244
            "notification-url": "https://packagist.org/downloads/",
2245
            "license": [
2246
                "MIT"
2247
            ],
2248
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
2249
            "homepage": "https://github.com/container-interop/container-interop",
2250
            "time": "2017-02-14T19:40:03+00:00"
2251
        },
2252
        {
2253
            "name": "dflydev/dot-access-data",
2254
            "version": "v1.1.0",
2255
            "source": {
2256
                "type": "git",
2257
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
2258
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
2259
            },
2260
            "dist": {
2261
                "type": "zip",
2262
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
2263
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
2264
                "shasum": ""
2265
            },
2266
            "require": {
2267
                "php": ">=5.3.2"
2268
            },
2269
            "type": "library",
2270
            "extra": {
2271
                "branch-alias": {
2272
                    "dev-master": "1.0-dev"
2273
                }
2274
            },
2275
            "autoload": {
2276
                "psr-0": {
2277
                    "Dflydev\\DotAccessData": "src"
2278
                }
2279
            },
2280
            "notification-url": "https://packagist.org/downloads/",
2281
            "license": [
2282
                "MIT"
2283
            ],
2284
            "authors": [
2285
                {
2286
                    "name": "Dragonfly Development Inc.",
2287
                    "email": "[email protected]",
2288
                    "homepage": "http://dflydev.com"
2289
                },
2290
                {
2291
                    "name": "Beau Simensen",
2292
                    "email": "[email protected]",
2293
                    "homepage": "http://beausimensen.com"
2294
                },
2295
                {
2296
                    "name": "Carlos Frutos",
2297
                    "email": "[email protected]",
2298
                    "homepage": "https://github.com/cfrutos"
2299
                }
2300
            ],
2301
            "description": "Given a deep data structure, access data by dot notation.",
2302
            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
2303
            "keywords": [
2304
                "access",
2305
                "data",
2306
                "dot",
2307
                "notation"
2308
            ],
2309
            "time": "2017-01-20T21:14:22+00:00"
2310
        },
2311
        {
2312
            "name": "doctrine/annotations",
2313
            "version": "v1.4.0",
2314
            "source": {
2315
                "type": "git",
2316
                "url": "https://github.com/doctrine/annotations.git",
2317
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
2318
            },
2319
            "dist": {
2320
                "type": "zip",
2321
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
2322
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
2323
                "shasum": ""
2324
            },
2325
            "require": {
2326
                "doctrine/lexer": "1.*",
2327
                "php": "^5.6 || ^7.0"
2328
            },
2329
            "require-dev": {
2330
                "doctrine/cache": "1.*",
2331
                "phpunit/phpunit": "^5.7"
2332
            },
2333
            "type": "library",
2334
            "extra": {
2335
                "branch-alias": {
2336
                    "dev-master": "1.4.x-dev"
2337
                }
2338
            },
2339
            "autoload": {
2340
                "psr-4": {
2341
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
2342
                }
2343
            },
2344
            "notification-url": "https://packagist.org/downloads/",
2345
            "license": [
2346
                "MIT"
2347
            ],
2348
            "authors": [
2349
                {
2350
                    "name": "Roman Borschel",
2351
                    "email": "[email protected]"
2352
                },
2353
                {
2354
                    "name": "Benjamin Eberlei",
2355
                    "email": "[email protected]"
2356
                },
2357
                {
2358
                    "name": "Guilherme Blanco",
2359
                    "email": "[email protected]"
2360
                },
2361
                {
2362
                    "name": "Jonathan Wage",
2363
                    "email": "[email protected]"
2364
                },
2365
                {
2366
                    "name": "Johannes Schmitt",
2367
                    "email": "[email protected]"
2368
                }
2369
            ],
2370
            "description": "Docblock Annotations Parser",
2371
            "homepage": "http://www.doctrine-project.org",
2372
            "keywords": [
2373
                "annotations",
2374
                "docblock",
2375
                "parser"
2376
            ],
2377
            "time": "2017-02-24T16:22:25+00:00"
2378
        },
2379
        {
2380
            "name": "doctrine/cache",
2381
            "version": "v1.6.2",
2382
            "source": {
2383
                "type": "git",
2384
                "url": "https://github.com/doctrine/cache.git",
2385
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
2386
            },
2387
            "dist": {
2388
                "type": "zip",
2389
                "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
2390
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
2391
                "shasum": ""
2392
            },
2393
            "require": {
2394
                "php": "~5.5|~7.0"
2395
            },
2396
            "conflict": {
2397
                "doctrine/common": ">2.2,<2.4"
2398
            },
2399
            "require-dev": {
2400
                "phpunit/phpunit": "~4.8|~5.0",
2401
                "predis/predis": "~1.0",
2402
                "satooshi/php-coveralls": "~0.6"
2403
            },
2404
            "type": "library",
2405
            "extra": {
2406
                "branch-alias": {
2407
                    "dev-master": "1.6.x-dev"
2408
                }
2409
            },
2410
            "autoload": {
2411
                "psr-4": {
2412
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
2413
                }
2414
            },
2415
            "notification-url": "https://packagist.org/downloads/",
2416
            "license": [
2417
                "MIT"
2418
            ],
2419
            "authors": [
2420
                {
2421
                    "name": "Roman Borschel",
2422
                    "email": "[email protected]"
2423
                },
2424
                {
2425
                    "name": "Benjamin Eberlei",
2426
                    "email": "[email protected]"
2427
                },
2428
                {
2429
                    "name": "Guilherme Blanco",
2430
                    "email": "[email protected]"
2431
                },
2432
                {
2433
                    "name": "Jonathan Wage",
2434
                    "email": "[email protected]"
2435
                },
2436
                {
2437
                    "name": "Johannes Schmitt",
2438
                    "email": "[email protected]"
2439
                }
2440
            ],
2441
            "description": "Caching library offering an object-oriented API for many cache backends",
2442
            "homepage": "http://www.doctrine-project.org",
2443
            "keywords": [
2444
                "cache",
2445
                "caching"
2446
            ],
2447
            "time": "2017-07-22T12:49:21+00:00"
2448
        },
2449
        {
2450
            "name": "doctrine/collections",
2451
            "version": "v1.4.0",
2452
            "source": {
2453
                "type": "git",
2454
                "url": "https://github.com/doctrine/collections.git",
2455
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
2456
            },
2457
            "dist": {
2458
                "type": "zip",
2459
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
2460
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
2461
                "shasum": ""
2462
            },
2463
            "require": {
2464
                "php": "^5.6 || ^7.0"
2465
            },
2466
            "require-dev": {
2467
                "doctrine/coding-standard": "~0.1@dev",
2468
                "phpunit/phpunit": "^5.7"
2469
            },
2470
            "type": "library",
2471
            "extra": {
2472
                "branch-alias": {
2473
                    "dev-master": "1.3.x-dev"
2474
                }
2475
            },
2476
            "autoload": {
2477
                "psr-0": {
2478
                    "Doctrine\\Common\\Collections\\": "lib/"
2479
                }
2480
            },
2481
            "notification-url": "https://packagist.org/downloads/",
2482
            "license": [
2483
                "MIT"
2484
            ],
2485
            "authors": [
2486
                {
2487
                    "name": "Roman Borschel",
2488
                    "email": "[email protected]"
2489
                },
2490
                {
2491
                    "name": "Benjamin Eberlei",
2492
                    "email": "[email protected]"
2493
                },
2494
                {
2495
                    "name": "Guilherme Blanco",
2496
                    "email": "[email protected]"
2497
                },
2498
                {
2499
                    "name": "Jonathan Wage",
2500
                    "email": "[email protected]"
2501
                },
2502
                {
2503
                    "name": "Johannes Schmitt",
2504
                    "email": "[email protected]"
2505
                }
2506
            ],
2507
            "description": "Collections Abstraction library",
2508
            "homepage": "http://www.doctrine-project.org",
2509
            "keywords": [
2510
                "array",
2511
                "collections",
2512
                "iterator"
2513
            ],
2514
            "time": "2017-01-03T10:49:41+00:00"
2515
        },
2516
        {
2517
            "name": "doctrine/common",
2518
            "version": "v2.7.3",
2519
            "source": {
2520
                "type": "git",
2521
                "url": "https://github.com/doctrine/common.git",
2522
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
2523
            },
2524
            "dist": {
2525
                "type": "zip",
2526
                "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
2527
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
2528
                "shasum": ""
2529
            },
2530
            "require": {
2531
                "doctrine/annotations": "1.*",
2532
                "doctrine/cache": "1.*",
2533
                "doctrine/collections": "1.*",
2534
                "doctrine/inflector": "1.*",
2535
                "doctrine/lexer": "1.*",
2536
                "php": "~5.6|~7.0"
2537
            },
2538
            "require-dev": {
2539
                "phpunit/phpunit": "^5.4.6"
2540
            },
2541
            "type": "library",
2542
            "extra": {
2543
                "branch-alias": {
2544
                    "dev-master": "2.7.x-dev"
2545
                }
2546
            },
2547
            "autoload": {
2548
                "psr-4": {
2549
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
2550
                }
2551
            },
2552
            "notification-url": "https://packagist.org/downloads/",
2553
            "license": [
2554
                "MIT"
2555
            ],
2556
            "authors": [
2557
                {
2558
                    "name": "Roman Borschel",
2559
                    "email": "[email protected]"
2560
                },
2561
                {
2562
                    "name": "Benjamin Eberlei",
2563
                    "email": "[email protected]"
2564
                },
2565
                {
2566
                    "name": "Guilherme Blanco",
2567
                    "email": "[email protected]"
2568
                },
2569
                {
2570
                    "name": "Jonathan Wage",
2571
                    "email": "[email protected]"
2572
                },
2573
                {
2574
                    "name": "Johannes Schmitt",
2575
                    "email": "[email protected]"
2576
                }
2577
            ],
2578
            "description": "Common Library for Doctrine projects",
2579
            "homepage": "http://www.doctrine-project.org",
2580
            "keywords": [
2581
                "annotations",
2582
                "collections",
2583
                "eventmanager",
2584
                "persistence",
2585
                "spl"
2586
            ],
2587
            "time": "2017-07-22T08:35:12+00:00"
2588
        },
2589
        {
2590
            "name": "doctrine/dbal",
2591
            "version": "v2.5.13",
2592
            "source": {
2593
                "type": "git",
2594
                "url": "https://github.com/doctrine/dbal.git",
2595
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
2596
            },
2597
            "dist": {
2598
                "type": "zip",
2599
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
2600
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
2601
                "shasum": ""
2602
            },
2603
            "require": {
2604
                "doctrine/common": ">=2.4,<2.8-dev",
2605
                "php": ">=5.3.2"
2606
            },
2607
            "require-dev": {
2608
                "phpunit/phpunit": "4.*",
2609
                "symfony/console": "2.*||^3.0"
2610
            },
2611
            "suggest": {
2612
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
2613
            },
2614
            "bin": [
2615
                "bin/doctrine-dbal"
2616
            ],
2617
            "type": "library",
2618
            "extra": {
2619
                "branch-alias": {
2620
                    "dev-master": "2.5.x-dev"
2621
                }
2622
            },
2623
            "autoload": {
2624
                "psr-0": {
2625
                    "Doctrine\\DBAL\\": "lib/"
2626
                }
2627
            },
2628
            "notification-url": "https://packagist.org/downloads/",
2629
            "license": [
2630
                "MIT"
2631
            ],
2632
            "authors": [
2633
                {
2634
                    "name": "Roman Borschel",
2635
                    "email": "[email protected]"
2636
                },
2637
                {
2638
                    "name": "Benjamin Eberlei",
2639
                    "email": "[email protected]"
2640
                },
2641
                {
2642
                    "name": "Guilherme Blanco",
2643
                    "email": "[email protected]"
2644
                },
2645
                {
2646
                    "name": "Jonathan Wage",
2647
                    "email": "[email protected]"
2648
                }
2649
            ],
2650
            "description": "Database Abstraction Layer",
2651
            "homepage": "http://www.doctrine-project.org",
2652
            "keywords": [
2653
                "database",
2654
                "dbal",
2655
                "persistence",
2656
                "queryobject"
2657
            ],
2658
            "time": "2017-07-22T20:44:48+00:00"
2659
        },
2660
        {
2661
            "name": "doctrine/inflector",
2662
            "version": "v1.1.0",
2663
            "source": {
2664
                "type": "git",
2665
                "url": "https://github.com/doctrine/inflector.git",
2666
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
2667
            },
2668
            "dist": {
2669
                "type": "zip",
2670
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
2671
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
2672
                "shasum": ""
2673
            },
2674
            "require": {
2675
                "php": ">=5.3.2"
2676
            },
2677
            "require-dev": {
2678
                "phpunit/phpunit": "4.*"
2679
            },
2680
            "type": "library",
2681
            "extra": {
2682
                "branch-alias": {
2683
                    "dev-master": "1.1.x-dev"
2684
                }
2685
            },
2686
            "autoload": {
2687
                "psr-0": {
2688
                    "Doctrine\\Common\\Inflector\\": "lib/"
2689
                }
2690
            },
2691
            "notification-url": "https://packagist.org/downloads/",
2692
            "license": [
2693
                "MIT"
2694
            ],
2695
            "authors": [
2696
                {
2697
                    "name": "Roman Borschel",
2698
                    "email": "[email protected]"
2699
                },
2700
                {
2701
                    "name": "Benjamin Eberlei",
2702
                    "email": "[email protected]"
2703
                },
2704
                {
2705
                    "name": "Guilherme Blanco",
2706
                    "email": "[email protected]"
2707
                },
2708
                {
2709
                    "name": "Jonathan Wage",
2710
                    "email": "[email protected]"
2711
                },
2712
                {
2713
                    "name": "Johannes Schmitt",
2714
                    "email": "[email protected]"
2715
                }
2716
            ],
2717
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
2718
            "homepage": "http://www.doctrine-project.org",
2719
            "keywords": [
2720
                "inflection",
2721
                "pluralize",
2722
                "singularize",
2723
                "string"
2724
            ],
2725
            "time": "2015-11-06T14:35:42+00:00"
2726
        },
2727
        {
2728
            "name": "doctrine/instantiator",
2729
            "version": "1.0.5",
2730
            "source": {
2731
                "type": "git",
2732
                "url": "https://github.com/doctrine/instantiator.git",
2733
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2734
            },
2735
            "dist": {
2736
                "type": "zip",
2737
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2738
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2739
                "shasum": ""
2740
            },
2741
            "require": {
2742
                "php": ">=5.3,<8.0-DEV"
2743
            },
2744
            "require-dev": {
2745
                "athletic/athletic": "~0.1.8",
2746
                "ext-pdo": "*",
2747
                "ext-phar": "*",
2748
                "phpunit/phpunit": "~4.0",
2749
                "squizlabs/php_codesniffer": "~2.0"
2750
            },
2751
            "type": "library",
2752
            "extra": {
2753
                "branch-alias": {
2754
                    "dev-master": "1.0.x-dev"
2755
                }
2756
            },
2757
            "autoload": {
2758
                "psr-4": {
2759
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2760
                }
2761
            },
2762
            "notification-url": "https://packagist.org/downloads/",
2763
            "license": [
2764
                "MIT"
2765
            ],
2766
            "authors": [
2767
                {
2768
                    "name": "Marco Pivetta",
2769
                    "email": "[email protected]",
2770
                    "homepage": "http://ocramius.github.com/"
2771
                }
2772
            ],
2773
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2774
            "homepage": "https://github.com/doctrine/instantiator",
2775
            "keywords": [
2776
                "constructor",
2777
                "instantiate"
2778
            ],
2779
            "time": "2015-06-14T21:17:01+00:00"
2780
        },
2781
        {
2782
            "name": "doctrine/lexer",
2783
            "version": "v1.0.1",
2784
            "source": {
2785
                "type": "git",
2786
                "url": "https://github.com/doctrine/lexer.git",
2787
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2788
            },
2789
            "dist": {
2790
                "type": "zip",
2791
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
2792
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2793
                "shasum": ""
2794
            },
2795
            "require": {
2796
                "php": ">=5.3.2"
2797
            },
2798
            "type": "library",
2799
            "extra": {
2800
                "branch-alias": {
2801
                    "dev-master": "1.0.x-dev"
2802
                }
2803
            },
2804
            "autoload": {
2805
                "psr-0": {
2806
                    "Doctrine\\Common\\Lexer\\": "lib/"
2807
                }
2808
            },
2809
            "notification-url": "https://packagist.org/downloads/",
2810
            "license": [
2811
                "MIT"
2812
            ],
2813
            "authors": [
2814
                {
2815
                    "name": "Roman Borschel",
2816
                    "email": "[email protected]"
2817
                },
2818
                {
2819
                    "name": "Guilherme Blanco",
2820
                    "email": "[email protected]"
2821
                },
2822
                {
2823
                    "name": "Johannes Schmitt",
2824
                    "email": "[email protected]"
2825
                }
2826
            ],
2827
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
2828
            "homepage": "http://www.doctrine-project.org",
2829
            "keywords": [
2830
                "lexer",
2831
                "parser"
2832
            ],
2833
            "time": "2014-09-09T13:34:57+00:00"
2834
        },
2835
        {
2836
            "name": "doctrine/orm",
2837
            "version": "v2.5.14",
2838
            "source": {
2839
                "type": "git",
2840
                "url": "https://github.com/doctrine/doctrine2.git",
2841
                "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
2842
            },
2843
            "dist": {
2844
                "type": "zip",
2845
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
2846
                "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
2847
                "shasum": ""
2848
            },
2849
            "require": {
2850
                "doctrine/cache": "~1.4",
2851
                "doctrine/collections": "~1.2",
2852
                "doctrine/common": ">=2.5-dev,<2.9-dev",
2853
                "doctrine/dbal": ">=2.5-dev,<2.7-dev",
2854
                "doctrine/instantiator": "^1.0.1",
2855
                "ext-pdo": "*",
2856
                "php": ">=5.4",
2857
                "symfony/console": "~2.5|~3.0|~4.0"
2858
            },
2859
            "require-dev": {
2860
                "phpunit/phpunit": "~4.0",
2861
                "symfony/yaml": "~2.3|~3.0|~4.0"
2862
            },
2863
            "suggest": {
2864
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
2865
            },
2866
            "bin": [
2867
                "bin/doctrine",
2868
                "bin/doctrine.php"
2869
            ],
2870
            "type": "library",
2871
            "extra": {
2872
                "branch-alias": {
2873
                    "dev-master": "2.6.x-dev"
2874
                }
2875
            },
2876
            "autoload": {
2877
                "psr-0": {
2878
                    "Doctrine\\ORM\\": "lib/"
2879
                }
2880
            },
2881
            "notification-url": "https://packagist.org/downloads/",
2882
            "license": [
2883
                "MIT"
2884
            ],
2885
            "authors": [
2886
                {
2887
                    "name": "Roman Borschel",
2888
                    "email": "[email protected]"
2889
                },
2890
                {
2891
                    "name": "Benjamin Eberlei",
2892
                    "email": "[email protected]"
2893
                },
2894
                {
2895
                    "name": "Guilherme Blanco",
2896
                    "email": "[email protected]"
2897
                },
2898
                {
2899
                    "name": "Jonathan Wage",
2900
                    "email": "[email protected]"
2901
                }
2902
            ],
2903
            "description": "Object-Relational-Mapper for PHP",
2904
            "homepage": "http://www.doctrine-project.org",
2905
            "keywords": [
2906
                "database",
2907
                "orm"
2908
            ],
2909
            "time": "2017-12-17T02:57:51+00:00"
2910
        },
2911
        {
2912
            "name": "evenement/evenement",
2913
            "version": "v2.1.0",
2914
            "source": {
2915
                "type": "git",
2916
                "url": "https://github.com/igorw/evenement.git",
2917
                "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a"
2918
            },
2919
            "dist": {
2920
                "type": "zip",
2921
                "url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a",
2922
                "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a",
2923
                "shasum": ""
2924
            },
2925
            "require": {
2926
                "php": ">=5.4.0"
2927
            },
2928
            "require-dev": {
2929
                "phpunit/phpunit": "^6.0||^5.7||^4.8.35"
2930
            },
2931
            "type": "library",
2932
            "extra": {
2933
                "branch-alias": {
2934
                    "dev-master": "2.0-dev"
2935
                }
2936
            },
2937
            "autoload": {
2938
                "psr-0": {
2939
                    "Evenement": "src"
2940
                }
2941
            },
2942
            "notification-url": "https://packagist.org/downloads/",
2943
            "license": [
2944
                "MIT"
2945
            ],
2946
            "authors": [
2947
                {
2948
                    "name": "Igor Wiedler",
2949
                    "email": "[email protected]"
2950
                }
2951
            ],
2952
            "description": "Événement is a very simple event dispatching library for PHP",
2953
            "keywords": [
2954
                "event-dispatcher",
2955
                "event-emitter"
2956
            ],
2957
            "time": "2017-07-17T17:39:19+00:00"
2958
        },
2959
        {
2960
            "name": "grasmash/expander",
2961
            "version": "1.0.0",
2962
            "source": {
2963
                "type": "git",
2964
                "url": "https://github.com/grasmash/expander.git",
2965
                "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
2966
            },
2967
            "dist": {
2968
                "type": "zip",
2969
                "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
2970
                "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
2971
                "shasum": ""
2972
            },
2973
            "require": {
2974
                "dflydev/dot-access-data": "^1.1.0",
2975
                "php": ">=5.4"
2976
            },
2977
            "require-dev": {
2978
                "greg-1-anderson/composer-test-scenarios": "^1",
2979
                "phpunit/phpunit": "^4|^5.5.4",
2980
                "satooshi/php-coveralls": "^1.0.2|dev-master",
2981
                "squizlabs/php_codesniffer": "^2.7"
2982
            },
2983
            "type": "library",
2984
            "extra": {
2985
                "branch-alias": {
2986
                    "dev-master": "1.x-dev"
2987
                }
2988
            },
2989
            "autoload": {
2990
                "psr-4": {
2991
                    "Grasmash\\Expander\\": "src/"
2992
                }
2993
            },
2994
            "notification-url": "https://packagist.org/downloads/",
2995
            "license": [
2996
                "MIT"
2997
            ],
2998
            "authors": [
2999
                {
3000
                    "name": "Matthew Grasmick"
3001
                }
3002
            ],
3003
            "description": "Expands internal property references in PHP arrays file.",
3004
            "time": "2017-12-21T22:14:55+00:00"
3005
        },
3006
        {
3007
            "name": "grasmash/yaml-expander",
3008
            "version": "1.4.0",
3009
            "source": {
3010
                "type": "git",
3011
                "url": "https://github.com/grasmash/yaml-expander.git",
3012
                "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
3013
            },
3014
            "dist": {
3015
                "type": "zip",
3016
                "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
3017
                "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
3018
                "shasum": ""
3019
            },
3020
            "require": {
3021
                "dflydev/dot-access-data": "^1.1.0",
3022
                "php": ">=5.4",
3023
                "symfony/yaml": "^2.8.11|^3|^4"
3024
            },
3025
            "require-dev": {
3026
                "greg-1-anderson/composer-test-scenarios": "^1",
3027
                "phpunit/phpunit": "^4.8|^5.5.4",
3028
                "satooshi/php-coveralls": "^1.0.2|dev-master",
3029
                "squizlabs/php_codesniffer": "^2.7"
3030
            },
3031
            "type": "library",
3032
            "extra": {
3033
                "branch-alias": {
3034
                    "dev-master": "1.x-dev"
3035
                }
3036
            },
3037
            "autoload": {
3038
                "psr-4": {
3039
                    "Grasmash\\YamlExpander\\": "src/"
3040
                }
3041
            },
3042
            "notification-url": "https://packagist.org/downloads/",
3043
            "license": [
3044
                "MIT"
3045
            ],
3046
            "authors": [
3047
                {
3048
                    "name": "Matthew Grasmick"
3049
                }
3050
            ],
3051
            "description": "Expands internal property references in a yaml file.",
3052
            "time": "2017-12-16T16:06:03+00:00"
3053
        },
3054
        {
3055
            "name": "guzzle/guzzle",
3056
            "version": "v3.9.3",
3057
            "source": {
3058
                "type": "git",
3059
                "url": "https://github.com/guzzle/guzzle3.git",
3060
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
3061
            },
3062
            "dist": {
3063
                "type": "zip",
3064
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
3065
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
3066
                "shasum": ""
3067
            },
3068
            "require": {
3069
                "ext-curl": "*",
3070
                "php": ">=5.3.3",
3071
                "symfony/event-dispatcher": "~2.1"
3072
            },
3073
            "replace": {
3074
                "guzzle/batch": "self.version",
3075
                "guzzle/cache": "self.version",
3076
                "guzzle/common": "self.version",
3077
                "guzzle/http": "self.version",
3078
                "guzzle/inflection": "self.version",
3079
                "guzzle/iterator": "self.version",
3080
                "guzzle/log": "self.version",
3081
                "guzzle/parser": "self.version",
3082
                "guzzle/plugin": "self.version",
3083
                "guzzle/plugin-async": "self.version",
3084
                "guzzle/plugin-backoff": "self.version",
3085
                "guzzle/plugin-cache": "self.version",
3086
                "guzzle/plugin-cookie": "self.version",
3087
                "guzzle/plugin-curlauth": "self.version",
3088
                "guzzle/plugin-error-response": "self.version",
3089
                "guzzle/plugin-history": "self.version",
3090
                "guzzle/plugin-log": "self.version",
3091
                "guzzle/plugin-md5": "self.version",
3092
                "guzzle/plugin-mock": "self.version",
3093
                "guzzle/plugin-oauth": "self.version",
3094
                "guzzle/service": "self.version",
3095
                "guzzle/stream": "self.version"
3096
            },
3097
            "require-dev": {
3098
                "doctrine/cache": "~1.3",
3099
                "monolog/monolog": "~1.0",
3100
                "phpunit/phpunit": "3.7.*",
3101
                "psr/log": "~1.0",
3102
                "symfony/class-loader": "~2.1",
3103
                "zendframework/zend-cache": "2.*,<2.3",
3104
                "zendframework/zend-log": "2.*,<2.3"
3105
            },
3106
            "suggest": {
3107
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
3108
            },
3109
            "type": "library",
3110
            "extra": {
3111
                "branch-alias": {
3112
                    "dev-master": "3.9-dev"
3113
                }
3114
            },
3115
            "autoload": {
3116
                "psr-0": {
3117
                    "Guzzle": "src/",
3118
                    "Guzzle\\Tests": "tests/"
3119
                }
3120
            },
3121
            "notification-url": "https://packagist.org/downloads/",
3122
            "license": [
3123
                "MIT"
3124
            ],
3125
            "authors": [
3126
                {
3127
                    "name": "Michael Dowling",
3128
                    "email": "[email protected]",
3129
                    "homepage": "https://github.com/mtdowling"
3130
                },
3131
                {
3132
                    "name": "Guzzle Community",
3133
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
3134
                }
3135
            ],
3136
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
3137
            "homepage": "http://guzzlephp.org/",
3138
            "keywords": [
3139
                "client",
3140
                "curl",
3141
                "framework",
3142
                "http",
3143
                "http client",
3144
                "rest",
3145
                "web service"
3146
            ],
3147
            "abandoned": "guzzlehttp/guzzle",
3148
            "time": "2015-03-18T18:23:50+00:00"
3149
        },
3150
        {
3151
            "name": "henrikbjorn/lurker",
3152
            "version": "1.2.0",
3153
            "source": {
3154
                "type": "git",
3155
                "url": "https://github.com/flint/Lurker.git",
3156
                "reference": "712d3ef19bef161daa2ba0e0237c6b875587a089"
3157
            },
3158
            "dist": {
3159
                "type": "zip",
3160
                "url": "https://api.github.com/repos/flint/Lurker/zipball/712d3ef19bef161daa2ba0e0237c6b875587a089",
3161
                "reference": "712d3ef19bef161daa2ba0e0237c6b875587a089",
3162
                "shasum": ""
3163
            },
3164
            "require": {
3165
                "php": ">=5.3.3",
3166
                "symfony/config": "^2.2|^3.0",
3167
                "symfony/event-dispatcher": "^2.2|^3.0"
3168
            },
3169
            "suggest": {
3170
                "ext-inotify": ">=0.1.6"
3171
            },
3172
            "type": "library",
3173
            "extra": {
3174
                "branch-alias": {
3175
                    "dev-master": "1.0.x-dev"
3176
                }
3177
            },
3178
            "autoload": {
3179
                "psr-0": {
3180
                    "Lurker": "src"
3181
                }
3182
            },
3183
            "notification-url": "https://packagist.org/downloads/",
3184
            "license": [
3185
                "MIT"
3186
            ],
3187
            "authors": [
3188
                {
3189
                    "name": "Yaroslav Kiliba",
3190
                    "email": "[email protected]"
3191
                },
3192
                {
3193
                    "name": "Konstantin Kudryashov",
3194
                    "email": "[email protected]"
3195
                },
3196
                {
3197
                    "name": "Henrik Bjrnskov",
3198
                    "email": "[email protected]"
3199
                }
3200
            ],
3201
            "description": "Resource Watcher.",
3202
            "keywords": [
3203
                "filesystem",
3204
                "resource",
3205
                "watching"
3206
            ],
3207
            "time": "2016-03-16T15:22:20+00:00"
3208
        },
3209
        {
3210
            "name": "herrera-io/annotations",
3211
            "version": "1.0.1",
3212
            "source": {
3213
                "type": "git",
3214
                "url": "https://github.com/kherge-abandoned/php-annotations.git",
3215
                "reference": "7d8b9a536da7f12aad8de7f28b2cb5266bde8da1"
3216
            },
3217
            "dist": {
3218
                "type": "zip",
3219
                "url": "https://api.github.com/repos/kherge-abandoned/php-annotations/zipball/7d8b9a536da7f12aad8de7f28b2cb5266bde8da1",
3220
                "reference": "7d8b9a536da7f12aad8de7f28b2cb5266bde8da1",
3221
                "shasum": ""
3222
            },
3223
            "require": {
3224
                "doctrine/annotations": "~1.0",
3225
                "php": ">=5.3.3"
3226
            },
3227
            "require-dev": {
3228
                "herrera-io/phpunit-test-case": "1.*",
3229
                "phpunit/phpunit": "3.7.*"
3230
            },
3231
            "type": "library",
3232
            "extra": {
3233
                "branch-alias": {
3234
                    "dev-master": "1.0-dev"
3235
                }
3236
            },
3237
            "autoload": {
3238
                "psr-0": {
3239
                    "Herrera\\Annotations": "src/lib"
3240
                }
3241
            },
3242
            "notification-url": "https://packagist.org/downloads/",
3243
            "license": [
3244
                "MIT"
3245
            ],
3246
            "authors": [
3247
                {
3248
                    "name": "Kevin Herrera",
3249
                    "email": "[email protected]",
3250
                    "homepage": "http://kevin.herrera.io"
3251
                }
3252
            ],
3253
            "description": "A tokenizer for Doctrine annotations.",
3254
            "homepage": "https://github.com/herrera-io/php-annotations",
3255
            "keywords": [
3256
                "annotations",
3257
                "doctrine",
3258
                "tokenizer"
3259
            ],
3260
            "abandoned": true,
3261
            "time": "2014-02-03T17:34:08+00:00"
3262
        },
3263
        {
3264
            "name": "ircmaxell/password-compat",
3265
            "version": "v1.0.4",
3266
            "source": {
3267
                "type": "git",
3268
                "url": "https://github.com/ircmaxell/password_compat.git",
3269
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
3270
            },
3271
            "dist": {
3272
                "type": "zip",
3273
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
3274
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
3275
                "shasum": ""
3276
            },
3277
            "require-dev": {
3278
                "phpunit/phpunit": "4.*"
3279
            },
3280
            "type": "library",
3281
            "autoload": {
3282
                "files": [
3283
                    "lib/password.php"
3284
                ]
3285
            },
3286
            "notification-url": "https://packagist.org/downloads/",
3287
            "license": [
3288
                "MIT"
3289
            ],
3290
            "authors": [
3291
                {
3292
                    "name": "Anthony Ferrara",
3293
                    "email": "[email protected]",
3294
                    "homepage": "http://blog.ircmaxell.com"
3295
                }
3296
            ],
3297
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
3298
            "homepage": "https://github.com/ircmaxell/password_compat",
3299
            "keywords": [
3300
                "hashing",
3301
                "password"
3302
            ],
3303
            "time": "2014-11-20T16:49:30+00:00"
3304
        },
3305
        {
3306
            "name": "league/container",
3307
            "version": "2.4.1",
3308
            "source": {
3309
                "type": "git",
3310
                "url": "https://github.com/thephpleague/container.git",
3311
                "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
3312
            },
3313
            "dist": {
3314
                "type": "zip",
3315
                "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
3316
                "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
3317
                "shasum": ""
3318
            },
3319
            "require": {
3320
                "container-interop/container-interop": "^1.2",
3321
                "php": "^5.4.0 || ^7.0"
3322
            },
3323
            "provide": {
3324
                "container-interop/container-interop-implementation": "^1.2",
3325
                "psr/container-implementation": "^1.0"
3326
            },
3327
            "replace": {
3328
                "orno/di": "~2.0"
3329
            },
3330
            "require-dev": {
3331
                "phpunit/phpunit": "4.*"
3332
            },
3333
            "type": "library",
3334
            "extra": {
3335
                "branch-alias": {
3336
                    "dev-2.x": "2.x-dev",
3337
                    "dev-1.x": "1.x-dev"
3338
                }
3339
            },
3340
            "autoload": {
3341
                "psr-4": {
3342
                    "League\\Container\\": "src"
3343
                }
3344
            },
3345
            "notification-url": "https://packagist.org/downloads/",
3346
            "license": [
3347
                "MIT"
3348
            ],
3349
            "authors": [
3350
                {
3351
                    "name": "Phil Bennett",
3352
                    "email": "[email protected]",
3353
                    "homepage": "http://www.philipobenito.com",
3354
                    "role": "Developer"
3355
                }
3356
            ],
3357
            "description": "A fast and intuitive dependency injection container.",
3358
            "homepage": "https://github.com/thephpleague/container",
3359
            "keywords": [
3360
                "container",
3361
                "dependency",
3362
                "di",
3363
                "injection",
3364
                "league",
3365
                "provider",
3366
                "service"
3367
            ],
3368
            "time": "2017-05-10T09:20:27+00:00"
3369
        },
3370
        {
3371
            "name": "league/event",
3372
            "version": "2.1.2",
3373
            "source": {
3374
                "type": "git",
3375
                "url": "https://github.com/thephpleague/event.git",
3376
                "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd"
3377
            },
3378
            "dist": {
3379
                "type": "zip",
3380
                "url": "https://api.github.com/repos/thephpleague/event/zipball/e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
3381
                "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
3382
                "shasum": ""
3383
            },
3384
            "require": {
3385
                "php": ">=5.4.0"
3386
            },
3387
            "require-dev": {
3388
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3389
                "phpspec/phpspec": "~2.0.0"
3390
            },
3391
            "type": "library",
3392
            "extra": {
3393
                "branch-alias": {
3394
                    "dev-master": "2.2-dev"
3395
                }
3396
            },
3397
            "autoload": {
3398
                "psr-4": {
3399
                    "League\\Event\\": "src/"
3400
                }
3401
            },
3402
            "notification-url": "https://packagist.org/downloads/",
3403
            "license": [
3404
                "MIT"
3405
            ],
3406
            "authors": [
3407
                {
3408
                    "name": "Frank de Jonge",
3409
                    "email": "[email protected]"
3410
                }
3411
            ],
3412
            "description": "Event package",
3413
            "keywords": [
3414
                "emitter",
3415
                "event",
3416
                "listener"
3417
            ],
3418
            "time": "2015-05-21T12:24:47+00:00"
3419
        },
3420
        {
3421
            "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...
3422
            "version": "1.10.0",
3423
            "source": {
3424
                "type": "git",
3425
                "url": "https://github.com/Seldaek/monolog.git",
3426
                "reference": "25b16e801979098cb2f120e697bfce454b18bf23"
3427
            },
3428
            "dist": {
3429
                "type": "zip",
3430
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23",
3431
                "reference": "25b16e801979098cb2f120e697bfce454b18bf23",
3432
                "shasum": ""
3433
            },
3434
            "require": {
3435
                "php": ">=5.3.0",
3436
                "psr/log": "~1.0"
3437
            },
3438
            "require-dev": {
3439
                "aws/aws-sdk-php": "~2.4, >2.4.8",
3440
                "doctrine/couchdb": "~1.0@dev",
3441
                "graylog2/gelf-php": "~1.0",
3442
                "phpunit/phpunit": "~3.7.0",
3443
                "raven/raven": "~0.5",
3444
                "ruflin/elastica": "0.90.*"
3445
            },
3446
            "suggest": {
3447
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3448
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3449
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3450
                "ext-mongo": "Allow sending log messages to a MongoDB server",
3451
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
3452
                "raven/raven": "Allow sending log messages to a Sentry server",
3453
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
3454
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
3455
            },
3456
            "type": "library",
3457
            "extra": {
3458
                "branch-alias": {
3459
                    "dev-master": "1.10.x-dev"
3460
                }
3461
            },
3462
            "autoload": {
3463
                "psr-4": {
3464
                    "Monolog\\": "src/Monolog"
3465
                }
3466
            },
3467
            "notification-url": "https://packagist.org/downloads/",
3468
            "license": [
3469
                "MIT"
3470
            ],
3471
            "authors": [
3472
                {
3473
                    "name": "Jordi Boggiano",
3474
                    "email": "[email protected]",
3475
                    "homepage": "http://seld.be",
3476
                    "role": "Developer"
3477
                }
3478
            ],
3479
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3480
            "homepage": "http://github.com/Seldaek/monolog",
3481
            "keywords": [
3482
                "log",
3483
                "logging",
3484
                "psr-3"
3485
            ],
3486
            "time": "2014-06-04T16:30:04+00:00"
3487
        },
3488
        {
3489
            "name": "mtdowling/cron-expression",
3490
            "version": "v1.2.1",
3491
            "source": {
3492
                "type": "git",
3493
                "url": "https://github.com/mtdowling/cron-expression.git",
3494
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
3495
            },
3496
            "dist": {
3497
                "type": "zip",
3498
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
3499
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
3500
                "shasum": ""
3501
            },
3502
            "require": {
3503
                "php": ">=5.3.2"
3504
            },
3505
            "require-dev": {
3506
                "phpunit/phpunit": "~4.0|~5.0"
3507
            },
3508
            "type": "library",
3509
            "autoload": {
3510
                "psr-4": {
3511
                    "Cron\\": "src/Cron/"
3512
                }
3513
            },
3514
            "notification-url": "https://packagist.org/downloads/",
3515
            "license": [
3516
                "MIT"
3517
            ],
3518
            "authors": [
3519
                {
3520
                    "name": "Michael Dowling",
3521
                    "email": "[email protected]",
3522
                    "homepage": "https://github.com/mtdowling"
3523
                }
3524
            ],
3525
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
3526
            "keywords": [
3527
                "cron",
3528
                "schedule"
3529
            ],
3530
            "time": "2017-01-23T04:29:33+00:00"
3531
        },
3532
        {
3533
            "name": "nikic/phlexy",
3534
            "version": "v0.1",
3535
            "source": {
3536
                "type": "git",
3537
                "url": "https://github.com/nikic/Phlexy.git",
3538
                "reference": "8aba8cb05771bcc56c58f9699e0abd54ca128182"
3539
            },
3540
            "dist": {
3541
                "type": "zip",
3542
                "url": "https://api.github.com/repos/nikic/Phlexy/zipball/8aba8cb05771bcc56c58f9699e0abd54ca128182",
3543
                "reference": "8aba8cb05771bcc56c58f9699e0abd54ca128182",
3544
                "shasum": ""
3545
            },
3546
            "require": {
3547
                "php": ">=5.3"
3548
            },
3549
            "type": "library",
3550
            "extra": {
3551
                "branch-alias": {
3552
                    "dev-master": "1.0-dev"
3553
                }
3554
            },
3555
            "autoload": {
3556
                "psr-0": {
3557
                    "Phlexy": "lib/"
3558
                }
3559
            },
3560
            "notification-url": "https://packagist.org/downloads/",
3561
            "license": [
3562
                "BSD-3-Clause"
3563
            ],
3564
            "authors": [
3565
                {
3566
                    "name": "Nikita Popov"
3567
                }
3568
            ],
3569
            "description": "Lexing experiments in PHP",
3570
            "keywords": [
3571
                "lexer",
3572
                "php"
3573
            ],
3574
            "time": "2013-03-13T16:20:49+00:00"
3575
        },
3576
        {
3577
            "name": "psr/container",
3578
            "version": "1.0.0",
3579
            "source": {
3580
                "type": "git",
3581
                "url": "https://github.com/php-fig/container.git",
3582
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
3583
            },
3584
            "dist": {
3585
                "type": "zip",
3586
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
3587
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
3588
                "shasum": ""
3589
            },
3590
            "require": {
3591
                "php": ">=5.3.0"
3592
            },
3593
            "type": "library",
3594
            "extra": {
3595
                "branch-alias": {
3596
                    "dev-master": "1.0.x-dev"
3597
                }
3598
            },
3599
            "autoload": {
3600
                "psr-4": {
3601
                    "Psr\\Container\\": "src/"
3602
                }
3603
            },
3604
            "notification-url": "https://packagist.org/downloads/",
3605
            "license": [
3606
                "MIT"
3607
            ],
3608
            "authors": [
3609
                {
3610
                    "name": "PHP-FIG",
3611
                    "homepage": "http://www.php-fig.org/"
3612
                }
3613
            ],
3614
            "description": "Common Container Interface (PHP FIG PSR-11)",
3615
            "homepage": "https://github.com/php-fig/container",
3616
            "keywords": [
3617
                "PSR-11",
3618
                "container",
3619
                "container-interface",
3620
                "container-interop",
3621
                "psr"
3622
            ],
3623
            "time": "2017-02-14T16:28:37+00:00"
3624
        },
3625
        {
3626
            "name": "psr/http-message",
3627
            "version": "1.0.1",
3628
            "source": {
3629
                "type": "git",
3630
                "url": "https://github.com/php-fig/http-message.git",
3631
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3632
            },
3633
            "dist": {
3634
                "type": "zip",
3635
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3636
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3637
                "shasum": ""
3638
            },
3639
            "require": {
3640
                "php": ">=5.3.0"
3641
            },
3642
            "type": "library",
3643
            "extra": {
3644
                "branch-alias": {
3645
                    "dev-master": "1.0.x-dev"
3646
                }
3647
            },
3648
            "autoload": {
3649
                "psr-4": {
3650
                    "Psr\\Http\\Message\\": "src/"
3651
                }
3652
            },
3653
            "notification-url": "https://packagist.org/downloads/",
3654
            "license": [
3655
                "MIT"
3656
            ],
3657
            "authors": [
3658
                {
3659
                    "name": "PHP-FIG",
3660
                    "homepage": "http://www.php-fig.org/"
3661
                }
3662
            ],
3663
            "description": "Common interface for HTTP messages",
3664
            "homepage": "https://github.com/php-fig/http-message",
3665
            "keywords": [
3666
                "http",
3667
                "http-message",
3668
                "psr",
3669
                "psr-7",
3670
                "request",
3671
                "response"
3672
            ],
3673
            "time": "2016-08-06T14:39:51+00:00"
3674
        },
3675
        {
3676
            "name": "psr/log",
3677
            "version": "1.0.2",
3678
            "source": {
3679
                "type": "git",
3680
                "url": "https://github.com/php-fig/log.git",
3681
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
3682
            },
3683
            "dist": {
3684
                "type": "zip",
3685
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3686
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
3687
                "shasum": ""
3688
            },
3689
            "require": {
3690
                "php": ">=5.3.0"
3691
            },
3692
            "type": "library",
3693
            "extra": {
3694
                "branch-alias": {
3695
                    "dev-master": "1.0.x-dev"
3696
                }
3697
            },
3698
            "autoload": {
3699
                "psr-4": {
3700
                    "Psr\\Log\\": "Psr/Log/"
3701
                }
3702
            },
3703
            "notification-url": "https://packagist.org/downloads/",
3704
            "license": [
3705
                "MIT"
3706
            ],
3707
            "authors": [
3708
                {
3709
                    "name": "PHP-FIG",
3710
                    "homepage": "http://www.php-fig.org/"
3711
                }
3712
            ],
3713
            "description": "Common interface for logging libraries",
3714
            "homepage": "https://github.com/php-fig/log",
3715
            "keywords": [
3716
                "log",
3717
                "psr",
3718
                "psr-3"
3719
            ],
3720
            "time": "2016-10-10T12:19:37+00:00"
3721
        },
3722
        {
3723
            "name": "react/cache",
3724
            "version": "v0.4.2",
3725
            "source": {
3726
                "type": "git",
3727
                "url": "https://github.com/reactphp/cache.git",
3728
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8"
3729
            },
3730
            "dist": {
3731
                "type": "zip",
3732
                "url": "https://api.github.com/repos/reactphp/cache/zipball/75494f26b4ef089db9bf8c90b63c296246e099e8",
3733
                "reference": "75494f26b4ef089db9bf8c90b63c296246e099e8",
3734
                "shasum": ""
3735
            },
3736
            "require": {
3737
                "php": ">=5.3.0",
3738
                "react/promise": "~2.0|~1.1"
3739
            },
3740
            "require-dev": {
3741
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
3742
            },
3743
            "type": "library",
3744
            "autoload": {
3745
                "psr-4": {
3746
                    "React\\Cache\\": "src/"
3747
                }
3748
            },
3749
            "notification-url": "https://packagist.org/downloads/",
3750
            "license": [
3751
                "MIT"
3752
            ],
3753
            "description": "Async, Promise-based cache interface for ReactPHP",
3754
            "keywords": [
3755
                "cache",
3756
                "caching",
3757
                "promise",
3758
                "reactphp"
3759
            ],
3760
            "time": "2017-12-20T16:47:13+00:00"
3761
        },
3762
        {
3763
            "name": "react/dns",
3764
            "version": "v0.4.4",
3765
            "source": {
3766
                "type": "git",
3767
                "url": "https://github.com/reactphp/dns.git",
3768
                "reference": "e3064994379cb4d1e0ee3f5b850b6e8748efae3b"
3769
            },
3770
            "dist": {
3771
                "type": "zip",
3772
                "url": "https://api.github.com/repos/reactphp/dns/zipball/e3064994379cb4d1e0ee3f5b850b6e8748efae3b",
3773
                "reference": "e3064994379cb4d1e0ee3f5b850b6e8748efae3b",
3774
                "shasum": ""
3775
            },
3776
            "require": {
3777
                "php": ">=5.3.0",
3778
                "react/cache": "~0.4.0|~0.3.0",
3779
                "react/promise": "~2.1|~1.2",
3780
                "react/socket": "^0.5 || ^0.4.4"
3781
            },
3782
            "type": "library",
3783
            "autoload": {
3784
                "psr-4": {
3785
                    "React\\Dns\\": "src"
3786
                }
3787
            },
3788
            "notification-url": "https://packagist.org/downloads/",
3789
            "license": [
3790
                "MIT"
3791
            ],
3792
            "description": "Async DNS resolver.",
3793
            "keywords": [
3794
                "dns",
3795
                "dns-resolver"
3796
            ],
3797
            "time": "2017-02-13T09:58:13+00:00"
3798
        },
3799
        {
3800
            "name": "react/event-loop",
3801
            "version": "v0.4.3",
3802
            "source": {
3803
                "type": "git",
3804
                "url": "https://github.com/reactphp/event-loop.git",
3805
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
3806
            },
3807
            "dist": {
3808
                "type": "zip",
3809
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
3810
                "reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
3811
                "shasum": ""
3812
            },
3813
            "require": {
3814
                "php": ">=5.4.0"
3815
            },
3816
            "require-dev": {
3817
                "phpunit/phpunit": "~4.8"
3818
            },
3819
            "suggest": {
3820
                "ext-event": "~1.0",
3821
                "ext-libev": "*",
3822
                "ext-libevent": ">=0.1.0"
3823
            },
3824
            "type": "library",
3825
            "autoload": {
3826
                "psr-4": {
3827
                    "React\\EventLoop\\": "src"
3828
                }
3829
            },
3830
            "notification-url": "https://packagist.org/downloads/",
3831
            "license": [
3832
                "MIT"
3833
            ],
3834
            "description": "Event loop abstraction layer that libraries can use for evented I/O.",
3835
            "keywords": [
3836
                "asynchronous",
3837
                "event-loop"
3838
            ],
3839
            "time": "2017-04-27T10:56:23+00:00"
3840
        },
3841
        {
3842
            "name": "react/promise",
3843
            "version": "v2.7.0",
3844
            "source": {
3845
                "type": "git",
3846
                "url": "https://github.com/reactphp/promise.git",
3847
                "reference": "f4edc2581617431aea50430749db55cc3fc031b3"
3848
            },
3849
            "dist": {
3850
                "type": "zip",
3851
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3",
3852
                "reference": "f4edc2581617431aea50430749db55cc3fc031b3",
3853
                "shasum": ""
3854
            },
3855
            "require": {
3856
                "php": ">=5.4.0"
3857
            },
3858
            "require-dev": {
3859
                "phpunit/phpunit": "~4.8"
3860
            },
3861
            "type": "library",
3862
            "autoload": {
3863
                "psr-4": {
3864
                    "React\\Promise\\": "src/"
3865
                },
3866
                "files": [
3867
                    "src/functions_include.php"
3868
                ]
3869
            },
3870
            "notification-url": "https://packagist.org/downloads/",
3871
            "license": [
3872
                "MIT"
3873
            ],
3874
            "authors": [
3875
                {
3876
                    "name": "Jan Sorgalla",
3877
                    "email": "[email protected]"
3878
                }
3879
            ],
3880
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
3881
            "keywords": [
3882
                "promise",
3883
                "promises"
3884
            ],
3885
            "time": "2018-06-13T15:59:06+00:00"
3886
        },
3887
        {
3888
            "name": "react/socket",
3889
            "version": "v0.4.6",
3890
            "source": {
3891
                "type": "git",
3892
                "url": "https://github.com/reactphp/socket.git",
3893
                "reference": "cf074e53c974df52388ebd09710a9018894745d2"
3894
            },
3895
            "dist": {
3896
                "type": "zip",
3897
                "url": "https://api.github.com/repos/reactphp/socket/zipball/cf074e53c974df52388ebd09710a9018894745d2",
3898
                "reference": "cf074e53c974df52388ebd09710a9018894745d2",
3899
                "shasum": ""
3900
            },
3901
            "require": {
3902
                "evenement/evenement": "~2.0|~1.0",
3903
                "php": ">=5.3.0",
3904
                "react/event-loop": "0.4.*|0.3.*",
3905
                "react/promise": "^2.0 || ^1.1",
3906
                "react/stream": "^0.4.5"
3907
            },
3908
            "require-dev": {
3909
                "clue/block-react": "^1.1",
3910
                "phpunit/phpunit": "~4.8",
3911
                "react/socket-client": "^0.5.1"
3912
            },
3913
            "type": "library",
3914
            "autoload": {
3915
                "psr-4": {
3916
                    "React\\Socket\\": "src"
3917
                }
3918
            },
3919
            "notification-url": "https://packagist.org/downloads/",
3920
            "license": [
3921
                "MIT"
3922
            ],
3923
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP",
3924
            "keywords": [
3925
                "Socket"
3926
            ],
3927
            "time": "2017-01-26T09:23:38+00:00"
3928
        },
3929
        {
3930
            "name": "react/socket-client",
3931
            "version": "v0.5.0",
3932
            "source": {
3933
                "type": "git",
3934
                "url": "https://github.com/reactphp/socket-client.git",
3935
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588"
3936
            },
3937
            "dist": {
3938
                "type": "zip",
3939
                "url": "https://api.github.com/repos/reactphp/socket-client/zipball/4ed32f2ce1e732586783c7ebd10b7d75386f2588",
3940
                "reference": "4ed32f2ce1e732586783c7ebd10b7d75386f2588",
3941
                "shasum": ""
3942
            },
3943
            "require": {
3944
                "php": ">=5.3.0",
3945
                "react/dns": "0.4.*|0.3.*",
3946
                "react/event-loop": "0.4.*|0.3.*",
3947
                "react/promise": "~2.0|~1.1",
3948
                "react/stream": "0.4.*|0.3.*"
3949
            },
3950
            "require-dev": {
3951
                "clue/block-react": "~1.0"
3952
            },
3953
            "type": "library",
3954
            "autoload": {
3955
                "psr-4": {
3956
                    "React\\SocketClient\\": "src"
3957
                }
3958
            },
3959
            "notification-url": "https://packagist.org/downloads/",
3960
            "license": [
3961
                "MIT"
3962
            ],
3963
            "description": "Async connector to open TCP/IP and SSL/TLS based connections.",
3964
            "keywords": [
3965
                "Socket"
3966
            ],
3967
            "abandoned": "react/socket",
3968
            "time": "2016-03-19T13:11:48+00:00"
3969
        },
3970
        {
3971
            "name": "react/stream",
3972
            "version": "v0.4.6",
3973
            "source": {
3974
                "type": "git",
3975
                "url": "https://github.com/reactphp/stream.git",
3976
                "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee"
3977
            },
3978
            "dist": {
3979
                "type": "zip",
3980
                "url": "https://api.github.com/repos/reactphp/stream/zipball/44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
3981
                "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
3982
                "shasum": ""
3983
            },
3984
            "require": {
3985
                "evenement/evenement": "^2.0|^1.0",
3986
                "php": ">=5.3.8"
3987
            },
3988
            "require-dev": {
3989
                "clue/stream-filter": "~1.2",
3990
                "react/event-loop": "^0.4|^0.3",
3991
                "react/promise": "^2.0|^1.0"
3992
            },
3993
            "suggest": {
3994
                "react/event-loop": "^0.4",
3995
                "react/promise": "^2.0"
3996
            },
3997
            "type": "library",
3998
            "autoload": {
3999
                "psr-4": {
4000
                    "React\\Stream\\": "src"
4001
                }
4002
            },
4003
            "notification-url": "https://packagist.org/downloads/",
4004
            "license": [
4005
                "MIT"
4006
            ],
4007
            "description": "Basic readable and writable stream interfaces that support piping.",
4008
            "keywords": [
4009
                "pipe",
4010
                "stream"
4011
            ],
4012
            "time": "2017-01-25T14:44:14+00:00"
4013
        },
4014
        {
4015
            "name": "rhumsaa/uuid",
4016
            "version": "2.8.2",
4017
            "source": {
4018
                "type": "git",
4019
                "url": "https://github.com/ramsey/rhumsaa-uuid.git",
4020
                "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530"
4021
            },
4022
            "dist": {
4023
                "type": "zip",
4024
                "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
4025
                "reference": "9c1e2d34bdefd42608c612e08d6e1da1e13a3530",
4026
                "shasum": ""
4027
            },
4028
            "require": {
4029
                "php": ">=5.3.3"
4030
            },
4031
            "replace": {
4032
                "rhumsaa/uuid": "self.version"
4033
            },
4034
            "require-dev": {
4035
                "doctrine/dbal": ">=2.3",
4036
                "jakub-onderka/php-parallel-lint": "^0.9.0",
4037
                "moontoast/math": "~1.1",
4038
                "phpunit/phpunit": "~4.1",
4039
                "satooshi/php-coveralls": "~0.6",
4040
                "squizlabs/php_codesniffer": "^2.3",
4041
                "symfony/console": "~2.3"
4042
            },
4043
            "suggest": {
4044
                "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
4045
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
4046
                "symfony/console": "Support for use of the bin/uuid command line tool."
4047
            },
4048
            "bin": [
4049
                "bin/uuid"
4050
            ],
4051
            "type": "library",
4052
            "autoload": {
4053
                "psr-4": {
4054
                    "Rhumsaa\\Uuid\\": "src/"
4055
                }
4056
            },
4057
            "notification-url": "https://packagist.org/downloads/",
4058
            "license": [
4059
                "MIT"
4060
            ],
4061
            "authors": [
4062
                {
4063
                    "name": "Marijn Huizendveld",
4064
                    "email": "[email protected]"
4065
                },
4066
                {
4067
                    "name": "Ben Ramsey",
4068
                    "homepage": "http://benramsey.com"
4069
                }
4070
            ],
4071
            "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).",
4072
            "homepage": "https://github.com/ramsey/rhumsaa-uuid",
4073
            "keywords": [
4074
                "guid",
4075
                "identifier",
4076
                "uuid"
4077
            ],
4078
            "abandoned": "ramsey/uuid",
4079
            "time": "2015-07-23T19:00:41+00:00"
4080
        },
4081
        {
4082
            "name": "symfony/config",
4083
            "version": "v2.8.42",
4084
            "source": {
4085
                "type": "git",
4086
                "url": "https://github.com/symfony/config.git",
4087
                "reference": "93bdf96d0e3c9b29740bf9050e7a996b443c8436"
4088
            },
4089
            "dist": {
4090
                "type": "zip",
4091
                "url": "https://api.github.com/repos/symfony/config/zipball/93bdf96d0e3c9b29740bf9050e7a996b443c8436",
4092
                "reference": "93bdf96d0e3c9b29740bf9050e7a996b443c8436",
4093
                "shasum": ""
4094
            },
4095
            "require": {
4096
                "php": ">=5.3.9",
4097
                "symfony/filesystem": "~2.3|~3.0.0",
4098
                "symfony/polyfill-ctype": "~1.8"
4099
            },
4100
            "require-dev": {
4101
                "symfony/yaml": "~2.7|~3.0.0"
4102
            },
4103
            "suggest": {
4104
                "symfony/yaml": "To use the yaml reference dumper"
4105
            },
4106
            "type": "library",
4107
            "extra": {
4108
                "branch-alias": {
4109
                    "dev-master": "2.8-dev"
4110
                }
4111
            },
4112
            "autoload": {
4113
                "psr-4": {
4114
                    "Symfony\\Component\\Config\\": ""
4115
                },
4116
                "exclude-from-classmap": [
4117
                    "/Tests/"
4118
                ]
4119
            },
4120
            "notification-url": "https://packagist.org/downloads/",
4121
            "license": [
4122
                "MIT"
4123
            ],
4124
            "authors": [
4125
                {
4126
                    "name": "Fabien Potencier",
4127
                    "email": "[email protected]"
4128
                },
4129
                {
4130
                    "name": "Symfony Community",
4131
                    "homepage": "https://symfony.com/contributors"
4132
                }
4133
            ],
4134
            "description": "Symfony Config Component",
4135
            "homepage": "https://symfony.com",
4136
            "time": "2018-05-01T22:52:40+00:00"
4137
        },
4138
        {
4139
            "name": "symfony/console",
4140
            "version": "v2.8.42",
4141
            "source": {
4142
                "type": "git",
4143
                "url": "https://github.com/symfony/console.git",
4144
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7"
4145
            },
4146
            "dist": {
4147
                "type": "zip",
4148
                "url": "https://api.github.com/repos/symfony/console/zipball/e8e59b74ad1274714dad2748349b55e3e6e630c7",
4149
                "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7",
4150
                "shasum": ""
4151
            },
4152
            "require": {
4153
                "php": ">=5.3.9",
4154
                "symfony/debug": "^2.7.2|~3.0.0",
4155
                "symfony/polyfill-mbstring": "~1.0"
4156
            },
4157
            "require-dev": {
4158
                "psr/log": "~1.0",
4159
                "symfony/event-dispatcher": "~2.1|~3.0.0",
4160
                "symfony/process": "~2.1|~3.0.0"
4161
            },
4162
            "suggest": {
4163
                "psr/log-implementation": "For using the console logger",
4164
                "symfony/event-dispatcher": "",
4165
                "symfony/process": ""
4166
            },
4167
            "type": "library",
4168
            "extra": {
4169
                "branch-alias": {
4170
                    "dev-master": "2.8-dev"
4171
                }
4172
            },
4173
            "autoload": {
4174
                "psr-4": {
4175
                    "Symfony\\Component\\Console\\": ""
4176
                },
4177
                "exclude-from-classmap": [
4178
                    "/Tests/"
4179
                ]
4180
            },
4181
            "notification-url": "https://packagist.org/downloads/",
4182
            "license": [
4183
                "MIT"
4184
            ],
4185
            "authors": [
4186
                {
4187
                    "name": "Fabien Potencier",
4188
                    "email": "[email protected]"
4189
                },
4190
                {
4191
                    "name": "Symfony Community",
4192
                    "homepage": "https://symfony.com/contributors"
4193
                }
4194
            ],
4195
            "description": "Symfony Console Component",
4196
            "homepage": "https://symfony.com",
4197
            "time": "2018-05-15T21:17:45+00:00"
4198
        },
4199
        {
4200
            "name": "symfony/debug",
4201
            "version": "v3.0.9",
4202
            "source": {
4203
                "type": "git",
4204
                "url": "https://github.com/symfony/debug.git",
4205
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
4206
            },
4207
            "dist": {
4208
                "type": "zip",
4209
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
4210
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
4211
                "shasum": ""
4212
            },
4213
            "require": {
4214
                "php": ">=5.5.9",
4215
                "psr/log": "~1.0"
4216
            },
4217
            "conflict": {
4218
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
4219
            },
4220
            "require-dev": {
4221
                "symfony/class-loader": "~2.8|~3.0",
4222
                "symfony/http-kernel": "~2.8|~3.0"
4223
            },
4224
            "type": "library",
4225
            "extra": {
4226
                "branch-alias": {
4227
                    "dev-master": "3.0-dev"
4228
                }
4229
            },
4230
            "autoload": {
4231
                "psr-4": {
4232
                    "Symfony\\Component\\Debug\\": ""
4233
                },
4234
                "exclude-from-classmap": [
4235
                    "/Tests/"
4236
                ]
4237
            },
4238
            "notification-url": "https://packagist.org/downloads/",
4239
            "license": [
4240
                "MIT"
4241
            ],
4242
            "authors": [
4243
                {
4244
                    "name": "Fabien Potencier",
4245
                    "email": "[email protected]"
4246
                },
4247
                {
4248
                    "name": "Symfony Community",
4249
                    "homepage": "https://symfony.com/contributors"
4250
                }
4251
            ],
4252
            "description": "Symfony Debug Component",
4253
            "homepage": "https://symfony.com",
4254
            "time": "2016-07-30T07:22:48+00:00"
4255
        },
4256
        {
4257
            "name": "symfony/event-dispatcher",
4258
            "version": "v2.8.42",
4259
            "source": {
4260
                "type": "git",
4261
                "url": "https://github.com/symfony/event-dispatcher.git",
4262
                "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c"
4263
            },
4264
            "dist": {
4265
                "type": "zip",
4266
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b69aad7d4c086dc94ebade2d5eb9145da5dac8c",
4267
                "reference": "9b69aad7d4c086dc94ebade2d5eb9145da5dac8c",
4268
                "shasum": ""
4269
            },
4270
            "require": {
4271
                "php": ">=5.3.9"
4272
            },
4273
            "require-dev": {
4274
                "psr/log": "~1.0",
4275
                "symfony/config": "^2.0.5|~3.0.0",
4276
                "symfony/dependency-injection": "~2.6|~3.0.0",
4277
                "symfony/expression-language": "~2.6|~3.0.0",
4278
                "symfony/stopwatch": "~2.3|~3.0.0"
4279
            },
4280
            "suggest": {
4281
                "symfony/dependency-injection": "",
4282
                "symfony/http-kernel": ""
4283
            },
4284
            "type": "library",
4285
            "extra": {
4286
                "branch-alias": {
4287
                    "dev-master": "2.8-dev"
4288
                }
4289
            },
4290
            "autoload": {
4291
                "psr-4": {
4292
                    "Symfony\\Component\\EventDispatcher\\": ""
4293
                },
4294
                "exclude-from-classmap": [
4295
                    "/Tests/"
4296
                ]
4297
            },
4298
            "notification-url": "https://packagist.org/downloads/",
4299
            "license": [
4300
                "MIT"
4301
            ],
4302
            "authors": [
4303
                {
4304
                    "name": "Fabien Potencier",
4305
                    "email": "[email protected]"
4306
                },
4307
                {
4308
                    "name": "Symfony Community",
4309
                    "homepage": "https://symfony.com/contributors"
4310
                }
4311
            ],
4312
            "description": "Symfony EventDispatcher Component",
4313
            "homepage": "https://symfony.com",
4314
            "time": "2018-04-06T07:35:03+00:00"
4315
        },
4316
        {
4317
            "name": "symfony/filesystem",
4318
            "version": "v3.0.9",
4319
            "source": {
4320
                "type": "git",
4321
                "url": "https://github.com/symfony/filesystem.git",
4322
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
4323
            },
4324
            "dist": {
4325
                "type": "zip",
4326
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
4327
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
4328
                "shasum": ""
4329
            },
4330
            "require": {
4331
                "php": ">=5.5.9"
4332
            },
4333
            "type": "library",
4334
            "extra": {
4335
                "branch-alias": {
4336
                    "dev-master": "3.0-dev"
4337
                }
4338
            },
4339
            "autoload": {
4340
                "psr-4": {
4341
                    "Symfony\\Component\\Filesystem\\": ""
4342
                },
4343
                "exclude-from-classmap": [
4344
                    "/Tests/"
4345
                ]
4346
            },
4347
            "notification-url": "https://packagist.org/downloads/",
4348
            "license": [
4349
                "MIT"
4350
            ],
4351
            "authors": [
4352
                {
4353
                    "name": "Fabien Potencier",
4354
                    "email": "[email protected]"
4355
                },
4356
                {
4357
                    "name": "Symfony Community",
4358
                    "homepage": "https://symfony.com/contributors"
4359
                }
4360
            ],
4361
            "description": "Symfony Filesystem Component",
4362
            "homepage": "https://symfony.com",
4363
            "time": "2016-07-20T05:43:46+00:00"
4364
        },
4365
        {
4366
            "name": "symfony/finder",
4367
            "version": "v2.8.42",
4368
            "source": {
4369
                "type": "git",
4370
                "url": "https://github.com/symfony/finder.git",
4371
                "reference": "995cd7c28a0778cece02e2133b4d813dc509dfc3"
4372
            },
4373
            "dist": {
4374
                "type": "zip",
4375
                "url": "https://api.github.com/repos/symfony/finder/zipball/995cd7c28a0778cece02e2133b4d813dc509dfc3",
4376
                "reference": "995cd7c28a0778cece02e2133b4d813dc509dfc3",
4377
                "shasum": ""
4378
            },
4379
            "require": {
4380
                "php": ">=5.3.9"
4381
            },
4382
            "type": "library",
4383
            "extra": {
4384
                "branch-alias": {
4385
                    "dev-master": "2.8-dev"
4386
                }
4387
            },
4388
            "autoload": {
4389
                "psr-4": {
4390
                    "Symfony\\Component\\Finder\\": ""
4391
                },
4392
                "exclude-from-classmap": [
4393
                    "/Tests/"
4394
                ]
4395
            },
4396
            "notification-url": "https://packagist.org/downloads/",
4397
            "license": [
4398
                "MIT"
4399
            ],
4400
            "authors": [
4401
                {
4402
                    "name": "Fabien Potencier",
4403
                    "email": "[email protected]"
4404
                },
4405
                {
4406
                    "name": "Symfony Community",
4407
                    "homepage": "https://symfony.com/contributors"
4408
                }
4409
            ],
4410
            "description": "Symfony Finder Component",
4411
            "homepage": "https://symfony.com",
4412
            "time": "2018-06-19T11:07:17+00:00"
4413
        },
4414
        {
4415
            "name": "symfony/polyfill-ctype",
4416
            "version": "v1.8.0",
4417
            "source": {
4418
                "type": "git",
4419
                "url": "https://github.com/symfony/polyfill-ctype.git",
4420
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
4421
            },
4422
            "dist": {
4423
                "type": "zip",
4424
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
4425
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
4426
                "shasum": ""
4427
            },
4428
            "require": {
4429
                "php": ">=5.3.3"
4430
            },
4431
            "type": "library",
4432
            "extra": {
4433
                "branch-alias": {
4434
                    "dev-master": "1.8-dev"
4435
                }
4436
            },
4437
            "autoload": {
4438
                "psr-4": {
4439
                    "Symfony\\Polyfill\\Ctype\\": ""
4440
                },
4441
                "files": [
4442
                    "bootstrap.php"
4443
                ]
4444
            },
4445
            "notification-url": "https://packagist.org/downloads/",
4446
            "license": [
4447
                "MIT"
4448
            ],
4449
            "authors": [
4450
                {
4451
                    "name": "Symfony Community",
4452
                    "homepage": "https://symfony.com/contributors"
4453
                },
4454
                {
4455
                    "name": "Gert de Pagter",
4456
                    "email": "[email protected]"
4457
                }
4458
            ],
4459
            "description": "Symfony polyfill for ctype functions",
4460
            "homepage": "https://symfony.com",
4461
            "keywords": [
4462
                "compatibility",
4463
                "ctype",
4464
                "polyfill",
4465
                "portable"
4466
            ],
4467
            "time": "2018-04-30T19:57:29+00:00"
4468
        },
4469
        {
4470
            "name": "symfony/polyfill-mbstring",
4471
            "version": "v1.8.0",
4472
            "source": {
4473
                "type": "git",
4474
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4475
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
4476
            },
4477
            "dist": {
4478
                "type": "zip",
4479
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
4480
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
4481
                "shasum": ""
4482
            },
4483
            "require": {
4484
                "php": ">=5.3.3"
4485
            },
4486
            "suggest": {
4487
                "ext-mbstring": "For best performance"
4488
            },
4489
            "type": "library",
4490
            "extra": {
4491
                "branch-alias": {
4492
                    "dev-master": "1.8-dev"
4493
                }
4494
            },
4495
            "autoload": {
4496
                "psr-4": {
4497
                    "Symfony\\Polyfill\\Mbstring\\": ""
4498
                },
4499
                "files": [
4500
                    "bootstrap.php"
4501
                ]
4502
            },
4503
            "notification-url": "https://packagist.org/downloads/",
4504
            "license": [
4505
                "MIT"
4506
            ],
4507
            "authors": [
4508
                {
4509
                    "name": "Nicolas Grekas",
4510
                    "email": "[email protected]"
4511
                },
4512
                {
4513
                    "name": "Symfony Community",
4514
                    "homepage": "https://symfony.com/contributors"
4515
                }
4516
            ],
4517
            "description": "Symfony polyfill for the Mbstring extension",
4518
            "homepage": "https://symfony.com",
4519
            "keywords": [
4520
                "compatibility",
4521
                "mbstring",
4522
                "polyfill",
4523
                "portable",
4524
                "shim"
4525
            ],
4526
            "time": "2018-04-26T10:06:28+00:00"
4527
        },
4528
        {
4529
            "name": "symfony/process",
4530
            "version": "v2.8.42",
4531
            "source": {
4532
                "type": "git",
4533
                "url": "https://github.com/symfony/process.git",
4534
                "reference": "542d88b350c42750fdc14e73860ee96dd423e95d"
4535
            },
4536
            "dist": {
4537
                "type": "zip",
4538
                "url": "https://api.github.com/repos/symfony/process/zipball/542d88b350c42750fdc14e73860ee96dd423e95d",
4539
                "reference": "542d88b350c42750fdc14e73860ee96dd423e95d",
4540
                "shasum": ""
4541
            },
4542
            "require": {
4543
                "php": ">=5.3.9"
4544
            },
4545
            "type": "library",
4546
            "extra": {
4547
                "branch-alias": {
4548
                    "dev-master": "2.8-dev"
4549
                }
4550
            },
4551
            "autoload": {
4552
                "psr-4": {
4553
                    "Symfony\\Component\\Process\\": ""
4554
                },
4555
                "exclude-from-classmap": [
4556
                    "/Tests/"
4557
                ]
4558
            },
4559
            "notification-url": "https://packagist.org/downloads/",
4560
            "license": [
4561
                "MIT"
4562
            ],
4563
            "authors": [
4564
                {
4565
                    "name": "Fabien Potencier",
4566
                    "email": "[email protected]"
4567
                },
4568
                {
4569
                    "name": "Symfony Community",
4570
                    "homepage": "https://symfony.com/contributors"
4571
                }
4572
            ],
4573
            "description": "Symfony Process Component",
4574
            "homepage": "https://symfony.com",
4575
            "time": "2018-05-27T07:40:52+00:00"
4576
        },
4577
        {
4578
            "name": "symfony/var-dumper",
4579
            "version": "v3.4.7",
4580
            "source": {
4581
                "type": "git",
4582
                "url": "https://github.com/symfony/var-dumper.git",
4583
                "reference": "6f502127b1bb85f7f30f8bc1fb60570a10431863"
4584
            },
4585
            "dist": {
4586
                "type": "zip",
4587
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6f502127b1bb85f7f30f8bc1fb60570a10431863",
4588
                "reference": "6f502127b1bb85f7f30f8bc1fb60570a10431863",
4589
                "shasum": ""
4590
            },
4591
            "require": {
4592
                "php": "^5.5.9|>=7.0.8",
4593
                "symfony/polyfill-mbstring": "~1.0"
4594
            },
4595
            "conflict": {
4596
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4597
            },
4598
            "require-dev": {
4599
                "ext-iconv": "*",
4600
                "twig/twig": "~1.34|~2.4"
4601
            },
4602
            "suggest": {
4603
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4604
                "ext-intl": "To show region name in time zone dump",
4605
                "ext-symfony_debug": ""
4606
            },
4607
            "type": "library",
4608
            "extra": {
4609
                "branch-alias": {
4610
                    "dev-master": "3.4-dev"
4611
                }
4612
            },
4613
            "autoload": {
4614
                "files": [
4615
                    "Resources/functions/dump.php"
4616
                ],
4617
                "psr-4": {
4618
                    "Symfony\\Component\\VarDumper\\": ""
4619
                },
4620
                "exclude-from-classmap": [
4621
                    "/Tests/"
4622
                ]
4623
            },
4624
            "notification-url": "https://packagist.org/downloads/",
4625
            "license": [
4626
                "MIT"
4627
            ],
4628
            "authors": [
4629
                {
4630
                    "name": "Nicolas Grekas",
4631
                    "email": "[email protected]"
4632
                },
4633
                {
4634
                    "name": "Symfony Community",
4635
                    "homepage": "https://symfony.com/contributors"
4636
                }
4637
            ],
4638
            "description": "Symfony mechanism for exploring and dumping PHP variables",
4639
            "homepage": "https://symfony.com",
4640
            "keywords": [
4641
                "debug",
4642
                "dump"
4643
            ],
4644
            "time": "2018-04-03T05:22:50+00:00"
4645
        },
4646
        {
4647
            "name": "symfony/yaml",
4648
            "version": "v3.3.17",
4649
            "source": {
4650
                "type": "git",
4651
                "url": "https://github.com/symfony/yaml.git",
4652
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
4653
            },
4654
            "dist": {
4655
                "type": "zip",
4656
                "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
4657
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
4658
                "shasum": ""
4659
            },
4660
            "require": {
4661
                "php": "^5.5.9|>=7.0.8"
4662
            },
4663
            "require-dev": {
4664
                "symfony/console": "~2.8|~3.0"
4665
            },
4666
            "suggest": {
4667
                "symfony/console": "For validating YAML files using the lint command"
4668
            },
4669
            "type": "library",
4670
            "extra": {
4671
                "branch-alias": {
4672
                    "dev-master": "3.3-dev"
4673
                }
4674
            },
4675
            "autoload": {
4676
                "psr-4": {
4677
                    "Symfony\\Component\\Yaml\\": ""
4678
                },
4679
                "exclude-from-classmap": [
4680
                    "/Tests/"
4681
                ]
4682
            },
4683
            "notification-url": "https://packagist.org/downloads/",
4684
            "license": [
4685
                "MIT"
4686
            ],
4687
            "authors": [
4688
                {
4689
                    "name": "Fabien Potencier",
4690
                    "email": "[email protected]"
4691
                },
4692
                {
4693
                    "name": "Symfony Community",
4694
                    "homepage": "https://symfony.com/contributors"
4695
                }
4696
            ],
4697
            "description": "Symfony Yaml Component",
4698
            "homepage": "https://symfony.com",
4699
            "time": "2018-01-20T15:04:53+00:00"
4700
        },
4701
        {
4702
            "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...
4703
            "version": "1.4.1",
4704
            "source": {
4705
                "type": "git",
4706
                "url": "https://github.com/zendframework/zend-diactoros.git",
4707
                "reference": "424a840dc3bedcdeea510b42e056c77c2d6c4bef"
4708
            },
4709
            "dist": {
4710
                "type": "zip",
4711
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/424a840dc3bedcdeea510b42e056c77c2d6c4bef",
4712
                "reference": "424a840dc3bedcdeea510b42e056c77c2d6c4bef",
4713
                "shasum": ""
4714
            },
4715
            "require": {
4716
                "php": "^5.4 || ^7.0",
4717
                "psr/http-message": "~1.0"
4718
            },
4719
            "provide": {
4720
                "psr/http-message-implementation": "1.0"
4721
            },
4722
            "require-dev": {
4723
                "ext-dom": "*",
4724
                "ext-libxml": "*",
4725
                "phpunit/phpunit": "^4.6 || ^5.5",
4726
                "zendframework/zend-coding-standard": "~1.0.0"
4727
            },
4728
            "type": "library",
4729
            "extra": {
4730
                "branch-alias": {
4731
                    "dev-master": "1.4-dev",
4732
                    "dev-develop": "1.5-dev"
4733
                }
4734
            },
4735
            "autoload": {
4736
                "psr-4": {
4737
                    "Zend\\Diactoros\\": "src/"
4738
                }
4739
            },
4740
            "notification-url": "https://packagist.org/downloads/",
4741
            "license": [
4742
                "BSD-2-Clause"
4743
            ],
4744
            "description": "PSR HTTP Message implementations",
4745
            "homepage": "https://github.com/zendframework/zend-diactoros",
4746
            "keywords": [
4747
                "http",
4748
                "psr",
4749
                "psr-7"
4750
            ],
4751
            "time": "2017-08-17T21:21:00+00:00"
4752
        }
4753
    ],
4754
    "packages-dev": [
4755
        {
4756
            "name": "appserver-io/build",
4757
            "version": "1.0.5",
4758
            "source": {
4759
                "type": "git",
4760
                "url": "https://github.com/appserver-io/build.git",
4761
                "reference": "0bf58c744e55f5a9701b1aaa96b7bcac8b0995cd"
4762
            },
4763
            "dist": {
4764
                "type": "zip",
4765
                "url": "https://api.github.com/repos/appserver-io/build/zipball/0bf58c744e55f5a9701b1aaa96b7bcac8b0995cd",
4766
                "reference": "0bf58c744e55f5a9701b1aaa96b7bcac8b0995cd",
4767
                "shasum": ""
4768
            },
4769
            "require": {
4770
                "appserver-io/pthreads-polyfill": "~1.0",
4771
                "consolidation/robo": "~1.0",
4772
                "henrikbjorn/lurker": "~1.0",
4773
                "mikey179/vfsstream": "1.*",
4774
                "pdepend/pdepend": "2.0.*",
4775
                "php": ">=5.5.0 < 7.0.0",
4776
                "phpdocumentor/phpdocumentor": "2.9.*",
4777
                "phploc/phploc": "2.0.*",
4778
                "phpmd/phpmd": "2.1.*",
4779
                "phpunit/phpunit": "4.8.*",
4780
                "sebastian/phpcpd": "2.0.*",
4781
                "squizlabs/php_codesniffer": "2.2.*"
4782
            },
4783
            "type": "library",
4784
            "notification-url": "https://packagist.org/downloads/",
4785
            "license": [
4786
                "OSL-3.0"
4787
            ],
4788
            "authors": [
4789
                {
4790
                    "name": "Tim Wagner",
4791
                    "email": "[email protected]",
4792
                    "homepage": "https://github.com/wagnert",
4793
                    "role": "Developer"
4794
                }
4795
            ],
4796
            "description": "Generic build- and deployment targets",
4797
            "homepage": "https://github.com/appserver-io/build",
4798
            "keywords": [
4799
                "build deployment targets ant phpcs phploc phpdocumentor phpcpd phpmd"
4800
            ],
4801
            "time": "2018-02-10T10:36:11+00:00"
4802
        },
4803
        {
4804
            "name": "appserver-io/pthreads-polyfill",
4805
            "version": "v1.2.3",
4806
            "source": {
4807
                "type": "git",
4808
                "url": "https://github.com/appserver-io/pthreads-polyfill.git",
4809
                "reference": "8afac0c4be14daf17a14d2e8b095ad6dfe4ad154"
4810
            },
4811
            "dist": {
4812
                "type": "zip",
4813
                "url": "https://api.github.com/repos/appserver-io/pthreads-polyfill/zipball/8afac0c4be14daf17a14d2e8b095ad6dfe4ad154",
4814
                "reference": "8afac0c4be14daf17a14d2e8b095ad6dfe4ad154",
4815
                "shasum": ""
4816
            },
4817
            "require-dev": {
4818
                "phpunit/phpunit": "^5"
4819
            },
4820
            "type": "library",
4821
            "autoload": {
4822
                "files": [
4823
                    "src/Collectable.php",
4824
                    "src/Threaded.php",
4825
                    "src/Stackable.php",
4826
                    "src/Volatile.php",
4827
                    "src/Thread.php",
4828
                    "src/Worker.php",
4829
                    "src/Pool.php"
4830
                ]
4831
            },
4832
            "notification-url": "https://packagist.org/downloads/",
4833
            "license": [
4834
                "PHP"
4835
            ],
4836
            "authors": [
4837
                {
4838
                    "name": "Joe Watkins",
4839
                    "email": "[email protected]"
4840
                }
4841
            ],
4842
            "description": "A polyfill for pthreads",
4843
            "homepage": "http://pthreads.org/",
4844
            "keywords": [
4845
                "polyfill",
4846
                "pthreads"
4847
            ],
4848
            "time": "2017-09-23T09:10:34+00:00"
4849
        },
4850
        {
4851
            "name": "cilex/cilex",
4852
            "version": "1.1.0",
4853
            "source": {
4854
                "type": "git",
4855
                "url": "https://github.com/Cilex/Cilex.git",
4856
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
4857
            },
4858
            "dist": {
4859
                "type": "zip",
4860
                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
4861
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
4862
                "shasum": ""
4863
            },
4864
            "require": {
4865
                "cilex/console-service-provider": "1.*",
4866
                "php": ">=5.3.3",
4867
                "pimple/pimple": "~1.0",
4868
                "symfony/finder": "~2.1",
4869
                "symfony/process": "~2.1"
4870
            },
4871
            "require-dev": {
4872
                "phpunit/phpunit": "3.7.*",
4873
                "symfony/validator": "~2.1"
4874
            },
4875
            "suggest": {
4876
                "monolog/monolog": ">=1.0.0",
4877
                "symfony/validator": ">=1.0.0",
4878
                "symfony/yaml": ">=1.0.0"
4879
            },
4880
            "type": "library",
4881
            "extra": {
4882
                "branch-alias": {
4883
                    "dev-master": "1.0-dev"
4884
                }
4885
            },
4886
            "autoload": {
4887
                "psr-0": {
4888
                    "Cilex": "src/"
4889
                }
4890
            },
4891
            "notification-url": "https://packagist.org/downloads/",
4892
            "license": [
4893
                "MIT"
4894
            ],
4895
            "authors": [
4896
                {
4897
                    "name": "Mike van Riel",
4898
                    "email": "[email protected]"
4899
                }
4900
            ],
4901
            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
4902
            "homepage": "http://cilex.github.com",
4903
            "keywords": [
4904
                "cli",
4905
                "microframework"
4906
            ],
4907
            "time": "2014-03-29T14:03:13+00:00"
4908
        },
4909
        {
4910
            "name": "cilex/console-service-provider",
4911
            "version": "1.0.0",
4912
            "source": {
4913
                "type": "git",
4914
                "url": "https://github.com/Cilex/console-service-provider.git",
4915
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
4916
            },
4917
            "dist": {
4918
                "type": "zip",
4919
                "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
4920
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
4921
                "shasum": ""
4922
            },
4923
            "require": {
4924
                "php": ">=5.3.3",
4925
                "pimple/pimple": "1.*@dev",
4926
                "symfony/console": "~2.1"
4927
            },
4928
            "require-dev": {
4929
                "cilex/cilex": "1.*@dev",
4930
                "silex/silex": "1.*@dev"
4931
            },
4932
            "type": "library",
4933
            "extra": {
4934
                "branch-alias": {
4935
                    "dev-master": "1.0-dev"
4936
                }
4937
            },
4938
            "autoload": {
4939
                "psr-0": {
4940
                    "Cilex\\Provider\\Console": "src"
4941
                }
4942
            },
4943
            "notification-url": "https://packagist.org/downloads/",
4944
            "license": [
4945
                "MIT"
4946
            ],
4947
            "authors": [
4948
                {
4949
                    "name": "Beau Simensen",
4950
                    "email": "[email protected]",
4951
                    "homepage": "http://beausimensen.com"
4952
                },
4953
                {
4954
                    "name": "Mike van Riel",
4955
                    "email": "[email protected]"
4956
                }
4957
            ],
4958
            "description": "Console Service Provider",
4959
            "keywords": [
4960
                "cilex",
4961
                "console",
4962
                "pimple",
4963
                "service-provider",
4964
                "silex"
4965
            ],
4966
            "time": "2012-12-19T10:50:58+00:00"
4967
        },
4968
        {
4969
            "name": "erusev/parsedown",
4970
            "version": "1.7.1",
4971
            "source": {
4972
                "type": "git",
4973
                "url": "https://github.com/erusev/parsedown.git",
4974
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
4975
            },
4976
            "dist": {
4977
                "type": "zip",
4978
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
4979
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
4980
                "shasum": ""
4981
            },
4982
            "require": {
4983
                "ext-mbstring": "*",
4984
                "php": ">=5.3.0"
4985
            },
4986
            "require-dev": {
4987
                "phpunit/phpunit": "^4.8.35"
4988
            },
4989
            "type": "library",
4990
            "autoload": {
4991
                "psr-0": {
4992
                    "Parsedown": ""
4993
                }
4994
            },
4995
            "notification-url": "https://packagist.org/downloads/",
4996
            "license": [
4997
                "MIT"
4998
            ],
4999
            "authors": [
5000
                {
5001
                    "name": "Emanuil Rusev",
5002
                    "email": "[email protected]",
5003
                    "homepage": "http://erusev.com"
5004
                }
5005
            ],
5006
            "description": "Parser for Markdown.",
5007
            "homepage": "http://parsedown.org",
5008
            "keywords": [
5009
                "markdown",
5010
                "parser"
5011
            ],
5012
            "time": "2018-03-08T01:11:30+00:00"
5013
        },
5014
        {
5015
            "name": "herrera-io/json",
5016
            "version": "1.0.3",
5017
            "source": {
5018
                "type": "git",
5019
                "url": "https://github.com/kherge-php/json.git",
5020
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
5021
            },
5022
            "dist": {
5023
                "type": "zip",
5024
                "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
5025
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
5026
                "shasum": ""
5027
            },
5028
            "require": {
5029
                "ext-json": "*",
5030
                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
5031
                "php": ">=5.3.3",
5032
                "seld/jsonlint": ">=1.0,<2.0-dev"
5033
            },
5034
            "require-dev": {
5035
                "herrera-io/phpunit-test-case": "1.*",
5036
                "mikey179/vfsstream": "1.1.0",
5037
                "phpunit/phpunit": "3.7.*"
5038
            },
5039
            "type": "library",
5040
            "extra": {
5041
                "branch-alias": {
5042
                    "dev-master": "1.0-dev"
5043
                }
5044
            },
5045
            "autoload": {
5046
                "files": [
5047
                    "src/lib/json_version.php"
5048
                ],
5049
                "psr-0": {
5050
                    "Herrera\\Json": "src/lib"
5051
                }
5052
            },
5053
            "notification-url": "https://packagist.org/downloads/",
5054
            "license": [
5055
                "MIT"
5056
            ],
5057
            "authors": [
5058
                {
5059
                    "name": "Kevin Herrera",
5060
                    "email": "[email protected]",
5061
                    "homepage": "http://kevin.herrera.io"
5062
                }
5063
            ],
5064
            "description": "A library for simplifying JSON linting and validation.",
5065
            "homepage": "http://herrera-io.github.com/php-json",
5066
            "keywords": [
5067
                "json",
5068
                "lint",
5069
                "schema",
5070
                "validate"
5071
            ],
5072
            "abandoned": "kherge/json",
5073
            "time": "2013-10-30T16:51:34+00:00"
5074
        },
5075
        {
5076
            "name": "herrera-io/phar-update",
5077
            "version": "1.0.3",
5078
            "source": {
5079
                "type": "git",
5080
                "url": "https://github.com/kherge-abandoned/php-phar-update.git",
5081
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
5082
            },
5083
            "dist": {
5084
                "type": "zip",
5085
                "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
5086
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
5087
                "shasum": ""
5088
            },
5089
            "require": {
5090
                "herrera-io/json": "1.*",
5091
                "kherge/version": "1.*",
5092
                "php": ">=5.3.3"
5093
            },
5094
            "require-dev": {
5095
                "herrera-io/phpunit-test-case": "1.*",
5096
                "mikey179/vfsstream": "1.1.0",
5097
                "phpunit/phpunit": "3.7.*"
5098
            },
5099
            "type": "library",
5100
            "extra": {
5101
                "branch-alias": {
5102
                    "dev-master": "1.0-dev"
5103
                }
5104
            },
5105
            "autoload": {
5106
                "files": [
5107
                    "src/lib/constants.php"
5108
                ],
5109
                "psr-0": {
5110
                    "Herrera\\Phar\\Update": "src/lib"
5111
                }
5112
            },
5113
            "notification-url": "https://packagist.org/downloads/",
5114
            "license": [
5115
                "MIT"
5116
            ],
5117
            "authors": [
5118
                {
5119
                    "name": "Kevin Herrera",
5120
                    "email": "[email protected]",
5121
                    "homepage": "http://kevin.herrera.io"
5122
                }
5123
            ],
5124
            "description": "A library for self-updating Phars.",
5125
            "homepage": "http://herrera-io.github.com/php-phar-update",
5126
            "keywords": [
5127
                "phar",
5128
                "update"
5129
            ],
5130
            "abandoned": true,
5131
            "time": "2013-10-30T17:23:01+00:00"
5132
        },
5133
        {
5134
            "name": "jms/metadata",
5135
            "version": "1.6.0",
5136
            "source": {
5137
                "type": "git",
5138
                "url": "https://github.com/schmittjoh/metadata.git",
5139
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
5140
            },
5141
            "dist": {
5142
                "type": "zip",
5143
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
5144
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
5145
                "shasum": ""
5146
            },
5147
            "require": {
5148
                "php": ">=5.3.0"
5149
            },
5150
            "require-dev": {
5151
                "doctrine/cache": "~1.0",
5152
                "symfony/cache": "~3.1"
5153
            },
5154
            "type": "library",
5155
            "extra": {
5156
                "branch-alias": {
5157
                    "dev-master": "1.5.x-dev"
5158
                }
5159
            },
5160
            "autoload": {
5161
                "psr-0": {
5162
                    "Metadata\\": "src/"
5163
                }
5164
            },
5165
            "notification-url": "https://packagist.org/downloads/",
5166
            "license": [
5167
                "Apache-2.0"
5168
            ],
5169
            "authors": [
5170
                {
5171
                    "name": "Johannes M. Schmitt",
5172
                    "email": "[email protected]"
5173
                }
5174
            ],
5175
            "description": "Class/method/property metadata management in PHP",
5176
            "keywords": [
5177
                "annotations",
5178
                "metadata",
5179
                "xml",
5180
                "yaml"
5181
            ],
5182
            "time": "2016-12-05T10:18:33+00:00"
5183
        },
5184
        {
5185
            "name": "jms/parser-lib",
5186
            "version": "1.0.0",
5187
            "source": {
5188
                "type": "git",
5189
                "url": "https://github.com/schmittjoh/parser-lib.git",
5190
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
5191
            },
5192
            "dist": {
5193
                "type": "zip",
5194
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
5195
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
5196
                "shasum": ""
5197
            },
5198
            "require": {
5199
                "phpoption/phpoption": ">=0.9,<2.0-dev"
5200
            },
5201
            "type": "library",
5202
            "extra": {
5203
                "branch-alias": {
5204
                    "dev-master": "1.0-dev"
5205
                }
5206
            },
5207
            "autoload": {
5208
                "psr-0": {
5209
                    "JMS\\": "src/"
5210
                }
5211
            },
5212
            "notification-url": "https://packagist.org/downloads/",
5213
            "license": [
5214
                "Apache2"
5215
            ],
5216
            "description": "A library for easily creating recursive-descent parsers.",
5217
            "time": "2012-11-18T18:08:43+00:00"
5218
        },
5219
        {
5220
            "name": "jms/serializer",
5221
            "version": "1.12.1",
5222
            "source": {
5223
                "type": "git",
5224
                "url": "https://github.com/schmittjoh/serializer.git",
5225
                "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763"
5226
            },
5227
            "dist": {
5228
                "type": "zip",
5229
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/93d6e03fcb71d45854cc44b5a84d645c02c5d763",
5230
                "reference": "93d6e03fcb71d45854cc44b5a84d645c02c5d763",
5231
                "shasum": ""
5232
            },
5233
            "require": {
5234
                "doctrine/annotations": "^1.0",
5235
                "doctrine/instantiator": "^1.0.3",
5236
                "jms/metadata": "^1.3",
5237
                "jms/parser-lib": "1.*",
5238
                "php": "^5.5|^7.0",
5239
                "phpcollection/phpcollection": "~0.1",
5240
                "phpoption/phpoption": "^1.1"
5241
            },
5242
            "conflict": {
5243
                "twig/twig": "<1.12"
5244
            },
5245
            "require-dev": {
5246
                "doctrine/orm": "~2.1",
5247
                "doctrine/phpcr-odm": "^1.3|^2.0",
5248
                "ext-pdo_sqlite": "*",
5249
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
5250
                "phpunit/phpunit": "^4.8|^5.0",
5251
                "propel/propel1": "~1.7",
5252
                "psr/container": "^1.0",
5253
                "symfony/dependency-injection": "^2.7|^3.3|^4.0",
5254
                "symfony/expression-language": "^2.6|^3.0",
5255
                "symfony/filesystem": "^2.1",
5256
                "symfony/form": "~2.1|^3.0",
5257
                "symfony/translation": "^2.1|^3.0",
5258
                "symfony/validator": "^2.2|^3.0",
5259
                "symfony/yaml": "^2.1|^3.0",
5260
                "twig/twig": "~1.12|~2.0"
5261
            },
5262
            "suggest": {
5263
                "doctrine/cache": "Required if you like to use cache functionality.",
5264
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
5265
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
5266
            },
5267
            "type": "library",
5268
            "extra": {
5269
                "branch-alias": {
5270
                    "dev-1.x": "1.11-dev"
5271
                }
5272
            },
5273
            "autoload": {
5274
                "psr-0": {
5275
                    "JMS\\Serializer": "src/"
5276
                }
5277
            },
5278
            "notification-url": "https://packagist.org/downloads/",
5279
            "license": [
5280
                "MIT"
5281
            ],
5282
            "authors": [
5283
                {
5284
                    "name": "Asmir Mustafic",
5285
                    "email": "[email protected]"
5286
                },
5287
                {
5288
                    "name": "Johannes M. Schmitt",
5289
                    "email": "[email protected]"
5290
                }
5291
            ],
5292
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
5293
            "homepage": "http://jmsyst.com/libs/serializer",
5294
            "keywords": [
5295
                "deserialization",
5296
                "jaxb",
5297
                "json",
5298
                "serialization",
5299
                "xml"
5300
            ],
5301
            "time": "2018-06-01T12:10:12+00:00"
5302
        },
5303
        {
5304
            "name": "justinrainbow/json-schema",
5305
            "version": "1.6.1",
5306
            "source": {
5307
                "type": "git",
5308
                "url": "https://github.com/justinrainbow/json-schema.git",
5309
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
5310
            },
5311
            "dist": {
5312
                "type": "zip",
5313
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
5314
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
5315
                "shasum": ""
5316
            },
5317
            "require": {
5318
                "php": ">=5.3.29"
5319
            },
5320
            "require-dev": {
5321
                "json-schema/json-schema-test-suite": "1.1.0",
5322
                "phpdocumentor/phpdocumentor": "~2",
5323
                "phpunit/phpunit": "~3.7"
5324
            },
5325
            "bin": [
5326
                "bin/validate-json"
5327
            ],
5328
            "type": "library",
5329
            "extra": {
5330
                "branch-alias": {
5331
                    "dev-master": "1.6.x-dev"
5332
                }
5333
            },
5334
            "autoload": {
5335
                "psr-4": {
5336
                    "JsonSchema\\": "src/JsonSchema/"
5337
                }
5338
            },
5339
            "notification-url": "https://packagist.org/downloads/",
5340
            "license": [
5341
                "BSD-3-Clause"
5342
            ],
5343
            "authors": [
5344
                {
5345
                    "name": "Bruno Prieto Reis",
5346
                    "email": "[email protected]"
5347
                },
5348
                {
5349
                    "name": "Justin Rainbow",
5350
                    "email": "[email protected]"
5351
                },
5352
                {
5353
                    "name": "Igor Wiedler",
5354
                    "email": "[email protected]"
5355
                },
5356
                {
5357
                    "name": "Robert Schönthal",
5358
                    "email": "[email protected]"
5359
                }
5360
            ],
5361
            "description": "A library to validate a json schema.",
5362
            "homepage": "https://github.com/justinrainbow/json-schema",
5363
            "keywords": [
5364
                "json",
5365
                "schema"
5366
            ],
5367
            "time": "2016-01-25T15:43:01+00:00"
5368
        },
5369
        {
5370
            "name": "kherge/version",
5371
            "version": "1.0.1",
5372
            "source": {
5373
                "type": "git",
5374
                "url": "https://github.com/kherge-abandoned/Version.git",
5375
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
5376
            },
5377
            "dist": {
5378
                "type": "zip",
5379
                "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
5380
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
5381
                "shasum": ""
5382
            },
5383
            "require": {
5384
                "php": ">=5.3.3"
5385
            },
5386
            "type": "library",
5387
            "extra": {
5388
                "branch-alias": {
5389
                    "dev-master": "1.0-dev"
5390
                }
5391
            },
5392
            "autoload": {
5393
                "psr-0": {
5394
                    "KevinGH\\Version": "src/lib/"
5395
                }
5396
            },
5397
            "notification-url": "https://packagist.org/downloads/",
5398
            "license": [
5399
                "MIT"
5400
            ],
5401
            "authors": [
5402
                {
5403
                    "name": "Kevin Herrera",
5404
                    "email": "[email protected]"
5405
                }
5406
            ],
5407
            "description": "A parsing and comparison library for semantic versioning.",
5408
            "homepage": "http://github.com/kherge/Version",
5409
            "abandoned": true,
5410
            "time": "2012-08-16T17:13:03+00:00"
5411
        },
5412
        {
5413
            "name": "mikey179/vfsStream",
5414
            "version": "v1.6.5",
5415
            "source": {
5416
                "type": "git",
5417
                "url": "https://github.com/mikey179/vfsStream.git",
5418
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
5419
            },
5420
            "dist": {
5421
                "type": "zip",
5422
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
5423
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
5424
                "shasum": ""
5425
            },
5426
            "require": {
5427
                "php": ">=5.3.0"
5428
            },
5429
            "require-dev": {
5430
                "phpunit/phpunit": "~4.5"
5431
            },
5432
            "type": "library",
5433
            "extra": {
5434
                "branch-alias": {
5435
                    "dev-master": "1.6.x-dev"
5436
                }
5437
            },
5438
            "autoload": {
5439
                "psr-0": {
5440
                    "org\\bovigo\\vfs\\": "src/main/php"
5441
                }
5442
            },
5443
            "notification-url": "https://packagist.org/downloads/",
5444
            "license": [
5445
                "BSD-3-Clause"
5446
            ],
5447
            "authors": [
5448
                {
5449
                    "name": "Frank Kleine",
5450
                    "homepage": "http://frankkleine.de/",
5451
                    "role": "Developer"
5452
                }
5453
            ],
5454
            "description": "Virtual file system to mock the real file system in unit tests.",
5455
            "homepage": "http://vfs.bovigo.org/",
5456
            "time": "2017-08-01T08:02:14+00:00"
5457
        },
5458
        {
5459
            "name": "nikic/php-parser",
5460
            "version": "v1.4.1",
5461
            "source": {
5462
                "type": "git",
5463
                "url": "https://github.com/nikic/PHP-Parser.git",
5464
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
5465
            },
5466
            "dist": {
5467
                "type": "zip",
5468
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
5469
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
5470
                "shasum": ""
5471
            },
5472
            "require": {
5473
                "ext-tokenizer": "*",
5474
                "php": ">=5.3"
5475
            },
5476
            "type": "library",
5477
            "extra": {
5478
                "branch-alias": {
5479
                    "dev-master": "1.4-dev"
5480
                }
5481
            },
5482
            "autoload": {
5483
                "files": [
5484
                    "lib/bootstrap.php"
5485
                ]
5486
            },
5487
            "notification-url": "https://packagist.org/downloads/",
5488
            "license": [
5489
                "BSD-3-Clause"
5490
            ],
5491
            "authors": [
5492
                {
5493
                    "name": "Nikita Popov"
5494
                }
5495
            ],
5496
            "description": "A PHP parser written in PHP",
5497
            "keywords": [
5498
                "parser",
5499
                "php"
5500
            ],
5501
            "time": "2015-09-19T14:15:08+00:00"
5502
        },
5503
        {
5504
            "name": "pdepend/pdepend",
5505
            "version": "2.0.6",
5506
            "source": {
5507
                "type": "git",
5508
                "url": "https://github.com/pdepend/pdepend.git",
5509
                "reference": "a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4"
5510
            },
5511
            "dist": {
5512
                "type": "zip",
5513
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4",
5514
                "reference": "a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4",
5515
                "shasum": ""
5516
            },
5517
            "require": {
5518
                "symfony/config": ">=2.4",
5519
                "symfony/dependency-injection": ">=2.4",
5520
                "symfony/filesystem": ">=2.4"
5521
            },
5522
            "require-dev": {
5523
                "phpunit/phpunit": "4.*@stable",
5524
                "squizlabs/php_codesniffer": "@stable"
5525
            },
5526
            "bin": [
5527
                "src/bin/pdepend"
5528
            ],
5529
            "type": "library",
5530
            "autoload": {
5531
                "psr-0": {
5532
                    "PDepend\\": "src/main/php/"
5533
                }
5534
            },
5535
            "notification-url": "https://packagist.org/downloads/",
5536
            "license": [
5537
                "BSD-3-Clause"
5538
            ],
5539
            "description": "Official version of pdepend to be handled with Composer",
5540
            "time": "2015-03-02T08:06:43+00:00"
5541
        },
5542
        {
5543
            "name": "phpcollection/phpcollection",
5544
            "version": "0.5.0",
5545
            "source": {
5546
                "type": "git",
5547
                "url": "https://github.com/schmittjoh/php-collection.git",
5548
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
5549
            },
5550
            "dist": {
5551
                "type": "zip",
5552
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
5553
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
5554
                "shasum": ""
5555
            },
5556
            "require": {
5557
                "phpoption/phpoption": "1.*"
5558
            },
5559
            "type": "library",
5560
            "extra": {
5561
                "branch-alias": {
5562
                    "dev-master": "0.4-dev"
5563
                }
5564
            },
5565
            "autoload": {
5566
                "psr-0": {
5567
                    "PhpCollection": "src/"
5568
                }
5569
            },
5570
            "notification-url": "https://packagist.org/downloads/",
5571
            "license": [
5572
                "Apache2"
5573
            ],
5574
            "authors": [
5575
                {
5576
                    "name": "Johannes M. Schmitt",
5577
                    "email": "[email protected]"
5578
                }
5579
            ],
5580
            "description": "General-Purpose Collection Library for PHP",
5581
            "keywords": [
5582
                "collection",
5583
                "list",
5584
                "map",
5585
                "sequence",
5586
                "set"
5587
            ],
5588
            "time": "2015-05-17T12:39:23+00:00"
5589
        },
5590
        {
5591
            "name": "phpdocumentor/fileset",
5592
            "version": "1.0.0",
5593
            "source": {
5594
                "type": "git",
5595
                "url": "https://github.com/phpDocumentor/Fileset.git",
5596
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
5597
            },
5598
            "dist": {
5599
                "type": "zip",
5600
                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
5601
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
5602
                "shasum": ""
5603
            },
5604
            "require": {
5605
                "php": ">=5.3.3",
5606
                "symfony/finder": "~2.1"
5607
            },
5608
            "require-dev": {
5609
                "phpunit/phpunit": "~3.7"
5610
            },
5611
            "type": "library",
5612
            "autoload": {
5613
                "psr-0": {
5614
                    "phpDocumentor": [
5615
                        "src/",
5616
                        "tests/unit/"
5617
                    ]
5618
                }
5619
            },
5620
            "notification-url": "https://packagist.org/downloads/",
5621
            "license": [
5622
                "MIT"
5623
            ],
5624
            "description": "Fileset component for collecting a set of files given directories and file paths",
5625
            "homepage": "http://www.phpdoc.org",
5626
            "keywords": [
5627
                "files",
5628
                "fileset",
5629
                "phpdoc"
5630
            ],
5631
            "time": "2013-08-06T21:07:42+00:00"
5632
        },
5633
        {
5634
            "name": "phpdocumentor/graphviz",
5635
            "version": "1.0.4",
5636
            "source": {
5637
                "type": "git",
5638
                "url": "https://github.com/phpDocumentor/GraphViz.git",
5639
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
5640
            },
5641
            "dist": {
5642
                "type": "zip",
5643
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
5644
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
5645
                "shasum": ""
5646
            },
5647
            "require": {
5648
                "php": ">=5.3.3"
5649
            },
5650
            "require-dev": {
5651
                "phpunit/phpunit": "~4.0"
5652
            },
5653
            "type": "library",
5654
            "autoload": {
5655
                "psr-0": {
5656
                    "phpDocumentor": [
5657
                        "src/",
5658
                        "tests/unit"
5659
                    ]
5660
                }
5661
            },
5662
            "notification-url": "https://packagist.org/downloads/",
5663
            "license": [
5664
                "MIT"
5665
            ],
5666
            "authors": [
5667
                {
5668
                    "name": "Mike van Riel",
5669
                    "email": "[email protected]"
5670
                }
5671
            ],
5672
            "time": "2016-02-02T13:00:08+00:00"
5673
        },
5674
        {
5675
            "name": "phpdocumentor/phpdocumentor",
5676
            "version": "v2.9.0",
5677
            "source": {
5678
                "type": "git",
5679
                "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
5680
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667"
5681
            },
5682
            "dist": {
5683
                "type": "zip",
5684
                "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667",
5685
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667",
5686
                "shasum": ""
5687
            },
5688
            "require": {
5689
                "cilex/cilex": "~1.0",
5690
                "erusev/parsedown": "~1.0",
5691
                "herrera-io/phar-update": "1.0.3",
5692
                "jms/serializer": ">=0.12",
5693
                "monolog/monolog": "~1.6",
5694
                "php": ">=5.3.3",
5695
                "phpdocumentor/fileset": "~1.0",
5696
                "phpdocumentor/graphviz": "~1.0",
5697
                "phpdocumentor/reflection": "^3.0",
5698
                "phpdocumentor/reflection-docblock": "~2.0",
5699
                "symfony/config": "~2.3",
5700
                "symfony/console": "~2.3",
5701
                "symfony/event-dispatcher": "~2.1",
5702
                "symfony/process": "~2.0",
5703
                "symfony/stopwatch": "~2.3",
5704
                "symfony/validator": "~2.2",
5705
                "twig/twig": "~1.3",
5706
                "zendframework/zend-cache": "~2.1",
5707
                "zendframework/zend-config": "~2.1",
5708
                "zendframework/zend-filter": "~2.1",
5709
                "zendframework/zend-i18n": "~2.1",
5710
                "zendframework/zend-serializer": "~2.1",
5711
                "zendframework/zend-servicemanager": "~2.1",
5712
                "zendframework/zend-stdlib": "~2.1",
5713
                "zetacomponents/document": ">=1.3.1"
5714
            },
5715
            "require-dev": {
5716
                "behat/behat": "~3.0",
5717
                "mikey179/vfsstream": "~1.2",
5718
                "mockery/mockery": "~0.9@dev",
5719
                "phpunit/phpunit": "~4.0",
5720
                "squizlabs/php_codesniffer": "~1.4",
5721
                "symfony/expression-language": "~2.4"
5722
            },
5723
            "suggest": {
5724
                "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
5725
                "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
5726
            },
5727
            "bin": [
5728
                "bin/phpdoc.php",
5729
                "bin/phpdoc"
5730
            ],
5731
            "type": "library",
5732
            "extra": {
5733
                "branch-alias": {
5734
                    "dev-develop": "2.9-dev"
5735
                }
5736
            },
5737
            "autoload": {
5738
                "psr-0": {
5739
                    "phpDocumentor": [
5740
                        "src/",
5741
                        "tests/unit/"
5742
                    ],
5743
                    "Cilex\\Provider": [
5744
                        "src/"
5745
                    ]
5746
                }
5747
            },
5748
            "notification-url": "https://packagist.org/downloads/",
5749
            "license": [
5750
                "MIT"
5751
            ],
5752
            "description": "Documentation Generator for PHP",
5753
            "homepage": "http://www.phpdoc.org",
5754
            "keywords": [
5755
                "api",
5756
                "application",
5757
                "dga",
5758
                "documentation",
5759
                "phpdoc"
5760
            ],
5761
            "time": "2016-05-22T09:50:56+00:00"
5762
        },
5763
        {
5764
            "name": "phpdocumentor/reflection",
5765
            "version": "3.0.1",
5766
            "source": {
5767
                "type": "git",
5768
                "url": "https://github.com/phpDocumentor/Reflection.git",
5769
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
5770
            },
5771
            "dist": {
5772
                "type": "zip",
5773
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
5774
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
5775
                "shasum": ""
5776
            },
5777
            "require": {
5778
                "nikic/php-parser": "^1.0",
5779
                "php": ">=5.3.3",
5780
                "phpdocumentor/reflection-docblock": "~2.0",
5781
                "psr/log": "~1.0"
5782
            },
5783
            "require-dev": {
5784
                "behat/behat": "~2.4",
5785
                "mockery/mockery": "~0.8",
5786
                "phpunit/phpunit": "~4.0"
5787
            },
5788
            "type": "library",
5789
            "extra": {
5790
                "branch-alias": {
5791
                    "dev-master": "1.0.x-dev"
5792
                }
5793
            },
5794
            "autoload": {
5795
                "psr-0": {
5796
                    "phpDocumentor": [
5797
                        "src/",
5798
                        "tests/unit/",
5799
                        "tests/mocks/"
5800
                    ]
5801
                }
5802
            },
5803
            "notification-url": "https://packagist.org/downloads/",
5804
            "license": [
5805
                "MIT"
5806
            ],
5807
            "description": "Reflection library to do Static Analysis for PHP Projects",
5808
            "homepage": "http://www.phpdoc.org",
5809
            "keywords": [
5810
                "phpDocumentor",
5811
                "phpdoc",
5812
                "reflection",
5813
                "static analysis"
5814
            ],
5815
            "time": "2016-05-21T08:42:32+00:00"
5816
        },
5817
        {
5818
            "name": "phpdocumentor/reflection-docblock",
5819
            "version": "2.0.5",
5820
            "source": {
5821
                "type": "git",
5822
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5823
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
5824
            },
5825
            "dist": {
5826
                "type": "zip",
5827
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5828
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
5829
                "shasum": ""
5830
            },
5831
            "require": {
5832
                "php": ">=5.3.3"
5833
            },
5834
            "require-dev": {
5835
                "phpunit/phpunit": "~4.0"
5836
            },
5837
            "suggest": {
5838
                "dflydev/markdown": "~1.0",
5839
                "erusev/parsedown": "~1.0"
5840
            },
5841
            "type": "library",
5842
            "extra": {
5843
                "branch-alias": {
5844
                    "dev-master": "2.0.x-dev"
5845
                }
5846
            },
5847
            "autoload": {
5848
                "psr-0": {
5849
                    "phpDocumentor": [
5850
                        "src/"
5851
                    ]
5852
                }
5853
            },
5854
            "notification-url": "https://packagist.org/downloads/",
5855
            "license": [
5856
                "MIT"
5857
            ],
5858
            "authors": [
5859
                {
5860
                    "name": "Mike van Riel",
5861
                    "email": "[email protected]"
5862
                }
5863
            ],
5864
            "time": "2016-01-25T08:17:30+00:00"
5865
        },
5866
        {
5867
            "name": "phploc/phploc",
5868
            "version": "2.0.6",
5869
            "source": {
5870
                "type": "git",
5871
                "url": "https://github.com/sebastianbergmann/phploc.git",
5872
                "reference": "322ad07c112d5c6832abed4269d648cacff5959b"
5873
            },
5874
            "dist": {
5875
                "type": "zip",
5876
                "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/322ad07c112d5c6832abed4269d648cacff5959b",
5877
                "reference": "322ad07c112d5c6832abed4269d648cacff5959b",
5878
                "shasum": ""
5879
            },
5880
            "require": {
5881
                "php": ">=5.3.3",
5882
                "sebastian/finder-facade": "~1.1",
5883
                "sebastian/git": "~1.0",
5884
                "sebastian/version": "~1.0",
5885
                "symfony/console": "~2.2"
5886
            },
5887
            "bin": [
5888
                "phploc"
5889
            ],
5890
            "type": "library",
5891
            "extra": {
5892
                "branch-alias": {
5893
                    "dev-master": "2.0-dev"
5894
                }
5895
            },
5896
            "autoload": {
5897
                "classmap": [
5898
                    "src/"
5899
                ]
5900
            },
5901
            "notification-url": "https://packagist.org/downloads/",
5902
            "license": [
5903
                "BSD-3-Clause"
5904
            ],
5905
            "authors": [
5906
                {
5907
                    "name": "Sebastian Bergmann",
5908
                    "email": "[email protected]",
5909
                    "role": "lead"
5910
                }
5911
            ],
5912
            "description": "A tool for quickly measuring the size of a PHP project.",
5913
            "homepage": "https://github.com/sebastianbergmann/phploc",
5914
            "time": "2014-06-25T08:11:02+00:00"
5915
        },
5916
        {
5917
            "name": "phpmd/phpmd",
5918
            "version": "2.1.1",
5919
            "source": {
5920
                "type": "git",
5921
                "url": "https://github.com/phpmd/phpmd.git",
5922
                "reference": "0a1a12f6867d0e676718fd1ac287e0c34b956fb2"
5923
            },
5924
            "dist": {
5925
                "type": "zip",
5926
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/0a1a12f6867d0e676718fd1ac287e0c34b956fb2",
5927
                "reference": "0a1a12f6867d0e676718fd1ac287e0c34b956fb2",
5928
                "shasum": ""
5929
            },
5930
            "require": {
5931
                "pdepend/pdepend": "2.0.*",
5932
                "php": ">=5.3.0",
5933
                "symfony/config": "@stable",
5934
                "symfony/dependency-injection": "@stable",
5935
                "symfony/filesystem": "@stable"
5936
            },
5937
            "bin": [
5938
                "src/bin/phpmd"
5939
            ],
5940
            "type": "library",
5941
            "autoload": {
5942
                "psr-0": {
5943
                    "PHPMD\\": "src/main/php",
5944
                    "PDepend\\": "vendor/pdepend/pdepend/src/main/php/"
5945
                }
5946
            },
5947
            "notification-url": "https://packagist.org/downloads/",
5948
            "include-path": [
5949
                "../../pdepend/pdepend/src/main/php",
5950
                "src/main/php"
5951
            ],
5952
            "license": [
5953
                "BSD-3-Clause"
5954
            ],
5955
            "description": "Official version of PHPMD handled with Composer.",
5956
            "time": "2014-09-09T18:47:29+00:00"
5957
        },
5958
        {
5959
            "name": "phpoption/phpoption",
5960
            "version": "1.5.0",
5961
            "source": {
5962
                "type": "git",
5963
                "url": "https://github.com/schmittjoh/php-option.git",
5964
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
5965
            },
5966
            "dist": {
5967
                "type": "zip",
5968
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5969
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
5970
                "shasum": ""
5971
            },
5972
            "require": {
5973
                "php": ">=5.3.0"
5974
            },
5975
            "require-dev": {
5976
                "phpunit/phpunit": "4.7.*"
5977
            },
5978
            "type": "library",
5979
            "extra": {
5980
                "branch-alias": {
5981
                    "dev-master": "1.3-dev"
5982
                }
5983
            },
5984
            "autoload": {
5985
                "psr-0": {
5986
                    "PhpOption\\": "src/"
5987
                }
5988
            },
5989
            "notification-url": "https://packagist.org/downloads/",
5990
            "license": [
5991
                "Apache2"
5992
            ],
5993
            "authors": [
5994
                {
5995
                    "name": "Johannes M. Schmitt",
5996
                    "email": "[email protected]"
5997
                }
5998
            ],
5999
            "description": "Option Type for PHP",
6000
            "keywords": [
6001
                "language",
6002
                "option",
6003
                "php",
6004
                "type"
6005
            ],
6006
            "time": "2015-07-25T16:39:46+00:00"
6007
        },
6008
        {
6009
            "name": "phpspec/prophecy",
6010
            "version": "1.7.6",
6011
            "source": {
6012
                "type": "git",
6013
                "url": "https://github.com/phpspec/prophecy.git",
6014
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
6015
            },
6016
            "dist": {
6017
                "type": "zip",
6018
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
6019
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
6020
                "shasum": ""
6021
            },
6022
            "require": {
6023
                "doctrine/instantiator": "^1.0.2",
6024
                "php": "^5.3|^7.0",
6025
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
6026
                "sebastian/comparator": "^1.1|^2.0|^3.0",
6027
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
6028
            },
6029
            "require-dev": {
6030
                "phpspec/phpspec": "^2.5|^3.2",
6031
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
6032
            },
6033
            "type": "library",
6034
            "extra": {
6035
                "branch-alias": {
6036
                    "dev-master": "1.7.x-dev"
6037
                }
6038
            },
6039
            "autoload": {
6040
                "psr-0": {
6041
                    "Prophecy\\": "src/"
6042
                }
6043
            },
6044
            "notification-url": "https://packagist.org/downloads/",
6045
            "license": [
6046
                "MIT"
6047
            ],
6048
            "authors": [
6049
                {
6050
                    "name": "Konstantin Kudryashov",
6051
                    "email": "[email protected]",
6052
                    "homepage": "http://everzet.com"
6053
                },
6054
                {
6055
                    "name": "Marcello Duarte",
6056
                    "email": "[email protected]"
6057
                }
6058
            ],
6059
            "description": "Highly opinionated mocking framework for PHP 5.3+",
6060
            "homepage": "https://github.com/phpspec/prophecy",
6061
            "keywords": [
6062
                "Double",
6063
                "Dummy",
6064
                "fake",
6065
                "mock",
6066
                "spy",
6067
                "stub"
6068
            ],
6069
            "time": "2018-04-18T13:57:24+00:00"
6070
        },
6071
        {
6072
            "name": "phpunit/php-code-coverage",
6073
            "version": "2.2.4",
6074
            "source": {
6075
                "type": "git",
6076
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6077
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
6078
            },
6079
            "dist": {
6080
                "type": "zip",
6081
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
6082
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
6083
                "shasum": ""
6084
            },
6085
            "require": {
6086
                "php": ">=5.3.3",
6087
                "phpunit/php-file-iterator": "~1.3",
6088
                "phpunit/php-text-template": "~1.2",
6089
                "phpunit/php-token-stream": "~1.3",
6090
                "sebastian/environment": "^1.3.2",
6091
                "sebastian/version": "~1.0"
6092
            },
6093
            "require-dev": {
6094
                "ext-xdebug": ">=2.1.4",
6095
                "phpunit/phpunit": "~4"
6096
            },
6097
            "suggest": {
6098
                "ext-dom": "*",
6099
                "ext-xdebug": ">=2.2.1",
6100
                "ext-xmlwriter": "*"
6101
            },
6102
            "type": "library",
6103
            "extra": {
6104
                "branch-alias": {
6105
                    "dev-master": "2.2.x-dev"
6106
                }
6107
            },
6108
            "autoload": {
6109
                "classmap": [
6110
                    "src/"
6111
                ]
6112
            },
6113
            "notification-url": "https://packagist.org/downloads/",
6114
            "license": [
6115
                "BSD-3-Clause"
6116
            ],
6117
            "authors": [
6118
                {
6119
                    "name": "Sebastian Bergmann",
6120
                    "email": "[email protected]",
6121
                    "role": "lead"
6122
                }
6123
            ],
6124
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6125
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6126
            "keywords": [
6127
                "coverage",
6128
                "testing",
6129
                "xunit"
6130
            ],
6131
            "time": "2015-10-06T15:47:00+00:00"
6132
        },
6133
        {
6134
            "name": "phpunit/php-file-iterator",
6135
            "version": "1.4.5",
6136
            "source": {
6137
                "type": "git",
6138
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6139
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
6140
            },
6141
            "dist": {
6142
                "type": "zip",
6143
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
6144
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
6145
                "shasum": ""
6146
            },
6147
            "require": {
6148
                "php": ">=5.3.3"
6149
            },
6150
            "type": "library",
6151
            "extra": {
6152
                "branch-alias": {
6153
                    "dev-master": "1.4.x-dev"
6154
                }
6155
            },
6156
            "autoload": {
6157
                "classmap": [
6158
                    "src/"
6159
                ]
6160
            },
6161
            "notification-url": "https://packagist.org/downloads/",
6162
            "license": [
6163
                "BSD-3-Clause"
6164
            ],
6165
            "authors": [
6166
                {
6167
                    "name": "Sebastian Bergmann",
6168
                    "email": "[email protected]",
6169
                    "role": "lead"
6170
                }
6171
            ],
6172
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6173
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6174
            "keywords": [
6175
                "filesystem",
6176
                "iterator"
6177
            ],
6178
            "time": "2017-11-27T13:52:08+00:00"
6179
        },
6180
        {
6181
            "name": "phpunit/php-text-template",
6182
            "version": "1.2.1",
6183
            "source": {
6184
                "type": "git",
6185
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
6186
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
6187
            },
6188
            "dist": {
6189
                "type": "zip",
6190
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6191
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6192
                "shasum": ""
6193
            },
6194
            "require": {
6195
                "php": ">=5.3.3"
6196
            },
6197
            "type": "library",
6198
            "autoload": {
6199
                "classmap": [
6200
                    "src/"
6201
                ]
6202
            },
6203
            "notification-url": "https://packagist.org/downloads/",
6204
            "license": [
6205
                "BSD-3-Clause"
6206
            ],
6207
            "authors": [
6208
                {
6209
                    "name": "Sebastian Bergmann",
6210
                    "email": "[email protected]",
6211
                    "role": "lead"
6212
                }
6213
            ],
6214
            "description": "Simple template engine.",
6215
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6216
            "keywords": [
6217
                "template"
6218
            ],
6219
            "time": "2015-06-21T13:50:34+00:00"
6220
        },
6221
        {
6222
            "name": "phpunit/php-timer",
6223
            "version": "1.0.9",
6224
            "source": {
6225
                "type": "git",
6226
                "url": "https://github.com/sebastianbergmann/php-timer.git",
6227
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
6228
            },
6229
            "dist": {
6230
                "type": "zip",
6231
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6232
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
6233
                "shasum": ""
6234
            },
6235
            "require": {
6236
                "php": "^5.3.3 || ^7.0"
6237
            },
6238
            "require-dev": {
6239
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6240
            },
6241
            "type": "library",
6242
            "extra": {
6243
                "branch-alias": {
6244
                    "dev-master": "1.0-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": "Utility class for timing",
6264
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6265
            "keywords": [
6266
                "timer"
6267
            ],
6268
            "time": "2017-02-26T11:10:40+00:00"
6269
        },
6270
        {
6271
            "name": "phpunit/php-token-stream",
6272
            "version": "1.4.12",
6273
            "source": {
6274
                "type": "git",
6275
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6276
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
6277
            },
6278
            "dist": {
6279
                "type": "zip",
6280
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
6281
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
6282
                "shasum": ""
6283
            },
6284
            "require": {
6285
                "ext-tokenizer": "*",
6286
                "php": ">=5.3.3"
6287
            },
6288
            "require-dev": {
6289
                "phpunit/phpunit": "~4.2"
6290
            },
6291
            "type": "library",
6292
            "extra": {
6293
                "branch-alias": {
6294
                    "dev-master": "1.4-dev"
6295
                }
6296
            },
6297
            "autoload": {
6298
                "classmap": [
6299
                    "src/"
6300
                ]
6301
            },
6302
            "notification-url": "https://packagist.org/downloads/",
6303
            "license": [
6304
                "BSD-3-Clause"
6305
            ],
6306
            "authors": [
6307
                {
6308
                    "name": "Sebastian Bergmann",
6309
                    "email": "[email protected]"
6310
                }
6311
            ],
6312
            "description": "Wrapper around PHP's tokenizer extension.",
6313
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
6314
            "keywords": [
6315
                "tokenizer"
6316
            ],
6317
            "time": "2017-12-04T08:55:13+00:00"
6318
        },
6319
        {
6320
            "name": "phpunit/phpunit",
6321
            "version": "4.8.36",
6322
            "source": {
6323
                "type": "git",
6324
                "url": "https://github.com/sebastianbergmann/phpunit.git",
6325
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
6326
            },
6327
            "dist": {
6328
                "type": "zip",
6329
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
6330
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
6331
                "shasum": ""
6332
            },
6333
            "require": {
6334
                "ext-dom": "*",
6335
                "ext-json": "*",
6336
                "ext-pcre": "*",
6337
                "ext-reflection": "*",
6338
                "ext-spl": "*",
6339
                "php": ">=5.3.3",
6340
                "phpspec/prophecy": "^1.3.1",
6341
                "phpunit/php-code-coverage": "~2.1",
6342
                "phpunit/php-file-iterator": "~1.4",
6343
                "phpunit/php-text-template": "~1.2",
6344
                "phpunit/php-timer": "^1.0.6",
6345
                "phpunit/phpunit-mock-objects": "~2.3",
6346
                "sebastian/comparator": "~1.2.2",
6347
                "sebastian/diff": "~1.2",
6348
                "sebastian/environment": "~1.3",
6349
                "sebastian/exporter": "~1.2",
6350
                "sebastian/global-state": "~1.0",
6351
                "sebastian/version": "~1.0",
6352
                "symfony/yaml": "~2.1|~3.0"
6353
            },
6354
            "suggest": {
6355
                "phpunit/php-invoker": "~1.1"
6356
            },
6357
            "bin": [
6358
                "phpunit"
6359
            ],
6360
            "type": "library",
6361
            "extra": {
6362
                "branch-alias": {
6363
                    "dev-master": "4.8.x-dev"
6364
                }
6365
            },
6366
            "autoload": {
6367
                "classmap": [
6368
                    "src/"
6369
                ]
6370
            },
6371
            "notification-url": "https://packagist.org/downloads/",
6372
            "license": [
6373
                "BSD-3-Clause"
6374
            ],
6375
            "authors": [
6376
                {
6377
                    "name": "Sebastian Bergmann",
6378
                    "email": "[email protected]",
6379
                    "role": "lead"
6380
                }
6381
            ],
6382
            "description": "The PHP Unit Testing framework.",
6383
            "homepage": "https://phpunit.de/",
6384
            "keywords": [
6385
                "phpunit",
6386
                "testing",
6387
                "xunit"
6388
            ],
6389
            "time": "2017-06-21T08:07:12+00:00"
6390
        },
6391
        {
6392
            "name": "phpunit/phpunit-mock-objects",
6393
            "version": "2.3.8",
6394
            "source": {
6395
                "type": "git",
6396
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
6397
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
6398
            },
6399
            "dist": {
6400
                "type": "zip",
6401
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6402
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6403
                "shasum": ""
6404
            },
6405
            "require": {
6406
                "doctrine/instantiator": "^1.0.2",
6407
                "php": ">=5.3.3",
6408
                "phpunit/php-text-template": "~1.2",
6409
                "sebastian/exporter": "~1.2"
6410
            },
6411
            "require-dev": {
6412
                "phpunit/phpunit": "~4.4"
6413
            },
6414
            "suggest": {
6415
                "ext-soap": "*"
6416
            },
6417
            "type": "library",
6418
            "extra": {
6419
                "branch-alias": {
6420
                    "dev-master": "2.3.x-dev"
6421
                }
6422
            },
6423
            "autoload": {
6424
                "classmap": [
6425
                    "src/"
6426
                ]
6427
            },
6428
            "notification-url": "https://packagist.org/downloads/",
6429
            "license": [
6430
                "BSD-3-Clause"
6431
            ],
6432
            "authors": [
6433
                {
6434
                    "name": "Sebastian Bergmann",
6435
                    "email": "[email protected]",
6436
                    "role": "lead"
6437
                }
6438
            ],
6439
            "description": "Mock Object library for PHPUnit",
6440
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6441
            "keywords": [
6442
                "mock",
6443
                "xunit"
6444
            ],
6445
            "time": "2015-10-02T06:51:40+00:00"
6446
        },
6447
        {
6448
            "name": "pimple/pimple",
6449
            "version": "v1.1.1",
6450
            "source": {
6451
                "type": "git",
6452
                "url": "https://github.com/silexphp/Pimple.git",
6453
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
6454
            },
6455
            "dist": {
6456
                "type": "zip",
6457
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
6458
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
6459
                "shasum": ""
6460
            },
6461
            "require": {
6462
                "php": ">=5.3.0"
6463
            },
6464
            "type": "library",
6465
            "extra": {
6466
                "branch-alias": {
6467
                    "dev-master": "1.1.x-dev"
6468
                }
6469
            },
6470
            "autoload": {
6471
                "psr-0": {
6472
                    "Pimple": "lib/"
6473
                }
6474
            },
6475
            "notification-url": "https://packagist.org/downloads/",
6476
            "license": [
6477
                "MIT"
6478
            ],
6479
            "authors": [
6480
                {
6481
                    "name": "Fabien Potencier",
6482
                    "email": "[email protected]"
6483
                }
6484
            ],
6485
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
6486
            "homepage": "http://pimple.sensiolabs.org",
6487
            "keywords": [
6488
                "container",
6489
                "dependency injection"
6490
            ],
6491
            "time": "2013-11-22T08:30:29+00:00"
6492
        },
6493
        {
6494
            "name": "psr/cache",
6495
            "version": "1.0.1",
6496
            "source": {
6497
                "type": "git",
6498
                "url": "https://github.com/php-fig/cache.git",
6499
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6500
            },
6501
            "dist": {
6502
                "type": "zip",
6503
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6504
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6505
                "shasum": ""
6506
            },
6507
            "require": {
6508
                "php": ">=5.3.0"
6509
            },
6510
            "type": "library",
6511
            "extra": {
6512
                "branch-alias": {
6513
                    "dev-master": "1.0.x-dev"
6514
                }
6515
            },
6516
            "autoload": {
6517
                "psr-4": {
6518
                    "Psr\\Cache\\": "src/"
6519
                }
6520
            },
6521
            "notification-url": "https://packagist.org/downloads/",
6522
            "license": [
6523
                "MIT"
6524
            ],
6525
            "authors": [
6526
                {
6527
                    "name": "PHP-FIG",
6528
                    "homepage": "http://www.php-fig.org/"
6529
                }
6530
            ],
6531
            "description": "Common interface for caching libraries",
6532
            "keywords": [
6533
                "cache",
6534
                "psr",
6535
                "psr-6"
6536
            ],
6537
            "time": "2016-08-06T20:24:11+00:00"
6538
        },
6539
        {
6540
            "name": "psr/simple-cache",
6541
            "version": "1.0.1",
6542
            "source": {
6543
                "type": "git",
6544
                "url": "https://github.com/php-fig/simple-cache.git",
6545
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6546
            },
6547
            "dist": {
6548
                "type": "zip",
6549
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6550
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6551
                "shasum": ""
6552
            },
6553
            "require": {
6554
                "php": ">=5.3.0"
6555
            },
6556
            "type": "library",
6557
            "extra": {
6558
                "branch-alias": {
6559
                    "dev-master": "1.0.x-dev"
6560
                }
6561
            },
6562
            "autoload": {
6563
                "psr-4": {
6564
                    "Psr\\SimpleCache\\": "src/"
6565
                }
6566
            },
6567
            "notification-url": "https://packagist.org/downloads/",
6568
            "license": [
6569
                "MIT"
6570
            ],
6571
            "authors": [
6572
                {
6573
                    "name": "PHP-FIG",
6574
                    "homepage": "http://www.php-fig.org/"
6575
                }
6576
            ],
6577
            "description": "Common interfaces for simple caching",
6578
            "keywords": [
6579
                "cache",
6580
                "caching",
6581
                "psr",
6582
                "psr-16",
6583
                "simple-cache"
6584
            ],
6585
            "time": "2017-10-23T01:57:42+00:00"
6586
        },
6587
        {
6588
            "name": "sebastian/comparator",
6589
            "version": "1.2.4",
6590
            "source": {
6591
                "type": "git",
6592
                "url": "https://github.com/sebastianbergmann/comparator.git",
6593
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
6594
            },
6595
            "dist": {
6596
                "type": "zip",
6597
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6598
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
6599
                "shasum": ""
6600
            },
6601
            "require": {
6602
                "php": ">=5.3.3",
6603
                "sebastian/diff": "~1.2",
6604
                "sebastian/exporter": "~1.2 || ~2.0"
6605
            },
6606
            "require-dev": {
6607
                "phpunit/phpunit": "~4.4"
6608
            },
6609
            "type": "library",
6610
            "extra": {
6611
                "branch-alias": {
6612
                    "dev-master": "1.2.x-dev"
6613
                }
6614
            },
6615
            "autoload": {
6616
                "classmap": [
6617
                    "src/"
6618
                ]
6619
            },
6620
            "notification-url": "https://packagist.org/downloads/",
6621
            "license": [
6622
                "BSD-3-Clause"
6623
            ],
6624
            "authors": [
6625
                {
6626
                    "name": "Jeff Welch",
6627
                    "email": "[email protected]"
6628
                },
6629
                {
6630
                    "name": "Volker Dusch",
6631
                    "email": "[email protected]"
6632
                },
6633
                {
6634
                    "name": "Bernhard Schussek",
6635
                    "email": "[email protected]"
6636
                },
6637
                {
6638
                    "name": "Sebastian Bergmann",
6639
                    "email": "[email protected]"
6640
                }
6641
            ],
6642
            "description": "Provides the functionality to compare PHP values for equality",
6643
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
6644
            "keywords": [
6645
                "comparator",
6646
                "compare",
6647
                "equality"
6648
            ],
6649
            "time": "2017-01-29T09:50:25+00:00"
6650
        },
6651
        {
6652
            "name": "sebastian/diff",
6653
            "version": "1.4.3",
6654
            "source": {
6655
                "type": "git",
6656
                "url": "https://github.com/sebastianbergmann/diff.git",
6657
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
6658
            },
6659
            "dist": {
6660
                "type": "zip",
6661
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6662
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
6663
                "shasum": ""
6664
            },
6665
            "require": {
6666
                "php": "^5.3.3 || ^7.0"
6667
            },
6668
            "require-dev": {
6669
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
6670
            },
6671
            "type": "library",
6672
            "extra": {
6673
                "branch-alias": {
6674
                    "dev-master": "1.4-dev"
6675
                }
6676
            },
6677
            "autoload": {
6678
                "classmap": [
6679
                    "src/"
6680
                ]
6681
            },
6682
            "notification-url": "https://packagist.org/downloads/",
6683
            "license": [
6684
                "BSD-3-Clause"
6685
            ],
6686
            "authors": [
6687
                {
6688
                    "name": "Kore Nordmann",
6689
                    "email": "[email protected]"
6690
                },
6691
                {
6692
                    "name": "Sebastian Bergmann",
6693
                    "email": "[email protected]"
6694
                }
6695
            ],
6696
            "description": "Diff implementation",
6697
            "homepage": "https://github.com/sebastianbergmann/diff",
6698
            "keywords": [
6699
                "diff"
6700
            ],
6701
            "time": "2017-05-22T07:24:03+00:00"
6702
        },
6703
        {
6704
            "name": "sebastian/environment",
6705
            "version": "1.3.8",
6706
            "source": {
6707
                "type": "git",
6708
                "url": "https://github.com/sebastianbergmann/environment.git",
6709
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
6710
            },
6711
            "dist": {
6712
                "type": "zip",
6713
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6714
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
6715
                "shasum": ""
6716
            },
6717
            "require": {
6718
                "php": "^5.3.3 || ^7.0"
6719
            },
6720
            "require-dev": {
6721
                "phpunit/phpunit": "^4.8 || ^5.0"
6722
            },
6723
            "type": "library",
6724
            "extra": {
6725
                "branch-alias": {
6726
                    "dev-master": "1.3.x-dev"
6727
                }
6728
            },
6729
            "autoload": {
6730
                "classmap": [
6731
                    "src/"
6732
                ]
6733
            },
6734
            "notification-url": "https://packagist.org/downloads/",
6735
            "license": [
6736
                "BSD-3-Clause"
6737
            ],
6738
            "authors": [
6739
                {
6740
                    "name": "Sebastian Bergmann",
6741
                    "email": "[email protected]"
6742
                }
6743
            ],
6744
            "description": "Provides functionality to handle HHVM/PHP environments",
6745
            "homepage": "http://www.github.com/sebastianbergmann/environment",
6746
            "keywords": [
6747
                "Xdebug",
6748
                "environment",
6749
                "hhvm"
6750
            ],
6751
            "time": "2016-08-18T05:49:44+00:00"
6752
        },
6753
        {
6754
            "name": "sebastian/exporter",
6755
            "version": "1.2.2",
6756
            "source": {
6757
                "type": "git",
6758
                "url": "https://github.com/sebastianbergmann/exporter.git",
6759
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
6760
            },
6761
            "dist": {
6762
                "type": "zip",
6763
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
6764
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
6765
                "shasum": ""
6766
            },
6767
            "require": {
6768
                "php": ">=5.3.3",
6769
                "sebastian/recursion-context": "~1.0"
6770
            },
6771
            "require-dev": {
6772
                "ext-mbstring": "*",
6773
                "phpunit/phpunit": "~4.4"
6774
            },
6775
            "type": "library",
6776
            "extra": {
6777
                "branch-alias": {
6778
                    "dev-master": "1.3.x-dev"
6779
                }
6780
            },
6781
            "autoload": {
6782
                "classmap": [
6783
                    "src/"
6784
                ]
6785
            },
6786
            "notification-url": "https://packagist.org/downloads/",
6787
            "license": [
6788
                "BSD-3-Clause"
6789
            ],
6790
            "authors": [
6791
                {
6792
                    "name": "Jeff Welch",
6793
                    "email": "[email protected]"
6794
                },
6795
                {
6796
                    "name": "Volker Dusch",
6797
                    "email": "[email protected]"
6798
                },
6799
                {
6800
                    "name": "Bernhard Schussek",
6801
                    "email": "[email protected]"
6802
                },
6803
                {
6804
                    "name": "Sebastian Bergmann",
6805
                    "email": "[email protected]"
6806
                },
6807
                {
6808
                    "name": "Adam Harvey",
6809
                    "email": "[email protected]"
6810
                }
6811
            ],
6812
            "description": "Provides the functionality to export PHP variables for visualization",
6813
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
6814
            "keywords": [
6815
                "export",
6816
                "exporter"
6817
            ],
6818
            "time": "2016-06-17T09:04:28+00:00"
6819
        },
6820
        {
6821
            "name": "sebastian/finder-facade",
6822
            "version": "1.2.2",
6823
            "source": {
6824
                "type": "git",
6825
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
6826
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
6827
            },
6828
            "dist": {
6829
                "type": "zip",
6830
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
6831
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
6832
                "shasum": ""
6833
            },
6834
            "require": {
6835
                "symfony/finder": "~2.3|~3.0|~4.0",
6836
                "theseer/fdomdocument": "~1.3"
6837
            },
6838
            "type": "library",
6839
            "autoload": {
6840
                "classmap": [
6841
                    "src/"
6842
                ]
6843
            },
6844
            "notification-url": "https://packagist.org/downloads/",
6845
            "license": [
6846
                "BSD-3-Clause"
6847
            ],
6848
            "authors": [
6849
                {
6850
                    "name": "Sebastian Bergmann",
6851
                    "email": "[email protected]",
6852
                    "role": "lead"
6853
                }
6854
            ],
6855
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
6856
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
6857
            "time": "2017-11-18T17:31:49+00:00"
6858
        },
6859
        {
6860
            "name": "sebastian/git",
6861
            "version": "1.2.0",
6862
            "source": {
6863
                "type": "git",
6864
                "url": "https://github.com/sebastianbergmann/git.git",
6865
                "reference": "a99fbc102e982c1404041ef3e4d431562b29bcba"
6866
            },
6867
            "dist": {
6868
                "type": "zip",
6869
                "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/a99fbc102e982c1404041ef3e4d431562b29bcba",
6870
                "reference": "a99fbc102e982c1404041ef3e4d431562b29bcba",
6871
                "shasum": ""
6872
            },
6873
            "require": {
6874
                "php": ">=5.3.3"
6875
            },
6876
            "type": "library",
6877
            "extra": {
6878
                "branch-alias": {
6879
                    "dev-master": "1.2-dev"
6880
                }
6881
            },
6882
            "autoload": {
6883
                "classmap": [
6884
                    "src/"
6885
                ]
6886
            },
6887
            "notification-url": "https://packagist.org/downloads/",
6888
            "license": [
6889
                "BSD-3-Clause"
6890
            ],
6891
            "authors": [
6892
                {
6893
                    "name": "Sebastian Bergmann",
6894
                    "email": "[email protected]"
6895
                }
6896
            ],
6897
            "description": "Simple wrapper for Git",
6898
            "homepage": "http://www.github.com/sebastianbergmann/git",
6899
            "keywords": [
6900
                "git"
6901
            ],
6902
            "abandoned": true,
6903
            "time": "2013-08-04T09:35:29+00:00"
6904
        },
6905
        {
6906
            "name": "sebastian/global-state",
6907
            "version": "1.1.1",
6908
            "source": {
6909
                "type": "git",
6910
                "url": "https://github.com/sebastianbergmann/global-state.git",
6911
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
6912
            },
6913
            "dist": {
6914
                "type": "zip",
6915
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
6916
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
6917
                "shasum": ""
6918
            },
6919
            "require": {
6920
                "php": ">=5.3.3"
6921
            },
6922
            "require-dev": {
6923
                "phpunit/phpunit": "~4.2"
6924
            },
6925
            "suggest": {
6926
                "ext-uopz": "*"
6927
            },
6928
            "type": "library",
6929
            "extra": {
6930
                "branch-alias": {
6931
                    "dev-master": "1.0-dev"
6932
                }
6933
            },
6934
            "autoload": {
6935
                "classmap": [
6936
                    "src/"
6937
                ]
6938
            },
6939
            "notification-url": "https://packagist.org/downloads/",
6940
            "license": [
6941
                "BSD-3-Clause"
6942
            ],
6943
            "authors": [
6944
                {
6945
                    "name": "Sebastian Bergmann",
6946
                    "email": "[email protected]"
6947
                }
6948
            ],
6949
            "description": "Snapshotting of global state",
6950
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
6951
            "keywords": [
6952
                "global state"
6953
            ],
6954
            "time": "2015-10-12T03:26:01+00:00"
6955
        },
6956
        {
6957
            "name": "sebastian/phpcpd",
6958
            "version": "2.0.4",
6959
            "source": {
6960
                "type": "git",
6961
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
6962
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
6963
            },
6964
            "dist": {
6965
                "type": "zip",
6966
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
6967
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
6968
                "shasum": ""
6969
            },
6970
            "require": {
6971
                "php": ">=5.3.3",
6972
                "phpunit/php-timer": ">=1.0.6",
6973
                "sebastian/finder-facade": "~1.1",
6974
                "sebastian/version": "~1.0|~2.0",
6975
                "symfony/console": "~2.7|^3.0",
6976
                "theseer/fdomdocument": "~1.4"
6977
            },
6978
            "bin": [
6979
                "phpcpd"
6980
            ],
6981
            "type": "library",
6982
            "extra": {
6983
                "branch-alias": {
6984
                    "dev-master": "2.0-dev"
6985
                }
6986
            },
6987
            "autoload": {
6988
                "classmap": [
6989
                    "src/"
6990
                ]
6991
            },
6992
            "notification-url": "https://packagist.org/downloads/",
6993
            "license": [
6994
                "BSD-3-Clause"
6995
            ],
6996
            "authors": [
6997
                {
6998
                    "name": "Sebastian Bergmann",
6999
                    "email": "[email protected]",
7000
                    "role": "lead"
7001
                }
7002
            ],
7003
            "description": "Copy/Paste Detector (CPD) for PHP code.",
7004
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
7005
            "time": "2016-04-17T19:32:49+00:00"
7006
        },
7007
        {
7008
            "name": "sebastian/recursion-context",
7009
            "version": "1.0.5",
7010
            "source": {
7011
                "type": "git",
7012
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
7013
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
7014
            },
7015
            "dist": {
7016
                "type": "zip",
7017
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
7018
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
7019
                "shasum": ""
7020
            },
7021
            "require": {
7022
                "php": ">=5.3.3"
7023
            },
7024
            "require-dev": {
7025
                "phpunit/phpunit": "~4.4"
7026
            },
7027
            "type": "library",
7028
            "extra": {
7029
                "branch-alias": {
7030
                    "dev-master": "1.0.x-dev"
7031
                }
7032
            },
7033
            "autoload": {
7034
                "classmap": [
7035
                    "src/"
7036
                ]
7037
            },
7038
            "notification-url": "https://packagist.org/downloads/",
7039
            "license": [
7040
                "BSD-3-Clause"
7041
            ],
7042
            "authors": [
7043
                {
7044
                    "name": "Jeff Welch",
7045
                    "email": "[email protected]"
7046
                },
7047
                {
7048
                    "name": "Sebastian Bergmann",
7049
                    "email": "[email protected]"
7050
                },
7051
                {
7052
                    "name": "Adam Harvey",
7053
                    "email": "[email protected]"
7054
                }
7055
            ],
7056
            "description": "Provides functionality to recursively process PHP variables",
7057
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
7058
            "time": "2016-10-03T07:41:43+00:00"
7059
        },
7060
        {
7061
            "name": "sebastian/version",
7062
            "version": "1.0.6",
7063
            "source": {
7064
                "type": "git",
7065
                "url": "https://github.com/sebastianbergmann/version.git",
7066
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
7067
            },
7068
            "dist": {
7069
                "type": "zip",
7070
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
7071
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
7072
                "shasum": ""
7073
            },
7074
            "type": "library",
7075
            "autoload": {
7076
                "classmap": [
7077
                    "src/"
7078
                ]
7079
            },
7080
            "notification-url": "https://packagist.org/downloads/",
7081
            "license": [
7082
                "BSD-3-Clause"
7083
            ],
7084
            "authors": [
7085
                {
7086
                    "name": "Sebastian Bergmann",
7087
                    "email": "[email protected]",
7088
                    "role": "lead"
7089
                }
7090
            ],
7091
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7092
            "homepage": "https://github.com/sebastianbergmann/version",
7093
            "time": "2015-06-21T13:59:46+00:00"
7094
        },
7095
        {
7096
            "name": "seld/jsonlint",
7097
            "version": "1.7.1",
7098
            "source": {
7099
                "type": "git",
7100
                "url": "https://github.com/Seldaek/jsonlint.git",
7101
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
7102
            },
7103
            "dist": {
7104
                "type": "zip",
7105
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
7106
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
7107
                "shasum": ""
7108
            },
7109
            "require": {
7110
                "php": "^5.3 || ^7.0"
7111
            },
7112
            "require-dev": {
7113
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
7114
            },
7115
            "bin": [
7116
                "bin/jsonlint"
7117
            ],
7118
            "type": "library",
7119
            "autoload": {
7120
                "psr-4": {
7121
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
7122
                }
7123
            },
7124
            "notification-url": "https://packagist.org/downloads/",
7125
            "license": [
7126
                "MIT"
7127
            ],
7128
            "authors": [
7129
                {
7130
                    "name": "Jordi Boggiano",
7131
                    "email": "[email protected]",
7132
                    "homepage": "http://seld.be"
7133
                }
7134
            ],
7135
            "description": "JSON Linter",
7136
            "keywords": [
7137
                "json",
7138
                "linter",
7139
                "parser",
7140
                "validator"
7141
            ],
7142
            "time": "2018-01-24T12:46:19+00:00"
7143
        },
7144
        {
7145
            "name": "squizlabs/php_codesniffer",
7146
            "version": "2.2.0",
7147
            "source": {
7148
                "type": "git",
7149
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
7150
                "reference": "b301c98f19414d836fdaa678648745fcca5aeb4f"
7151
            },
7152
            "dist": {
7153
                "type": "zip",
7154
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b301c98f19414d836fdaa678648745fcca5aeb4f",
7155
                "reference": "b301c98f19414d836fdaa678648745fcca5aeb4f",
7156
                "shasum": ""
7157
            },
7158
            "require": {
7159
                "ext-tokenizer": "*",
7160
                "php": ">=5.1.2"
7161
            },
7162
            "bin": [
7163
                "scripts/phpcs",
7164
                "scripts/phpcbf"
7165
            ],
7166
            "type": "library",
7167
            "autoload": {
7168
                "classmap": [
7169
                    "CodeSniffer.php",
7170
                    "CodeSniffer/CLI.php",
7171
                    "CodeSniffer/Exception.php",
7172
                    "CodeSniffer/File.php",
7173
                    "CodeSniffer/Fixer.php",
7174
                    "CodeSniffer/Report.php",
7175
                    "CodeSniffer/Reporting.php",
7176
                    "CodeSniffer/Sniff.php",
7177
                    "CodeSniffer/Tokens.php",
7178
                    "CodeSniffer/Reports/",
7179
                    "CodeSniffer/Tokenizers/",
7180
                    "CodeSniffer/DocGenerators/",
7181
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
7182
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
7183
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
7184
                    "CodeSniffer/Standards/IncorrectPatternException.php",
7185
                    "CodeSniffer/Standards/Generic/Sniffs/",
7186
                    "CodeSniffer/Standards/MySource/Sniffs/",
7187
                    "CodeSniffer/Standards/PEAR/Sniffs/",
7188
                    "CodeSniffer/Standards/PSR1/Sniffs/",
7189
                    "CodeSniffer/Standards/PSR2/Sniffs/",
7190
                    "CodeSniffer/Standards/Squiz/Sniffs/",
7191
                    "CodeSniffer/Standards/Zend/Sniffs/"
7192
                ]
7193
            },
7194
            "notification-url": "https://packagist.org/downloads/",
7195
            "license": [
7196
                "BSD-3-Clause"
7197
            ],
7198
            "authors": [
7199
                {
7200
                    "name": "Greg Sherwood",
7201
                    "role": "lead"
7202
                }
7203
            ],
7204
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
7205
            "homepage": "http://www.squizlabs.com/php-codesniffer",
7206
            "keywords": [
7207
                "phpcs",
7208
                "standards"
7209
            ],
7210
            "time": "2015-01-21T22:44:05+00:00"
7211
        },
7212
        {
7213
            "name": "symfony/dependency-injection",
7214
            "version": "v3.2.14",
7215
            "source": {
7216
                "type": "git",
7217
                "url": "https://github.com/symfony/dependency-injection.git",
7218
                "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761"
7219
            },
7220
            "dist": {
7221
                "type": "zip",
7222
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
7223
                "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
7224
                "shasum": ""
7225
            },
7226
            "require": {
7227
                "php": ">=5.5.9"
7228
            },
7229
            "conflict": {
7230
                "symfony/yaml": "<3.2"
7231
            },
7232
            "require-dev": {
7233
                "symfony/config": "~2.8|~3.0",
7234
                "symfony/expression-language": "~2.8|~3.0",
7235
                "symfony/yaml": "~3.2"
7236
            },
7237
            "suggest": {
7238
                "symfony/config": "",
7239
                "symfony/expression-language": "For using expressions in service container configuration",
7240
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7241
                "symfony/yaml": ""
7242
            },
7243
            "type": "library",
7244
            "extra": {
7245
                "branch-alias": {
7246
                    "dev-master": "3.2-dev"
7247
                }
7248
            },
7249
            "autoload": {
7250
                "psr-4": {
7251
                    "Symfony\\Component\\DependencyInjection\\": ""
7252
                },
7253
                "exclude-from-classmap": [
7254
                    "/Tests/"
7255
                ]
7256
            },
7257
            "notification-url": "https://packagist.org/downloads/",
7258
            "license": [
7259
                "MIT"
7260
            ],
7261
            "authors": [
7262
                {
7263
                    "name": "Fabien Potencier",
7264
                    "email": "[email protected]"
7265
                },
7266
                {
7267
                    "name": "Symfony Community",
7268
                    "homepage": "https://symfony.com/contributors"
7269
                }
7270
            ],
7271
            "description": "Symfony DependencyInjection Component",
7272
            "homepage": "https://symfony.com",
7273
            "time": "2017-07-28T15:22:55+00:00"
7274
        },
7275
        {
7276
            "name": "symfony/stopwatch",
7277
            "version": "v2.8.42",
7278
            "source": {
7279
                "type": "git",
7280
                "url": "https://github.com/symfony/stopwatch.git",
7281
                "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e"
7282
            },
7283
            "dist": {
7284
                "type": "zip",
7285
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/57021208ad9830f8f8390c1a9d7bb390f32be89e",
7286
                "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e",
7287
                "shasum": ""
7288
            },
7289
            "require": {
7290
                "php": ">=5.3.9"
7291
            },
7292
            "type": "library",
7293
            "extra": {
7294
                "branch-alias": {
7295
                    "dev-master": "2.8-dev"
7296
                }
7297
            },
7298
            "autoload": {
7299
                "psr-4": {
7300
                    "Symfony\\Component\\Stopwatch\\": ""
7301
                },
7302
                "exclude-from-classmap": [
7303
                    "/Tests/"
7304
                ]
7305
            },
7306
            "notification-url": "https://packagist.org/downloads/",
7307
            "license": [
7308
                "MIT"
7309
            ],
7310
            "authors": [
7311
                {
7312
                    "name": "Fabien Potencier",
7313
                    "email": "[email protected]"
7314
                },
7315
                {
7316
                    "name": "Symfony Community",
7317
                    "homepage": "https://symfony.com/contributors"
7318
                }
7319
            ],
7320
            "description": "Symfony Stopwatch Component",
7321
            "homepage": "https://symfony.com",
7322
            "time": "2018-01-03T07:36:31+00:00"
7323
        },
7324
        {
7325
            "name": "symfony/translation",
7326
            "version": "v3.0.9",
7327
            "source": {
7328
                "type": "git",
7329
                "url": "https://github.com/symfony/translation.git",
7330
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
7331
            },
7332
            "dist": {
7333
                "type": "zip",
7334
                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
7335
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
7336
                "shasum": ""
7337
            },
7338
            "require": {
7339
                "php": ">=5.5.9",
7340
                "symfony/polyfill-mbstring": "~1.0"
7341
            },
7342
            "conflict": {
7343
                "symfony/config": "<2.8"
7344
            },
7345
            "require-dev": {
7346
                "psr/log": "~1.0",
7347
                "symfony/config": "~2.8|~3.0",
7348
                "symfony/intl": "~2.8|~3.0",
7349
                "symfony/yaml": "~2.8|~3.0"
7350
            },
7351
            "suggest": {
7352
                "psr/log": "To use logging capability in translator",
7353
                "symfony/config": "",
7354
                "symfony/yaml": ""
7355
            },
7356
            "type": "library",
7357
            "extra": {
7358
                "branch-alias": {
7359
                    "dev-master": "3.0-dev"
7360
                }
7361
            },
7362
            "autoload": {
7363
                "psr-4": {
7364
                    "Symfony\\Component\\Translation\\": ""
7365
                },
7366
                "exclude-from-classmap": [
7367
                    "/Tests/"
7368
                ]
7369
            },
7370
            "notification-url": "https://packagist.org/downloads/",
7371
            "license": [
7372
                "MIT"
7373
            ],
7374
            "authors": [
7375
                {
7376
                    "name": "Fabien Potencier",
7377
                    "email": "[email protected]"
7378
                },
7379
                {
7380
                    "name": "Symfony Community",
7381
                    "homepage": "https://symfony.com/contributors"
7382
                }
7383
            ],
7384
            "description": "Symfony Translation Component",
7385
            "homepage": "https://symfony.com",
7386
            "time": "2016-07-30T07:22:48+00:00"
7387
        },
7388
        {
7389
            "name": "symfony/validator",
7390
            "version": "v2.8.42",
7391
            "source": {
7392
                "type": "git",
7393
                "url": "https://github.com/symfony/validator.git",
7394
                "reference": "3fa2355675f1ebc074589b83478480745342c970"
7395
            },
7396
            "dist": {
7397
                "type": "zip",
7398
                "url": "https://api.github.com/repos/symfony/validator/zipball/3fa2355675f1ebc074589b83478480745342c970",
7399
                "reference": "3fa2355675f1ebc074589b83478480745342c970",
7400
                "shasum": ""
7401
            },
7402
            "require": {
7403
                "php": ">=5.3.9",
7404
                "symfony/polyfill-ctype": "~1.8",
7405
                "symfony/polyfill-mbstring": "~1.0",
7406
                "symfony/translation": "~2.4|~3.0.0"
7407
            },
7408
            "require-dev": {
7409
                "doctrine/annotations": "~1.0",
7410
                "doctrine/cache": "~1.0",
7411
                "egulias/email-validator": "^1.2.1",
7412
                "symfony/config": "~2.2|~3.0.0",
7413
                "symfony/expression-language": "~2.4|~3.0.0",
7414
                "symfony/http-foundation": "~2.3|~3.0.0",
7415
                "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
7416
                "symfony/property-access": "~2.3|~3.0.0",
7417
                "symfony/yaml": "^2.0.5|~3.0.0"
7418
            },
7419
            "suggest": {
7420
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
7421
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
7422
                "egulias/email-validator": "Strict (RFC compliant) email validation",
7423
                "symfony/config": "",
7424
                "symfony/expression-language": "For using the 2.4 Expression validator",
7425
                "symfony/http-foundation": "",
7426
                "symfony/intl": "",
7427
                "symfony/property-access": "For using the 2.4 Validator API",
7428
                "symfony/yaml": ""
7429
            },
7430
            "type": "library",
7431
            "extra": {
7432
                "branch-alias": {
7433
                    "dev-master": "2.8-dev"
7434
                }
7435
            },
7436
            "autoload": {
7437
                "psr-4": {
7438
                    "Symfony\\Component\\Validator\\": ""
7439
                },
7440
                "exclude-from-classmap": [
7441
                    "/Tests/"
7442
                ]
7443
            },
7444
            "notification-url": "https://packagist.org/downloads/",
7445
            "license": [
7446
                "MIT"
7447
            ],
7448
            "authors": [
7449
                {
7450
                    "name": "Fabien Potencier",
7451
                    "email": "[email protected]"
7452
                },
7453
                {
7454
                    "name": "Symfony Community",
7455
                    "homepage": "https://symfony.com/contributors"
7456
                }
7457
            ],
7458
            "description": "Symfony Validator Component",
7459
            "homepage": "https://symfony.com",
7460
            "time": "2018-06-19T08:02:14+00:00"
7461
        },
7462
        {
7463
            "name": "theseer/fdomdocument",
7464
            "version": "1.6.6",
7465
            "source": {
7466
                "type": "git",
7467
                "url": "https://github.com/theseer/fDOMDocument.git",
7468
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
7469
            },
7470
            "dist": {
7471
                "type": "zip",
7472
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
7473
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
7474
                "shasum": ""
7475
            },
7476
            "require": {
7477
                "ext-dom": "*",
7478
                "lib-libxml": "*",
7479
                "php": ">=5.3.3"
7480
            },
7481
            "type": "library",
7482
            "autoload": {
7483
                "classmap": [
7484
                    "src/"
7485
                ]
7486
            },
7487
            "notification-url": "https://packagist.org/downloads/",
7488
            "license": [
7489
                "BSD-3-Clause"
7490
            ],
7491
            "authors": [
7492
                {
7493
                    "name": "Arne Blankerts",
7494
                    "email": "[email protected]",
7495
                    "role": "lead"
7496
                }
7497
            ],
7498
            "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.",
7499
            "homepage": "https://github.com/theseer/fDOMDocument",
7500
            "time": "2017-06-30T11:53:12+00:00"
7501
        },
7502
        {
7503
            "name": "twig/twig",
7504
            "version": "v1.35.4",
7505
            "source": {
7506
                "type": "git",
7507
                "url": "https://github.com/twigphp/Twig.git",
7508
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
7509
            },
7510
            "dist": {
7511
                "type": "zip",
7512
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
7513
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
7514
                "shasum": ""
7515
            },
7516
            "require": {
7517
                "php": ">=5.3.3",
7518
                "symfony/polyfill-ctype": "^1.8"
7519
            },
7520
            "require-dev": {
7521
                "psr/container": "^1.0",
7522
                "symfony/debug": "^2.7",
7523
                "symfony/phpunit-bridge": "^3.3"
7524
            },
7525
            "type": "library",
7526
            "extra": {
7527
                "branch-alias": {
7528
                    "dev-master": "1.35-dev"
7529
                }
7530
            },
7531
            "autoload": {
7532
                "psr-0": {
7533
                    "Twig_": "lib/"
7534
                },
7535
                "psr-4": {
7536
                    "Twig\\": "src/"
7537
                }
7538
            },
7539
            "notification-url": "https://packagist.org/downloads/",
7540
            "license": [
7541
                "BSD-3-Clause"
7542
            ],
7543
            "authors": [
7544
                {
7545
                    "name": "Fabien Potencier",
7546
                    "email": "[email protected]",
7547
                    "homepage": "http://fabien.potencier.org",
7548
                    "role": "Lead Developer"
7549
                },
7550
                {
7551
                    "name": "Armin Ronacher",
7552
                    "email": "[email protected]",
7553
                    "role": "Project Founder"
7554
                },
7555
                {
7556
                    "name": "Twig Team",
7557
                    "homepage": "https://twig.symfony.com/contributors",
7558
                    "role": "Contributors"
7559
                }
7560
            ],
7561
            "description": "Twig, the flexible, fast, and secure template language for PHP",
7562
            "homepage": "https://twig.symfony.com",
7563
            "keywords": [
7564
                "templating"
7565
            ],
7566
            "time": "2018-07-13T07:12:17+00:00"
7567
        },
7568
        {
7569
            "name": "zendframework/zend-cache",
7570
            "version": "2.8.2",
7571
            "source": {
7572
                "type": "git",
7573
                "url": "https://github.com/zendframework/zend-cache.git",
7574
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3"
7575
            },
7576
            "dist": {
7577
                "type": "zip",
7578
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3",
7579
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3",
7580
                "shasum": ""
7581
            },
7582
            "require": {
7583
                "php": "^5.6 || ^7.0",
7584
                "psr/cache": "^1.0",
7585
                "psr/simple-cache": "^1.0",
7586
                "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
7587
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
7588
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
7589
            },
7590
            "provide": {
7591
                "psr/cache-implementation": "1.0",
7592
                "psr/simple-cache-implementation": "1.0"
7593
            },
7594
            "require-dev": {
7595
                "cache/integration-tests": "^0.16",
7596
                "phpbench/phpbench": "^0.13",
7597
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7598
                "zendframework/zend-coding-standard": "~1.0.0",
7599
                "zendframework/zend-serializer": "^2.6",
7600
                "zendframework/zend-session": "^2.7.4"
7601
            },
7602
            "suggest": {
7603
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
7604
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
7605
                "ext-dba": "DBA, to use the DBA storage adapter",
7606
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
7607
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
7608
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
7609
                "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
7610
                "ext-redis": "Redis, to use Redis storage adapter",
7611
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
7612
                "ext-xcache": "XCache, to use the XCache storage adapter",
7613
                "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
7614
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
7615
                "zendframework/zend-serializer": "Zend\\Serializer component",
7616
                "zendframework/zend-session": "Zend\\Session component"
7617
            },
7618
            "type": "library",
7619
            "extra": {
7620
                "branch-alias": {
7621
                    "dev-master": "2.8.x-dev",
7622
                    "dev-develop": "2.9.x-dev"
7623
                },
7624
                "zf": {
7625
                    "component": "Zend\\Cache",
7626
                    "config-provider": "Zend\\Cache\\ConfigProvider"
7627
                }
7628
            },
7629
            "autoload": {
7630
                "files": [
7631
                    "autoload/patternPluginManagerPolyfill.php"
7632
                ],
7633
                "psr-4": {
7634
                    "Zend\\Cache\\": "src/"
7635
                }
7636
            },
7637
            "notification-url": "https://packagist.org/downloads/",
7638
            "license": [
7639
                "BSD-3-Clause"
7640
            ],
7641
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
7642
            "keywords": [
7643
                "ZendFramework",
7644
                "cache",
7645
                "psr-16",
7646
                "psr-6",
7647
                "zf"
7648
            ],
7649
            "time": "2018-05-01T21:58:00+00:00"
7650
        },
7651
        {
7652
            "name": "zendframework/zend-config",
7653
            "version": "2.6.0",
7654
            "source": {
7655
                "type": "git",
7656
                "url": "https://github.com/zendframework/zend-config.git",
7657
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
7658
            },
7659
            "dist": {
7660
                "type": "zip",
7661
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
7662
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
7663
                "shasum": ""
7664
            },
7665
            "require": {
7666
                "php": "^5.5 || ^7.0",
7667
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
7668
            },
7669
            "require-dev": {
7670
                "fabpot/php-cs-fixer": "1.7.*",
7671
                "phpunit/phpunit": "~4.0",
7672
                "zendframework/zend-filter": "^2.6",
7673
                "zendframework/zend-i18n": "^2.5",
7674
                "zendframework/zend-json": "^2.6.1",
7675
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
7676
            },
7677
            "suggest": {
7678
                "zendframework/zend-filter": "Zend\\Filter component",
7679
                "zendframework/zend-i18n": "Zend\\I18n component",
7680
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
7681
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
7682
            },
7683
            "type": "library",
7684
            "extra": {
7685
                "branch-alias": {
7686
                    "dev-master": "2.6-dev",
7687
                    "dev-develop": "2.7-dev"
7688
                }
7689
            },
7690
            "autoload": {
7691
                "psr-4": {
7692
                    "Zend\\Config\\": "src/"
7693
                }
7694
            },
7695
            "notification-url": "https://packagist.org/downloads/",
7696
            "license": [
7697
                "BSD-3-Clause"
7698
            ],
7699
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
7700
            "homepage": "https://github.com/zendframework/zend-config",
7701
            "keywords": [
7702
                "config",
7703
                "zf2"
7704
            ],
7705
            "time": "2016-02-04T23:01:10+00:00"
7706
        },
7707
        {
7708
            "name": "zendframework/zend-eventmanager",
7709
            "version": "3.2.1",
7710
            "source": {
7711
                "type": "git",
7712
                "url": "https://github.com/zendframework/zend-eventmanager.git",
7713
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
7714
            },
7715
            "dist": {
7716
                "type": "zip",
7717
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
7718
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
7719
                "shasum": ""
7720
            },
7721
            "require": {
7722
                "php": "^5.6 || ^7.0"
7723
            },
7724
            "require-dev": {
7725
                "athletic/athletic": "^0.1",
7726
                "container-interop/container-interop": "^1.1.0",
7727
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7728
                "zendframework/zend-coding-standard": "~1.0.0",
7729
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
7730
            },
7731
            "suggest": {
7732
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
7733
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
7734
            },
7735
            "type": "library",
7736
            "extra": {
7737
                "branch-alias": {
7738
                    "dev-master": "3.2-dev",
7739
                    "dev-develop": "3.3-dev"
7740
                }
7741
            },
7742
            "autoload": {
7743
                "psr-4": {
7744
                    "Zend\\EventManager\\": "src/"
7745
                }
7746
            },
7747
            "notification-url": "https://packagist.org/downloads/",
7748
            "license": [
7749
                "BSD-3-Clause"
7750
            ],
7751
            "description": "Trigger and listen to events within a PHP application",
7752
            "homepage": "https://github.com/zendframework/zend-eventmanager",
7753
            "keywords": [
7754
                "event",
7755
                "eventmanager",
7756
                "events",
7757
                "zf2"
7758
            ],
7759
            "time": "2018-04-25T15:33:34+00:00"
7760
        },
7761
        {
7762
            "name": "zendframework/zend-filter",
7763
            "version": "2.8.0",
7764
            "source": {
7765
                "type": "git",
7766
                "url": "https://github.com/zendframework/zend-filter.git",
7767
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
7768
            },
7769
            "dist": {
7770
                "type": "zip",
7771
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
7772
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
7773
                "shasum": ""
7774
            },
7775
            "require": {
7776
                "php": "^5.6 || ^7.0",
7777
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
7778
            },
7779
            "conflict": {
7780
                "zendframework/zend-validator": "<2.10.1"
7781
            },
7782
            "require-dev": {
7783
                "pear/archive_tar": "^1.4.3",
7784
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
7785
                "zendframework/zend-coding-standard": "~1.0.0",
7786
                "zendframework/zend-crypt": "^3.2.1",
7787
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
7788
                "zendframework/zend-uri": "^2.6"
7789
            },
7790
            "suggest": {
7791
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
7792
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
7793
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
7794
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
7795
            },
7796
            "type": "library",
7797
            "extra": {
7798
                "branch-alias": {
7799
                    "dev-master": "2.8.x-dev",
7800
                    "dev-develop": "2.9.x-dev"
7801
                },
7802
                "zf": {
7803
                    "component": "Zend\\Filter",
7804
                    "config-provider": "Zend\\Filter\\ConfigProvider"
7805
                }
7806
            },
7807
            "autoload": {
7808
                "psr-4": {
7809
                    "Zend\\Filter\\": "src/"
7810
                }
7811
            },
7812
            "notification-url": "https://packagist.org/downloads/",
7813
            "license": [
7814
                "BSD-3-Clause"
7815
            ],
7816
            "description": "provides a set of commonly needed data filters",
7817
            "keywords": [
7818
                "ZendFramework",
7819
                "filter",
7820
                "zf"
7821
            ],
7822
            "time": "2018-04-11T16:20:04+00:00"
7823
        },
7824
        {
7825
            "name": "zendframework/zend-hydrator",
7826
            "version": "1.1.0",
7827
            "source": {
7828
                "type": "git",
7829
                "url": "https://github.com/zendframework/zend-hydrator.git",
7830
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
7831
            },
7832
            "dist": {
7833
                "type": "zip",
7834
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
7835
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
7836
                "shasum": ""
7837
            },
7838
            "require": {
7839
                "php": "^5.5 || ^7.0",
7840
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
7841
            },
7842
            "require-dev": {
7843
                "phpunit/phpunit": "~4.0",
7844
                "squizlabs/php_codesniffer": "^2.0@dev",
7845
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
7846
                "zendframework/zend-filter": "^2.6",
7847
                "zendframework/zend-inputfilter": "^2.6",
7848
                "zendframework/zend-serializer": "^2.6.1",
7849
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
7850
            },
7851
            "suggest": {
7852
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
7853
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
7854
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
7855
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
7856
            },
7857
            "type": "library",
7858
            "extra": {
7859
                "branch-alias": {
7860
                    "dev-release-1.0": "1.0-dev",
7861
                    "dev-release-1.1": "1.1-dev",
7862
                    "dev-master": "2.0-dev",
7863
                    "dev-develop": "2.1-dev"
7864
                }
7865
            },
7866
            "autoload": {
7867
                "psr-4": {
7868
                    "Zend\\Hydrator\\": "src/"
7869
                }
7870
            },
7871
            "notification-url": "https://packagist.org/downloads/",
7872
            "license": [
7873
                "BSD-3-Clause"
7874
            ],
7875
            "homepage": "https://github.com/zendframework/zend-hydrator",
7876
            "keywords": [
7877
                "hydrator",
7878
                "zf2"
7879
            ],
7880
            "time": "2016-02-18T22:38:26+00:00"
7881
        },
7882
        {
7883
            "name": "zendframework/zend-i18n",
7884
            "version": "2.9.0",
7885
            "source": {
7886
                "type": "git",
7887
                "url": "https://github.com/zendframework/zend-i18n.git",
7888
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
7889
            },
7890
            "dist": {
7891
                "type": "zip",
7892
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
7893
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
7894
                "shasum": ""
7895
            },
7896
            "require": {
7897
                "php": "^5.6 || ^7.0",
7898
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
7899
            },
7900
            "require-dev": {
7901
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
7902
                "zendframework/zend-cache": "^2.6.1",
7903
                "zendframework/zend-coding-standard": "~1.0.0",
7904
                "zendframework/zend-config": "^2.6",
7905
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
7906
                "zendframework/zend-filter": "^2.6.1",
7907
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
7908
                "zendframework/zend-validator": "^2.6",
7909
                "zendframework/zend-view": "^2.6.3"
7910
            },
7911
            "suggest": {
7912
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
7913
                "zendframework/zend-cache": "Zend\\Cache component",
7914
                "zendframework/zend-config": "Zend\\Config component",
7915
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
7916
                "zendframework/zend-filter": "You should install this package to use the provided filters",
7917
                "zendframework/zend-i18n-resources": "Translation resources",
7918
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
7919
                "zendframework/zend-validator": "You should install this package to use the provided validators",
7920
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
7921
            },
7922
            "type": "library",
7923
            "extra": {
7924
                "branch-alias": {
7925
                    "dev-master": "2.9.x-dev",
7926
                    "dev-develop": "2.10.x-dev"
7927
                },
7928
                "zf": {
7929
                    "component": "Zend\\I18n",
7930
                    "config-provider": "Zend\\I18n\\ConfigProvider"
7931
                }
7932
            },
7933
            "autoload": {
7934
                "psr-4": {
7935
                    "Zend\\I18n\\": "src/"
7936
                }
7937
            },
7938
            "notification-url": "https://packagist.org/downloads/",
7939
            "license": [
7940
                "BSD-3-Clause"
7941
            ],
7942
            "description": "Provide translations for your application, and filter and validate internationalized values",
7943
            "keywords": [
7944
                "ZendFramework",
7945
                "i18n",
7946
                "zf"
7947
            ],
7948
            "time": "2018-05-16T16:39:13+00:00"
7949
        },
7950
        {
7951
            "name": "zendframework/zend-json",
7952
            "version": "3.1.0",
7953
            "source": {
7954
                "type": "git",
7955
                "url": "https://github.com/zendframework/zend-json.git",
7956
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
7957
            },
7958
            "dist": {
7959
                "type": "zip",
7960
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
7961
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
7962
                "shasum": ""
7963
            },
7964
            "require": {
7965
                "php": "^5.6 || ^7.0"
7966
            },
7967
            "require-dev": {
7968
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
7969
                "zendframework/zend-coding-standard": "~1.0.0",
7970
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
7971
            },
7972
            "suggest": {
7973
                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
7974
                "zendframework/zend-xml2json": "For converting XML documents to JSON"
7975
            },
7976
            "type": "library",
7977
            "extra": {
7978
                "branch-alias": {
7979
                    "dev-master": "3.1.x-dev",
7980
                    "dev-develop": "3.2.x-dev"
7981
                }
7982
            },
7983
            "autoload": {
7984
                "psr-4": {
7985
                    "Zend\\Json\\": "src/"
7986
                }
7987
            },
7988
            "notification-url": "https://packagist.org/downloads/",
7989
            "license": [
7990
                "BSD-3-Clause"
7991
            ],
7992
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
7993
            "keywords": [
7994
                "ZendFramework",
7995
                "json",
7996
                "zf"
7997
            ],
7998
            "time": "2018-01-04T17:51:34+00:00"
7999
        },
8000
        {
8001
            "name": "zendframework/zend-serializer",
8002
            "version": "2.9.0",
8003
            "source": {
8004
                "type": "git",
8005
                "url": "https://github.com/zendframework/zend-serializer.git",
8006
                "reference": "0172690db48d8935edaf625c4cba38b79719892c"
8007
            },
8008
            "dist": {
8009
                "type": "zip",
8010
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c",
8011
                "reference": "0172690db48d8935edaf625c4cba38b79719892c",
8012
                "shasum": ""
8013
            },
8014
            "require": {
8015
                "php": "^5.6 || ^7.0",
8016
                "zendframework/zend-json": "^2.5 || ^3.0",
8017
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
8018
            },
8019
            "require-dev": {
8020
                "phpunit/phpunit": "^5.7.25 || ^6.4.4",
8021
                "zendframework/zend-coding-standard": "~1.0.0",
8022
                "zendframework/zend-math": "^2.6 || ^3.0",
8023
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
8024
            },
8025
            "suggest": {
8026
                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
8027
                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
8028
            },
8029
            "type": "library",
8030
            "extra": {
8031
                "branch-alias": {
8032
                    "dev-master": "2.9.x-dev",
8033
                    "dev-develop": "2.10.x-dev"
8034
                },
8035
                "zf": {
8036
                    "component": "Zend\\Serializer",
8037
                    "config-provider": "Zend\\Serializer\\ConfigProvider"
8038
                }
8039
            },
8040
            "autoload": {
8041
                "psr-4": {
8042
                    "Zend\\Serializer\\": "src/"
8043
                }
8044
            },
8045
            "notification-url": "https://packagist.org/downloads/",
8046
            "license": [
8047
                "BSD-3-Clause"
8048
            ],
8049
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
8050
            "keywords": [
8051
                "ZendFramework",
8052
                "serializer",
8053
                "zf"
8054
            ],
8055
            "time": "2018-05-14T18:45:18+00:00"
8056
        },
8057
        {
8058
            "name": "zendframework/zend-servicemanager",
8059
            "version": "2.7.11",
8060
            "source": {
8061
                "type": "git",
8062
                "url": "https://github.com/zendframework/zend-servicemanager.git",
8063
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7"
8064
            },
8065
            "dist": {
8066
                "type": "zip",
8067
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
8068
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
8069
                "shasum": ""
8070
            },
8071
            "require": {
8072
                "container-interop/container-interop": "~1.0",
8073
                "php": "^5.5 || ^7.0"
8074
            },
8075
            "require-dev": {
8076
                "athletic/athletic": "dev-master",
8077
                "fabpot/php-cs-fixer": "1.7.*",
8078
                "phpunit/phpunit": "~4.0",
8079
                "zendframework/zend-di": "~2.5",
8080
                "zendframework/zend-mvc": "~2.5"
8081
            },
8082
            "suggest": {
8083
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
8084
                "zendframework/zend-di": "Zend\\Di component"
8085
            },
8086
            "type": "library",
8087
            "extra": {
8088
                "branch-alias": {
8089
                    "dev-master": "2.7-dev",
8090
                    "dev-develop": "3.0-dev"
8091
                }
8092
            },
8093
            "autoload": {
8094
                "psr-4": {
8095
                    "Zend\\ServiceManager\\": "src/"
8096
                }
8097
            },
8098
            "notification-url": "https://packagist.org/downloads/",
8099
            "license": [
8100
                "BSD-3-Clause"
8101
            ],
8102
            "homepage": "https://github.com/zendframework/zend-servicemanager",
8103
            "keywords": [
8104
                "servicemanager",
8105
                "zf2"
8106
            ],
8107
            "time": "2018-06-22T14:49:54+00:00"
8108
        },
8109
        {
8110
            "name": "zendframework/zend-stdlib",
8111
            "version": "2.7.7",
8112
            "source": {
8113
                "type": "git",
8114
                "url": "https://github.com/zendframework/zend-stdlib.git",
8115
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
8116
            },
8117
            "dist": {
8118
                "type": "zip",
8119
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
8120
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
8121
                "shasum": ""
8122
            },
8123
            "require": {
8124
                "php": "^5.5 || ^7.0",
8125
                "zendframework/zend-hydrator": "~1.1"
8126
            },
8127
            "require-dev": {
8128
                "athletic/athletic": "~0.1",
8129
                "fabpot/php-cs-fixer": "1.7.*",
8130
                "phpunit/phpunit": "~4.0",
8131
                "zendframework/zend-config": "~2.5",
8132
                "zendframework/zend-eventmanager": "~2.5",
8133
                "zendframework/zend-filter": "~2.5",
8134
                "zendframework/zend-inputfilter": "~2.5",
8135
                "zendframework/zend-serializer": "~2.5",
8136
                "zendframework/zend-servicemanager": "~2.5"
8137
            },
8138
            "suggest": {
8139
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
8140
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
8141
                "zendframework/zend-serializer": "Zend\\Serializer component",
8142
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
8143
            },
8144
            "type": "library",
8145
            "extra": {
8146
                "branch-alias": {
8147
                    "dev-release-2.7": "2.7-dev",
8148
                    "dev-master": "3.0-dev",
8149
                    "dev-develop": "3.1-dev"
8150
                }
8151
            },
8152
            "autoload": {
8153
                "psr-4": {
8154
                    "Zend\\Stdlib\\": "src/"
8155
                }
8156
            },
8157
            "notification-url": "https://packagist.org/downloads/",
8158
            "license": [
8159
                "BSD-3-Clause"
8160
            ],
8161
            "homepage": "https://github.com/zendframework/zend-stdlib",
8162
            "keywords": [
8163
                "stdlib",
8164
                "zf2"
8165
            ],
8166
            "time": "2016-04-12T21:17:31+00:00"
8167
        },
8168
        {
8169
            "name": "zetacomponents/base",
8170
            "version": "1.9.1",
8171
            "source": {
8172
                "type": "git",
8173
                "url": "https://github.com/zetacomponents/Base.git",
8174
                "reference": "489e20235989ddc97fdd793af31ac803972454f1"
8175
            },
8176
            "dist": {
8177
                "type": "zip",
8178
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
8179
                "reference": "489e20235989ddc97fdd793af31ac803972454f1",
8180
                "shasum": ""
8181
            },
8182
            "require-dev": {
8183
                "phpunit/phpunit": "~5.7",
8184
                "zetacomponents/unit-test": "*"
8185
            },
8186
            "type": "library",
8187
            "autoload": {
8188
                "classmap": [
8189
                    "src"
8190
                ]
8191
            },
8192
            "notification-url": "https://packagist.org/downloads/",
8193
            "license": [
8194
                "Apache-2.0"
8195
            ],
8196
            "authors": [
8197
                {
8198
                    "name": "Sergey Alexeev"
8199
                },
8200
                {
8201
                    "name": "Sebastian Bergmann"
8202
                },
8203
                {
8204
                    "name": "Jan Borsodi"
8205
                },
8206
                {
8207
                    "name": "Raymond Bosman"
8208
                },
8209
                {
8210
                    "name": "Frederik Holljen"
8211
                },
8212
                {
8213
                    "name": "Kore Nordmann"
8214
                },
8215
                {
8216
                    "name": "Derick Rethans"
8217
                },
8218
                {
8219
                    "name": "Vadym Savchuk"
8220
                },
8221
                {
8222
                    "name": "Tobias Schlitt"
8223
                },
8224
                {
8225
                    "name": "Alexandru Stanoi"
8226
                }
8227
            ],
8228
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
8229
            "homepage": "https://github.com/zetacomponents",
8230
            "time": "2017-11-28T11:30:00+00:00"
8231
        },
8232
        {
8233
            "name": "zetacomponents/document",
8234
            "version": "1.3.1",
8235
            "source": {
8236
                "type": "git",
8237
                "url": "https://github.com/zetacomponents/Document.git",
8238
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
8239
            },
8240
            "dist": {
8241
                "type": "zip",
8242
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
8243
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
8244
                "shasum": ""
8245
            },
8246
            "require": {
8247
                "zetacomponents/base": "*"
8248
            },
8249
            "require-dev": {
8250
                "zetacomponents/unit-test": "dev-master"
8251
            },
8252
            "type": "library",
8253
            "autoload": {
8254
                "classmap": [
8255
                    "src"
8256
                ]
8257
            },
8258
            "notification-url": "https://packagist.org/downloads/",
8259
            "license": [
8260
                "Apache-2.0"
8261
            ],
8262
            "authors": [
8263
                {
8264
                    "name": "Sebastian Bergmann"
8265
                },
8266
                {
8267
                    "name": "Kore Nordmann"
8268
                },
8269
                {
8270
                    "name": "Derick Rethans"
8271
                },
8272
                {
8273
                    "name": "Tobias Schlitt"
8274
                },
8275
                {
8276
                    "name": "Alexandru Stanoi"
8277
                }
8278
            ],
8279
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
8280
            "homepage": "https://github.com/zetacomponents",
8281
            "time": "2013-12-19T11:40:00+00:00"
8282
        }
8283
    ],
8284
    "aliases": [],
8285
    "minimum-stability": "stable",
8286
    "stability-flags": [],
8287
    "prefer-stable": false,
8288
    "prefer-lowest": false,
8289
    "platform": {
8290
        "php": ">=5.5.0 < 7.0.0"
8291
    },
8292
    "platform-dev": []
8293
}
8294