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