Completed
Push — master ( 5c0b6f...5c71f2 )
by Oleg
10:16
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#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "9a73c29eb8086c9daeec9c7a761a4951",
8
    "packages": [
9
        {
10
            "name": "container-interop/container-interop",
11
            "version": "1.2.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/container-interop/container-interop.git",
15
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
20
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "psr/container": "^1.0"
25
            },
26
            "type": "library",
27
            "autoload": {
28
                "psr-4": {
29
                    "Interop\\Container\\": "src/Interop/Container/"
30
                }
31
            },
32
            "notification-url": "https://packagist.org/downloads/",
33
            "license": [
34
                "MIT"
35
            ],
36
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
37
            "homepage": "https://github.com/container-interop/container-interop",
38
            "time": "2017-02-14T19:40:03+00:00"
39
        },
40
        {
41
            "name": "doctrine/annotations",
42
            "version": "v1.6.0",
43
            "source": {
44
                "type": "git",
45
                "url": "https://github.com/doctrine/annotations.git",
46
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
47
            },
48
            "dist": {
49
                "type": "zip",
50
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
51
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
52
                "shasum": ""
53
            },
54
            "require": {
55
                "doctrine/lexer": "1.*",
56
                "php": "^7.1"
57
            },
58
            "require-dev": {
59
                "doctrine/cache": "1.*",
60
                "phpunit/phpunit": "^6.4"
61
            },
62
            "type": "library",
63
            "extra": {
64
                "branch-alias": {
65
                    "dev-master": "1.6.x-dev"
66
                }
67
            },
68
            "autoload": {
69
                "psr-4": {
70
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
71
                }
72
            },
73
            "notification-url": "https://packagist.org/downloads/",
74
            "license": [
75
                "MIT"
76
            ],
77
            "authors": [
78
                {
79
                    "name": "Roman Borschel",
80
                    "email": "[email protected]"
81
                },
82
                {
83
                    "name": "Benjamin Eberlei",
84
                    "email": "[email protected]"
85
                },
86
                {
87
                    "name": "Guilherme Blanco",
88
                    "email": "[email protected]"
89
                },
90
                {
91
                    "name": "Jonathan Wage",
92
                    "email": "[email protected]"
93
                },
94
                {
95
                    "name": "Johannes Schmitt",
96
                    "email": "[email protected]"
97
                }
98
            ],
99
            "description": "Docblock Annotations Parser",
100
            "homepage": "http://www.doctrine-project.org",
101
            "keywords": [
102
                "annotations",
103
                "docblock",
104
                "parser"
105
            ],
106
            "time": "2017-12-06T07:11:42+00:00"
107
        },
108
        {
109
            "name": "doctrine/cache",
110
            "version": "v1.7.1",
111
            "source": {
112
                "type": "git",
113
                "url": "https://github.com/doctrine/cache.git",
114
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
115
            },
116
            "dist": {
117
                "type": "zip",
118
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
119
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
120
                "shasum": ""
121
            },
122
            "require": {
123
                "php": "~7.1"
124
            },
125
            "conflict": {
126
                "doctrine/common": ">2.2,<2.4"
127
            },
128
            "require-dev": {
129
                "alcaeus/mongo-php-adapter": "^1.1",
130
                "mongodb/mongodb": "^1.1",
131
                "phpunit/phpunit": "^5.7",
132
                "predis/predis": "~1.0"
133
            },
134
            "suggest": {
135
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
136
            },
137
            "type": "library",
138
            "extra": {
139
                "branch-alias": {
140
                    "dev-master": "1.7.x-dev"
141
                }
142
            },
143
            "autoload": {
144
                "psr-4": {
145
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
146
                }
147
            },
148
            "notification-url": "https://packagist.org/downloads/",
149
            "license": [
150
                "MIT"
151
            ],
152
            "authors": [
153
                {
154
                    "name": "Roman Borschel",
155
                    "email": "[email protected]"
156
                },
157
                {
158
                    "name": "Benjamin Eberlei",
159
                    "email": "[email protected]"
160
                },
161
                {
162
                    "name": "Guilherme Blanco",
163
                    "email": "[email protected]"
164
                },
165
                {
166
                    "name": "Jonathan Wage",
167
                    "email": "[email protected]"
168
                },
169
                {
170
                    "name": "Johannes Schmitt",
171
                    "email": "[email protected]"
172
                }
173
            ],
174
            "description": "Caching library offering an object-oriented API for many cache backends",
175
            "homepage": "http://www.doctrine-project.org",
176
            "keywords": [
177
                "cache",
178
                "caching"
179
            ],
180
            "time": "2017-08-25T07:02:50+00:00"
181
        },
182
        {
183
            "name": "doctrine/collections",
184
            "version": "v1.5.0",
185
            "source": {
186
                "type": "git",
187
                "url": "https://github.com/doctrine/collections.git",
188
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
189
            },
190
            "dist": {
191
                "type": "zip",
192
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
193
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
194
                "shasum": ""
195
            },
196
            "require": {
197
                "php": "^7.1"
198
            },
199
            "require-dev": {
200
                "doctrine/coding-standard": "~0.1@dev",
201
                "phpunit/phpunit": "^5.7"
202
            },
203
            "type": "library",
204
            "extra": {
205
                "branch-alias": {
206
                    "dev-master": "1.3.x-dev"
207
                }
208
            },
209
            "autoload": {
210
                "psr-0": {
211
                    "Doctrine\\Common\\Collections\\": "lib/"
212
                }
213
            },
214
            "notification-url": "https://packagist.org/downloads/",
215
            "license": [
216
                "MIT"
217
            ],
218
            "authors": [
219
                {
220
                    "name": "Roman Borschel",
221
                    "email": "[email protected]"
222
                },
223
                {
224
                    "name": "Benjamin Eberlei",
225
                    "email": "[email protected]"
226
                },
227
                {
228
                    "name": "Guilherme Blanco",
229
                    "email": "[email protected]"
230
                },
231
                {
232
                    "name": "Jonathan Wage",
233
                    "email": "[email protected]"
234
                },
235
                {
236
                    "name": "Johannes Schmitt",
237
                    "email": "[email protected]"
238
                }
239
            ],
240
            "description": "Collections Abstraction library",
241
            "homepage": "http://www.doctrine-project.org",
242
            "keywords": [
243
                "array",
244
                "collections",
245
                "iterator"
246
            ],
247
            "time": "2017-07-22T10:37:32+00:00"
248
        },
249
        {
250
            "name": "doctrine/common",
251
            "version": "v2.9.0",
252
            "source": {
253
                "type": "git",
254
                "url": "https://github.com/doctrine/common.git",
255
                "reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1"
256
            },
257
            "dist": {
258
                "type": "zip",
259
                "url": "https://api.github.com/repos/doctrine/common/zipball/a210246d286c77d2b89040f8691ba7b3a713d2c1",
260
                "reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1",
261
                "shasum": ""
262
            },
263
            "require": {
264
                "doctrine/annotations": "^1.0",
265
                "doctrine/cache": "^1.0",
266
                "doctrine/collections": "^1.0",
267
                "doctrine/event-manager": "^1.0",
268
                "doctrine/inflector": "^1.0",
269
                "doctrine/lexer": "^1.0",
270
                "doctrine/persistence": "^1.0",
271
                "doctrine/reflection": "^1.0",
272
                "php": "^7.1"
273
            },
274
            "require-dev": {
275
                "doctrine/coding-standard": "^1.0",
276
                "phpunit/phpunit": "^6.3",
277
                "squizlabs/php_codesniffer": "^3.0",
278
                "symfony/phpunit-bridge": "^4.0.5"
279
            },
280
            "type": "library",
281
            "extra": {
282
                "branch-alias": {
283
                    "dev-master": "2.9.x-dev"
284
                }
285
            },
286
            "autoload": {
287
                "psr-4": {
288
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
289
                }
290
            },
291
            "notification-url": "https://packagist.org/downloads/",
292
            "license": [
293
                "MIT"
294
            ],
295
            "authors": [
296
                {
297
                    "name": "Roman Borschel",
298
                    "email": "[email protected]"
299
                },
300
                {
301
                    "name": "Benjamin Eberlei",
302
                    "email": "[email protected]"
303
                },
304
                {
305
                    "name": "Guilherme Blanco",
306
                    "email": "[email protected]"
307
                },
308
                {
309
                    "name": "Jonathan Wage",
310
                    "email": "[email protected]"
311
                },
312
                {
313
                    "name": "Johannes Schmitt",
314
                    "email": "[email protected]"
315
                },
316
                {
317
                    "name": "Marco Pivetta",
318
                    "email": "[email protected]"
319
                }
320
            ],
321
            "description": "Common Library for Doctrine projects",
322
            "homepage": "https://www.doctrine-project.org",
323
            "keywords": [
324
                "annotations",
325
                "collections",
326
                "eventmanager",
327
                "persistence",
328
                "spl"
329
            ],
330
            "time": "2018-07-12T21:16:12+00:00"
331
        },
332
        {
333
            "name": "doctrine/dbal",
334
            "version": "dev-master",
335
            "source": {
336
                "type": "git",
337
                "url": "https://github.com/doctrine/dbal.git",
338
                "reference": "54054275689c9b9759bd607f6d0cf63c77d52375"
339
            },
340
            "dist": {
341
                "type": "zip",
342
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/54054275689c9b9759bd607f6d0cf63c77d52375",
343
                "reference": "54054275689c9b9759bd607f6d0cf63c77d52375",
344
                "shasum": ""
345
            },
346
            "require": {
347
                "doctrine/cache": "^1.0",
348
                "doctrine/event-manager": "^1.0",
349
                "ext-pdo": "*",
350
                "php": "^7.1"
351
            },
352
            "require-dev": {
353
                "doctrine/coding-standard": "^4.0",
354
                "jetbrains/phpstorm-stubs": "^2018.1.2",
355
                "phpstan/phpstan": "^0.10.1",
356
                "phpunit/phpunit": "^7.1.2",
357
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
358
                "symfony/console": "^2.0.5|^3.0|^4.0",
359
                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
360
            },
361
            "suggest": {
362
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
363
            },
364
            "bin": [
365
                "bin/doctrine-dbal"
366
            ],
367
            "type": "library",
368
            "extra": {
369
                "branch-alias": {
370
                    "dev-master": "2.8.x-dev",
371
                    "dev-develop": "3.0.x-dev"
372
                }
373
            },
374
            "autoload": {
375
                "psr-0": {
376
                    "Doctrine\\DBAL\\": "lib/"
377
                }
378
            },
379
            "notification-url": "https://packagist.org/downloads/",
380
            "license": [
381
                "MIT"
382
            ],
383
            "authors": [
384
                {
385
                    "name": "Roman Borschel",
386
                    "email": "[email protected]"
387
                },
388
                {
389
                    "name": "Benjamin Eberlei",
390
                    "email": "[email protected]"
391
                },
392
                {
393
                    "name": "Guilherme Blanco",
394
                    "email": "[email protected]"
395
                },
396
                {
397
                    "name": "Jonathan Wage",
398
                    "email": "[email protected]"
399
                }
400
            ],
401
            "description": "Database Abstraction Layer",
402
            "homepage": "http://www.doctrine-project.org",
403
            "keywords": [
404
                "database",
405
                "dbal",
406
                "persistence",
407
                "queryobject"
408
            ],
409
            "time": "2018-07-16T17:52:43+00:00"
410
        },
411
        {
412
            "name": "doctrine/event-manager",
413
            "version": "v1.0.0",
414
            "source": {
415
                "type": "git",
416
                "url": "https://github.com/doctrine/event-manager.git",
417
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
418
            },
419
            "dist": {
420
                "type": "zip",
421
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
422
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
423
                "shasum": ""
424
            },
425
            "require": {
426
                "php": "^7.1"
427
            },
428
            "conflict": {
429
                "doctrine/common": "<2.9@dev"
430
            },
431
            "require-dev": {
432
                "doctrine/coding-standard": "^4.0",
433
                "phpunit/phpunit": "^7.0"
434
            },
435
            "type": "library",
436
            "extra": {
437
                "branch-alias": {
438
                    "dev-master": "1.0.x-dev"
439
                }
440
            },
441
            "autoload": {
442
                "psr-4": {
443
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
444
                }
445
            },
446
            "notification-url": "https://packagist.org/downloads/",
447
            "license": [
448
                "MIT"
449
            ],
450
            "authors": [
451
                {
452
                    "name": "Roman Borschel",
453
                    "email": "[email protected]"
454
                },
455
                {
456
                    "name": "Benjamin Eberlei",
457
                    "email": "[email protected]"
458
                },
459
                {
460
                    "name": "Guilherme Blanco",
461
                    "email": "[email protected]"
462
                },
463
                {
464
                    "name": "Jonathan Wage",
465
                    "email": "[email protected]"
466
                },
467
                {
468
                    "name": "Johannes Schmitt",
469
                    "email": "[email protected]"
470
                },
471
                {
472
                    "name": "Marco Pivetta",
473
                    "email": "[email protected]"
474
                }
475
            ],
476
            "description": "Doctrine Event Manager component",
477
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
478
            "keywords": [
479
                "event",
480
                "eventdispatcher",
481
                "eventmanager"
482
            ],
483
            "time": "2018-06-11T11:59:03+00:00"
484
        },
485
        {
486
            "name": "doctrine/inflector",
487
            "version": "v1.3.0",
488
            "source": {
489
                "type": "git",
490
                "url": "https://github.com/doctrine/inflector.git",
491
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
492
            },
493
            "dist": {
494
                "type": "zip",
495
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
496
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
497
                "shasum": ""
498
            },
499
            "require": {
500
                "php": "^7.1"
501
            },
502
            "require-dev": {
503
                "phpunit/phpunit": "^6.2"
504
            },
505
            "type": "library",
506
            "extra": {
507
                "branch-alias": {
508
                    "dev-master": "1.3.x-dev"
509
                }
510
            },
511
            "autoload": {
512
                "psr-4": {
513
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
514
                }
515
            },
516
            "notification-url": "https://packagist.org/downloads/",
517
            "license": [
518
                "MIT"
519
            ],
520
            "authors": [
521
                {
522
                    "name": "Roman Borschel",
523
                    "email": "[email protected]"
524
                },
525
                {
526
                    "name": "Benjamin Eberlei",
527
                    "email": "[email protected]"
528
                },
529
                {
530
                    "name": "Guilherme Blanco",
531
                    "email": "[email protected]"
532
                },
533
                {
534
                    "name": "Jonathan Wage",
535
                    "email": "[email protected]"
536
                },
537
                {
538
                    "name": "Johannes Schmitt",
539
                    "email": "[email protected]"
540
                }
541
            ],
542
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
543
            "homepage": "http://www.doctrine-project.org",
544
            "keywords": [
545
                "inflection",
546
                "pluralize",
547
                "singularize",
548
                "string"
549
            ],
550
            "time": "2018-01-09T20:05:19+00:00"
551
        },
552
        {
553
            "name": "doctrine/instantiator",
554
            "version": "1.1.0",
555
            "source": {
556
                "type": "git",
557
                "url": "https://github.com/doctrine/instantiator.git",
558
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
559
            },
560
            "dist": {
561
                "type": "zip",
562
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
563
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
564
                "shasum": ""
565
            },
566
            "require": {
567
                "php": "^7.1"
568
            },
569
            "require-dev": {
570
                "athletic/athletic": "~0.1.8",
571
                "ext-pdo": "*",
572
                "ext-phar": "*",
573
                "phpunit/phpunit": "^6.2.3",
574
                "squizlabs/php_codesniffer": "^3.0.2"
575
            },
576
            "type": "library",
577
            "extra": {
578
                "branch-alias": {
579
                    "dev-master": "1.2.x-dev"
580
                }
581
            },
582
            "autoload": {
583
                "psr-4": {
584
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
585
                }
586
            },
587
            "notification-url": "https://packagist.org/downloads/",
588
            "license": [
589
                "MIT"
590
            ],
591
            "authors": [
592
                {
593
                    "name": "Marco Pivetta",
594
                    "email": "[email protected]",
595
                    "homepage": "http://ocramius.github.com/"
596
                }
597
            ],
598
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
599
            "homepage": "https://github.com/doctrine/instantiator",
600
            "keywords": [
601
                "constructor",
602
                "instantiate"
603
            ],
604
            "time": "2017-07-22T11:58:36+00:00"
605
        },
606
        {
607
            "name": "doctrine/lexer",
608
            "version": "v1.0.1",
609
            "source": {
610
                "type": "git",
611
                "url": "https://github.com/doctrine/lexer.git",
612
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
613
            },
614
            "dist": {
615
                "type": "zip",
616
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
617
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
618
                "shasum": ""
619
            },
620
            "require": {
621
                "php": ">=5.3.2"
622
            },
623
            "type": "library",
624
            "extra": {
625
                "branch-alias": {
626
                    "dev-master": "1.0.x-dev"
627
                }
628
            },
629
            "autoload": {
630
                "psr-0": {
631
                    "Doctrine\\Common\\Lexer\\": "lib/"
632
                }
633
            },
634
            "notification-url": "https://packagist.org/downloads/",
635
            "license": [
636
                "MIT"
637
            ],
638
            "authors": [
639
                {
640
                    "name": "Roman Borschel",
641
                    "email": "[email protected]"
642
                },
643
                {
644
                    "name": "Guilherme Blanco",
645
                    "email": "[email protected]"
646
                },
647
                {
648
                    "name": "Johannes Schmitt",
649
                    "email": "[email protected]"
650
                }
651
            ],
652
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
653
            "homepage": "http://www.doctrine-project.org",
654
            "keywords": [
655
                "lexer",
656
                "parser"
657
            ],
658
            "time": "2014-09-09T13:34:57+00:00"
659
        },
660
        {
661
            "name": "doctrine/orm",
662
            "version": "v2.6.2",
663
            "source": {
664
                "type": "git",
665
                "url": "https://github.com/doctrine/doctrine2.git",
666
                "reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8"
667
            },
668
            "dist": {
669
                "type": "zip",
670
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/d2b4dd71d2a276edd65d0c170375b445f8a4a4a8",
671
                "reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8",
672
                "shasum": ""
673
            },
674
            "require": {
675
                "doctrine/annotations": "~1.5",
676
                "doctrine/cache": "~1.6",
677
                "doctrine/collections": "^1.4",
678
                "doctrine/common": "^2.7.1",
679
                "doctrine/dbal": "^2.6",
680
                "doctrine/instantiator": "~1.1",
681
                "ext-pdo": "*",
682
                "php": "^7.1",
683
                "symfony/console": "~3.0|~4.0"
684
            },
685
            "require-dev": {
686
                "doctrine/coding-standard": "^1.0",
687
                "phpunit/phpunit": "^6.5",
688
                "squizlabs/php_codesniffer": "^3.2",
689
                "symfony/yaml": "~3.4|~4.0"
690
            },
691
            "suggest": {
692
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
693
            },
694
            "bin": [
695
                "bin/doctrine"
696
            ],
697
            "type": "library",
698
            "extra": {
699
                "branch-alias": {
700
                    "dev-master": "2.6.x-dev"
701
                }
702
            },
703
            "autoload": {
704
                "psr-4": {
705
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
706
                }
707
            },
708
            "notification-url": "https://packagist.org/downloads/",
709
            "license": [
710
                "MIT"
711
            ],
712
            "authors": [
713
                {
714
                    "name": "Roman Borschel",
715
                    "email": "[email protected]"
716
                },
717
                {
718
                    "name": "Benjamin Eberlei",
719
                    "email": "[email protected]"
720
                },
721
                {
722
                    "name": "Guilherme Blanco",
723
                    "email": "[email protected]"
724
                },
725
                {
726
                    "name": "Jonathan Wage",
727
                    "email": "[email protected]"
728
                },
729
                {
730
                    "name": "Marco Pivetta",
731
                    "email": "[email protected]"
732
                }
733
            ],
734
            "description": "Object-Relational-Mapper for PHP",
735
            "homepage": "http://www.doctrine-project.org",
736
            "keywords": [
737
                "database",
738
                "orm"
739
            ],
740
            "time": "2018-07-12T20:47:13+00:00"
741
        },
742
        {
743
            "name": "doctrine/persistence",
744
            "version": "v1.0.0",
745
            "source": {
746
                "type": "git",
747
                "url": "https://github.com/doctrine/persistence.git",
748
                "reference": "17896f6d56a2794a1619e019596ae627aabd8fd5"
749
            },
750
            "dist": {
751
                "type": "zip",
752
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/17896f6d56a2794a1619e019596ae627aabd8fd5",
753
                "reference": "17896f6d56a2794a1619e019596ae627aabd8fd5",
754
                "shasum": ""
755
            },
756
            "require": {
757
                "doctrine/annotations": "^1.0",
758
                "doctrine/cache": "^1.0",
759
                "doctrine/collections": "^1.0",
760
                "doctrine/event-manager": "^1.0",
761
                "doctrine/reflection": "^1.0",
762
                "php": "^7.1"
763
            },
764
            "conflict": {
765
                "doctrine/common": "<2.9@dev"
766
            },
767
            "require-dev": {
768
                "doctrine/coding-standard": "^4.0",
769
                "phpstan/phpstan": "^0.8",
770
                "phpunit/phpunit": "^7.0"
771
            },
772
            "type": "library",
773
            "extra": {
774
                "branch-alias": {
775
                    "dev-master": "1.0.x-dev"
776
                }
777
            },
778
            "autoload": {
779
                "psr-4": {
780
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
781
                }
782
            },
783
            "notification-url": "https://packagist.org/downloads/",
784
            "license": [
785
                "MIT"
786
            ],
787
            "authors": [
788
                {
789
                    "name": "Roman Borschel",
790
                    "email": "[email protected]"
791
                },
792
                {
793
                    "name": "Benjamin Eberlei",
794
                    "email": "[email protected]"
795
                },
796
                {
797
                    "name": "Guilherme Blanco",
798
                    "email": "[email protected]"
799
                },
800
                {
801
                    "name": "Jonathan Wage",
802
                    "email": "[email protected]"
803
                },
804
                {
805
                    "name": "Johannes Schmitt",
806
                    "email": "[email protected]"
807
                },
808
                {
809
                    "name": "Marco Pivetta",
810
                    "email": "[email protected]"
811
                }
812
            ],
813
            "description": "Doctrine Persistence abstractions.",
814
            "homepage": "https://doctrine-project.org/projects/persistence.html",
815
            "keywords": [
816
                "persistence"
817
            ],
818
            "time": "2018-06-14T18:57:48+00:00"
819
        },
820
        {
821
            "name": "doctrine/reflection",
822
            "version": "v1.0.0",
823
            "source": {
824
                "type": "git",
825
                "url": "https://github.com/doctrine/reflection.git",
826
                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
827
            },
828
            "dist": {
829
                "type": "zip",
830
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
831
                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
832
                "shasum": ""
833
            },
834
            "require": {
835
                "doctrine/annotations": "^1.0",
836
                "ext-tokenizer": "*",
837
                "php": "^7.1"
838
            },
839
            "require-dev": {
840
                "doctrine/coding-standard": "^4.0",
841
                "doctrine/common": "^2.8",
842
                "phpstan/phpstan": "^0.9.2",
843
                "phpstan/phpstan-phpunit": "^0.9.4",
844
                "phpunit/phpunit": "^7.0",
845
                "squizlabs/php_codesniffer": "^3.0"
846
            },
847
            "type": "library",
848
            "extra": {
849
                "branch-alias": {
850
                    "dev-master": "1.0.x-dev"
851
                }
852
            },
853
            "autoload": {
854
                "psr-4": {
855
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
856
                }
857
            },
858
            "notification-url": "https://packagist.org/downloads/",
859
            "license": [
860
                "MIT"
861
            ],
862
            "authors": [
863
                {
864
                    "name": "Roman Borschel",
865
                    "email": "[email protected]"
866
                },
867
                {
868
                    "name": "Benjamin Eberlei",
869
                    "email": "[email protected]"
870
                },
871
                {
872
                    "name": "Guilherme Blanco",
873
                    "email": "[email protected]"
874
                },
875
                {
876
                    "name": "Jonathan Wage",
877
                    "email": "[email protected]"
878
                },
879
                {
880
                    "name": "Johannes Schmitt",
881
                    "email": "[email protected]"
882
                },
883
                {
884
                    "name": "Marco Pivetta",
885
                    "email": "[email protected]"
886
                }
887
            ],
888
            "description": "Doctrine Reflection component",
889
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
890
            "keywords": [
891
                "reflection"
892
            ],
893
            "time": "2018-06-14T14:45:07+00:00"
894
        },
895
        {
896
            "name": "fig/http-message-util",
897
            "version": "1.1.2",
898
            "source": {
899
                "type": "git",
900
                "url": "https://github.com/php-fig/http-message-util.git",
901
                "reference": "20b2c280cb6914b7b83089720df44e490f4b42f0"
902
            },
903
            "dist": {
904
                "type": "zip",
905
                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/20b2c280cb6914b7b83089720df44e490f4b42f0",
906
                "reference": "20b2c280cb6914b7b83089720df44e490f4b42f0",
907
                "shasum": ""
908
            },
909
            "require": {
910
                "php": "^5.3 || ^7.0",
911
                "psr/http-message": "^1.0"
912
            },
913
            "type": "library",
914
            "extra": {
915
                "branch-alias": {
916
                    "dev-master": "1.1.x-dev"
917
                }
918
            },
919
            "autoload": {
920
                "psr-4": {
921
                    "Fig\\Http\\Message\\": "src/"
922
                }
923
            },
924
            "notification-url": "https://packagist.org/downloads/",
925
            "license": [
926
                "MIT"
927
            ],
928
            "authors": [
929
                {
930
                    "name": "PHP-FIG",
931
                    "homepage": "http://www.php-fig.org/"
932
                }
933
            ],
934
            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
935
            "keywords": [
936
                "http",
937
                "http-message",
938
                "psr",
939
                "psr-7",
940
                "request",
941
                "response"
942
            ],
943
            "time": "2017-02-09T16:10:21+00:00"
944
        },
945
        {
946
            "name": "monolog/monolog",
947
            "version": "dev-master",
948
            "source": {
949
                "type": "git",
950
                "url": "https://github.com/Seldaek/monolog.git",
951
                "reference": "334b8d8783a1262c3b8311d6599889d82e9cc58c"
952
            },
953
            "dist": {
954
                "type": "zip",
955
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/334b8d8783a1262c3b8311d6599889d82e9cc58c",
956
                "reference": "334b8d8783a1262c3b8311d6599889d82e9cc58c",
957
                "shasum": ""
958
            },
959
            "require": {
960
                "php": "^7.1",
961
                "psr/log": "^1.0.1"
962
            },
963
            "provide": {
964
                "psr/log-implementation": "1.0.0"
965
            },
966
            "require-dev": {
967
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
968
                "doctrine/couchdb": "~1.0@dev",
969
                "graylog2/gelf-php": "^1.4.2",
970
                "jakub-onderka/php-parallel-lint": "^0.9",
971
                "php-amqplib/php-amqplib": "~2.4",
972
                "php-console/php-console": "^3.1.3",
973
                "phpspec/prophecy": "^1.6.1",
974
                "phpunit/phpunit": "^6.5",
975
                "predis/predis": "^1.1",
976
                "rollbar/rollbar": "^1.3",
977
                "ruflin/elastica": ">=0.90 <3.0",
978
                "sentry/sentry": "^0.13",
979
                "swiftmailer/swiftmailer": "^5.3|^6.0"
980
            },
981
            "suggest": {
982
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
983
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
984
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
985
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
986
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
987
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
988
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
989
                "php-console/php-console": "Allow sending log messages to Google Chrome",
990
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
991
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
992
                "sentry/sentry": "Allow sending log messages to a Sentry server"
993
            },
994
            "type": "library",
995
            "extra": {
996
                "branch-alias": {
997
                    "dev-master": "2.x-dev"
998
                }
999
            },
1000
            "autoload": {
1001
                "psr-4": {
1002
                    "Monolog\\": "src/Monolog"
1003
                }
1004
            },
1005
            "notification-url": "https://packagist.org/downloads/",
1006
            "license": [
1007
                "MIT"
1008
            ],
1009
            "authors": [
1010
                {
1011
                    "name": "Jordi Boggiano",
1012
                    "email": "[email protected]",
1013
                    "homepage": "http://seld.be"
1014
                }
1015
            ],
1016
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1017
            "homepage": "http://github.com/Seldaek/monolog",
1018
            "keywords": [
1019
                "log",
1020
                "logging",
1021
                "psr-3"
1022
            ],
1023
            "time": "2018-07-18T07:55:49+00:00"
1024
        },
1025
        {
1026
            "name": "nikic/fast-route",
1027
            "version": "v1.3.0",
1028
            "source": {
1029
                "type": "git",
1030
                "url": "https://github.com/nikic/FastRoute.git",
1031
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
1032
            },
1033
            "dist": {
1034
                "type": "zip",
1035
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
1036
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
1037
                "shasum": ""
1038
            },
1039
            "require": {
1040
                "php": ">=5.4.0"
1041
            },
1042
            "require-dev": {
1043
                "phpunit/phpunit": "^4.8.35|~5.7"
1044
            },
1045
            "type": "library",
1046
            "autoload": {
1047
                "psr-4": {
1048
                    "FastRoute\\": "src/"
1049
                },
1050
                "files": [
1051
                    "src/functions.php"
1052
                ]
1053
            },
1054
            "notification-url": "https://packagist.org/downloads/",
1055
            "license": [
1056
                "BSD-3-Clause"
1057
            ],
1058
            "authors": [
1059
                {
1060
                    "name": "Nikita Popov",
1061
                    "email": "[email protected]"
1062
                }
1063
            ],
1064
            "description": "Fast request router for PHP",
1065
            "keywords": [
1066
                "router",
1067
                "routing"
1068
            ],
1069
            "time": "2018-02-13T20:26:39+00:00"
1070
        },
1071
        {
1072
            "name": "psr/container",
1073
            "version": "1.0.0",
1074
            "source": {
1075
                "type": "git",
1076
                "url": "https://github.com/php-fig/container.git",
1077
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1078
            },
1079
            "dist": {
1080
                "type": "zip",
1081
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1082
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1083
                "shasum": ""
1084
            },
1085
            "require": {
1086
                "php": ">=5.3.0"
1087
            },
1088
            "type": "library",
1089
            "extra": {
1090
                "branch-alias": {
1091
                    "dev-master": "1.0.x-dev"
1092
                }
1093
            },
1094
            "autoload": {
1095
                "psr-4": {
1096
                    "Psr\\Container\\": "src/"
1097
                }
1098
            },
1099
            "notification-url": "https://packagist.org/downloads/",
1100
            "license": [
1101
                "MIT"
1102
            ],
1103
            "authors": [
1104
                {
1105
                    "name": "PHP-FIG",
1106
                    "homepage": "http://www.php-fig.org/"
1107
                }
1108
            ],
1109
            "description": "Common Container Interface (PHP FIG PSR-11)",
1110
            "homepage": "https://github.com/php-fig/container",
1111
            "keywords": [
1112
                "PSR-11",
1113
                "container",
1114
                "container-interface",
1115
                "container-interop",
1116
                "psr"
1117
            ],
1118
            "time": "2017-02-14T16:28:37+00:00"
1119
        },
1120
        {
1121
            "name": "psr/http-message",
1122
            "version": "1.0.1",
1123
            "source": {
1124
                "type": "git",
1125
                "url": "https://github.com/php-fig/http-message.git",
1126
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1127
            },
1128
            "dist": {
1129
                "type": "zip",
1130
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1131
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1132
                "shasum": ""
1133
            },
1134
            "require": {
1135
                "php": ">=5.3.0"
1136
            },
1137
            "type": "library",
1138
            "extra": {
1139
                "branch-alias": {
1140
                    "dev-master": "1.0.x-dev"
1141
                }
1142
            },
1143
            "autoload": {
1144
                "psr-4": {
1145
                    "Psr\\Http\\Message\\": "src/"
1146
                }
1147
            },
1148
            "notification-url": "https://packagist.org/downloads/",
1149
            "license": [
1150
                "MIT"
1151
            ],
1152
            "authors": [
1153
                {
1154
                    "name": "PHP-FIG",
1155
                    "homepage": "http://www.php-fig.org/"
1156
                }
1157
            ],
1158
            "description": "Common interface for HTTP messages",
1159
            "homepage": "https://github.com/php-fig/http-message",
1160
            "keywords": [
1161
                "http",
1162
                "http-message",
1163
                "psr",
1164
                "psr-7",
1165
                "request",
1166
                "response"
1167
            ],
1168
            "time": "2016-08-06T14:39:51+00:00"
1169
        },
1170
        {
1171
            "name": "psr/http-server-handler",
1172
            "version": "1.0.0",
1173
            "source": {
1174
                "type": "git",
1175
                "url": "https://github.com/php-fig/http-server-handler.git",
1176
                "reference": "439d92054dc06097f2406ec074a2627839955a02"
1177
            },
1178
            "dist": {
1179
                "type": "zip",
1180
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/439d92054dc06097f2406ec074a2627839955a02",
1181
                "reference": "439d92054dc06097f2406ec074a2627839955a02",
1182
                "shasum": ""
1183
            },
1184
            "require": {
1185
                "php": ">=7.0",
1186
                "psr/http-message": "^1.0"
1187
            },
1188
            "type": "library",
1189
            "extra": {
1190
                "branch-alias": {
1191
                    "dev-master": "1.0.x-dev"
1192
                }
1193
            },
1194
            "autoload": {
1195
                "psr-4": {
1196
                    "Psr\\Http\\Server\\": "src/"
1197
                }
1198
            },
1199
            "notification-url": "https://packagist.org/downloads/",
1200
            "license": [
1201
                "MIT"
1202
            ],
1203
            "authors": [
1204
                {
1205
                    "name": "PHP-FIG",
1206
                    "homepage": "http://www.php-fig.org/"
1207
                }
1208
            ],
1209
            "description": "Common interface for HTTP server-side request handler",
1210
            "keywords": [
1211
                "handler",
1212
                "http",
1213
                "http-interop",
1214
                "psr",
1215
                "psr-15",
1216
                "psr-7",
1217
                "request",
1218
                "response",
1219
                "server"
1220
            ],
1221
            "time": "2018-01-22T17:04:15+00:00"
1222
        },
1223
        {
1224
            "name": "psr/http-server-middleware",
1225
            "version": "1.0.0",
1226
            "source": {
1227
                "type": "git",
1228
                "url": "https://github.com/php-fig/http-server-middleware.git",
1229
                "reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5"
1230
            },
1231
            "dist": {
1232
                "type": "zip",
1233
                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
1234
                "reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
1235
                "shasum": ""
1236
            },
1237
            "require": {
1238
                "php": ">=7.0",
1239
                "psr/http-message": "^1.0",
1240
                "psr/http-server-handler": "^1.0"
1241
            },
1242
            "type": "library",
1243
            "extra": {
1244
                "branch-alias": {
1245
                    "dev-master": "1.0.x-dev"
1246
                }
1247
            },
1248
            "autoload": {
1249
                "psr-4": {
1250
                    "Psr\\Http\\Server\\": "src/"
1251
                }
1252
            },
1253
            "notification-url": "https://packagist.org/downloads/",
1254
            "license": [
1255
                "MIT"
1256
            ],
1257
            "authors": [
1258
                {
1259
                    "name": "PHP-FIG",
1260
                    "homepage": "http://www.php-fig.org/"
1261
                }
1262
            ],
1263
            "description": "Common interface for HTTP server-side middleware",
1264
            "keywords": [
1265
                "http",
1266
                "http-interop",
1267
                "middleware",
1268
                "psr",
1269
                "psr-15",
1270
                "psr-7",
1271
                "request",
1272
                "response"
1273
            ],
1274
            "time": "2018-01-22T17:08:31+00:00"
1275
        },
1276
        {
1277
            "name": "psr/log",
1278
            "version": "1.0.2",
1279
            "source": {
1280
                "type": "git",
1281
                "url": "https://github.com/php-fig/log.git",
1282
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1283
            },
1284
            "dist": {
1285
                "type": "zip",
1286
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1287
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1288
                "shasum": ""
1289
            },
1290
            "require": {
1291
                "php": ">=5.3.0"
1292
            },
1293
            "type": "library",
1294
            "extra": {
1295
                "branch-alias": {
1296
                    "dev-master": "1.0.x-dev"
1297
                }
1298
            },
1299
            "autoload": {
1300
                "psr-4": {
1301
                    "Psr\\Log\\": "Psr/Log/"
1302
                }
1303
            },
1304
            "notification-url": "https://packagist.org/downloads/",
1305
            "license": [
1306
                "MIT"
1307
            ],
1308
            "authors": [
1309
                {
1310
                    "name": "PHP-FIG",
1311
                    "homepage": "http://www.php-fig.org/"
1312
                }
1313
            ],
1314
            "description": "Common interface for logging libraries",
1315
            "homepage": "https://github.com/php-fig/log",
1316
            "keywords": [
1317
                "log",
1318
                "psr",
1319
                "psr-3"
1320
            ],
1321
            "time": "2016-10-10T12:19:37+00:00"
1322
        },
1323
        {
1324
            "name": "roave/security-advisories",
1325
            "version": "dev-master",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/Roave/SecurityAdvisories.git",
1329
                "reference": "053766d789f6393e5bc0896635d35abf8d2d362e"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/053766d789f6393e5bc0896635d35abf8d2d362e",
1334
                "reference": "053766d789f6393e5bc0896635d35abf8d2d362e",
1335
                "shasum": ""
1336
            },
1337
            "conflict": {
1338
                "3f/pygmentize": "<1.2",
1339
                "adodb/adodb-php": "<5.20.12",
1340
                "amphp/artax": "<1.0.6|>=2,<2.0.6",
1341
                "amphp/http": "<1.0.1",
1342
                "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
1343
                "aws/aws-sdk-php": ">=3,<3.2.1",
1344
                "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
1345
                "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4",
1346
                "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
1347
                "cartalyst/sentry": "<=2.1.6",
1348
                "codeigniter/framework": "<=3.0.6",
1349
                "composer/composer": "<=1.0.0-alpha11",
1350
                "contao-components/mediaelement": ">=2.14.2,<2.21.1",
1351
                "contao/core": ">=2,<3.5.35",
1352
                "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
1353
                "contao/listing-bundle": ">=4,<4.4.8",
1354
                "contao/newsletter-bundle": ">=4,<4.1",
1355
                "doctrine/annotations": ">=1,<1.2.7",
1356
                "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
1357
                "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
1358
                "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
1359
                "doctrine/doctrine-bundle": "<1.5.2",
1360
                "doctrine/doctrine-module": "<=0.7.1",
1361
                "doctrine/mongodb-odm": ">=1,<1.0.2",
1362
                "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
1363
                "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
1364
                "dompdf/dompdf": ">=0.6,<0.6.2",
1365
                "drupal/core": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
1366
                "drupal/drupal": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
1367
                "erusev/parsedown": "<1.7",
1368
                "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.3|>=5.4,<5.4.11.3|>=2017.8,<2017.8.1.1|>=2017.12,<2017.12.2.1",
1369
                "firebase/php-jwt": "<2",
1370
                "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
1371
                "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
1372
                "fuel/core": "<1.8.1",
1373
                "gree/jose": "<=2.2",
1374
                "gregwar/rst": "<1.0.3",
1375
                "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
1376
                "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
1377
                "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
1378
                "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
1379
                "joomla/session": "<1.3.1",
1380
                "kreait/firebase-php": ">=3.2,<3.8.1",
1381
                "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
1382
                "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
1383
                "magento/magento1ce": "<1.9.3.9",
1384
                "magento/magento1ee": ">=1.9,<1.14.3.2",
1385
                "magento/product-community-edition": ">=2,<2.2.5",
1386
                "monolog/monolog": ">=1.8,<1.12",
1387
                "namshi/jose": "<2.2",
1388
                "onelogin/php-saml": "<2.10.4",
1389
                "oro/crm": ">=1.7,<1.7.4",
1390
                "oro/platform": ">=1.7,<1.7.4",
1391
                "padraic/humbug_get_contents": "<1.1.2",
1392
                "pagarme/pagarme-php": ">=0,<3",
1393
                "paragonie/random_compat": "<2",
1394
                "paypal/merchant-sdk-php": "<3.12",
1395
                "phpmailer/phpmailer": ">=5,<5.2.24",
1396
                "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
1397
                "phpxmlrpc/extras": "<0.6.1",
1398
                "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
1399
                "propel/propel1": ">=1,<=1.7.1",
1400
                "pusher/pusher-php-server": "<2.2.1",
1401
                "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
1402
                "sensiolabs/connect": "<4.2.3",
1403
                "shopware/shopware": "<5.3.7",
1404
                "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
1405
                "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
1406
                "silverstripe/framework": ">=3,<3.3",
1407
                "silverstripe/userforms": "<3",
1408
                "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
1409
                "simplesamlphp/simplesamlphp": "<1.15.2",
1410
                "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
1411
                "slim/slim": "<2.6",
1412
                "socalnick/scn-social-auth": "<1.15.2",
1413
                "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
1414
                "stormpath/sdk": ">=0,<9.9.99",
1415
                "swiftmailer/swiftmailer": ">=4,<5.4.5",
1416
                "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
1417
                "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
1418
                "symfony/dependency-injection": ">=2,<2.0.17",
1419
                "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
1420
                "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
1421
                "symfony/http-foundation": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1422
                "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
1423
                "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
1424
                "symfony/routing": ">=2,<2.0.19",
1425
                "symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1426
                "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1427
                "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
1428
                "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1429
                "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1430
                "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1431
                "symfony/serializer": ">=2,<2.0.11",
1432
                "symfony/symfony": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1433
                "symfony/translation": ">=2,<2.0.17",
1434
                "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
1435
                "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
1436
                "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
1437
                "thelia/backoffice-default-template": ">=2.1,<2.1.2",
1438
                "thelia/thelia": ">=2.1,<2.1.2|>=2.1.0-beta1,<2.1.3",
1439
                "titon/framework": ">=0,<9.9.99",
1440
                "twig/twig": "<1.20",
1441
                "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.30|>=8,<8.7.17|>=9,<9.3.2",
1442
                "typo3/cms-core": ">=8,<8.7.17|>=9,<9.3.2",
1443
                "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
1444
                "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
1445
                "willdurand/js-translation-bundle": "<2.1.1",
1446
                "yiisoft/yii": ">=1.1.14,<1.1.15",
1447
                "yiisoft/yii2": "<2.0.15",
1448
                "yiisoft/yii2-bootstrap": "<2.0.4",
1449
                "yiisoft/yii2-dev": "<2.0.15",
1450
                "yiisoft/yii2-elasticsearch": "<2.0.5",
1451
                "yiisoft/yii2-gii": "<2.0.4",
1452
                "yiisoft/yii2-jui": "<2.0.4",
1453
                "yiisoft/yii2-redis": "<2.0.8",
1454
                "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
1455
                "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
1456
                "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
1457
                "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
1458
                "zendframework/zend-diactoros": ">=1,<1.0.4",
1459
                "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
1460
                "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
1461
                "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
1462
                "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
1463
                "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
1464
                "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
1465
                "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
1466
                "zendframework/zend-validator": ">=2.3,<2.3.6",
1467
                "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
1468
                "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
1469
                "zendframework/zendframework": ">=2,<2.4.11|>=2.5,<2.5.1",
1470
                "zendframework/zendframework1": "<1.12.20",
1471
                "zendframework/zendopenid": ">=2,<2.0.2",
1472
                "zendframework/zendxml": ">=1,<1.0.1",
1473
                "zetacomponents/mail": "<1.8.2",
1474
                "zf-commons/zfc-user": "<1.2.2",
1475
                "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
1476
                "zfr/zfr-oauth2-server-module": "<0.1.2"
1477
            },
1478
            "type": "metapackage",
1479
            "notification-url": "https://packagist.org/downloads/",
1480
            "license": [
1481
                "MIT"
1482
            ],
1483
            "authors": [
1484
                {
1485
                    "name": "Marco Pivetta",
1486
                    "email": "[email protected]",
1487
                    "role": "maintainer"
1488
                }
1489
            ],
1490
            "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
1491
            "time": "2018-07-18T13:51:34+00:00"
1492
        },
1493
        {
1494
            "name": "slayerbirden/dataflow",
1495
            "version": "1.0.0rc1",
1496
            "source": {
1497
                "type": "git",
1498
                "url": "https://github.com/SlayerBirden/dataflow.git",
1499
                "reference": "30ad7963fcbf607dc7cb2d6658d84af199236f85"
1500
            },
1501
            "dist": {
1502
                "type": "zip",
1503
                "url": "https://api.github.com/repos/SlayerBirden/dataflow/zipball/30ad7963fcbf607dc7cb2d6658d84af199236f85",
1504
                "reference": "30ad7963fcbf607dc7cb2d6658d84af199236f85",
1505
                "shasum": ""
1506
            },
1507
            "require": {
1508
                "doctrine/dbal": "^2.5",
1509
                "php": "^7.1"
1510
            },
1511
            "require-dev": {
1512
                "mikey179/vfsstream": "^1.0",
1513
                "phpspec/prophecy": "^1.0",
1514
                "phpunit/dbunit": "^4.0",
1515
                "phpunit/phpunit": "^7.0"
1516
            },
1517
            "type": "library",
1518
            "autoload": {
1519
                "psr-4": {
1520
                    "SlayerBirden\\DataFlow\\": [
1521
                        "src",
1522
                        "tests/unit"
1523
                    ],
1524
                    "SlayerBirden\\DataFlow\\Test\\Functional\\": "tests/functional"
1525
                }
1526
            },
1527
            "notification-url": "https://packagist.org/downloads/",
1528
            "license": [
1529
                "MIT"
1530
            ],
1531
            "authors": [
1532
                {
1533
                    "name": "Oleg Kulik",
1534
                    "email": "[email protected]"
1535
                }
1536
            ],
1537
            "description": "A framework to pipe your data from one source to another.",
1538
            "time": "2018-03-01T11:07:58+00:00"
1539
        },
1540
        {
1541
            "name": "symfony/console",
1542
            "version": "v4.1.2",
1543
            "source": {
1544
                "type": "git",
1545
                "url": "https://github.com/symfony/console.git",
1546
                "reference": "5c31f6a97c1c240707f6d786e7e59bfacdbc0219"
1547
            },
1548
            "dist": {
1549
                "type": "zip",
1550
                "url": "https://api.github.com/repos/symfony/console/zipball/5c31f6a97c1c240707f6d786e7e59bfacdbc0219",
1551
                "reference": "5c31f6a97c1c240707f6d786e7e59bfacdbc0219",
1552
                "shasum": ""
1553
            },
1554
            "require": {
1555
                "php": "^7.1.3",
1556
                "symfony/polyfill-mbstring": "~1.0"
1557
            },
1558
            "conflict": {
1559
                "symfony/dependency-injection": "<3.4",
1560
                "symfony/process": "<3.3"
1561
            },
1562
            "require-dev": {
1563
                "psr/log": "~1.0",
1564
                "symfony/config": "~3.4|~4.0",
1565
                "symfony/dependency-injection": "~3.4|~4.0",
1566
                "symfony/event-dispatcher": "~3.4|~4.0",
1567
                "symfony/lock": "~3.4|~4.0",
1568
                "symfony/process": "~3.4|~4.0"
1569
            },
1570
            "suggest": {
1571
                "psr/log-implementation": "For using the console logger",
1572
                "symfony/event-dispatcher": "",
1573
                "symfony/lock": "",
1574
                "symfony/process": ""
1575
            },
1576
            "type": "library",
1577
            "extra": {
1578
                "branch-alias": {
1579
                    "dev-master": "4.1-dev"
1580
                }
1581
            },
1582
            "autoload": {
1583
                "psr-4": {
1584
                    "Symfony\\Component\\Console\\": ""
1585
                },
1586
                "exclude-from-classmap": [
1587
                    "/Tests/"
1588
                ]
1589
            },
1590
            "notification-url": "https://packagist.org/downloads/",
1591
            "license": [
1592
                "MIT"
1593
            ],
1594
            "authors": [
1595
                {
1596
                    "name": "Fabien Potencier",
1597
                    "email": "[email protected]"
1598
                },
1599
                {
1600
                    "name": "Symfony Community",
1601
                    "homepage": "https://symfony.com/contributors"
1602
                }
1603
            ],
1604
            "description": "Symfony Console Component",
1605
            "homepage": "https://symfony.com",
1606
            "time": "2018-07-16T14:05:40+00:00"
1607
        },
1608
        {
1609
            "name": "symfony/polyfill-mbstring",
1610
            "version": "v1.8.0",
1611
            "source": {
1612
                "type": "git",
1613
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1614
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1615
            },
1616
            "dist": {
1617
                "type": "zip",
1618
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1619
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1620
                "shasum": ""
1621
            },
1622
            "require": {
1623
                "php": ">=5.3.3"
1624
            },
1625
            "suggest": {
1626
                "ext-mbstring": "For best performance"
1627
            },
1628
            "type": "library",
1629
            "extra": {
1630
                "branch-alias": {
1631
                    "dev-master": "1.8-dev"
1632
                }
1633
            },
1634
            "autoload": {
1635
                "psr-4": {
1636
                    "Symfony\\Polyfill\\Mbstring\\": ""
1637
                },
1638
                "files": [
1639
                    "bootstrap.php"
1640
                ]
1641
            },
1642
            "notification-url": "https://packagist.org/downloads/",
1643
            "license": [
1644
                "MIT"
1645
            ],
1646
            "authors": [
1647
                {
1648
                    "name": "Nicolas Grekas",
1649
                    "email": "[email protected]"
1650
                },
1651
                {
1652
                    "name": "Symfony Community",
1653
                    "homepage": "https://symfony.com/contributors"
1654
                }
1655
            ],
1656
            "description": "Symfony polyfill for the Mbstring extension",
1657
            "homepage": "https://symfony.com",
1658
            "keywords": [
1659
                "compatibility",
1660
                "mbstring",
1661
                "polyfill",
1662
                "portable",
1663
                "shim"
1664
            ],
1665
            "time": "2018-04-26T10:06:28+00:00"
1666
        },
1667
        {
1668
            "name": "zendframework/zend-config-aggregator",
1669
            "version": "1.1.1",
1670
            "source": {
1671
                "type": "git",
1672
                "url": "https://github.com/zendframework/zend-config-aggregator.git",
1673
                "reference": "2a08547b64119a73b6700bde3301d978258dfcb5"
1674
            },
1675
            "dist": {
1676
                "type": "zip",
1677
                "url": "https://api.github.com/repos/zendframework/zend-config-aggregator/zipball/2a08547b64119a73b6700bde3301d978258dfcb5",
1678
                "reference": "2a08547b64119a73b6700bde3301d978258dfcb5",
1679
                "shasum": ""
1680
            },
1681
            "require": {
1682
                "php": "^5.6 || ^7.0",
1683
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1.0"
1684
            },
1685
            "require-dev": {
1686
                "malukenho/docheader": "^0.1.5",
1687
                "mikey179/vfsstream": "^1.6",
1688
                "phpunit/phpunit": "^5.7.21 || ^6.3",
1689
                "zendframework/zend-coding-standard": "~1.0.0",
1690
                "zendframework/zend-config": "^2.6 || ^3.0",
1691
                "zendframework/zend-servicemanager": "^2.7.7 || ^3.1.1"
1692
            },
1693
            "suggest": {
1694
                "zendframework/zend-config": "Allows loading configuration from XML, INI, YAML, and JSON files",
1695
                "zendframework/zend-config-aggregator-modulemanager": "Allows loading configuration from zend-mvc Module classes",
1696
                "zendframework/zend-config-aggregator-parameters": "Allows usage of templated parameters within your configuration"
1697
            },
1698
            "type": "library",
1699
            "extra": {
1700
                "branch-alias": {
1701
                    "dev-master": "1.1.x-dev",
1702
                    "dev-develop": "1.2.x-dev"
1703
                }
1704
            },
1705
            "autoload": {
1706
                "psr-4": {
1707
                    "Zend\\ConfigAggregator\\": "src/"
1708
                }
1709
            },
1710
            "notification-url": "https://packagist.org/downloads/",
1711
            "license": [
1712
                "BSD-3-Clause"
1713
            ],
1714
            "description": "Lightweight library for collecting and merging configuration from different sources",
1715
            "keywords": [
1716
                "ZendFramework",
1717
                "config-aggregator",
1718
                "zf"
1719
            ],
1720
            "time": "2018-04-04T20:37:31+00:00"
1721
        },
1722
        {
1723
            "name": "zendframework/zend-diactoros",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zend-diactoros:

URL Rewrite vulnerability
Loading history...
1724
            "version": "1.8.3",
1725
            "source": {
1726
                "type": "git",
1727
                "url": "https://github.com/zendframework/zend-diactoros.git",
1728
                "reference": "72c13834fb3db2a962e913758b384ff2e6425d6e"
1729
            },
1730
            "dist": {
1731
                "type": "zip",
1732
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/72c13834fb3db2a962e913758b384ff2e6425d6e",
1733
                "reference": "72c13834fb3db2a962e913758b384ff2e6425d6e",
1734
                "shasum": ""
1735
            },
1736
            "require": {
1737
                "php": "^5.6 || ^7.0",
1738
                "psr/http-message": "^1.0"
1739
            },
1740
            "provide": {
1741
                "psr/http-message-implementation": "1.0"
1742
            },
1743
            "require-dev": {
1744
                "ext-dom": "*",
1745
                "ext-libxml": "*",
1746
                "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
1747
                "zendframework/zend-coding-standard": "~1.0"
1748
            },
1749
            "type": "library",
1750
            "extra": {
1751
                "branch-alias": {
1752
                    "dev-master": "1.8.x-dev",
1753
                    "dev-develop": "1.9.x-dev",
1754
                    "dev-release-2.0": "2.0.x-dev"
1755
                }
1756
            },
1757
            "autoload": {
1758
                "files": [
1759
                    "src/functions/create_uploaded_file.php",
1760
                    "src/functions/marshal_headers_from_sapi.php",
1761
                    "src/functions/marshal_method_from_sapi.php",
1762
                    "src/functions/marshal_protocol_version_from_sapi.php",
1763
                    "src/functions/marshal_uri_from_sapi.php",
1764
                    "src/functions/normalize_server.php",
1765
                    "src/functions/normalize_uploaded_files.php",
1766
                    "src/functions/parse_cookie_header.php"
1767
                ],
1768
                "psr-4": {
1769
                    "Zend\\Diactoros\\": "src/"
1770
                }
1771
            },
1772
            "notification-url": "https://packagist.org/downloads/",
1773
            "license": [
1774
                "BSD-2-Clause"
1775
            ],
1776
            "description": "PSR HTTP Message implementations",
1777
            "homepage": "https://github.com/zendframework/zend-diactoros",
1778
            "keywords": [
1779
                "http",
1780
                "psr",
1781
                "psr-7"
1782
            ],
1783
            "time": "2018-07-24T21:54:38+00:00"
1784
        },
1785
        {
1786
            "name": "zendframework/zend-escaper",
1787
            "version": "2.6.0",
1788
            "source": {
1789
                "type": "git",
1790
                "url": "https://github.com/zendframework/zend-escaper.git",
1791
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
1792
            },
1793
            "dist": {
1794
                "type": "zip",
1795
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
1796
                "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
1797
                "shasum": ""
1798
            },
1799
            "require": {
1800
                "php": "^5.6 || ^7.0"
1801
            },
1802
            "require-dev": {
1803
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1804
                "zendframework/zend-coding-standard": "~1.0.0"
1805
            },
1806
            "type": "library",
1807
            "extra": {
1808
                "branch-alias": {
1809
                    "dev-master": "2.6.x-dev",
1810
                    "dev-develop": "2.7.x-dev"
1811
                }
1812
            },
1813
            "autoload": {
1814
                "psr-4": {
1815
                    "Zend\\Escaper\\": "src/"
1816
                }
1817
            },
1818
            "notification-url": "https://packagist.org/downloads/",
1819
            "license": [
1820
                "BSD-3-Clause"
1821
            ],
1822
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1823
            "keywords": [
1824
                "ZendFramework",
1825
                "escaper",
1826
                "zf"
1827
            ],
1828
            "time": "2018-04-25T15:48:53+00:00"
1829
        },
1830
        {
1831
            "name": "zendframework/zend-expressive",
1832
            "version": "3.0.3",
1833
            "source": {
1834
                "type": "git",
1835
                "url": "https://github.com/zendframework/zend-expressive.git",
1836
                "reference": "c6db5b1a7524414eee0637bb50b8eed32fd67794"
1837
            },
1838
            "dist": {
1839
                "type": "zip",
1840
                "url": "https://api.github.com/repos/zendframework/zend-expressive/zipball/c6db5b1a7524414eee0637bb50b8eed32fd67794",
1841
                "reference": "c6db5b1a7524414eee0637bb50b8eed32fd67794",
1842
                "shasum": ""
1843
            },
1844
            "require": {
1845
                "fig/http-message-util": "^1.1.2",
1846
                "php": "^7.1",
1847
                "psr/container": "^1.0",
1848
                "psr/http-message": "^1.0.1",
1849
                "psr/http-server-middleware": "^1.0",
1850
                "zendframework/zend-expressive-router": "^3.0",
1851
                "zendframework/zend-expressive-template": "^2.0",
1852
                "zendframework/zend-httphandlerrunner": "^1.0.1",
1853
                "zendframework/zend-stratigility": "^3.0"
1854
            },
1855
            "conflict": {
1856
                "container-interop/container-interop": "<1.2.0",
1857
                "zendframework/zend-diactoros": "<1.7.1"
1858
            },
1859
            "require-dev": {
1860
                "filp/whoops": "^1.1.10 || ^2.1.13",
1861
                "malukenho/docheader": "^0.1.6",
1862
                "mockery/mockery": "^1.0",
1863
                "phpstan/phpstan": "^0.9.2",
1864
                "phpstan/phpstan-strict-rules": "^0.9",
1865
                "phpunit/phpunit": "^7.0.1",
1866
                "zendframework/zend-coding-standard": "~1.0.0",
1867
                "zendframework/zend-diactoros": "^1.7.1",
1868
                "zendframework/zend-expressive-aurarouter": "^3.0",
1869
                "zendframework/zend-expressive-fastroute": "^3.0",
1870
                "zendframework/zend-expressive-zendrouter": "^3.0",
1871
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3"
1872
            },
1873
            "suggest": {
1874
                "filp/whoops": "^2.1 to use the Whoops error handler",
1875
                "psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Expressive; e.g., zendframework/zend-diactoros",
1876
                "zendframework/zend-auradi-config": "^1.0 to use Aura.Di dependency injection container",
1877
                "zendframework/zend-expressive-helpers": "^3.0 for its UrlHelper, ServerUrlHelper, and BodyParseMiddleware",
1878
                "zendframework/zend-expressive-tooling": "^1.0 for migration and development tools; require it with the --dev flag",
1879
                "zendframework/zend-pimple-config": "^1.0 to use Pimple for dependency injection container",
1880
                "zendframework/zend-servicemanager": "^3.3 to use zend-servicemanager for dependency injection"
1881
            },
1882
            "bin": [
1883
                "bin/expressive-tooling"
1884
            ],
1885
            "type": "library",
1886
            "extra": {
1887
                "branch-alias": {
1888
                    "dev-master": "3.0.x-dev",
1889
                    "dev-develop": "3.1.x-dev"
1890
                },
1891
                "zf": {
1892
                    "config-provider": "Zend\\Expressive\\ConfigProvider"
1893
                }
1894
            },
1895
            "autoload": {
1896
                "files": [
1897
                    "src/constants.php"
1898
                ],
1899
                "psr-4": {
1900
                    "Zend\\Expressive\\": "src/"
1901
                }
1902
            },
1903
            "notification-url": "https://packagist.org/downloads/",
1904
            "license": [
1905
                "BSD-3-Clause"
1906
            ],
1907
            "description": "PSR-15 Middleware Microframework",
1908
            "keywords": [
1909
                "PSR-11",
1910
                "ZendFramework",
1911
                "expressive",
1912
                "http",
1913
                "middleware",
1914
                "psr",
1915
                "psr-15",
1916
                "psr-7",
1917
                "zend-expressive",
1918
                "zf"
1919
            ],
1920
            "time": "2018-07-25T15:30:00+00:00"
1921
        },
1922
        {
1923
            "name": "zendframework/zend-expressive-fastroute",
1924
            "version": "3.0.1",
1925
            "source": {
1926
                "type": "git",
1927
                "url": "https://github.com/zendframework/zend-expressive-fastroute.git",
1928
                "reference": "e5b94197c9145810055133a09a277a29239e1a64"
1929
            },
1930
            "dist": {
1931
                "type": "zip",
1932
                "url": "https://api.github.com/repos/zendframework/zend-expressive-fastroute/zipball/e5b94197c9145810055133a09a277a29239e1a64",
1933
                "reference": "e5b94197c9145810055133a09a277a29239e1a64",
1934
                "shasum": ""
1935
            },
1936
            "require": {
1937
                "fig/http-message-util": "^1.1.2",
1938
                "nikic/fast-route": "^1.2",
1939
                "php": "^7.1",
1940
                "psr/container": "^1.0",
1941
                "psr/http-message": "^1.0.1",
1942
                "zendframework/zend-expressive-router": "^3.0",
1943
                "zendframework/zend-stdlib": "^2.0 || ^3.1"
1944
            },
1945
            "conflict": {
1946
                "container-interop/container-interop": "<1.2.0"
1947
            },
1948
            "require-dev": {
1949
                "malukenho/docheader": "^0.1.6",
1950
                "mikey179/vfsstream": "^1.6.5",
1951
                "phpunit/phpunit": "^7.0.2",
1952
                "zendframework/zend-coding-standard": "~1.0.0",
1953
                "zendframework/zend-diactoros": "^1.7.1",
1954
                "zendframework/zend-stratigility": "^3.0"
1955
            },
1956
            "type": "library",
1957
            "extra": {
1958
                "branch-alias": {
1959
                    "dev-master": "3.0.x-dev",
1960
                    "dev-develop": "3.1.x-dev"
1961
                },
1962
                "zf": {
1963
                    "config-provider": "Zend\\Expressive\\Router\\FastRouteRouter\\ConfigProvider"
1964
                }
1965
            },
1966
            "autoload": {
1967
                "psr-4": {
1968
                    "Zend\\Expressive\\Router\\": "src/"
1969
                }
1970
            },
1971
            "notification-url": "https://packagist.org/downloads/",
1972
            "license": [
1973
                "BSD-3-Clause"
1974
            ],
1975
            "description": "FastRoute integration for Expressive",
1976
            "keywords": [
1977
                "FastRoute",
1978
                "ZendFramework",
1979
                "expressive",
1980
                "http",
1981
                "middleware",
1982
                "psr",
1983
                "psr-7",
1984
                "zend-expressive",
1985
                "zf"
1986
            ],
1987
            "time": "2018-03-20T16:34:28+00:00"
1988
        },
1989
        {
1990
            "name": "zendframework/zend-expressive-helpers",
1991
            "version": "5.1.1",
1992
            "source": {
1993
                "type": "git",
1994
                "url": "https://github.com/zendframework/zend-expressive-helpers.git",
1995
                "reference": "3f68349efc8cb6218992d029eae3681b38d6cf2b"
1996
            },
1997
            "dist": {
1998
                "type": "zip",
1999
                "url": "https://api.github.com/repos/zendframework/zend-expressive-helpers/zipball/3f68349efc8cb6218992d029eae3681b38d6cf2b",
2000
                "reference": "3f68349efc8cb6218992d029eae3681b38d6cf2b",
2001
                "shasum": ""
2002
            },
2003
            "require": {
2004
                "php": "^7.1",
2005
                "psr/container": "^1.0",
2006
                "psr/http-message": "^1.0.1",
2007
                "psr/http-server-middleware": "^1.0",
2008
                "zendframework/zend-expressive-router": "^3.0"
2009
            },
2010
            "require-dev": {
2011
                "malukenho/docheader": "^0.1.6",
2012
                "mockery/mockery": "^1.0",
2013
                "phpunit/phpunit": "^7.0.2",
2014
                "zendframework/zend-coding-standard": "~1.0.0",
2015
                "zendframework/zend-diactoros": "^1.7.1"
2016
            },
2017
            "type": "library",
2018
            "extra": {
2019
                "branch-alias": {
2020
                    "dev-master": "5.1.x-dev",
2021
                    "dev-develop": "5.2.x-dev"
2022
                },
2023
                "zf": {
2024
                    "config-provider": "Zend\\Expressive\\Helper\\ConfigProvider"
2025
                }
2026
            },
2027
            "autoload": {
2028
                "psr-4": {
2029
                    "Zend\\Expressive\\Helper\\": "src/"
2030
                }
2031
            },
2032
            "notification-url": "https://packagist.org/downloads/",
2033
            "license": [
2034
                "BSD-3-Clause"
2035
            ],
2036
            "description": "Helper/Utility classes for Expressive",
2037
            "keywords": [
2038
                "ZendFramework",
2039
                "expressive",
2040
                "http",
2041
                "middleware",
2042
                "psr",
2043
                "psr-7",
2044
                "zend-expressive",
2045
                "zf"
2046
            ],
2047
            "time": "2018-07-25T18:28:15+00:00"
2048
        },
2049
        {
2050
            "name": "zendframework/zend-expressive-router",
2051
            "version": "3.1.0",
2052
            "source": {
2053
                "type": "git",
2054
                "url": "https://github.com/zendframework/zend-expressive-router.git",
2055
                "reference": "072d6b0620f7e1e616cb60062425b4eedd1a0447"
2056
            },
2057
            "dist": {
2058
                "type": "zip",
2059
                "url": "https://api.github.com/repos/zendframework/zend-expressive-router/zipball/072d6b0620f7e1e616cb60062425b4eedd1a0447",
2060
                "reference": "072d6b0620f7e1e616cb60062425b4eedd1a0447",
2061
                "shasum": ""
2062
            },
2063
            "require": {
2064
                "fig/http-message-util": "^1.1.2",
2065
                "php": "^7.1",
2066
                "psr/container": "^1.0",
2067
                "psr/http-message": "^1.0.1",
2068
                "psr/http-server-middleware": "^1.0"
2069
            },
2070
            "require-dev": {
2071
                "malukenho/docheader": "^0.1.6",
2072
                "phpunit/phpunit": "^7.0.2",
2073
                "zendframework/zend-coding-standard": "~1.0.0"
2074
            },
2075
            "suggest": {
2076
                "zendframework/zend-expressive-aurarouter": "^3.0 to use the Aura.Router routing adapter",
2077
                "zendframework/zend-expressive-fastroute": "^3.0 to use the FastRoute routing adapter",
2078
                "zendframework/zend-expressive-zendrouter": "^3.0 to use the zend-router routing adapter"
2079
            },
2080
            "type": "library",
2081
            "extra": {
2082
                "branch-alias": {
2083
                    "dev-master": "3.1.x-dev",
2084
                    "dev-develop": "3.2.x-dev"
2085
                },
2086
                "zf": {
2087
                    "config-provider": "Zend\\Expressive\\Router\\ConfigProvider"
2088
                }
2089
            },
2090
            "autoload": {
2091
                "psr-4": {
2092
                    "Zend\\Expressive\\Router\\": "src/"
2093
                }
2094
            },
2095
            "notification-url": "https://packagist.org/downloads/",
2096
            "license": [
2097
                "BSD-3-Clause"
2098
            ],
2099
            "description": "Router subcomponent for Expressive",
2100
            "keywords": [
2101
                "ZendFramework",
2102
                "expressive",
2103
                "http",
2104
                "middleware",
2105
                "psr",
2106
                "psr-7",
2107
                "zend-expressive",
2108
                "zf"
2109
            ],
2110
            "time": "2018-06-05T15:28:00+00:00"
2111
        },
2112
        {
2113
            "name": "zendframework/zend-expressive-template",
2114
            "version": "2.0.0",
2115
            "source": {
2116
                "type": "git",
2117
                "url": "https://github.com/zendframework/zend-expressive-template.git",
2118
                "reference": "b8b9ece61ed598a58223638933e2fd703ae4a5e9"
2119
            },
2120
            "dist": {
2121
                "type": "zip",
2122
                "url": "https://api.github.com/repos/zendframework/zend-expressive-template/zipball/b8b9ece61ed598a58223638933e2fd703ae4a5e9",
2123
                "reference": "b8b9ece61ed598a58223638933e2fd703ae4a5e9",
2124
                "shasum": ""
2125
            },
2126
            "require": {
2127
                "php": "^7.1"
2128
            },
2129
            "require-dev": {
2130
                "malukenho/docheader": "^0.1.6",
2131
                "phpunit/phpunit": "^7.0.2",
2132
                "zendframework/zend-coding-standard": "~1.0.0"
2133
            },
2134
            "suggest": {
2135
                "zendframework/zend-expressive-platesrenderer": "^2.0 to use the Plates template renderer",
2136
                "zendframework/zend-expressive-twigrenderer": "^2.0 to use the Twig template renderer",
2137
                "zendframework/zend-expressive-zendviewrenderer": "^2.0 to use the zend-view PhpRenderer template renderer"
2138
            },
2139
            "type": "library",
2140
            "extra": {
2141
                "branch-alias": {
2142
                    "dev-master": "2.0.x-dev",
2143
                    "dev-develop": "2.1.x-dev"
2144
                }
2145
            },
2146
            "autoload": {
2147
                "psr-4": {
2148
                    "Zend\\Expressive\\Template\\": "src/"
2149
                }
2150
            },
2151
            "notification-url": "https://packagist.org/downloads/",
2152
            "license": [
2153
                "BSD-3-Clause"
2154
            ],
2155
            "description": "Template subcomponent for Expressive",
2156
            "keywords": [
2157
                "ZendFramework",
2158
                "expressive",
2159
                "template",
2160
                "zend-expressive",
2161
                "zf"
2162
            ],
2163
            "time": "2018-03-15T15:42:46+00:00"
2164
        },
2165
        {
2166
            "name": "zendframework/zend-filter",
2167
            "version": "2.8.0",
2168
            "source": {
2169
                "type": "git",
2170
                "url": "https://github.com/zendframework/zend-filter.git",
2171
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
2172
            },
2173
            "dist": {
2174
                "type": "zip",
2175
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
2176
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
2177
                "shasum": ""
2178
            },
2179
            "require": {
2180
                "php": "^5.6 || ^7.0",
2181
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
2182
            },
2183
            "conflict": {
2184
                "zendframework/zend-validator": "<2.10.1"
2185
            },
2186
            "require-dev": {
2187
                "pear/archive_tar": "^1.4.3",
2188
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2189
                "zendframework/zend-coding-standard": "~1.0.0",
2190
                "zendframework/zend-crypt": "^3.2.1",
2191
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
2192
                "zendframework/zend-uri": "^2.6"
2193
            },
2194
            "suggest": {
2195
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
2196
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
2197
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
2198
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
2199
            },
2200
            "type": "library",
2201
            "extra": {
2202
                "branch-alias": {
2203
                    "dev-master": "2.8.x-dev",
2204
                    "dev-develop": "2.9.x-dev"
2205
                },
2206
                "zf": {
2207
                    "component": "Zend\\Filter",
2208
                    "config-provider": "Zend\\Filter\\ConfigProvider"
2209
                }
2210
            },
2211
            "autoload": {
2212
                "psr-4": {
2213
                    "Zend\\Filter\\": "src/"
2214
                }
2215
            },
2216
            "notification-url": "https://packagist.org/downloads/",
2217
            "license": [
2218
                "BSD-3-Clause"
2219
            ],
2220
            "description": "provides a set of commonly needed data filters",
2221
            "keywords": [
2222
                "ZendFramework",
2223
                "filter",
2224
                "zf"
2225
            ],
2226
            "time": "2018-04-11T16:20:04+00:00"
2227
        },
2228
        {
2229
            "name": "zendframework/zend-httphandlerrunner",
2230
            "version": "1.0.1",
2231
            "source": {
2232
                "type": "git",
2233
                "url": "https://github.com/zendframework/zend-httphandlerrunner.git",
2234
                "reference": "5e4c1e82a8bb1585020eafd32c49ece5a6ee98df"
2235
            },
2236
            "dist": {
2237
                "type": "zip",
2238
                "url": "https://api.github.com/repos/zendframework/zend-httphandlerrunner/zipball/5e4c1e82a8bb1585020eafd32c49ece5a6ee98df",
2239
                "reference": "5e4c1e82a8bb1585020eafd32c49ece5a6ee98df",
2240
                "shasum": ""
2241
            },
2242
            "require": {
2243
                "php": "^7.1",
2244
                "psr/http-message": "^1.0",
2245
                "psr/http-message-implementation": "^1.0",
2246
                "psr/http-server-handler": "^1.0"
2247
            },
2248
            "require-dev": {
2249
                "phpunit/phpunit": "^6.3",
2250
                "zendframework/zend-coding-standard": "~1.0.0",
2251
                "zendframework/zend-diactoros": "^1.7"
2252
            },
2253
            "type": "library",
2254
            "extra": {
2255
                "branch-alias": {
2256
                    "dev-master": "1.0-dev"
2257
                },
2258
                "zf": {
2259
                    "config-provider": "Zend\\HttpHandlerRunner\\ConfigProvider"
2260
                }
2261
            },
2262
            "autoload": {
2263
                "psr-4": {
2264
                    "Zend\\HttpHandlerRunner\\": "src/"
2265
                }
2266
            },
2267
            "notification-url": "https://packagist.org/downloads/",
2268
            "license": [
2269
                "BSD-3-Clause"
2270
            ],
2271
            "description": "Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.",
2272
            "keywords": [
2273
                "ZendFramework",
2274
                "components",
2275
                "expressive",
2276
                "psr-15",
2277
                "psr-7",
2278
                "zf"
2279
            ],
2280
            "time": "2018-02-21T20:33:02+00:00"
2281
        },
2282
        {
2283
            "name": "zendframework/zend-hydrator",
2284
            "version": "2.4.0",
2285
            "source": {
2286
                "type": "git",
2287
                "url": "https://github.com/zendframework/zend-hydrator.git",
2288
                "reference": "bd48bc3bc046df007a94125f868dd1aa1b73a813"
2289
            },
2290
            "dist": {
2291
                "type": "zip",
2292
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/bd48bc3bc046df007a94125f868dd1aa1b73a813",
2293
                "reference": "bd48bc3bc046df007a94125f868dd1aa1b73a813",
2294
                "shasum": ""
2295
            },
2296
            "require": {
2297
                "php": "^5.6 || ^7.0",
2298
                "zendframework/zend-stdlib": "^3.0"
2299
            },
2300
            "require-dev": {
2301
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
2302
                "zendframework/zend-coding-standard": "~1.0.0",
2303
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2304
                "zendframework/zend-filter": "^2.6",
2305
                "zendframework/zend-inputfilter": "^2.6",
2306
                "zendframework/zend-serializer": "^2.6.1",
2307
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2308
            },
2309
            "suggest": {
2310
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
2311
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
2312
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
2313
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
2314
            },
2315
            "type": "library",
2316
            "extra": {
2317
                "branch-alias": {
2318
                    "dev-release-1.0": "1.0.x-dev",
2319
                    "dev-release-1.1": "1.1.x-dev",
2320
                    "dev-master": "2.4.x-dev",
2321
                    "dev-develop": "2.5.x-dev"
2322
                },
2323
                "zf": {
2324
                    "component": "Zend\\Hydrator",
2325
                    "config-provider": "Zend\\Hydrator\\ConfigProvider"
2326
                }
2327
            },
2328
            "autoload": {
2329
                "psr-4": {
2330
                    "Zend\\Hydrator\\": "src/"
2331
                }
2332
            },
2333
            "notification-url": "https://packagist.org/downloads/",
2334
            "license": [
2335
                "BSD-3-Clause"
2336
            ],
2337
            "description": "Serialize objects to arrays, and vice versa",
2338
            "keywords": [
2339
                "ZendFramework",
2340
                "hydrator",
2341
                "zf"
2342
            ],
2343
            "time": "2018-04-30T21:22:14+00:00"
2344
        },
2345
        {
2346
            "name": "zendframework/zend-i18n",
2347
            "version": "2.9.0",
2348
            "source": {
2349
                "type": "git",
2350
                "url": "https://github.com/zendframework/zend-i18n.git",
2351
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
2352
            },
2353
            "dist": {
2354
                "type": "zip",
2355
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
2356
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
2357
                "shasum": ""
2358
            },
2359
            "require": {
2360
                "php": "^5.6 || ^7.0",
2361
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2362
            },
2363
            "require-dev": {
2364
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
2365
                "zendframework/zend-cache": "^2.6.1",
2366
                "zendframework/zend-coding-standard": "~1.0.0",
2367
                "zendframework/zend-config": "^2.6",
2368
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2369
                "zendframework/zend-filter": "^2.6.1",
2370
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2371
                "zendframework/zend-validator": "^2.6",
2372
                "zendframework/zend-view": "^2.6.3"
2373
            },
2374
            "suggest": {
2375
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
2376
                "zendframework/zend-cache": "Zend\\Cache component",
2377
                "zendframework/zend-config": "Zend\\Config component",
2378
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
2379
                "zendframework/zend-filter": "You should install this package to use the provided filters",
2380
                "zendframework/zend-i18n-resources": "Translation resources",
2381
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
2382
                "zendframework/zend-validator": "You should install this package to use the provided validators",
2383
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
2384
            },
2385
            "type": "library",
2386
            "extra": {
2387
                "branch-alias": {
2388
                    "dev-master": "2.9.x-dev",
2389
                    "dev-develop": "2.10.x-dev"
2390
                },
2391
                "zf": {
2392
                    "component": "Zend\\I18n",
2393
                    "config-provider": "Zend\\I18n\\ConfigProvider"
2394
                }
2395
            },
2396
            "autoload": {
2397
                "psr-4": {
2398
                    "Zend\\I18n\\": "src/"
2399
                }
2400
            },
2401
            "notification-url": "https://packagist.org/downloads/",
2402
            "license": [
2403
                "BSD-3-Clause"
2404
            ],
2405
            "description": "Provide translations for your application, and filter and validate internationalized values",
2406
            "keywords": [
2407
                "ZendFramework",
2408
                "i18n",
2409
                "zf"
2410
            ],
2411
            "time": "2018-05-16T16:39:13+00:00"
2412
        },
2413
        {
2414
            "name": "zendframework/zend-inputfilter",
2415
            "version": "2.8.2",
2416
            "source": {
2417
                "type": "git",
2418
                "url": "https://github.com/zendframework/zend-inputfilter.git",
2419
                "reference": "3f02179e014d9ef0faccda2ad6c65d38adc338d8"
2420
            },
2421
            "dist": {
2422
                "type": "zip",
2423
                "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/3f02179e014d9ef0faccda2ad6c65d38adc338d8",
2424
                "reference": "3f02179e014d9ef0faccda2ad6c65d38adc338d8",
2425
                "shasum": ""
2426
            },
2427
            "require": {
2428
                "php": "^5.6 || ^7.0",
2429
                "zendframework/zend-filter": "^2.6",
2430
                "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1",
2431
                "zendframework/zend-stdlib": "^2.7 || ^3.0",
2432
                "zendframework/zend-validator": "^2.10.1"
2433
            },
2434
            "require-dev": {
2435
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2436
                "zendframework/zend-coding-standard": "~1.0.0"
2437
            },
2438
            "type": "library",
2439
            "extra": {
2440
                "branch-alias": {
2441
                    "dev-master": "2.8.x-dev",
2442
                    "dev-develop": "2.9.x-dev"
2443
                },
2444
                "zf": {
2445
                    "component": "Zend\\InputFilter",
2446
                    "config-provider": "Zend\\InputFilter\\ConfigProvider"
2447
                }
2448
            },
2449
            "autoload": {
2450
                "psr-4": {
2451
                    "Zend\\InputFilter\\": "src/"
2452
                }
2453
            },
2454
            "notification-url": "https://packagist.org/downloads/",
2455
            "license": [
2456
                "BSD-3-Clause"
2457
            ],
2458
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2459
            "keywords": [
2460
                "ZendFramework",
2461
                "inputfilter",
2462
                "zf"
2463
            ],
2464
            "time": "2018-05-14T17:38:03+00:00"
2465
        },
2466
        {
2467
            "name": "zendframework/zend-servicemanager",
2468
            "version": "3.3.2",
2469
            "source": {
2470
                "type": "git",
2471
                "url": "https://github.com/zendframework/zend-servicemanager.git",
2472
                "reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42"
2473
            },
2474
            "dist": {
2475
                "type": "zip",
2476
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42",
2477
                "reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42",
2478
                "shasum": ""
2479
            },
2480
            "require": {
2481
                "container-interop/container-interop": "^1.2",
2482
                "php": "^5.6 || ^7.0",
2483
                "psr/container": "^1.0",
2484
                "zendframework/zend-stdlib": "^3.1"
2485
            },
2486
            "provide": {
2487
                "container-interop/container-interop-implementation": "^1.2",
2488
                "psr/container-implementation": "^1.0"
2489
            },
2490
            "require-dev": {
2491
                "mikey179/vfsstream": "^1.6.5",
2492
                "ocramius/proxy-manager": "^1.0 || ^2.0",
2493
                "phpbench/phpbench": "^0.13.0",
2494
                "phpunit/phpunit": "^5.7.25 || ^6.4.4",
2495
                "zendframework/zend-coding-standard": "~1.0.0"
2496
            },
2497
            "suggest": {
2498
                "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
2499
                "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
2500
            },
2501
            "bin": [
2502
                "bin/generate-deps-for-config-factory",
2503
                "bin/generate-factory-for-class"
2504
            ],
2505
            "type": "library",
2506
            "extra": {
2507
                "branch-alias": {
2508
                    "dev-master": "3.3-dev",
2509
                    "dev-develop": "4.0-dev"
2510
                }
2511
            },
2512
            "autoload": {
2513
                "psr-4": {
2514
                    "Zend\\ServiceManager\\": "src/"
2515
                }
2516
            },
2517
            "notification-url": "https://packagist.org/downloads/",
2518
            "license": [
2519
                "BSD-3-Clause"
2520
            ],
2521
            "description": "Factory-Driven Dependency Injection Container",
2522
            "keywords": [
2523
                "PSR-11",
2524
                "ZendFramework",
2525
                "dependency-injection",
2526
                "di",
2527
                "dic",
2528
                "service-manager",
2529
                "servicemanager",
2530
                "zf"
2531
            ],
2532
            "time": "2018-01-29T16:48:37+00:00"
2533
        },
2534
        {
2535
            "name": "zendframework/zend-stdlib",
2536
            "version": "3.2.0",
2537
            "source": {
2538
                "type": "git",
2539
                "url": "https://github.com/zendframework/zend-stdlib.git",
2540
                "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae"
2541
            },
2542
            "dist": {
2543
                "type": "zip",
2544
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
2545
                "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae",
2546
                "shasum": ""
2547
            },
2548
            "require": {
2549
                "php": "^5.6 || ^7.0"
2550
            },
2551
            "require-dev": {
2552
                "phpbench/phpbench": "^0.13",
2553
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
2554
                "zendframework/zend-coding-standard": "~1.0.0"
2555
            },
2556
            "type": "library",
2557
            "extra": {
2558
                "branch-alias": {
2559
                    "dev-master": "3.2.x-dev",
2560
                    "dev-develop": "3.3.x-dev"
2561
                }
2562
            },
2563
            "autoload": {
2564
                "psr-4": {
2565
                    "Zend\\Stdlib\\": "src/"
2566
                }
2567
            },
2568
            "notification-url": "https://packagist.org/downloads/",
2569
            "license": [
2570
                "BSD-3-Clause"
2571
            ],
2572
            "description": "SPL extensions, array utilities, error handlers, and more",
2573
            "keywords": [
2574
                "ZendFramework",
2575
                "stdlib",
2576
                "zf"
2577
            ],
2578
            "time": "2018-04-30T13:50:40+00:00"
2579
        },
2580
        {
2581
            "name": "zendframework/zend-stratigility",
2582
            "version": "3.0.2",
2583
            "source": {
2584
                "type": "git",
2585
                "url": "https://github.com/zendframework/zend-stratigility.git",
2586
                "reference": "75b64558201807514734a9f46386816f2900d7f7"
2587
            },
2588
            "dist": {
2589
                "type": "zip",
2590
                "url": "https://api.github.com/repos/zendframework/zend-stratigility/zipball/75b64558201807514734a9f46386816f2900d7f7",
2591
                "reference": "75b64558201807514734a9f46386816f2900d7f7",
2592
                "shasum": ""
2593
            },
2594
            "require": {
2595
                "fig/http-message-util": "^1.1",
2596
                "php": "^7.1",
2597
                "psr/http-message": "^1.0",
2598
                "psr/http-server-middleware": "^1.0",
2599
                "zendframework/zend-escaper": "^2.3"
2600
            },
2601
            "conflict": {
2602
                "zendframework/zend-diactoros": "<1.7.1"
2603
            },
2604
            "require-dev": {
2605
                "malukenho/docheader": "^0.1.6",
2606
                "phpunit/phpunit": "^7.0.1",
2607
                "zendframework/zend-coding-standard": "~1.0.0",
2608
                "zendframework/zend-diactoros": "^1.7.1"
2609
            },
2610
            "suggest": {
2611
                "psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., zendframework/zend-diactoros"
2612
            },
2613
            "type": "library",
2614
            "extra": {
2615
                "branch-alias": {
2616
                    "dev-master": "3.0.x-dev",
2617
                    "dev-develop": "3.1.x-dev"
2618
                }
2619
            },
2620
            "autoload": {
2621
                "files": [
2622
                    "src/functions/double-pass-middleware.php",
2623
                    "src/functions/host.php",
2624
                    "src/functions/middleware.php",
2625
                    "src/functions/path.php"
2626
                ],
2627
                "psr-4": {
2628
                    "Zend\\Stratigility\\": "src/"
2629
                }
2630
            },
2631
            "notification-url": "https://packagist.org/downloads/",
2632
            "license": [
2633
                "BSD-3-Clause"
2634
            ],
2635
            "description": "PSR-7 middleware foundation for building and dispatching middleware pipelines",
2636
            "keywords": [
2637
                "ZendFramework",
2638
                "http",
2639
                "middleware",
2640
                "psr-15",
2641
                "psr-7",
2642
                "zf"
2643
            ],
2644
            "time": "2018-07-24T20:39:18+00:00"
2645
        },
2646
        {
2647
            "name": "zendframework/zend-validator",
2648
            "version": "2.10.2",
2649
            "source": {
2650
                "type": "git",
2651
                "url": "https://github.com/zendframework/zend-validator.git",
2652
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
2653
            },
2654
            "dist": {
2655
                "type": "zip",
2656
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
2657
                "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
2658
                "shasum": ""
2659
            },
2660
            "require": {
2661
                "container-interop/container-interop": "^1.1",
2662
                "php": "^5.6 || ^7.0",
2663
                "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
2664
            },
2665
            "require-dev": {
2666
                "phpunit/phpunit": "^6.0.8 || ^5.7.15",
2667
                "zendframework/zend-cache": "^2.6.1",
2668
                "zendframework/zend-coding-standard": "~1.0.0",
2669
                "zendframework/zend-config": "^2.6",
2670
                "zendframework/zend-db": "^2.7",
2671
                "zendframework/zend-filter": "^2.6",
2672
                "zendframework/zend-http": "^2.5.4",
2673
                "zendframework/zend-i18n": "^2.6",
2674
                "zendframework/zend-math": "^2.6",
2675
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2676
                "zendframework/zend-session": "^2.8",
2677
                "zendframework/zend-uri": "^2.5"
2678
            },
2679
            "suggest": {
2680
                "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
2681
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
2682
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
2683
                "zendframework/zend-i18n-resources": "Translations of validator messages",
2684
                "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
2685
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
2686
                "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
2687
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
2688
            },
2689
            "type": "library",
2690
            "extra": {
2691
                "branch-alias": {
2692
                    "dev-master": "2.10.x-dev",
2693
                    "dev-develop": "2.11.x-dev"
2694
                },
2695
                "zf": {
2696
                    "component": "Zend\\Validator",
2697
                    "config-provider": "Zend\\Validator\\ConfigProvider"
2698
                }
2699
            },
2700
            "autoload": {
2701
                "psr-4": {
2702
                    "Zend\\Validator\\": "src/"
2703
                }
2704
            },
2705
            "notification-url": "https://packagist.org/downloads/",
2706
            "license": [
2707
                "BSD-3-Clause"
2708
            ],
2709
            "description": "provides a set of commonly needed validators",
2710
            "homepage": "https://github.com/zendframework/zend-validator",
2711
            "keywords": [
2712
                "validator",
2713
                "zf2"
2714
            ],
2715
            "time": "2018-02-01T17:05:33+00:00"
2716
        }
2717
    ],
2718
    "packages-dev": [
2719
        {
2720
            "name": "behat/gherkin",
2721
            "version": "v4.5.1",
2722
            "source": {
2723
                "type": "git",
2724
                "url": "https://github.com/Behat/Gherkin.git",
2725
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
2726
            },
2727
            "dist": {
2728
                "type": "zip",
2729
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
2730
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
2731
                "shasum": ""
2732
            },
2733
            "require": {
2734
                "php": ">=5.3.1"
2735
            },
2736
            "require-dev": {
2737
                "phpunit/phpunit": "~4.5|~5",
2738
                "symfony/phpunit-bridge": "~2.7|~3",
2739
                "symfony/yaml": "~2.3|~3"
2740
            },
2741
            "suggest": {
2742
                "symfony/yaml": "If you want to parse features, represented in YAML files"
2743
            },
2744
            "type": "library",
2745
            "extra": {
2746
                "branch-alias": {
2747
                    "dev-master": "4.4-dev"
2748
                }
2749
            },
2750
            "autoload": {
2751
                "psr-0": {
2752
                    "Behat\\Gherkin": "src/"
2753
                }
2754
            },
2755
            "notification-url": "https://packagist.org/downloads/",
2756
            "license": [
2757
                "MIT"
2758
            ],
2759
            "authors": [
2760
                {
2761
                    "name": "Konstantin Kudryashov",
2762
                    "email": "[email protected]",
2763
                    "homepage": "http://everzet.com"
2764
                }
2765
            ],
2766
            "description": "Gherkin DSL parser for PHP 5.3",
2767
            "homepage": "http://behat.org/",
2768
            "keywords": [
2769
                "BDD",
2770
                "Behat",
2771
                "Cucumber",
2772
                "DSL",
2773
                "gherkin",
2774
                "parser"
2775
            ],
2776
            "time": "2017-08-30T11:04:43+00:00"
2777
        },
2778
        {
2779
            "name": "codeception/c3",
2780
            "version": "2.4.1",
2781
            "source": {
2782
                "type": "git",
2783
                "url": "https://github.com/Codeception/c3.git",
2784
                "reference": "d841be32a6785e2f565b9f88f5ff36c905931a9a"
2785
            },
2786
            "dist": {
2787
                "type": "zip",
2788
                "url": "https://api.github.com/repos/Codeception/c3/zipball/d841be32a6785e2f565b9f88f5ff36c905931a9a",
2789
                "reference": "d841be32a6785e2f565b9f88f5ff36c905931a9a",
2790
                "shasum": ""
2791
            },
2792
            "require": {
2793
                "composer-plugin-api": "^1.0",
2794
                "php": ">=5.4.0"
2795
            },
2796
            "type": "composer-plugin",
2797
            "extra": {
2798
                "class": "Codeception\\c3\\Installer"
2799
            },
2800
            "autoload": {
2801
                "psr-4": {
2802
                    "Codeception\\c3\\": "."
2803
                }
2804
            },
2805
            "notification-url": "https://packagist.org/downloads/",
2806
            "license": [
2807
                "MIT"
2808
            ],
2809
            "authors": [
2810
                {
2811
                    "name": "Tiger Seo",
2812
                    "email": "[email protected]"
2813
                },
2814
                {
2815
                    "name": "Michael Bodnarchuk",
2816
                    "email": "[email protected]",
2817
                    "homepage": "http://codegyre.com"
2818
                }
2819
            ],
2820
            "description": "CodeCoverage collector for Codeception",
2821
            "homepage": "http://codeception.com/",
2822
            "keywords": [
2823
                "code coverage",
2824
                "codecoverage"
2825
            ],
2826
            "time": "2018-05-26T22:34:28+00:00"
2827
        },
2828
        {
2829
            "name": "codeception/codeception",
2830
            "version": "2.4.4",
2831
            "source": {
2832
                "type": "git",
2833
                "url": "https://github.com/Codeception/Codeception.git",
2834
                "reference": "2060fc1fe8ac2823ff3b8ece04616fc12aca968a"
2835
            },
2836
            "dist": {
2837
                "type": "zip",
2838
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/2060fc1fe8ac2823ff3b8ece04616fc12aca968a",
2839
                "reference": "2060fc1fe8ac2823ff3b8ece04616fc12aca968a",
2840
                "shasum": ""
2841
            },
2842
            "require": {
2843
                "behat/gherkin": "^4.4.0",
2844
                "codeception/phpunit-wrapper": "^6.0.9|^7.0.6",
2845
                "codeception/stub": "^2.0",
2846
                "ext-json": "*",
2847
                "ext-mbstring": "*",
2848
                "facebook/webdriver": ">=1.1.3 <2.0",
2849
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
2850
                "guzzlehttp/psr7": "~1.0",
2851
                "php": ">=5.6.0 <8.0",
2852
                "symfony/browser-kit": ">=2.7 <5.0",
2853
                "symfony/console": ">=2.7 <5.0",
2854
                "symfony/css-selector": ">=2.7 <5.0",
2855
                "symfony/dom-crawler": ">=2.7 <5.0",
2856
                "symfony/event-dispatcher": ">=2.7 <5.0",
2857
                "symfony/finder": ">=2.7 <5.0",
2858
                "symfony/yaml": ">=2.7 <5.0"
2859
            },
2860
            "require-dev": {
2861
                "codeception/specify": "~0.3",
2862
                "facebook/graph-sdk": "~5.3",
2863
                "flow/jsonpath": "~0.2",
2864
                "monolog/monolog": "~1.8",
2865
                "pda/pheanstalk": "~3.0",
2866
                "php-amqplib/php-amqplib": "~2.4",
2867
                "predis/predis": "^1.0",
2868
                "squizlabs/php_codesniffer": "~2.0",
2869
                "symfony/process": ">=2.7 <5.0",
2870
                "vlucas/phpdotenv": "^2.4.0"
2871
            },
2872
            "suggest": {
2873
                "aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
2874
                "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
2875
                "codeception/specify": "BDD-style code blocks",
2876
                "codeception/verify": "BDD-style assertions",
2877
                "flow/jsonpath": "For using JSONPath in REST module",
2878
                "league/factory-muffin": "For DataFactory module",
2879
                "league/factory-muffin-faker": "For Faker support in DataFactory module",
2880
                "phpseclib/phpseclib": "for SFTP option in FTP Module",
2881
                "stecman/symfony-console-completion": "For BASH autocompletion",
2882
                "symfony/phpunit-bridge": "For phpunit-bridge support"
2883
            },
2884
            "bin": [
2885
                "codecept"
2886
            ],
2887
            "type": "library",
2888
            "extra": {
2889
                "branch-alias": []
2890
            },
2891
            "autoload": {
2892
                "psr-4": {
2893
                    "Codeception\\": "src\\Codeception",
2894
                    "Codeception\\Extension\\": "ext"
2895
                }
2896
            },
2897
            "notification-url": "https://packagist.org/downloads/",
2898
            "license": [
2899
                "MIT"
2900
            ],
2901
            "authors": [
2902
                {
2903
                    "name": "Michael Bodnarchuk",
2904
                    "email": "[email protected]",
2905
                    "homepage": "http://codegyre.com"
2906
                }
2907
            ],
2908
            "description": "BDD-style testing framework",
2909
            "homepage": "http://codeception.com/",
2910
            "keywords": [
2911
                "BDD",
2912
                "TDD",
2913
                "acceptance testing",
2914
                "functional testing",
2915
                "unit testing"
2916
            ],
2917
            "time": "2018-07-16T08:14:50+00:00"
2918
        },
2919
        {
2920
            "name": "codeception/phpunit-wrapper",
2921
            "version": "7.1.4",
2922
            "source": {
2923
                "type": "git",
2924
                "url": "https://github.com/Codeception/phpunit-wrapper.git",
2925
                "reference": "f18ed631f1eddbb603d72219f577d223b23a1f89"
2926
            },
2927
            "dist": {
2928
                "type": "zip",
2929
                "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/f18ed631f1eddbb603d72219f577d223b23a1f89",
2930
                "reference": "f18ed631f1eddbb603d72219f577d223b23a1f89",
2931
                "shasum": ""
2932
            },
2933
            "require": {
2934
                "phpunit/php-code-coverage": "^6.0",
2935
                "phpunit/phpunit": "^7.1",
2936
                "sebastian/comparator": "^3.0",
2937
                "sebastian/diff": "^3.0"
2938
            },
2939
            "require-dev": {
2940
                "codeception/specify": "*",
2941
                "vlucas/phpdotenv": "^2.4"
2942
            },
2943
            "type": "library",
2944
            "autoload": {
2945
                "psr-4": {
2946
                    "Codeception\\PHPUnit\\": "src\\"
2947
                }
2948
            },
2949
            "notification-url": "https://packagist.org/downloads/",
2950
            "license": [
2951
                "MIT"
2952
            ],
2953
            "authors": [
2954
                {
2955
                    "name": "Davert",
2956
                    "email": "[email protected]"
2957
                }
2958
            ],
2959
            "description": "PHPUnit classes used by Codeception",
2960
            "time": "2018-06-20T20:07:21+00:00"
2961
        },
2962
        {
2963
            "name": "codeception/stub",
2964
            "version": "2.0.3",
2965
            "source": {
2966
                "type": "git",
2967
                "url": "https://github.com/Codeception/Stub.git",
2968
                "reference": "5fe83b0a22dc1f28b811c517862e747bdb1a4139"
2969
            },
2970
            "dist": {
2971
                "type": "zip",
2972
                "url": "https://api.github.com/repos/Codeception/Stub/zipball/5fe83b0a22dc1f28b811c517862e747bdb1a4139",
2973
                "reference": "5fe83b0a22dc1f28b811c517862e747bdb1a4139",
2974
                "shasum": ""
2975
            },
2976
            "require": {
2977
                "phpunit/phpunit-mock-objects": ">2.3 <7.0"
2978
            },
2979
            "require-dev": {
2980
                "phpunit/phpunit": ">=4.8 <8.0"
2981
            },
2982
            "type": "library",
2983
            "autoload": {
2984
                "psr-4": {
2985
                    "Codeception\\": "src/"
2986
                }
2987
            },
2988
            "notification-url": "https://packagist.org/downloads/",
2989
            "license": [
2990
                "MIT"
2991
            ],
2992
            "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
2993
            "time": "2018-07-24T17:06:30+00:00"
2994
        },
2995
        {
2996
            "name": "composer/semver",
2997
            "version": "1.4.2",
2998
            "source": {
2999
                "type": "git",
3000
                "url": "https://github.com/composer/semver.git",
3001
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
3002
            },
3003
            "dist": {
3004
                "type": "zip",
3005
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
3006
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
3007
                "shasum": ""
3008
            },
3009
            "require": {
3010
                "php": "^5.3.2 || ^7.0"
3011
            },
3012
            "require-dev": {
3013
                "phpunit/phpunit": "^4.5 || ^5.0.5",
3014
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
3015
            },
3016
            "type": "library",
3017
            "extra": {
3018
                "branch-alias": {
3019
                    "dev-master": "1.x-dev"
3020
                }
3021
            },
3022
            "autoload": {
3023
                "psr-4": {
3024
                    "Composer\\Semver\\": "src"
3025
                }
3026
            },
3027
            "notification-url": "https://packagist.org/downloads/",
3028
            "license": [
3029
                "MIT"
3030
            ],
3031
            "authors": [
3032
                {
3033
                    "name": "Nils Adermann",
3034
                    "email": "[email protected]",
3035
                    "homepage": "http://www.naderman.de"
3036
                },
3037
                {
3038
                    "name": "Jordi Boggiano",
3039
                    "email": "[email protected]",
3040
                    "homepage": "http://seld.be"
3041
                },
3042
                {
3043
                    "name": "Rob Bast",
3044
                    "email": "[email protected]",
3045
                    "homepage": "http://robbast.nl"
3046
                }
3047
            ],
3048
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
3049
            "keywords": [
3050
                "semantic",
3051
                "semver",
3052
                "validation",
3053
                "versioning"
3054
            ],
3055
            "time": "2016-08-30T16:08:34+00:00"
3056
        },
3057
        {
3058
            "name": "composer/xdebug-handler",
3059
            "version": "1.1.0",
3060
            "source": {
3061
                "type": "git",
3062
                "url": "https://github.com/composer/xdebug-handler.git",
3063
                "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08"
3064
            },
3065
            "dist": {
3066
                "type": "zip",
3067
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/c919dc6c62e221fc6406f861ea13433c0aa24f08",
3068
                "reference": "c919dc6c62e221fc6406f861ea13433c0aa24f08",
3069
                "shasum": ""
3070
            },
3071
            "require": {
3072
                "php": "^5.3.2 || ^7.0",
3073
                "psr/log": "^1.0"
3074
            },
3075
            "require-dev": {
3076
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
3077
            },
3078
            "type": "library",
3079
            "autoload": {
3080
                "psr-4": {
3081
                    "Composer\\XdebugHandler\\": "src"
3082
                }
3083
            },
3084
            "notification-url": "https://packagist.org/downloads/",
3085
            "license": [
3086
                "MIT"
3087
            ],
3088
            "authors": [
3089
                {
3090
                    "name": "John Stevenson",
3091
                    "email": "[email protected]"
3092
                }
3093
            ],
3094
            "description": "Restarts a process without xdebug.",
3095
            "keywords": [
3096
                "Xdebug",
3097
                "performance"
3098
            ],
3099
            "time": "2018-04-11T15:42:36+00:00"
3100
        },
3101
        {
3102
            "name": "facebook/webdriver",
3103
            "version": "1.6.0",
3104
            "source": {
3105
                "type": "git",
3106
                "url": "https://github.com/facebook/php-webdriver.git",
3107
                "reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e"
3108
            },
3109
            "dist": {
3110
                "type": "zip",
3111
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bd8c740097eb9f2fc3735250fc1912bc811a954e",
3112
                "reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e",
3113
                "shasum": ""
3114
            },
3115
            "require": {
3116
                "ext-curl": "*",
3117
                "ext-json": "*",
3118
                "ext-mbstring": "*",
3119
                "ext-zip": "*",
3120
                "php": "^5.6 || ~7.0",
3121
                "symfony/process": "^2.8 || ^3.1 || ^4.0"
3122
            },
3123
            "require-dev": {
3124
                "friendsofphp/php-cs-fixer": "^2.0",
3125
                "jakub-onderka/php-parallel-lint": "^0.9.2",
3126
                "php-coveralls/php-coveralls": "^2.0",
3127
                "php-mock/php-mock-phpunit": "^1.1",
3128
                "phpunit/phpunit": "^5.7",
3129
                "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
3130
                "squizlabs/php_codesniffer": "^2.6",
3131
                "symfony/var-dumper": "^3.3 || ^4.0"
3132
            },
3133
            "suggest": {
3134
                "ext-SimpleXML": "For Firefox profile creation"
3135
            },
3136
            "type": "library",
3137
            "extra": {
3138
                "branch-alias": {
3139
                    "dev-community": "1.5-dev"
3140
                }
3141
            },
3142
            "autoload": {
3143
                "psr-4": {
3144
                    "Facebook\\WebDriver\\": "lib/"
3145
                }
3146
            },
3147
            "notification-url": "https://packagist.org/downloads/",
3148
            "license": [
3149
                "Apache-2.0"
3150
            ],
3151
            "description": "A PHP client for Selenium WebDriver",
3152
            "homepage": "https://github.com/facebook/php-webdriver",
3153
            "keywords": [
3154
                "facebook",
3155
                "php",
3156
                "selenium",
3157
                "webdriver"
3158
            ],
3159
            "time": "2018-05-16T17:37:13+00:00"
3160
        },
3161
        {
3162
            "name": "flow/jsonpath",
3163
            "version": "0.4.0",
3164
            "source": {
3165
                "type": "git",
3166
                "url": "https://github.com/FlowCommunications/JSONPath.git",
3167
                "reference": "f0222818d5c938e4ab668ab2e2c079bd51a27112"
3168
            },
3169
            "dist": {
3170
                "type": "zip",
3171
                "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/f0222818d5c938e4ab668ab2e2c079bd51a27112",
3172
                "reference": "f0222818d5c938e4ab668ab2e2c079bd51a27112",
3173
                "shasum": ""
3174
            },
3175
            "require": {
3176
                "php": ">=5.4.0"
3177
            },
3178
            "require-dev": {
3179
                "peekmo/jsonpath": "dev-master",
3180
                "phpunit/phpunit": "^4.0"
3181
            },
3182
            "type": "library",
3183
            "autoload": {
3184
                "psr-0": {
3185
                    "Flow\\JSONPath": "src/",
3186
                    "Flow\\JSONPath\\Test": "tests/"
3187
                }
3188
            },
3189
            "notification-url": "https://packagist.org/downloads/",
3190
            "license": [
3191
                "MIT"
3192
            ],
3193
            "authors": [
3194
                {
3195
                    "name": "Stephen Frank",
3196
                    "email": "[email protected]"
3197
                }
3198
            ],
3199
            "description": "JSONPath implementation for parsing, searching and flattening arrays",
3200
            "time": "2018-03-04T16:39:47+00:00"
3201
        },
3202
        {
3203
            "name": "friendsofphp/php-cs-fixer",
3204
            "version": "v2.12.2",
3205
            "source": {
3206
                "type": "git",
3207
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
3208
                "reference": "dcc87d5414e9d0bd316fce81a5bedb9ce720b183"
3209
            },
3210
            "dist": {
3211
                "type": "zip",
3212
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/dcc87d5414e9d0bd316fce81a5bedb9ce720b183",
3213
                "reference": "dcc87d5414e9d0bd316fce81a5bedb9ce720b183",
3214
                "shasum": ""
3215
            },
3216
            "require": {
3217
                "composer/semver": "^1.4",
3218
                "composer/xdebug-handler": "^1.0",
3219
                "doctrine/annotations": "^1.2",
3220
                "ext-json": "*",
3221
                "ext-tokenizer": "*",
3222
                "php": "^5.6 || >=7.0 <7.3",
3223
                "php-cs-fixer/diff": "^1.3",
3224
                "symfony/console": "^3.2 || ^4.0",
3225
                "symfony/event-dispatcher": "^3.0 || ^4.0",
3226
                "symfony/filesystem": "^3.0 || ^4.0",
3227
                "symfony/finder": "^3.0 || ^4.0",
3228
                "symfony/options-resolver": "^3.0 || ^4.0",
3229
                "symfony/polyfill-php70": "^1.0",
3230
                "symfony/polyfill-php72": "^1.4",
3231
                "symfony/process": "^3.0 || ^4.0",
3232
                "symfony/stopwatch": "^3.0 || ^4.0"
3233
            },
3234
            "conflict": {
3235
                "hhvm": "*"
3236
            },
3237
            "require-dev": {
3238
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
3239
                "justinrainbow/json-schema": "^5.0",
3240
                "keradus/cli-executor": "^1.1",
3241
                "mikey179/vfsstream": "^1.6",
3242
                "php-coveralls/php-coveralls": "^2.1",
3243
                "php-cs-fixer/accessible-object": "^1.0",
3244
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.0.1",
3245
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.0.1",
3246
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1",
3247
                "phpunitgoodpractices/traits": "^1.5.1",
3248
                "symfony/phpunit-bridge": "^4.0"
3249
            },
3250
            "suggest": {
3251
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
3252
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
3253
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
3254
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
3255
            },
3256
            "bin": [
3257
                "php-cs-fixer"
3258
            ],
3259
            "type": "application",
3260
            "autoload": {
3261
                "psr-4": {
3262
                    "PhpCsFixer\\": "src/"
3263
                },
3264
                "classmap": [
3265
                    "tests/Test/AbstractFixerTestCase.php",
3266
                    "tests/Test/AbstractIntegrationCaseFactory.php",
3267
                    "tests/Test/AbstractIntegrationTestCase.php",
3268
                    "tests/Test/Assert/AssertTokensTrait.php",
3269
                    "tests/Test/IntegrationCase.php",
3270
                    "tests/Test/IntegrationCaseFactory.php",
3271
                    "tests/Test/IntegrationCaseFactoryInterface.php",
3272
                    "tests/Test/InternalIntegrationCaseFactory.php",
3273
                    "tests/TestCase.php"
3274
                ]
3275
            },
3276
            "notification-url": "https://packagist.org/downloads/",
3277
            "license": [
3278
                "MIT"
3279
            ],
3280
            "authors": [
3281
                {
3282
                    "name": "Dariusz Rumiński",
3283
                    "email": "[email protected]"
3284
                },
3285
                {
3286
                    "name": "Fabien Potencier",
3287
                    "email": "[email protected]"
3288
                }
3289
            ],
3290
            "description": "A tool to automatically fix PHP code style",
3291
            "time": "2018-07-06T10:37:40+00:00"
3292
        },
3293
        {
3294
            "name": "fzaninotto/faker",
3295
            "version": "v1.8.0",
3296
            "source": {
3297
                "type": "git",
3298
                "url": "https://github.com/fzaninotto/Faker.git",
3299
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
3300
            },
3301
            "dist": {
3302
                "type": "zip",
3303
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
3304
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
3305
                "shasum": ""
3306
            },
3307
            "require": {
3308
                "php": "^5.3.3 || ^7.0"
3309
            },
3310
            "require-dev": {
3311
                "ext-intl": "*",
3312
                "phpunit/phpunit": "^4.8.35 || ^5.7",
3313
                "squizlabs/php_codesniffer": "^1.5"
3314
            },
3315
            "type": "library",
3316
            "extra": {
3317
                "branch-alias": {
3318
                    "dev-master": "1.8-dev"
3319
                }
3320
            },
3321
            "autoload": {
3322
                "psr-4": {
3323
                    "Faker\\": "src/Faker/"
3324
                }
3325
            },
3326
            "notification-url": "https://packagist.org/downloads/",
3327
            "license": [
3328
                "MIT"
3329
            ],
3330
            "authors": [
3331
                {
3332
                    "name": "François Zaninotto"
3333
                }
3334
            ],
3335
            "description": "Faker is a PHP library that generates fake data for you.",
3336
            "keywords": [
3337
                "data",
3338
                "faker",
3339
                "fixtures"
3340
            ],
3341
            "time": "2018-07-12T10:23:15+00:00"
3342
        },
3343
        {
3344
            "name": "guzzlehttp/guzzle",
3345
            "version": "6.3.3",
3346
            "source": {
3347
                "type": "git",
3348
                "url": "https://github.com/guzzle/guzzle.git",
3349
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
3350
            },
3351
            "dist": {
3352
                "type": "zip",
3353
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
3354
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
3355
                "shasum": ""
3356
            },
3357
            "require": {
3358
                "guzzlehttp/promises": "^1.0",
3359
                "guzzlehttp/psr7": "^1.4",
3360
                "php": ">=5.5"
3361
            },
3362
            "require-dev": {
3363
                "ext-curl": "*",
3364
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
3365
                "psr/log": "^1.0"
3366
            },
3367
            "suggest": {
3368
                "psr/log": "Required for using the Log middleware"
3369
            },
3370
            "type": "library",
3371
            "extra": {
3372
                "branch-alias": {
3373
                    "dev-master": "6.3-dev"
3374
                }
3375
            },
3376
            "autoload": {
3377
                "files": [
3378
                    "src/functions_include.php"
3379
                ],
3380
                "psr-4": {
3381
                    "GuzzleHttp\\": "src/"
3382
                }
3383
            },
3384
            "notification-url": "https://packagist.org/downloads/",
3385
            "license": [
3386
                "MIT"
3387
            ],
3388
            "authors": [
3389
                {
3390
                    "name": "Michael Dowling",
3391
                    "email": "[email protected]",
3392
                    "homepage": "https://github.com/mtdowling"
3393
                }
3394
            ],
3395
            "description": "Guzzle is a PHP HTTP client library",
3396
            "homepage": "http://guzzlephp.org/",
3397
            "keywords": [
3398
                "client",
3399
                "curl",
3400
                "framework",
3401
                "http",
3402
                "http client",
3403
                "rest",
3404
                "web service"
3405
            ],
3406
            "time": "2018-04-22T15:46:56+00:00"
3407
        },
3408
        {
3409
            "name": "guzzlehttp/promises",
3410
            "version": "v1.3.1",
3411
            "source": {
3412
                "type": "git",
3413
                "url": "https://github.com/guzzle/promises.git",
3414
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
3415
            },
3416
            "dist": {
3417
                "type": "zip",
3418
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
3419
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
3420
                "shasum": ""
3421
            },
3422
            "require": {
3423
                "php": ">=5.5.0"
3424
            },
3425
            "require-dev": {
3426
                "phpunit/phpunit": "^4.0"
3427
            },
3428
            "type": "library",
3429
            "extra": {
3430
                "branch-alias": {
3431
                    "dev-master": "1.4-dev"
3432
                }
3433
            },
3434
            "autoload": {
3435
                "psr-4": {
3436
                    "GuzzleHttp\\Promise\\": "src/"
3437
                },
3438
                "files": [
3439
                    "src/functions_include.php"
3440
                ]
3441
            },
3442
            "notification-url": "https://packagist.org/downloads/",
3443
            "license": [
3444
                "MIT"
3445
            ],
3446
            "authors": [
3447
                {
3448
                    "name": "Michael Dowling",
3449
                    "email": "[email protected]",
3450
                    "homepage": "https://github.com/mtdowling"
3451
                }
3452
            ],
3453
            "description": "Guzzle promises library",
3454
            "keywords": [
3455
                "promise"
3456
            ],
3457
            "time": "2016-12-20T10:07:11+00:00"
3458
        },
3459
        {
3460
            "name": "guzzlehttp/psr7",
3461
            "version": "1.4.2",
3462
            "source": {
3463
                "type": "git",
3464
                "url": "https://github.com/guzzle/psr7.git",
3465
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
3466
            },
3467
            "dist": {
3468
                "type": "zip",
3469
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3470
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3471
                "shasum": ""
3472
            },
3473
            "require": {
3474
                "php": ">=5.4.0",
3475
                "psr/http-message": "~1.0"
3476
            },
3477
            "provide": {
3478
                "psr/http-message-implementation": "1.0"
3479
            },
3480
            "require-dev": {
3481
                "phpunit/phpunit": "~4.0"
3482
            },
3483
            "type": "library",
3484
            "extra": {
3485
                "branch-alias": {
3486
                    "dev-master": "1.4-dev"
3487
                }
3488
            },
3489
            "autoload": {
3490
                "psr-4": {
3491
                    "GuzzleHttp\\Psr7\\": "src/"
3492
                },
3493
                "files": [
3494
                    "src/functions_include.php"
3495
                ]
3496
            },
3497
            "notification-url": "https://packagist.org/downloads/",
3498
            "license": [
3499
                "MIT"
3500
            ],
3501
            "authors": [
3502
                {
3503
                    "name": "Michael Dowling",
3504
                    "email": "[email protected]",
3505
                    "homepage": "https://github.com/mtdowling"
3506
                },
3507
                {
3508
                    "name": "Tobias Schultze",
3509
                    "homepage": "https://github.com/Tobion"
3510
                }
3511
            ],
3512
            "description": "PSR-7 message implementation that also provides common utility methods",
3513
            "keywords": [
3514
                "http",
3515
                "message",
3516
                "request",
3517
                "response",
3518
                "stream",
3519
                "uri",
3520
                "url"
3521
            ],
3522
            "time": "2017-03-20T17:10:46+00:00"
3523
        },
3524
        {
3525
            "name": "myclabs/deep-copy",
3526
            "version": "1.8.1",
3527
            "source": {
3528
                "type": "git",
3529
                "url": "https://github.com/myclabs/DeepCopy.git",
3530
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
3531
            },
3532
            "dist": {
3533
                "type": "zip",
3534
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3535
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
3536
                "shasum": ""
3537
            },
3538
            "require": {
3539
                "php": "^7.1"
3540
            },
3541
            "replace": {
3542
                "myclabs/deep-copy": "self.version"
3543
            },
3544
            "require-dev": {
3545
                "doctrine/collections": "^1.0",
3546
                "doctrine/common": "^2.6",
3547
                "phpunit/phpunit": "^7.1"
3548
            },
3549
            "type": "library",
3550
            "autoload": {
3551
                "psr-4": {
3552
                    "DeepCopy\\": "src/DeepCopy/"
3553
                },
3554
                "files": [
3555
                    "src/DeepCopy/deep_copy.php"
3556
                ]
3557
            },
3558
            "notification-url": "https://packagist.org/downloads/",
3559
            "license": [
3560
                "MIT"
3561
            ],
3562
            "description": "Create deep copies (clones) of your objects",
3563
            "keywords": [
3564
                "clone",
3565
                "copy",
3566
                "duplicate",
3567
                "object",
3568
                "object graph"
3569
            ],
3570
            "time": "2018-06-11T23:09:50+00:00"
3571
        },
3572
        {
3573
            "name": "ocramius/package-versions",
3574
            "version": "1.3.0",
3575
            "source": {
3576
                "type": "git",
3577
                "url": "https://github.com/Ocramius/PackageVersions.git",
3578
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
3579
            },
3580
            "dist": {
3581
                "type": "zip",
3582
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
3583
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
3584
                "shasum": ""
3585
            },
3586
            "require": {
3587
                "composer-plugin-api": "^1.0.0",
3588
                "php": "^7.1.0"
3589
            },
3590
            "require-dev": {
3591
                "composer/composer": "^1.6.3",
3592
                "ext-zip": "*",
3593
                "infection/infection": "^0.7.1",
3594
                "phpunit/phpunit": "^7.0.0"
3595
            },
3596
            "type": "composer-plugin",
3597
            "extra": {
3598
                "class": "PackageVersions\\Installer",
3599
                "branch-alias": {
3600
                    "dev-master": "2.0.x-dev"
3601
                }
3602
            },
3603
            "autoload": {
3604
                "psr-4": {
3605
                    "PackageVersions\\": "src/PackageVersions"
3606
                }
3607
            },
3608
            "notification-url": "https://packagist.org/downloads/",
3609
            "license": [
3610
                "MIT"
3611
            ],
3612
            "authors": [
3613
                {
3614
                    "name": "Marco Pivetta",
3615
                    "email": "[email protected]"
3616
                }
3617
            ],
3618
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
3619
            "time": "2018-02-05T13:05:30+00:00"
3620
        },
3621
        {
3622
            "name": "paragonie/random_compat",
3623
            "version": "v2.0.17",
3624
            "source": {
3625
                "type": "git",
3626
                "url": "https://github.com/paragonie/random_compat.git",
3627
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
3628
            },
3629
            "dist": {
3630
                "type": "zip",
3631
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
3632
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
3633
                "shasum": ""
3634
            },
3635
            "require": {
3636
                "php": ">=5.2.0"
3637
            },
3638
            "require-dev": {
3639
                "phpunit/phpunit": "4.*|5.*"
3640
            },
3641
            "suggest": {
3642
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3643
            },
3644
            "type": "library",
3645
            "autoload": {
3646
                "files": [
3647
                    "lib/random.php"
3648
                ]
3649
            },
3650
            "notification-url": "https://packagist.org/downloads/",
3651
            "license": [
3652
                "MIT"
3653
            ],
3654
            "authors": [
3655
                {
3656
                    "name": "Paragon Initiative Enterprises",
3657
                    "email": "[email protected]",
3658
                    "homepage": "https://paragonie.com"
3659
                }
3660
            ],
3661
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3662
            "keywords": [
3663
                "csprng",
3664
                "polyfill",
3665
                "pseudorandom",
3666
                "random"
3667
            ],
3668
            "time": "2018-07-04T16:31:37+00:00"
3669
        },
3670
        {
3671
            "name": "phar-io/manifest",
3672
            "version": "1.0.1",
3673
            "source": {
3674
                "type": "git",
3675
                "url": "https://github.com/phar-io/manifest.git",
3676
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3677
            },
3678
            "dist": {
3679
                "type": "zip",
3680
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3681
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3682
                "shasum": ""
3683
            },
3684
            "require": {
3685
                "ext-dom": "*",
3686
                "ext-phar": "*",
3687
                "phar-io/version": "^1.0.1",
3688
                "php": "^5.6 || ^7.0"
3689
            },
3690
            "type": "library",
3691
            "extra": {
3692
                "branch-alias": {
3693
                    "dev-master": "1.0.x-dev"
3694
                }
3695
            },
3696
            "autoload": {
3697
                "classmap": [
3698
                    "src/"
3699
                ]
3700
            },
3701
            "notification-url": "https://packagist.org/downloads/",
3702
            "license": [
3703
                "BSD-3-Clause"
3704
            ],
3705
            "authors": [
3706
                {
3707
                    "name": "Arne Blankerts",
3708
                    "email": "[email protected]",
3709
                    "role": "Developer"
3710
                },
3711
                {
3712
                    "name": "Sebastian Heuer",
3713
                    "email": "[email protected]",
3714
                    "role": "Developer"
3715
                },
3716
                {
3717
                    "name": "Sebastian Bergmann",
3718
                    "email": "[email protected]",
3719
                    "role": "Developer"
3720
                }
3721
            ],
3722
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3723
            "time": "2017-03-05T18:14:27+00:00"
3724
        },
3725
        {
3726
            "name": "phar-io/version",
3727
            "version": "1.0.1",
3728
            "source": {
3729
                "type": "git",
3730
                "url": "https://github.com/phar-io/version.git",
3731
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3732
            },
3733
            "dist": {
3734
                "type": "zip",
3735
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3736
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3737
                "shasum": ""
3738
            },
3739
            "require": {
3740
                "php": "^5.6 || ^7.0"
3741
            },
3742
            "type": "library",
3743
            "autoload": {
3744
                "classmap": [
3745
                    "src/"
3746
                ]
3747
            },
3748
            "notification-url": "https://packagist.org/downloads/",
3749
            "license": [
3750
                "BSD-3-Clause"
3751
            ],
3752
            "authors": [
3753
                {
3754
                    "name": "Arne Blankerts",
3755
                    "email": "[email protected]",
3756
                    "role": "Developer"
3757
                },
3758
                {
3759
                    "name": "Sebastian Heuer",
3760
                    "email": "[email protected]",
3761
                    "role": "Developer"
3762
                },
3763
                {
3764
                    "name": "Sebastian Bergmann",
3765
                    "email": "[email protected]",
3766
                    "role": "Developer"
3767
                }
3768
            ],
3769
            "description": "Library for handling version information and constraints",
3770
            "time": "2017-03-05T17:38:23+00:00"
3771
        },
3772
        {
3773
            "name": "php-cs-fixer/diff",
3774
            "version": "v1.3.0",
3775
            "source": {
3776
                "type": "git",
3777
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
3778
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
3779
            },
3780
            "dist": {
3781
                "type": "zip",
3782
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
3783
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
3784
                "shasum": ""
3785
            },
3786
            "require": {
3787
                "php": "^5.6 || ^7.0"
3788
            },
3789
            "require-dev": {
3790
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
3791
                "symfony/process": "^3.3"
3792
            },
3793
            "type": "library",
3794
            "autoload": {
3795
                "classmap": [
3796
                    "src/"
3797
                ]
3798
            },
3799
            "notification-url": "https://packagist.org/downloads/",
3800
            "license": [
3801
                "BSD-3-Clause"
3802
            ],
3803
            "authors": [
3804
                {
3805
                    "name": "Kore Nordmann",
3806
                    "email": "[email protected]"
3807
                },
3808
                {
3809
                    "name": "Sebastian Bergmann",
3810
                    "email": "[email protected]"
3811
                },
3812
                {
3813
                    "name": "SpacePossum"
3814
                }
3815
            ],
3816
            "description": "sebastian/diff v2 backport support for PHP5.6",
3817
            "homepage": "https://github.com/PHP-CS-Fixer",
3818
            "keywords": [
3819
                "diff"
3820
            ],
3821
            "time": "2018-02-15T16:58:55+00:00"
3822
        },
3823
        {
3824
            "name": "phpdocumentor/reflection-common",
3825
            "version": "1.0.1",
3826
            "source": {
3827
                "type": "git",
3828
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3829
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3830
            },
3831
            "dist": {
3832
                "type": "zip",
3833
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3834
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3835
                "shasum": ""
3836
            },
3837
            "require": {
3838
                "php": ">=5.5"
3839
            },
3840
            "require-dev": {
3841
                "phpunit/phpunit": "^4.6"
3842
            },
3843
            "type": "library",
3844
            "extra": {
3845
                "branch-alias": {
3846
                    "dev-master": "1.0.x-dev"
3847
                }
3848
            },
3849
            "autoload": {
3850
                "psr-4": {
3851
                    "phpDocumentor\\Reflection\\": [
3852
                        "src"
3853
                    ]
3854
                }
3855
            },
3856
            "notification-url": "https://packagist.org/downloads/",
3857
            "license": [
3858
                "MIT"
3859
            ],
3860
            "authors": [
3861
                {
3862
                    "name": "Jaap van Otterdijk",
3863
                    "email": "[email protected]"
3864
                }
3865
            ],
3866
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3867
            "homepage": "http://www.phpdoc.org",
3868
            "keywords": [
3869
                "FQSEN",
3870
                "phpDocumentor",
3871
                "phpdoc",
3872
                "reflection",
3873
                "static analysis"
3874
            ],
3875
            "time": "2017-09-11T18:02:19+00:00"
3876
        },
3877
        {
3878
            "name": "phpdocumentor/reflection-docblock",
3879
            "version": "4.3.0",
3880
            "source": {
3881
                "type": "git",
3882
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3883
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3884
            },
3885
            "dist": {
3886
                "type": "zip",
3887
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3888
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
3889
                "shasum": ""
3890
            },
3891
            "require": {
3892
                "php": "^7.0",
3893
                "phpdocumentor/reflection-common": "^1.0.0",
3894
                "phpdocumentor/type-resolver": "^0.4.0",
3895
                "webmozart/assert": "^1.0"
3896
            },
3897
            "require-dev": {
3898
                "doctrine/instantiator": "~1.0.5",
3899
                "mockery/mockery": "^1.0",
3900
                "phpunit/phpunit": "^6.4"
3901
            },
3902
            "type": "library",
3903
            "extra": {
3904
                "branch-alias": {
3905
                    "dev-master": "4.x-dev"
3906
                }
3907
            },
3908
            "autoload": {
3909
                "psr-4": {
3910
                    "phpDocumentor\\Reflection\\": [
3911
                        "src/"
3912
                    ]
3913
                }
3914
            },
3915
            "notification-url": "https://packagist.org/downloads/",
3916
            "license": [
3917
                "MIT"
3918
            ],
3919
            "authors": [
3920
                {
3921
                    "name": "Mike van Riel",
3922
                    "email": "[email protected]"
3923
                }
3924
            ],
3925
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3926
            "time": "2017-11-30T07:14:17+00:00"
3927
        },
3928
        {
3929
            "name": "phpdocumentor/type-resolver",
3930
            "version": "0.4.0",
3931
            "source": {
3932
                "type": "git",
3933
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3934
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3935
            },
3936
            "dist": {
3937
                "type": "zip",
3938
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3939
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3940
                "shasum": ""
3941
            },
3942
            "require": {
3943
                "php": "^5.5 || ^7.0",
3944
                "phpdocumentor/reflection-common": "^1.0"
3945
            },
3946
            "require-dev": {
3947
                "mockery/mockery": "^0.9.4",
3948
                "phpunit/phpunit": "^5.2||^4.8.24"
3949
            },
3950
            "type": "library",
3951
            "extra": {
3952
                "branch-alias": {
3953
                    "dev-master": "1.0.x-dev"
3954
                }
3955
            },
3956
            "autoload": {
3957
                "psr-4": {
3958
                    "phpDocumentor\\Reflection\\": [
3959
                        "src/"
3960
                    ]
3961
                }
3962
            },
3963
            "notification-url": "https://packagist.org/downloads/",
3964
            "license": [
3965
                "MIT"
3966
            ],
3967
            "authors": [
3968
                {
3969
                    "name": "Mike van Riel",
3970
                    "email": "[email protected]"
3971
                }
3972
            ],
3973
            "time": "2017-07-14T14:27:02+00:00"
3974
        },
3975
        {
3976
            "name": "phpspec/prophecy",
3977
            "version": "1.7.6",
3978
            "source": {
3979
                "type": "git",
3980
                "url": "https://github.com/phpspec/prophecy.git",
3981
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
3982
            },
3983
            "dist": {
3984
                "type": "zip",
3985
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3986
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3987
                "shasum": ""
3988
            },
3989
            "require": {
3990
                "doctrine/instantiator": "^1.0.2",
3991
                "php": "^5.3|^7.0",
3992
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3993
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3994
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3995
            },
3996
            "require-dev": {
3997
                "phpspec/phpspec": "^2.5|^3.2",
3998
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
3999
            },
4000
            "type": "library",
4001
            "extra": {
4002
                "branch-alias": {
4003
                    "dev-master": "1.7.x-dev"
4004
                }
4005
            },
4006
            "autoload": {
4007
                "psr-0": {
4008
                    "Prophecy\\": "src/"
4009
                }
4010
            },
4011
            "notification-url": "https://packagist.org/downloads/",
4012
            "license": [
4013
                "MIT"
4014
            ],
4015
            "authors": [
4016
                {
4017
                    "name": "Konstantin Kudryashov",
4018
                    "email": "[email protected]",
4019
                    "homepage": "http://everzet.com"
4020
                },
4021
                {
4022
                    "name": "Marcello Duarte",
4023
                    "email": "[email protected]"
4024
                }
4025
            ],
4026
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4027
            "homepage": "https://github.com/phpspec/prophecy",
4028
            "keywords": [
4029
                "Double",
4030
                "Dummy",
4031
                "fake",
4032
                "mock",
4033
                "spy",
4034
                "stub"
4035
            ],
4036
            "time": "2018-04-18T13:57:24+00:00"
4037
        },
4038
        {
4039
            "name": "phpunit/php-code-coverage",
4040
            "version": "6.0.5",
4041
            "source": {
4042
                "type": "git",
4043
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4044
                "reference": "4cab20a326d14de7575a8e235c70d879b569a57a"
4045
            },
4046
            "dist": {
4047
                "type": "zip",
4048
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/4cab20a326d14de7575a8e235c70d879b569a57a",
4049
                "reference": "4cab20a326d14de7575a8e235c70d879b569a57a",
4050
                "shasum": ""
4051
            },
4052
            "require": {
4053
                "ext-dom": "*",
4054
                "ext-xmlwriter": "*",
4055
                "php": "^7.1",
4056
                "phpunit/php-file-iterator": "^1.4.2",
4057
                "phpunit/php-text-template": "^1.2.1",
4058
                "phpunit/php-token-stream": "^3.0",
4059
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4060
                "sebastian/environment": "^3.1",
4061
                "sebastian/version": "^2.0.1",
4062
                "theseer/tokenizer": "^1.1"
4063
            },
4064
            "require-dev": {
4065
                "phpunit/phpunit": "^7.0"
4066
            },
4067
            "suggest": {
4068
                "ext-xdebug": "^2.6.0"
4069
            },
4070
            "type": "library",
4071
            "extra": {
4072
                "branch-alias": {
4073
                    "dev-master": "6.0-dev"
4074
                }
4075
            },
4076
            "autoload": {
4077
                "classmap": [
4078
                    "src/"
4079
                ]
4080
            },
4081
            "notification-url": "https://packagist.org/downloads/",
4082
            "license": [
4083
                "BSD-3-Clause"
4084
            ],
4085
            "authors": [
4086
                {
4087
                    "name": "Sebastian Bergmann",
4088
                    "email": "[email protected]",
4089
                    "role": "lead"
4090
                }
4091
            ],
4092
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4093
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4094
            "keywords": [
4095
                "coverage",
4096
                "testing",
4097
                "xunit"
4098
            ],
4099
            "time": "2018-05-28T11:49:20+00:00"
4100
        },
4101
        {
4102
            "name": "phpunit/php-file-iterator",
4103
            "version": "1.4.5",
4104
            "source": {
4105
                "type": "git",
4106
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4107
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4108
            },
4109
            "dist": {
4110
                "type": "zip",
4111
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4112
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4113
                "shasum": ""
4114
            },
4115
            "require": {
4116
                "php": ">=5.3.3"
4117
            },
4118
            "type": "library",
4119
            "extra": {
4120
                "branch-alias": {
4121
                    "dev-master": "1.4.x-dev"
4122
                }
4123
            },
4124
            "autoload": {
4125
                "classmap": [
4126
                    "src/"
4127
                ]
4128
            },
4129
            "notification-url": "https://packagist.org/downloads/",
4130
            "license": [
4131
                "BSD-3-Clause"
4132
            ],
4133
            "authors": [
4134
                {
4135
                    "name": "Sebastian Bergmann",
4136
                    "email": "[email protected]",
4137
                    "role": "lead"
4138
                }
4139
            ],
4140
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4141
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4142
            "keywords": [
4143
                "filesystem",
4144
                "iterator"
4145
            ],
4146
            "time": "2017-11-27T13:52:08+00:00"
4147
        },
4148
        {
4149
            "name": "phpunit/php-text-template",
4150
            "version": "1.2.1",
4151
            "source": {
4152
                "type": "git",
4153
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4154
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4155
            },
4156
            "dist": {
4157
                "type": "zip",
4158
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4159
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4160
                "shasum": ""
4161
            },
4162
            "require": {
4163
                "php": ">=5.3.3"
4164
            },
4165
            "type": "library",
4166
            "autoload": {
4167
                "classmap": [
4168
                    "src/"
4169
                ]
4170
            },
4171
            "notification-url": "https://packagist.org/downloads/",
4172
            "license": [
4173
                "BSD-3-Clause"
4174
            ],
4175
            "authors": [
4176
                {
4177
                    "name": "Sebastian Bergmann",
4178
                    "email": "[email protected]",
4179
                    "role": "lead"
4180
                }
4181
            ],
4182
            "description": "Simple template engine.",
4183
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4184
            "keywords": [
4185
                "template"
4186
            ],
4187
            "time": "2015-06-21T13:50:34+00:00"
4188
        },
4189
        {
4190
            "name": "phpunit/php-timer",
4191
            "version": "2.0.0",
4192
            "source": {
4193
                "type": "git",
4194
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4195
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
4196
            },
4197
            "dist": {
4198
                "type": "zip",
4199
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
4200
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
4201
                "shasum": ""
4202
            },
4203
            "require": {
4204
                "php": "^7.1"
4205
            },
4206
            "require-dev": {
4207
                "phpunit/phpunit": "^7.0"
4208
            },
4209
            "type": "library",
4210
            "extra": {
4211
                "branch-alias": {
4212
                    "dev-master": "2.0-dev"
4213
                }
4214
            },
4215
            "autoload": {
4216
                "classmap": [
4217
                    "src/"
4218
                ]
4219
            },
4220
            "notification-url": "https://packagist.org/downloads/",
4221
            "license": [
4222
                "BSD-3-Clause"
4223
            ],
4224
            "authors": [
4225
                {
4226
                    "name": "Sebastian Bergmann",
4227
                    "email": "[email protected]",
4228
                    "role": "lead"
4229
                }
4230
            ],
4231
            "description": "Utility class for timing",
4232
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4233
            "keywords": [
4234
                "timer"
4235
            ],
4236
            "time": "2018-02-01T13:07:23+00:00"
4237
        },
4238
        {
4239
            "name": "phpunit/php-token-stream",
4240
            "version": "3.0.0",
4241
            "source": {
4242
                "type": "git",
4243
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4244
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
4245
            },
4246
            "dist": {
4247
                "type": "zip",
4248
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
4249
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
4250
                "shasum": ""
4251
            },
4252
            "require": {
4253
                "ext-tokenizer": "*",
4254
                "php": "^7.1"
4255
            },
4256
            "require-dev": {
4257
                "phpunit/phpunit": "^7.0"
4258
            },
4259
            "type": "library",
4260
            "extra": {
4261
                "branch-alias": {
4262
                    "dev-master": "3.0-dev"
4263
                }
4264
            },
4265
            "autoload": {
4266
                "classmap": [
4267
                    "src/"
4268
                ]
4269
            },
4270
            "notification-url": "https://packagist.org/downloads/",
4271
            "license": [
4272
                "BSD-3-Clause"
4273
            ],
4274
            "authors": [
4275
                {
4276
                    "name": "Sebastian Bergmann",
4277
                    "email": "[email protected]"
4278
                }
4279
            ],
4280
            "description": "Wrapper around PHP's tokenizer extension.",
4281
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4282
            "keywords": [
4283
                "tokenizer"
4284
            ],
4285
            "time": "2018-02-01T13:16:43+00:00"
4286
        },
4287
        {
4288
            "name": "phpunit/phpunit",
4289
            "version": "7.1.5",
4290
            "source": {
4291
                "type": "git",
4292
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4293
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435"
4294
            },
4295
            "dist": {
4296
                "type": "zip",
4297
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435",
4298
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435",
4299
                "shasum": ""
4300
            },
4301
            "require": {
4302
                "ext-dom": "*",
4303
                "ext-json": "*",
4304
                "ext-libxml": "*",
4305
                "ext-mbstring": "*",
4306
                "ext-xml": "*",
4307
                "myclabs/deep-copy": "^1.6.1",
4308
                "phar-io/manifest": "^1.0.1",
4309
                "phar-io/version": "^1.0",
4310
                "php": "^7.1",
4311
                "phpspec/prophecy": "^1.7",
4312
                "phpunit/php-code-coverage": "^6.0.1",
4313
                "phpunit/php-file-iterator": "^1.4.3",
4314
                "phpunit/php-text-template": "^1.2.1",
4315
                "phpunit/php-timer": "^2.0",
4316
                "phpunit/phpunit-mock-objects": "^6.1.1",
4317
                "sebastian/comparator": "^3.0",
4318
                "sebastian/diff": "^3.0",
4319
                "sebastian/environment": "^3.1",
4320
                "sebastian/exporter": "^3.1",
4321
                "sebastian/global-state": "^2.0",
4322
                "sebastian/object-enumerator": "^3.0.3",
4323
                "sebastian/resource-operations": "^1.0",
4324
                "sebastian/version": "^2.0.1"
4325
            },
4326
            "require-dev": {
4327
                "ext-pdo": "*"
4328
            },
4329
            "suggest": {
4330
                "ext-xdebug": "*",
4331
                "phpunit/php-invoker": "^2.0"
4332
            },
4333
            "bin": [
4334
                "phpunit"
4335
            ],
4336
            "type": "library",
4337
            "extra": {
4338
                "branch-alias": {
4339
                    "dev-master": "7.1-dev"
4340
                }
4341
            },
4342
            "autoload": {
4343
                "classmap": [
4344
                    "src/"
4345
                ]
4346
            },
4347
            "notification-url": "https://packagist.org/downloads/",
4348
            "license": [
4349
                "BSD-3-Clause"
4350
            ],
4351
            "authors": [
4352
                {
4353
                    "name": "Sebastian Bergmann",
4354
                    "email": "[email protected]",
4355
                    "role": "lead"
4356
                }
4357
            ],
4358
            "description": "The PHP Unit Testing framework.",
4359
            "homepage": "https://phpunit.de/",
4360
            "keywords": [
4361
                "phpunit",
4362
                "testing",
4363
                "xunit"
4364
            ],
4365
            "time": "2018-04-29T15:09:19+00:00"
4366
        },
4367
        {
4368
            "name": "phpunit/phpunit-mock-objects",
4369
            "version": "6.1.2",
4370
            "source": {
4371
                "type": "git",
4372
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4373
                "reference": "f9756fd4f43f014cb2dca98deeaaa8ce5500a36e"
4374
            },
4375
            "dist": {
4376
                "type": "zip",
4377
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/f9756fd4f43f014cb2dca98deeaaa8ce5500a36e",
4378
                "reference": "f9756fd4f43f014cb2dca98deeaaa8ce5500a36e",
4379
                "shasum": ""
4380
            },
4381
            "require": {
4382
                "doctrine/instantiator": "^1.0.5",
4383
                "php": "^7.1",
4384
                "phpunit/php-text-template": "^1.2.1",
4385
                "sebastian/exporter": "^3.1"
4386
            },
4387
            "require-dev": {
4388
                "phpunit/phpunit": "^7.0"
4389
            },
4390
            "suggest": {
4391
                "ext-soap": "*"
4392
            },
4393
            "type": "library",
4394
            "extra": {
4395
                "branch-alias": {
4396
                    "dev-master": "6.1-dev"
4397
                }
4398
            },
4399
            "autoload": {
4400
                "classmap": [
4401
                    "src/"
4402
                ]
4403
            },
4404
            "notification-url": "https://packagist.org/downloads/",
4405
            "license": [
4406
                "BSD-3-Clause"
4407
            ],
4408
            "authors": [
4409
                {
4410
                    "name": "Sebastian Bergmann",
4411
                    "email": "[email protected]",
4412
                    "role": "lead"
4413
                }
4414
            ],
4415
            "description": "Mock Object library for PHPUnit",
4416
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4417
            "keywords": [
4418
                "mock",
4419
                "xunit"
4420
            ],
4421
            "time": "2018-05-29T13:54:20+00:00"
4422
        },
4423
        {
4424
            "name": "sebastian/code-unit-reverse-lookup",
4425
            "version": "1.0.1",
4426
            "source": {
4427
                "type": "git",
4428
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4429
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4430
            },
4431
            "dist": {
4432
                "type": "zip",
4433
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4434
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4435
                "shasum": ""
4436
            },
4437
            "require": {
4438
                "php": "^5.6 || ^7.0"
4439
            },
4440
            "require-dev": {
4441
                "phpunit/phpunit": "^5.7 || ^6.0"
4442
            },
4443
            "type": "library",
4444
            "extra": {
4445
                "branch-alias": {
4446
                    "dev-master": "1.0.x-dev"
4447
                }
4448
            },
4449
            "autoload": {
4450
                "classmap": [
4451
                    "src/"
4452
                ]
4453
            },
4454
            "notification-url": "https://packagist.org/downloads/",
4455
            "license": [
4456
                "BSD-3-Clause"
4457
            ],
4458
            "authors": [
4459
                {
4460
                    "name": "Sebastian Bergmann",
4461
                    "email": "[email protected]"
4462
                }
4463
            ],
4464
            "description": "Looks up which function or method a line of code belongs to",
4465
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4466
            "time": "2017-03-04T06:30:41+00:00"
4467
        },
4468
        {
4469
            "name": "sebastian/comparator",
4470
            "version": "3.0.2",
4471
            "source": {
4472
                "type": "git",
4473
                "url": "https://github.com/sebastianbergmann/comparator.git",
4474
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
4475
            },
4476
            "dist": {
4477
                "type": "zip",
4478
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4479
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4480
                "shasum": ""
4481
            },
4482
            "require": {
4483
                "php": "^7.1",
4484
                "sebastian/diff": "^3.0",
4485
                "sebastian/exporter": "^3.1"
4486
            },
4487
            "require-dev": {
4488
                "phpunit/phpunit": "^7.1"
4489
            },
4490
            "type": "library",
4491
            "extra": {
4492
                "branch-alias": {
4493
                    "dev-master": "3.0-dev"
4494
                }
4495
            },
4496
            "autoload": {
4497
                "classmap": [
4498
                    "src/"
4499
                ]
4500
            },
4501
            "notification-url": "https://packagist.org/downloads/",
4502
            "license": [
4503
                "BSD-3-Clause"
4504
            ],
4505
            "authors": [
4506
                {
4507
                    "name": "Jeff Welch",
4508
                    "email": "[email protected]"
4509
                },
4510
                {
4511
                    "name": "Volker Dusch",
4512
                    "email": "[email protected]"
4513
                },
4514
                {
4515
                    "name": "Bernhard Schussek",
4516
                    "email": "[email protected]"
4517
                },
4518
                {
4519
                    "name": "Sebastian Bergmann",
4520
                    "email": "[email protected]"
4521
                }
4522
            ],
4523
            "description": "Provides the functionality to compare PHP values for equality",
4524
            "homepage": "https://github.com/sebastianbergmann/comparator",
4525
            "keywords": [
4526
                "comparator",
4527
                "compare",
4528
                "equality"
4529
            ],
4530
            "time": "2018-07-12T15:12:46+00:00"
4531
        },
4532
        {
4533
            "name": "sebastian/diff",
4534
            "version": "3.0.1",
4535
            "source": {
4536
                "type": "git",
4537
                "url": "https://github.com/sebastianbergmann/diff.git",
4538
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
4539
            },
4540
            "dist": {
4541
                "type": "zip",
4542
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
4543
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
4544
                "shasum": ""
4545
            },
4546
            "require": {
4547
                "php": "^7.1"
4548
            },
4549
            "require-dev": {
4550
                "phpunit/phpunit": "^7.0",
4551
                "symfony/process": "^2 || ^3.3 || ^4"
4552
            },
4553
            "type": "library",
4554
            "extra": {
4555
                "branch-alias": {
4556
                    "dev-master": "3.0-dev"
4557
                }
4558
            },
4559
            "autoload": {
4560
                "classmap": [
4561
                    "src/"
4562
                ]
4563
            },
4564
            "notification-url": "https://packagist.org/downloads/",
4565
            "license": [
4566
                "BSD-3-Clause"
4567
            ],
4568
            "authors": [
4569
                {
4570
                    "name": "Kore Nordmann",
4571
                    "email": "[email protected]"
4572
                },
4573
                {
4574
                    "name": "Sebastian Bergmann",
4575
                    "email": "[email protected]"
4576
                }
4577
            ],
4578
            "description": "Diff implementation",
4579
            "homepage": "https://github.com/sebastianbergmann/diff",
4580
            "keywords": [
4581
                "diff",
4582
                "udiff",
4583
                "unidiff",
4584
                "unified diff"
4585
            ],
4586
            "time": "2018-06-10T07:54:39+00:00"
4587
        },
4588
        {
4589
            "name": "sebastian/environment",
4590
            "version": "3.1.0",
4591
            "source": {
4592
                "type": "git",
4593
                "url": "https://github.com/sebastianbergmann/environment.git",
4594
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4595
            },
4596
            "dist": {
4597
                "type": "zip",
4598
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4599
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4600
                "shasum": ""
4601
            },
4602
            "require": {
4603
                "php": "^7.0"
4604
            },
4605
            "require-dev": {
4606
                "phpunit/phpunit": "^6.1"
4607
            },
4608
            "type": "library",
4609
            "extra": {
4610
                "branch-alias": {
4611
                    "dev-master": "3.1.x-dev"
4612
                }
4613
            },
4614
            "autoload": {
4615
                "classmap": [
4616
                    "src/"
4617
                ]
4618
            },
4619
            "notification-url": "https://packagist.org/downloads/",
4620
            "license": [
4621
                "BSD-3-Clause"
4622
            ],
4623
            "authors": [
4624
                {
4625
                    "name": "Sebastian Bergmann",
4626
                    "email": "[email protected]"
4627
                }
4628
            ],
4629
            "description": "Provides functionality to handle HHVM/PHP environments",
4630
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4631
            "keywords": [
4632
                "Xdebug",
4633
                "environment",
4634
                "hhvm"
4635
            ],
4636
            "time": "2017-07-01T08:51:00+00:00"
4637
        },
4638
        {
4639
            "name": "sebastian/exporter",
4640
            "version": "3.1.0",
4641
            "source": {
4642
                "type": "git",
4643
                "url": "https://github.com/sebastianbergmann/exporter.git",
4644
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4645
            },
4646
            "dist": {
4647
                "type": "zip",
4648
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4649
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4650
                "shasum": ""
4651
            },
4652
            "require": {
4653
                "php": "^7.0",
4654
                "sebastian/recursion-context": "^3.0"
4655
            },
4656
            "require-dev": {
4657
                "ext-mbstring": "*",
4658
                "phpunit/phpunit": "^6.0"
4659
            },
4660
            "type": "library",
4661
            "extra": {
4662
                "branch-alias": {
4663
                    "dev-master": "3.1.x-dev"
4664
                }
4665
            },
4666
            "autoload": {
4667
                "classmap": [
4668
                    "src/"
4669
                ]
4670
            },
4671
            "notification-url": "https://packagist.org/downloads/",
4672
            "license": [
4673
                "BSD-3-Clause"
4674
            ],
4675
            "authors": [
4676
                {
4677
                    "name": "Jeff Welch",
4678
                    "email": "[email protected]"
4679
                },
4680
                {
4681
                    "name": "Volker Dusch",
4682
                    "email": "[email protected]"
4683
                },
4684
                {
4685
                    "name": "Bernhard Schussek",
4686
                    "email": "[email protected]"
4687
                },
4688
                {
4689
                    "name": "Sebastian Bergmann",
4690
                    "email": "[email protected]"
4691
                },
4692
                {
4693
                    "name": "Adam Harvey",
4694
                    "email": "[email protected]"
4695
                }
4696
            ],
4697
            "description": "Provides the functionality to export PHP variables for visualization",
4698
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4699
            "keywords": [
4700
                "export",
4701
                "exporter"
4702
            ],
4703
            "time": "2017-04-03T13:19:02+00:00"
4704
        },
4705
        {
4706
            "name": "sebastian/global-state",
4707
            "version": "2.0.0",
4708
            "source": {
4709
                "type": "git",
4710
                "url": "https://github.com/sebastianbergmann/global-state.git",
4711
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4712
            },
4713
            "dist": {
4714
                "type": "zip",
4715
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4716
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4717
                "shasum": ""
4718
            },
4719
            "require": {
4720
                "php": "^7.0"
4721
            },
4722
            "require-dev": {
4723
                "phpunit/phpunit": "^6.0"
4724
            },
4725
            "suggest": {
4726
                "ext-uopz": "*"
4727
            },
4728
            "type": "library",
4729
            "extra": {
4730
                "branch-alias": {
4731
                    "dev-master": "2.0-dev"
4732
                }
4733
            },
4734
            "autoload": {
4735
                "classmap": [
4736
                    "src/"
4737
                ]
4738
            },
4739
            "notification-url": "https://packagist.org/downloads/",
4740
            "license": [
4741
                "BSD-3-Clause"
4742
            ],
4743
            "authors": [
4744
                {
4745
                    "name": "Sebastian Bergmann",
4746
                    "email": "[email protected]"
4747
                }
4748
            ],
4749
            "description": "Snapshotting of global state",
4750
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4751
            "keywords": [
4752
                "global state"
4753
            ],
4754
            "time": "2017-04-27T15:39:26+00:00"
4755
        },
4756
        {
4757
            "name": "sebastian/object-enumerator",
4758
            "version": "3.0.3",
4759
            "source": {
4760
                "type": "git",
4761
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4762
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4763
            },
4764
            "dist": {
4765
                "type": "zip",
4766
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4767
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4768
                "shasum": ""
4769
            },
4770
            "require": {
4771
                "php": "^7.0",
4772
                "sebastian/object-reflector": "^1.1.1",
4773
                "sebastian/recursion-context": "^3.0"
4774
            },
4775
            "require-dev": {
4776
                "phpunit/phpunit": "^6.0"
4777
            },
4778
            "type": "library",
4779
            "extra": {
4780
                "branch-alias": {
4781
                    "dev-master": "3.0.x-dev"
4782
                }
4783
            },
4784
            "autoload": {
4785
                "classmap": [
4786
                    "src/"
4787
                ]
4788
            },
4789
            "notification-url": "https://packagist.org/downloads/",
4790
            "license": [
4791
                "BSD-3-Clause"
4792
            ],
4793
            "authors": [
4794
                {
4795
                    "name": "Sebastian Bergmann",
4796
                    "email": "[email protected]"
4797
                }
4798
            ],
4799
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4800
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4801
            "time": "2017-08-03T12:35:26+00:00"
4802
        },
4803
        {
4804
            "name": "sebastian/object-reflector",
4805
            "version": "1.1.1",
4806
            "source": {
4807
                "type": "git",
4808
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4809
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4810
            },
4811
            "dist": {
4812
                "type": "zip",
4813
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4814
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4815
                "shasum": ""
4816
            },
4817
            "require": {
4818
                "php": "^7.0"
4819
            },
4820
            "require-dev": {
4821
                "phpunit/phpunit": "^6.0"
4822
            },
4823
            "type": "library",
4824
            "extra": {
4825
                "branch-alias": {
4826
                    "dev-master": "1.1-dev"
4827
                }
4828
            },
4829
            "autoload": {
4830
                "classmap": [
4831
                    "src/"
4832
                ]
4833
            },
4834
            "notification-url": "https://packagist.org/downloads/",
4835
            "license": [
4836
                "BSD-3-Clause"
4837
            ],
4838
            "authors": [
4839
                {
4840
                    "name": "Sebastian Bergmann",
4841
                    "email": "[email protected]"
4842
                }
4843
            ],
4844
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4845
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4846
            "time": "2017-03-29T09:07:27+00:00"
4847
        },
4848
        {
4849
            "name": "sebastian/recursion-context",
4850
            "version": "3.0.0",
4851
            "source": {
4852
                "type": "git",
4853
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4854
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4855
            },
4856
            "dist": {
4857
                "type": "zip",
4858
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4859
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4860
                "shasum": ""
4861
            },
4862
            "require": {
4863
                "php": "^7.0"
4864
            },
4865
            "require-dev": {
4866
                "phpunit/phpunit": "^6.0"
4867
            },
4868
            "type": "library",
4869
            "extra": {
4870
                "branch-alias": {
4871
                    "dev-master": "3.0.x-dev"
4872
                }
4873
            },
4874
            "autoload": {
4875
                "classmap": [
4876
                    "src/"
4877
                ]
4878
            },
4879
            "notification-url": "https://packagist.org/downloads/",
4880
            "license": [
4881
                "BSD-3-Clause"
4882
            ],
4883
            "authors": [
4884
                {
4885
                    "name": "Jeff Welch",
4886
                    "email": "[email protected]"
4887
                },
4888
                {
4889
                    "name": "Sebastian Bergmann",
4890
                    "email": "[email protected]"
4891
                },
4892
                {
4893
                    "name": "Adam Harvey",
4894
                    "email": "[email protected]"
4895
                }
4896
            ],
4897
            "description": "Provides functionality to recursively process PHP variables",
4898
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4899
            "time": "2017-03-03T06:23:57+00:00"
4900
        },
4901
        {
4902
            "name": "sebastian/resource-operations",
4903
            "version": "1.0.0",
4904
            "source": {
4905
                "type": "git",
4906
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4907
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4908
            },
4909
            "dist": {
4910
                "type": "zip",
4911
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4912
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4913
                "shasum": ""
4914
            },
4915
            "require": {
4916
                "php": ">=5.6.0"
4917
            },
4918
            "type": "library",
4919
            "extra": {
4920
                "branch-alias": {
4921
                    "dev-master": "1.0.x-dev"
4922
                }
4923
            },
4924
            "autoload": {
4925
                "classmap": [
4926
                    "src/"
4927
                ]
4928
            },
4929
            "notification-url": "https://packagist.org/downloads/",
4930
            "license": [
4931
                "BSD-3-Clause"
4932
            ],
4933
            "authors": [
4934
                {
4935
                    "name": "Sebastian Bergmann",
4936
                    "email": "[email protected]"
4937
                }
4938
            ],
4939
            "description": "Provides a list of PHP built-in functions that operate on resources",
4940
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4941
            "time": "2015-07-28T20:34:47+00:00"
4942
        },
4943
        {
4944
            "name": "sebastian/version",
4945
            "version": "2.0.1",
4946
            "source": {
4947
                "type": "git",
4948
                "url": "https://github.com/sebastianbergmann/version.git",
4949
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4950
            },
4951
            "dist": {
4952
                "type": "zip",
4953
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4954
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4955
                "shasum": ""
4956
            },
4957
            "require": {
4958
                "php": ">=5.6"
4959
            },
4960
            "type": "library",
4961
            "extra": {
4962
                "branch-alias": {
4963
                    "dev-master": "2.0.x-dev"
4964
                }
4965
            },
4966
            "autoload": {
4967
                "classmap": [
4968
                    "src/"
4969
                ]
4970
            },
4971
            "notification-url": "https://packagist.org/downloads/",
4972
            "license": [
4973
                "BSD-3-Clause"
4974
            ],
4975
            "authors": [
4976
                {
4977
                    "name": "Sebastian Bergmann",
4978
                    "email": "[email protected]",
4979
                    "role": "lead"
4980
                }
4981
            ],
4982
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4983
            "homepage": "https://github.com/sebastianbergmann/version",
4984
            "time": "2016-10-03T07:35:21+00:00"
4985
        },
4986
        {
4987
            "name": "slayerbirden/df-code-generation",
4988
            "version": "dev-master",
4989
            "source": {
4990
                "type": "git",
4991
                "url": "https://github.com/SlayerBirden/df-code-generator.git",
4992
                "reference": "d72d8dc45504054ff79889828b17837075160e73"
4993
            },
4994
            "dist": {
4995
                "type": "zip",
4996
                "url": "https://api.github.com/repos/SlayerBirden/df-code-generator/zipball/d72d8dc45504054ff79889828b17837075160e73",
4997
                "reference": "d72d8dc45504054ff79889828b17837075160e73",
4998
                "shasum": ""
4999
            },
5000
            "require": {
5001
                "doctrine/orm": "^2.6",
5002
                "fzaninotto/faker": "^1.8",
5003
                "symfony/console": "^4.0",
5004
                "twig/twig": "^2.4",
5005
                "zendframework/zend-code": "^3.2"
5006
            },
5007
            "require-dev": {
5008
                "mikey179/vfsstream": "^2.0@dev",
5009
                "phpunit/phpunit": "^7.1@dev",
5010
                "psr/log": "^1.0",
5011
                "zendframework/zend-expressive": "^2.2",
5012
                "zendframework/zend-expressive-helpers": "^4.2",
5013
                "zendframework/zend-hydrator": "^2.3",
5014
                "zendframework/zend-inputfilter": "^2.8",
5015
                "zendframework/zend-servicemanager": "^3.3"
5016
            },
5017
            "type": "library",
5018
            "autoload": {
5019
                "psr-4": {
5020
                    "SlayerBirden\\DFCodeGeneration\\": [
5021
                        "src",
5022
                        "tests/functional",
5023
                        "tests/unit"
5024
                    ]
5025
                }
5026
            },
5027
            "notification-url": "https://packagist.org/downloads/",
5028
            "license": [
5029
                "MIT"
5030
            ],
5031
            "authors": [
5032
                {
5033
                    "name": "Oleg Kulik",
5034
                    "email": "[email protected]"
5035
                }
5036
            ],
5037
            "description": "Code generation tool for DataFlow server",
5038
            "time": "2018-03-22T13:13:08+00:00"
5039
        },
5040
        {
5041
            "name": "squizlabs/php_codesniffer",
5042
            "version": "3.3.0",
5043
            "source": {
5044
                "type": "git",
5045
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5046
                "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266"
5047
            },
5048
            "dist": {
5049
                "type": "zip",
5050
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
5051
                "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
5052
                "shasum": ""
5053
            },
5054
            "require": {
5055
                "ext-simplexml": "*",
5056
                "ext-tokenizer": "*",
5057
                "ext-xmlwriter": "*",
5058
                "php": ">=5.4.0"
5059
            },
5060
            "require-dev": {
5061
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5062
            },
5063
            "bin": [
5064
                "bin/phpcs",
5065
                "bin/phpcbf"
5066
            ],
5067
            "type": "library",
5068
            "extra": {
5069
                "branch-alias": {
5070
                    "dev-master": "3.x-dev"
5071
                }
5072
            },
5073
            "notification-url": "https://packagist.org/downloads/",
5074
            "license": [
5075
                "BSD-3-Clause"
5076
            ],
5077
            "authors": [
5078
                {
5079
                    "name": "Greg Sherwood",
5080
                    "role": "lead"
5081
                }
5082
            ],
5083
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5084
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5085
            "keywords": [
5086
                "phpcs",
5087
                "standards"
5088
            ],
5089
            "time": "2018-06-06T23:58:19+00:00"
5090
        },
5091
        {
5092
            "name": "symfony/browser-kit",
5093
            "version": "v4.1.2",
5094
            "source": {
5095
                "type": "git",
5096
                "url": "https://github.com/symfony/browser-kit.git",
5097
                "reference": "ff9ac5d5808a530b2e7f6abcf3a2412d4f9bcd62"
5098
            },
5099
            "dist": {
5100
                "type": "zip",
5101
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ff9ac5d5808a530b2e7f6abcf3a2412d4f9bcd62",
5102
                "reference": "ff9ac5d5808a530b2e7f6abcf3a2412d4f9bcd62",
5103
                "shasum": ""
5104
            },
5105
            "require": {
5106
                "php": "^7.1.3",
5107
                "symfony/dom-crawler": "~3.4|~4.0"
5108
            },
5109
            "require-dev": {
5110
                "symfony/css-selector": "~3.4|~4.0",
5111
                "symfony/process": "~3.4|~4.0"
5112
            },
5113
            "suggest": {
5114
                "symfony/process": ""
5115
            },
5116
            "type": "library",
5117
            "extra": {
5118
                "branch-alias": {
5119
                    "dev-master": "4.1-dev"
5120
                }
5121
            },
5122
            "autoload": {
5123
                "psr-4": {
5124
                    "Symfony\\Component\\BrowserKit\\": ""
5125
                },
5126
                "exclude-from-classmap": [
5127
                    "/Tests/"
5128
                ]
5129
            },
5130
            "notification-url": "https://packagist.org/downloads/",
5131
            "license": [
5132
                "MIT"
5133
            ],
5134
            "authors": [
5135
                {
5136
                    "name": "Fabien Potencier",
5137
                    "email": "[email protected]"
5138
                },
5139
                {
5140
                    "name": "Symfony Community",
5141
                    "homepage": "https://symfony.com/contributors"
5142
                }
5143
            ],
5144
            "description": "Symfony BrowserKit Component",
5145
            "homepage": "https://symfony.com",
5146
            "time": "2018-06-04T17:31:56+00:00"
5147
        },
5148
        {
5149
            "name": "symfony/css-selector",
5150
            "version": "v4.1.2",
5151
            "source": {
5152
                "type": "git",
5153
                "url": "https://github.com/symfony/css-selector.git",
5154
                "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4"
5155
            },
5156
            "dist": {
5157
                "type": "zip",
5158
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/03ac71606ecb0b0ce792faa17d74cc32c2949ef4",
5159
                "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4",
5160
                "shasum": ""
5161
            },
5162
            "require": {
5163
                "php": "^7.1.3"
5164
            },
5165
            "type": "library",
5166
            "extra": {
5167
                "branch-alias": {
5168
                    "dev-master": "4.1-dev"
5169
                }
5170
            },
5171
            "autoload": {
5172
                "psr-4": {
5173
                    "Symfony\\Component\\CssSelector\\": ""
5174
                },
5175
                "exclude-from-classmap": [
5176
                    "/Tests/"
5177
                ]
5178
            },
5179
            "notification-url": "https://packagist.org/downloads/",
5180
            "license": [
5181
                "MIT"
5182
            ],
5183
            "authors": [
5184
                {
5185
                    "name": "Jean-François Simon",
5186
                    "email": "[email protected]"
5187
                },
5188
                {
5189
                    "name": "Fabien Potencier",
5190
                    "email": "[email protected]"
5191
                },
5192
                {
5193
                    "name": "Symfony Community",
5194
                    "homepage": "https://symfony.com/contributors"
5195
                }
5196
            ],
5197
            "description": "Symfony CssSelector Component",
5198
            "homepage": "https://symfony.com",
5199
            "time": "2018-05-30T07:26:09+00:00"
5200
        },
5201
        {
5202
            "name": "symfony/dom-crawler",
5203
            "version": "v4.1.2",
5204
            "source": {
5205
                "type": "git",
5206
                "url": "https://github.com/symfony/dom-crawler.git",
5207
                "reference": "eb501fa8aab8c8e2db790d8d0f945697769f6c41"
5208
            },
5209
            "dist": {
5210
                "type": "zip",
5211
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/eb501fa8aab8c8e2db790d8d0f945697769f6c41",
5212
                "reference": "eb501fa8aab8c8e2db790d8d0f945697769f6c41",
5213
                "shasum": ""
5214
            },
5215
            "require": {
5216
                "php": "^7.1.3",
5217
                "symfony/polyfill-ctype": "~1.8",
5218
                "symfony/polyfill-mbstring": "~1.0"
5219
            },
5220
            "require-dev": {
5221
                "symfony/css-selector": "~3.4|~4.0"
5222
            },
5223
            "suggest": {
5224
                "symfony/css-selector": ""
5225
            },
5226
            "type": "library",
5227
            "extra": {
5228
                "branch-alias": {
5229
                    "dev-master": "4.1-dev"
5230
                }
5231
            },
5232
            "autoload": {
5233
                "psr-4": {
5234
                    "Symfony\\Component\\DomCrawler\\": ""
5235
                },
5236
                "exclude-from-classmap": [
5237
                    "/Tests/"
5238
                ]
5239
            },
5240
            "notification-url": "https://packagist.org/downloads/",
5241
            "license": [
5242
                "MIT"
5243
            ],
5244
            "authors": [
5245
                {
5246
                    "name": "Fabien Potencier",
5247
                    "email": "[email protected]"
5248
                },
5249
                {
5250
                    "name": "Symfony Community",
5251
                    "homepage": "https://symfony.com/contributors"
5252
                }
5253
            ],
5254
            "description": "Symfony DomCrawler Component",
5255
            "homepage": "https://symfony.com",
5256
            "time": "2018-07-05T11:54:23+00:00"
5257
        },
5258
        {
5259
            "name": "symfony/event-dispatcher",
5260
            "version": "v4.1.2",
5261
            "source": {
5262
                "type": "git",
5263
                "url": "https://github.com/symfony/event-dispatcher.git",
5264
                "reference": "00d64638e4f0703a00ab7fc2c8ae5f75f3b4020f"
5265
            },
5266
            "dist": {
5267
                "type": "zip",
5268
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/00d64638e4f0703a00ab7fc2c8ae5f75f3b4020f",
5269
                "reference": "00d64638e4f0703a00ab7fc2c8ae5f75f3b4020f",
5270
                "shasum": ""
5271
            },
5272
            "require": {
5273
                "php": "^7.1.3"
5274
            },
5275
            "conflict": {
5276
                "symfony/dependency-injection": "<3.4"
5277
            },
5278
            "require-dev": {
5279
                "psr/log": "~1.0",
5280
                "symfony/config": "~3.4|~4.0",
5281
                "symfony/dependency-injection": "~3.4|~4.0",
5282
                "symfony/expression-language": "~3.4|~4.0",
5283
                "symfony/stopwatch": "~3.4|~4.0"
5284
            },
5285
            "suggest": {
5286
                "symfony/dependency-injection": "",
5287
                "symfony/http-kernel": ""
5288
            },
5289
            "type": "library",
5290
            "extra": {
5291
                "branch-alias": {
5292
                    "dev-master": "4.1-dev"
5293
                }
5294
            },
5295
            "autoload": {
5296
                "psr-4": {
5297
                    "Symfony\\Component\\EventDispatcher\\": ""
5298
                },
5299
                "exclude-from-classmap": [
5300
                    "/Tests/"
5301
                ]
5302
            },
5303
            "notification-url": "https://packagist.org/downloads/",
5304
            "license": [
5305
                "MIT"
5306
            ],
5307
            "authors": [
5308
                {
5309
                    "name": "Fabien Potencier",
5310
                    "email": "[email protected]"
5311
                },
5312
                {
5313
                    "name": "Symfony Community",
5314
                    "homepage": "https://symfony.com/contributors"
5315
                }
5316
            ],
5317
            "description": "Symfony EventDispatcher Component",
5318
            "homepage": "https://symfony.com",
5319
            "time": "2018-07-10T11:02:47+00:00"
5320
        },
5321
        {
5322
            "name": "symfony/filesystem",
5323
            "version": "v4.1.2",
5324
            "source": {
5325
                "type": "git",
5326
                "url": "https://github.com/symfony/filesystem.git",
5327
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
5328
            },
5329
            "dist": {
5330
                "type": "zip",
5331
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
5332
                "reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
5333
                "shasum": ""
5334
            },
5335
            "require": {
5336
                "php": "^7.1.3",
5337
                "symfony/polyfill-ctype": "~1.8"
5338
            },
5339
            "type": "library",
5340
            "extra": {
5341
                "branch-alias": {
5342
                    "dev-master": "4.1-dev"
5343
                }
5344
            },
5345
            "autoload": {
5346
                "psr-4": {
5347
                    "Symfony\\Component\\Filesystem\\": ""
5348
                },
5349
                "exclude-from-classmap": [
5350
                    "/Tests/"
5351
                ]
5352
            },
5353
            "notification-url": "https://packagist.org/downloads/",
5354
            "license": [
5355
                "MIT"
5356
            ],
5357
            "authors": [
5358
                {
5359
                    "name": "Fabien Potencier",
5360
                    "email": "[email protected]"
5361
                },
5362
                {
5363
                    "name": "Symfony Community",
5364
                    "homepage": "https://symfony.com/contributors"
5365
                }
5366
            ],
5367
            "description": "Symfony Filesystem Component",
5368
            "homepage": "https://symfony.com",
5369
            "time": "2018-05-30T07:26:09+00:00"
5370
        },
5371
        {
5372
            "name": "symfony/finder",
5373
            "version": "v4.1.2",
5374
            "source": {
5375
                "type": "git",
5376
                "url": "https://github.com/symfony/finder.git",
5377
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb"
5378
            },
5379
            "dist": {
5380
                "type": "zip",
5381
                "url": "https://api.github.com/repos/symfony/finder/zipball/84714b8417d19e4ba02ea78a41a975b3efaafddb",
5382
                "reference": "84714b8417d19e4ba02ea78a41a975b3efaafddb",
5383
                "shasum": ""
5384
            },
5385
            "require": {
5386
                "php": "^7.1.3"
5387
            },
5388
            "type": "library",
5389
            "extra": {
5390
                "branch-alias": {
5391
                    "dev-master": "4.1-dev"
5392
                }
5393
            },
5394
            "autoload": {
5395
                "psr-4": {
5396
                    "Symfony\\Component\\Finder\\": ""
5397
                },
5398
                "exclude-from-classmap": [
5399
                    "/Tests/"
5400
                ]
5401
            },
5402
            "notification-url": "https://packagist.org/downloads/",
5403
            "license": [
5404
                "MIT"
5405
            ],
5406
            "authors": [
5407
                {
5408
                    "name": "Fabien Potencier",
5409
                    "email": "[email protected]"
5410
                },
5411
                {
5412
                    "name": "Symfony Community",
5413
                    "homepage": "https://symfony.com/contributors"
5414
                }
5415
            ],
5416
            "description": "Symfony Finder Component",
5417
            "homepage": "https://symfony.com",
5418
            "time": "2018-06-19T21:38:16+00:00"
5419
        },
5420
        {
5421
            "name": "symfony/options-resolver",
5422
            "version": "v4.1.2",
5423
            "source": {
5424
                "type": "git",
5425
                "url": "https://github.com/symfony/options-resolver.git",
5426
                "reference": "0aec9f9c5d2447ae7ea5ea31bc82f1d43f9a8a56"
5427
            },
5428
            "dist": {
5429
                "type": "zip",
5430
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0aec9f9c5d2447ae7ea5ea31bc82f1d43f9a8a56",
5431
                "reference": "0aec9f9c5d2447ae7ea5ea31bc82f1d43f9a8a56",
5432
                "shasum": ""
5433
            },
5434
            "require": {
5435
                "php": "^7.1.3"
5436
            },
5437
            "type": "library",
5438
            "extra": {
5439
                "branch-alias": {
5440
                    "dev-master": "4.1-dev"
5441
                }
5442
            },
5443
            "autoload": {
5444
                "psr-4": {
5445
                    "Symfony\\Component\\OptionsResolver\\": ""
5446
                },
5447
                "exclude-from-classmap": [
5448
                    "/Tests/"
5449
                ]
5450
            },
5451
            "notification-url": "https://packagist.org/downloads/",
5452
            "license": [
5453
                "MIT"
5454
            ],
5455
            "authors": [
5456
                {
5457
                    "name": "Fabien Potencier",
5458
                    "email": "[email protected]"
5459
                },
5460
                {
5461
                    "name": "Symfony Community",
5462
                    "homepage": "https://symfony.com/contributors"
5463
                }
5464
            ],
5465
            "description": "Symfony OptionsResolver Component",
5466
            "homepage": "https://symfony.com",
5467
            "keywords": [
5468
                "config",
5469
                "configuration",
5470
                "options"
5471
            ],
5472
            "time": "2018-07-07T16:00:36+00:00"
5473
        },
5474
        {
5475
            "name": "symfony/polyfill-ctype",
5476
            "version": "v1.8.0",
5477
            "source": {
5478
                "type": "git",
5479
                "url": "https://github.com/symfony/polyfill-ctype.git",
5480
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
5481
            },
5482
            "dist": {
5483
                "type": "zip",
5484
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
5485
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
5486
                "shasum": ""
5487
            },
5488
            "require": {
5489
                "php": ">=5.3.3"
5490
            },
5491
            "type": "library",
5492
            "extra": {
5493
                "branch-alias": {
5494
                    "dev-master": "1.8-dev"
5495
                }
5496
            },
5497
            "autoload": {
5498
                "psr-4": {
5499
                    "Symfony\\Polyfill\\Ctype\\": ""
5500
                },
5501
                "files": [
5502
                    "bootstrap.php"
5503
                ]
5504
            },
5505
            "notification-url": "https://packagist.org/downloads/",
5506
            "license": [
5507
                "MIT"
5508
            ],
5509
            "authors": [
5510
                {
5511
                    "name": "Symfony Community",
5512
                    "homepage": "https://symfony.com/contributors"
5513
                },
5514
                {
5515
                    "name": "Gert de Pagter",
5516
                    "email": "[email protected]"
5517
                }
5518
            ],
5519
            "description": "Symfony polyfill for ctype functions",
5520
            "homepage": "https://symfony.com",
5521
            "keywords": [
5522
                "compatibility",
5523
                "ctype",
5524
                "polyfill",
5525
                "portable"
5526
            ],
5527
            "time": "2018-04-30T19:57:29+00:00"
5528
        },
5529
        {
5530
            "name": "symfony/polyfill-php70",
5531
            "version": "v1.8.0",
5532
            "source": {
5533
                "type": "git",
5534
                "url": "https://github.com/symfony/polyfill-php70.git",
5535
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6"
5536
            },
5537
            "dist": {
5538
                "type": "zip",
5539
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6",
5540
                "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6",
5541
                "shasum": ""
5542
            },
5543
            "require": {
5544
                "paragonie/random_compat": "~1.0|~2.0",
5545
                "php": ">=5.3.3"
5546
            },
5547
            "type": "library",
5548
            "extra": {
5549
                "branch-alias": {
5550
                    "dev-master": "1.8-dev"
5551
                }
5552
            },
5553
            "autoload": {
5554
                "psr-4": {
5555
                    "Symfony\\Polyfill\\Php70\\": ""
5556
                },
5557
                "files": [
5558
                    "bootstrap.php"
5559
                ],
5560
                "classmap": [
5561
                    "Resources/stubs"
5562
                ]
5563
            },
5564
            "notification-url": "https://packagist.org/downloads/",
5565
            "license": [
5566
                "MIT"
5567
            ],
5568
            "authors": [
5569
                {
5570
                    "name": "Nicolas Grekas",
5571
                    "email": "[email protected]"
5572
                },
5573
                {
5574
                    "name": "Symfony Community",
5575
                    "homepage": "https://symfony.com/contributors"
5576
                }
5577
            ],
5578
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
5579
            "homepage": "https://symfony.com",
5580
            "keywords": [
5581
                "compatibility",
5582
                "polyfill",
5583
                "portable",
5584
                "shim"
5585
            ],
5586
            "time": "2018-04-26T10:06:28+00:00"
5587
        },
5588
        {
5589
            "name": "symfony/polyfill-php72",
5590
            "version": "v1.8.0",
5591
            "source": {
5592
                "type": "git",
5593
                "url": "https://github.com/symfony/polyfill-php72.git",
5594
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
5595
            },
5596
            "dist": {
5597
                "type": "zip",
5598
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
5599
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
5600
                "shasum": ""
5601
            },
5602
            "require": {
5603
                "php": ">=5.3.3"
5604
            },
5605
            "type": "library",
5606
            "extra": {
5607
                "branch-alias": {
5608
                    "dev-master": "1.8-dev"
5609
                }
5610
            },
5611
            "autoload": {
5612
                "psr-4": {
5613
                    "Symfony\\Polyfill\\Php72\\": ""
5614
                },
5615
                "files": [
5616
                    "bootstrap.php"
5617
                ]
5618
            },
5619
            "notification-url": "https://packagist.org/downloads/",
5620
            "license": [
5621
                "MIT"
5622
            ],
5623
            "authors": [
5624
                {
5625
                    "name": "Nicolas Grekas",
5626
                    "email": "[email protected]"
5627
                },
5628
                {
5629
                    "name": "Symfony Community",
5630
                    "homepage": "https://symfony.com/contributors"
5631
                }
5632
            ],
5633
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
5634
            "homepage": "https://symfony.com",
5635
            "keywords": [
5636
                "compatibility",
5637
                "polyfill",
5638
                "portable",
5639
                "shim"
5640
            ],
5641
            "time": "2018-04-26T10:06:28+00:00"
5642
        },
5643
        {
5644
            "name": "symfony/process",
5645
            "version": "v4.1.2",
5646
            "source": {
5647
                "type": "git",
5648
                "url": "https://github.com/symfony/process.git",
5649
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a"
5650
            },
5651
            "dist": {
5652
                "type": "zip",
5653
                "url": "https://api.github.com/repos/symfony/process/zipball/1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
5654
                "reference": "1d1677391ecf00d1c5b9482d6050c0c27aa3ac3a",
5655
                "shasum": ""
5656
            },
5657
            "require": {
5658
                "php": "^7.1.3"
5659
            },
5660
            "type": "library",
5661
            "extra": {
5662
                "branch-alias": {
5663
                    "dev-master": "4.1-dev"
5664
                }
5665
            },
5666
            "autoload": {
5667
                "psr-4": {
5668
                    "Symfony\\Component\\Process\\": ""
5669
                },
5670
                "exclude-from-classmap": [
5671
                    "/Tests/"
5672
                ]
5673
            },
5674
            "notification-url": "https://packagist.org/downloads/",
5675
            "license": [
5676
                "MIT"
5677
            ],
5678
            "authors": [
5679
                {
5680
                    "name": "Fabien Potencier",
5681
                    "email": "[email protected]"
5682
                },
5683
                {
5684
                    "name": "Symfony Community",
5685
                    "homepage": "https://symfony.com/contributors"
5686
                }
5687
            ],
5688
            "description": "Symfony Process Component",
5689
            "homepage": "https://symfony.com",
5690
            "time": "2018-05-31T10:17:53+00:00"
5691
        },
5692
        {
5693
            "name": "symfony/stopwatch",
5694
            "version": "v4.1.2",
5695
            "source": {
5696
                "type": "git",
5697
                "url": "https://github.com/symfony/stopwatch.git",
5698
                "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784"
5699
            },
5700
            "dist": {
5701
                "type": "zip",
5702
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/07463bbbbbfe119045a24c4a516f92ebd2752784",
5703
                "reference": "07463bbbbbfe119045a24c4a516f92ebd2752784",
5704
                "shasum": ""
5705
            },
5706
            "require": {
5707
                "php": "^7.1.3"
5708
            },
5709
            "type": "library",
5710
            "extra": {
5711
                "branch-alias": {
5712
                    "dev-master": "4.1-dev"
5713
                }
5714
            },
5715
            "autoload": {
5716
                "psr-4": {
5717
                    "Symfony\\Component\\Stopwatch\\": ""
5718
                },
5719
                "exclude-from-classmap": [
5720
                    "/Tests/"
5721
                ]
5722
            },
5723
            "notification-url": "https://packagist.org/downloads/",
5724
            "license": [
5725
                "MIT"
5726
            ],
5727
            "authors": [
5728
                {
5729
                    "name": "Fabien Potencier",
5730
                    "email": "[email protected]"
5731
                },
5732
                {
5733
                    "name": "Symfony Community",
5734
                    "homepage": "https://symfony.com/contributors"
5735
                }
5736
            ],
5737
            "description": "Symfony Stopwatch Component",
5738
            "homepage": "https://symfony.com",
5739
            "time": "2018-02-19T16:51:42+00:00"
5740
        },
5741
        {
5742
            "name": "symfony/yaml",
5743
            "version": "v4.1.2",
5744
            "source": {
5745
                "type": "git",
5746
                "url": "https://github.com/symfony/yaml.git",
5747
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
5748
            },
5749
            "dist": {
5750
                "type": "zip",
5751
                "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
5752
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
5753
                "shasum": ""
5754
            },
5755
            "require": {
5756
                "php": "^7.1.3",
5757
                "symfony/polyfill-ctype": "~1.8"
5758
            },
5759
            "conflict": {
5760
                "symfony/console": "<3.4"
5761
            },
5762
            "require-dev": {
5763
                "symfony/console": "~3.4|~4.0"
5764
            },
5765
            "suggest": {
5766
                "symfony/console": "For validating YAML files using the lint command"
5767
            },
5768
            "type": "library",
5769
            "extra": {
5770
                "branch-alias": {
5771
                    "dev-master": "4.1-dev"
5772
                }
5773
            },
5774
            "autoload": {
5775
                "psr-4": {
5776
                    "Symfony\\Component\\Yaml\\": ""
5777
                },
5778
                "exclude-from-classmap": [
5779
                    "/Tests/"
5780
                ]
5781
            },
5782
            "notification-url": "https://packagist.org/downloads/",
5783
            "license": [
5784
                "MIT"
5785
            ],
5786
            "authors": [
5787
                {
5788
                    "name": "Fabien Potencier",
5789
                    "email": "[email protected]"
5790
                },
5791
                {
5792
                    "name": "Symfony Community",
5793
                    "homepage": "https://symfony.com/contributors"
5794
                }
5795
            ],
5796
            "description": "Symfony Yaml Component",
5797
            "homepage": "https://symfony.com",
5798
            "time": "2018-05-30T07:26:09+00:00"
5799
        },
5800
        {
5801
            "name": "theseer/tokenizer",
5802
            "version": "1.1.0",
5803
            "source": {
5804
                "type": "git",
5805
                "url": "https://github.com/theseer/tokenizer.git",
5806
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5807
            },
5808
            "dist": {
5809
                "type": "zip",
5810
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5811
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5812
                "shasum": ""
5813
            },
5814
            "require": {
5815
                "ext-dom": "*",
5816
                "ext-tokenizer": "*",
5817
                "ext-xmlwriter": "*",
5818
                "php": "^7.0"
5819
            },
5820
            "type": "library",
5821
            "autoload": {
5822
                "classmap": [
5823
                    "src/"
5824
                ]
5825
            },
5826
            "notification-url": "https://packagist.org/downloads/",
5827
            "license": [
5828
                "BSD-3-Clause"
5829
            ],
5830
            "authors": [
5831
                {
5832
                    "name": "Arne Blankerts",
5833
                    "email": "[email protected]",
5834
                    "role": "Developer"
5835
                }
5836
            ],
5837
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5838
            "time": "2017-04-07T12:08:54+00:00"
5839
        },
5840
        {
5841
            "name": "twig/twig",
5842
            "version": "v2.5.0",
5843
            "source": {
5844
                "type": "git",
5845
                "url": "https://github.com/twigphp/Twig.git",
5846
                "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
5847
            },
5848
            "dist": {
5849
                "type": "zip",
5850
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
5851
                "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
5852
                "shasum": ""
5853
            },
5854
            "require": {
5855
                "php": "^7.0",
5856
                "symfony/polyfill-ctype": "^1.8",
5857
                "symfony/polyfill-mbstring": "~1.0"
5858
            },
5859
            "require-dev": {
5860
                "psr/container": "^1.0",
5861
                "symfony/debug": "^2.7",
5862
                "symfony/phpunit-bridge": "^3.3"
5863
            },
5864
            "type": "library",
5865
            "extra": {
5866
                "branch-alias": {
5867
                    "dev-master": "2.5-dev"
5868
                }
5869
            },
5870
            "autoload": {
5871
                "psr-0": {
5872
                    "Twig_": "lib/"
5873
                },
5874
                "psr-4": {
5875
                    "Twig\\": "src/"
5876
                }
5877
            },
5878
            "notification-url": "https://packagist.org/downloads/",
5879
            "license": [
5880
                "BSD-3-Clause"
5881
            ],
5882
            "authors": [
5883
                {
5884
                    "name": "Fabien Potencier",
5885
                    "email": "[email protected]",
5886
                    "homepage": "http://fabien.potencier.org",
5887
                    "role": "Lead Developer"
5888
                },
5889
                {
5890
                    "name": "Armin Ronacher",
5891
                    "email": "[email protected]",
5892
                    "role": "Project Founder"
5893
                },
5894
                {
5895
                    "name": "Twig Team",
5896
                    "homepage": "https://twig.symfony.com/contributors",
5897
                    "role": "Contributors"
5898
                }
5899
            ],
5900
            "description": "Twig, the flexible, fast, and secure template language for PHP",
5901
            "homepage": "https://twig.symfony.com",
5902
            "keywords": [
5903
                "templating"
5904
            ],
5905
            "time": "2018-07-13T07:18:09+00:00"
5906
        },
5907
        {
5908
            "name": "webmozart/assert",
5909
            "version": "1.3.0",
5910
            "source": {
5911
                "type": "git",
5912
                "url": "https://github.com/webmozart/assert.git",
5913
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5914
            },
5915
            "dist": {
5916
                "type": "zip",
5917
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5918
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5919
                "shasum": ""
5920
            },
5921
            "require": {
5922
                "php": "^5.3.3 || ^7.0"
5923
            },
5924
            "require-dev": {
5925
                "phpunit/phpunit": "^4.6",
5926
                "sebastian/version": "^1.0.1"
5927
            },
5928
            "type": "library",
5929
            "extra": {
5930
                "branch-alias": {
5931
                    "dev-master": "1.3-dev"
5932
                }
5933
            },
5934
            "autoload": {
5935
                "psr-4": {
5936
                    "Webmozart\\Assert\\": "src/"
5937
                }
5938
            },
5939
            "notification-url": "https://packagist.org/downloads/",
5940
            "license": [
5941
                "MIT"
5942
            ],
5943
            "authors": [
5944
                {
5945
                    "name": "Bernhard Schussek",
5946
                    "email": "[email protected]"
5947
                }
5948
            ],
5949
            "description": "Assertions to validate method input/output with nice error messages.",
5950
            "keywords": [
5951
                "assert",
5952
                "check",
5953
                "validate"
5954
            ],
5955
            "time": "2018-01-29T19:49:41+00:00"
5956
        },
5957
        {
5958
            "name": "zendframework/zend-code",
5959
            "version": "3.3.0",
5960
            "source": {
5961
                "type": "git",
5962
                "url": "https://github.com/zendframework/zend-code.git",
5963
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d"
5964
            },
5965
            "dist": {
5966
                "type": "zip",
5967
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d",
5968
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d",
5969
                "shasum": ""
5970
            },
5971
            "require": {
5972
                "php": "^7.1",
5973
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
5974
            },
5975
            "require-dev": {
5976
                "doctrine/annotations": "~1.0",
5977
                "ext-phar": "*",
5978
                "phpunit/phpunit": "^6.2.3",
5979
                "zendframework/zend-coding-standard": "^1.0.0",
5980
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
5981
            },
5982
            "suggest": {
5983
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
5984
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
5985
            },
5986
            "type": "library",
5987
            "extra": {
5988
                "branch-alias": {
5989
                    "dev-master": "3.2-dev",
5990
                    "dev-develop": "3.3-dev"
5991
                }
5992
            },
5993
            "autoload": {
5994
                "psr-4": {
5995
                    "Zend\\Code\\": "src/"
5996
                }
5997
            },
5998
            "notification-url": "https://packagist.org/downloads/",
5999
            "license": [
6000
                "BSD-3-Clause"
6001
            ],
6002
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
6003
            "homepage": "https://github.com/zendframework/zend-code",
6004
            "keywords": [
6005
                "code",
6006
                "zf2"
6007
            ],
6008
            "time": "2017-10-20T15:21:32+00:00"
6009
        },
6010
        {
6011
            "name": "zendframework/zend-component-installer",
6012
            "version": "2.1.1",
6013
            "source": {
6014
                "type": "git",
6015
                "url": "https://github.com/zendframework/zend-component-installer.git",
6016
                "reference": "788b74439fff056b848c47aeb3d8b63cf2fb2161"
6017
            },
6018
            "dist": {
6019
                "type": "zip",
6020
                "url": "https://api.github.com/repos/zendframework/zend-component-installer/zipball/788b74439fff056b848c47aeb3d8b63cf2fb2161",
6021
                "reference": "788b74439fff056b848c47aeb3d8b63cf2fb2161",
6022
                "shasum": ""
6023
            },
6024
            "require": {
6025
                "composer-plugin-api": "^1.0",
6026
                "php": "^7.1"
6027
            },
6028
            "require-dev": {
6029
                "composer/composer": "^1.5.2",
6030
                "malukenho/docheader": "^0.1.6",
6031
                "mikey179/vfsstream": "^1.6.5",
6032
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
6033
                "zendframework/zend-coding-standard": "~1.0.0"
6034
            },
6035
            "type": "composer-plugin",
6036
            "extra": {
6037
                "branch-alias": {
6038
                    "dev-master": "2.1.x-dev",
6039
                    "dev-develop": "2.2.x-dev"
6040
                },
6041
                "class": "Zend\\ComponentInstaller\\ComponentInstaller"
6042
            },
6043
            "autoload": {
6044
                "psr-4": {
6045
                    "Zend\\ComponentInstaller\\": "src/"
6046
                }
6047
            },
6048
            "notification-url": "https://packagist.org/downloads/",
6049
            "license": [
6050
                "BSD-3-Clause"
6051
            ],
6052
            "description": "Composer plugin for automating component registration in zend-mvc and Expressive applications",
6053
            "keywords": [
6054
                "ZendFramework",
6055
                "component installer",
6056
                "composer",
6057
                "plugin",
6058
                "zf"
6059
            ],
6060
            "time": "2018-03-21T16:53:56+00:00"
6061
        },
6062
        {
6063
            "name": "zendframework/zend-eventmanager",
6064
            "version": "3.2.1",
6065
            "source": {
6066
                "type": "git",
6067
                "url": "https://github.com/zendframework/zend-eventmanager.git",
6068
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
6069
            },
6070
            "dist": {
6071
                "type": "zip",
6072
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
6073
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
6074
                "shasum": ""
6075
            },
6076
            "require": {
6077
                "php": "^5.6 || ^7.0"
6078
            },
6079
            "require-dev": {
6080
                "athletic/athletic": "^0.1",
6081
                "container-interop/container-interop": "^1.1.0",
6082
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
6083
                "zendframework/zend-coding-standard": "~1.0.0",
6084
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
6085
            },
6086
            "suggest": {
6087
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
6088
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
6089
            },
6090
            "type": "library",
6091
            "extra": {
6092
                "branch-alias": {
6093
                    "dev-master": "3.2-dev",
6094
                    "dev-develop": "3.3-dev"
6095
                }
6096
            },
6097
            "autoload": {
6098
                "psr-4": {
6099
                    "Zend\\EventManager\\": "src/"
6100
                }
6101
            },
6102
            "notification-url": "https://packagist.org/downloads/",
6103
            "license": [
6104
                "BSD-3-Clause"
6105
            ],
6106
            "description": "Trigger and listen to events within a PHP application",
6107
            "homepage": "https://github.com/zendframework/zend-eventmanager",
6108
            "keywords": [
6109
                "event",
6110
                "eventmanager",
6111
                "events",
6112
                "zf2"
6113
            ],
6114
            "time": "2018-04-25T15:33:34+00:00"
6115
        },
6116
        {
6117
            "name": "zendframework/zend-expressive-tooling",
6118
            "version": "1.0.1",
6119
            "source": {
6120
                "type": "git",
6121
                "url": "https://github.com/zendframework/zend-expressive-tooling.git",
6122
                "reference": "0e5b030961cd980323dd48965d13d5cb904b51de"
6123
            },
6124
            "dist": {
6125
                "type": "zip",
6126
                "url": "https://api.github.com/repos/zendframework/zend-expressive-tooling/zipball/0e5b030961cd980323dd48965d13d5cb904b51de",
6127
                "reference": "0e5b030961cd980323dd48965d13d5cb904b51de",
6128
                "shasum": ""
6129
            },
6130
            "require": {
6131
                "ocramius/package-versions": "^1.3",
6132
                "php": "^7.1",
6133
                "symfony/console": "^2.8 || ^3.0 || ^4.0",
6134
                "zendframework/zend-code": "^2.6.3 || ^3.3",
6135
                "zendframework/zend-component-installer": "^2.0",
6136
                "zendframework/zend-expressive": "^3.0",
6137
                "zendframework/zend-expressive-router": "^3.0",
6138
                "zendframework/zend-stdlib": "^3.1",
6139
                "zendframework/zend-stratigility": "^3.0",
6140
                "zfcampus/zf-composer-autoloading": "^2.0"
6141
            },
6142
            "require-dev": {
6143
                "malukenho/docheader": "^0.1.6",
6144
                "mikey179/vfsstream": "^1.6.5",
6145
                "mockery/mockery": "^1.0",
6146
                "php-mock/php-mock-phpunit": "^2.1",
6147
                "phpunit/phpunit": "^7.0.3",
6148
                "zendframework/zend-coding-standard": "~1.0.0"
6149
            },
6150
            "bin": [
6151
                "bin/expressive"
6152
            ],
6153
            "type": "library",
6154
            "extra": {
6155
                "branch-alias": {
6156
                    "dev-master": "1.0.x-dev",
6157
                    "dev-develop": "1.1.x-dev"
6158
                }
6159
            },
6160
            "autoload": {
6161
                "psr-4": {
6162
                    "Zend\\Expressive\\Tooling\\": "src/"
6163
                }
6164
            },
6165
            "notification-url": "https://packagist.org/downloads/",
6166
            "license": [
6167
                "BSD-3-Clause"
6168
            ],
6169
            "description": "Migration and development tooling for Expressive",
6170
            "keywords": [
6171
                "ZendFramework",
6172
                "http",
6173
                "middleware",
6174
                "psr",
6175
                "psr-7",
6176
                "zend-expressive",
6177
                "zf"
6178
            ],
6179
            "time": "2018-03-27T19:29:07+00:00"
6180
        },
6181
        {
6182
            "name": "zfcampus/zf-composer-autoloading",
6183
            "version": "2.1.0",
6184
            "source": {
6185
                "type": "git",
6186
                "url": "https://github.com/zfcampus/zf-composer-autoloading.git",
6187
                "reference": "537145efec53c784ddc06f1af93102ddede52ceb"
6188
            },
6189
            "dist": {
6190
                "type": "zip",
6191
                "url": "https://api.github.com/repos/zfcampus/zf-composer-autoloading/zipball/537145efec53c784ddc06f1af93102ddede52ceb",
6192
                "reference": "537145efec53c784ddc06f1af93102ddede52ceb",
6193
                "shasum": ""
6194
            },
6195
            "require": {
6196
                "php": "^5.6 || ^7.0",
6197
                "zendframework/zend-stdlib": "^3.1"
6198
            },
6199
            "require-dev": {
6200
                "mikey179/vfsstream": "^1.6.4",
6201
                "mockery/mockery": "^1.0",
6202
                "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
6203
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
6204
                "zendframework/zend-coding-standard": "~1.0.0"
6205
            },
6206
            "bin": [
6207
                "bin/zf-composer-autoloading"
6208
            ],
6209
            "type": "library",
6210
            "extra": {
6211
                "branch-alias": {
6212
                    "dev-master": "2.1.x-dev",
6213
                    "dev-develop": "2.2.x-dev"
6214
                }
6215
            },
6216
            "autoload": {
6217
                "psr-4": {
6218
                    "ZF\\ComposerAutoloading\\": "src/"
6219
                }
6220
            },
6221
            "notification-url": "https://packagist.org/downloads/",
6222
            "license": [
6223
                "BSD-3-Clause"
6224
            ],
6225
            "description": "Sets up Composer-based autoloading for your Zend Framework modules",
6226
            "homepage": "http://apigility.org/",
6227
            "keywords": [
6228
                "ZendFramework",
6229
                "autoloading",
6230
                "console",
6231
                "framework",
6232
                "zf"
6233
            ],
6234
            "time": "2018-05-03T22:00:38+00:00"
6235
        }
6236
    ],
6237
    "aliases": [
6238
        {
6239
            "alias": "2.6.4",
6240
            "alias_normalized": "2.6.4.0",
6241
            "version": "2.8.9999999.9999999-dev",
6242
            "package": "doctrine/dbal"
6243
        }
6244
    ],
6245
    "minimum-stability": "dev",
6246
    "stability-flags": {
6247
        "roave/security-advisories": 20,
6248
        "monolog/monolog": 20,
6249
        "doctrine/dbal": 20,
6250
        "slayerbirden/dataflow": 20,
6251
        "slayerbirden/df-code-generation": 20
6252
    },
6253
    "prefer-stable": true,
6254
    "prefer-lowest": false,
6255
    "platform": [],
6256
    "platform-dev": []
6257
}
6258