Completed
Push — develop ( a89061...54507c )
by Jaap
08:53
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "cac587510e93e1a772bbe129e8f80426",
8
    "packages": [
9
        {
10
            "name": "composer/ca-bundle",
11
            "version": "1.1.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/composer/ca-bundle.git",
15
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
20
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-openssl": "*",
25
                "ext-pcre": "*",
26
                "php": "^5.3.2 || ^7.0"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
30
                "psr/log": "^1.0",
31
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
32
            },
33
            "type": "library",
34
            "extra": {
35
                "branch-alias": {
36
                    "dev-master": "1.x-dev"
37
                }
38
            },
39
            "autoload": {
40
                "psr-4": {
41
                    "Composer\\CaBundle\\": "src"
42
                }
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "MIT"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Jordi Boggiano",
51
                    "email": "[email protected]",
52
                    "homepage": "http://seld.be"
53
                }
54
            ],
55
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
56
            "keywords": [
57
                "cabundle",
58
                "cacert",
59
                "certificate",
60
                "ssl",
61
                "tls"
62
            ],
63
            "time": "2018-03-29T19:57:20+00:00"
64
        },
65
        {
66
            "name": "container-interop/container-interop",
67
            "version": "1.2.0",
68
            "source": {
69
                "type": "git",
70
                "url": "https://github.com/container-interop/container-interop.git",
71
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
72
            },
73
            "dist": {
74
                "type": "zip",
75
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
76
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
77
                "shasum": ""
78
            },
79
            "require": {
80
                "psr/container": "^1.0"
81
            },
82
            "type": "library",
83
            "autoload": {
84
                "psr-4": {
85
                    "Interop\\Container\\": "src/Interop/Container/"
86
                }
87
            },
88
            "notification-url": "https://packagist.org/downloads/",
89
            "license": [
90
                "MIT"
91
            ],
92
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
93
            "homepage": "https://github.com/container-interop/container-interop",
94
            "time": "2017-02-14T19:40:03+00:00"
95
        },
96
        {
97
            "name": "doctrine/annotations",
98
            "version": "v1.6.0",
99
            "source": {
100
                "type": "git",
101
                "url": "https://github.com/doctrine/annotations.git",
102
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
103
            },
104
            "dist": {
105
                "type": "zip",
106
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
107
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
108
                "shasum": ""
109
            },
110
            "require": {
111
                "doctrine/lexer": "1.*",
112
                "php": "^7.1"
113
            },
114
            "require-dev": {
115
                "doctrine/cache": "1.*",
116
                "phpunit/phpunit": "^6.4"
117
            },
118
            "type": "library",
119
            "extra": {
120
                "branch-alias": {
121
                    "dev-master": "1.6.x-dev"
122
                }
123
            },
124
            "autoload": {
125
                "psr-4": {
126
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
127
                }
128
            },
129
            "notification-url": "https://packagist.org/downloads/",
130
            "license": [
131
                "MIT"
132
            ],
133
            "authors": [
134
                {
135
                    "name": "Roman Borschel",
136
                    "email": "[email protected]"
137
                },
138
                {
139
                    "name": "Benjamin Eberlei",
140
                    "email": "[email protected]"
141
                },
142
                {
143
                    "name": "Guilherme Blanco",
144
                    "email": "[email protected]"
145
                },
146
                {
147
                    "name": "Jonathan Wage",
148
                    "email": "[email protected]"
149
                },
150
                {
151
                    "name": "Johannes Schmitt",
152
                    "email": "[email protected]"
153
                }
154
            ],
155
            "description": "Docblock Annotations Parser",
156
            "homepage": "http://www.doctrine-project.org",
157
            "keywords": [
158
                "annotations",
159
                "docblock",
160
                "parser"
161
            ],
162
            "time": "2017-12-06T07:11:42+00:00"
163
        },
164
        {
165
            "name": "doctrine/cache",
166
            "version": "v1.7.1",
167
            "source": {
168
                "type": "git",
169
                "url": "https://github.com/doctrine/cache.git",
170
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
171
            },
172
            "dist": {
173
                "type": "zip",
174
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
175
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
176
                "shasum": ""
177
            },
178
            "require": {
179
                "php": "~7.1"
180
            },
181
            "conflict": {
182
                "doctrine/common": ">2.2,<2.4"
183
            },
184
            "require-dev": {
185
                "alcaeus/mongo-php-adapter": "^1.1",
186
                "mongodb/mongodb": "^1.1",
187
                "phpunit/phpunit": "^5.7",
188
                "predis/predis": "~1.0"
189
            },
190
            "suggest": {
191
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
192
            },
193
            "type": "library",
194
            "extra": {
195
                "branch-alias": {
196
                    "dev-master": "1.7.x-dev"
197
                }
198
            },
199
            "autoload": {
200
                "psr-4": {
201
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
202
                }
203
            },
204
            "notification-url": "https://packagist.org/downloads/",
205
            "license": [
206
                "MIT"
207
            ],
208
            "authors": [
209
                {
210
                    "name": "Roman Borschel",
211
                    "email": "[email protected]"
212
                },
213
                {
214
                    "name": "Benjamin Eberlei",
215
                    "email": "[email protected]"
216
                },
217
                {
218
                    "name": "Guilherme Blanco",
219
                    "email": "[email protected]"
220
                },
221
                {
222
                    "name": "Jonathan Wage",
223
                    "email": "[email protected]"
224
                },
225
                {
226
                    "name": "Johannes Schmitt",
227
                    "email": "[email protected]"
228
                }
229
            ],
230
            "description": "Caching library offering an object-oriented API for many cache backends",
231
            "homepage": "http://www.doctrine-project.org",
232
            "keywords": [
233
                "cache",
234
                "caching"
235
            ],
236
            "time": "2017-08-25T07:02:50+00:00"
237
        },
238
        {
239
            "name": "doctrine/collections",
240
            "version": "v1.5.0",
241
            "source": {
242
                "type": "git",
243
                "url": "https://github.com/doctrine/collections.git",
244
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
245
            },
246
            "dist": {
247
                "type": "zip",
248
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
249
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
250
                "shasum": ""
251
            },
252
            "require": {
253
                "php": "^7.1"
254
            },
255
            "require-dev": {
256
                "doctrine/coding-standard": "~0.1@dev",
257
                "phpunit/phpunit": "^5.7"
258
            },
259
            "type": "library",
260
            "extra": {
261
                "branch-alias": {
262
                    "dev-master": "1.3.x-dev"
263
                }
264
            },
265
            "autoload": {
266
                "psr-0": {
267
                    "Doctrine\\Common\\Collections\\": "lib/"
268
                }
269
            },
270
            "notification-url": "https://packagist.org/downloads/",
271
            "license": [
272
                "MIT"
273
            ],
274
            "authors": [
275
                {
276
                    "name": "Roman Borschel",
277
                    "email": "[email protected]"
278
                },
279
                {
280
                    "name": "Benjamin Eberlei",
281
                    "email": "[email protected]"
282
                },
283
                {
284
                    "name": "Guilherme Blanco",
285
                    "email": "[email protected]"
286
                },
287
                {
288
                    "name": "Jonathan Wage",
289
                    "email": "[email protected]"
290
                },
291
                {
292
                    "name": "Johannes Schmitt",
293
                    "email": "[email protected]"
294
                }
295
            ],
296
            "description": "Collections Abstraction library",
297
            "homepage": "http://www.doctrine-project.org",
298
            "keywords": [
299
                "array",
300
                "collections",
301
                "iterator"
302
            ],
303
            "time": "2017-07-22T10:37:32+00:00"
304
        },
305
        {
306
            "name": "doctrine/common",
307
            "version": "v2.8.1",
308
            "source": {
309
                "type": "git",
310
                "url": "https://github.com/doctrine/common.git",
311
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
312
            },
313
            "dist": {
314
                "type": "zip",
315
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
316
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
317
                "shasum": ""
318
            },
319
            "require": {
320
                "doctrine/annotations": "1.*",
321
                "doctrine/cache": "1.*",
322
                "doctrine/collections": "1.*",
323
                "doctrine/inflector": "1.*",
324
                "doctrine/lexer": "1.*",
325
                "php": "~7.1"
326
            },
327
            "require-dev": {
328
                "phpunit/phpunit": "^5.7"
329
            },
330
            "type": "library",
331
            "extra": {
332
                "branch-alias": {
333
                    "dev-master": "2.8.x-dev"
334
                }
335
            },
336
            "autoload": {
337
                "psr-4": {
338
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
339
                }
340
            },
341
            "notification-url": "https://packagist.org/downloads/",
342
            "license": [
343
                "MIT"
344
            ],
345
            "authors": [
346
                {
347
                    "name": "Roman Borschel",
348
                    "email": "[email protected]"
349
                },
350
                {
351
                    "name": "Benjamin Eberlei",
352
                    "email": "[email protected]"
353
                },
354
                {
355
                    "name": "Guilherme Blanco",
356
                    "email": "[email protected]"
357
                },
358
                {
359
                    "name": "Jonathan Wage",
360
                    "email": "[email protected]"
361
                },
362
                {
363
                    "name": "Johannes Schmitt",
364
                    "email": "[email protected]"
365
                }
366
            ],
367
            "description": "Common Library for Doctrine projects",
368
            "homepage": "http://www.doctrine-project.org",
369
            "keywords": [
370
                "annotations",
371
                "collections",
372
                "eventmanager",
373
                "persistence",
374
                "spl"
375
            ],
376
            "time": "2017-08-31T08:43:38+00:00"
377
        },
378
        {
379
            "name": "doctrine/inflector",
380
            "version": "v1.3.0",
381
            "source": {
382
                "type": "git",
383
                "url": "https://github.com/doctrine/inflector.git",
384
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
385
            },
386
            "dist": {
387
                "type": "zip",
388
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
389
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
390
                "shasum": ""
391
            },
392
            "require": {
393
                "php": "^7.1"
394
            },
395
            "require-dev": {
396
                "phpunit/phpunit": "^6.2"
397
            },
398
            "type": "library",
399
            "extra": {
400
                "branch-alias": {
401
                    "dev-master": "1.3.x-dev"
402
                }
403
            },
404
            "autoload": {
405
                "psr-4": {
406
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
407
                }
408
            },
409
            "notification-url": "https://packagist.org/downloads/",
410
            "license": [
411
                "MIT"
412
            ],
413
            "authors": [
414
                {
415
                    "name": "Roman Borschel",
416
                    "email": "[email protected]"
417
                },
418
                {
419
                    "name": "Benjamin Eberlei",
420
                    "email": "[email protected]"
421
                },
422
                {
423
                    "name": "Guilherme Blanco",
424
                    "email": "[email protected]"
425
                },
426
                {
427
                    "name": "Jonathan Wage",
428
                    "email": "[email protected]"
429
                },
430
                {
431
                    "name": "Johannes Schmitt",
432
                    "email": "[email protected]"
433
                }
434
            ],
435
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
436
            "homepage": "http://www.doctrine-project.org",
437
            "keywords": [
438
                "inflection",
439
                "pluralize",
440
                "singularize",
441
                "string"
442
            ],
443
            "time": "2018-01-09T20:05:19+00:00"
444
        },
445
        {
446
            "name": "doctrine/instantiator",
447
            "version": "1.1.0",
448
            "source": {
449
                "type": "git",
450
                "url": "https://github.com/doctrine/instantiator.git",
451
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
452
            },
453
            "dist": {
454
                "type": "zip",
455
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
456
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
457
                "shasum": ""
458
            },
459
            "require": {
460
                "php": "^7.1"
461
            },
462
            "require-dev": {
463
                "athletic/athletic": "~0.1.8",
464
                "ext-pdo": "*",
465
                "ext-phar": "*",
466
                "phpunit/phpunit": "^6.2.3",
467
                "squizlabs/php_codesniffer": "^3.0.2"
468
            },
469
            "type": "library",
470
            "extra": {
471
                "branch-alias": {
472
                    "dev-master": "1.2.x-dev"
473
                }
474
            },
475
            "autoload": {
476
                "psr-4": {
477
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
478
                }
479
            },
480
            "notification-url": "https://packagist.org/downloads/",
481
            "license": [
482
                "MIT"
483
            ],
484
            "authors": [
485
                {
486
                    "name": "Marco Pivetta",
487
                    "email": "[email protected]",
488
                    "homepage": "http://ocramius.github.com/"
489
                }
490
            ],
491
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
492
            "homepage": "https://github.com/doctrine/instantiator",
493
            "keywords": [
494
                "constructor",
495
                "instantiate"
496
            ],
497
            "time": "2017-07-22T11:58:36+00:00"
498
        },
499
        {
500
            "name": "doctrine/lexer",
501
            "version": "v1.0.1",
502
            "source": {
503
                "type": "git",
504
                "url": "https://github.com/doctrine/lexer.git",
505
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
506
            },
507
            "dist": {
508
                "type": "zip",
509
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
510
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
511
                "shasum": ""
512
            },
513
            "require": {
514
                "php": ">=5.3.2"
515
            },
516
            "type": "library",
517
            "extra": {
518
                "branch-alias": {
519
                    "dev-master": "1.0.x-dev"
520
                }
521
            },
522
            "autoload": {
523
                "psr-0": {
524
                    "Doctrine\\Common\\Lexer\\": "lib/"
525
                }
526
            },
527
            "notification-url": "https://packagist.org/downloads/",
528
            "license": [
529
                "MIT"
530
            ],
531
            "authors": [
532
                {
533
                    "name": "Roman Borschel",
534
                    "email": "[email protected]"
535
                },
536
                {
537
                    "name": "Guilherme Blanco",
538
                    "email": "[email protected]"
539
                },
540
                {
541
                    "name": "Johannes Schmitt",
542
                    "email": "[email protected]"
543
                }
544
            ],
545
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
546
            "homepage": "http://www.doctrine-project.org",
547
            "keywords": [
548
                "lexer",
549
                "parser"
550
            ],
551
            "time": "2014-09-09T13:34:57+00:00"
552
        },
553
        {
554
            "name": "erusev/parsedown",
555
            "version": "1.7.1",
556
            "source": {
557
                "type": "git",
558
                "url": "https://github.com/erusev/parsedown.git",
559
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
560
            },
561
            "dist": {
562
                "type": "zip",
563
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
564
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
565
                "shasum": ""
566
            },
567
            "require": {
568
                "ext-mbstring": "*",
569
                "php": ">=5.3.0"
570
            },
571
            "require-dev": {
572
                "phpunit/phpunit": "^4.8.35"
573
            },
574
            "type": "library",
575
            "autoload": {
576
                "psr-0": {
577
                    "Parsedown": ""
578
                }
579
            },
580
            "notification-url": "https://packagist.org/downloads/",
581
            "license": [
582
                "MIT"
583
            ],
584
            "authors": [
585
                {
586
                    "name": "Emanuil Rusev",
587
                    "email": "[email protected]",
588
                    "homepage": "http://erusev.com"
589
                }
590
            ],
591
            "description": "Parser for Markdown.",
592
            "homepage": "http://parsedown.org",
593
            "keywords": [
594
                "markdown",
595
                "parser"
596
            ],
597
            "time": "2018-03-08T01:11:30+00:00"
598
        },
599
        {
600
            "name": "jms/metadata",
601
            "version": "1.6.0",
602
            "source": {
603
                "type": "git",
604
                "url": "https://github.com/schmittjoh/metadata.git",
605
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
606
            },
607
            "dist": {
608
                "type": "zip",
609
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
610
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
611
                "shasum": ""
612
            },
613
            "require": {
614
                "php": ">=5.3.0"
615
            },
616
            "require-dev": {
617
                "doctrine/cache": "~1.0",
618
                "symfony/cache": "~3.1"
619
            },
620
            "type": "library",
621
            "extra": {
622
                "branch-alias": {
623
                    "dev-master": "1.5.x-dev"
624
                }
625
            },
626
            "autoload": {
627
                "psr-0": {
628
                    "Metadata\\": "src/"
629
                }
630
            },
631
            "notification-url": "https://packagist.org/downloads/",
632
            "license": [
633
                "Apache-2.0"
634
            ],
635
            "authors": [
636
                {
637
                    "name": "Johannes M. Schmitt",
638
                    "email": "[email protected]"
639
                }
640
            ],
641
            "description": "Class/method/property metadata management in PHP",
642
            "keywords": [
643
                "annotations",
644
                "metadata",
645
                "xml",
646
                "yaml"
647
            ],
648
            "time": "2016-12-05T10:18:33+00:00"
649
        },
650
        {
651
            "name": "jms/parser-lib",
652
            "version": "1.0.0",
653
            "source": {
654
                "type": "git",
655
                "url": "https://github.com/schmittjoh/parser-lib.git",
656
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
657
            },
658
            "dist": {
659
                "type": "zip",
660
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
661
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
662
                "shasum": ""
663
            },
664
            "require": {
665
                "phpoption/phpoption": ">=0.9,<2.0-dev"
666
            },
667
            "type": "library",
668
            "extra": {
669
                "branch-alias": {
670
                    "dev-master": "1.0-dev"
671
                }
672
            },
673
            "autoload": {
674
                "psr-0": {
675
                    "JMS\\": "src/"
676
                }
677
            },
678
            "notification-url": "https://packagist.org/downloads/",
679
            "license": [
680
                "Apache2"
681
            ],
682
            "description": "A library for easily creating recursive-descent parsers.",
683
            "time": "2012-11-18T18:08:43+00:00"
684
        },
685
        {
686
            "name": "jms/serializer",
687
            "version": "1.11.0",
688
            "source": {
689
                "type": "git",
690
                "url": "https://github.com/schmittjoh/serializer.git",
691
                "reference": "e7c53477ff55c21d1b1db7d062edc050a24f465f"
692
            },
693
            "dist": {
694
                "type": "zip",
695
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/e7c53477ff55c21d1b1db7d062edc050a24f465f",
696
                "reference": "e7c53477ff55c21d1b1db7d062edc050a24f465f",
697
                "shasum": ""
698
            },
699
            "require": {
700
                "doctrine/annotations": "^1.0",
701
                "doctrine/instantiator": "^1.0.3",
702
                "jms/metadata": "~1.1",
703
                "jms/parser-lib": "1.*",
704
                "php": "^5.5|^7.0",
705
                "phpcollection/phpcollection": "~0.1",
706
                "phpoption/phpoption": "^1.1"
707
            },
708
            "conflict": {
709
                "twig/twig": "<1.12"
710
            },
711
            "require-dev": {
712
                "doctrine/orm": "~2.1",
713
                "doctrine/phpcr-odm": "^1.3|^2.0",
714
                "ext-pdo_sqlite": "*",
715
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
716
                "phpunit/phpunit": "^4.8|^5.0",
717
                "propel/propel1": "~1.7",
718
                "psr/container": "^1.0",
719
                "symfony/dependency-injection": "^2.7|^3.3|^4.0",
720
                "symfony/expression-language": "^2.6|^3.0",
721
                "symfony/filesystem": "^2.1",
722
                "symfony/form": "~2.1|^3.0",
723
                "symfony/translation": "^2.1|^3.0",
724
                "symfony/validator": "^2.2|^3.0",
725
                "symfony/yaml": "^2.1|^3.0",
726
                "twig/twig": "~1.12|~2.0"
727
            },
728
            "suggest": {
729
                "doctrine/cache": "Required if you like to use cache functionality.",
730
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
731
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
732
            },
733
            "type": "library",
734
            "extra": {
735
                "branch-alias": {
736
                    "dev-master": "1.11-dev"
737
                }
738
            },
739
            "autoload": {
740
                "psr-0": {
741
                    "JMS\\Serializer": "src/"
742
                }
743
            },
744
            "notification-url": "https://packagist.org/downloads/",
745
            "license": [
746
                "Apache-2.0"
747
            ],
748
            "authors": [
749
                {
750
                    "name": "Asmir Mustafic",
751
                    "email": "[email protected]"
752
                },
753
                {
754
                    "name": "Johannes M. Schmitt",
755
                    "email": "[email protected]"
756
                }
757
            ],
758
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
759
            "homepage": "http://jmsyst.com/libs/serializer",
760
            "keywords": [
761
                "deserialization",
762
                "jaxb",
763
                "json",
764
                "serialization",
765
                "xml"
766
            ],
767
            "time": "2018-02-04T17:48:54+00:00"
768
        },
769
        {
770
            "name": "jms/serializer-bundle",
771
            "version": "2.3.1",
772
            "source": {
773
                "type": "git",
774
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
775
                "reference": "9dec7ab62248aa97f33cce70c301af15154f8f0b"
776
            },
777
            "dist": {
778
                "type": "zip",
779
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/9dec7ab62248aa97f33cce70c301af15154f8f0b",
780
                "reference": "9dec7ab62248aa97f33cce70c301af15154f8f0b",
781
                "shasum": ""
782
            },
783
            "require": {
784
                "jms/serializer": "^1.10",
785
                "php": "^5.4|^7.0",
786
                "phpoption/phpoption": "^1.1.0",
787
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
788
            },
789
            "require-dev": {
790
                "doctrine/orm": "*",
791
                "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
792
                "symfony/expression-language": "~2.6|~3.0|~4.0",
793
                "symfony/finder": "^2.3|^3.0|^4.0",
794
                "symfony/form": "*",
795
                "symfony/stopwatch": "*",
796
                "symfony/twig-bundle": "*",
797
                "symfony/validator": "*",
798
                "symfony/yaml": "*"
799
            },
800
            "suggest": {
801
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
802
                "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
803
            },
804
            "type": "symfony-bundle",
805
            "extra": {
806
                "branch-alias": {
807
                    "dev-master": "2.3-dev"
808
                }
809
            },
810
            "autoload": {
811
                "psr-4": {
812
                    "JMS\\SerializerBundle\\": ""
813
                },
814
                "exclude-from-classmap": [
815
                    "/Tests/"
816
                ]
817
            },
818
            "notification-url": "https://packagist.org/downloads/",
819
            "license": [
820
                "Apache-2.0"
821
            ],
822
            "authors": [
823
                {
824
                    "name": "Asmir Mustafic",
825
                    "email": "[email protected]"
826
                },
827
                {
828
                    "name": "Johannes M. Schmitt",
829
                    "email": "[email protected]"
830
                }
831
            ],
832
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
833
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
834
            "keywords": [
835
                "deserialization",
836
                "jaxb",
837
                "json",
838
                "serialization",
839
                "xml"
840
            ],
841
            "time": "2017-12-08T19:49:08+00:00"
842
        },
843
        {
844
            "name": "league/flysystem",
845
            "version": "1.0.44",
846
            "source": {
847
                "type": "git",
848
                "url": "https://github.com/thephpleague/flysystem.git",
849
                "reference": "168dbe519737221dc87d17385cde33073881fd02"
850
            },
851
            "dist": {
852
                "type": "zip",
853
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/168dbe519737221dc87d17385cde33073881fd02",
854
                "reference": "168dbe519737221dc87d17385cde33073881fd02",
855
                "shasum": ""
856
            },
857
            "require": {
858
                "php": ">=5.5.9"
859
            },
860
            "conflict": {
861
                "league/flysystem-sftp": "<1.0.6"
862
            },
863
            "require-dev": {
864
                "ext-fileinfo": "*",
865
                "phpspec/phpspec": "^3.4",
866
                "phpunit/phpunit": "^5.7"
867
            },
868
            "suggest": {
869
                "ext-fileinfo": "Required for MimeType",
870
                "ext-ftp": "Allows you to use FTP server storage",
871
                "ext-openssl": "Allows you to use FTPS server storage",
872
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
873
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
874
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
875
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
876
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
877
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
878
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
879
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
880
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
881
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
882
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
883
            },
884
            "type": "library",
885
            "extra": {
886
                "branch-alias": {
887
                    "dev-master": "1.1-dev"
888
                }
889
            },
890
            "autoload": {
891
                "psr-4": {
892
                    "League\\Flysystem\\": "src/"
893
                }
894
            },
895
            "notification-url": "https://packagist.org/downloads/",
896
            "license": [
897
                "MIT"
898
            ],
899
            "authors": [
900
                {
901
                    "name": "Frank de Jonge",
902
                    "email": "[email protected]"
903
                }
904
            ],
905
            "description": "Filesystem abstraction: Many filesystems, one API.",
906
            "keywords": [
907
                "Cloud Files",
908
                "WebDAV",
909
                "abstraction",
910
                "aws",
911
                "cloud",
912
                "copy.com",
913
                "dropbox",
914
                "file systems",
915
                "files",
916
                "filesystem",
917
                "filesystems",
918
                "ftp",
919
                "rackspace",
920
                "remote",
921
                "s3",
922
                "sftp",
923
                "storage"
924
            ],
925
            "time": "2018-04-06T09:58:14+00:00"
926
        },
927
        {
928
            "name": "league/pipeline",
929
            "version": "0.3.0",
930
            "source": {
931
                "type": "git",
932
                "url": "https://github.com/thephpleague/pipeline.git",
933
                "reference": "27dc18166c30d6429c75d1320f41e8238c59c3d4"
934
            },
935
            "dist": {
936
                "type": "zip",
937
                "url": "https://api.github.com/repos/thephpleague/pipeline/zipball/27dc18166c30d6429c75d1320f41e8238c59c3d4",
938
                "reference": "27dc18166c30d6429c75d1320f41e8238c59c3d4",
939
                "shasum": ""
940
            },
941
            "require": {
942
                "php": ">=5.5"
943
            },
944
            "require-dev": {
945
                "henrikbjorn/phpspec-code-coverage": "^1.0",
946
                "phpspec/phpspec": "^2.2"
947
            },
948
            "type": "library",
949
            "autoload": {
950
                "psr-4": {
951
                    "League\\Pipeline\\": "src"
952
                }
953
            },
954
            "notification-url": "https://packagist.org/downloads/",
955
            "license": [
956
                "MIT"
957
            ],
958
            "authors": [
959
                {
960
                    "name": "Frank de Jonge",
961
                    "email": "[email protected]"
962
                }
963
            ],
964
            "description": "A plug and play pipeline implementation.",
965
            "keywords": [
966
                "composition",
967
                "design pattern",
968
                "pattern",
969
                "pipeline",
970
                "sequential"
971
            ],
972
            "time": "2016-10-13T20:53:39+00:00"
973
        },
974
        {
975
            "name": "monolog/monolog",
976
            "version": "1.23.0",
977
            "source": {
978
                "type": "git",
979
                "url": "https://github.com/Seldaek/monolog.git",
980
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
981
            },
982
            "dist": {
983
                "type": "zip",
984
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
985
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
986
                "shasum": ""
987
            },
988
            "require": {
989
                "php": ">=5.3.0",
990
                "psr/log": "~1.0"
991
            },
992
            "provide": {
993
                "psr/log-implementation": "1.0.0"
994
            },
995
            "require-dev": {
996
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
997
                "doctrine/couchdb": "~1.0@dev",
998
                "graylog2/gelf-php": "~1.0",
999
                "jakub-onderka/php-parallel-lint": "0.9",
1000
                "php-amqplib/php-amqplib": "~2.4",
1001
                "php-console/php-console": "^3.1.3",
1002
                "phpunit/phpunit": "~4.5",
1003
                "phpunit/phpunit-mock-objects": "2.3.0",
1004
                "ruflin/elastica": ">=0.90 <3.0",
1005
                "sentry/sentry": "^0.13",
1006
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1007
            },
1008
            "suggest": {
1009
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1010
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1011
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1012
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1013
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1014
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1015
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1016
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1017
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1018
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1019
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1020
            },
1021
            "type": "library",
1022
            "extra": {
1023
                "branch-alias": {
1024
                    "dev-master": "2.0.x-dev"
1025
                }
1026
            },
1027
            "autoload": {
1028
                "psr-4": {
1029
                    "Monolog\\": "src/Monolog"
1030
                }
1031
            },
1032
            "notification-url": "https://packagist.org/downloads/",
1033
            "license": [
1034
                "MIT"
1035
            ],
1036
            "authors": [
1037
                {
1038
                    "name": "Jordi Boggiano",
1039
                    "email": "[email protected]",
1040
                    "homepage": "http://seld.be"
1041
                }
1042
            ],
1043
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1044
            "homepage": "http://github.com/Seldaek/monolog",
1045
            "keywords": [
1046
                "log",
1047
                "logging",
1048
                "psr-3"
1049
            ],
1050
            "time": "2017-06-19T01:22:40+00:00"
1051
        },
1052
        {
1053
            "name": "nikic/php-parser",
1054
            "version": "v3.1.5",
1055
            "source": {
1056
                "type": "git",
1057
                "url": "https://github.com/nikic/PHP-Parser.git",
1058
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
1059
            },
1060
            "dist": {
1061
                "type": "zip",
1062
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1063
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1064
                "shasum": ""
1065
            },
1066
            "require": {
1067
                "ext-tokenizer": "*",
1068
                "php": ">=5.5"
1069
            },
1070
            "require-dev": {
1071
                "phpunit/phpunit": "~4.0|~5.0"
1072
            },
1073
            "bin": [
1074
                "bin/php-parse"
1075
            ],
1076
            "type": "library",
1077
            "extra": {
1078
                "branch-alias": {
1079
                    "dev-master": "3.0-dev"
1080
                }
1081
            },
1082
            "autoload": {
1083
                "psr-4": {
1084
                    "PhpParser\\": "lib/PhpParser"
1085
                }
1086
            },
1087
            "notification-url": "https://packagist.org/downloads/",
1088
            "license": [
1089
                "BSD-3-Clause"
1090
            ],
1091
            "authors": [
1092
                {
1093
                    "name": "Nikita Popov"
1094
                }
1095
            ],
1096
            "description": "A PHP parser written in PHP",
1097
            "keywords": [
1098
                "parser",
1099
                "php"
1100
            ],
1101
            "time": "2018-02-28T20:30:58+00:00"
1102
        },
1103
        {
1104
            "name": "ocramius/package-versions",
1105
            "version": "1.3.0",
1106
            "source": {
1107
                "type": "git",
1108
                "url": "https://github.com/Ocramius/PackageVersions.git",
1109
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
1110
            },
1111
            "dist": {
1112
                "type": "zip",
1113
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
1114
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
1115
                "shasum": ""
1116
            },
1117
            "require": {
1118
                "composer-plugin-api": "^1.0.0",
1119
                "php": "^7.1.0"
1120
            },
1121
            "require-dev": {
1122
                "composer/composer": "^1.6.3",
1123
                "ext-zip": "*",
1124
                "infection/infection": "^0.7.1",
1125
                "phpunit/phpunit": "^7.0.0"
1126
            },
1127
            "type": "composer-plugin",
1128
            "extra": {
1129
                "class": "PackageVersions\\Installer",
1130
                "branch-alias": {
1131
                    "dev-master": "2.0.x-dev"
1132
                }
1133
            },
1134
            "autoload": {
1135
                "psr-4": {
1136
                    "PackageVersions\\": "src/PackageVersions"
1137
                }
1138
            },
1139
            "notification-url": "https://packagist.org/downloads/",
1140
            "license": [
1141
                "MIT"
1142
            ],
1143
            "authors": [
1144
                {
1145
                    "name": "Marco Pivetta",
1146
                    "email": "[email protected]"
1147
                }
1148
            ],
1149
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
1150
            "time": "2018-02-05T13:05:30+00:00"
1151
        },
1152
        {
1153
            "name": "ocramius/proxy-manager",
1154
            "version": "2.1.1",
1155
            "source": {
1156
                "type": "git",
1157
                "url": "https://github.com/Ocramius/ProxyManager.git",
1158
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
1159
            },
1160
            "dist": {
1161
                "type": "zip",
1162
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
1163
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
1164
                "shasum": ""
1165
            },
1166
            "require": {
1167
                "ocramius/package-versions": "^1.1.1",
1168
                "php": "^7.1.0",
1169
                "zendframework/zend-code": "^3.1.0"
1170
            },
1171
            "require-dev": {
1172
                "couscous/couscous": "^1.5.2",
1173
                "ext-phar": "*",
1174
                "humbug/humbug": "dev-master@DEV",
1175
                "nikic/php-parser": "^3.0.4",
1176
                "phpbench/phpbench": "^0.12.2",
1177
                "phpstan/phpstan": "^0.6.4",
1178
                "phpunit/phpunit": "^5.6.4",
1179
                "phpunit/phpunit-mock-objects": "^3.4.1",
1180
                "squizlabs/php_codesniffer": "^2.7.0"
1181
            },
1182
            "suggest": {
1183
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
1184
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
1185
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
1186
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
1187
            },
1188
            "type": "library",
1189
            "extra": {
1190
                "branch-alias": {
1191
                    "dev-master": "3.0.x-dev"
1192
                }
1193
            },
1194
            "autoload": {
1195
                "psr-0": {
1196
                    "ProxyManager\\": "src"
1197
                }
1198
            },
1199
            "notification-url": "https://packagist.org/downloads/",
1200
            "license": [
1201
                "MIT"
1202
            ],
1203
            "authors": [
1204
                {
1205
                    "name": "Marco Pivetta",
1206
                    "email": "[email protected]",
1207
                    "homepage": "http://ocramius.github.io/"
1208
                }
1209
            ],
1210
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1211
            "homepage": "https://github.com/Ocramius/ProxyManager",
1212
            "keywords": [
1213
                "aop",
1214
                "lazy loading",
1215
                "proxy",
1216
                "proxy pattern",
1217
                "service proxies"
1218
            ],
1219
            "time": "2017-05-04T11:12:50+00:00"
1220
        },
1221
        {
1222
            "name": "padraic/humbug_get_contents",
1223
            "version": "1.1.2",
1224
            "source": {
1225
                "type": "git",
1226
                "url": "https://github.com/humbug/file_get_contents.git",
1227
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7"
1228
            },
1229
            "dist": {
1230
                "type": "zip",
1231
                "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7",
1232
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7",
1233
                "shasum": ""
1234
            },
1235
            "require": {
1236
                "composer/ca-bundle": "^1.0",
1237
                "ext-openssl": "*",
1238
                "php": "^5.3 || ^7.0 || ^7.1 || ^7.2"
1239
            },
1240
            "require-dev": {
1241
                "bamarni/composer-bin-plugin": "^1.1",
1242
                "mikey179/vfsstream": "^1.6",
1243
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
1244
            },
1245
            "type": "library",
1246
            "extra": {
1247
                "bamarni-bin": {
1248
                    "bin-links": false
1249
                },
1250
                "branch-alias": {
1251
                    "dev-master": "2.0-dev"
1252
                }
1253
            },
1254
            "autoload": {
1255
                "psr-4": {
1256
                    "Humbug\\": "src/"
1257
                },
1258
                "files": [
1259
                    "src/function.php",
1260
                    "src/functions.php"
1261
                ]
1262
            },
1263
            "notification-url": "https://packagist.org/downloads/",
1264
            "license": [
1265
                "BSD-3-Clause"
1266
            ],
1267
            "authors": [
1268
                {
1269
                    "name": "Padraic Brady",
1270
                    "email": "[email protected]",
1271
                    "homepage": "http://blog.astrumfutura.com"
1272
                },
1273
                {
1274
                    "name": "Théo Fidry",
1275
                    "email": "[email protected]"
1276
                }
1277
            ],
1278
            "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
1279
            "homepage": "https://github.com/padraic/file_get_contents",
1280
            "keywords": [
1281
                "download",
1282
                "file_get_contents",
1283
                "http",
1284
                "https",
1285
                "ssl",
1286
                "tls"
1287
            ],
1288
            "time": "2018-02-12T18:47:17+00:00"
1289
        },
1290
        {
1291
            "name": "padraic/phar-updater",
1292
            "version": "v1.0.6",
1293
            "source": {
1294
                "type": "git",
1295
                "url": "https://github.com/humbug/phar-updater.git",
1296
                "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1"
1297
            },
1298
            "dist": {
1299
                "type": "zip",
1300
                "url": "https://api.github.com/repos/humbug/phar-updater/zipball/d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
1301
                "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
1302
                "shasum": ""
1303
            },
1304
            "require": {
1305
                "padraic/humbug_get_contents": "^1.0",
1306
                "php": ">=5.3.3"
1307
            },
1308
            "require-dev": {
1309
                "phpunit/phpunit": "~4.0"
1310
            },
1311
            "type": "library",
1312
            "extra": {
1313
                "branch-alias": {
1314
                    "dev-master": "1.0-dev"
1315
                }
1316
            },
1317
            "autoload": {
1318
                "psr-4": {
1319
                    "Humbug\\SelfUpdate\\": "src/"
1320
                }
1321
            },
1322
            "notification-url": "https://packagist.org/downloads/",
1323
            "license": [
1324
                "BSD-3-Clause"
1325
            ],
1326
            "authors": [
1327
                {
1328
                    "name": "Padraic Brady",
1329
                    "email": "[email protected]",
1330
                    "homepage": "http://blog.astrumfutura.com"
1331
                }
1332
            ],
1333
            "description": "A thing to make PHAR self-updating easy and secure.",
1334
            "keywords": [
1335
                "humbug",
1336
                "phar",
1337
                "self-update",
1338
                "update"
1339
            ],
1340
            "time": "2018-03-30T12:52:15+00:00"
1341
        },
1342
        {
1343
            "name": "phpcollection/phpcollection",
1344
            "version": "0.5.0",
1345
            "source": {
1346
                "type": "git",
1347
                "url": "https://github.com/schmittjoh/php-collection.git",
1348
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1349
            },
1350
            "dist": {
1351
                "type": "zip",
1352
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1353
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1354
                "shasum": ""
1355
            },
1356
            "require": {
1357
                "phpoption/phpoption": "1.*"
1358
            },
1359
            "type": "library",
1360
            "extra": {
1361
                "branch-alias": {
1362
                    "dev-master": "0.4-dev"
1363
                }
1364
            },
1365
            "autoload": {
1366
                "psr-0": {
1367
                    "PhpCollection": "src/"
1368
                }
1369
            },
1370
            "notification-url": "https://packagist.org/downloads/",
1371
            "license": [
1372
                "Apache2"
1373
            ],
1374
            "authors": [
1375
                {
1376
                    "name": "Johannes M. Schmitt",
1377
                    "email": "[email protected]"
1378
                }
1379
            ],
1380
            "description": "General-Purpose Collection Library for PHP",
1381
            "keywords": [
1382
                "collection",
1383
                "list",
1384
                "map",
1385
                "sequence",
1386
                "set"
1387
            ],
1388
            "time": "2015-05-17T12:39:23+00:00"
1389
        },
1390
        {
1391
            "name": "phpdocumentor/flyfinder",
1392
            "version": "1.0.0-beta2",
1393
            "source": {
1394
                "type": "git",
1395
                "url": "https://github.com/phpDocumentor/FlyFinder.git",
1396
                "reference": "524ef31734c83ba5eaaec14503865db75e38cb08"
1397
            },
1398
            "dist": {
1399
                "type": "zip",
1400
                "url": "https://api.github.com/repos/phpDocumentor/FlyFinder/zipball/524ef31734c83ba5eaaec14503865db75e38cb08",
1401
                "reference": "524ef31734c83ba5eaaec14503865db75e38cb08",
1402
                "shasum": ""
1403
            },
1404
            "require": {
1405
                "league/flysystem": "~1.0.41",
1406
                "php": ">=7.1"
1407
            },
1408
            "require-dev": {
1409
                "league/flysystem-memory": "~1.0",
1410
                "mockery/mockery": "~1.0",
1411
                "phpunit/phpunit": "^6.5"
1412
            },
1413
            "type": "library",
1414
            "autoload": {
1415
                "psr-4": {
1416
                    "Flyfinder\\": [
1417
                        "src/"
1418
                    ]
1419
                }
1420
            },
1421
            "notification-url": "https://packagist.org/downloads/",
1422
            "license": [
1423
                "MIT"
1424
            ],
1425
            "description": "Flysystem plugin to add file finding capabilities to the Filesystem entity",
1426
            "homepage": "http://www.phpdoc.org",
1427
            "keywords": [
1428
                "Flysystem",
1429
                "phpdoc"
1430
            ],
1431
            "time": "2018-01-18T22:02:08+00:00"
1432
        },
1433
        {
1434
            "name": "phpdocumentor/graphviz",
1435
            "version": "1.0.4",
1436
            "source": {
1437
                "type": "git",
1438
                "url": "https://github.com/phpDocumentor/GraphViz.git",
1439
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
1440
            },
1441
            "dist": {
1442
                "type": "zip",
1443
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
1444
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
1445
                "shasum": ""
1446
            },
1447
            "require": {
1448
                "php": ">=5.3.3"
1449
            },
1450
            "require-dev": {
1451
                "phpunit/phpunit": "~4.0"
1452
            },
1453
            "type": "library",
1454
            "autoload": {
1455
                "psr-0": {
1456
                    "phpDocumentor": [
1457
                        "src/",
1458
                        "tests/unit"
1459
                    ]
1460
                }
1461
            },
1462
            "notification-url": "https://packagist.org/downloads/",
1463
            "license": [
1464
                "MIT"
1465
            ],
1466
            "authors": [
1467
                {
1468
                    "name": "Mike van Riel",
1469
                    "email": "[email protected]"
1470
                }
1471
            ],
1472
            "time": "2016-02-02T13:00:08+00:00"
1473
        },
1474
        {
1475
            "name": "phpdocumentor/reflection",
1476
            "version": "dev-develop",
1477
            "source": {
1478
                "type": "git",
1479
                "url": "https://github.com/phpDocumentor/Reflection.git",
1480
                "reference": "208cd4547c822ba40f13955122940553da73c0ce"
1481
            },
1482
            "dist": {
1483
                "type": "zip",
1484
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/208cd4547c822ba40f13955122940553da73c0ce",
1485
                "reference": "208cd4547c822ba40f13955122940553da73c0ce",
1486
                "shasum": ""
1487
            },
1488
            "require": {
1489
                "nikic/php-parser": "^3.0",
1490
                "php": ">=7.1",
1491
                "phpdocumentor/reflection-common": "^1.0@dev",
1492
                "phpdocumentor/reflection-docblock": "^4.1",
1493
                "psr/log": "~1.0"
1494
            },
1495
            "require-dev": {
1496
                "mikey179/vfsstream": "~1.2",
1497
                "mockery/mockery": "~1.0",
1498
                "phpstan/phpstan": "^0.9.0",
1499
                "phpunit/phpunit": "~6.5",
1500
                "squizlabs/php_codesniffer": "^2.5"
1501
            },
1502
            "type": "library",
1503
            "extra": {
1504
                "branch-alias": {
1505
                    "dev-develop": "4.0.x-dev"
1506
                }
1507
            },
1508
            "autoload": {
1509
                "psr-4": {
1510
                    "phpDocumentor\\": "src/phpDocumentor"
1511
                }
1512
            },
1513
            "notification-url": "https://packagist.org/downloads/",
1514
            "license": [
1515
                "MIT"
1516
            ],
1517
            "description": "Reflection library to do Static Analysis for PHP Projects",
1518
            "homepage": "http://www.phpdoc.org",
1519
            "keywords": [
1520
                "phpDocumentor",
1521
                "phpdoc",
1522
                "reflection",
1523
                "static analysis"
1524
            ],
1525
            "time": "2018-01-12T10:31:38+00:00"
1526
        },
1527
        {
1528
            "name": "phpdocumentor/reflection-common",
1529
            "version": "1.0.1",
1530
            "source": {
1531
                "type": "git",
1532
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1533
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1534
            },
1535
            "dist": {
1536
                "type": "zip",
1537
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1538
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1539
                "shasum": ""
1540
            },
1541
            "require": {
1542
                "php": ">=5.5"
1543
            },
1544
            "require-dev": {
1545
                "phpunit/phpunit": "^4.6"
1546
            },
1547
            "type": "library",
1548
            "extra": {
1549
                "branch-alias": {
1550
                    "dev-master": "1.0.x-dev"
1551
                }
1552
            },
1553
            "autoload": {
1554
                "psr-4": {
1555
                    "phpDocumentor\\Reflection\\": [
1556
                        "src"
1557
                    ]
1558
                }
1559
            },
1560
            "notification-url": "https://packagist.org/downloads/",
1561
            "license": [
1562
                "MIT"
1563
            ],
1564
            "authors": [
1565
                {
1566
                    "name": "Jaap van Otterdijk",
1567
                    "email": "[email protected]"
1568
                }
1569
            ],
1570
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1571
            "homepage": "http://www.phpdoc.org",
1572
            "keywords": [
1573
                "FQSEN",
1574
                "phpDocumentor",
1575
                "phpdoc",
1576
                "reflection",
1577
                "static analysis"
1578
            ],
1579
            "time": "2017-09-11T18:02:19+00:00"
1580
        },
1581
        {
1582
            "name": "phpdocumentor/reflection-docblock",
1583
            "version": "4.3.0",
1584
            "source": {
1585
                "type": "git",
1586
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1587
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
1588
            },
1589
            "dist": {
1590
                "type": "zip",
1591
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
1592
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
1593
                "shasum": ""
1594
            },
1595
            "require": {
1596
                "php": "^7.0",
1597
                "phpdocumentor/reflection-common": "^1.0.0",
1598
                "phpdocumentor/type-resolver": "^0.4.0",
1599
                "webmozart/assert": "^1.0"
1600
            },
1601
            "require-dev": {
1602
                "doctrine/instantiator": "~1.0.5",
1603
                "mockery/mockery": "^1.0",
1604
                "phpunit/phpunit": "^6.4"
1605
            },
1606
            "type": "library",
1607
            "extra": {
1608
                "branch-alias": {
1609
                    "dev-master": "4.x-dev"
1610
                }
1611
            },
1612
            "autoload": {
1613
                "psr-4": {
1614
                    "phpDocumentor\\Reflection\\": [
1615
                        "src/"
1616
                    ]
1617
                }
1618
            },
1619
            "notification-url": "https://packagist.org/downloads/",
1620
            "license": [
1621
                "MIT"
1622
            ],
1623
            "authors": [
1624
                {
1625
                    "name": "Mike van Riel",
1626
                    "email": "[email protected]"
1627
                }
1628
            ],
1629
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1630
            "time": "2017-11-30T07:14:17+00:00"
1631
        },
1632
        {
1633
            "name": "phpdocumentor/type-resolver",
1634
            "version": "0.4.0",
1635
            "source": {
1636
                "type": "git",
1637
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1638
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1639
            },
1640
            "dist": {
1641
                "type": "zip",
1642
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1643
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1644
                "shasum": ""
1645
            },
1646
            "require": {
1647
                "php": "^5.5 || ^7.0",
1648
                "phpdocumentor/reflection-common": "^1.0"
1649
            },
1650
            "require-dev": {
1651
                "mockery/mockery": "^0.9.4",
1652
                "phpunit/phpunit": "^5.2||^4.8.24"
1653
            },
1654
            "type": "library",
1655
            "extra": {
1656
                "branch-alias": {
1657
                    "dev-master": "1.0.x-dev"
1658
                }
1659
            },
1660
            "autoload": {
1661
                "psr-4": {
1662
                    "phpDocumentor\\Reflection\\": [
1663
                        "src/"
1664
                    ]
1665
                }
1666
            },
1667
            "notification-url": "https://packagist.org/downloads/",
1668
            "license": [
1669
                "MIT"
1670
            ],
1671
            "authors": [
1672
                {
1673
                    "name": "Mike van Riel",
1674
                    "email": "[email protected]"
1675
                }
1676
            ],
1677
            "time": "2017-07-14T14:27:02+00:00"
1678
        },
1679
        {
1680
            "name": "phpoption/phpoption",
1681
            "version": "1.5.0",
1682
            "source": {
1683
                "type": "git",
1684
                "url": "https://github.com/schmittjoh/php-option.git",
1685
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1686
            },
1687
            "dist": {
1688
                "type": "zip",
1689
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1690
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1691
                "shasum": ""
1692
            },
1693
            "require": {
1694
                "php": ">=5.3.0"
1695
            },
1696
            "require-dev": {
1697
                "phpunit/phpunit": "4.7.*"
1698
            },
1699
            "type": "library",
1700
            "extra": {
1701
                "branch-alias": {
1702
                    "dev-master": "1.3-dev"
1703
                }
1704
            },
1705
            "autoload": {
1706
                "psr-0": {
1707
                    "PhpOption\\": "src/"
1708
                }
1709
            },
1710
            "notification-url": "https://packagist.org/downloads/",
1711
            "license": [
1712
                "Apache2"
1713
            ],
1714
            "authors": [
1715
                {
1716
                    "name": "Johannes M. Schmitt",
1717
                    "email": "[email protected]"
1718
                }
1719
            ],
1720
            "description": "Option Type for PHP",
1721
            "keywords": [
1722
                "language",
1723
                "option",
1724
                "php",
1725
                "type"
1726
            ],
1727
            "time": "2015-07-25T16:39:46+00:00"
1728
        },
1729
        {
1730
            "name": "psr/cache",
1731
            "version": "1.0.1",
1732
            "source": {
1733
                "type": "git",
1734
                "url": "https://github.com/php-fig/cache.git",
1735
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1736
            },
1737
            "dist": {
1738
                "type": "zip",
1739
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1740
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1741
                "shasum": ""
1742
            },
1743
            "require": {
1744
                "php": ">=5.3.0"
1745
            },
1746
            "type": "library",
1747
            "extra": {
1748
                "branch-alias": {
1749
                    "dev-master": "1.0.x-dev"
1750
                }
1751
            },
1752
            "autoload": {
1753
                "psr-4": {
1754
                    "Psr\\Cache\\": "src/"
1755
                }
1756
            },
1757
            "notification-url": "https://packagist.org/downloads/",
1758
            "license": [
1759
                "MIT"
1760
            ],
1761
            "authors": [
1762
                {
1763
                    "name": "PHP-FIG",
1764
                    "homepage": "http://www.php-fig.org/"
1765
                }
1766
            ],
1767
            "description": "Common interface for caching libraries",
1768
            "keywords": [
1769
                "cache",
1770
                "psr",
1771
                "psr-6"
1772
            ],
1773
            "time": "2016-08-06T20:24:11+00:00"
1774
        },
1775
        {
1776
            "name": "psr/container",
1777
            "version": "1.0.0",
1778
            "source": {
1779
                "type": "git",
1780
                "url": "https://github.com/php-fig/container.git",
1781
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1782
            },
1783
            "dist": {
1784
                "type": "zip",
1785
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1786
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1787
                "shasum": ""
1788
            },
1789
            "require": {
1790
                "php": ">=5.3.0"
1791
            },
1792
            "type": "library",
1793
            "extra": {
1794
                "branch-alias": {
1795
                    "dev-master": "1.0.x-dev"
1796
                }
1797
            },
1798
            "autoload": {
1799
                "psr-4": {
1800
                    "Psr\\Container\\": "src/"
1801
                }
1802
            },
1803
            "notification-url": "https://packagist.org/downloads/",
1804
            "license": [
1805
                "MIT"
1806
            ],
1807
            "authors": [
1808
                {
1809
                    "name": "PHP-FIG",
1810
                    "homepage": "http://www.php-fig.org/"
1811
                }
1812
            ],
1813
            "description": "Common Container Interface (PHP FIG PSR-11)",
1814
            "homepage": "https://github.com/php-fig/container",
1815
            "keywords": [
1816
                "PSR-11",
1817
                "container",
1818
                "container-interface",
1819
                "container-interop",
1820
                "psr"
1821
            ],
1822
            "time": "2017-02-14T16:28:37+00:00"
1823
        },
1824
        {
1825
            "name": "psr/log",
1826
            "version": "1.0.2",
1827
            "source": {
1828
                "type": "git",
1829
                "url": "https://github.com/php-fig/log.git",
1830
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1831
            },
1832
            "dist": {
1833
                "type": "zip",
1834
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1835
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1836
                "shasum": ""
1837
            },
1838
            "require": {
1839
                "php": ">=5.3.0"
1840
            },
1841
            "type": "library",
1842
            "extra": {
1843
                "branch-alias": {
1844
                    "dev-master": "1.0.x-dev"
1845
                }
1846
            },
1847
            "autoload": {
1848
                "psr-4": {
1849
                    "Psr\\Log\\": "Psr/Log/"
1850
                }
1851
            },
1852
            "notification-url": "https://packagist.org/downloads/",
1853
            "license": [
1854
                "MIT"
1855
            ],
1856
            "authors": [
1857
                {
1858
                    "name": "PHP-FIG",
1859
                    "homepage": "http://www.php-fig.org/"
1860
                }
1861
            ],
1862
            "description": "Common interface for logging libraries",
1863
            "homepage": "https://github.com/php-fig/log",
1864
            "keywords": [
1865
                "log",
1866
                "psr",
1867
                "psr-3"
1868
            ],
1869
            "time": "2016-10-10T12:19:37+00:00"
1870
        },
1871
        {
1872
            "name": "psr/simple-cache",
1873
            "version": "1.0.1",
1874
            "source": {
1875
                "type": "git",
1876
                "url": "https://github.com/php-fig/simple-cache.git",
1877
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1878
            },
1879
            "dist": {
1880
                "type": "zip",
1881
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1882
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1883
                "shasum": ""
1884
            },
1885
            "require": {
1886
                "php": ">=5.3.0"
1887
            },
1888
            "type": "library",
1889
            "extra": {
1890
                "branch-alias": {
1891
                    "dev-master": "1.0.x-dev"
1892
                }
1893
            },
1894
            "autoload": {
1895
                "psr-4": {
1896
                    "Psr\\SimpleCache\\": "src/"
1897
                }
1898
            },
1899
            "notification-url": "https://packagist.org/downloads/",
1900
            "license": [
1901
                "MIT"
1902
            ],
1903
            "authors": [
1904
                {
1905
                    "name": "PHP-FIG",
1906
                    "homepage": "http://www.php-fig.org/"
1907
                }
1908
            ],
1909
            "description": "Common interfaces for simple caching",
1910
            "keywords": [
1911
                "cache",
1912
                "caching",
1913
                "psr",
1914
                "psr-16",
1915
                "simple-cache"
1916
            ],
1917
            "time": "2017-10-23T01:57:42+00:00"
1918
        },
1919
        {
1920
            "name": "sensio/framework-extra-bundle",
1921
            "version": "v5.1.6",
1922
            "source": {
1923
                "type": "git",
1924
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1925
                "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8"
1926
            },
1927
            "dist": {
1928
                "type": "zip",
1929
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bf4940572e43af679aaa13be98f3446a1c237bd8",
1930
                "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8",
1931
                "shasum": ""
1932
            },
1933
            "require": {
1934
                "doctrine/common": "^2.2",
1935
                "symfony/config": "^3.3|^4.0",
1936
                "symfony/dependency-injection": "^3.3|^4.0",
1937
                "symfony/framework-bundle": "^3.3|^4.0",
1938
                "symfony/http-kernel": "^3.3|^4.0"
1939
            },
1940
            "require-dev": {
1941
                "doctrine/doctrine-bundle": "^1.6",
1942
                "doctrine/orm": "^2.5",
1943
                "symfony/browser-kit": "^3.3|^4.0",
1944
                "symfony/dom-crawler": "^3.3|^4.0",
1945
                "symfony/expression-language": "^3.3|^4.0",
1946
                "symfony/finder": "^3.3|^4.0",
1947
                "symfony/phpunit-bridge": "^3.3|^4.0",
1948
                "symfony/psr-http-message-bridge": "^0.3",
1949
                "symfony/security-bundle": "^3.3|^4.0",
1950
                "symfony/twig-bundle": "^3.3|^4.0",
1951
                "symfony/yaml": "^3.3|^4.0",
1952
                "twig/twig": "~1.12|~2.0",
1953
                "zendframework/zend-diactoros": "^1.3"
1954
            },
1955
            "suggest": {
1956
                "symfony/expression-language": "",
1957
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
1958
                "symfony/security-bundle": ""
1959
            },
1960
            "type": "symfony-bundle",
1961
            "extra": {
1962
                "branch-alias": {
1963
                    "dev-master": "5.1.x-dev"
1964
                }
1965
            },
1966
            "autoload": {
1967
                "psr-4": {
1968
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
1969
                }
1970
            },
1971
            "notification-url": "https://packagist.org/downloads/",
1972
            "license": [
1973
                "MIT"
1974
            ],
1975
            "authors": [
1976
                {
1977
                    "name": "Fabien Potencier",
1978
                    "email": "[email protected]"
1979
                }
1980
            ],
1981
            "description": "This bundle provides a way to configure your controllers with annotations",
1982
            "keywords": [
1983
                "annotations",
1984
                "controllers"
1985
            ],
1986
            "time": "2018-02-14T08:40:54+00:00"
1987
        },
1988
        {
1989
            "name": "symfony/cache",
1990
            "version": "v4.0.8",
1991
            "source": {
1992
                "type": "git",
1993
                "url": "https://github.com/symfony/cache.git",
1994
                "reference": "681c245e629409a2f1ded6bf783e833d291d8af2"
1995
            },
1996
            "dist": {
1997
                "type": "zip",
1998
                "url": "https://api.github.com/repos/symfony/cache/zipball/681c245e629409a2f1ded6bf783e833d291d8af2",
1999
                "reference": "681c245e629409a2f1ded6bf783e833d291d8af2",
2000
                "shasum": ""
2001
            },
2002
            "require": {
2003
                "php": "^7.1.3",
2004
                "psr/cache": "~1.0",
2005
                "psr/log": "~1.0",
2006
                "psr/simple-cache": "^1.0"
2007
            },
2008
            "conflict": {
2009
                "symfony/var-dumper": "<3.4"
2010
            },
2011
            "provide": {
2012
                "psr/cache-implementation": "1.0",
2013
                "psr/simple-cache-implementation": "1.0"
2014
            },
2015
            "require-dev": {
2016
                "cache/integration-tests": "dev-master",
2017
                "doctrine/cache": "~1.6",
2018
                "doctrine/dbal": "~2.4",
2019
                "predis/predis": "~1.0"
2020
            },
2021
            "type": "library",
2022
            "extra": {
2023
                "branch-alias": {
2024
                    "dev-master": "4.0-dev"
2025
                }
2026
            },
2027
            "autoload": {
2028
                "psr-4": {
2029
                    "Symfony\\Component\\Cache\\": ""
2030
                },
2031
                "exclude-from-classmap": [
2032
                    "/Tests/"
2033
                ]
2034
            },
2035
            "notification-url": "https://packagist.org/downloads/",
2036
            "license": [
2037
                "MIT"
2038
            ],
2039
            "authors": [
2040
                {
2041
                    "name": "Nicolas Grekas",
2042
                    "email": "[email protected]"
2043
                },
2044
                {
2045
                    "name": "Symfony Community",
2046
                    "homepage": "https://symfony.com/contributors"
2047
                }
2048
            ],
2049
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2050
            "homepage": "https://symfony.com",
2051
            "keywords": [
2052
                "caching",
2053
                "psr6"
2054
            ],
2055
            "time": "2018-04-02T14:35:51+00:00"
2056
        },
2057
        {
2058
            "name": "symfony/config",
2059
            "version": "v4.0.8",
2060
            "source": {
2061
                "type": "git",
2062
                "url": "https://github.com/symfony/config.git",
2063
                "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8"
2064
            },
2065
            "dist": {
2066
                "type": "zip",
2067
                "url": "https://api.github.com/repos/symfony/config/zipball/7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
2068
                "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
2069
                "shasum": ""
2070
            },
2071
            "require": {
2072
                "php": "^7.1.3",
2073
                "symfony/filesystem": "~3.4|~4.0"
2074
            },
2075
            "conflict": {
2076
                "symfony/finder": "<3.4"
2077
            },
2078
            "require-dev": {
2079
                "symfony/dependency-injection": "~3.4|~4.0",
2080
                "symfony/event-dispatcher": "~3.4|~4.0",
2081
                "symfony/finder": "~3.4|~4.0",
2082
                "symfony/yaml": "~3.4|~4.0"
2083
            },
2084
            "suggest": {
2085
                "symfony/yaml": "To use the yaml reference dumper"
2086
            },
2087
            "type": "library",
2088
            "extra": {
2089
                "branch-alias": {
2090
                    "dev-master": "4.0-dev"
2091
                }
2092
            },
2093
            "autoload": {
2094
                "psr-4": {
2095
                    "Symfony\\Component\\Config\\": ""
2096
                },
2097
                "exclude-from-classmap": [
2098
                    "/Tests/"
2099
                ]
2100
            },
2101
            "notification-url": "https://packagist.org/downloads/",
2102
            "license": [
2103
                "MIT"
2104
            ],
2105
            "authors": [
2106
                {
2107
                    "name": "Fabien Potencier",
2108
                    "email": "[email protected]"
2109
                },
2110
                {
2111
                    "name": "Symfony Community",
2112
                    "homepage": "https://symfony.com/contributors"
2113
                }
2114
            ],
2115
            "description": "Symfony Config Component",
2116
            "homepage": "https://symfony.com",
2117
            "time": "2018-03-19T22:35:49+00:00"
2118
        },
2119
        {
2120
            "name": "symfony/console",
2121
            "version": "v4.0.8",
2122
            "source": {
2123
                "type": "git",
2124
                "url": "https://github.com/symfony/console.git",
2125
                "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64"
2126
            },
2127
            "dist": {
2128
                "type": "zip",
2129
                "url": "https://api.github.com/repos/symfony/console/zipball/aad9a6fe47319f22748fd764f52d3a7ca6fa6b64",
2130
                "reference": "aad9a6fe47319f22748fd764f52d3a7ca6fa6b64",
2131
                "shasum": ""
2132
            },
2133
            "require": {
2134
                "php": "^7.1.3",
2135
                "symfony/polyfill-mbstring": "~1.0"
2136
            },
2137
            "conflict": {
2138
                "symfony/dependency-injection": "<3.4",
2139
                "symfony/process": "<3.3"
2140
            },
2141
            "require-dev": {
2142
                "psr/log": "~1.0",
2143
                "symfony/config": "~3.4|~4.0",
2144
                "symfony/dependency-injection": "~3.4|~4.0",
2145
                "symfony/event-dispatcher": "~3.4|~4.0",
2146
                "symfony/lock": "~3.4|~4.0",
2147
                "symfony/process": "~3.4|~4.0"
2148
            },
2149
            "suggest": {
2150
                "psr/log": "For using the console logger",
2151
                "symfony/event-dispatcher": "",
2152
                "symfony/lock": "",
2153
                "symfony/process": ""
2154
            },
2155
            "type": "library",
2156
            "extra": {
2157
                "branch-alias": {
2158
                    "dev-master": "4.0-dev"
2159
                }
2160
            },
2161
            "autoload": {
2162
                "psr-4": {
2163
                    "Symfony\\Component\\Console\\": ""
2164
                },
2165
                "exclude-from-classmap": [
2166
                    "/Tests/"
2167
                ]
2168
            },
2169
            "notification-url": "https://packagist.org/downloads/",
2170
            "license": [
2171
                "MIT"
2172
            ],
2173
            "authors": [
2174
                {
2175
                    "name": "Fabien Potencier",
2176
                    "email": "[email protected]"
2177
                },
2178
                {
2179
                    "name": "Symfony Community",
2180
                    "homepage": "https://symfony.com/contributors"
2181
                }
2182
            ],
2183
            "description": "Symfony Console Component",
2184
            "homepage": "https://symfony.com",
2185
            "time": "2018-04-03T05:24:00+00:00"
2186
        },
2187
        {
2188
            "name": "symfony/debug",
2189
            "version": "v4.0.8",
2190
            "source": {
2191
                "type": "git",
2192
                "url": "https://github.com/symfony/debug.git",
2193
                "reference": "5961d02d48828671f5d8a7805e06579d692f6ede"
2194
            },
2195
            "dist": {
2196
                "type": "zip",
2197
                "url": "https://api.github.com/repos/symfony/debug/zipball/5961d02d48828671f5d8a7805e06579d692f6ede",
2198
                "reference": "5961d02d48828671f5d8a7805e06579d692f6ede",
2199
                "shasum": ""
2200
            },
2201
            "require": {
2202
                "php": "^7.1.3",
2203
                "psr/log": "~1.0"
2204
            },
2205
            "conflict": {
2206
                "symfony/http-kernel": "<3.4"
2207
            },
2208
            "require-dev": {
2209
                "symfony/http-kernel": "~3.4|~4.0"
2210
            },
2211
            "type": "library",
2212
            "extra": {
2213
                "branch-alias": {
2214
                    "dev-master": "4.0-dev"
2215
                }
2216
            },
2217
            "autoload": {
2218
                "psr-4": {
2219
                    "Symfony\\Component\\Debug\\": ""
2220
                },
2221
                "exclude-from-classmap": [
2222
                    "/Tests/"
2223
                ]
2224
            },
2225
            "notification-url": "https://packagist.org/downloads/",
2226
            "license": [
2227
                "MIT"
2228
            ],
2229
            "authors": [
2230
                {
2231
                    "name": "Fabien Potencier",
2232
                    "email": "[email protected]"
2233
                },
2234
                {
2235
                    "name": "Symfony Community",
2236
                    "homepage": "https://symfony.com/contributors"
2237
                }
2238
            ],
2239
            "description": "Symfony Debug Component",
2240
            "homepage": "https://symfony.com",
2241
            "time": "2018-04-03T05:24:00+00:00"
2242
        },
2243
        {
2244
            "name": "symfony/dependency-injection",
2245
            "version": "v4.0.8",
2246
            "source": {
2247
                "type": "git",
2248
                "url": "https://github.com/symfony/dependency-injection.git",
2249
                "reference": "9f1cea656afc5512c6f5e58d61fcea12acee113e"
2250
            },
2251
            "dist": {
2252
                "type": "zip",
2253
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9f1cea656afc5512c6f5e58d61fcea12acee113e",
2254
                "reference": "9f1cea656afc5512c6f5e58d61fcea12acee113e",
2255
                "shasum": ""
2256
            },
2257
            "require": {
2258
                "php": "^7.1.3",
2259
                "psr/container": "^1.0"
2260
            },
2261
            "conflict": {
2262
                "symfony/config": "<3.4",
2263
                "symfony/finder": "<3.4",
2264
                "symfony/proxy-manager-bridge": "<3.4",
2265
                "symfony/yaml": "<3.4"
2266
            },
2267
            "provide": {
2268
                "psr/container-implementation": "1.0"
2269
            },
2270
            "require-dev": {
2271
                "symfony/config": "~3.4|~4.0",
2272
                "symfony/expression-language": "~3.4|~4.0",
2273
                "symfony/yaml": "~3.4|~4.0"
2274
            },
2275
            "suggest": {
2276
                "symfony/config": "",
2277
                "symfony/expression-language": "For using expressions in service container configuration",
2278
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2279
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2280
                "symfony/yaml": ""
2281
            },
2282
            "type": "library",
2283
            "extra": {
2284
                "branch-alias": {
2285
                    "dev-master": "4.0-dev"
2286
                }
2287
            },
2288
            "autoload": {
2289
                "psr-4": {
2290
                    "Symfony\\Component\\DependencyInjection\\": ""
2291
                },
2292
                "exclude-from-classmap": [
2293
                    "/Tests/"
2294
                ]
2295
            },
2296
            "notification-url": "https://packagist.org/downloads/",
2297
            "license": [
2298
                "MIT"
2299
            ],
2300
            "authors": [
2301
                {
2302
                    "name": "Fabien Potencier",
2303
                    "email": "[email protected]"
2304
                },
2305
                {
2306
                    "name": "Symfony Community",
2307
                    "homepage": "https://symfony.com/contributors"
2308
                }
2309
            ],
2310
            "description": "Symfony DependencyInjection Component",
2311
            "homepage": "https://symfony.com",
2312
            "time": "2018-04-02T09:52:41+00:00"
2313
        },
2314
        {
2315
            "name": "symfony/event-dispatcher",
2316
            "version": "v4.0.8",
2317
            "source": {
2318
                "type": "git",
2319
                "url": "https://github.com/symfony/event-dispatcher.git",
2320
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
2321
            },
2322
            "dist": {
2323
                "type": "zip",
2324
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
2325
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
2326
                "shasum": ""
2327
            },
2328
            "require": {
2329
                "php": "^7.1.3"
2330
            },
2331
            "conflict": {
2332
                "symfony/dependency-injection": "<3.4"
2333
            },
2334
            "require-dev": {
2335
                "psr/log": "~1.0",
2336
                "symfony/config": "~3.4|~4.0",
2337
                "symfony/dependency-injection": "~3.4|~4.0",
2338
                "symfony/expression-language": "~3.4|~4.0",
2339
                "symfony/stopwatch": "~3.4|~4.0"
2340
            },
2341
            "suggest": {
2342
                "symfony/dependency-injection": "",
2343
                "symfony/http-kernel": ""
2344
            },
2345
            "type": "library",
2346
            "extra": {
2347
                "branch-alias": {
2348
                    "dev-master": "4.0-dev"
2349
                }
2350
            },
2351
            "autoload": {
2352
                "psr-4": {
2353
                    "Symfony\\Component\\EventDispatcher\\": ""
2354
                },
2355
                "exclude-from-classmap": [
2356
                    "/Tests/"
2357
                ]
2358
            },
2359
            "notification-url": "https://packagist.org/downloads/",
2360
            "license": [
2361
                "MIT"
2362
            ],
2363
            "authors": [
2364
                {
2365
                    "name": "Fabien Potencier",
2366
                    "email": "[email protected]"
2367
                },
2368
                {
2369
                    "name": "Symfony Community",
2370
                    "homepage": "https://symfony.com/contributors"
2371
                }
2372
            ],
2373
            "description": "Symfony EventDispatcher Component",
2374
            "homepage": "https://symfony.com",
2375
            "time": "2018-04-06T07:35:43+00:00"
2376
        },
2377
        {
2378
            "name": "symfony/expression-language",
2379
            "version": "v4.0.9",
2380
            "source": {
2381
                "type": "git",
2382
                "url": "https://github.com/symfony/expression-language.git",
2383
                "reference": "b826c255f22333eccd3365734d2c4e150c284843"
2384
            },
2385
            "dist": {
2386
                "type": "zip",
2387
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/b826c255f22333eccd3365734d2c4e150c284843",
2388
                "reference": "b826c255f22333eccd3365734d2c4e150c284843",
2389
                "shasum": ""
2390
            },
2391
            "require": {
2392
                "php": "^7.1.3",
2393
                "symfony/cache": "~3.4|~4.0"
2394
            },
2395
            "type": "library",
2396
            "extra": {
2397
                "branch-alias": {
2398
                    "dev-master": "4.0-dev"
2399
                }
2400
            },
2401
            "autoload": {
2402
                "psr-4": {
2403
                    "Symfony\\Component\\ExpressionLanguage\\": ""
2404
                },
2405
                "exclude-from-classmap": [
2406
                    "/Tests/"
2407
                ]
2408
            },
2409
            "notification-url": "https://packagist.org/downloads/",
2410
            "license": [
2411
                "MIT"
2412
            ],
2413
            "authors": [
2414
                {
2415
                    "name": "Fabien Potencier",
2416
                    "email": "[email protected]"
2417
                },
2418
                {
2419
                    "name": "Symfony Community",
2420
                    "homepage": "https://symfony.com/contributors"
2421
                }
2422
            ],
2423
            "description": "Symfony ExpressionLanguage Component",
2424
            "homepage": "https://symfony.com",
2425
            "time": "2018-01-03T07:38:00+00:00"
2426
        },
2427
        {
2428
            "name": "symfony/filesystem",
2429
            "version": "v4.0.9",
2430
            "source": {
2431
                "type": "git",
2432
                "url": "https://github.com/symfony/filesystem.git",
2433
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
2434
            },
2435
            "dist": {
2436
                "type": "zip",
2437
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2438
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2439
                "shasum": ""
2440
            },
2441
            "require": {
2442
                "php": "^7.1.3"
2443
            },
2444
            "type": "library",
2445
            "extra": {
2446
                "branch-alias": {
2447
                    "dev-master": "4.0-dev"
2448
                }
2449
            },
2450
            "autoload": {
2451
                "psr-4": {
2452
                    "Symfony\\Component\\Filesystem\\": ""
2453
                },
2454
                "exclude-from-classmap": [
2455
                    "/Tests/"
2456
                ]
2457
            },
2458
            "notification-url": "https://packagist.org/downloads/",
2459
            "license": [
2460
                "MIT"
2461
            ],
2462
            "authors": [
2463
                {
2464
                    "name": "Fabien Potencier",
2465
                    "email": "[email protected]"
2466
                },
2467
                {
2468
                    "name": "Symfony Community",
2469
                    "homepage": "https://symfony.com/contributors"
2470
                }
2471
            ],
2472
            "description": "Symfony Filesystem Component",
2473
            "homepage": "https://symfony.com",
2474
            "time": "2018-02-22T10:50:29+00:00"
2475
        },
2476
        {
2477
            "name": "symfony/finder",
2478
            "version": "v4.0.9",
2479
            "source": {
2480
                "type": "git",
2481
                "url": "https://github.com/symfony/finder.git",
2482
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
2483
            },
2484
            "dist": {
2485
                "type": "zip",
2486
                "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2487
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2488
                "shasum": ""
2489
            },
2490
            "require": {
2491
                "php": "^7.1.3"
2492
            },
2493
            "type": "library",
2494
            "extra": {
2495
                "branch-alias": {
2496
                    "dev-master": "4.0-dev"
2497
                }
2498
            },
2499
            "autoload": {
2500
                "psr-4": {
2501
                    "Symfony\\Component\\Finder\\": ""
2502
                },
2503
                "exclude-from-classmap": [
2504
                    "/Tests/"
2505
                ]
2506
            },
2507
            "notification-url": "https://packagist.org/downloads/",
2508
            "license": [
2509
                "MIT"
2510
            ],
2511
            "authors": [
2512
                {
2513
                    "name": "Fabien Potencier",
2514
                    "email": "[email protected]"
2515
                },
2516
                {
2517
                    "name": "Symfony Community",
2518
                    "homepage": "https://symfony.com/contributors"
2519
                }
2520
            ],
2521
            "description": "Symfony Finder Component",
2522
            "homepage": "https://symfony.com",
2523
            "time": "2018-04-04T05:10:37+00:00"
2524
        },
2525
        {
2526
            "name": "symfony/flex",
2527
            "version": "v1.0.79",
2528
            "source": {
2529
                "type": "git",
2530
                "url": "https://github.com/symfony/flex.git",
2531
                "reference": "399e72968d5baa698788e6116fe0f47f269724e0"
2532
            },
2533
            "dist": {
2534
                "type": "zip",
2535
                "url": "https://api.github.com/repos/symfony/flex/zipball/399e72968d5baa698788e6116fe0f47f269724e0",
2536
                "reference": "399e72968d5baa698788e6116fe0f47f269724e0",
2537
                "shasum": ""
2538
            },
2539
            "require": {
2540
                "composer-plugin-api": "^1.0",
2541
                "php": "^7.0"
2542
            },
2543
            "require-dev": {
2544
                "composer/composer": "^1.0.2",
2545
                "symfony/phpunit-bridge": "^3.2.8"
2546
            },
2547
            "type": "composer-plugin",
2548
            "extra": {
2549
                "branch-alias": {
2550
                    "dev-master": "1.0-dev"
2551
                },
2552
                "class": "Symfony\\Flex\\Flex"
2553
            },
2554
            "autoload": {
2555
                "psr-4": {
2556
                    "Symfony\\Flex\\": "src"
2557
                }
2558
            },
2559
            "notification-url": "https://packagist.org/downloads/",
2560
            "license": [
2561
                "MIT"
2562
            ],
2563
            "authors": [
2564
                {
2565
                    "name": "Fabien Potencier",
2566
                    "email": "[email protected]"
2567
                }
2568
            ],
2569
            "time": "2018-04-27T05:19:26+00:00"
2570
        },
2571
        {
2572
            "name": "symfony/framework-bundle",
2573
            "version": "v4.0.8",
2574
            "source": {
2575
                "type": "git",
2576
                "url": "https://github.com/symfony/framework-bundle.git",
2577
                "reference": "3571d235434b566aea39d8f8bfe38860344fd9a3"
2578
            },
2579
            "dist": {
2580
                "type": "zip",
2581
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3571d235434b566aea39d8f8bfe38860344fd9a3",
2582
                "reference": "3571d235434b566aea39d8f8bfe38860344fd9a3",
2583
                "shasum": ""
2584
            },
2585
            "require": {
2586
                "ext-xml": "*",
2587
                "php": "^7.1.3",
2588
                "symfony/cache": "~3.4|~4.0",
2589
                "symfony/config": "~3.4|~4.0",
2590
                "symfony/dependency-injection": "^3.4.3|^4.0.3",
2591
                "symfony/event-dispatcher": "~3.4|~4.0",
2592
                "symfony/filesystem": "~3.4|~4.0",
2593
                "symfony/finder": "~3.4|~4.0",
2594
                "symfony/http-foundation": "~3.4|~4.0",
2595
                "symfony/http-kernel": "~3.4|~4.0",
2596
                "symfony/polyfill-mbstring": "~1.0",
2597
                "symfony/routing": "^3.4.5|^4.0.5"
2598
            },
2599
            "conflict": {
2600
                "phpdocumentor/reflection-docblock": "<3.0",
2601
                "phpdocumentor/type-resolver": "<0.2.1",
2602
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2603
                "symfony/asset": "<3.4",
2604
                "symfony/console": "<3.4",
2605
                "symfony/form": "<3.4",
2606
                "symfony/property-info": "<3.4",
2607
                "symfony/serializer": "<3.4",
2608
                "symfony/stopwatch": "<3.4",
2609
                "symfony/translation": "<3.4",
2610
                "symfony/validator": "<3.4",
2611
                "symfony/workflow": "<3.4"
2612
            },
2613
            "require-dev": {
2614
                "doctrine/annotations": "~1.0",
2615
                "doctrine/cache": "~1.0",
2616
                "fig/link-util": "^1.0",
2617
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2618
                "symfony/asset": "~3.4|~4.0",
2619
                "symfony/browser-kit": "~3.4|~4.0",
2620
                "symfony/console": "~3.4|~4.0",
2621
                "symfony/css-selector": "~3.4|~4.0",
2622
                "symfony/dom-crawler": "~3.4|~4.0",
2623
                "symfony/expression-language": "~3.4|~4.0",
2624
                "symfony/form": "~3.4|~4.0",
2625
                "symfony/lock": "~3.4|~4.0",
2626
                "symfony/polyfill-intl-icu": "~1.0",
2627
                "symfony/process": "~3.4|~4.0",
2628
                "symfony/property-info": "~3.4|~4.0",
2629
                "symfony/security": "~3.4|~4.0",
2630
                "symfony/security-core": "~3.4|~4.0",
2631
                "symfony/security-csrf": "~3.4|~4.0",
2632
                "symfony/serializer": "~3.4|~4.0",
2633
                "symfony/stopwatch": "~3.4|~4.0",
2634
                "symfony/templating": "~3.4|~4.0",
2635
                "symfony/translation": "~3.4|~4.0",
2636
                "symfony/validator": "~3.4|~4.0",
2637
                "symfony/var-dumper": "~3.4|~4.0",
2638
                "symfony/web-link": "~3.4|~4.0",
2639
                "symfony/workflow": "~3.4|~4.0",
2640
                "symfony/yaml": "~3.4|~4.0",
2641
                "twig/twig": "~1.34|~2.4"
2642
            },
2643
            "suggest": {
2644
                "ext-apcu": "For best performance of the system caches",
2645
                "symfony/console": "For using the console commands",
2646
                "symfony/form": "For using forms",
2647
                "symfony/property-info": "For using the property_info service",
2648
                "symfony/serializer": "For using the serializer service",
2649
                "symfony/validator": "For using validation",
2650
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2651
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
2652
            },
2653
            "type": "symfony-bundle",
2654
            "extra": {
2655
                "branch-alias": {
2656
                    "dev-master": "4.0-dev"
2657
                }
2658
            },
2659
            "autoload": {
2660
                "psr-4": {
2661
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
2662
                },
2663
                "exclude-from-classmap": [
2664
                    "/Tests/"
2665
                ]
2666
            },
2667
            "notification-url": "https://packagist.org/downloads/",
2668
            "license": [
2669
                "MIT"
2670
            ],
2671
            "authors": [
2672
                {
2673
                    "name": "Fabien Potencier",
2674
                    "email": "[email protected]"
2675
                },
2676
                {
2677
                    "name": "Symfony Community",
2678
                    "homepage": "https://symfony.com/contributors"
2679
                }
2680
            ],
2681
            "description": "Symfony FrameworkBundle",
2682
            "homepage": "https://symfony.com",
2683
            "time": "2018-04-04T18:24:59+00:00"
2684
        },
2685
        {
2686
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
2687
            "version": "v4.0.8",
2688
            "source": {
2689
                "type": "git",
2690
                "url": "https://github.com/symfony/http-foundation.git",
2691
                "reference": "d0864a82e5891ab61d31eecbaa48bed5a09b8e6c"
2692
            },
2693
            "dist": {
2694
                "type": "zip",
2695
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0864a82e5891ab61d31eecbaa48bed5a09b8e6c",
2696
                "reference": "d0864a82e5891ab61d31eecbaa48bed5a09b8e6c",
2697
                "shasum": ""
2698
            },
2699
            "require": {
2700
                "php": "^7.1.3",
2701
                "symfony/polyfill-mbstring": "~1.1"
2702
            },
2703
            "require-dev": {
2704
                "symfony/expression-language": "~3.4|~4.0"
2705
            },
2706
            "type": "library",
2707
            "extra": {
2708
                "branch-alias": {
2709
                    "dev-master": "4.0-dev"
2710
                }
2711
            },
2712
            "autoload": {
2713
                "psr-4": {
2714
                    "Symfony\\Component\\HttpFoundation\\": ""
2715
                },
2716
                "exclude-from-classmap": [
2717
                    "/Tests/"
2718
                ]
2719
            },
2720
            "notification-url": "https://packagist.org/downloads/",
2721
            "license": [
2722
                "MIT"
2723
            ],
2724
            "authors": [
2725
                {
2726
                    "name": "Fabien Potencier",
2727
                    "email": "[email protected]"
2728
                },
2729
                {
2730
                    "name": "Symfony Community",
2731
                    "homepage": "https://symfony.com/contributors"
2732
                }
2733
            ],
2734
            "description": "Symfony HttpFoundation Component",
2735
            "homepage": "https://symfony.com",
2736
            "time": "2018-04-03T05:24:00+00:00"
2737
        },
2738
        {
2739
            "name": "symfony/http-kernel",
2740
            "version": "v4.0.8",
2741
            "source": {
2742
                "type": "git",
2743
                "url": "https://github.com/symfony/http-kernel.git",
2744
                "reference": "6dd620d96d64456075536ffe3c6c4658dd689021"
2745
            },
2746
            "dist": {
2747
                "type": "zip",
2748
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6dd620d96d64456075536ffe3c6c4658dd689021",
2749
                "reference": "6dd620d96d64456075536ffe3c6c4658dd689021",
2750
                "shasum": ""
2751
            },
2752
            "require": {
2753
                "php": "^7.1.3",
2754
                "psr/log": "~1.0",
2755
                "symfony/debug": "~3.4|~4.0",
2756
                "symfony/event-dispatcher": "~3.4|~4.0",
2757
                "symfony/http-foundation": "~3.4.4|~4.0.4"
2758
            },
2759
            "conflict": {
2760
                "symfony/config": "<3.4",
2761
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
2762
                "symfony/var-dumper": "<3.4",
2763
                "twig/twig": "<1.34|<2.4,>=2"
2764
            },
2765
            "provide": {
2766
                "psr/log-implementation": "1.0"
2767
            },
2768
            "require-dev": {
2769
                "psr/cache": "~1.0",
2770
                "symfony/browser-kit": "~3.4|~4.0",
2771
                "symfony/config": "~3.4|~4.0",
2772
                "symfony/console": "~3.4|~4.0",
2773
                "symfony/css-selector": "~3.4|~4.0",
2774
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
2775
                "symfony/dom-crawler": "~3.4|~4.0",
2776
                "symfony/expression-language": "~3.4|~4.0",
2777
                "symfony/finder": "~3.4|~4.0",
2778
                "symfony/process": "~3.4|~4.0",
2779
                "symfony/routing": "~3.4|~4.0",
2780
                "symfony/stopwatch": "~3.4|~4.0",
2781
                "symfony/templating": "~3.4|~4.0",
2782
                "symfony/translation": "~3.4|~4.0",
2783
                "symfony/var-dumper": "~3.4|~4.0"
2784
            },
2785
            "suggest": {
2786
                "symfony/browser-kit": "",
2787
                "symfony/config": "",
2788
                "symfony/console": "",
2789
                "symfony/dependency-injection": "",
2790
                "symfony/var-dumper": ""
2791
            },
2792
            "type": "library",
2793
            "extra": {
2794
                "branch-alias": {
2795
                    "dev-master": "4.0-dev"
2796
                }
2797
            },
2798
            "autoload": {
2799
                "psr-4": {
2800
                    "Symfony\\Component\\HttpKernel\\": ""
2801
                },
2802
                "exclude-from-classmap": [
2803
                    "/Tests/"
2804
                ]
2805
            },
2806
            "notification-url": "https://packagist.org/downloads/",
2807
            "license": [
2808
                "MIT"
2809
            ],
2810
            "authors": [
2811
                {
2812
                    "name": "Fabien Potencier",
2813
                    "email": "[email protected]"
2814
                },
2815
                {
2816
                    "name": "Symfony Community",
2817
                    "homepage": "https://symfony.com/contributors"
2818
                }
2819
            ],
2820
            "description": "Symfony HttpKernel Component",
2821
            "homepage": "https://symfony.com",
2822
            "time": "2018-04-06T16:25:03+00:00"
2823
        },
2824
        {
2825
            "name": "symfony/lts",
2826
            "version": "dev-master",
2827
            "source": {
2828
                "type": "git",
2829
                "url": "https://github.com/symfony/lts.git",
2830
                "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991"
2831
            },
2832
            "dist": {
2833
                "type": "zip",
2834
                "url": "https://api.github.com/repos/symfony/lts/zipball/6de50b244bad631a71544b3cc3c8e206c0e5f991",
2835
                "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991",
2836
                "shasum": ""
2837
            },
2838
            "conflict": {
2839
                "symfony/asset": ">=5",
2840
                "symfony/browser-kit": ">=5",
2841
                "symfony/cache": ">=5",
2842
                "symfony/class-loader": ">=5",
2843
                "symfony/config": ">=5",
2844
                "symfony/console": ">=5",
2845
                "symfony/css-selector": ">=5",
2846
                "symfony/debug": ">=5",
2847
                "symfony/debug-bundle": ">=5",
2848
                "symfony/dependency-injection": ">=5",
2849
                "symfony/doctrine-bridge": ">=5",
2850
                "symfony/dom-crawler": ">=5",
2851
                "symfony/dotenv": ">=5",
2852
                "symfony/event-dispatcher": ">=5",
2853
                "symfony/expression-language": ">=5",
2854
                "symfony/filesystem": ">=5",
2855
                "symfony/finder": ">=5",
2856
                "symfony/form": ">=5",
2857
                "symfony/framework-bundle": ">=5",
2858
                "symfony/http-foundation": ">=5",
2859
                "symfony/http-kernel": ">=5",
2860
                "symfony/inflector": ">=5",
2861
                "symfony/intl": ">=5",
2862
                "symfony/ldap": ">=5",
2863
                "symfony/lock": ">=5",
2864
                "symfony/messenger": ">=5",
2865
                "symfony/monolog-bridge": ">=5",
2866
                "symfony/options-resolver": ">=5",
2867
                "symfony/process": ">=5",
2868
                "symfony/property-access": ">=5",
2869
                "symfony/property-info": ">=5",
2870
                "symfony/proxy-manager-bridge": ">=5",
2871
                "symfony/routing": ">=5",
2872
                "symfony/security": ">=5",
2873
                "symfony/security-bundle": ">=5",
2874
                "symfony/security-core": ">=5",
2875
                "symfony/security-csrf": ">=5",
2876
                "symfony/security-guard": ">=5",
2877
                "symfony/security-http": ">=5",
2878
                "symfony/serializer": ">=5",
2879
                "symfony/stopwatch": ">=5",
2880
                "symfony/symfony": ">=5",
2881
                "symfony/templating": ">=5",
2882
                "symfony/translation": ">=5",
2883
                "symfony/twig-bridge": ">=5",
2884
                "symfony/twig-bundle": ">=5",
2885
                "symfony/validator": ">=5",
2886
                "symfony/var-dumper": ">=5",
2887
                "symfony/web-link": ">=5",
2888
                "symfony/web-profiler-bundle": ">=5",
2889
                "symfony/web-server-bundle": ">=5",
2890
                "symfony/workflow": ">=5",
2891
                "symfony/yaml": ">=5"
2892
            },
2893
            "type": "metapackage",
2894
            "extra": {
2895
                "branch-alias": {
2896
                    "dev-master": "4-dev"
2897
                }
2898
            },
2899
            "notification-url": "https://packagist.org/downloads/",
2900
            "license": [
2901
                "MIT"
2902
            ],
2903
            "authors": [
2904
                {
2905
                    "name": "Fabien Potencier",
2906
                    "email": "[email protected]"
2907
                },
2908
                {
2909
                    "name": "Symfony Community",
2910
                    "homepage": "https://symfony.com/contributors"
2911
                }
2912
            ],
2913
            "description": "Enforces Long Term Supported versions of Symfony components",
2914
            "homepage": "https://symfony.com",
2915
            "time": "2018-04-03T05:04:16+00:00"
2916
        },
2917
        {
2918
            "name": "symfony/monolog-bridge",
2919
            "version": "v4.0.8",
2920
            "source": {
2921
                "type": "git",
2922
                "url": "https://github.com/symfony/monolog-bridge.git",
2923
                "reference": "dfd41cfdc1b0ebf1e70eec08b39423a37230c58a"
2924
            },
2925
            "dist": {
2926
                "type": "zip",
2927
                "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/dfd41cfdc1b0ebf1e70eec08b39423a37230c58a",
2928
                "reference": "dfd41cfdc1b0ebf1e70eec08b39423a37230c58a",
2929
                "shasum": ""
2930
            },
2931
            "require": {
2932
                "monolog/monolog": "~1.19",
2933
                "php": "^7.1.3",
2934
                "symfony/http-kernel": "~3.4|~4.0"
2935
            },
2936
            "conflict": {
2937
                "symfony/http-foundation": "<3.4"
2938
            },
2939
            "require-dev": {
2940
                "symfony/console": "~3.4|~4.0",
2941
                "symfony/event-dispatcher": "~3.4|~4.0",
2942
                "symfony/security-core": "~3.4|~4.0",
2943
                "symfony/var-dumper": "~3.4|~4.0"
2944
            },
2945
            "suggest": {
2946
                "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",
2947
                "symfony/event-dispatcher": "Needed when using log messages in console commands.",
2948
                "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
2949
                "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
2950
            },
2951
            "type": "symfony-bridge",
2952
            "extra": {
2953
                "branch-alias": {
2954
                    "dev-master": "4.0-dev"
2955
                }
2956
            },
2957
            "autoload": {
2958
                "psr-4": {
2959
                    "Symfony\\Bridge\\Monolog\\": ""
2960
                },
2961
                "exclude-from-classmap": [
2962
                    "/Tests/"
2963
                ]
2964
            },
2965
            "notification-url": "https://packagist.org/downloads/",
2966
            "license": [
2967
                "MIT"
2968
            ],
2969
            "authors": [
2970
                {
2971
                    "name": "Fabien Potencier",
2972
                    "email": "[email protected]"
2973
                },
2974
                {
2975
                    "name": "Symfony Community",
2976
                    "homepage": "https://symfony.com/contributors"
2977
                }
2978
            ],
2979
            "description": "Symfony Monolog Bridge",
2980
            "homepage": "https://symfony.com",
2981
            "time": "2018-02-04T13:08:26+00:00"
2982
        },
2983
        {
2984
            "name": "symfony/monolog-bundle",
2985
            "version": "v3.2.0",
2986
            "source": {
2987
                "type": "git",
2988
                "url": "https://github.com/symfony/monolog-bundle.git",
2989
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd"
2990
            },
2991
            "dist": {
2992
                "type": "zip",
2993
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd",
2994
                "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd",
2995
                "shasum": ""
2996
            },
2997
            "require": {
2998
                "monolog/monolog": "~1.22",
2999
                "php": ">=5.3.2",
3000
                "symfony/config": "~2.7|~3.0|~4.0",
3001
                "symfony/dependency-injection": "~2.7|~3.0|~4.0",
3002
                "symfony/http-kernel": "~2.7|~3.0|~4.0",
3003
                "symfony/monolog-bridge": "~2.7|~3.0|~4.0"
3004
            },
3005
            "require-dev": {
3006
                "symfony/console": "~2.3|~3.0|~4.0",
3007
                "symfony/phpunit-bridge": "^3.3|^4.0",
3008
                "symfony/yaml": "~2.3|~3.0|~4.0"
3009
            },
3010
            "type": "symfony-bundle",
3011
            "extra": {
3012
                "branch-alias": {
3013
                    "dev-master": "3.x-dev"
3014
                }
3015
            },
3016
            "autoload": {
3017
                "psr-4": {
3018
                    "Symfony\\Bundle\\MonologBundle\\": ""
3019
                },
3020
                "exclude-from-classmap": [
3021
                    "/Tests/"
3022
                ]
3023
            },
3024
            "notification-url": "https://packagist.org/downloads/",
3025
            "license": [
3026
                "MIT"
3027
            ],
3028
            "authors": [
3029
                {
3030
                    "name": "Symfony Community",
3031
                    "homepage": "http://symfony.com/contributors"
3032
                },
3033
                {
3034
                    "name": "Fabien Potencier",
3035
                    "email": "[email protected]"
3036
                }
3037
            ],
3038
            "description": "Symfony MonologBundle",
3039
            "homepage": "http://symfony.com",
3040
            "keywords": [
3041
                "log",
3042
                "logging"
3043
            ],
3044
            "time": "2018-03-05T14:51:36+00:00"
3045
        },
3046
        {
3047
            "name": "symfony/polyfill-mbstring",
3048
            "version": "v1.7.0",
3049
            "source": {
3050
                "type": "git",
3051
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3052
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
3053
            },
3054
            "dist": {
3055
                "type": "zip",
3056
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
3057
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
3058
                "shasum": ""
3059
            },
3060
            "require": {
3061
                "php": ">=5.3.3"
3062
            },
3063
            "suggest": {
3064
                "ext-mbstring": "For best performance"
3065
            },
3066
            "type": "library",
3067
            "extra": {
3068
                "branch-alias": {
3069
                    "dev-master": "1.7-dev"
3070
                }
3071
            },
3072
            "autoload": {
3073
                "psr-4": {
3074
                    "Symfony\\Polyfill\\Mbstring\\": ""
3075
                },
3076
                "files": [
3077
                    "bootstrap.php"
3078
                ]
3079
            },
3080
            "notification-url": "https://packagist.org/downloads/",
3081
            "license": [
3082
                "MIT"
3083
            ],
3084
            "authors": [
3085
                {
3086
                    "name": "Nicolas Grekas",
3087
                    "email": "[email protected]"
3088
                },
3089
                {
3090
                    "name": "Symfony Community",
3091
                    "homepage": "https://symfony.com/contributors"
3092
                }
3093
            ],
3094
            "description": "Symfony polyfill for the Mbstring extension",
3095
            "homepage": "https://symfony.com",
3096
            "keywords": [
3097
                "compatibility",
3098
                "mbstring",
3099
                "polyfill",
3100
                "portable",
3101
                "shim"
3102
            ],
3103
            "time": "2018-01-30T19:27:44+00:00"
3104
        },
3105
        {
3106
            "name": "symfony/polyfill-php72",
3107
            "version": "v1.7.0",
3108
            "source": {
3109
                "type": "git",
3110
                "url": "https://github.com/symfony/polyfill-php72.git",
3111
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422"
3112
            },
3113
            "dist": {
3114
                "type": "zip",
3115
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422",
3116
                "reference": "8eca20c8a369e069d4f4c2ac9895144112867422",
3117
                "shasum": ""
3118
            },
3119
            "require": {
3120
                "php": ">=5.3.3"
3121
            },
3122
            "type": "library",
3123
            "extra": {
3124
                "branch-alias": {
3125
                    "dev-master": "1.7-dev"
3126
                }
3127
            },
3128
            "autoload": {
3129
                "psr-4": {
3130
                    "Symfony\\Polyfill\\Php72\\": ""
3131
                },
3132
                "files": [
3133
                    "bootstrap.php"
3134
                ]
3135
            },
3136
            "notification-url": "https://packagist.org/downloads/",
3137
            "license": [
3138
                "MIT"
3139
            ],
3140
            "authors": [
3141
                {
3142
                    "name": "Nicolas Grekas",
3143
                    "email": "[email protected]"
3144
                },
3145
                {
3146
                    "name": "Symfony Community",
3147
                    "homepage": "https://symfony.com/contributors"
3148
                }
3149
            ],
3150
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3151
            "homepage": "https://symfony.com",
3152
            "keywords": [
3153
                "compatibility",
3154
                "polyfill",
3155
                "portable",
3156
                "shim"
3157
            ],
3158
            "time": "2018-01-31T17:43:24+00:00"
3159
        },
3160
        {
3161
            "name": "symfony/process",
3162
            "version": "v4.0.8",
3163
            "source": {
3164
                "type": "git",
3165
                "url": "https://github.com/symfony/process.git",
3166
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
3167
            },
3168
            "dist": {
3169
                "type": "zip",
3170
                "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
3171
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
3172
                "shasum": ""
3173
            },
3174
            "require": {
3175
                "php": "^7.1.3"
3176
            },
3177
            "type": "library",
3178
            "extra": {
3179
                "branch-alias": {
3180
                    "dev-master": "4.0-dev"
3181
                }
3182
            },
3183
            "autoload": {
3184
                "psr-4": {
3185
                    "Symfony\\Component\\Process\\": ""
3186
                },
3187
                "exclude-from-classmap": [
3188
                    "/Tests/"
3189
                ]
3190
            },
3191
            "notification-url": "https://packagist.org/downloads/",
3192
            "license": [
3193
                "MIT"
3194
            ],
3195
            "authors": [
3196
                {
3197
                    "name": "Fabien Potencier",
3198
                    "email": "[email protected]"
3199
                },
3200
                {
3201
                    "name": "Symfony Community",
3202
                    "homepage": "https://symfony.com/contributors"
3203
                }
3204
            ],
3205
            "description": "Symfony Process Component",
3206
            "homepage": "https://symfony.com",
3207
            "time": "2018-04-03T05:24:00+00:00"
3208
        },
3209
        {
3210
            "name": "symfony/proxy-manager-bridge",
3211
            "version": "v4.0.8",
3212
            "source": {
3213
                "type": "git",
3214
                "url": "https://github.com/symfony/proxy-manager-bridge.git",
3215
                "reference": "194f0175a3bd8c4ccbd47a6bdc89e1b693af48b9"
3216
            },
3217
            "dist": {
3218
                "type": "zip",
3219
                "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/194f0175a3bd8c4ccbd47a6bdc89e1b693af48b9",
3220
                "reference": "194f0175a3bd8c4ccbd47a6bdc89e1b693af48b9",
3221
                "shasum": ""
3222
            },
3223
            "require": {
3224
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3225
                "php": "^7.1.3",
3226
                "symfony/dependency-injection": "~3.4|~4.0"
3227
            },
3228
            "require-dev": {
3229
                "symfony/config": "~3.4|~4.0"
3230
            },
3231
            "type": "symfony-bridge",
3232
            "extra": {
3233
                "branch-alias": {
3234
                    "dev-master": "4.0-dev"
3235
                }
3236
            },
3237
            "autoload": {
3238
                "psr-4": {
3239
                    "Symfony\\Bridge\\ProxyManager\\": ""
3240
                },
3241
                "exclude-from-classmap": [
3242
                    "/Tests/"
3243
                ]
3244
            },
3245
            "notification-url": "https://packagist.org/downloads/",
3246
            "license": [
3247
                "MIT"
3248
            ],
3249
            "authors": [
3250
                {
3251
                    "name": "Fabien Potencier",
3252
                    "email": "[email protected]"
3253
                },
3254
                {
3255
                    "name": "Symfony Community",
3256
                    "homepage": "https://symfony.com/contributors"
3257
                }
3258
            ],
3259
            "description": "Symfony ProxyManager Bridge",
3260
            "homepage": "https://symfony.com",
3261
            "time": "2018-02-19T20:08:53+00:00"
3262
        },
3263
        {
3264
            "name": "symfony/routing",
3265
            "version": "v4.0.8",
3266
            "source": {
3267
                "type": "git",
3268
                "url": "https://github.com/symfony/routing.git",
3269
                "reference": "0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71"
3270
            },
3271
            "dist": {
3272
                "type": "zip",
3273
                "url": "https://api.github.com/repos/symfony/routing/zipball/0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71",
3274
                "reference": "0663036dd57dbfd4e9ff29f75bbd5dd3253ebe71",
3275
                "shasum": ""
3276
            },
3277
            "require": {
3278
                "php": "^7.1.3"
3279
            },
3280
            "conflict": {
3281
                "symfony/config": "<3.4",
3282
                "symfony/dependency-injection": "<3.4",
3283
                "symfony/yaml": "<3.4"
3284
            },
3285
            "require-dev": {
3286
                "doctrine/annotations": "~1.0",
3287
                "doctrine/common": "~2.2",
3288
                "psr/log": "~1.0",
3289
                "symfony/config": "~3.4|~4.0",
3290
                "symfony/dependency-injection": "~3.4|~4.0",
3291
                "symfony/expression-language": "~3.4|~4.0",
3292
                "symfony/http-foundation": "~3.4|~4.0",
3293
                "symfony/yaml": "~3.4|~4.0"
3294
            },
3295
            "suggest": {
3296
                "doctrine/annotations": "For using the annotation loader",
3297
                "symfony/config": "For using the all-in-one router or any loader",
3298
                "symfony/dependency-injection": "For loading routes from a service",
3299
                "symfony/expression-language": "For using expression matching",
3300
                "symfony/http-foundation": "For using a Symfony Request object",
3301
                "symfony/yaml": "For using the YAML loader"
3302
            },
3303
            "type": "library",
3304
            "extra": {
3305
                "branch-alias": {
3306
                    "dev-master": "4.0-dev"
3307
                }
3308
            },
3309
            "autoload": {
3310
                "psr-4": {
3311
                    "Symfony\\Component\\Routing\\": ""
3312
                },
3313
                "exclude-from-classmap": [
3314
                    "/Tests/"
3315
                ]
3316
            },
3317
            "notification-url": "https://packagist.org/downloads/",
3318
            "license": [
3319
                "MIT"
3320
            ],
3321
            "authors": [
3322
                {
3323
                    "name": "Fabien Potencier",
3324
                    "email": "[email protected]"
3325
                },
3326
                {
3327
                    "name": "Symfony Community",
3328
                    "homepage": "https://symfony.com/contributors"
3329
                }
3330
            ],
3331
            "description": "Symfony Routing Component",
3332
            "homepage": "https://symfony.com",
3333
            "keywords": [
3334
                "router",
3335
                "routing",
3336
                "uri",
3337
                "url"
3338
            ],
3339
            "time": "2018-04-04T13:50:32+00:00"
3340
        },
3341
        {
3342
            "name": "symfony/stopwatch",
3343
            "version": "v4.0.8",
3344
            "source": {
3345
                "type": "git",
3346
                "url": "https://github.com/symfony/stopwatch.git",
3347
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042"
3348
            },
3349
            "dist": {
3350
                "type": "zip",
3351
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6795ffa2f8eebedac77f045aa62c0c10b2763042",
3352
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042",
3353
                "shasum": ""
3354
            },
3355
            "require": {
3356
                "php": "^7.1.3"
3357
            },
3358
            "type": "library",
3359
            "extra": {
3360
                "branch-alias": {
3361
                    "dev-master": "4.0-dev"
3362
                }
3363
            },
3364
            "autoload": {
3365
                "psr-4": {
3366
                    "Symfony\\Component\\Stopwatch\\": ""
3367
                },
3368
                "exclude-from-classmap": [
3369
                    "/Tests/"
3370
                ]
3371
            },
3372
            "notification-url": "https://packagist.org/downloads/",
3373
            "license": [
3374
                "MIT"
3375
            ],
3376
            "authors": [
3377
                {
3378
                    "name": "Fabien Potencier",
3379
                    "email": "[email protected]"
3380
                },
3381
                {
3382
                    "name": "Symfony Community",
3383
                    "homepage": "https://symfony.com/contributors"
3384
                }
3385
            ],
3386
            "description": "Symfony Stopwatch Component",
3387
            "homepage": "https://symfony.com",
3388
            "time": "2018-02-19T16:50:22+00:00"
3389
        },
3390
        {
3391
            "name": "symfony/translation",
3392
            "version": "v4.0.9",
3393
            "source": {
3394
                "type": "git",
3395
                "url": "https://github.com/symfony/translation.git",
3396
                "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e"
3397
            },
3398
            "dist": {
3399
                "type": "zip",
3400
                "url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e",
3401
                "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e",
3402
                "shasum": ""
3403
            },
3404
            "require": {
3405
                "php": "^7.1.3",
3406
                "symfony/polyfill-mbstring": "~1.0"
3407
            },
3408
            "conflict": {
3409
                "symfony/config": "<3.4",
3410
                "symfony/dependency-injection": "<3.4",
3411
                "symfony/yaml": "<3.4"
3412
            },
3413
            "require-dev": {
3414
                "psr/log": "~1.0",
3415
                "symfony/config": "~3.4|~4.0",
3416
                "symfony/dependency-injection": "~3.4|~4.0",
3417
                "symfony/finder": "~2.8|~3.0|~4.0",
3418
                "symfony/intl": "~3.4|~4.0",
3419
                "symfony/yaml": "~3.4|~4.0"
3420
            },
3421
            "suggest": {
3422
                "psr/log-implementation": "To use logging capability in translator",
3423
                "symfony/config": "",
3424
                "symfony/yaml": ""
3425
            },
3426
            "type": "library",
3427
            "extra": {
3428
                "branch-alias": {
3429
                    "dev-master": "4.0-dev"
3430
                }
3431
            },
3432
            "autoload": {
3433
                "psr-4": {
3434
                    "Symfony\\Component\\Translation\\": ""
3435
                },
3436
                "exclude-from-classmap": [
3437
                    "/Tests/"
3438
                ]
3439
            },
3440
            "notification-url": "https://packagist.org/downloads/",
3441
            "license": [
3442
                "MIT"
3443
            ],
3444
            "authors": [
3445
                {
3446
                    "name": "Fabien Potencier",
3447
                    "email": "[email protected]"
3448
                },
3449
                {
3450
                    "name": "Symfony Community",
3451
                    "homepage": "https://symfony.com/contributors"
3452
                }
3453
            ],
3454
            "description": "Symfony Translation Component",
3455
            "homepage": "https://symfony.com",
3456
            "time": "2018-04-30T01:23:47+00:00"
3457
        },
3458
        {
3459
            "name": "symfony/var-dumper",
3460
            "version": "v4.0.8",
3461
            "source": {
3462
                "type": "git",
3463
                "url": "https://github.com/symfony/var-dumper.git",
3464
                "reference": "e1b4d008100f4d203cc38b0d793ad6252d8d8af0"
3465
            },
3466
            "dist": {
3467
                "type": "zip",
3468
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e1b4d008100f4d203cc38b0d793ad6252d8d8af0",
3469
                "reference": "e1b4d008100f4d203cc38b0d793ad6252d8d8af0",
3470
                "shasum": ""
3471
            },
3472
            "require": {
3473
                "php": "^7.1.3",
3474
                "symfony/polyfill-mbstring": "~1.0",
3475
                "symfony/polyfill-php72": "~1.5"
3476
            },
3477
            "conflict": {
3478
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3479
            },
3480
            "require-dev": {
3481
                "ext-iconv": "*",
3482
                "twig/twig": "~1.34|~2.4"
3483
            },
3484
            "suggest": {
3485
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3486
                "ext-intl": "To show region name in time zone dump"
3487
            },
3488
            "type": "library",
3489
            "extra": {
3490
                "branch-alias": {
3491
                    "dev-master": "4.0-dev"
3492
                }
3493
            },
3494
            "autoload": {
3495
                "files": [
3496
                    "Resources/functions/dump.php"
3497
                ],
3498
                "psr-4": {
3499
                    "Symfony\\Component\\VarDumper\\": ""
3500
                },
3501
                "exclude-from-classmap": [
3502
                    "/Tests/"
3503
                ]
3504
            },
3505
            "notification-url": "https://packagist.org/downloads/",
3506
            "license": [
3507
                "MIT"
3508
            ],
3509
            "authors": [
3510
                {
3511
                    "name": "Nicolas Grekas",
3512
                    "email": "[email protected]"
3513
                },
3514
                {
3515
                    "name": "Symfony Community",
3516
                    "homepage": "https://symfony.com/contributors"
3517
                }
3518
            ],
3519
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3520
            "homepage": "https://symfony.com",
3521
            "keywords": [
3522
                "debug",
3523
                "dump"
3524
            ],
3525
            "time": "2018-04-04T05:10:37+00:00"
3526
        },
3527
        {
3528
            "name": "symfony/yaml",
3529
            "version": "v4.0.8",
3530
            "source": {
3531
                "type": "git",
3532
                "url": "https://github.com/symfony/yaml.git",
3533
                "reference": "8b34ebb5989df61cbd77eff29a02c4db9ac1069c"
3534
            },
3535
            "dist": {
3536
                "type": "zip",
3537
                "url": "https://api.github.com/repos/symfony/yaml/zipball/8b34ebb5989df61cbd77eff29a02c4db9ac1069c",
3538
                "reference": "8b34ebb5989df61cbd77eff29a02c4db9ac1069c",
3539
                "shasum": ""
3540
            },
3541
            "require": {
3542
                "php": "^7.1.3"
3543
            },
3544
            "conflict": {
3545
                "symfony/console": "<3.4"
3546
            },
3547
            "require-dev": {
3548
                "symfony/console": "~3.4|~4.0"
3549
            },
3550
            "suggest": {
3551
                "symfony/console": "For validating YAML files using the lint command"
3552
            },
3553
            "type": "library",
3554
            "extra": {
3555
                "branch-alias": {
3556
                    "dev-master": "4.0-dev"
3557
                }
3558
            },
3559
            "autoload": {
3560
                "psr-4": {
3561
                    "Symfony\\Component\\Yaml\\": ""
3562
                },
3563
                "exclude-from-classmap": [
3564
                    "/Tests/"
3565
                ]
3566
            },
3567
            "notification-url": "https://packagist.org/downloads/",
3568
            "license": [
3569
                "MIT"
3570
            ],
3571
            "authors": [
3572
                {
3573
                    "name": "Fabien Potencier",
3574
                    "email": "[email protected]"
3575
                },
3576
                {
3577
                    "name": "Symfony Community",
3578
                    "homepage": "https://symfony.com/contributors"
3579
                }
3580
            ],
3581
            "description": "Symfony Yaml Component",
3582
            "homepage": "https://symfony.com",
3583
            "time": "2018-04-03T05:24:00+00:00"
3584
        },
3585
        {
3586
            "name": "tedivm/stash",
3587
            "version": "v0.14.2",
3588
            "source": {
3589
                "type": "git",
3590
                "url": "https://github.com/tedious/Stash.git",
3591
                "reference": "7ea9749784152dcd2dab72c4bbf2bef18c326e41"
3592
            },
3593
            "dist": {
3594
                "type": "zip",
3595
                "url": "https://api.github.com/repos/tedious/Stash/zipball/7ea9749784152dcd2dab72c4bbf2bef18c326e41",
3596
                "reference": "7ea9749784152dcd2dab72c4bbf2bef18c326e41",
3597
                "shasum": ""
3598
            },
3599
            "require": {
3600
                "php": "^5.4|^7.0",
3601
                "psr/cache": "~1.0"
3602
            },
3603
            "provide": {
3604
                "psr/cache-implementation": "1.0.0"
3605
            },
3606
            "require-dev": {
3607
                "friendsofphp/php-cs-fixer": "^1.9",
3608
                "phpunit/phpunit": "4.8.*",
3609
                "satooshi/php-coveralls": "1.0.*"
3610
            },
3611
            "type": "library",
3612
            "autoload": {
3613
                "psr-4": {
3614
                    "Stash\\": "src/Stash/"
3615
                }
3616
            },
3617
            "notification-url": "https://packagist.org/downloads/",
3618
            "license": [
3619
                "BSD-3-Clause"
3620
            ],
3621
            "authors": [
3622
                {
3623
                    "name": "Robert Hafner",
3624
                    "email": "[email protected]"
3625
                },
3626
                {
3627
                    "name": "Josh Hall-Bachner",
3628
                    "email": "[email protected]"
3629
                }
3630
            ],
3631
            "description": "The place to keep your cache.",
3632
            "homepage": "http://github.com/tedious/Stash",
3633
            "keywords": [
3634
                "apc",
3635
                "cache",
3636
                "caching",
3637
                "memcached",
3638
                "psr-6",
3639
                "psr6",
3640
                "redis",
3641
                "sessions"
3642
            ],
3643
            "time": "2017-04-23T17:16:57+00:00"
3644
        },
3645
        {
3646
            "name": "twig/twig",
3647
            "version": "v1.35.3",
3648
            "source": {
3649
                "type": "git",
3650
                "url": "https://github.com/twigphp/Twig.git",
3651
                "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
3652
            },
3653
            "dist": {
3654
                "type": "zip",
3655
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
3656
                "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
3657
                "shasum": ""
3658
            },
3659
            "require": {
3660
                "php": ">=5.3.3"
3661
            },
3662
            "require-dev": {
3663
                "psr/container": "^1.0",
3664
                "symfony/debug": "^2.7",
3665
                "symfony/phpunit-bridge": "^3.3"
3666
            },
3667
            "type": "library",
3668
            "extra": {
3669
                "branch-alias": {
3670
                    "dev-master": "1.35-dev"
3671
                }
3672
            },
3673
            "autoload": {
3674
                "psr-0": {
3675
                    "Twig_": "lib/"
3676
                },
3677
                "psr-4": {
3678
                    "Twig\\": "src/"
3679
                }
3680
            },
3681
            "notification-url": "https://packagist.org/downloads/",
3682
            "license": [
3683
                "BSD-3-Clause"
3684
            ],
3685
            "authors": [
3686
                {
3687
                    "name": "Fabien Potencier",
3688
                    "email": "[email protected]",
3689
                    "homepage": "http://fabien.potencier.org",
3690
                    "role": "Lead Developer"
3691
                },
3692
                {
3693
                    "name": "Armin Ronacher",
3694
                    "email": "[email protected]",
3695
                    "role": "Project Founder"
3696
                },
3697
                {
3698
                    "name": "Twig Team",
3699
                    "homepage": "http://twig.sensiolabs.org/contributors",
3700
                    "role": "Contributors"
3701
                }
3702
            ],
3703
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3704
            "homepage": "http://twig.sensiolabs.org",
3705
            "keywords": [
3706
                "templating"
3707
            ],
3708
            "time": "2018-03-20T04:25:58+00:00"
3709
        },
3710
        {
3711
            "name": "webmozart/assert",
3712
            "version": "1.3.0",
3713
            "source": {
3714
                "type": "git",
3715
                "url": "https://github.com/webmozart/assert.git",
3716
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3717
            },
3718
            "dist": {
3719
                "type": "zip",
3720
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3721
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3722
                "shasum": ""
3723
            },
3724
            "require": {
3725
                "php": "^5.3.3 || ^7.0"
3726
            },
3727
            "require-dev": {
3728
                "phpunit/phpunit": "^4.6",
3729
                "sebastian/version": "^1.0.1"
3730
            },
3731
            "type": "library",
3732
            "extra": {
3733
                "branch-alias": {
3734
                    "dev-master": "1.3-dev"
3735
                }
3736
            },
3737
            "autoload": {
3738
                "psr-4": {
3739
                    "Webmozart\\Assert\\": "src/"
3740
                }
3741
            },
3742
            "notification-url": "https://packagist.org/downloads/",
3743
            "license": [
3744
                "MIT"
3745
            ],
3746
            "authors": [
3747
                {
3748
                    "name": "Bernhard Schussek",
3749
                    "email": "[email protected]"
3750
                }
3751
            ],
3752
            "description": "Assertions to validate method input/output with nice error messages.",
3753
            "keywords": [
3754
                "assert",
3755
                "check",
3756
                "validate"
3757
            ],
3758
            "time": "2018-01-29T19:49:41+00:00"
3759
        },
3760
        {
3761
            "name": "zendframework/zend-cache",
3762
            "version": "2.8.1",
3763
            "source": {
3764
                "type": "git",
3765
                "url": "https://github.com/zendframework/zend-cache.git",
3766
                "reference": "13c517d6a2e446fe16c6f42e702f4d6ef724024b"
3767
            },
3768
            "dist": {
3769
                "type": "zip",
3770
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/13c517d6a2e446fe16c6f42e702f4d6ef724024b",
3771
                "reference": "13c517d6a2e446fe16c6f42e702f4d6ef724024b",
3772
                "shasum": ""
3773
            },
3774
            "require": {
3775
                "php": "^5.6 || ^7.0",
3776
                "psr/cache": "^1.0",
3777
                "psr/simple-cache": "^1.0",
3778
                "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
3779
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
3780
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
3781
            },
3782
            "provide": {
3783
                "psr/cache-implementation": "1.0",
3784
                "psr/simple-cache-implementation": "1.0"
3785
            },
3786
            "require-dev": {
3787
                "cache/integration-tests": "^0.16",
3788
                "phpbench/phpbench": "^0.13",
3789
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3790
                "zendframework/zend-coding-standard": "~1.0.0",
3791
                "zendframework/zend-serializer": "^2.6",
3792
                "zendframework/zend-session": "^2.7.4"
3793
            },
3794
            "suggest": {
3795
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
3796
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
3797
                "ext-dba": "DBA, to use the DBA storage adapter",
3798
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
3799
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
3800
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
3801
                "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
3802
                "ext-redis": "Redis, to use Redis storage adapter",
3803
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
3804
                "ext-xcache": "XCache, to use the XCache storage adapter",
3805
                "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
3806
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
3807
                "zendframework/zend-serializer": "Zend\\Serializer component",
3808
                "zendframework/zend-session": "Zend\\Session component"
3809
            },
3810
            "type": "library",
3811
            "extra": {
3812
                "branch-alias": {
3813
                    "dev-master": "2.8.x-dev",
3814
                    "dev-develop": "2.9.x-dev"
3815
                },
3816
                "zf": {
3817
                    "component": "Zend\\Cache",
3818
                    "config-provider": "Zend\\Cache\\ConfigProvider"
3819
                }
3820
            },
3821
            "autoload": {
3822
                "files": [
3823
                    "autoload/patternPluginManagerPolyfill.php"
3824
                ],
3825
                "psr-4": {
3826
                    "Zend\\Cache\\": "src/"
3827
                }
3828
            },
3829
            "notification-url": "https://packagist.org/downloads/",
3830
            "license": [
3831
                "BSD-3-Clause"
3832
            ],
3833
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
3834
            "keywords": [
3835
                "ZendFramework",
3836
                "cache",
3837
                "psr-16",
3838
                "psr-6",
3839
                "zf"
3840
            ],
3841
            "time": "2018-04-26T14:47:41+00:00"
3842
        },
3843
        {
3844
            "name": "zendframework/zend-code",
3845
            "version": "3.3.0",
3846
            "source": {
3847
                "type": "git",
3848
                "url": "https://github.com/zendframework/zend-code.git",
3849
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d"
3850
            },
3851
            "dist": {
3852
                "type": "zip",
3853
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d",
3854
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d",
3855
                "shasum": ""
3856
            },
3857
            "require": {
3858
                "php": "^7.1",
3859
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3860
            },
3861
            "require-dev": {
3862
                "doctrine/annotations": "~1.0",
3863
                "ext-phar": "*",
3864
                "phpunit/phpunit": "^6.2.3",
3865
                "zendframework/zend-coding-standard": "^1.0.0",
3866
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3867
            },
3868
            "suggest": {
3869
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3870
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3871
            },
3872
            "type": "library",
3873
            "extra": {
3874
                "branch-alias": {
3875
                    "dev-master": "3.2-dev",
3876
                    "dev-develop": "3.3-dev"
3877
                }
3878
            },
3879
            "autoload": {
3880
                "psr-4": {
3881
                    "Zend\\Code\\": "src/"
3882
                }
3883
            },
3884
            "notification-url": "https://packagist.org/downloads/",
3885
            "license": [
3886
                "BSD-3-Clause"
3887
            ],
3888
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3889
            "homepage": "https://github.com/zendframework/zend-code",
3890
            "keywords": [
3891
                "code",
3892
                "zf2"
3893
            ],
3894
            "time": "2017-10-20T15:21:32+00:00"
3895
        },
3896
        {
3897
            "name": "zendframework/zend-config",
3898
            "version": "2.6.0",
3899
            "source": {
3900
                "type": "git",
3901
                "url": "https://github.com/zendframework/zend-config.git",
3902
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
3903
            },
3904
            "dist": {
3905
                "type": "zip",
3906
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
3907
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
3908
                "shasum": ""
3909
            },
3910
            "require": {
3911
                "php": "^5.5 || ^7.0",
3912
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3913
            },
3914
            "require-dev": {
3915
                "fabpot/php-cs-fixer": "1.7.*",
3916
                "phpunit/phpunit": "~4.0",
3917
                "zendframework/zend-filter": "^2.6",
3918
                "zendframework/zend-i18n": "^2.5",
3919
                "zendframework/zend-json": "^2.6.1",
3920
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
3921
            },
3922
            "suggest": {
3923
                "zendframework/zend-filter": "Zend\\Filter component",
3924
                "zendframework/zend-i18n": "Zend\\I18n component",
3925
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
3926
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
3927
            },
3928
            "type": "library",
3929
            "extra": {
3930
                "branch-alias": {
3931
                    "dev-master": "2.6-dev",
3932
                    "dev-develop": "2.7-dev"
3933
                }
3934
            },
3935
            "autoload": {
3936
                "psr-4": {
3937
                    "Zend\\Config\\": "src/"
3938
                }
3939
            },
3940
            "notification-url": "https://packagist.org/downloads/",
3941
            "license": [
3942
                "BSD-3-Clause"
3943
            ],
3944
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
3945
            "homepage": "https://github.com/zendframework/zend-config",
3946
            "keywords": [
3947
                "config",
3948
                "zf2"
3949
            ],
3950
            "time": "2016-02-04T23:01:10+00:00"
3951
        },
3952
        {
3953
            "name": "zendframework/zend-eventmanager",
3954
            "version": "3.2.1",
3955
            "source": {
3956
                "type": "git",
3957
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3958
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
3959
            },
3960
            "dist": {
3961
                "type": "zip",
3962
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
3963
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
3964
                "shasum": ""
3965
            },
3966
            "require": {
3967
                "php": "^5.6 || ^7.0"
3968
            },
3969
            "require-dev": {
3970
                "athletic/athletic": "^0.1",
3971
                "container-interop/container-interop": "^1.1.0",
3972
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3973
                "zendframework/zend-coding-standard": "~1.0.0",
3974
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3975
            },
3976
            "suggest": {
3977
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3978
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3979
            },
3980
            "type": "library",
3981
            "extra": {
3982
                "branch-alias": {
3983
                    "dev-master": "3.2-dev",
3984
                    "dev-develop": "3.3-dev"
3985
                }
3986
            },
3987
            "autoload": {
3988
                "psr-4": {
3989
                    "Zend\\EventManager\\": "src/"
3990
                }
3991
            },
3992
            "notification-url": "https://packagist.org/downloads/",
3993
            "license": [
3994
                "BSD-3-Clause"
3995
            ],
3996
            "description": "Trigger and listen to events within a PHP application",
3997
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3998
            "keywords": [
3999
                "event",
4000
                "eventmanager",
4001
                "events",
4002
                "zf2"
4003
            ],
4004
            "time": "2018-04-25T15:33:34+00:00"
4005
        },
4006
        {
4007
            "name": "zendframework/zend-filter",
4008
            "version": "2.8.0",
4009
            "source": {
4010
                "type": "git",
4011
                "url": "https://github.com/zendframework/zend-filter.git",
4012
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
4013
            },
4014
            "dist": {
4015
                "type": "zip",
4016
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
4017
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
4018
                "shasum": ""
4019
            },
4020
            "require": {
4021
                "php": "^5.6 || ^7.0",
4022
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4023
            },
4024
            "conflict": {
4025
                "zendframework/zend-validator": "<2.10.1"
4026
            },
4027
            "require-dev": {
4028
                "pear/archive_tar": "^1.4.3",
4029
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4030
                "zendframework/zend-coding-standard": "~1.0.0",
4031
                "zendframework/zend-crypt": "^3.2.1",
4032
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4033
                "zendframework/zend-uri": "^2.6"
4034
            },
4035
            "suggest": {
4036
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
4037
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
4038
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
4039
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
4040
            },
4041
            "type": "library",
4042
            "extra": {
4043
                "branch-alias": {
4044
                    "dev-master": "2.8.x-dev",
4045
                    "dev-develop": "2.9.x-dev"
4046
                },
4047
                "zf": {
4048
                    "component": "Zend\\Filter",
4049
                    "config-provider": "Zend\\Filter\\ConfigProvider"
4050
                }
4051
            },
4052
            "autoload": {
4053
                "psr-4": {
4054
                    "Zend\\Filter\\": "src/"
4055
                }
4056
            },
4057
            "notification-url": "https://packagist.org/downloads/",
4058
            "license": [
4059
                "BSD-3-Clause"
4060
            ],
4061
            "description": "provides a set of commonly needed data filters",
4062
            "keywords": [
4063
                "ZendFramework",
4064
                "filter",
4065
                "zf"
4066
            ],
4067
            "time": "2018-04-11T16:20:04+00:00"
4068
        },
4069
        {
4070
            "name": "zendframework/zend-hydrator",
4071
            "version": "1.1.0",
4072
            "source": {
4073
                "type": "git",
4074
                "url": "https://github.com/zendframework/zend-hydrator.git",
4075
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
4076
            },
4077
            "dist": {
4078
                "type": "zip",
4079
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4080
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4081
                "shasum": ""
4082
            },
4083
            "require": {
4084
                "php": "^5.5 || ^7.0",
4085
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4086
            },
4087
            "require-dev": {
4088
                "phpunit/phpunit": "~4.0",
4089
                "squizlabs/php_codesniffer": "^2.0@dev",
4090
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4091
                "zendframework/zend-filter": "^2.6",
4092
                "zendframework/zend-inputfilter": "^2.6",
4093
                "zendframework/zend-serializer": "^2.6.1",
4094
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4095
            },
4096
            "suggest": {
4097
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
4098
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
4099
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
4100
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
4101
            },
4102
            "type": "library",
4103
            "extra": {
4104
                "branch-alias": {
4105
                    "dev-release-1.0": "1.0-dev",
4106
                    "dev-release-1.1": "1.1-dev",
4107
                    "dev-master": "2.0-dev",
4108
                    "dev-develop": "2.1-dev"
4109
                }
4110
            },
4111
            "autoload": {
4112
                "psr-4": {
4113
                    "Zend\\Hydrator\\": "src/"
4114
                }
4115
            },
4116
            "notification-url": "https://packagist.org/downloads/",
4117
            "license": [
4118
                "BSD-3-Clause"
4119
            ],
4120
            "homepage": "https://github.com/zendframework/zend-hydrator",
4121
            "keywords": [
4122
                "hydrator",
4123
                "zf2"
4124
            ],
4125
            "time": "2016-02-18T22:38:26+00:00"
4126
        },
4127
        {
4128
            "name": "zendframework/zend-i18n",
4129
            "version": "2.8.0",
4130
            "source": {
4131
                "type": "git",
4132
                "url": "https://github.com/zendframework/zend-i18n.git",
4133
                "reference": "cfdb658121e0d7eb969a498c2f67f1eacaab9c63"
4134
            },
4135
            "dist": {
4136
                "type": "zip",
4137
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/cfdb658121e0d7eb969a498c2f67f1eacaab9c63",
4138
                "reference": "cfdb658121e0d7eb969a498c2f67f1eacaab9c63",
4139
                "shasum": ""
4140
            },
4141
            "require": {
4142
                "php": "^5.6 || ^7.0",
4143
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4144
            },
4145
            "require-dev": {
4146
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4147
                "zendframework/zend-cache": "^2.6.1",
4148
                "zendframework/zend-coding-standard": "~1.0.0",
4149
                "zendframework/zend-config": "^2.6",
4150
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4151
                "zendframework/zend-filter": "^2.6.1",
4152
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4153
                "zendframework/zend-validator": "^2.6",
4154
                "zendframework/zend-view": "^2.6.3"
4155
            },
4156
            "suggest": {
4157
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
4158
                "zendframework/zend-cache": "Zend\\Cache component",
4159
                "zendframework/zend-config": "Zend\\Config component",
4160
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
4161
                "zendframework/zend-filter": "You should install this package to use the provided filters",
4162
                "zendframework/zend-i18n-resources": "Translation resources",
4163
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
4164
                "zendframework/zend-validator": "You should install this package to use the provided validators",
4165
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
4166
            },
4167
            "type": "library",
4168
            "extra": {
4169
                "branch-alias": {
4170
                    "dev-master": "2.8.x-dev",
4171
                    "dev-develop": "2.9.x-dev"
4172
                },
4173
                "zf": {
4174
                    "component": "Zend\\I18n",
4175
                    "config-provider": "Zend\\I18n\\ConfigProvider"
4176
                }
4177
            },
4178
            "autoload": {
4179
                "psr-4": {
4180
                    "Zend\\I18n\\": "src/"
4181
                }
4182
            },
4183
            "notification-url": "https://packagist.org/downloads/",
4184
            "license": [
4185
                "BSD-3-Clause"
4186
            ],
4187
            "description": "Provide translations for your application, and filter and validate internationalized values",
4188
            "keywords": [
4189
                "ZendFramework",
4190
                "i18n",
4191
                "zf"
4192
            ],
4193
            "time": "2018-04-25T19:32:43+00:00"
4194
        },
4195
        {
4196
            "name": "zendframework/zend-json",
4197
            "version": "3.1.0",
4198
            "source": {
4199
                "type": "git",
4200
                "url": "https://github.com/zendframework/zend-json.git",
4201
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
4202
            },
4203
            "dist": {
4204
                "type": "zip",
4205
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
4206
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
4207
                "shasum": ""
4208
            },
4209
            "require": {
4210
                "php": "^5.6 || ^7.0"
4211
            },
4212
            "require-dev": {
4213
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4214
                "zendframework/zend-coding-standard": "~1.0.0",
4215
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4216
            },
4217
            "suggest": {
4218
                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
4219
                "zendframework/zend-xml2json": "For converting XML documents to JSON"
4220
            },
4221
            "type": "library",
4222
            "extra": {
4223
                "branch-alias": {
4224
                    "dev-master": "3.1.x-dev",
4225
                    "dev-develop": "3.2.x-dev"
4226
                }
4227
            },
4228
            "autoload": {
4229
                "psr-4": {
4230
                    "Zend\\Json\\": "src/"
4231
                }
4232
            },
4233
            "notification-url": "https://packagist.org/downloads/",
4234
            "license": [
4235
                "BSD-3-Clause"
4236
            ],
4237
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
4238
            "keywords": [
4239
                "ZendFramework",
4240
                "json",
4241
                "zf"
4242
            ],
4243
            "time": "2018-01-04T17:51:34+00:00"
4244
        },
4245
        {
4246
            "name": "zendframework/zend-serializer",
4247
            "version": "2.8.1",
4248
            "source": {
4249
                "type": "git",
4250
                "url": "https://github.com/zendframework/zend-serializer.git",
4251
                "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580"
4252
            },
4253
            "dist": {
4254
                "type": "zip",
4255
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/7ac42b9a47e9cb23895173a3096bc3b3fb7ac580",
4256
                "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580",
4257
                "shasum": ""
4258
            },
4259
            "require": {
4260
                "php": "^5.6 || ^7.0",
4261
                "zendframework/zend-json": "^2.5 || ^3.0",
4262
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4263
            },
4264
            "require-dev": {
4265
                "doctrine/instantiator": "1.0.*",
4266
                "phpunit/phpunit": "^5.5",
4267
                "zendframework/zend-coding-standard": "~1.0.0",
4268
                "zendframework/zend-math": "^2.6",
4269
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4270
            },
4271
            "suggest": {
4272
                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
4273
                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
4274
            },
4275
            "type": "library",
4276
            "extra": {
4277
                "branch-alias": {
4278
                    "dev-master": "2.8-dev",
4279
                    "dev-develop": "2.9-dev"
4280
                },
4281
                "zf": {
4282
                    "component": "Zend\\Serializer",
4283
                    "config-provider": "Zend\\Serializer\\ConfigProvider"
4284
                }
4285
            },
4286
            "autoload": {
4287
                "psr-4": {
4288
                    "Zend\\Serializer\\": "src/"
4289
                }
4290
            },
4291
            "notification-url": "https://packagist.org/downloads/",
4292
            "license": [
4293
                "BSD-3-Clause"
4294
            ],
4295
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
4296
            "homepage": "https://github.com/zendframework/zend-serializer",
4297
            "keywords": [
4298
                "serializer",
4299
                "zf2"
4300
            ],
4301
            "time": "2017-11-20T22:21:04+00:00"
4302
        },
4303
        {
4304
            "name": "zendframework/zend-servicemanager",
4305
            "version": "2.7.10",
4306
            "source": {
4307
                "type": "git",
4308
                "url": "https://github.com/zendframework/zend-servicemanager.git",
4309
                "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4"
4310
            },
4311
            "dist": {
4312
                "type": "zip",
4313
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/ba7069c94c9af93122be9fa31cddd37f7707d5b4",
4314
                "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4",
4315
                "shasum": ""
4316
            },
4317
            "require": {
4318
                "container-interop/container-interop": "~1.0",
4319
                "php": "^5.5 || ^7.0"
4320
            },
4321
            "require-dev": {
4322
                "athletic/athletic": "dev-master",
4323
                "fabpot/php-cs-fixer": "1.7.*",
4324
                "phpunit/phpunit": "~4.0",
4325
                "zendframework/zend-di": "~2.5",
4326
                "zendframework/zend-mvc": "~2.5"
4327
            },
4328
            "suggest": {
4329
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
4330
                "zendframework/zend-di": "Zend\\Di component"
4331
            },
4332
            "type": "library",
4333
            "extra": {
4334
                "branch-alias": {
4335
                    "dev-master": "2.7-dev",
4336
                    "dev-develop": "3.0-dev"
4337
                }
4338
            },
4339
            "autoload": {
4340
                "psr-4": {
4341
                    "Zend\\ServiceManager\\": "src/"
4342
                }
4343
            },
4344
            "notification-url": "https://packagist.org/downloads/",
4345
            "license": [
4346
                "BSD-3-Clause"
4347
            ],
4348
            "homepage": "https://github.com/zendframework/zend-servicemanager",
4349
            "keywords": [
4350
                "servicemanager",
4351
                "zf2"
4352
            ],
4353
            "time": "2017-12-05T16:27:36+00:00"
4354
        },
4355
        {
4356
            "name": "zendframework/zend-stdlib",
4357
            "version": "2.7.7",
4358
            "source": {
4359
                "type": "git",
4360
                "url": "https://github.com/zendframework/zend-stdlib.git",
4361
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
4362
            },
4363
            "dist": {
4364
                "type": "zip",
4365
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4366
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4367
                "shasum": ""
4368
            },
4369
            "require": {
4370
                "php": "^5.5 || ^7.0",
4371
                "zendframework/zend-hydrator": "~1.1"
4372
            },
4373
            "require-dev": {
4374
                "athletic/athletic": "~0.1",
4375
                "fabpot/php-cs-fixer": "1.7.*",
4376
                "phpunit/phpunit": "~4.0",
4377
                "zendframework/zend-config": "~2.5",
4378
                "zendframework/zend-eventmanager": "~2.5",
4379
                "zendframework/zend-filter": "~2.5",
4380
                "zendframework/zend-inputfilter": "~2.5",
4381
                "zendframework/zend-serializer": "~2.5",
4382
                "zendframework/zend-servicemanager": "~2.5"
4383
            },
4384
            "suggest": {
4385
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
4386
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
4387
                "zendframework/zend-serializer": "Zend\\Serializer component",
4388
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
4389
            },
4390
            "type": "library",
4391
            "extra": {
4392
                "branch-alias": {
4393
                    "dev-release-2.7": "2.7-dev",
4394
                    "dev-master": "3.0-dev",
4395
                    "dev-develop": "3.1-dev"
4396
                }
4397
            },
4398
            "autoload": {
4399
                "psr-4": {
4400
                    "Zend\\Stdlib\\": "src/"
4401
                }
4402
            },
4403
            "notification-url": "https://packagist.org/downloads/",
4404
            "license": [
4405
                "BSD-3-Clause"
4406
            ],
4407
            "homepage": "https://github.com/zendframework/zend-stdlib",
4408
            "keywords": [
4409
                "stdlib",
4410
                "zf2"
4411
            ],
4412
            "time": "2016-04-12T21:17:31+00:00"
4413
        },
4414
        {
4415
            "name": "zetacomponents/base",
4416
            "version": "1.9.1",
4417
            "source": {
4418
                "type": "git",
4419
                "url": "https://github.com/zetacomponents/Base.git",
4420
                "reference": "489e20235989ddc97fdd793af31ac803972454f1"
4421
            },
4422
            "dist": {
4423
                "type": "zip",
4424
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
4425
                "reference": "489e20235989ddc97fdd793af31ac803972454f1",
4426
                "shasum": ""
4427
            },
4428
            "require-dev": {
4429
                "phpunit/phpunit": "~5.7",
4430
                "zetacomponents/unit-test": "*"
4431
            },
4432
            "type": "library",
4433
            "autoload": {
4434
                "classmap": [
4435
                    "src"
4436
                ]
4437
            },
4438
            "notification-url": "https://packagist.org/downloads/",
4439
            "license": [
4440
                "Apache-2.0"
4441
            ],
4442
            "authors": [
4443
                {
4444
                    "name": "Sergey Alexeev"
4445
                },
4446
                {
4447
                    "name": "Sebastian Bergmann"
4448
                },
4449
                {
4450
                    "name": "Jan Borsodi"
4451
                },
4452
                {
4453
                    "name": "Raymond Bosman"
4454
                },
4455
                {
4456
                    "name": "Frederik Holljen"
4457
                },
4458
                {
4459
                    "name": "Kore Nordmann"
4460
                },
4461
                {
4462
                    "name": "Derick Rethans"
4463
                },
4464
                {
4465
                    "name": "Vadym Savchuk"
4466
                },
4467
                {
4468
                    "name": "Tobias Schlitt"
4469
                },
4470
                {
4471
                    "name": "Alexandru Stanoi"
4472
                }
4473
            ],
4474
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
4475
            "homepage": "https://github.com/zetacomponents",
4476
            "time": "2017-11-28T11:30:00+00:00"
4477
        },
4478
        {
4479
            "name": "zetacomponents/document",
4480
            "version": "1.3.1",
4481
            "source": {
4482
                "type": "git",
4483
                "url": "https://github.com/zetacomponents/Document.git",
4484
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
4485
            },
4486
            "dist": {
4487
                "type": "zip",
4488
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4489
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4490
                "shasum": ""
4491
            },
4492
            "require": {
4493
                "zetacomponents/base": "*"
4494
            },
4495
            "require-dev": {
4496
                "zetacomponents/unit-test": "dev-master"
4497
            },
4498
            "type": "library",
4499
            "autoload": {
4500
                "classmap": [
4501
                    "src"
4502
                ]
4503
            },
4504
            "notification-url": "https://packagist.org/downloads/",
4505
            "license": [
4506
                "Apache-2.0"
4507
            ],
4508
            "authors": [
4509
                {
4510
                    "name": "Sebastian Bergmann"
4511
                },
4512
                {
4513
                    "name": "Kore Nordmann"
4514
                },
4515
                {
4516
                    "name": "Derick Rethans"
4517
                },
4518
                {
4519
                    "name": "Tobias Schlitt"
4520
                },
4521
                {
4522
                    "name": "Alexandru Stanoi"
4523
                }
4524
            ],
4525
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
4526
            "homepage": "https://github.com/zetacomponents",
4527
            "time": "2013-12-19T11:40:00+00:00"
4528
        }
4529
    ],
4530
    "packages-dev": [
4531
        {
4532
            "name": "behat/behat",
4533
            "version": "v3.4.3",
4534
            "source": {
4535
                "type": "git",
4536
                "url": "https://github.com/Behat/Behat.git",
4537
                "reference": "d60b161bff1b95ec4bb80bb8cb210ccf890314c2"
4538
            },
4539
            "dist": {
4540
                "type": "zip",
4541
                "url": "https://api.github.com/repos/Behat/Behat/zipball/d60b161bff1b95ec4bb80bb8cb210ccf890314c2",
4542
                "reference": "d60b161bff1b95ec4bb80bb8cb210ccf890314c2",
4543
                "shasum": ""
4544
            },
4545
            "require": {
4546
                "behat/gherkin": "^4.5.1",
4547
                "behat/transliterator": "^1.2",
4548
                "container-interop/container-interop": "^1.2",
4549
                "ext-mbstring": "*",
4550
                "php": ">=5.3.3",
4551
                "psr/container": "^1.0",
4552
                "symfony/class-loader": "~2.1||~3.0||~4.0",
4553
                "symfony/config": "~2.3||~3.0||~4.0",
4554
                "symfony/console": "~2.5||~3.0||~4.0",
4555
                "symfony/dependency-injection": "~2.1||~3.0||~4.0",
4556
                "symfony/event-dispatcher": "~2.1||~3.0||~4.0",
4557
                "symfony/translation": "~2.3||~3.0||~4.0",
4558
                "symfony/yaml": "~2.1||~3.0||~4.0"
4559
            },
4560
            "require-dev": {
4561
                "herrera-io/box": "~1.6.1",
4562
                "phpunit/phpunit": "^4.8.36|^6.3",
4563
                "symfony/process": "~2.5|~3.0|~4.0"
4564
            },
4565
            "suggest": {
4566
                "behat/mink-extension": "for integration with Mink testing framework",
4567
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
4568
                "behat/yii-extension": "for integration with Yii web framework"
4569
            },
4570
            "bin": [
4571
                "bin/behat"
4572
            ],
4573
            "type": "library",
4574
            "extra": {
4575
                "branch-alias": {
4576
                    "dev-master": "3.2.x-dev"
4577
                }
4578
            },
4579
            "autoload": {
4580
                "psr-0": {
4581
                    "Behat\\Behat": "src/",
4582
                    "Behat\\Testwork": "src/"
4583
                }
4584
            },
4585
            "notification-url": "https://packagist.org/downloads/",
4586
            "license": [
4587
                "MIT"
4588
            ],
4589
            "authors": [
4590
                {
4591
                    "name": "Konstantin Kudryashov",
4592
                    "email": "[email protected]",
4593
                    "homepage": "http://everzet.com"
4594
                }
4595
            ],
4596
            "description": "Scenario-oriented BDD framework for PHP 5.3",
4597
            "homepage": "http://behat.org/",
4598
            "keywords": [
4599
                "Agile",
4600
                "BDD",
4601
                "ScenarioBDD",
4602
                "Scrum",
4603
                "StoryBDD",
4604
                "User story",
4605
                "business",
4606
                "development",
4607
                "documentation",
4608
                "examples",
4609
                "symfony",
4610
                "testing"
4611
            ],
4612
            "time": "2017-11-27T10:37:56+00:00"
4613
        },
4614
        {
4615
            "name": "behat/gherkin",
4616
            "version": "v4.5.1",
4617
            "source": {
4618
                "type": "git",
4619
                "url": "https://github.com/Behat/Gherkin.git",
4620
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
4621
            },
4622
            "dist": {
4623
                "type": "zip",
4624
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
4625
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
4626
                "shasum": ""
4627
            },
4628
            "require": {
4629
                "php": ">=5.3.1"
4630
            },
4631
            "require-dev": {
4632
                "phpunit/phpunit": "~4.5|~5",
4633
                "symfony/phpunit-bridge": "~2.7|~3",
4634
                "symfony/yaml": "~2.3|~3"
4635
            },
4636
            "suggest": {
4637
                "symfony/yaml": "If you want to parse features, represented in YAML files"
4638
            },
4639
            "type": "library",
4640
            "extra": {
4641
                "branch-alias": {
4642
                    "dev-master": "4.4-dev"
4643
                }
4644
            },
4645
            "autoload": {
4646
                "psr-0": {
4647
                    "Behat\\Gherkin": "src/"
4648
                }
4649
            },
4650
            "notification-url": "https://packagist.org/downloads/",
4651
            "license": [
4652
                "MIT"
4653
            ],
4654
            "authors": [
4655
                {
4656
                    "name": "Konstantin Kudryashov",
4657
                    "email": "[email protected]",
4658
                    "homepage": "http://everzet.com"
4659
                }
4660
            ],
4661
            "description": "Gherkin DSL parser for PHP 5.3",
4662
            "homepage": "http://behat.org/",
4663
            "keywords": [
4664
                "BDD",
4665
                "Behat",
4666
                "Cucumber",
4667
                "DSL",
4668
                "gherkin",
4669
                "parser"
4670
            ],
4671
            "time": "2017-08-30T11:04:43+00:00"
4672
        },
4673
        {
4674
            "name": "behat/transliterator",
4675
            "version": "v1.2.0",
4676
            "source": {
4677
                "type": "git",
4678
                "url": "https://github.com/Behat/Transliterator.git",
4679
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
4680
            },
4681
            "dist": {
4682
                "type": "zip",
4683
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
4684
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
4685
                "shasum": ""
4686
            },
4687
            "require": {
4688
                "php": ">=5.3.3"
4689
            },
4690
            "require-dev": {
4691
                "chuyskywalker/rolling-curl": "^3.1",
4692
                "php-yaoi/php-yaoi": "^1.0"
4693
            },
4694
            "type": "library",
4695
            "extra": {
4696
                "branch-alias": {
4697
                    "dev-master": "1.2-dev"
4698
                }
4699
            },
4700
            "autoload": {
4701
                "psr-0": {
4702
                    "Behat\\Transliterator": "src/"
4703
                }
4704
            },
4705
            "notification-url": "https://packagist.org/downloads/",
4706
            "license": [
4707
                "Artistic-1.0"
4708
            ],
4709
            "description": "String transliterator",
4710
            "keywords": [
4711
                "i18n",
4712
                "slug",
4713
                "transliterator"
4714
            ],
4715
            "time": "2017-04-04T11:38:05+00:00"
4716
        },
4717
        {
4718
            "name": "hamcrest/hamcrest-php",
4719
            "version": "v2.0.0",
4720
            "source": {
4721
                "type": "git",
4722
                "url": "https://github.com/hamcrest/hamcrest-php.git",
4723
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
4724
            },
4725
            "dist": {
4726
                "type": "zip",
4727
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
4728
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
4729
                "shasum": ""
4730
            },
4731
            "require": {
4732
                "php": "^5.3|^7.0"
4733
            },
4734
            "replace": {
4735
                "cordoval/hamcrest-php": "*",
4736
                "davedevelopment/hamcrest-php": "*",
4737
                "kodova/hamcrest-php": "*"
4738
            },
4739
            "require-dev": {
4740
                "phpunit/php-file-iterator": "1.3.3",
4741
                "phpunit/phpunit": "~4.0",
4742
                "satooshi/php-coveralls": "^1.0"
4743
            },
4744
            "type": "library",
4745
            "extra": {
4746
                "branch-alias": {
4747
                    "dev-master": "2.0-dev"
4748
                }
4749
            },
4750
            "autoload": {
4751
                "classmap": [
4752
                    "hamcrest"
4753
                ]
4754
            },
4755
            "notification-url": "https://packagist.org/downloads/",
4756
            "license": [
4757
                "BSD"
4758
            ],
4759
            "description": "This is the PHP port of Hamcrest Matchers",
4760
            "keywords": [
4761
                "test"
4762
            ],
4763
            "time": "2016-01-20T08:20:44+00:00"
4764
        },
4765
        {
4766
            "name": "mikey179/vfsStream",
4767
            "version": "v1.6.5",
4768
            "source": {
4769
                "type": "git",
4770
                "url": "https://github.com/mikey179/vfsStream.git",
4771
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
4772
            },
4773
            "dist": {
4774
                "type": "zip",
4775
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
4776
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
4777
                "shasum": ""
4778
            },
4779
            "require": {
4780
                "php": ">=5.3.0"
4781
            },
4782
            "require-dev": {
4783
                "phpunit/phpunit": "~4.5"
4784
            },
4785
            "type": "library",
4786
            "extra": {
4787
                "branch-alias": {
4788
                    "dev-master": "1.6.x-dev"
4789
                }
4790
            },
4791
            "autoload": {
4792
                "psr-0": {
4793
                    "org\\bovigo\\vfs\\": "src/main/php"
4794
                }
4795
            },
4796
            "notification-url": "https://packagist.org/downloads/",
4797
            "license": [
4798
                "BSD-3-Clause"
4799
            ],
4800
            "authors": [
4801
                {
4802
                    "name": "Frank Kleine",
4803
                    "homepage": "http://frankkleine.de/",
4804
                    "role": "Developer"
4805
                }
4806
            ],
4807
            "description": "Virtual file system to mock the real file system in unit tests.",
4808
            "homepage": "http://vfs.bovigo.org/",
4809
            "time": "2017-08-01T08:02:14+00:00"
4810
        },
4811
        {
4812
            "name": "mockery/mockery",
4813
            "version": "1.0",
4814
            "source": {
4815
                "type": "git",
4816
                "url": "https://github.com/mockery/mockery.git",
4817
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
4818
            },
4819
            "dist": {
4820
                "type": "zip",
4821
                "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
4822
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
4823
                "shasum": ""
4824
            },
4825
            "require": {
4826
                "hamcrest/hamcrest-php": "~2.0",
4827
                "lib-pcre": ">=7.0",
4828
                "php": ">=5.6.0"
4829
            },
4830
            "require-dev": {
4831
                "phpunit/phpunit": "~5.7|~6.1"
4832
            },
4833
            "type": "library",
4834
            "extra": {
4835
                "branch-alias": {
4836
                    "dev-master": "1.0.x-dev"
4837
                }
4838
            },
4839
            "autoload": {
4840
                "psr-0": {
4841
                    "Mockery": "library/"
4842
                }
4843
            },
4844
            "notification-url": "https://packagist.org/downloads/",
4845
            "license": [
4846
                "BSD-3-Clause"
4847
            ],
4848
            "authors": [
4849
                {
4850
                    "name": "Pádraic Brady",
4851
                    "email": "[email protected]",
4852
                    "homepage": "http://blog.astrumfutura.com"
4853
                },
4854
                {
4855
                    "name": "Dave Marshall",
4856
                    "email": "[email protected]",
4857
                    "homepage": "http://davedevelopment.co.uk"
4858
                }
4859
            ],
4860
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
4861
            "homepage": "http://github.com/mockery/mockery",
4862
            "keywords": [
4863
                "BDD",
4864
                "TDD",
4865
                "library",
4866
                "mock",
4867
                "mock objects",
4868
                "mockery",
4869
                "stub",
4870
                "test",
4871
                "test double",
4872
                "testing"
4873
            ],
4874
            "time": "2017-10-06T16:20:43+00:00"
4875
        },
4876
        {
4877
            "name": "myclabs/deep-copy",
4878
            "version": "1.7.0",
4879
            "source": {
4880
                "type": "git",
4881
                "url": "https://github.com/myclabs/DeepCopy.git",
4882
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
4883
            },
4884
            "dist": {
4885
                "type": "zip",
4886
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4887
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4888
                "shasum": ""
4889
            },
4890
            "require": {
4891
                "php": "^5.6 || ^7.0"
4892
            },
4893
            "require-dev": {
4894
                "doctrine/collections": "^1.0",
4895
                "doctrine/common": "^2.6",
4896
                "phpunit/phpunit": "^4.1"
4897
            },
4898
            "type": "library",
4899
            "autoload": {
4900
                "psr-4": {
4901
                    "DeepCopy\\": "src/DeepCopy/"
4902
                },
4903
                "files": [
4904
                    "src/DeepCopy/deep_copy.php"
4905
                ]
4906
            },
4907
            "notification-url": "https://packagist.org/downloads/",
4908
            "license": [
4909
                "MIT"
4910
            ],
4911
            "description": "Create deep copies (clones) of your objects",
4912
            "keywords": [
4913
                "clone",
4914
                "copy",
4915
                "duplicate",
4916
                "object",
4917
                "object graph"
4918
            ],
4919
            "time": "2017-10-19T19:58:43+00:00"
4920
        },
4921
        {
4922
            "name": "phar-io/manifest",
4923
            "version": "1.0.1",
4924
            "source": {
4925
                "type": "git",
4926
                "url": "https://github.com/phar-io/manifest.git",
4927
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
4928
            },
4929
            "dist": {
4930
                "type": "zip",
4931
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
4932
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
4933
                "shasum": ""
4934
            },
4935
            "require": {
4936
                "ext-dom": "*",
4937
                "ext-phar": "*",
4938
                "phar-io/version": "^1.0.1",
4939
                "php": "^5.6 || ^7.0"
4940
            },
4941
            "type": "library",
4942
            "extra": {
4943
                "branch-alias": {
4944
                    "dev-master": "1.0.x-dev"
4945
                }
4946
            },
4947
            "autoload": {
4948
                "classmap": [
4949
                    "src/"
4950
                ]
4951
            },
4952
            "notification-url": "https://packagist.org/downloads/",
4953
            "license": [
4954
                "BSD-3-Clause"
4955
            ],
4956
            "authors": [
4957
                {
4958
                    "name": "Arne Blankerts",
4959
                    "email": "[email protected]",
4960
                    "role": "Developer"
4961
                },
4962
                {
4963
                    "name": "Sebastian Heuer",
4964
                    "email": "[email protected]",
4965
                    "role": "Developer"
4966
                },
4967
                {
4968
                    "name": "Sebastian Bergmann",
4969
                    "email": "[email protected]",
4970
                    "role": "Developer"
4971
                }
4972
            ],
4973
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4974
            "time": "2017-03-05T18:14:27+00:00"
4975
        },
4976
        {
4977
            "name": "phar-io/version",
4978
            "version": "1.0.1",
4979
            "source": {
4980
                "type": "git",
4981
                "url": "https://github.com/phar-io/version.git",
4982
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
4983
            },
4984
            "dist": {
4985
                "type": "zip",
4986
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
4987
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
4988
                "shasum": ""
4989
            },
4990
            "require": {
4991
                "php": "^5.6 || ^7.0"
4992
            },
4993
            "type": "library",
4994
            "autoload": {
4995
                "classmap": [
4996
                    "src/"
4997
                ]
4998
            },
4999
            "notification-url": "https://packagist.org/downloads/",
5000
            "license": [
5001
                "BSD-3-Clause"
5002
            ],
5003
            "authors": [
5004
                {
5005
                    "name": "Arne Blankerts",
5006
                    "email": "[email protected]",
5007
                    "role": "Developer"
5008
                },
5009
                {
5010
                    "name": "Sebastian Heuer",
5011
                    "email": "[email protected]",
5012
                    "role": "Developer"
5013
                },
5014
                {
5015
                    "name": "Sebastian Bergmann",
5016
                    "email": "[email protected]",
5017
                    "role": "Developer"
5018
                }
5019
            ],
5020
            "description": "Library for handling version information and constraints",
5021
            "time": "2017-03-05T17:38:23+00:00"
5022
        },
5023
        {
5024
            "name": "phpspec/prophecy",
5025
            "version": "1.7.6",
5026
            "source": {
5027
                "type": "git",
5028
                "url": "https://github.com/phpspec/prophecy.git",
5029
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
5030
            },
5031
            "dist": {
5032
                "type": "zip",
5033
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
5034
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
5035
                "shasum": ""
5036
            },
5037
            "require": {
5038
                "doctrine/instantiator": "^1.0.2",
5039
                "php": "^5.3|^7.0",
5040
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
5041
                "sebastian/comparator": "^1.1|^2.0|^3.0",
5042
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
5043
            },
5044
            "require-dev": {
5045
                "phpspec/phpspec": "^2.5|^3.2",
5046
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
5047
            },
5048
            "type": "library",
5049
            "extra": {
5050
                "branch-alias": {
5051
                    "dev-master": "1.7.x-dev"
5052
                }
5053
            },
5054
            "autoload": {
5055
                "psr-0": {
5056
                    "Prophecy\\": "src/"
5057
                }
5058
            },
5059
            "notification-url": "https://packagist.org/downloads/",
5060
            "license": [
5061
                "MIT"
5062
            ],
5063
            "authors": [
5064
                {
5065
                    "name": "Konstantin Kudryashov",
5066
                    "email": "[email protected]",
5067
                    "homepage": "http://everzet.com"
5068
                },
5069
                {
5070
                    "name": "Marcello Duarte",
5071
                    "email": "[email protected]"
5072
                }
5073
            ],
5074
            "description": "Highly opinionated mocking framework for PHP 5.3+",
5075
            "homepage": "https://github.com/phpspec/prophecy",
5076
            "keywords": [
5077
                "Double",
5078
                "Dummy",
5079
                "fake",
5080
                "mock",
5081
                "spy",
5082
                "stub"
5083
            ],
5084
            "time": "2018-04-18T13:57:24+00:00"
5085
        },
5086
        {
5087
            "name": "phpunit/php-code-coverage",
5088
            "version": "5.3.2",
5089
            "source": {
5090
                "type": "git",
5091
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5092
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
5093
            },
5094
            "dist": {
5095
                "type": "zip",
5096
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
5097
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
5098
                "shasum": ""
5099
            },
5100
            "require": {
5101
                "ext-dom": "*",
5102
                "ext-xmlwriter": "*",
5103
                "php": "^7.0",
5104
                "phpunit/php-file-iterator": "^1.4.2",
5105
                "phpunit/php-text-template": "^1.2.1",
5106
                "phpunit/php-token-stream": "^2.0.1",
5107
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
5108
                "sebastian/environment": "^3.0",
5109
                "sebastian/version": "^2.0.1",
5110
                "theseer/tokenizer": "^1.1"
5111
            },
5112
            "require-dev": {
5113
                "phpunit/phpunit": "^6.0"
5114
            },
5115
            "suggest": {
5116
                "ext-xdebug": "^2.5.5"
5117
            },
5118
            "type": "library",
5119
            "extra": {
5120
                "branch-alias": {
5121
                    "dev-master": "5.3.x-dev"
5122
                }
5123
            },
5124
            "autoload": {
5125
                "classmap": [
5126
                    "src/"
5127
                ]
5128
            },
5129
            "notification-url": "https://packagist.org/downloads/",
5130
            "license": [
5131
                "BSD-3-Clause"
5132
            ],
5133
            "authors": [
5134
                {
5135
                    "name": "Sebastian Bergmann",
5136
                    "email": "[email protected]",
5137
                    "role": "lead"
5138
                }
5139
            ],
5140
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5141
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5142
            "keywords": [
5143
                "coverage",
5144
                "testing",
5145
                "xunit"
5146
            ],
5147
            "time": "2018-04-06T15:36:58+00:00"
5148
        },
5149
        {
5150
            "name": "phpunit/php-file-iterator",
5151
            "version": "1.4.5",
5152
            "source": {
5153
                "type": "git",
5154
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5155
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
5156
            },
5157
            "dist": {
5158
                "type": "zip",
5159
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
5160
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
5161
                "shasum": ""
5162
            },
5163
            "require": {
5164
                "php": ">=5.3.3"
5165
            },
5166
            "type": "library",
5167
            "extra": {
5168
                "branch-alias": {
5169
                    "dev-master": "1.4.x-dev"
5170
                }
5171
            },
5172
            "autoload": {
5173
                "classmap": [
5174
                    "src/"
5175
                ]
5176
            },
5177
            "notification-url": "https://packagist.org/downloads/",
5178
            "license": [
5179
                "BSD-3-Clause"
5180
            ],
5181
            "authors": [
5182
                {
5183
                    "name": "Sebastian Bergmann",
5184
                    "email": "[email protected]",
5185
                    "role": "lead"
5186
                }
5187
            ],
5188
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5189
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5190
            "keywords": [
5191
                "filesystem",
5192
                "iterator"
5193
            ],
5194
            "time": "2017-11-27T13:52:08+00:00"
5195
        },
5196
        {
5197
            "name": "phpunit/php-text-template",
5198
            "version": "1.2.1",
5199
            "source": {
5200
                "type": "git",
5201
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
5202
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5203
            },
5204
            "dist": {
5205
                "type": "zip",
5206
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5207
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5208
                "shasum": ""
5209
            },
5210
            "require": {
5211
                "php": ">=5.3.3"
5212
            },
5213
            "type": "library",
5214
            "autoload": {
5215
                "classmap": [
5216
                    "src/"
5217
                ]
5218
            },
5219
            "notification-url": "https://packagist.org/downloads/",
5220
            "license": [
5221
                "BSD-3-Clause"
5222
            ],
5223
            "authors": [
5224
                {
5225
                    "name": "Sebastian Bergmann",
5226
                    "email": "[email protected]",
5227
                    "role": "lead"
5228
                }
5229
            ],
5230
            "description": "Simple template engine.",
5231
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5232
            "keywords": [
5233
                "template"
5234
            ],
5235
            "time": "2015-06-21T13:50:34+00:00"
5236
        },
5237
        {
5238
            "name": "phpunit/php-timer",
5239
            "version": "1.0.9",
5240
            "source": {
5241
                "type": "git",
5242
                "url": "https://github.com/sebastianbergmann/php-timer.git",
5243
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
5244
            },
5245
            "dist": {
5246
                "type": "zip",
5247
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
5248
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
5249
                "shasum": ""
5250
            },
5251
            "require": {
5252
                "php": "^5.3.3 || ^7.0"
5253
            },
5254
            "require-dev": {
5255
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5256
            },
5257
            "type": "library",
5258
            "extra": {
5259
                "branch-alias": {
5260
                    "dev-master": "1.0-dev"
5261
                }
5262
            },
5263
            "autoload": {
5264
                "classmap": [
5265
                    "src/"
5266
                ]
5267
            },
5268
            "notification-url": "https://packagist.org/downloads/",
5269
            "license": [
5270
                "BSD-3-Clause"
5271
            ],
5272
            "authors": [
5273
                {
5274
                    "name": "Sebastian Bergmann",
5275
                    "email": "[email protected]",
5276
                    "role": "lead"
5277
                }
5278
            ],
5279
            "description": "Utility class for timing",
5280
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5281
            "keywords": [
5282
                "timer"
5283
            ],
5284
            "time": "2017-02-26T11:10:40+00:00"
5285
        },
5286
        {
5287
            "name": "phpunit/php-token-stream",
5288
            "version": "2.0.2",
5289
            "source": {
5290
                "type": "git",
5291
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5292
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
5293
            },
5294
            "dist": {
5295
                "type": "zip",
5296
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
5297
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
5298
                "shasum": ""
5299
            },
5300
            "require": {
5301
                "ext-tokenizer": "*",
5302
                "php": "^7.0"
5303
            },
5304
            "require-dev": {
5305
                "phpunit/phpunit": "^6.2.4"
5306
            },
5307
            "type": "library",
5308
            "extra": {
5309
                "branch-alias": {
5310
                    "dev-master": "2.0-dev"
5311
                }
5312
            },
5313
            "autoload": {
5314
                "classmap": [
5315
                    "src/"
5316
                ]
5317
            },
5318
            "notification-url": "https://packagist.org/downloads/",
5319
            "license": [
5320
                "BSD-3-Clause"
5321
            ],
5322
            "authors": [
5323
                {
5324
                    "name": "Sebastian Bergmann",
5325
                    "email": "[email protected]"
5326
                }
5327
            ],
5328
            "description": "Wrapper around PHP's tokenizer extension.",
5329
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5330
            "keywords": [
5331
                "tokenizer"
5332
            ],
5333
            "time": "2017-11-27T05:48:46+00:00"
5334
        },
5335
        {
5336
            "name": "phpunit/phpunit",
5337
            "version": "6.5.8",
5338
            "source": {
5339
                "type": "git",
5340
                "url": "https://github.com/sebastianbergmann/phpunit.git",
5341
                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
5342
            },
5343
            "dist": {
5344
                "type": "zip",
5345
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
5346
                "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
5347
                "shasum": ""
5348
            },
5349
            "require": {
5350
                "ext-dom": "*",
5351
                "ext-json": "*",
5352
                "ext-libxml": "*",
5353
                "ext-mbstring": "*",
5354
                "ext-xml": "*",
5355
                "myclabs/deep-copy": "^1.6.1",
5356
                "phar-io/manifest": "^1.0.1",
5357
                "phar-io/version": "^1.0",
5358
                "php": "^7.0",
5359
                "phpspec/prophecy": "^1.7",
5360
                "phpunit/php-code-coverage": "^5.3",
5361
                "phpunit/php-file-iterator": "^1.4.3",
5362
                "phpunit/php-text-template": "^1.2.1",
5363
                "phpunit/php-timer": "^1.0.9",
5364
                "phpunit/phpunit-mock-objects": "^5.0.5",
5365
                "sebastian/comparator": "^2.1",
5366
                "sebastian/diff": "^2.0",
5367
                "sebastian/environment": "^3.1",
5368
                "sebastian/exporter": "^3.1",
5369
                "sebastian/global-state": "^2.0",
5370
                "sebastian/object-enumerator": "^3.0.3",
5371
                "sebastian/resource-operations": "^1.0",
5372
                "sebastian/version": "^2.0.1"
5373
            },
5374
            "conflict": {
5375
                "phpdocumentor/reflection-docblock": "3.0.2",
5376
                "phpunit/dbunit": "<3.0"
5377
            },
5378
            "require-dev": {
5379
                "ext-pdo": "*"
5380
            },
5381
            "suggest": {
5382
                "ext-xdebug": "*",
5383
                "phpunit/php-invoker": "^1.1"
5384
            },
5385
            "bin": [
5386
                "phpunit"
5387
            ],
5388
            "type": "library",
5389
            "extra": {
5390
                "branch-alias": {
5391
                    "dev-master": "6.5.x-dev"
5392
                }
5393
            },
5394
            "autoload": {
5395
                "classmap": [
5396
                    "src/"
5397
                ]
5398
            },
5399
            "notification-url": "https://packagist.org/downloads/",
5400
            "license": [
5401
                "BSD-3-Clause"
5402
            ],
5403
            "authors": [
5404
                {
5405
                    "name": "Sebastian Bergmann",
5406
                    "email": "[email protected]",
5407
                    "role": "lead"
5408
                }
5409
            ],
5410
            "description": "The PHP Unit Testing framework.",
5411
            "homepage": "https://phpunit.de/",
5412
            "keywords": [
5413
                "phpunit",
5414
                "testing",
5415
                "xunit"
5416
            ],
5417
            "time": "2018-04-10T11:38:34+00:00"
5418
        },
5419
        {
5420
            "name": "phpunit/phpunit-mock-objects",
5421
            "version": "5.0.6",
5422
            "source": {
5423
                "type": "git",
5424
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
5425
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
5426
            },
5427
            "dist": {
5428
                "type": "zip",
5429
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
5430
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
5431
                "shasum": ""
5432
            },
5433
            "require": {
5434
                "doctrine/instantiator": "^1.0.5",
5435
                "php": "^7.0",
5436
                "phpunit/php-text-template": "^1.2.1",
5437
                "sebastian/exporter": "^3.1"
5438
            },
5439
            "conflict": {
5440
                "phpunit/phpunit": "<6.0"
5441
            },
5442
            "require-dev": {
5443
                "phpunit/phpunit": "^6.5"
5444
            },
5445
            "suggest": {
5446
                "ext-soap": "*"
5447
            },
5448
            "type": "library",
5449
            "extra": {
5450
                "branch-alias": {
5451
                    "dev-master": "5.0.x-dev"
5452
                }
5453
            },
5454
            "autoload": {
5455
                "classmap": [
5456
                    "src/"
5457
                ]
5458
            },
5459
            "notification-url": "https://packagist.org/downloads/",
5460
            "license": [
5461
                "BSD-3-Clause"
5462
            ],
5463
            "authors": [
5464
                {
5465
                    "name": "Sebastian Bergmann",
5466
                    "email": "[email protected]",
5467
                    "role": "lead"
5468
                }
5469
            ],
5470
            "description": "Mock Object library for PHPUnit",
5471
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5472
            "keywords": [
5473
                "mock",
5474
                "xunit"
5475
            ],
5476
            "time": "2018-01-06T05:45:45+00:00"
5477
        },
5478
        {
5479
            "name": "sebastian/code-unit-reverse-lookup",
5480
            "version": "1.0.1",
5481
            "source": {
5482
                "type": "git",
5483
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5484
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5485
            },
5486
            "dist": {
5487
                "type": "zip",
5488
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5489
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5490
                "shasum": ""
5491
            },
5492
            "require": {
5493
                "php": "^5.6 || ^7.0"
5494
            },
5495
            "require-dev": {
5496
                "phpunit/phpunit": "^5.7 || ^6.0"
5497
            },
5498
            "type": "library",
5499
            "extra": {
5500
                "branch-alias": {
5501
                    "dev-master": "1.0.x-dev"
5502
                }
5503
            },
5504
            "autoload": {
5505
                "classmap": [
5506
                    "src/"
5507
                ]
5508
            },
5509
            "notification-url": "https://packagist.org/downloads/",
5510
            "license": [
5511
                "BSD-3-Clause"
5512
            ],
5513
            "authors": [
5514
                {
5515
                    "name": "Sebastian Bergmann",
5516
                    "email": "[email protected]"
5517
                }
5518
            ],
5519
            "description": "Looks up which function or method a line of code belongs to",
5520
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5521
            "time": "2017-03-04T06:30:41+00:00"
5522
        },
5523
        {
5524
            "name": "sebastian/comparator",
5525
            "version": "2.1.3",
5526
            "source": {
5527
                "type": "git",
5528
                "url": "https://github.com/sebastianbergmann/comparator.git",
5529
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
5530
            },
5531
            "dist": {
5532
                "type": "zip",
5533
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
5534
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
5535
                "shasum": ""
5536
            },
5537
            "require": {
5538
                "php": "^7.0",
5539
                "sebastian/diff": "^2.0 || ^3.0",
5540
                "sebastian/exporter": "^3.1"
5541
            },
5542
            "require-dev": {
5543
                "phpunit/phpunit": "^6.4"
5544
            },
5545
            "type": "library",
5546
            "extra": {
5547
                "branch-alias": {
5548
                    "dev-master": "2.1.x-dev"
5549
                }
5550
            },
5551
            "autoload": {
5552
                "classmap": [
5553
                    "src/"
5554
                ]
5555
            },
5556
            "notification-url": "https://packagist.org/downloads/",
5557
            "license": [
5558
                "BSD-3-Clause"
5559
            ],
5560
            "authors": [
5561
                {
5562
                    "name": "Jeff Welch",
5563
                    "email": "[email protected]"
5564
                },
5565
                {
5566
                    "name": "Volker Dusch",
5567
                    "email": "[email protected]"
5568
                },
5569
                {
5570
                    "name": "Bernhard Schussek",
5571
                    "email": "[email protected]"
5572
                },
5573
                {
5574
                    "name": "Sebastian Bergmann",
5575
                    "email": "[email protected]"
5576
                }
5577
            ],
5578
            "description": "Provides the functionality to compare PHP values for equality",
5579
            "homepage": "https://github.com/sebastianbergmann/comparator",
5580
            "keywords": [
5581
                "comparator",
5582
                "compare",
5583
                "equality"
5584
            ],
5585
            "time": "2018-02-01T13:46:46+00:00"
5586
        },
5587
        {
5588
            "name": "sebastian/diff",
5589
            "version": "2.0.1",
5590
            "source": {
5591
                "type": "git",
5592
                "url": "https://github.com/sebastianbergmann/diff.git",
5593
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
5594
            },
5595
            "dist": {
5596
                "type": "zip",
5597
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
5598
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
5599
                "shasum": ""
5600
            },
5601
            "require": {
5602
                "php": "^7.0"
5603
            },
5604
            "require-dev": {
5605
                "phpunit/phpunit": "^6.2"
5606
            },
5607
            "type": "library",
5608
            "extra": {
5609
                "branch-alias": {
5610
                    "dev-master": "2.0-dev"
5611
                }
5612
            },
5613
            "autoload": {
5614
                "classmap": [
5615
                    "src/"
5616
                ]
5617
            },
5618
            "notification-url": "https://packagist.org/downloads/",
5619
            "license": [
5620
                "BSD-3-Clause"
5621
            ],
5622
            "authors": [
5623
                {
5624
                    "name": "Kore Nordmann",
5625
                    "email": "[email protected]"
5626
                },
5627
                {
5628
                    "name": "Sebastian Bergmann",
5629
                    "email": "[email protected]"
5630
                }
5631
            ],
5632
            "description": "Diff implementation",
5633
            "homepage": "https://github.com/sebastianbergmann/diff",
5634
            "keywords": [
5635
                "diff"
5636
            ],
5637
            "time": "2017-08-03T08:09:46+00:00"
5638
        },
5639
        {
5640
            "name": "sebastian/environment",
5641
            "version": "3.1.0",
5642
            "source": {
5643
                "type": "git",
5644
                "url": "https://github.com/sebastianbergmann/environment.git",
5645
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
5646
            },
5647
            "dist": {
5648
                "type": "zip",
5649
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5650
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5651
                "shasum": ""
5652
            },
5653
            "require": {
5654
                "php": "^7.0"
5655
            },
5656
            "require-dev": {
5657
                "phpunit/phpunit": "^6.1"
5658
            },
5659
            "type": "library",
5660
            "extra": {
5661
                "branch-alias": {
5662
                    "dev-master": "3.1.x-dev"
5663
                }
5664
            },
5665
            "autoload": {
5666
                "classmap": [
5667
                    "src/"
5668
                ]
5669
            },
5670
            "notification-url": "https://packagist.org/downloads/",
5671
            "license": [
5672
                "BSD-3-Clause"
5673
            ],
5674
            "authors": [
5675
                {
5676
                    "name": "Sebastian Bergmann",
5677
                    "email": "[email protected]"
5678
                }
5679
            ],
5680
            "description": "Provides functionality to handle HHVM/PHP environments",
5681
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5682
            "keywords": [
5683
                "Xdebug",
5684
                "environment",
5685
                "hhvm"
5686
            ],
5687
            "time": "2017-07-01T08:51:00+00:00"
5688
        },
5689
        {
5690
            "name": "sebastian/exporter",
5691
            "version": "3.1.0",
5692
            "source": {
5693
                "type": "git",
5694
                "url": "https://github.com/sebastianbergmann/exporter.git",
5695
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
5696
            },
5697
            "dist": {
5698
                "type": "zip",
5699
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
5700
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
5701
                "shasum": ""
5702
            },
5703
            "require": {
5704
                "php": "^7.0",
5705
                "sebastian/recursion-context": "^3.0"
5706
            },
5707
            "require-dev": {
5708
                "ext-mbstring": "*",
5709
                "phpunit/phpunit": "^6.0"
5710
            },
5711
            "type": "library",
5712
            "extra": {
5713
                "branch-alias": {
5714
                    "dev-master": "3.1.x-dev"
5715
                }
5716
            },
5717
            "autoload": {
5718
                "classmap": [
5719
                    "src/"
5720
                ]
5721
            },
5722
            "notification-url": "https://packagist.org/downloads/",
5723
            "license": [
5724
                "BSD-3-Clause"
5725
            ],
5726
            "authors": [
5727
                {
5728
                    "name": "Jeff Welch",
5729
                    "email": "[email protected]"
5730
                },
5731
                {
5732
                    "name": "Volker Dusch",
5733
                    "email": "[email protected]"
5734
                },
5735
                {
5736
                    "name": "Bernhard Schussek",
5737
                    "email": "[email protected]"
5738
                },
5739
                {
5740
                    "name": "Sebastian Bergmann",
5741
                    "email": "[email protected]"
5742
                },
5743
                {
5744
                    "name": "Adam Harvey",
5745
                    "email": "[email protected]"
5746
                }
5747
            ],
5748
            "description": "Provides the functionality to export PHP variables for visualization",
5749
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5750
            "keywords": [
5751
                "export",
5752
                "exporter"
5753
            ],
5754
            "time": "2017-04-03T13:19:02+00:00"
5755
        },
5756
        {
5757
            "name": "sebastian/global-state",
5758
            "version": "2.0.0",
5759
            "source": {
5760
                "type": "git",
5761
                "url": "https://github.com/sebastianbergmann/global-state.git",
5762
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5763
            },
5764
            "dist": {
5765
                "type": "zip",
5766
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5767
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5768
                "shasum": ""
5769
            },
5770
            "require": {
5771
                "php": "^7.0"
5772
            },
5773
            "require-dev": {
5774
                "phpunit/phpunit": "^6.0"
5775
            },
5776
            "suggest": {
5777
                "ext-uopz": "*"
5778
            },
5779
            "type": "library",
5780
            "extra": {
5781
                "branch-alias": {
5782
                    "dev-master": "2.0-dev"
5783
                }
5784
            },
5785
            "autoload": {
5786
                "classmap": [
5787
                    "src/"
5788
                ]
5789
            },
5790
            "notification-url": "https://packagist.org/downloads/",
5791
            "license": [
5792
                "BSD-3-Clause"
5793
            ],
5794
            "authors": [
5795
                {
5796
                    "name": "Sebastian Bergmann",
5797
                    "email": "[email protected]"
5798
                }
5799
            ],
5800
            "description": "Snapshotting of global state",
5801
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5802
            "keywords": [
5803
                "global state"
5804
            ],
5805
            "time": "2017-04-27T15:39:26+00:00"
5806
        },
5807
        {
5808
            "name": "sebastian/object-enumerator",
5809
            "version": "3.0.3",
5810
            "source": {
5811
                "type": "git",
5812
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5813
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5814
            },
5815
            "dist": {
5816
                "type": "zip",
5817
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5818
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5819
                "shasum": ""
5820
            },
5821
            "require": {
5822
                "php": "^7.0",
5823
                "sebastian/object-reflector": "^1.1.1",
5824
                "sebastian/recursion-context": "^3.0"
5825
            },
5826
            "require-dev": {
5827
                "phpunit/phpunit": "^6.0"
5828
            },
5829
            "type": "library",
5830
            "extra": {
5831
                "branch-alias": {
5832
                    "dev-master": "3.0.x-dev"
5833
                }
5834
            },
5835
            "autoload": {
5836
                "classmap": [
5837
                    "src/"
5838
                ]
5839
            },
5840
            "notification-url": "https://packagist.org/downloads/",
5841
            "license": [
5842
                "BSD-3-Clause"
5843
            ],
5844
            "authors": [
5845
                {
5846
                    "name": "Sebastian Bergmann",
5847
                    "email": "[email protected]"
5848
                }
5849
            ],
5850
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5851
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5852
            "time": "2017-08-03T12:35:26+00:00"
5853
        },
5854
        {
5855
            "name": "sebastian/object-reflector",
5856
            "version": "1.1.1",
5857
            "source": {
5858
                "type": "git",
5859
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5860
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5861
            },
5862
            "dist": {
5863
                "type": "zip",
5864
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5865
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5866
                "shasum": ""
5867
            },
5868
            "require": {
5869
                "php": "^7.0"
5870
            },
5871
            "require-dev": {
5872
                "phpunit/phpunit": "^6.0"
5873
            },
5874
            "type": "library",
5875
            "extra": {
5876
                "branch-alias": {
5877
                    "dev-master": "1.1-dev"
5878
                }
5879
            },
5880
            "autoload": {
5881
                "classmap": [
5882
                    "src/"
5883
                ]
5884
            },
5885
            "notification-url": "https://packagist.org/downloads/",
5886
            "license": [
5887
                "BSD-3-Clause"
5888
            ],
5889
            "authors": [
5890
                {
5891
                    "name": "Sebastian Bergmann",
5892
                    "email": "[email protected]"
5893
                }
5894
            ],
5895
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5896
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5897
            "time": "2017-03-29T09:07:27+00:00"
5898
        },
5899
        {
5900
            "name": "sebastian/recursion-context",
5901
            "version": "3.0.0",
5902
            "source": {
5903
                "type": "git",
5904
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5905
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5906
            },
5907
            "dist": {
5908
                "type": "zip",
5909
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5910
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5911
                "shasum": ""
5912
            },
5913
            "require": {
5914
                "php": "^7.0"
5915
            },
5916
            "require-dev": {
5917
                "phpunit/phpunit": "^6.0"
5918
            },
5919
            "type": "library",
5920
            "extra": {
5921
                "branch-alias": {
5922
                    "dev-master": "3.0.x-dev"
5923
                }
5924
            },
5925
            "autoload": {
5926
                "classmap": [
5927
                    "src/"
5928
                ]
5929
            },
5930
            "notification-url": "https://packagist.org/downloads/",
5931
            "license": [
5932
                "BSD-3-Clause"
5933
            ],
5934
            "authors": [
5935
                {
5936
                    "name": "Jeff Welch",
5937
                    "email": "[email protected]"
5938
                },
5939
                {
5940
                    "name": "Sebastian Bergmann",
5941
                    "email": "[email protected]"
5942
                },
5943
                {
5944
                    "name": "Adam Harvey",
5945
                    "email": "[email protected]"
5946
                }
5947
            ],
5948
            "description": "Provides functionality to recursively process PHP variables",
5949
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5950
            "time": "2017-03-03T06:23:57+00:00"
5951
        },
5952
        {
5953
            "name": "sebastian/resource-operations",
5954
            "version": "1.0.0",
5955
            "source": {
5956
                "type": "git",
5957
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5958
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5959
            },
5960
            "dist": {
5961
                "type": "zip",
5962
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5963
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5964
                "shasum": ""
5965
            },
5966
            "require": {
5967
                "php": ">=5.6.0"
5968
            },
5969
            "type": "library",
5970
            "extra": {
5971
                "branch-alias": {
5972
                    "dev-master": "1.0.x-dev"
5973
                }
5974
            },
5975
            "autoload": {
5976
                "classmap": [
5977
                    "src/"
5978
                ]
5979
            },
5980
            "notification-url": "https://packagist.org/downloads/",
5981
            "license": [
5982
                "BSD-3-Clause"
5983
            ],
5984
            "authors": [
5985
                {
5986
                    "name": "Sebastian Bergmann",
5987
                    "email": "[email protected]"
5988
                }
5989
            ],
5990
            "description": "Provides a list of PHP built-in functions that operate on resources",
5991
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5992
            "time": "2015-07-28T20:34:47+00:00"
5993
        },
5994
        {
5995
            "name": "sebastian/version",
5996
            "version": "2.0.1",
5997
            "source": {
5998
                "type": "git",
5999
                "url": "https://github.com/sebastianbergmann/version.git",
6000
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
6001
            },
6002
            "dist": {
6003
                "type": "zip",
6004
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
6005
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
6006
                "shasum": ""
6007
            },
6008
            "require": {
6009
                "php": ">=5.6"
6010
            },
6011
            "type": "library",
6012
            "extra": {
6013
                "branch-alias": {
6014
                    "dev-master": "2.0.x-dev"
6015
                }
6016
            },
6017
            "autoload": {
6018
                "classmap": [
6019
                    "src/"
6020
                ]
6021
            },
6022
            "notification-url": "https://packagist.org/downloads/",
6023
            "license": [
6024
                "BSD-3-Clause"
6025
            ],
6026
            "authors": [
6027
                {
6028
                    "name": "Sebastian Bergmann",
6029
                    "email": "[email protected]",
6030
                    "role": "lead"
6031
                }
6032
            ],
6033
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6034
            "homepage": "https://github.com/sebastianbergmann/version",
6035
            "time": "2016-10-03T07:35:21+00:00"
6036
        },
6037
        {
6038
            "name": "squizlabs/php_codesniffer",
6039
            "version": "1.5.6",
6040
            "source": {
6041
                "type": "git",
6042
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
6043
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
6044
            },
6045
            "dist": {
6046
                "type": "zip",
6047
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
6048
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
6049
                "shasum": ""
6050
            },
6051
            "require": {
6052
                "ext-tokenizer": "*",
6053
                "php": ">=5.1.2"
6054
            },
6055
            "suggest": {
6056
                "phpunit/php-timer": "dev-master"
6057
            },
6058
            "bin": [
6059
                "scripts/phpcs"
6060
            ],
6061
            "type": "library",
6062
            "extra": {
6063
                "branch-alias": {
6064
                    "dev-phpcs-fixer": "2.0.x-dev"
6065
                }
6066
            },
6067
            "autoload": {
6068
                "classmap": [
6069
                    "CodeSniffer.php",
6070
                    "CodeSniffer/CLI.php",
6071
                    "CodeSniffer/Exception.php",
6072
                    "CodeSniffer/File.php",
6073
                    "CodeSniffer/Report.php",
6074
                    "CodeSniffer/Reporting.php",
6075
                    "CodeSniffer/Sniff.php",
6076
                    "CodeSniffer/Tokens.php",
6077
                    "CodeSniffer/Reports/",
6078
                    "CodeSniffer/CommentParser/",
6079
                    "CodeSniffer/Tokenizers/",
6080
                    "CodeSniffer/DocGenerators/",
6081
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
6082
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
6083
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
6084
                    "CodeSniffer/Standards/IncorrectPatternException.php",
6085
                    "CodeSniffer/Standards/Generic/Sniffs/",
6086
                    "CodeSniffer/Standards/MySource/Sniffs/",
6087
                    "CodeSniffer/Standards/PEAR/Sniffs/",
6088
                    "CodeSniffer/Standards/PSR1/Sniffs/",
6089
                    "CodeSniffer/Standards/PSR2/Sniffs/",
6090
                    "CodeSniffer/Standards/Squiz/Sniffs/",
6091
                    "CodeSniffer/Standards/Zend/Sniffs/"
6092
                ]
6093
            },
6094
            "notification-url": "https://packagist.org/downloads/",
6095
            "license": [
6096
                "BSD-3-Clause"
6097
            ],
6098
            "authors": [
6099
                {
6100
                    "name": "Greg Sherwood",
6101
                    "role": "lead"
6102
                }
6103
            ],
6104
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
6105
            "homepage": "http://www.squizlabs.com/php-codesniffer",
6106
            "keywords": [
6107
                "phpcs",
6108
                "standards"
6109
            ],
6110
            "time": "2014-12-04T22:32:15+00:00"
6111
        },
6112
        {
6113
            "name": "symfony/class-loader",
6114
            "version": "v3.4.8",
6115
            "source": {
6116
                "type": "git",
6117
                "url": "https://github.com/symfony/class-loader.git",
6118
                "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
6119
            },
6120
            "dist": {
6121
                "type": "zip",
6122
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
6123
                "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
6124
                "shasum": ""
6125
            },
6126
            "require": {
6127
                "php": "^5.5.9|>=7.0.8"
6128
            },
6129
            "require-dev": {
6130
                "symfony/finder": "~2.8|~3.0|~4.0",
6131
                "symfony/polyfill-apcu": "~1.1"
6132
            },
6133
            "suggest": {
6134
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
6135
            },
6136
            "type": "library",
6137
            "extra": {
6138
                "branch-alias": {
6139
                    "dev-master": "3.4-dev"
6140
                }
6141
            },
6142
            "autoload": {
6143
                "psr-4": {
6144
                    "Symfony\\Component\\ClassLoader\\": ""
6145
                },
6146
                "exclude-from-classmap": [
6147
                    "/Tests/"
6148
                ]
6149
            },
6150
            "notification-url": "https://packagist.org/downloads/",
6151
            "license": [
6152
                "MIT"
6153
            ],
6154
            "authors": [
6155
                {
6156
                    "name": "Fabien Potencier",
6157
                    "email": "[email protected]"
6158
                },
6159
                {
6160
                    "name": "Symfony Community",
6161
                    "homepage": "https://symfony.com/contributors"
6162
                }
6163
            ],
6164
            "description": "Symfony ClassLoader Component",
6165
            "homepage": "https://symfony.com",
6166
            "time": "2018-01-03T07:37:34+00:00"
6167
        },
6168
        {
6169
            "name": "symfony/dotenv",
6170
            "version": "v4.0.8",
6171
            "source": {
6172
                "type": "git",
6173
                "url": "https://github.com/symfony/dotenv.git",
6174
                "reference": "afb6923923e22874dac20bd042167ccb8df1d158"
6175
            },
6176
            "dist": {
6177
                "type": "zip",
6178
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/afb6923923e22874dac20bd042167ccb8df1d158",
6179
                "reference": "afb6923923e22874dac20bd042167ccb8df1d158",
6180
                "shasum": ""
6181
            },
6182
            "require": {
6183
                "php": "^7.1.3"
6184
            },
6185
            "require-dev": {
6186
                "symfony/process": "~3.4|~4.0"
6187
            },
6188
            "type": "library",
6189
            "extra": {
6190
                "branch-alias": {
6191
                    "dev-master": "4.0-dev"
6192
                }
6193
            },
6194
            "autoload": {
6195
                "psr-4": {
6196
                    "Symfony\\Component\\Dotenv\\": ""
6197
                },
6198
                "exclude-from-classmap": [
6199
                    "/Tests/"
6200
                ]
6201
            },
6202
            "notification-url": "https://packagist.org/downloads/",
6203
            "license": [
6204
                "MIT"
6205
            ],
6206
            "authors": [
6207
                {
6208
                    "name": "Fabien Potencier",
6209
                    "email": "[email protected]"
6210
                },
6211
                {
6212
                    "name": "Symfony Community",
6213
                    "homepage": "https://symfony.com/contributors"
6214
                }
6215
            ],
6216
            "description": "Registers environment variables from a .env file",
6217
            "homepage": "https://symfony.com",
6218
            "keywords": [
6219
                "dotenv",
6220
                "env",
6221
                "environment"
6222
            ],
6223
            "time": "2018-01-03T17:15:19+00:00"
6224
        },
6225
        {
6226
            "name": "theseer/tokenizer",
6227
            "version": "1.1.0",
6228
            "source": {
6229
                "type": "git",
6230
                "url": "https://github.com/theseer/tokenizer.git",
6231
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
6232
            },
6233
            "dist": {
6234
                "type": "zip",
6235
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6236
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6237
                "shasum": ""
6238
            },
6239
            "require": {
6240
                "ext-dom": "*",
6241
                "ext-tokenizer": "*",
6242
                "ext-xmlwriter": "*",
6243
                "php": "^7.0"
6244
            },
6245
            "type": "library",
6246
            "autoload": {
6247
                "classmap": [
6248
                    "src/"
6249
                ]
6250
            },
6251
            "notification-url": "https://packagist.org/downloads/",
6252
            "license": [
6253
                "BSD-3-Clause"
6254
            ],
6255
            "authors": [
6256
                {
6257
                    "name": "Arne Blankerts",
6258
                    "email": "[email protected]",
6259
                    "role": "Developer"
6260
                }
6261
            ],
6262
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6263
            "time": "2017-04-07T12:08:54+00:00"
6264
        }
6265
    ],
6266
    "aliases": [],
6267
    "minimum-stability": "stable",
6268
    "stability-flags": {
6269
        "phpdocumentor/flyfinder": 10,
6270
        "phpdocumentor/reflection": 20,
6271
        "symfony/lts": 20
6272
    },
6273
    "prefer-stable": false,
6274
    "prefer-lowest": false,
6275
    "platform": {
6276
        "php": ">=7.1.3",
6277
        "ext-iconv": "*"
6278
    },
6279
    "platform-dev": []
6280
}
6281