Completed
Push — develop ( 40623c...488cb7 )
by Mike
06:19
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "2091cc6cdc6d7f4ee229c240ac0a9ee1",
8
    "packages": [
9
        {
10
            "name": "composer/ca-bundle",
11
            "version": "1.1.2",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/composer/ca-bundle.git",
15
                "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/46afded9720f40b9dc63542af4e3e43a1177acb0",
20
                "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-openssl": "*",
25
                "ext-pcre": "*",
26
                "php": "^5.3.2 || ^7.0"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
30
                "psr/log": "^1.0",
31
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
32
            },
33
            "type": "library",
34
            "extra": {
35
                "branch-alias": {
36
                    "dev-master": "1.x-dev"
37
                }
38
            },
39
            "autoload": {
40
                "psr-4": {
41
                    "Composer\\CaBundle\\": "src"
42
                }
43
            },
44
            "notification-url": "https://packagist.org/downloads/",
45
            "license": [
46
                "MIT"
47
            ],
48
            "authors": [
49
                {
50
                    "name": "Jordi Boggiano",
51
                    "email": "[email protected]",
52
                    "homepage": "http://seld.be"
53
                }
54
            ],
55
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
56
            "keywords": [
57
                "cabundle",
58
                "cacert",
59
                "certificate",
60
                "ssl",
61
                "tls"
62
            ],
63
            "time": "2018-08-08T08:57:40+00:00"
64
        },
65
        {
66
            "name": "container-interop/container-interop",
67
            "version": "1.2.0",
68
            "source": {
69
                "type": "git",
70
                "url": "https://github.com/container-interop/container-interop.git",
71
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
72
            },
73
            "dist": {
74
                "type": "zip",
75
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
76
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
77
                "shasum": ""
78
            },
79
            "require": {
80
                "psr/container": "^1.0"
81
            },
82
            "type": "library",
83
            "autoload": {
84
                "psr-4": {
85
                    "Interop\\Container\\": "src/Interop/Container/"
86
                }
87
            },
88
            "notification-url": "https://packagist.org/downloads/",
89
            "license": [
90
                "MIT"
91
            ],
92
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
93
            "homepage": "https://github.com/container-interop/container-interop",
94
            "time": "2017-02-14T19:40:03+00:00"
95
        },
96
        {
97
            "name": "doctrine/annotations",
98
            "version": "v1.6.0",
99
            "source": {
100
                "type": "git",
101
                "url": "https://github.com/doctrine/annotations.git",
102
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
103
            },
104
            "dist": {
105
                "type": "zip",
106
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
107
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
108
                "shasum": ""
109
            },
110
            "require": {
111
                "doctrine/lexer": "1.*",
112
                "php": "^7.1"
113
            },
114
            "require-dev": {
115
                "doctrine/cache": "1.*",
116
                "phpunit/phpunit": "^6.4"
117
            },
118
            "type": "library",
119
            "extra": {
120
                "branch-alias": {
121
                    "dev-master": "1.6.x-dev"
122
                }
123
            },
124
            "autoload": {
125
                "psr-4": {
126
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
127
                }
128
            },
129
            "notification-url": "https://packagist.org/downloads/",
130
            "license": [
131
                "MIT"
132
            ],
133
            "authors": [
134
                {
135
                    "name": "Roman Borschel",
136
                    "email": "[email protected]"
137
                },
138
                {
139
                    "name": "Benjamin Eberlei",
140
                    "email": "[email protected]"
141
                },
142
                {
143
                    "name": "Guilherme Blanco",
144
                    "email": "[email protected]"
145
                },
146
                {
147
                    "name": "Jonathan Wage",
148
                    "email": "[email protected]"
149
                },
150
                {
151
                    "name": "Johannes Schmitt",
152
                    "email": "[email protected]"
153
                }
154
            ],
155
            "description": "Docblock Annotations Parser",
156
            "homepage": "http://www.doctrine-project.org",
157
            "keywords": [
158
                "annotations",
159
                "docblock",
160
                "parser"
161
            ],
162
            "time": "2017-12-06T07:11:42+00:00"
163
        },
164
        {
165
            "name": "doctrine/cache",
166
            "version": "v1.8.0",
167
            "source": {
168
                "type": "git",
169
                "url": "https://github.com/doctrine/cache.git",
170
                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
171
            },
172
            "dist": {
173
                "type": "zip",
174
                "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
175
                "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
176
                "shasum": ""
177
            },
178
            "require": {
179
                "php": "~7.1"
180
            },
181
            "conflict": {
182
                "doctrine/common": ">2.2,<2.4"
183
            },
184
            "require-dev": {
185
                "alcaeus/mongo-php-adapter": "^1.1",
186
                "doctrine/coding-standard": "^4.0",
187
                "mongodb/mongodb": "^1.1",
188
                "phpunit/phpunit": "^7.0",
189
                "predis/predis": "~1.0"
190
            },
191
            "suggest": {
192
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
193
            },
194
            "type": "library",
195
            "extra": {
196
                "branch-alias": {
197
                    "dev-master": "1.8.x-dev"
198
                }
199
            },
200
            "autoload": {
201
                "psr-4": {
202
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
203
                }
204
            },
205
            "notification-url": "https://packagist.org/downloads/",
206
            "license": [
207
                "MIT"
208
            ],
209
            "authors": [
210
                {
211
                    "name": "Roman Borschel",
212
                    "email": "[email protected]"
213
                },
214
                {
215
                    "name": "Benjamin Eberlei",
216
                    "email": "[email protected]"
217
                },
218
                {
219
                    "name": "Guilherme Blanco",
220
                    "email": "[email protected]"
221
                },
222
                {
223
                    "name": "Jonathan Wage",
224
                    "email": "[email protected]"
225
                },
226
                {
227
                    "name": "Johannes Schmitt",
228
                    "email": "[email protected]"
229
                }
230
            ],
231
            "description": "Caching library offering an object-oriented API for many cache backends",
232
            "homepage": "https://www.doctrine-project.org",
233
            "keywords": [
234
                "cache",
235
                "caching"
236
            ],
237
            "time": "2018-08-21T18:01:43+00:00"
238
        },
239
        {
240
            "name": "doctrine/collections",
241
            "version": "v1.5.0",
242
            "source": {
243
                "type": "git",
244
                "url": "https://github.com/doctrine/collections.git",
245
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
246
            },
247
            "dist": {
248
                "type": "zip",
249
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
250
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
251
                "shasum": ""
252
            },
253
            "require": {
254
                "php": "^7.1"
255
            },
256
            "require-dev": {
257
                "doctrine/coding-standard": "~0.1@dev",
258
                "phpunit/phpunit": "^5.7"
259
            },
260
            "type": "library",
261
            "extra": {
262
                "branch-alias": {
263
                    "dev-master": "1.3.x-dev"
264
                }
265
            },
266
            "autoload": {
267
                "psr-0": {
268
                    "Doctrine\\Common\\Collections\\": "lib/"
269
                }
270
            },
271
            "notification-url": "https://packagist.org/downloads/",
272
            "license": [
273
                "MIT"
274
            ],
275
            "authors": [
276
                {
277
                    "name": "Roman Borschel",
278
                    "email": "[email protected]"
279
                },
280
                {
281
                    "name": "Benjamin Eberlei",
282
                    "email": "[email protected]"
283
                },
284
                {
285
                    "name": "Guilherme Blanco",
286
                    "email": "[email protected]"
287
                },
288
                {
289
                    "name": "Jonathan Wage",
290
                    "email": "[email protected]"
291
                },
292
                {
293
                    "name": "Johannes Schmitt",
294
                    "email": "[email protected]"
295
                }
296
            ],
297
            "description": "Collections Abstraction library",
298
            "homepage": "http://www.doctrine-project.org",
299
            "keywords": [
300
                "array",
301
                "collections",
302
                "iterator"
303
            ],
304
            "time": "2017-07-22T10:37:32+00:00"
305
        },
306
        {
307
            "name": "doctrine/common",
308
            "version": "v2.9.0",
309
            "source": {
310
                "type": "git",
311
                "url": "https://github.com/doctrine/common.git",
312
                "reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1"
313
            },
314
            "dist": {
315
                "type": "zip",
316
                "url": "https://api.github.com/repos/doctrine/common/zipball/a210246d286c77d2b89040f8691ba7b3a713d2c1",
317
                "reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1",
318
                "shasum": ""
319
            },
320
            "require": {
321
                "doctrine/annotations": "^1.0",
322
                "doctrine/cache": "^1.0",
323
                "doctrine/collections": "^1.0",
324
                "doctrine/event-manager": "^1.0",
325
                "doctrine/inflector": "^1.0",
326
                "doctrine/lexer": "^1.0",
327
                "doctrine/persistence": "^1.0",
328
                "doctrine/reflection": "^1.0",
329
                "php": "^7.1"
330
            },
331
            "require-dev": {
332
                "doctrine/coding-standard": "^1.0",
333
                "phpunit/phpunit": "^6.3",
334
                "squizlabs/php_codesniffer": "^3.0",
335
                "symfony/phpunit-bridge": "^4.0.5"
336
            },
337
            "type": "library",
338
            "extra": {
339
                "branch-alias": {
340
                    "dev-master": "2.9.x-dev"
341
                }
342
            },
343
            "autoload": {
344
                "psr-4": {
345
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
346
                }
347
            },
348
            "notification-url": "https://packagist.org/downloads/",
349
            "license": [
350
                "MIT"
351
            ],
352
            "authors": [
353
                {
354
                    "name": "Roman Borschel",
355
                    "email": "[email protected]"
356
                },
357
                {
358
                    "name": "Benjamin Eberlei",
359
                    "email": "[email protected]"
360
                },
361
                {
362
                    "name": "Guilherme Blanco",
363
                    "email": "[email protected]"
364
                },
365
                {
366
                    "name": "Jonathan Wage",
367
                    "email": "[email protected]"
368
                },
369
                {
370
                    "name": "Johannes Schmitt",
371
                    "email": "[email protected]"
372
                },
373
                {
374
                    "name": "Marco Pivetta",
375
                    "email": "[email protected]"
376
                }
377
            ],
378
            "description": "Common Library for Doctrine projects",
379
            "homepage": "https://www.doctrine-project.org",
380
            "keywords": [
381
                "annotations",
382
                "collections",
383
                "eventmanager",
384
                "persistence",
385
                "spl"
386
            ],
387
            "time": "2018-07-12T21:16:12+00:00"
388
        },
389
        {
390
            "name": "doctrine/event-manager",
391
            "version": "v1.0.0",
392
            "source": {
393
                "type": "git",
394
                "url": "https://github.com/doctrine/event-manager.git",
395
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
396
            },
397
            "dist": {
398
                "type": "zip",
399
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
400
                "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
401
                "shasum": ""
402
            },
403
            "require": {
404
                "php": "^7.1"
405
            },
406
            "conflict": {
407
                "doctrine/common": "<2.9@dev"
408
            },
409
            "require-dev": {
410
                "doctrine/coding-standard": "^4.0",
411
                "phpunit/phpunit": "^7.0"
412
            },
413
            "type": "library",
414
            "extra": {
415
                "branch-alias": {
416
                    "dev-master": "1.0.x-dev"
417
                }
418
            },
419
            "autoload": {
420
                "psr-4": {
421
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
422
                }
423
            },
424
            "notification-url": "https://packagist.org/downloads/",
425
            "license": [
426
                "MIT"
427
            ],
428
            "authors": [
429
                {
430
                    "name": "Roman Borschel",
431
                    "email": "[email protected]"
432
                },
433
                {
434
                    "name": "Benjamin Eberlei",
435
                    "email": "[email protected]"
436
                },
437
                {
438
                    "name": "Guilherme Blanco",
439
                    "email": "[email protected]"
440
                },
441
                {
442
                    "name": "Jonathan Wage",
443
                    "email": "[email protected]"
444
                },
445
                {
446
                    "name": "Johannes Schmitt",
447
                    "email": "[email protected]"
448
                },
449
                {
450
                    "name": "Marco Pivetta",
451
                    "email": "[email protected]"
452
                }
453
            ],
454
            "description": "Doctrine Event Manager component",
455
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
456
            "keywords": [
457
                "event",
458
                "eventdispatcher",
459
                "eventmanager"
460
            ],
461
            "time": "2018-06-11T11:59:03+00:00"
462
        },
463
        {
464
            "name": "doctrine/inflector",
465
            "version": "v1.3.0",
466
            "source": {
467
                "type": "git",
468
                "url": "https://github.com/doctrine/inflector.git",
469
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
470
            },
471
            "dist": {
472
                "type": "zip",
473
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
474
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
475
                "shasum": ""
476
            },
477
            "require": {
478
                "php": "^7.1"
479
            },
480
            "require-dev": {
481
                "phpunit/phpunit": "^6.2"
482
            },
483
            "type": "library",
484
            "extra": {
485
                "branch-alias": {
486
                    "dev-master": "1.3.x-dev"
487
                }
488
            },
489
            "autoload": {
490
                "psr-4": {
491
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
492
                }
493
            },
494
            "notification-url": "https://packagist.org/downloads/",
495
            "license": [
496
                "MIT"
497
            ],
498
            "authors": [
499
                {
500
                    "name": "Roman Borschel",
501
                    "email": "[email protected]"
502
                },
503
                {
504
                    "name": "Benjamin Eberlei",
505
                    "email": "[email protected]"
506
                },
507
                {
508
                    "name": "Guilherme Blanco",
509
                    "email": "[email protected]"
510
                },
511
                {
512
                    "name": "Jonathan Wage",
513
                    "email": "[email protected]"
514
                },
515
                {
516
                    "name": "Johannes Schmitt",
517
                    "email": "[email protected]"
518
                }
519
            ],
520
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
521
            "homepage": "http://www.doctrine-project.org",
522
            "keywords": [
523
                "inflection",
524
                "pluralize",
525
                "singularize",
526
                "string"
527
            ],
528
            "time": "2018-01-09T20:05:19+00:00"
529
        },
530
        {
531
            "name": "doctrine/instantiator",
532
            "version": "1.1.0",
533
            "source": {
534
                "type": "git",
535
                "url": "https://github.com/doctrine/instantiator.git",
536
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
537
            },
538
            "dist": {
539
                "type": "zip",
540
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
541
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
542
                "shasum": ""
543
            },
544
            "require": {
545
                "php": "^7.1"
546
            },
547
            "require-dev": {
548
                "athletic/athletic": "~0.1.8",
549
                "ext-pdo": "*",
550
                "ext-phar": "*",
551
                "phpunit/phpunit": "^6.2.3",
552
                "squizlabs/php_codesniffer": "^3.0.2"
553
            },
554
            "type": "library",
555
            "extra": {
556
                "branch-alias": {
557
                    "dev-master": "1.2.x-dev"
558
                }
559
            },
560
            "autoload": {
561
                "psr-4": {
562
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
563
                }
564
            },
565
            "notification-url": "https://packagist.org/downloads/",
566
            "license": [
567
                "MIT"
568
            ],
569
            "authors": [
570
                {
571
                    "name": "Marco Pivetta",
572
                    "email": "[email protected]",
573
                    "homepage": "http://ocramius.github.com/"
574
                }
575
            ],
576
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
577
            "homepage": "https://github.com/doctrine/instantiator",
578
            "keywords": [
579
                "constructor",
580
                "instantiate"
581
            ],
582
            "time": "2017-07-22T11:58:36+00:00"
583
        },
584
        {
585
            "name": "doctrine/lexer",
586
            "version": "v1.0.1",
587
            "source": {
588
                "type": "git",
589
                "url": "https://github.com/doctrine/lexer.git",
590
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
591
            },
592
            "dist": {
593
                "type": "zip",
594
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
595
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
596
                "shasum": ""
597
            },
598
            "require": {
599
                "php": ">=5.3.2"
600
            },
601
            "type": "library",
602
            "extra": {
603
                "branch-alias": {
604
                    "dev-master": "1.0.x-dev"
605
                }
606
            },
607
            "autoload": {
608
                "psr-0": {
609
                    "Doctrine\\Common\\Lexer\\": "lib/"
610
                }
611
            },
612
            "notification-url": "https://packagist.org/downloads/",
613
            "license": [
614
                "MIT"
615
            ],
616
            "authors": [
617
                {
618
                    "name": "Roman Borschel",
619
                    "email": "[email protected]"
620
                },
621
                {
622
                    "name": "Guilherme Blanco",
623
                    "email": "[email protected]"
624
                },
625
                {
626
                    "name": "Johannes Schmitt",
627
                    "email": "[email protected]"
628
                }
629
            ],
630
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
631
            "homepage": "http://www.doctrine-project.org",
632
            "keywords": [
633
                "lexer",
634
                "parser"
635
            ],
636
            "time": "2014-09-09T13:34:57+00:00"
637
        },
638
        {
639
            "name": "doctrine/persistence",
640
            "version": "v1.0.1",
641
            "source": {
642
                "type": "git",
643
                "url": "https://github.com/doctrine/persistence.git",
644
                "reference": "af1ec238659a83e320f03e0e454e200f689b4b97"
645
            },
646
            "dist": {
647
                "type": "zip",
648
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/af1ec238659a83e320f03e0e454e200f689b4b97",
649
                "reference": "af1ec238659a83e320f03e0e454e200f689b4b97",
650
                "shasum": ""
651
            },
652
            "require": {
653
                "doctrine/annotations": "^1.0",
654
                "doctrine/cache": "^1.0",
655
                "doctrine/collections": "^1.0",
656
                "doctrine/event-manager": "^1.0",
657
                "doctrine/reflection": "^1.0",
658
                "php": "^7.1"
659
            },
660
            "conflict": {
661
                "doctrine/common": "<2.9@dev"
662
            },
663
            "require-dev": {
664
                "doctrine/coding-standard": "^4.0",
665
                "phpstan/phpstan": "^0.8",
666
                "phpunit/phpunit": "^7.0"
667
            },
668
            "type": "library",
669
            "extra": {
670
                "branch-alias": {
671
                    "dev-master": "1.0.x-dev"
672
                }
673
            },
674
            "autoload": {
675
                "psr-4": {
676
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
677
                }
678
            },
679
            "notification-url": "https://packagist.org/downloads/",
680
            "license": [
681
                "MIT"
682
            ],
683
            "authors": [
684
                {
685
                    "name": "Roman Borschel",
686
                    "email": "[email protected]"
687
                },
688
                {
689
                    "name": "Benjamin Eberlei",
690
                    "email": "[email protected]"
691
                },
692
                {
693
                    "name": "Guilherme Blanco",
694
                    "email": "[email protected]"
695
                },
696
                {
697
                    "name": "Jonathan Wage",
698
                    "email": "[email protected]"
699
                },
700
                {
701
                    "name": "Johannes Schmitt",
702
                    "email": "[email protected]"
703
                },
704
                {
705
                    "name": "Marco Pivetta",
706
                    "email": "[email protected]"
707
                }
708
            ],
709
            "description": "Doctrine Persistence abstractions.",
710
            "homepage": "https://doctrine-project.org/projects/persistence.html",
711
            "keywords": [
712
                "persistence"
713
            ],
714
            "time": "2018-07-12T12:37:50+00:00"
715
        },
716
        {
717
            "name": "doctrine/reflection",
718
            "version": "v1.0.0",
719
            "source": {
720
                "type": "git",
721
                "url": "https://github.com/doctrine/reflection.git",
722
                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
723
            },
724
            "dist": {
725
                "type": "zip",
726
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
727
                "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
728
                "shasum": ""
729
            },
730
            "require": {
731
                "doctrine/annotations": "^1.0",
732
                "ext-tokenizer": "*",
733
                "php": "^7.1"
734
            },
735
            "require-dev": {
736
                "doctrine/coding-standard": "^4.0",
737
                "doctrine/common": "^2.8",
738
                "phpstan/phpstan": "^0.9.2",
739
                "phpstan/phpstan-phpunit": "^0.9.4",
740
                "phpunit/phpunit": "^7.0",
741
                "squizlabs/php_codesniffer": "^3.0"
742
            },
743
            "type": "library",
744
            "extra": {
745
                "branch-alias": {
746
                    "dev-master": "1.0.x-dev"
747
                }
748
            },
749
            "autoload": {
750
                "psr-4": {
751
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
752
                }
753
            },
754
            "notification-url": "https://packagist.org/downloads/",
755
            "license": [
756
                "MIT"
757
            ],
758
            "authors": [
759
                {
760
                    "name": "Roman Borschel",
761
                    "email": "[email protected]"
762
                },
763
                {
764
                    "name": "Benjamin Eberlei",
765
                    "email": "[email protected]"
766
                },
767
                {
768
                    "name": "Guilherme Blanco",
769
                    "email": "[email protected]"
770
                },
771
                {
772
                    "name": "Jonathan Wage",
773
                    "email": "[email protected]"
774
                },
775
                {
776
                    "name": "Johannes Schmitt",
777
                    "email": "[email protected]"
778
                },
779
                {
780
                    "name": "Marco Pivetta",
781
                    "email": "[email protected]"
782
                }
783
            ],
784
            "description": "Doctrine Reflection component",
785
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
786
            "keywords": [
787
                "reflection"
788
            ],
789
            "time": "2018-06-14T14:45:07+00:00"
790
        },
791
        {
792
            "name": "erusev/parsedown",
793
            "version": "1.7.1",
794
            "source": {
795
                "type": "git",
796
                "url": "https://github.com/erusev/parsedown.git",
797
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
798
            },
799
            "dist": {
800
                "type": "zip",
801
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
802
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
803
                "shasum": ""
804
            },
805
            "require": {
806
                "ext-mbstring": "*",
807
                "php": ">=5.3.0"
808
            },
809
            "require-dev": {
810
                "phpunit/phpunit": "^4.8.35"
811
            },
812
            "type": "library",
813
            "autoload": {
814
                "psr-0": {
815
                    "Parsedown": ""
816
                }
817
            },
818
            "notification-url": "https://packagist.org/downloads/",
819
            "license": [
820
                "MIT"
821
            ],
822
            "authors": [
823
                {
824
                    "name": "Emanuil Rusev",
825
                    "email": "[email protected]",
826
                    "homepage": "http://erusev.com"
827
                }
828
            ],
829
            "description": "Parser for Markdown.",
830
            "homepage": "http://parsedown.org",
831
            "keywords": [
832
                "markdown",
833
                "parser"
834
            ],
835
            "time": "2018-03-08T01:11:30+00:00"
836
        },
837
        {
838
            "name": "jean85/pretty-package-versions",
839
            "version": "1.2",
840
            "source": {
841
                "type": "git",
842
                "url": "https://github.com/Jean85/pretty-package-versions.git",
843
                "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
844
            },
845
            "dist": {
846
                "type": "zip",
847
                "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
848
                "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
849
                "shasum": ""
850
            },
851
            "require": {
852
                "ocramius/package-versions": "^1.2.0",
853
                "php": "^7.0"
854
            },
855
            "require-dev": {
856
                "phpunit/phpunit": "^6.0"
857
            },
858
            "type": "library",
859
            "extra": {
860
                "branch-alias": {
861
                    "dev-master": "1.x-dev"
862
                }
863
            },
864
            "autoload": {
865
                "psr-4": {
866
                    "Jean85\\": "src/"
867
                }
868
            },
869
            "notification-url": "https://packagist.org/downloads/",
870
            "license": [
871
                "MIT"
872
            ],
873
            "authors": [
874
                {
875
                    "name": "Alessandro Lai",
876
                    "email": "[email protected]"
877
                }
878
            ],
879
            "description": "A wrapper for ocramius/package-versions to get pretty versions strings",
880
            "keywords": [
881
                "composer",
882
                "package",
883
                "release",
884
                "versions"
885
            ],
886
            "time": "2018-06-13T13:22:40+00:00"
887
        },
888
        {
889
            "name": "jms/metadata",
890
            "version": "1.6.0",
891
            "source": {
892
                "type": "git",
893
                "url": "https://github.com/schmittjoh/metadata.git",
894
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
895
            },
896
            "dist": {
897
                "type": "zip",
898
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
899
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
900
                "shasum": ""
901
            },
902
            "require": {
903
                "php": ">=5.3.0"
904
            },
905
            "require-dev": {
906
                "doctrine/cache": "~1.0",
907
                "symfony/cache": "~3.1"
908
            },
909
            "type": "library",
910
            "extra": {
911
                "branch-alias": {
912
                    "dev-master": "1.5.x-dev"
913
                }
914
            },
915
            "autoload": {
916
                "psr-0": {
917
                    "Metadata\\": "src/"
918
                }
919
            },
920
            "notification-url": "https://packagist.org/downloads/",
921
            "license": [
922
                "Apache-2.0"
923
            ],
924
            "authors": [
925
                {
926
                    "name": "Johannes M. Schmitt",
927
                    "email": "[email protected]"
928
                }
929
            ],
930
            "description": "Class/method/property metadata management in PHP",
931
            "keywords": [
932
                "annotations",
933
                "metadata",
934
                "xml",
935
                "yaml"
936
            ],
937
            "time": "2016-12-05T10:18:33+00:00"
938
        },
939
        {
940
            "name": "jms/parser-lib",
941
            "version": "1.0.0",
942
            "source": {
943
                "type": "git",
944
                "url": "https://github.com/schmittjoh/parser-lib.git",
945
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
946
            },
947
            "dist": {
948
                "type": "zip",
949
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
950
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
951
                "shasum": ""
952
            },
953
            "require": {
954
                "phpoption/phpoption": ">=0.9,<2.0-dev"
955
            },
956
            "type": "library",
957
            "extra": {
958
                "branch-alias": {
959
                    "dev-master": "1.0-dev"
960
                }
961
            },
962
            "autoload": {
963
                "psr-0": {
964
                    "JMS\\": "src/"
965
                }
966
            },
967
            "notification-url": "https://packagist.org/downloads/",
968
            "license": [
969
                "Apache2"
970
            ],
971
            "description": "A library for easily creating recursive-descent parsers.",
972
            "time": "2012-11-18T18:08:43+00:00"
973
        },
974
        {
975
            "name": "jms/serializer",
976
            "version": "1.13.0",
977
            "source": {
978
                "type": "git",
979
                "url": "https://github.com/schmittjoh/serializer.git",
980
                "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c"
981
            },
982
            "dist": {
983
                "type": "zip",
984
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
985
                "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
986
                "shasum": ""
987
            },
988
            "require": {
989
                "doctrine/annotations": "^1.0",
990
                "doctrine/instantiator": "^1.0.3",
991
                "jms/metadata": "^1.3",
992
                "jms/parser-lib": "1.*",
993
                "php": "^5.5|^7.0",
994
                "phpcollection/phpcollection": "~0.1",
995
                "phpoption/phpoption": "^1.1"
996
            },
997
            "conflict": {
998
                "twig/twig": "<1.12"
999
            },
1000
            "require-dev": {
1001
                "doctrine/orm": "~2.1",
1002
                "doctrine/phpcr-odm": "^1.3|^2.0",
1003
                "ext-pdo_sqlite": "*",
1004
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1005
                "phpunit/phpunit": "^4.8|^5.0",
1006
                "propel/propel1": "~1.7",
1007
                "psr/container": "^1.0",
1008
                "symfony/dependency-injection": "^2.7|^3.3|^4.0",
1009
                "symfony/expression-language": "^2.6|^3.0",
1010
                "symfony/filesystem": "^2.1",
1011
                "symfony/form": "~2.1|^3.0",
1012
                "symfony/translation": "^2.1|^3.0",
1013
                "symfony/validator": "^2.2|^3.0",
1014
                "symfony/yaml": "^2.1|^3.0",
1015
                "twig/twig": "~1.12|~2.0"
1016
            },
1017
            "suggest": {
1018
                "doctrine/cache": "Required if you like to use cache functionality.",
1019
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
1020
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1021
            },
1022
            "type": "library",
1023
            "extra": {
1024
                "branch-alias": {
1025
                    "dev-1.x": "1.13-dev"
1026
                }
1027
            },
1028
            "autoload": {
1029
                "psr-0": {
1030
                    "JMS\\Serializer": "src/"
1031
                }
1032
            },
1033
            "notification-url": "https://packagist.org/downloads/",
1034
            "license": [
1035
                "MIT"
1036
            ],
1037
            "authors": [
1038
                {
1039
                    "name": "Asmir Mustafic",
1040
                    "email": "[email protected]"
1041
                },
1042
                {
1043
                    "name": "Johannes M. Schmitt",
1044
                    "email": "[email protected]"
1045
                }
1046
            ],
1047
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1048
            "homepage": "http://jmsyst.com/libs/serializer",
1049
            "keywords": [
1050
                "deserialization",
1051
                "jaxb",
1052
                "json",
1053
                "serialization",
1054
                "xml"
1055
            ],
1056
            "time": "2018-07-25T13:58:54+00:00"
1057
        },
1058
        {
1059
            "name": "jms/serializer-bundle",
1060
            "version": "2.4.2",
1061
            "source": {
1062
                "type": "git",
1063
                "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1064
                "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6"
1065
            },
1066
            "dist": {
1067
                "type": "zip",
1068
                "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1069
                "reference": "22eb9a2f7983394b0770237ca91e879eb2a4b4a6",
1070
                "shasum": ""
1071
            },
1072
            "require": {
1073
                "jms/serializer": "^1.10",
1074
                "php": "^5.4|^7.0",
1075
                "phpoption/phpoption": "^1.1.0",
1076
                "symfony/framework-bundle": "~2.3|~3.0|~4.0"
1077
            },
1078
            "require-dev": {
1079
                "doctrine/orm": "*",
1080
                "phpunit/phpunit": "^4.8.35|^5.4.3|^6.0",
1081
                "symfony/expression-language": "~2.6|~3.0|~4.0",
1082
                "symfony/finder": "^2.3|^3.0|^4.0",
1083
                "symfony/form": "*",
1084
                "symfony/stopwatch": "*",
1085
                "symfony/twig-bundle": "*",
1086
                "symfony/validator": "*",
1087
                "symfony/yaml": "*"
1088
            },
1089
            "suggest": {
1090
                "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3",
1091
                "symfony/finder": "Required for cache warmup, supported versions ^2.3|^3.0|^4.0"
1092
            },
1093
            "type": "symfony-bundle",
1094
            "extra": {
1095
                "branch-alias": {
1096
                    "dev-master": "2.4-dev"
1097
                }
1098
            },
1099
            "autoload": {
1100
                "psr-4": {
1101
                    "JMS\\SerializerBundle\\": ""
1102
                },
1103
                "exclude-from-classmap": [
1104
                    "/Tests/"
1105
                ]
1106
            },
1107
            "notification-url": "https://packagist.org/downloads/",
1108
            "license": [
1109
                "MIT"
1110
            ],
1111
            "authors": [
1112
                {
1113
                    "name": "Asmir Mustafic",
1114
                    "email": "[email protected]"
1115
                },
1116
                {
1117
                    "name": "Johannes M. Schmitt",
1118
                    "email": "[email protected]"
1119
                }
1120
            ],
1121
            "description": "Allows you to easily serialize, and deserialize data of any complexity",
1122
            "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1123
            "keywords": [
1124
                "deserialization",
1125
                "jaxb",
1126
                "json",
1127
                "serialization",
1128
                "xml"
1129
            ],
1130
            "time": "2018-06-19T13:39:25+00:00"
1131
        },
1132
        {
1133
            "name": "league/flysystem",
1134
            "version": "1.0.47",
1135
            "source": {
1136
                "type": "git",
1137
                "url": "https://github.com/thephpleague/flysystem.git",
1138
                "reference": "a11e4a75f256bdacf99d20780ce42d3b8272975c"
1139
            },
1140
            "dist": {
1141
                "type": "zip",
1142
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a11e4a75f256bdacf99d20780ce42d3b8272975c",
1143
                "reference": "a11e4a75f256bdacf99d20780ce42d3b8272975c",
1144
                "shasum": ""
1145
            },
1146
            "require": {
1147
                "ext-fileinfo": "*",
1148
                "php": ">=5.5.9"
1149
            },
1150
            "conflict": {
1151
                "league/flysystem-sftp": "<1.0.6"
1152
            },
1153
            "require-dev": {
1154
                "phpspec/phpspec": "^3.4",
1155
                "phpunit/phpunit": "^5.7.10"
1156
            },
1157
            "suggest": {
1158
                "ext-fileinfo": "Required for MimeType",
1159
                "ext-ftp": "Allows you to use FTP server storage",
1160
                "ext-openssl": "Allows you to use FTPS server storage",
1161
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1162
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1163
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1164
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1165
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1166
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1167
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1168
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1169
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1170
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1171
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1172
            },
1173
            "type": "library",
1174
            "extra": {
1175
                "branch-alias": {
1176
                    "dev-master": "1.1-dev"
1177
                }
1178
            },
1179
            "autoload": {
1180
                "psr-4": {
1181
                    "League\\Flysystem\\": "src/"
1182
                }
1183
            },
1184
            "notification-url": "https://packagist.org/downloads/",
1185
            "license": [
1186
                "MIT"
1187
            ],
1188
            "authors": [
1189
                {
1190
                    "name": "Frank de Jonge",
1191
                    "email": "[email protected]"
1192
                }
1193
            ],
1194
            "description": "Filesystem abstraction: Many filesystems, one API.",
1195
            "keywords": [
1196
                "Cloud Files",
1197
                "WebDAV",
1198
                "abstraction",
1199
                "aws",
1200
                "cloud",
1201
                "copy.com",
1202
                "dropbox",
1203
                "file systems",
1204
                "files",
1205
                "filesystem",
1206
                "filesystems",
1207
                "ftp",
1208
                "rackspace",
1209
                "remote",
1210
                "s3",
1211
                "sftp",
1212
                "storage"
1213
            ],
1214
            "time": "2018-09-14T15:30:29+00:00"
1215
        },
1216
        {
1217
            "name": "league/pipeline",
1218
            "version": "1.0.0",
1219
            "source": {
1220
                "type": "git",
1221
                "url": "https://github.com/thephpleague/pipeline.git",
1222
                "reference": "aa14b0e3133121f8be39e9a3b6ddd011fc5bb9a8"
1223
            },
1224
            "dist": {
1225
                "type": "zip",
1226
                "url": "https://api.github.com/repos/thephpleague/pipeline/zipball/aa14b0e3133121f8be39e9a3b6ddd011fc5bb9a8",
1227
                "reference": "aa14b0e3133121f8be39e9a3b6ddd011fc5bb9a8",
1228
                "shasum": ""
1229
            },
1230
            "require": {
1231
                "php": ">=7.1"
1232
            },
1233
            "require-dev": {
1234
                "leanphp/phpspec-code-coverage": "^4.2",
1235
                "phpspec/phpspec": "^4.3"
1236
            },
1237
            "type": "library",
1238
            "autoload": {
1239
                "psr-4": {
1240
                    "League\\Pipeline\\": "src"
1241
                }
1242
            },
1243
            "notification-url": "https://packagist.org/downloads/",
1244
            "license": [
1245
                "MIT"
1246
            ],
1247
            "authors": [
1248
                {
1249
                    "name": "Frank de Jonge",
1250
                    "email": "[email protected]",
1251
                    "role": "Author"
1252
                },
1253
                {
1254
                    "name": "Woody Gilk",
1255
                    "email": "[email protected]",
1256
                    "role": "Maintainer"
1257
                }
1258
            ],
1259
            "description": "A plug and play pipeline implementation.",
1260
            "keywords": [
1261
                "composition",
1262
                "design pattern",
1263
                "pattern",
1264
                "pipeline",
1265
                "sequential"
1266
            ],
1267
            "time": "2018-06-05T21:06:51+00:00"
1268
        },
1269
        {
1270
            "name": "monolog/monolog",
1271
            "version": "1.23.0",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/Seldaek/monolog.git",
1275
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1280
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "php": ">=5.3.0",
1285
                "psr/log": "~1.0"
1286
            },
1287
            "provide": {
1288
                "psr/log-implementation": "1.0.0"
1289
            },
1290
            "require-dev": {
1291
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1292
                "doctrine/couchdb": "~1.0@dev",
1293
                "graylog2/gelf-php": "~1.0",
1294
                "jakub-onderka/php-parallel-lint": "0.9",
1295
                "php-amqplib/php-amqplib": "~2.4",
1296
                "php-console/php-console": "^3.1.3",
1297
                "phpunit/phpunit": "~4.5",
1298
                "phpunit/phpunit-mock-objects": "2.3.0",
1299
                "ruflin/elastica": ">=0.90 <3.0",
1300
                "sentry/sentry": "^0.13",
1301
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1302
            },
1303
            "suggest": {
1304
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1305
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1306
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1307
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1308
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1309
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1310
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1311
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1312
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1313
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1314
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1315
            },
1316
            "type": "library",
1317
            "extra": {
1318
                "branch-alias": {
1319
                    "dev-master": "2.0.x-dev"
1320
                }
1321
            },
1322
            "autoload": {
1323
                "psr-4": {
1324
                    "Monolog\\": "src/Monolog"
1325
                }
1326
            },
1327
            "notification-url": "https://packagist.org/downloads/",
1328
            "license": [
1329
                "MIT"
1330
            ],
1331
            "authors": [
1332
                {
1333
                    "name": "Jordi Boggiano",
1334
                    "email": "[email protected]",
1335
                    "homepage": "http://seld.be"
1336
                }
1337
            ],
1338
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1339
            "homepage": "http://github.com/Seldaek/monolog",
1340
            "keywords": [
1341
                "log",
1342
                "logging",
1343
                "psr-3"
1344
            ],
1345
            "time": "2017-06-19T01:22:40+00:00"
1346
        },
1347
        {
1348
            "name": "nikic/php-parser",
1349
            "version": "v4.0.4",
1350
            "source": {
1351
                "type": "git",
1352
                "url": "https://github.com/nikic/PHP-Parser.git",
1353
                "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c"
1354
            },
1355
            "dist": {
1356
                "type": "zip",
1357
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fa6ee28600d21d49b2b4e1006b48426cec8e579c",
1358
                "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c",
1359
                "shasum": ""
1360
            },
1361
            "require": {
1362
                "ext-tokenizer": "*",
1363
                "php": ">=7.0"
1364
            },
1365
            "require-dev": {
1366
                "phpunit/phpunit": "^6.5 || ^7.0"
1367
            },
1368
            "bin": [
1369
                "bin/php-parse"
1370
            ],
1371
            "type": "library",
1372
            "extra": {
1373
                "branch-alias": {
1374
                    "dev-master": "4.0-dev"
1375
                }
1376
            },
1377
            "autoload": {
1378
                "psr-4": {
1379
                    "PhpParser\\": "lib/PhpParser"
1380
                }
1381
            },
1382
            "notification-url": "https://packagist.org/downloads/",
1383
            "license": [
1384
                "BSD-3-Clause"
1385
            ],
1386
            "authors": [
1387
                {
1388
                    "name": "Nikita Popov"
1389
                }
1390
            ],
1391
            "description": "A PHP parser written in PHP",
1392
            "keywords": [
1393
                "parser",
1394
                "php"
1395
            ],
1396
            "time": "2018-09-18T07:03:24+00:00"
1397
        },
1398
        {
1399
            "name": "ocramius/package-versions",
1400
            "version": "1.3.0",
1401
            "source": {
1402
                "type": "git",
1403
                "url": "https://github.com/Ocramius/PackageVersions.git",
1404
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
1405
            },
1406
            "dist": {
1407
                "type": "zip",
1408
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
1409
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
1410
                "shasum": ""
1411
            },
1412
            "require": {
1413
                "composer-plugin-api": "^1.0.0",
1414
                "php": "^7.1.0"
1415
            },
1416
            "require-dev": {
1417
                "composer/composer": "^1.6.3",
1418
                "ext-zip": "*",
1419
                "infection/infection": "^0.7.1",
1420
                "phpunit/phpunit": "^7.0.0"
1421
            },
1422
            "type": "composer-plugin",
1423
            "extra": {
1424
                "class": "PackageVersions\\Installer",
1425
                "branch-alias": {
1426
                    "dev-master": "2.0.x-dev"
1427
                }
1428
            },
1429
            "autoload": {
1430
                "psr-4": {
1431
                    "PackageVersions\\": "src/PackageVersions"
1432
                }
1433
            },
1434
            "notification-url": "https://packagist.org/downloads/",
1435
            "license": [
1436
                "MIT"
1437
            ],
1438
            "authors": [
1439
                {
1440
                    "name": "Marco Pivetta",
1441
                    "email": "[email protected]"
1442
                }
1443
            ],
1444
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
1445
            "time": "2018-02-05T13:05:30+00:00"
1446
        },
1447
        {
1448
            "name": "ocramius/proxy-manager",
1449
            "version": "2.1.1",
1450
            "source": {
1451
                "type": "git",
1452
                "url": "https://github.com/Ocramius/ProxyManager.git",
1453
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
1454
            },
1455
            "dist": {
1456
                "type": "zip",
1457
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
1458
                "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
1459
                "shasum": ""
1460
            },
1461
            "require": {
1462
                "ocramius/package-versions": "^1.1.1",
1463
                "php": "^7.1.0",
1464
                "zendframework/zend-code": "^3.1.0"
1465
            },
1466
            "require-dev": {
1467
                "couscous/couscous": "^1.5.2",
1468
                "ext-phar": "*",
1469
                "humbug/humbug": "dev-master@DEV",
1470
                "nikic/php-parser": "^3.0.4",
1471
                "phpbench/phpbench": "^0.12.2",
1472
                "phpstan/phpstan": "^0.6.4",
1473
                "phpunit/phpunit": "^5.6.4",
1474
                "phpunit/phpunit-mock-objects": "^3.4.1",
1475
                "squizlabs/php_codesniffer": "^2.7.0"
1476
            },
1477
            "suggest": {
1478
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
1479
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
1480
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
1481
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
1482
            },
1483
            "type": "library",
1484
            "extra": {
1485
                "branch-alias": {
1486
                    "dev-master": "3.0.x-dev"
1487
                }
1488
            },
1489
            "autoload": {
1490
                "psr-0": {
1491
                    "ProxyManager\\": "src"
1492
                }
1493
            },
1494
            "notification-url": "https://packagist.org/downloads/",
1495
            "license": [
1496
                "MIT"
1497
            ],
1498
            "authors": [
1499
                {
1500
                    "name": "Marco Pivetta",
1501
                    "email": "[email protected]",
1502
                    "homepage": "http://ocramius.github.io/"
1503
                }
1504
            ],
1505
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1506
            "homepage": "https://github.com/Ocramius/ProxyManager",
1507
            "keywords": [
1508
                "aop",
1509
                "lazy loading",
1510
                "proxy",
1511
                "proxy pattern",
1512
                "service proxies"
1513
            ],
1514
            "time": "2017-05-04T11:12:50+00:00"
1515
        },
1516
        {
1517
            "name": "padraic/humbug_get_contents",
1518
            "version": "1.1.2",
1519
            "source": {
1520
                "type": "git",
1521
                "url": "https://github.com/humbug/file_get_contents.git",
1522
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7"
1523
            },
1524
            "dist": {
1525
                "type": "zip",
1526
                "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7",
1527
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7",
1528
                "shasum": ""
1529
            },
1530
            "require": {
1531
                "composer/ca-bundle": "^1.0",
1532
                "ext-openssl": "*",
1533
                "php": "^5.3 || ^7.0 || ^7.1 || ^7.2"
1534
            },
1535
            "require-dev": {
1536
                "bamarni/composer-bin-plugin": "^1.1",
1537
                "mikey179/vfsstream": "^1.6",
1538
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
1539
            },
1540
            "type": "library",
1541
            "extra": {
1542
                "bamarni-bin": {
1543
                    "bin-links": false
1544
                },
1545
                "branch-alias": {
1546
                    "dev-master": "2.0-dev"
1547
                }
1548
            },
1549
            "autoload": {
1550
                "psr-4": {
1551
                    "Humbug\\": "src/"
1552
                },
1553
                "files": [
1554
                    "src/function.php",
1555
                    "src/functions.php"
1556
                ]
1557
            },
1558
            "notification-url": "https://packagist.org/downloads/",
1559
            "license": [
1560
                "BSD-3-Clause"
1561
            ],
1562
            "authors": [
1563
                {
1564
                    "name": "Padraic Brady",
1565
                    "email": "[email protected]",
1566
                    "homepage": "http://blog.astrumfutura.com"
1567
                },
1568
                {
1569
                    "name": "Théo Fidry",
1570
                    "email": "[email protected]"
1571
                }
1572
            ],
1573
            "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
1574
            "homepage": "https://github.com/padraic/file_get_contents",
1575
            "keywords": [
1576
                "download",
1577
                "file_get_contents",
1578
                "http",
1579
                "https",
1580
                "ssl",
1581
                "tls"
1582
            ],
1583
            "time": "2018-02-12T18:47:17+00:00"
1584
        },
1585
        {
1586
            "name": "padraic/phar-updater",
1587
            "version": "v1.0.6",
1588
            "source": {
1589
                "type": "git",
1590
                "url": "https://github.com/humbug/phar-updater.git",
1591
                "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1"
1592
            },
1593
            "dist": {
1594
                "type": "zip",
1595
                "url": "https://api.github.com/repos/humbug/phar-updater/zipball/d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
1596
                "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
1597
                "shasum": ""
1598
            },
1599
            "require": {
1600
                "padraic/humbug_get_contents": "^1.0",
1601
                "php": ">=5.3.3"
1602
            },
1603
            "require-dev": {
1604
                "phpunit/phpunit": "~4.0"
1605
            },
1606
            "type": "library",
1607
            "extra": {
1608
                "branch-alias": {
1609
                    "dev-master": "1.0-dev"
1610
                }
1611
            },
1612
            "autoload": {
1613
                "psr-4": {
1614
                    "Humbug\\SelfUpdate\\": "src/"
1615
                }
1616
            },
1617
            "notification-url": "https://packagist.org/downloads/",
1618
            "license": [
1619
                "BSD-3-Clause"
1620
            ],
1621
            "authors": [
1622
                {
1623
                    "name": "Padraic Brady",
1624
                    "email": "[email protected]",
1625
                    "homepage": "http://blog.astrumfutura.com"
1626
                }
1627
            ],
1628
            "description": "A thing to make PHAR self-updating easy and secure.",
1629
            "keywords": [
1630
                "humbug",
1631
                "phar",
1632
                "self-update",
1633
                "update"
1634
            ],
1635
            "time": "2018-03-30T12:52:15+00:00"
1636
        },
1637
        {
1638
            "name": "phpcollection/phpcollection",
1639
            "version": "0.5.0",
1640
            "source": {
1641
                "type": "git",
1642
                "url": "https://github.com/schmittjoh/php-collection.git",
1643
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1644
            },
1645
            "dist": {
1646
                "type": "zip",
1647
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1648
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1649
                "shasum": ""
1650
            },
1651
            "require": {
1652
                "phpoption/phpoption": "1.*"
1653
            },
1654
            "type": "library",
1655
            "extra": {
1656
                "branch-alias": {
1657
                    "dev-master": "0.4-dev"
1658
                }
1659
            },
1660
            "autoload": {
1661
                "psr-0": {
1662
                    "PhpCollection": "src/"
1663
                }
1664
            },
1665
            "notification-url": "https://packagist.org/downloads/",
1666
            "license": [
1667
                "Apache2"
1668
            ],
1669
            "authors": [
1670
                {
1671
                    "name": "Johannes M. Schmitt",
1672
                    "email": "[email protected]"
1673
                }
1674
            ],
1675
            "description": "General-Purpose Collection Library for PHP",
1676
            "keywords": [
1677
                "collection",
1678
                "list",
1679
                "map",
1680
                "sequence",
1681
                "set"
1682
            ],
1683
            "time": "2015-05-17T12:39:23+00:00"
1684
        },
1685
        {
1686
            "name": "phpdocumentor/flyfinder",
1687
            "version": "1.0.0-beta3",
1688
            "source": {
1689
                "type": "git",
1690
                "url": "https://github.com/phpDocumentor/FlyFinder.git",
1691
                "reference": "17ecf5fe5e3e02a74d7860354800a84c0a927e60"
1692
            },
1693
            "dist": {
1694
                "type": "zip",
1695
                "url": "https://api.github.com/repos/phpDocumentor/FlyFinder/zipball/17ecf5fe5e3e02a74d7860354800a84c0a927e60",
1696
                "reference": "17ecf5fe5e3e02a74d7860354800a84c0a927e60",
1697
                "shasum": ""
1698
            },
1699
            "require": {
1700
                "league/flysystem": ">=1.0.41",
1701
                "php": ">=7.1"
1702
            },
1703
            "require-dev": {
1704
                "league/flysystem-memory": "~1",
1705
                "mockery/mockery": "~1",
1706
                "phpunit/phpunit": "~6"
1707
            },
1708
            "type": "library",
1709
            "extra": {
1710
                "branch-alias": {
1711
                    "dev-master": "1.x-dev"
1712
                }
1713
            },
1714
            "autoload": {
1715
                "psr-4": {
1716
                    "Flyfinder\\": [
1717
                        "src/"
1718
                    ]
1719
                }
1720
            },
1721
            "notification-url": "https://packagist.org/downloads/",
1722
            "license": [
1723
                "MIT"
1724
            ],
1725
            "description": "Flysystem plugin to add file finding capabilities to the Filesystem entity",
1726
            "homepage": "http://www.phpdoc.org",
1727
            "keywords": [
1728
                "Flysystem",
1729
                "phpdoc"
1730
            ],
1731
            "time": "2018-08-07T13:52:51+00:00"
1732
        },
1733
        {
1734
            "name": "phpdocumentor/graphviz",
1735
            "version": "2.0.0-beta1",
1736
            "source": {
1737
                "type": "git",
1738
                "url": "https://github.com/phpDocumentor/GraphViz.git",
1739
                "reference": "210ff935adb2ad9bc7668f6f551e131891b76c2c"
1740
            },
1741
            "dist": {
1742
                "type": "zip",
1743
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/210ff935adb2ad9bc7668f6f551e131891b76c2c",
1744
                "reference": "210ff935adb2ad9bc7668f6f551e131891b76c2c",
1745
                "shasum": ""
1746
            },
1747
            "require": {
1748
                "php": ">=7.1"
1749
            },
1750
            "require-dev": {
1751
                "mockery/mockery": "~1",
1752
                "phpunit/phpunit": "~6"
1753
            },
1754
            "type": "library",
1755
            "extra": {
1756
                "branch-alias": {
1757
                    "dev-master": "2.x-dev"
1758
                }
1759
            },
1760
            "autoload": {
1761
                "psr-0": {
1762
                    "phpDocumentor": [
1763
                        "src/",
1764
                        "tests/unit"
1765
                    ]
1766
                }
1767
            },
1768
            "notification-url": "https://packagist.org/downloads/",
1769
            "license": [
1770
                "MIT"
1771
            ],
1772
            "authors": [
1773
                {
1774
                    "name": "Mike van Riel",
1775
                    "email": "[email protected]"
1776
                }
1777
            ],
1778
            "description": "Wrapper for Graphviz",
1779
            "time": "2018-08-07T13:55:40+00:00"
1780
        },
1781
        {
1782
            "name": "phpdocumentor/reflection",
1783
            "version": "4.0.0-alpha6",
1784
            "source": {
1785
                "type": "git",
1786
                "url": "https://github.com/phpDocumentor/Reflection.git",
1787
                "reference": "b4886422d87fc9330055b98b6bc5f0283d812b31"
1788
            },
1789
            "dist": {
1790
                "type": "zip",
1791
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/b4886422d87fc9330055b98b6bc5f0283d812b31",
1792
                "reference": "b4886422d87fc9330055b98b6bc5f0283d812b31",
1793
                "shasum": ""
1794
            },
1795
            "require": {
1796
                "nikic/php-parser": "^4.0",
1797
                "php": ">=7.1",
1798
                "phpdocumentor/reflection-docblock": "^5",
1799
                "psr/log": "~1.0"
1800
            },
1801
            "require-dev": {
1802
                "mikey179/vfsstream": "~1.2",
1803
                "mockery/mockery": "~1.0"
1804
            },
1805
            "type": "library",
1806
            "extra": {
1807
                "branch-alias": {
1808
                    "dev-develop": "4.0.x-dev"
1809
                }
1810
            },
1811
            "autoload": {
1812
                "psr-4": {
1813
                    "phpDocumentor\\": "src/phpDocumentor"
1814
                }
1815
            },
1816
            "notification-url": "https://packagist.org/downloads/",
1817
            "license": [
1818
                "MIT"
1819
            ],
1820
            "description": "Reflection library to do Static Analysis for PHP Projects",
1821
            "homepage": "http://www.phpdoc.org",
1822
            "keywords": [
1823
                "phpDocumentor",
1824
                "phpdoc",
1825
                "reflection",
1826
                "static analysis"
1827
            ],
1828
            "time": "2018-12-31T12:18:13+00:00"
1829
        },
1830
        {
1831
            "name": "phpdocumentor/reflection-common",
1832
            "version": "2.0.0-beta1",
1833
            "source": {
1834
                "type": "git",
1835
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1836
                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
1837
            },
1838
            "dist": {
1839
                "type": "zip",
1840
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
1841
                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
1842
                "shasum": ""
1843
            },
1844
            "require": {
1845
                "php": ">=7.1"
1846
            },
1847
            "require-dev": {
1848
                "phpunit/phpunit": "~6"
1849
            },
1850
            "type": "library",
1851
            "extra": {
1852
                "branch-alias": {
1853
                    "dev-master": "2.x-dev"
1854
                }
1855
            },
1856
            "autoload": {
1857
                "psr-4": {
1858
                    "phpDocumentor\\Reflection\\": "src/"
1859
                }
1860
            },
1861
            "notification-url": "https://packagist.org/downloads/",
1862
            "license": [
1863
                "MIT"
1864
            ],
1865
            "authors": [
1866
                {
1867
                    "name": "Jaap van Otterdijk",
1868
                    "email": "[email protected]"
1869
                }
1870
            ],
1871
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1872
            "homepage": "http://www.phpdoc.org",
1873
            "keywords": [
1874
                "FQSEN",
1875
                "phpDocumentor",
1876
                "phpdoc",
1877
                "reflection",
1878
                "static analysis"
1879
            ],
1880
            "time": "2018-08-07T13:53:10+00:00"
1881
        },
1882
        {
1883
            "name": "phpdocumentor/reflection-docblock",
1884
            "version": "5.0.0-alpha3",
1885
            "source": {
1886
                "type": "git",
1887
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1888
                "reference": "a29cd5c528ececde017f66054656703f6338b4c3"
1889
            },
1890
            "dist": {
1891
                "type": "zip",
1892
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/a29cd5c528ececde017f66054656703f6338b4c3",
1893
                "reference": "a29cd5c528ececde017f66054656703f6338b4c3",
1894
                "shasum": ""
1895
            },
1896
            "require": {
1897
                "php": ">=7.1",
1898
                "phpdocumentor/type-resolver": "^0",
1899
                "webmozart/assert": "^1"
1900
            },
1901
            "require-dev": {
1902
                "doctrine/instantiator": "^1",
1903
                "mockery/mockery": "^1"
1904
            },
1905
            "type": "library",
1906
            "extra": {
1907
                "branch-alias": {
1908
                    "dev-master": "5.x-dev"
1909
                }
1910
            },
1911
            "autoload": {
1912
                "psr-4": {
1913
                    "phpDocumentor\\Reflection\\": "src"
1914
                }
1915
            },
1916
            "notification-url": "https://packagist.org/downloads/",
1917
            "license": [
1918
                "MIT"
1919
            ],
1920
            "authors": [
1921
                {
1922
                    "name": "Mike van Riel",
1923
                    "email": "[email protected]"
1924
                }
1925
            ],
1926
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1927
            "time": "2018-06-20T14:34:23+00:00"
1928
        },
1929
        {
1930
            "name": "phpdocumentor/type-resolver",
1931
            "version": "0.7.1",
1932
            "source": {
1933
                "type": "git",
1934
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1935
                "reference": "9c0562f9af69b06b002b017a3f0672bbfaba349f"
1936
            },
1937
            "dist": {
1938
                "type": "zip",
1939
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c0562f9af69b06b002b017a3f0672bbfaba349f",
1940
                "reference": "9c0562f9af69b06b002b017a3f0672bbfaba349f",
1941
                "shasum": ""
1942
            },
1943
            "require": {
1944
                "php": ">=7.1",
1945
                "phpdocumentor/reflection-common": "~2.0.0-beta1"
1946
            },
1947
            "require-dev": {
1948
                "mockery/mockery": "~1",
1949
                "phpunit/phpunit": "~6"
1950
            },
1951
            "type": "library",
1952
            "extra": {
1953
                "branch-alias": {
1954
                    "dev-master": "0.x-dev"
1955
                }
1956
            },
1957
            "autoload": {
1958
                "psr-4": {
1959
                    "phpDocumentor\\Reflection\\": "src"
1960
                }
1961
            },
1962
            "notification-url": "https://packagist.org/downloads/",
1963
            "license": [
1964
                "MIT"
1965
            ],
1966
            "authors": [
1967
                {
1968
                    "name": "Mike van Riel",
1969
                    "email": "[email protected]"
1970
                }
1971
            ],
1972
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1973
            "time": "2018-09-25T05:46:06+00:00"
1974
        },
1975
        {
1976
            "name": "phpoption/phpoption",
1977
            "version": "1.5.0",
1978
            "source": {
1979
                "type": "git",
1980
                "url": "https://github.com/schmittjoh/php-option.git",
1981
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1982
            },
1983
            "dist": {
1984
                "type": "zip",
1985
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1986
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1987
                "shasum": ""
1988
            },
1989
            "require": {
1990
                "php": ">=5.3.0"
1991
            },
1992
            "require-dev": {
1993
                "phpunit/phpunit": "4.7.*"
1994
            },
1995
            "type": "library",
1996
            "extra": {
1997
                "branch-alias": {
1998
                    "dev-master": "1.3-dev"
1999
                }
2000
            },
2001
            "autoload": {
2002
                "psr-0": {
2003
                    "PhpOption\\": "src/"
2004
                }
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "Apache2"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "Johannes M. Schmitt",
2013
                    "email": "[email protected]"
2014
                }
2015
            ],
2016
            "description": "Option Type for PHP",
2017
            "keywords": [
2018
                "language",
2019
                "option",
2020
                "php",
2021
                "type"
2022
            ],
2023
            "time": "2015-07-25T16:39:46+00:00"
2024
        },
2025
        {
2026
            "name": "psr/cache",
2027
            "version": "1.0.1",
2028
            "source": {
2029
                "type": "git",
2030
                "url": "https://github.com/php-fig/cache.git",
2031
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2032
            },
2033
            "dist": {
2034
                "type": "zip",
2035
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2036
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2037
                "shasum": ""
2038
            },
2039
            "require": {
2040
                "php": ">=5.3.0"
2041
            },
2042
            "type": "library",
2043
            "extra": {
2044
                "branch-alias": {
2045
                    "dev-master": "1.0.x-dev"
2046
                }
2047
            },
2048
            "autoload": {
2049
                "psr-4": {
2050
                    "Psr\\Cache\\": "src/"
2051
                }
2052
            },
2053
            "notification-url": "https://packagist.org/downloads/",
2054
            "license": [
2055
                "MIT"
2056
            ],
2057
            "authors": [
2058
                {
2059
                    "name": "PHP-FIG",
2060
                    "homepage": "http://www.php-fig.org/"
2061
                }
2062
            ],
2063
            "description": "Common interface for caching libraries",
2064
            "keywords": [
2065
                "cache",
2066
                "psr",
2067
                "psr-6"
2068
            ],
2069
            "time": "2016-08-06T20:24:11+00:00"
2070
        },
2071
        {
2072
            "name": "psr/container",
2073
            "version": "1.0.0",
2074
            "source": {
2075
                "type": "git",
2076
                "url": "https://github.com/php-fig/container.git",
2077
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2078
            },
2079
            "dist": {
2080
                "type": "zip",
2081
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2082
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2083
                "shasum": ""
2084
            },
2085
            "require": {
2086
                "php": ">=5.3.0"
2087
            },
2088
            "type": "library",
2089
            "extra": {
2090
                "branch-alias": {
2091
                    "dev-master": "1.0.x-dev"
2092
                }
2093
            },
2094
            "autoload": {
2095
                "psr-4": {
2096
                    "Psr\\Container\\": "src/"
2097
                }
2098
            },
2099
            "notification-url": "https://packagist.org/downloads/",
2100
            "license": [
2101
                "MIT"
2102
            ],
2103
            "authors": [
2104
                {
2105
                    "name": "PHP-FIG",
2106
                    "homepage": "http://www.php-fig.org/"
2107
                }
2108
            ],
2109
            "description": "Common Container Interface (PHP FIG PSR-11)",
2110
            "homepage": "https://github.com/php-fig/container",
2111
            "keywords": [
2112
                "PSR-11",
2113
                "container",
2114
                "container-interface",
2115
                "container-interop",
2116
                "psr"
2117
            ],
2118
            "time": "2017-02-14T16:28:37+00:00"
2119
        },
2120
        {
2121
            "name": "psr/log",
2122
            "version": "1.0.2",
2123
            "source": {
2124
                "type": "git",
2125
                "url": "https://github.com/php-fig/log.git",
2126
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2127
            },
2128
            "dist": {
2129
                "type": "zip",
2130
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2131
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2132
                "shasum": ""
2133
            },
2134
            "require": {
2135
                "php": ">=5.3.0"
2136
            },
2137
            "type": "library",
2138
            "extra": {
2139
                "branch-alias": {
2140
                    "dev-master": "1.0.x-dev"
2141
                }
2142
            },
2143
            "autoload": {
2144
                "psr-4": {
2145
                    "Psr\\Log\\": "Psr/Log/"
2146
                }
2147
            },
2148
            "notification-url": "https://packagist.org/downloads/",
2149
            "license": [
2150
                "MIT"
2151
            ],
2152
            "authors": [
2153
                {
2154
                    "name": "PHP-FIG",
2155
                    "homepage": "http://www.php-fig.org/"
2156
                }
2157
            ],
2158
            "description": "Common interface for logging libraries",
2159
            "homepage": "https://github.com/php-fig/log",
2160
            "keywords": [
2161
                "log",
2162
                "psr",
2163
                "psr-3"
2164
            ],
2165
            "time": "2016-10-10T12:19:37+00:00"
2166
        },
2167
        {
2168
            "name": "psr/simple-cache",
2169
            "version": "1.0.1",
2170
            "source": {
2171
                "type": "git",
2172
                "url": "https://github.com/php-fig/simple-cache.git",
2173
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2174
            },
2175
            "dist": {
2176
                "type": "zip",
2177
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2178
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2179
                "shasum": ""
2180
            },
2181
            "require": {
2182
                "php": ">=5.3.0"
2183
            },
2184
            "type": "library",
2185
            "extra": {
2186
                "branch-alias": {
2187
                    "dev-master": "1.0.x-dev"
2188
                }
2189
            },
2190
            "autoload": {
2191
                "psr-4": {
2192
                    "Psr\\SimpleCache\\": "src/"
2193
                }
2194
            },
2195
            "notification-url": "https://packagist.org/downloads/",
2196
            "license": [
2197
                "MIT"
2198
            ],
2199
            "authors": [
2200
                {
2201
                    "name": "PHP-FIG",
2202
                    "homepage": "http://www.php-fig.org/"
2203
                }
2204
            ],
2205
            "description": "Common interfaces for simple caching",
2206
            "keywords": [
2207
                "cache",
2208
                "caching",
2209
                "psr",
2210
                "psr-16",
2211
                "simple-cache"
2212
            ],
2213
            "time": "2017-10-23T01:57:42+00:00"
2214
        },
2215
        {
2216
            "name": "sensio/framework-extra-bundle",
2217
            "version": "v5.2.0",
2218
            "source": {
2219
                "type": "git",
2220
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
2221
                "reference": "50e8b7292425957b8fd66887504430c89bcbd83c"
2222
            },
2223
            "dist": {
2224
                "type": "zip",
2225
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/50e8b7292425957b8fd66887504430c89bcbd83c",
2226
                "reference": "50e8b7292425957b8fd66887504430c89bcbd83c",
2227
                "shasum": ""
2228
            },
2229
            "require": {
2230
                "doctrine/common": "^2.2",
2231
                "symfony/config": "^3.3|^4.0",
2232
                "symfony/dependency-injection": "^3.3|^4.0",
2233
                "symfony/framework-bundle": "^3.4|^4.0",
2234
                "symfony/http-kernel": "^3.3|^4.0"
2235
            },
2236
            "require-dev": {
2237
                "doctrine/doctrine-bundle": "^1.6",
2238
                "doctrine/orm": "^2.5",
2239
                "symfony/browser-kit": "^3.3|^4.0",
2240
                "symfony/dom-crawler": "^3.3|^4.0",
2241
                "symfony/expression-language": "^3.3|^4.0",
2242
                "symfony/finder": "^3.3|^4.0",
2243
                "symfony/monolog-bridge": "^3.0|^4.0",
2244
                "symfony/monolog-bundle": "^3.2",
2245
                "symfony/phpunit-bridge": "^3.3|^4.0",
2246
                "symfony/psr-http-message-bridge": "^0.3",
2247
                "symfony/security-bundle": "^3.3|^4.0",
2248
                "symfony/twig-bundle": "^3.3|^4.0",
2249
                "symfony/yaml": "^3.3|^4.0",
2250
                "twig/twig": "~1.12|~2.0",
2251
                "zendframework/zend-diactoros": "^1.3"
2252
            },
2253
            "suggest": {
2254
                "symfony/expression-language": "",
2255
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
2256
                "symfony/security-bundle": ""
2257
            },
2258
            "type": "symfony-bundle",
2259
            "extra": {
2260
                "branch-alias": {
2261
                    "dev-master": "5.2.x-dev"
2262
                }
2263
            },
2264
            "autoload": {
2265
                "psr-4": {
2266
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
2267
                }
2268
            },
2269
            "notification-url": "https://packagist.org/downloads/",
2270
            "license": [
2271
                "MIT"
2272
            ],
2273
            "authors": [
2274
                {
2275
                    "name": "Fabien Potencier",
2276
                    "email": "[email protected]"
2277
                }
2278
            ],
2279
            "description": "This bundle provides a way to configure your controllers with annotations",
2280
            "keywords": [
2281
                "annotations",
2282
                "controllers"
2283
            ],
2284
            "time": "2018-05-12T09:37:42+00:00"
2285
        },
2286
        {
2287
            "name": "symfony/cache",
2288
            "version": "v4.1.4",
2289
            "source": {
2290
                "type": "git",
2291
                "url": "https://github.com/symfony/cache.git",
2292
                "reference": "b8440ff4635c6631aca21a09ab72e0b7e3a6cb7a"
2293
            },
2294
            "dist": {
2295
                "type": "zip",
2296
                "url": "https://api.github.com/repos/symfony/cache/zipball/b8440ff4635c6631aca21a09ab72e0b7e3a6cb7a",
2297
                "reference": "b8440ff4635c6631aca21a09ab72e0b7e3a6cb7a",
2298
                "shasum": ""
2299
            },
2300
            "require": {
2301
                "php": "^7.1.3",
2302
                "psr/cache": "~1.0",
2303
                "psr/log": "~1.0",
2304
                "psr/simple-cache": "^1.0"
2305
            },
2306
            "conflict": {
2307
                "symfony/var-dumper": "<3.4"
2308
            },
2309
            "provide": {
2310
                "psr/cache-implementation": "1.0",
2311
                "psr/simple-cache-implementation": "1.0"
2312
            },
2313
            "require-dev": {
2314
                "cache/integration-tests": "dev-master",
2315
                "doctrine/cache": "~1.6",
2316
                "doctrine/dbal": "~2.4",
2317
                "predis/predis": "~1.0"
2318
            },
2319
            "type": "library",
2320
            "extra": {
2321
                "branch-alias": {
2322
                    "dev-master": "4.1-dev"
2323
                }
2324
            },
2325
            "autoload": {
2326
                "psr-4": {
2327
                    "Symfony\\Component\\Cache\\": ""
2328
                },
2329
                "exclude-from-classmap": [
2330
                    "/Tests/"
2331
                ]
2332
            },
2333
            "notification-url": "https://packagist.org/downloads/",
2334
            "license": [
2335
                "MIT"
2336
            ],
2337
            "authors": [
2338
                {
2339
                    "name": "Nicolas Grekas",
2340
                    "email": "[email protected]"
2341
                },
2342
                {
2343
                    "name": "Symfony Community",
2344
                    "homepage": "https://symfony.com/contributors"
2345
                }
2346
            ],
2347
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2348
            "homepage": "https://symfony.com",
2349
            "keywords": [
2350
                "caching",
2351
                "psr6"
2352
            ],
2353
            "time": "2018-08-27T09:36:56+00:00"
2354
        },
2355
        {
2356
            "name": "symfony/config",
2357
            "version": "v4.1.4",
2358
            "source": {
2359
                "type": "git",
2360
                "url": "https://github.com/symfony/config.git",
2361
                "reference": "76015a3cc372b14d00040ff58e18e29f69eba717"
2362
            },
2363
            "dist": {
2364
                "type": "zip",
2365
                "url": "https://api.github.com/repos/symfony/config/zipball/76015a3cc372b14d00040ff58e18e29f69eba717",
2366
                "reference": "76015a3cc372b14d00040ff58e18e29f69eba717",
2367
                "shasum": ""
2368
            },
2369
            "require": {
2370
                "php": "^7.1.3",
2371
                "symfony/filesystem": "~3.4|~4.0",
2372
                "symfony/polyfill-ctype": "~1.8"
2373
            },
2374
            "conflict": {
2375
                "symfony/finder": "<3.4"
2376
            },
2377
            "require-dev": {
2378
                "symfony/dependency-injection": "~3.4|~4.0",
2379
                "symfony/event-dispatcher": "~3.4|~4.0",
2380
                "symfony/finder": "~3.4|~4.0",
2381
                "symfony/yaml": "~3.4|~4.0"
2382
            },
2383
            "suggest": {
2384
                "symfony/yaml": "To use the yaml reference dumper"
2385
            },
2386
            "type": "library",
2387
            "extra": {
2388
                "branch-alias": {
2389
                    "dev-master": "4.1-dev"
2390
                }
2391
            },
2392
            "autoload": {
2393
                "psr-4": {
2394
                    "Symfony\\Component\\Config\\": ""
2395
                },
2396
                "exclude-from-classmap": [
2397
                    "/Tests/"
2398
                ]
2399
            },
2400
            "notification-url": "https://packagist.org/downloads/",
2401
            "license": [
2402
                "MIT"
2403
            ],
2404
            "authors": [
2405
                {
2406
                    "name": "Fabien Potencier",
2407
                    "email": "[email protected]"
2408
                },
2409
                {
2410
                    "name": "Symfony Community",
2411
                    "homepage": "https://symfony.com/contributors"
2412
                }
2413
            ],
2414
            "description": "Symfony Config Component",
2415
            "homepage": "https://symfony.com",
2416
            "time": "2018-08-08T06:37:38+00:00"
2417
        },
2418
        {
2419
            "name": "symfony/console",
2420
            "version": "v4.1.4",
2421
            "source": {
2422
                "type": "git",
2423
                "url": "https://github.com/symfony/console.git",
2424
                "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f"
2425
            },
2426
            "dist": {
2427
                "type": "zip",
2428
                "url": "https://api.github.com/repos/symfony/console/zipball/ca80b8ced97cf07390078b29773dc384c39eee1f",
2429
                "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f",
2430
                "shasum": ""
2431
            },
2432
            "require": {
2433
                "php": "^7.1.3",
2434
                "symfony/polyfill-mbstring": "~1.0"
2435
            },
2436
            "conflict": {
2437
                "symfony/dependency-injection": "<3.4",
2438
                "symfony/process": "<3.3"
2439
            },
2440
            "require-dev": {
2441
                "psr/log": "~1.0",
2442
                "symfony/config": "~3.4|~4.0",
2443
                "symfony/dependency-injection": "~3.4|~4.0",
2444
                "symfony/event-dispatcher": "~3.4|~4.0",
2445
                "symfony/lock": "~3.4|~4.0",
2446
                "symfony/process": "~3.4|~4.0"
2447
            },
2448
            "suggest": {
2449
                "psr/log-implementation": "For using the console logger",
2450
                "symfony/event-dispatcher": "",
2451
                "symfony/lock": "",
2452
                "symfony/process": ""
2453
            },
2454
            "type": "library",
2455
            "extra": {
2456
                "branch-alias": {
2457
                    "dev-master": "4.1-dev"
2458
                }
2459
            },
2460
            "autoload": {
2461
                "psr-4": {
2462
                    "Symfony\\Component\\Console\\": ""
2463
                },
2464
                "exclude-from-classmap": [
2465
                    "/Tests/"
2466
                ]
2467
            },
2468
            "notification-url": "https://packagist.org/downloads/",
2469
            "license": [
2470
                "MIT"
2471
            ],
2472
            "authors": [
2473
                {
2474
                    "name": "Fabien Potencier",
2475
                    "email": "[email protected]"
2476
                },
2477
                {
2478
                    "name": "Symfony Community",
2479
                    "homepage": "https://symfony.com/contributors"
2480
                }
2481
            ],
2482
            "description": "Symfony Console Component",
2483
            "homepage": "https://symfony.com",
2484
            "time": "2018-07-26T11:24:31+00:00"
2485
        },
2486
        {
2487
            "name": "symfony/debug",
2488
            "version": "v4.1.4",
2489
            "source": {
2490
                "type": "git",
2491
                "url": "https://github.com/symfony/debug.git",
2492
                "reference": "47ead688f1f2877f3f14219670f52e4722ee7052"
2493
            },
2494
            "dist": {
2495
                "type": "zip",
2496
                "url": "https://api.github.com/repos/symfony/debug/zipball/47ead688f1f2877f3f14219670f52e4722ee7052",
2497
                "reference": "47ead688f1f2877f3f14219670f52e4722ee7052",
2498
                "shasum": ""
2499
            },
2500
            "require": {
2501
                "php": "^7.1.3",
2502
                "psr/log": "~1.0"
2503
            },
2504
            "conflict": {
2505
                "symfony/http-kernel": "<3.4"
2506
            },
2507
            "require-dev": {
2508
                "symfony/http-kernel": "~3.4|~4.0"
2509
            },
2510
            "type": "library",
2511
            "extra": {
2512
                "branch-alias": {
2513
                    "dev-master": "4.1-dev"
2514
                }
2515
            },
2516
            "autoload": {
2517
                "psr-4": {
2518
                    "Symfony\\Component\\Debug\\": ""
2519
                },
2520
                "exclude-from-classmap": [
2521
                    "/Tests/"
2522
                ]
2523
            },
2524
            "notification-url": "https://packagist.org/downloads/",
2525
            "license": [
2526
                "MIT"
2527
            ],
2528
            "authors": [
2529
                {
2530
                    "name": "Fabien Potencier",
2531
                    "email": "[email protected]"
2532
                },
2533
                {
2534
                    "name": "Symfony Community",
2535
                    "homepage": "https://symfony.com/contributors"
2536
                }
2537
            ],
2538
            "description": "Symfony Debug Component",
2539
            "homepage": "https://symfony.com",
2540
            "time": "2018-08-03T11:13:38+00:00"
2541
        },
2542
        {
2543
            "name": "symfony/dependency-injection",
2544
            "version": "v4.1.4",
2545
            "source": {
2546
                "type": "git",
2547
                "url": "https://github.com/symfony/dependency-injection.git",
2548
                "reference": "bae4983003c9d451e278504d7d9b9d7fc1846873"
2549
            },
2550
            "dist": {
2551
                "type": "zip",
2552
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bae4983003c9d451e278504d7d9b9d7fc1846873",
2553
                "reference": "bae4983003c9d451e278504d7d9b9d7fc1846873",
2554
                "shasum": ""
2555
            },
2556
            "require": {
2557
                "php": "^7.1.3",
2558
                "psr/container": "^1.0"
2559
            },
2560
            "conflict": {
2561
                "symfony/config": "<4.1.1",
2562
                "symfony/finder": "<3.4",
2563
                "symfony/proxy-manager-bridge": "<3.4",
2564
                "symfony/yaml": "<3.4"
2565
            },
2566
            "provide": {
2567
                "psr/container-implementation": "1.0"
2568
            },
2569
            "require-dev": {
2570
                "symfony/config": "~4.1",
2571
                "symfony/expression-language": "~3.4|~4.0",
2572
                "symfony/yaml": "~3.4|~4.0"
2573
            },
2574
            "suggest": {
2575
                "symfony/config": "",
2576
                "symfony/expression-language": "For using expressions in service container configuration",
2577
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2578
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2579
                "symfony/yaml": ""
2580
            },
2581
            "type": "library",
2582
            "extra": {
2583
                "branch-alias": {
2584
                    "dev-master": "4.1-dev"
2585
                }
2586
            },
2587
            "autoload": {
2588
                "psr-4": {
2589
                    "Symfony\\Component\\DependencyInjection\\": ""
2590
                },
2591
                "exclude-from-classmap": [
2592
                    "/Tests/"
2593
                ]
2594
            },
2595
            "notification-url": "https://packagist.org/downloads/",
2596
            "license": [
2597
                "MIT"
2598
            ],
2599
            "authors": [
2600
                {
2601
                    "name": "Fabien Potencier",
2602
                    "email": "[email protected]"
2603
                },
2604
                {
2605
                    "name": "Symfony Community",
2606
                    "homepage": "https://symfony.com/contributors"
2607
                }
2608
            ],
2609
            "description": "Symfony DependencyInjection Component",
2610
            "homepage": "https://symfony.com",
2611
            "time": "2018-08-08T11:48:58+00:00"
2612
        },
2613
        {
2614
            "name": "symfony/event-dispatcher",
2615
            "version": "v4.1.4",
2616
            "source": {
2617
                "type": "git",
2618
                "url": "https://github.com/symfony/event-dispatcher.git",
2619
                "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e"
2620
            },
2621
            "dist": {
2622
                "type": "zip",
2623
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bfb30c2ad377615a463ebbc875eba64a99f6aa3e",
2624
                "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e",
2625
                "shasum": ""
2626
            },
2627
            "require": {
2628
                "php": "^7.1.3"
2629
            },
2630
            "conflict": {
2631
                "symfony/dependency-injection": "<3.4"
2632
            },
2633
            "require-dev": {
2634
                "psr/log": "~1.0",
2635
                "symfony/config": "~3.4|~4.0",
2636
                "symfony/dependency-injection": "~3.4|~4.0",
2637
                "symfony/expression-language": "~3.4|~4.0",
2638
                "symfony/stopwatch": "~3.4|~4.0"
2639
            },
2640
            "suggest": {
2641
                "symfony/dependency-injection": "",
2642
                "symfony/http-kernel": ""
2643
            },
2644
            "type": "library",
2645
            "extra": {
2646
                "branch-alias": {
2647
                    "dev-master": "4.1-dev"
2648
                }
2649
            },
2650
            "autoload": {
2651
                "psr-4": {
2652
                    "Symfony\\Component\\EventDispatcher\\": ""
2653
                },
2654
                "exclude-from-classmap": [
2655
                    "/Tests/"
2656
                ]
2657
            },
2658
            "notification-url": "https://packagist.org/downloads/",
2659
            "license": [
2660
                "MIT"
2661
            ],
2662
            "authors": [
2663
                {
2664
                    "name": "Fabien Potencier",
2665
                    "email": "[email protected]"
2666
                },
2667
                {
2668
                    "name": "Symfony Community",
2669
                    "homepage": "https://symfony.com/contributors"
2670
                }
2671
            ],
2672
            "description": "Symfony EventDispatcher Component",
2673
            "homepage": "https://symfony.com",
2674
            "time": "2018-07-26T09:10:45+00:00"
2675
        },
2676
        {
2677
            "name": "symfony/expression-language",
2678
            "version": "v4.1.4",
2679
            "source": {
2680
                "type": "git",
2681
                "url": "https://github.com/symfony/expression-language.git",
2682
                "reference": "065bba63c61c96fd2d4fbd01b28de058e6f8779a"
2683
            },
2684
            "dist": {
2685
                "type": "zip",
2686
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/065bba63c61c96fd2d4fbd01b28de058e6f8779a",
2687
                "reference": "065bba63c61c96fd2d4fbd01b28de058e6f8779a",
2688
                "shasum": ""
2689
            },
2690
            "require": {
2691
                "php": "^7.1.3",
2692
                "symfony/cache": "~3.4|~4.0"
2693
            },
2694
            "type": "library",
2695
            "extra": {
2696
                "branch-alias": {
2697
                    "dev-master": "4.1-dev"
2698
                }
2699
            },
2700
            "autoload": {
2701
                "psr-4": {
2702
                    "Symfony\\Component\\ExpressionLanguage\\": ""
2703
                },
2704
                "exclude-from-classmap": [
2705
                    "/Tests/"
2706
                ]
2707
            },
2708
            "notification-url": "https://packagist.org/downloads/",
2709
            "license": [
2710
                "MIT"
2711
            ],
2712
            "authors": [
2713
                {
2714
                    "name": "Fabien Potencier",
2715
                    "email": "[email protected]"
2716
                },
2717
                {
2718
                    "name": "Symfony Community",
2719
                    "homepage": "https://symfony.com/contributors"
2720
                }
2721
            ],
2722
            "description": "Symfony ExpressionLanguage Component",
2723
            "homepage": "https://symfony.com",
2724
            "time": "2018-07-26T09:10:45+00:00"
2725
        },
2726
        {
2727
            "name": "symfony/filesystem",
2728
            "version": "v4.1.4",
2729
            "source": {
2730
                "type": "git",
2731
                "url": "https://github.com/symfony/filesystem.git",
2732
                "reference": "c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e"
2733
            },
2734
            "dist": {
2735
                "type": "zip",
2736
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e",
2737
                "reference": "c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e",
2738
                "shasum": ""
2739
            },
2740
            "require": {
2741
                "php": "^7.1.3",
2742
                "symfony/polyfill-ctype": "~1.8"
2743
            },
2744
            "type": "library",
2745
            "extra": {
2746
                "branch-alias": {
2747
                    "dev-master": "4.1-dev"
2748
                }
2749
            },
2750
            "autoload": {
2751
                "psr-4": {
2752
                    "Symfony\\Component\\Filesystem\\": ""
2753
                },
2754
                "exclude-from-classmap": [
2755
                    "/Tests/"
2756
                ]
2757
            },
2758
            "notification-url": "https://packagist.org/downloads/",
2759
            "license": [
2760
                "MIT"
2761
            ],
2762
            "authors": [
2763
                {
2764
                    "name": "Fabien Potencier",
2765
                    "email": "[email protected]"
2766
                },
2767
                {
2768
                    "name": "Symfony Community",
2769
                    "homepage": "https://symfony.com/contributors"
2770
                }
2771
            ],
2772
            "description": "Symfony Filesystem Component",
2773
            "homepage": "https://symfony.com",
2774
            "time": "2018-08-18T16:52:46+00:00"
2775
        },
2776
        {
2777
            "name": "symfony/finder",
2778
            "version": "v4.1.4",
2779
            "source": {
2780
                "type": "git",
2781
                "url": "https://github.com/symfony/finder.git",
2782
                "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068"
2783
            },
2784
            "dist": {
2785
                "type": "zip",
2786
                "url": "https://api.github.com/repos/symfony/finder/zipball/e162f1df3102d0b7472805a5a9d5db9fcf0a8068",
2787
                "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068",
2788
                "shasum": ""
2789
            },
2790
            "require": {
2791
                "php": "^7.1.3"
2792
            },
2793
            "type": "library",
2794
            "extra": {
2795
                "branch-alias": {
2796
                    "dev-master": "4.1-dev"
2797
                }
2798
            },
2799
            "autoload": {
2800
                "psr-4": {
2801
                    "Symfony\\Component\\Finder\\": ""
2802
                },
2803
                "exclude-from-classmap": [
2804
                    "/Tests/"
2805
                ]
2806
            },
2807
            "notification-url": "https://packagist.org/downloads/",
2808
            "license": [
2809
                "MIT"
2810
            ],
2811
            "authors": [
2812
                {
2813
                    "name": "Fabien Potencier",
2814
                    "email": "[email protected]"
2815
                },
2816
                {
2817
                    "name": "Symfony Community",
2818
                    "homepage": "https://symfony.com/contributors"
2819
                }
2820
            ],
2821
            "description": "Symfony Finder Component",
2822
            "homepage": "https://symfony.com",
2823
            "time": "2018-07-26T11:24:31+00:00"
2824
        },
2825
        {
2826
            "name": "symfony/flex",
2827
            "version": "v1.1.1",
2828
            "source": {
2829
                "type": "git",
2830
                "url": "https://github.com/symfony/flex.git",
2831
                "reference": "9fb60f232af0764d58002e7872acb43a74506d25"
2832
            },
2833
            "dist": {
2834
                "type": "zip",
2835
                "url": "https://api.github.com/repos/symfony/flex/zipball/9fb60f232af0764d58002e7872acb43a74506d25",
2836
                "reference": "9fb60f232af0764d58002e7872acb43a74506d25",
2837
                "shasum": ""
2838
            },
2839
            "require": {
2840
                "composer-plugin-api": "^1.0",
2841
                "php": "^7.0"
2842
            },
2843
            "require-dev": {
2844
                "composer/composer": "^1.0.2",
2845
                "symfony/phpunit-bridge": "^3.2.8"
2846
            },
2847
            "type": "composer-plugin",
2848
            "extra": {
2849
                "branch-alias": {
2850
                    "dev-master": "1.1-dev"
2851
                },
2852
                "class": "Symfony\\Flex\\Flex"
2853
            },
2854
            "autoload": {
2855
                "psr-4": {
2856
                    "Symfony\\Flex\\": "src"
2857
                }
2858
            },
2859
            "notification-url": "https://packagist.org/downloads/",
2860
            "license": [
2861
                "MIT"
2862
            ],
2863
            "authors": [
2864
                {
2865
                    "name": "Fabien Potencier",
2866
                    "email": "[email protected]"
2867
                }
2868
            ],
2869
            "description": "Composer plugin for Symfony",
2870
            "time": "2018-09-03T08:17:12+00:00"
2871
        },
2872
        {
2873
            "name": "symfony/framework-bundle",
2874
            "version": "v4.1.4",
2875
            "source": {
2876
                "type": "git",
2877
                "url": "https://github.com/symfony/framework-bundle.git",
2878
                "reference": "f62dc69959253acf717c3d89cd509975daf10e02"
2879
            },
2880
            "dist": {
2881
                "type": "zip",
2882
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f62dc69959253acf717c3d89cd509975daf10e02",
2883
                "reference": "f62dc69959253acf717c3d89cd509975daf10e02",
2884
                "shasum": ""
2885
            },
2886
            "require": {
2887
                "ext-xml": "*",
2888
                "php": "^7.1.3",
2889
                "symfony/cache": "~3.4|~4.0",
2890
                "symfony/config": "~3.4|~4.0",
2891
                "symfony/dependency-injection": "^4.1.1",
2892
                "symfony/event-dispatcher": "^4.1",
2893
                "symfony/filesystem": "~3.4|~4.0",
2894
                "symfony/finder": "~3.4|~4.0",
2895
                "symfony/http-foundation": "^4.1",
2896
                "symfony/http-kernel": "^4.1",
2897
                "symfony/polyfill-mbstring": "~1.0",
2898
                "symfony/routing": "^4.1"
2899
            },
2900
            "conflict": {
2901
                "phpdocumentor/reflection-docblock": "<3.0",
2902
                "phpdocumentor/type-resolver": "<0.2.1",
2903
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2904
                "symfony/asset": "<3.4",
2905
                "symfony/console": "<3.4",
2906
                "symfony/form": "<4.1",
2907
                "symfony/property-info": "<3.4",
2908
                "symfony/serializer": "<4.1",
2909
                "symfony/stopwatch": "<3.4",
2910
                "symfony/translation": "<3.4",
2911
                "symfony/twig-bridge": "<4.1.1",
2912
                "symfony/validator": "<4.1",
2913
                "symfony/workflow": "<4.1"
2914
            },
2915
            "require-dev": {
2916
                "doctrine/annotations": "~1.0",
2917
                "doctrine/cache": "~1.0",
2918
                "fig/link-util": "^1.0",
2919
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2920
                "symfony/asset": "~3.4|~4.0",
2921
                "symfony/browser-kit": "~3.4|~4.0",
2922
                "symfony/console": "~3.4|~4.0",
2923
                "symfony/css-selector": "~3.4|~4.0",
2924
                "symfony/dom-crawler": "~3.4|~4.0",
2925
                "symfony/expression-language": "~3.4|~4.0",
2926
                "symfony/form": "^4.1",
2927
                "symfony/lock": "~3.4|~4.0",
2928
                "symfony/messenger": "^4.1",
2929
                "symfony/polyfill-intl-icu": "~1.0",
2930
                "symfony/process": "~3.4|~4.0",
2931
                "symfony/property-info": "~3.4|~4.0",
2932
                "symfony/security": "~3.4|~4.0",
2933
                "symfony/security-core": "~3.4|~4.0",
2934
                "symfony/security-csrf": "~3.4|~4.0",
2935
                "symfony/serializer": "^4.1",
2936
                "symfony/stopwatch": "~3.4|~4.0",
2937
                "symfony/templating": "~3.4|~4.0",
2938
                "symfony/translation": "~3.4|~4.0",
2939
                "symfony/validator": "^4.1",
2940
                "symfony/var-dumper": "~3.4|~4.0",
2941
                "symfony/web-link": "~3.4|~4.0",
2942
                "symfony/workflow": "^4.1",
2943
                "symfony/yaml": "~3.4|~4.0",
2944
                "twig/twig": "~1.34|~2.4"
2945
            },
2946
            "suggest": {
2947
                "ext-apcu": "For best performance of the system caches",
2948
                "symfony/console": "For using the console commands",
2949
                "symfony/form": "For using forms",
2950
                "symfony/property-info": "For using the property_info service",
2951
                "symfony/serializer": "For using the serializer service",
2952
                "symfony/validator": "For using validation",
2953
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2954
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
2955
            },
2956
            "type": "symfony-bundle",
2957
            "extra": {
2958
                "branch-alias": {
2959
                    "dev-master": "4.1-dev"
2960
                }
2961
            },
2962
            "autoload": {
2963
                "psr-4": {
2964
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
2965
                },
2966
                "exclude-from-classmap": [
2967
                    "/Tests/"
2968
                ]
2969
            },
2970
            "notification-url": "https://packagist.org/downloads/",
2971
            "license": [
2972
                "MIT"
2973
            ],
2974
            "authors": [
2975
                {
2976
                    "name": "Fabien Potencier",
2977
                    "email": "[email protected]"
2978
                },
2979
                {
2980
                    "name": "Symfony Community",
2981
                    "homepage": "https://symfony.com/contributors"
2982
                }
2983
            ],
2984
            "description": "Symfony FrameworkBundle",
2985
            "homepage": "https://symfony.com",
2986
            "time": "2018-08-17T12:07:19+00:00"
2987
        },
2988
        {
2989
            "name": "symfony/http-foundation",
2990
            "version": "v4.1.4",
2991
            "source": {
2992
                "type": "git",
2993
                "url": "https://github.com/symfony/http-foundation.git",
2994
                "reference": "3a5c91e133b220bb882b3cd773ba91bf39989345"
2995
            },
2996
            "dist": {
2997
                "type": "zip",
2998
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3a5c91e133b220bb882b3cd773ba91bf39989345",
2999
                "reference": "3a5c91e133b220bb882b3cd773ba91bf39989345",
3000
                "shasum": ""
3001
            },
3002
            "require": {
3003
                "php": "^7.1.3",
3004
                "symfony/polyfill-mbstring": "~1.1"
3005
            },
3006
            "require-dev": {
3007
                "predis/predis": "~1.0",
3008
                "symfony/expression-language": "~3.4|~4.0"
3009
            },
3010
            "type": "library",
3011
            "extra": {
3012
                "branch-alias": {
3013
                    "dev-master": "4.1-dev"
3014
                }
3015
            },
3016
            "autoload": {
3017
                "psr-4": {
3018
                    "Symfony\\Component\\HttpFoundation\\": ""
3019
                },
3020
                "exclude-from-classmap": [
3021
                    "/Tests/"
3022
                ]
3023
            },
3024
            "notification-url": "https://packagist.org/downloads/",
3025
            "license": [
3026
                "MIT"
3027
            ],
3028
            "authors": [
3029
                {
3030
                    "name": "Fabien Potencier",
3031
                    "email": "[email protected]"
3032
                },
3033
                {
3034
                    "name": "Symfony Community",
3035
                    "homepage": "https://symfony.com/contributors"
3036
                }
3037
            ],
3038
            "description": "Symfony HttpFoundation Component",
3039
            "homepage": "https://symfony.com",
3040
            "time": "2018-08-27T17:47:02+00:00"
3041
        },
3042
        {
3043
            "name": "symfony/http-kernel",
3044
            "version": "v4.1.4",
3045
            "source": {
3046
                "type": "git",
3047
                "url": "https://github.com/symfony/http-kernel.git",
3048
                "reference": "33de0a1ff2e1720096189e3ced682d7a4e8f5e35"
3049
            },
3050
            "dist": {
3051
                "type": "zip",
3052
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/33de0a1ff2e1720096189e3ced682d7a4e8f5e35",
3053
                "reference": "33de0a1ff2e1720096189e3ced682d7a4e8f5e35",
3054
                "shasum": ""
3055
            },
3056
            "require": {
3057
                "php": "^7.1.3",
3058
                "psr/log": "~1.0",
3059
                "symfony/debug": "~3.4|~4.0",
3060
                "symfony/event-dispatcher": "~4.1",
3061
                "symfony/http-foundation": "^4.1.1",
3062
                "symfony/polyfill-ctype": "~1.8"
3063
            },
3064
            "conflict": {
3065
                "symfony/config": "<3.4",
3066
                "symfony/dependency-injection": "<4.1",
3067
                "symfony/var-dumper": "<4.1.1",
3068
                "twig/twig": "<1.34|<2.4,>=2"
3069
            },
3070
            "provide": {
3071
                "psr/log-implementation": "1.0"
3072
            },
3073
            "require-dev": {
3074
                "psr/cache": "~1.0",
3075
                "symfony/browser-kit": "~3.4|~4.0",
3076
                "symfony/config": "~3.4|~4.0",
3077
                "symfony/console": "~3.4|~4.0",
3078
                "symfony/css-selector": "~3.4|~4.0",
3079
                "symfony/dependency-injection": "^4.1",
3080
                "symfony/dom-crawler": "~3.4|~4.0",
3081
                "symfony/expression-language": "~3.4|~4.0",
3082
                "symfony/finder": "~3.4|~4.0",
3083
                "symfony/process": "~3.4|~4.0",
3084
                "symfony/routing": "~3.4|~4.0",
3085
                "symfony/stopwatch": "~3.4|~4.0",
3086
                "symfony/templating": "~3.4|~4.0",
3087
                "symfony/translation": "~3.4|~4.0",
3088
                "symfony/var-dumper": "^4.1.1"
3089
            },
3090
            "suggest": {
3091
                "symfony/browser-kit": "",
3092
                "symfony/config": "",
3093
                "symfony/console": "",
3094
                "symfony/dependency-injection": "",
3095
                "symfony/var-dumper": ""
3096
            },
3097
            "type": "library",
3098
            "extra": {
3099
                "branch-alias": {
3100
                    "dev-master": "4.1-dev"
3101
                }
3102
            },
3103
            "autoload": {
3104
                "psr-4": {
3105
                    "Symfony\\Component\\HttpKernel\\": ""
3106
                },
3107
                "exclude-from-classmap": [
3108
                    "/Tests/"
3109
                ]
3110
            },
3111
            "notification-url": "https://packagist.org/downloads/",
3112
            "license": [
3113
                "MIT"
3114
            ],
3115
            "authors": [
3116
                {
3117
                    "name": "Fabien Potencier",
3118
                    "email": "[email protected]"
3119
                },
3120
                {
3121
                    "name": "Symfony Community",
3122
                    "homepage": "https://symfony.com/contributors"
3123
                }
3124
            ],
3125
            "description": "Symfony HttpKernel Component",
3126
            "homepage": "https://symfony.com",
3127
            "time": "2018-08-28T06:17:42+00:00"
3128
        },
3129
        {
3130
            "name": "symfony/lts",
3131
            "version": "dev-master",
3132
            "source": {
3133
                "type": "git",
3134
                "url": "https://github.com/symfony/lts.git",
3135
                "reference": "b5442df5a473775a3e5b34287e61570b45deb771"
3136
            },
3137
            "dist": {
3138
                "type": "zip",
3139
                "url": "https://api.github.com/repos/symfony/lts/zipball/b5442df5a473775a3e5b34287e61570b45deb771",
3140
                "reference": "b5442df5a473775a3e5b34287e61570b45deb771",
3141
                "shasum": ""
3142
            },
3143
            "conflict": {
3144
                "symfony/asset": ">=5",
3145
                "symfony/browser-kit": ">=5",
3146
                "symfony/cache": ">=5",
3147
                "symfony/class-loader": ">=5",
3148
                "symfony/config": ">=5",
3149
                "symfony/console": ">=5",
3150
                "symfony/css-selector": ">=5",
3151
                "symfony/debug": ">=5",
3152
                "symfony/debug-bundle": ">=5",
3153
                "symfony/dependency-injection": ">=5",
3154
                "symfony/doctrine-bridge": ">=5",
3155
                "symfony/dom-crawler": ">=5",
3156
                "symfony/dotenv": ">=5",
3157
                "symfony/event-dispatcher": ">=5",
3158
                "symfony/expression-language": ">=5",
3159
                "symfony/filesystem": ">=5",
3160
                "symfony/finder": ">=5",
3161
                "symfony/form": ">=5",
3162
                "symfony/framework-bundle": ">=5",
3163
                "symfony/http-foundation": ">=5",
3164
                "symfony/http-kernel": ">=5",
3165
                "symfony/inflector": ">=5",
3166
                "symfony/intl": ">=5",
3167
                "symfony/ldap": ">=5",
3168
                "symfony/lock": ">=5",
3169
                "symfony/messenger": ">=5",
3170
                "symfony/monolog-bridge": ">=5",
3171
                "symfony/options-resolver": ">=5",
3172
                "symfony/process": ">=5",
3173
                "symfony/property-access": ">=5",
3174
                "symfony/property-info": ">=5",
3175
                "symfony/proxy-manager-bridge": ">=5",
3176
                "symfony/routing": ">=5",
3177
                "symfony/security": ">=5",
3178
                "symfony/security-bundle": ">=5",
3179
                "symfony/security-core": ">=5",
3180
                "symfony/security-csrf": ">=5",
3181
                "symfony/security-guard": ">=5",
3182
                "symfony/security-http": ">=5",
3183
                "symfony/serializer": ">=5",
3184
                "symfony/stopwatch": ">=5",
3185
                "symfony/symfony": ">=5",
3186
                "symfony/templating": ">=5",
3187
                "symfony/translation": ">=5",
3188
                "symfony/twig-bridge": ">=5",
3189
                "symfony/twig-bundle": ">=5",
3190
                "symfony/validator": ">=5",
3191
                "symfony/var-dumper": ">=5",
3192
                "symfony/web-link": ">=5",
3193
                "symfony/web-profiler-bundle": ">=5",
3194
                "symfony/web-server-bundle": ">=5",
3195
                "symfony/workflow": ">=5",
3196
                "symfony/yaml": ">=5"
3197
            },
3198
            "type": "metapackage",
3199
            "extra": {
3200
                "branch-alias": {
3201
                    "dev-master": "4-dev"
3202
                }
3203
            },
3204
            "notification-url": "https://packagist.org/downloads/",
3205
            "license": [
3206
                "MIT"
3207
            ],
3208
            "authors": [
3209
                {
3210
                    "name": "Fabien Potencier",
3211
                    "email": "[email protected]"
3212
                },
3213
                {
3214
                    "name": "Symfony Community",
3215
                    "homepage": "https://symfony.com/contributors"
3216
                }
3217
            ],
3218
            "description": "Enforces Long Term Supported versions of Symfony components",
3219
            "homepage": "https://symfony.com",
3220
            "abandoned": "symfony/flex",
3221
            "time": "2018-09-13T17:13:03+00:00"
3222
        },
3223
        {
3224
            "name": "symfony/monolog-bridge",
3225
            "version": "v4.1.4",
3226
            "source": {
3227
                "type": "git",
3228
                "url": "https://github.com/symfony/monolog-bridge.git",
3229
                "reference": "d8b57ea6afaa30888dc74936b2d414abdfee30d0"
3230
            },
3231
            "dist": {
3232
                "type": "zip",
3233
                "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/d8b57ea6afaa30888dc74936b2d414abdfee30d0",
3234
                "reference": "d8b57ea6afaa30888dc74936b2d414abdfee30d0",
3235
                "shasum": ""
3236
            },
3237
            "require": {
3238
                "monolog/monolog": "~1.19",
3239
                "php": "^7.1.3",
3240
                "symfony/http-kernel": "~3.4|~4.0"
3241
            },
3242
            "conflict": {
3243
                "symfony/http-foundation": "<3.4"
3244
            },
3245
            "require-dev": {
3246
                "symfony/console": "~3.4|~4.0",
3247
                "symfony/event-dispatcher": "~3.4|~4.0",
3248
                "symfony/security-core": "~3.4|~4.0",
3249
                "symfony/var-dumper": "~3.4|~4.0"
3250
            },
3251
            "suggest": {
3252
                "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",
3253
                "symfony/event-dispatcher": "Needed when using log messages in console commands.",
3254
                "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
3255
                "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
3256
            },
3257
            "type": "symfony-bridge",
3258
            "extra": {
3259
                "branch-alias": {
3260
                    "dev-master": "4.1-dev"
3261
                }
3262
            },
3263
            "autoload": {
3264
                "psr-4": {
3265
                    "Symfony\\Bridge\\Monolog\\": ""
3266
                },
3267
                "exclude-from-classmap": [
3268
                    "/Tests/"
3269
                ]
3270
            },
3271
            "notification-url": "https://packagist.org/downloads/",
3272
            "license": [
3273
                "MIT"
3274
            ],
3275
            "authors": [
3276
                {
3277
                    "name": "Fabien Potencier",
3278
                    "email": "[email protected]"
3279
                },
3280
                {
3281
                    "name": "Symfony Community",
3282
                    "homepage": "https://symfony.com/contributors"
3283
                }
3284
            ],
3285
            "description": "Symfony Monolog Bridge",
3286
            "homepage": "https://symfony.com",
3287
            "time": "2018-07-26T09:10:45+00:00"
3288
        },
3289
        {
3290
            "name": "symfony/monolog-bundle",
3291
            "version": "v3.3.0",
3292
            "source": {
3293
                "type": "git",
3294
                "url": "https://github.com/symfony/monolog-bundle.git",
3295
                "reference": "8204f3cd7c1bd6a6e2955c0a34475243a7bd9802"
3296
            },
3297
            "dist": {
3298
                "type": "zip",
3299
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8204f3cd7c1bd6a6e2955c0a34475243a7bd9802",
3300
                "reference": "8204f3cd7c1bd6a6e2955c0a34475243a7bd9802",
3301
                "shasum": ""
3302
            },
3303
            "require": {
3304
                "monolog/monolog": "~1.22",
3305
                "php": ">=5.6",
3306
                "symfony/config": "~2.7|~3.3|~4.0",
3307
                "symfony/dependency-injection": "~2.7|~3.4.10|^4.0.10",
3308
                "symfony/http-kernel": "~2.7|~3.3|~4.0",
3309
                "symfony/monolog-bridge": "~2.7|~3.3|~4.0"
3310
            },
3311
            "require-dev": {
3312
                "symfony/console": "~2.7|~3.3|~4.0",
3313
                "symfony/phpunit-bridge": "^3.3|^4.0",
3314
                "symfony/yaml": "~2.7|~3.3|~4.0"
3315
            },
3316
            "type": "symfony-bundle",
3317
            "extra": {
3318
                "branch-alias": {
3319
                    "dev-master": "3.x-dev"
3320
                }
3321
            },
3322
            "autoload": {
3323
                "psr-4": {
3324
                    "Symfony\\Bundle\\MonologBundle\\": ""
3325
                },
3326
                "exclude-from-classmap": [
3327
                    "/Tests/"
3328
                ]
3329
            },
3330
            "notification-url": "https://packagist.org/downloads/",
3331
            "license": [
3332
                "MIT"
3333
            ],
3334
            "authors": [
3335
                {
3336
                    "name": "Symfony Community",
3337
                    "homepage": "http://symfony.com/contributors"
3338
                },
3339
                {
3340
                    "name": "Fabien Potencier",
3341
                    "email": "[email protected]"
3342
                }
3343
            ],
3344
            "description": "Symfony MonologBundle",
3345
            "homepage": "http://symfony.com",
3346
            "keywords": [
3347
                "log",
3348
                "logging"
3349
            ],
3350
            "time": "2018-06-04T05:55:43+00:00"
3351
        },
3352
        {
3353
            "name": "symfony/polyfill-ctype",
3354
            "version": "v1.9.0",
3355
            "source": {
3356
                "type": "git",
3357
                "url": "https://github.com/symfony/polyfill-ctype.git",
3358
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
3359
            },
3360
            "dist": {
3361
                "type": "zip",
3362
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
3363
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
3364
                "shasum": ""
3365
            },
3366
            "require": {
3367
                "php": ">=5.3.3"
3368
            },
3369
            "suggest": {
3370
                "ext-ctype": "For best performance"
3371
            },
3372
            "type": "library",
3373
            "extra": {
3374
                "branch-alias": {
3375
                    "dev-master": "1.9-dev"
3376
                }
3377
            },
3378
            "autoload": {
3379
                "psr-4": {
3380
                    "Symfony\\Polyfill\\Ctype\\": ""
3381
                },
3382
                "files": [
3383
                    "bootstrap.php"
3384
                ]
3385
            },
3386
            "notification-url": "https://packagist.org/downloads/",
3387
            "license": [
3388
                "MIT"
3389
            ],
3390
            "authors": [
3391
                {
3392
                    "name": "Symfony Community",
3393
                    "homepage": "https://symfony.com/contributors"
3394
                },
3395
                {
3396
                    "name": "Gert de Pagter",
3397
                    "email": "[email protected]"
3398
                }
3399
            ],
3400
            "description": "Symfony polyfill for ctype functions",
3401
            "homepage": "https://symfony.com",
3402
            "keywords": [
3403
                "compatibility",
3404
                "ctype",
3405
                "polyfill",
3406
                "portable"
3407
            ],
3408
            "time": "2018-08-06T14:22:27+00:00"
3409
        },
3410
        {
3411
            "name": "symfony/polyfill-mbstring",
3412
            "version": "v1.9.0",
3413
            "source": {
3414
                "type": "git",
3415
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3416
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
3417
            },
3418
            "dist": {
3419
                "type": "zip",
3420
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
3421
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
3422
                "shasum": ""
3423
            },
3424
            "require": {
3425
                "php": ">=5.3.3"
3426
            },
3427
            "suggest": {
3428
                "ext-mbstring": "For best performance"
3429
            },
3430
            "type": "library",
3431
            "extra": {
3432
                "branch-alias": {
3433
                    "dev-master": "1.9-dev"
3434
                }
3435
            },
3436
            "autoload": {
3437
                "psr-4": {
3438
                    "Symfony\\Polyfill\\Mbstring\\": ""
3439
                },
3440
                "files": [
3441
                    "bootstrap.php"
3442
                ]
3443
            },
3444
            "notification-url": "https://packagist.org/downloads/",
3445
            "license": [
3446
                "MIT"
3447
            ],
3448
            "authors": [
3449
                {
3450
                    "name": "Nicolas Grekas",
3451
                    "email": "[email protected]"
3452
                },
3453
                {
3454
                    "name": "Symfony Community",
3455
                    "homepage": "https://symfony.com/contributors"
3456
                }
3457
            ],
3458
            "description": "Symfony polyfill for the Mbstring extension",
3459
            "homepage": "https://symfony.com",
3460
            "keywords": [
3461
                "compatibility",
3462
                "mbstring",
3463
                "polyfill",
3464
                "portable",
3465
                "shim"
3466
            ],
3467
            "time": "2018-08-06T14:22:27+00:00"
3468
        },
3469
        {
3470
            "name": "symfony/process",
3471
            "version": "v4.1.4",
3472
            "source": {
3473
                "type": "git",
3474
                "url": "https://github.com/symfony/process.git",
3475
                "reference": "86cdb930a6a855b0ab35fb60c1504cb36184f843"
3476
            },
3477
            "dist": {
3478
                "type": "zip",
3479
                "url": "https://api.github.com/repos/symfony/process/zipball/86cdb930a6a855b0ab35fb60c1504cb36184f843",
3480
                "reference": "86cdb930a6a855b0ab35fb60c1504cb36184f843",
3481
                "shasum": ""
3482
            },
3483
            "require": {
3484
                "php": "^7.1.3"
3485
            },
3486
            "type": "library",
3487
            "extra": {
3488
                "branch-alias": {
3489
                    "dev-master": "4.1-dev"
3490
                }
3491
            },
3492
            "autoload": {
3493
                "psr-4": {
3494
                    "Symfony\\Component\\Process\\": ""
3495
                },
3496
                "exclude-from-classmap": [
3497
                    "/Tests/"
3498
                ]
3499
            },
3500
            "notification-url": "https://packagist.org/downloads/",
3501
            "license": [
3502
                "MIT"
3503
            ],
3504
            "authors": [
3505
                {
3506
                    "name": "Fabien Potencier",
3507
                    "email": "[email protected]"
3508
                },
3509
                {
3510
                    "name": "Symfony Community",
3511
                    "homepage": "https://symfony.com/contributors"
3512
                }
3513
            ],
3514
            "description": "Symfony Process Component",
3515
            "homepage": "https://symfony.com",
3516
            "time": "2018-08-03T11:13:38+00:00"
3517
        },
3518
        {
3519
            "name": "symfony/proxy-manager-bridge",
3520
            "version": "v4.1.4",
3521
            "source": {
3522
                "type": "git",
3523
                "url": "https://github.com/symfony/proxy-manager-bridge.git",
3524
                "reference": "84c6a1e939c6adc5d15d0938efe15311061ffb52"
3525
            },
3526
            "dist": {
3527
                "type": "zip",
3528
                "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/84c6a1e939c6adc5d15d0938efe15311061ffb52",
3529
                "reference": "84c6a1e939c6adc5d15d0938efe15311061ffb52",
3530
                "shasum": ""
3531
            },
3532
            "require": {
3533
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
3534
                "php": "^7.1.3",
3535
                "symfony/dependency-injection": "~3.4|~4.0"
3536
            },
3537
            "require-dev": {
3538
                "symfony/config": "~3.4|~4.0"
3539
            },
3540
            "type": "symfony-bridge",
3541
            "extra": {
3542
                "branch-alias": {
3543
                    "dev-master": "4.1-dev"
3544
                }
3545
            },
3546
            "autoload": {
3547
                "psr-4": {
3548
                    "Symfony\\Bridge\\ProxyManager\\": ""
3549
                },
3550
                "exclude-from-classmap": [
3551
                    "/Tests/"
3552
                ]
3553
            },
3554
            "notification-url": "https://packagist.org/downloads/",
3555
            "license": [
3556
                "MIT"
3557
            ],
3558
            "authors": [
3559
                {
3560
                    "name": "Fabien Potencier",
3561
                    "email": "[email protected]"
3562
                },
3563
                {
3564
                    "name": "Symfony Community",
3565
                    "homepage": "https://symfony.com/contributors"
3566
                }
3567
            ],
3568
            "description": "Symfony ProxyManager Bridge",
3569
            "homepage": "https://symfony.com",
3570
            "time": "2018-07-26T09:10:45+00:00"
3571
        },
3572
        {
3573
            "name": "symfony/routing",
3574
            "version": "v4.1.4",
3575
            "source": {
3576
                "type": "git",
3577
                "url": "https://github.com/symfony/routing.git",
3578
                "reference": "a5784c2ec4168018c87b38f0e4f39d2278499f51"
3579
            },
3580
            "dist": {
3581
                "type": "zip",
3582
                "url": "https://api.github.com/repos/symfony/routing/zipball/a5784c2ec4168018c87b38f0e4f39d2278499f51",
3583
                "reference": "a5784c2ec4168018c87b38f0e4f39d2278499f51",
3584
                "shasum": ""
3585
            },
3586
            "require": {
3587
                "php": "^7.1.3"
3588
            },
3589
            "conflict": {
3590
                "symfony/config": "<3.4",
3591
                "symfony/dependency-injection": "<3.4",
3592
                "symfony/yaml": "<3.4"
3593
            },
3594
            "require-dev": {
3595
                "doctrine/annotations": "~1.0",
3596
                "psr/log": "~1.0",
3597
                "symfony/config": "~3.4|~4.0",
3598
                "symfony/dependency-injection": "~3.4|~4.0",
3599
                "symfony/expression-language": "~3.4|~4.0",
3600
                "symfony/http-foundation": "~3.4|~4.0",
3601
                "symfony/yaml": "~3.4|~4.0"
3602
            },
3603
            "suggest": {
3604
                "doctrine/annotations": "For using the annotation loader",
3605
                "symfony/config": "For using the all-in-one router or any loader",
3606
                "symfony/dependency-injection": "For loading routes from a service",
3607
                "symfony/expression-language": "For using expression matching",
3608
                "symfony/http-foundation": "For using a Symfony Request object",
3609
                "symfony/yaml": "For using the YAML loader"
3610
            },
3611
            "type": "library",
3612
            "extra": {
3613
                "branch-alias": {
3614
                    "dev-master": "4.1-dev"
3615
                }
3616
            },
3617
            "autoload": {
3618
                "psr-4": {
3619
                    "Symfony\\Component\\Routing\\": ""
3620
                },
3621
                "exclude-from-classmap": [
3622
                    "/Tests/"
3623
                ]
3624
            },
3625
            "notification-url": "https://packagist.org/downloads/",
3626
            "license": [
3627
                "MIT"
3628
            ],
3629
            "authors": [
3630
                {
3631
                    "name": "Fabien Potencier",
3632
                    "email": "[email protected]"
3633
                },
3634
                {
3635
                    "name": "Symfony Community",
3636
                    "homepage": "https://symfony.com/contributors"
3637
                }
3638
            ],
3639
            "description": "Symfony Routing Component",
3640
            "homepage": "https://symfony.com",
3641
            "keywords": [
3642
                "router",
3643
                "routing",
3644
                "uri",
3645
                "url"
3646
            ],
3647
            "time": "2018-08-03T07:58:40+00:00"
3648
        },
3649
        {
3650
            "name": "symfony/stopwatch",
3651
            "version": "v4.1.4",
3652
            "source": {
3653
                "type": "git",
3654
                "url": "https://github.com/symfony/stopwatch.git",
3655
                "reference": "966c982df3cca41324253dc0c7ffe76b6076b705"
3656
            },
3657
            "dist": {
3658
                "type": "zip",
3659
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/966c982df3cca41324253dc0c7ffe76b6076b705",
3660
                "reference": "966c982df3cca41324253dc0c7ffe76b6076b705",
3661
                "shasum": ""
3662
            },
3663
            "require": {
3664
                "php": "^7.1.3"
3665
            },
3666
            "type": "library",
3667
            "extra": {
3668
                "branch-alias": {
3669
                    "dev-master": "4.1-dev"
3670
                }
3671
            },
3672
            "autoload": {
3673
                "psr-4": {
3674
                    "Symfony\\Component\\Stopwatch\\": ""
3675
                },
3676
                "exclude-from-classmap": [
3677
                    "/Tests/"
3678
                ]
3679
            },
3680
            "notification-url": "https://packagist.org/downloads/",
3681
            "license": [
3682
                "MIT"
3683
            ],
3684
            "authors": [
3685
                {
3686
                    "name": "Fabien Potencier",
3687
                    "email": "[email protected]"
3688
                },
3689
                {
3690
                    "name": "Symfony Community",
3691
                    "homepage": "https://symfony.com/contributors"
3692
                }
3693
            ],
3694
            "description": "Symfony Stopwatch Component",
3695
            "homepage": "https://symfony.com",
3696
            "time": "2018-07-26T11:00:49+00:00"
3697
        },
3698
        {
3699
            "name": "symfony/translation",
3700
            "version": "v4.1.4",
3701
            "source": {
3702
                "type": "git",
3703
                "url": "https://github.com/symfony/translation.git",
3704
                "reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f"
3705
            },
3706
            "dist": {
3707
                "type": "zip",
3708
                "url": "https://api.github.com/repos/symfony/translation/zipball/fa2182669f7983b7aa5f1a770d053f79f0ef144f",
3709
                "reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f",
3710
                "shasum": ""
3711
            },
3712
            "require": {
3713
                "php": "^7.1.3",
3714
                "symfony/polyfill-mbstring": "~1.0"
3715
            },
3716
            "conflict": {
3717
                "symfony/config": "<3.4",
3718
                "symfony/dependency-injection": "<3.4",
3719
                "symfony/yaml": "<3.4"
3720
            },
3721
            "require-dev": {
3722
                "psr/log": "~1.0",
3723
                "symfony/config": "~3.4|~4.0",
3724
                "symfony/console": "~3.4|~4.0",
3725
                "symfony/dependency-injection": "~3.4|~4.0",
3726
                "symfony/finder": "~2.8|~3.0|~4.0",
3727
                "symfony/intl": "~3.4|~4.0",
3728
                "symfony/yaml": "~3.4|~4.0"
3729
            },
3730
            "suggest": {
3731
                "psr/log-implementation": "To use logging capability in translator",
3732
                "symfony/config": "",
3733
                "symfony/yaml": ""
3734
            },
3735
            "type": "library",
3736
            "extra": {
3737
                "branch-alias": {
3738
                    "dev-master": "4.1-dev"
3739
                }
3740
            },
3741
            "autoload": {
3742
                "psr-4": {
3743
                    "Symfony\\Component\\Translation\\": ""
3744
                },
3745
                "exclude-from-classmap": [
3746
                    "/Tests/"
3747
                ]
3748
            },
3749
            "notification-url": "https://packagist.org/downloads/",
3750
            "license": [
3751
                "MIT"
3752
            ],
3753
            "authors": [
3754
                {
3755
                    "name": "Fabien Potencier",
3756
                    "email": "[email protected]"
3757
                },
3758
                {
3759
                    "name": "Symfony Community",
3760
                    "homepage": "https://symfony.com/contributors"
3761
                }
3762
            ],
3763
            "description": "Symfony Translation Component",
3764
            "homepage": "https://symfony.com",
3765
            "time": "2018-08-07T12:45:11+00:00"
3766
        },
3767
        {
3768
            "name": "symfony/yaml",
3769
            "version": "v4.1.4",
3770
            "source": {
3771
                "type": "git",
3772
                "url": "https://github.com/symfony/yaml.git",
3773
                "reference": "b832cc289608b6d305f62149df91529a2ab3c314"
3774
            },
3775
            "dist": {
3776
                "type": "zip",
3777
                "url": "https://api.github.com/repos/symfony/yaml/zipball/b832cc289608b6d305f62149df91529a2ab3c314",
3778
                "reference": "b832cc289608b6d305f62149df91529a2ab3c314",
3779
                "shasum": ""
3780
            },
3781
            "require": {
3782
                "php": "^7.1.3",
3783
                "symfony/polyfill-ctype": "~1.8"
3784
            },
3785
            "conflict": {
3786
                "symfony/console": "<3.4"
3787
            },
3788
            "require-dev": {
3789
                "symfony/console": "~3.4|~4.0"
3790
            },
3791
            "suggest": {
3792
                "symfony/console": "For validating YAML files using the lint command"
3793
            },
3794
            "type": "library",
3795
            "extra": {
3796
                "branch-alias": {
3797
                    "dev-master": "4.1-dev"
3798
                }
3799
            },
3800
            "autoload": {
3801
                "psr-4": {
3802
                    "Symfony\\Component\\Yaml\\": ""
3803
                },
3804
                "exclude-from-classmap": [
3805
                    "/Tests/"
3806
                ]
3807
            },
3808
            "notification-url": "https://packagist.org/downloads/",
3809
            "license": [
3810
                "MIT"
3811
            ],
3812
            "authors": [
3813
                {
3814
                    "name": "Fabien Potencier",
3815
                    "email": "[email protected]"
3816
                },
3817
                {
3818
                    "name": "Symfony Community",
3819
                    "homepage": "https://symfony.com/contributors"
3820
                }
3821
            ],
3822
            "description": "Symfony Yaml Component",
3823
            "homepage": "https://symfony.com",
3824
            "time": "2018-08-18T16:52:46+00:00"
3825
        },
3826
        {
3827
            "name": "tedivm/stash",
3828
            "version": "v0.14.2",
3829
            "source": {
3830
                "type": "git",
3831
                "url": "https://github.com/tedious/Stash.git",
3832
                "reference": "7ea9749784152dcd2dab72c4bbf2bef18c326e41"
3833
            },
3834
            "dist": {
3835
                "type": "zip",
3836
                "url": "https://api.github.com/repos/tedious/Stash/zipball/7ea9749784152dcd2dab72c4bbf2bef18c326e41",
3837
                "reference": "7ea9749784152dcd2dab72c4bbf2bef18c326e41",
3838
                "shasum": ""
3839
            },
3840
            "require": {
3841
                "php": "^5.4|^7.0",
3842
                "psr/cache": "~1.0"
3843
            },
3844
            "provide": {
3845
                "psr/cache-implementation": "1.0.0"
3846
            },
3847
            "require-dev": {
3848
                "friendsofphp/php-cs-fixer": "^1.9",
3849
                "phpunit/phpunit": "4.8.*",
3850
                "satooshi/php-coveralls": "1.0.*"
3851
            },
3852
            "type": "library",
3853
            "autoload": {
3854
                "psr-4": {
3855
                    "Stash\\": "src/Stash/"
3856
                }
3857
            },
3858
            "notification-url": "https://packagist.org/downloads/",
3859
            "license": [
3860
                "BSD-3-Clause"
3861
            ],
3862
            "authors": [
3863
                {
3864
                    "name": "Robert Hafner",
3865
                    "email": "[email protected]"
3866
                },
3867
                {
3868
                    "name": "Josh Hall-Bachner",
3869
                    "email": "[email protected]"
3870
                }
3871
            ],
3872
            "description": "The place to keep your cache.",
3873
            "homepage": "http://github.com/tedious/Stash",
3874
            "keywords": [
3875
                "apc",
3876
                "cache",
3877
                "caching",
3878
                "memcached",
3879
                "psr-6",
3880
                "psr6",
3881
                "redis",
3882
                "sessions"
3883
            ],
3884
            "time": "2017-04-23T17:16:57+00:00"
3885
        },
3886
        {
3887
            "name": "twig/twig",
3888
            "version": "v1.35.4",
3889
            "source": {
3890
                "type": "git",
3891
                "url": "https://github.com/twigphp/Twig.git",
3892
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
3893
            },
3894
            "dist": {
3895
                "type": "zip",
3896
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3897
                "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
3898
                "shasum": ""
3899
            },
3900
            "require": {
3901
                "php": ">=5.3.3",
3902
                "symfony/polyfill-ctype": "^1.8"
3903
            },
3904
            "require-dev": {
3905
                "psr/container": "^1.0",
3906
                "symfony/debug": "^2.7",
3907
                "symfony/phpunit-bridge": "^3.3"
3908
            },
3909
            "type": "library",
3910
            "extra": {
3911
                "branch-alias": {
3912
                    "dev-master": "1.35-dev"
3913
                }
3914
            },
3915
            "autoload": {
3916
                "psr-0": {
3917
                    "Twig_": "lib/"
3918
                },
3919
                "psr-4": {
3920
                    "Twig\\": "src/"
3921
                }
3922
            },
3923
            "notification-url": "https://packagist.org/downloads/",
3924
            "license": [
3925
                "BSD-3-Clause"
3926
            ],
3927
            "authors": [
3928
                {
3929
                    "name": "Fabien Potencier",
3930
                    "email": "[email protected]",
3931
                    "homepage": "http://fabien.potencier.org",
3932
                    "role": "Lead Developer"
3933
                },
3934
                {
3935
                    "name": "Armin Ronacher",
3936
                    "email": "[email protected]",
3937
                    "role": "Project Founder"
3938
                },
3939
                {
3940
                    "name": "Twig Team",
3941
                    "homepage": "https://twig.symfony.com/contributors",
3942
                    "role": "Contributors"
3943
                }
3944
            ],
3945
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3946
            "homepage": "https://twig.symfony.com",
3947
            "keywords": [
3948
                "templating"
3949
            ],
3950
            "time": "2018-07-13T07:12:17+00:00"
3951
        },
3952
        {
3953
            "name": "webmozart/assert",
3954
            "version": "1.3.0",
3955
            "source": {
3956
                "type": "git",
3957
                "url": "https://github.com/webmozart/assert.git",
3958
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3959
            },
3960
            "dist": {
3961
                "type": "zip",
3962
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3963
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3964
                "shasum": ""
3965
            },
3966
            "require": {
3967
                "php": "^5.3.3 || ^7.0"
3968
            },
3969
            "require-dev": {
3970
                "phpunit/phpunit": "^4.6",
3971
                "sebastian/version": "^1.0.1"
3972
            },
3973
            "type": "library",
3974
            "extra": {
3975
                "branch-alias": {
3976
                    "dev-master": "1.3-dev"
3977
                }
3978
            },
3979
            "autoload": {
3980
                "psr-4": {
3981
                    "Webmozart\\Assert\\": "src/"
3982
                }
3983
            },
3984
            "notification-url": "https://packagist.org/downloads/",
3985
            "license": [
3986
                "MIT"
3987
            ],
3988
            "authors": [
3989
                {
3990
                    "name": "Bernhard Schussek",
3991
                    "email": "[email protected]"
3992
                }
3993
            ],
3994
            "description": "Assertions to validate method input/output with nice error messages.",
3995
            "keywords": [
3996
                "assert",
3997
                "check",
3998
                "validate"
3999
            ],
4000
            "time": "2018-01-29T19:49:41+00:00"
4001
        },
4002
        {
4003
            "name": "zendframework/zend-cache",
4004
            "version": "2.8.2",
4005
            "source": {
4006
                "type": "git",
4007
                "url": "https://github.com/zendframework/zend-cache.git",
4008
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3"
4009
            },
4010
            "dist": {
4011
                "type": "zip",
4012
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3",
4013
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3",
4014
                "shasum": ""
4015
            },
4016
            "require": {
4017
                "php": "^5.6 || ^7.0",
4018
                "psr/cache": "^1.0",
4019
                "psr/simple-cache": "^1.0",
4020
                "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
4021
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4022
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4023
            },
4024
            "provide": {
4025
                "psr/cache-implementation": "1.0",
4026
                "psr/simple-cache-implementation": "1.0"
4027
            },
4028
            "require-dev": {
4029
                "cache/integration-tests": "^0.16",
4030
                "phpbench/phpbench": "^0.13",
4031
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4032
                "zendframework/zend-coding-standard": "~1.0.0",
4033
                "zendframework/zend-serializer": "^2.6",
4034
                "zendframework/zend-session": "^2.7.4"
4035
            },
4036
            "suggest": {
4037
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
4038
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
4039
                "ext-dba": "DBA, to use the DBA storage adapter",
4040
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
4041
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
4042
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
4043
                "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
4044
                "ext-redis": "Redis, to use Redis storage adapter",
4045
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
4046
                "ext-xcache": "XCache, to use the XCache storage adapter",
4047
                "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
4048
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
4049
                "zendframework/zend-serializer": "Zend\\Serializer component",
4050
                "zendframework/zend-session": "Zend\\Session component"
4051
            },
4052
            "type": "library",
4053
            "extra": {
4054
                "branch-alias": {
4055
                    "dev-master": "2.8.x-dev",
4056
                    "dev-develop": "2.9.x-dev"
4057
                },
4058
                "zf": {
4059
                    "component": "Zend\\Cache",
4060
                    "config-provider": "Zend\\Cache\\ConfigProvider"
4061
                }
4062
            },
4063
            "autoload": {
4064
                "files": [
4065
                    "autoload/patternPluginManagerPolyfill.php"
4066
                ],
4067
                "psr-4": {
4068
                    "Zend\\Cache\\": "src/"
4069
                }
4070
            },
4071
            "notification-url": "https://packagist.org/downloads/",
4072
            "license": [
4073
                "BSD-3-Clause"
4074
            ],
4075
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
4076
            "keywords": [
4077
                "ZendFramework",
4078
                "cache",
4079
                "psr-16",
4080
                "psr-6",
4081
                "zf"
4082
            ],
4083
            "time": "2018-05-01T21:58:00+00:00"
4084
        },
4085
        {
4086
            "name": "zendframework/zend-code",
4087
            "version": "3.3.1",
4088
            "source": {
4089
                "type": "git",
4090
                "url": "https://github.com/zendframework/zend-code.git",
4091
                "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb"
4092
            },
4093
            "dist": {
4094
                "type": "zip",
4095
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb",
4096
                "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb",
4097
                "shasum": ""
4098
            },
4099
            "require": {
4100
                "php": "^7.1",
4101
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
4102
            },
4103
            "require-dev": {
4104
                "doctrine/annotations": "~1.0",
4105
                "ext-phar": "*",
4106
                "phpunit/phpunit": "^6.2.3",
4107
                "zendframework/zend-coding-standard": "^1.0.0",
4108
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4109
            },
4110
            "suggest": {
4111
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
4112
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
4113
            },
4114
            "type": "library",
4115
            "extra": {
4116
                "branch-alias": {
4117
                    "dev-master": "3.3.x-dev",
4118
                    "dev-develop": "3.4.x-dev"
4119
                }
4120
            },
4121
            "autoload": {
4122
                "psr-4": {
4123
                    "Zend\\Code\\": "src/"
4124
                }
4125
            },
4126
            "notification-url": "https://packagist.org/downloads/",
4127
            "license": [
4128
                "BSD-3-Clause"
4129
            ],
4130
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
4131
            "homepage": "https://github.com/zendframework/zend-code",
4132
            "keywords": [
4133
                "code",
4134
                "zf2"
4135
            ],
4136
            "time": "2018-08-13T20:36:59+00:00"
4137
        },
4138
        {
4139
            "name": "zendframework/zend-config",
4140
            "version": "2.6.0",
4141
            "source": {
4142
                "type": "git",
4143
                "url": "https://github.com/zendframework/zend-config.git",
4144
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
4145
            },
4146
            "dist": {
4147
                "type": "zip",
4148
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4149
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4150
                "shasum": ""
4151
            },
4152
            "require": {
4153
                "php": "^5.5 || ^7.0",
4154
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4155
            },
4156
            "require-dev": {
4157
                "fabpot/php-cs-fixer": "1.7.*",
4158
                "phpunit/phpunit": "~4.0",
4159
                "zendframework/zend-filter": "^2.6",
4160
                "zendframework/zend-i18n": "^2.5",
4161
                "zendframework/zend-json": "^2.6.1",
4162
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4163
            },
4164
            "suggest": {
4165
                "zendframework/zend-filter": "Zend\\Filter component",
4166
                "zendframework/zend-i18n": "Zend\\I18n component",
4167
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
4168
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
4169
            },
4170
            "type": "library",
4171
            "extra": {
4172
                "branch-alias": {
4173
                    "dev-master": "2.6-dev",
4174
                    "dev-develop": "2.7-dev"
4175
                }
4176
            },
4177
            "autoload": {
4178
                "psr-4": {
4179
                    "Zend\\Config\\": "src/"
4180
                }
4181
            },
4182
            "notification-url": "https://packagist.org/downloads/",
4183
            "license": [
4184
                "BSD-3-Clause"
4185
            ],
4186
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4187
            "homepage": "https://github.com/zendframework/zend-config",
4188
            "keywords": [
4189
                "config",
4190
                "zf2"
4191
            ],
4192
            "time": "2016-02-04T23:01:10+00:00"
4193
        },
4194
        {
4195
            "name": "zendframework/zend-eventmanager",
4196
            "version": "3.2.1",
4197
            "source": {
4198
                "type": "git",
4199
                "url": "https://github.com/zendframework/zend-eventmanager.git",
4200
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
4201
            },
4202
            "dist": {
4203
                "type": "zip",
4204
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
4205
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
4206
                "shasum": ""
4207
            },
4208
            "require": {
4209
                "php": "^5.6 || ^7.0"
4210
            },
4211
            "require-dev": {
4212
                "athletic/athletic": "^0.1",
4213
                "container-interop/container-interop": "^1.1.0",
4214
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4215
                "zendframework/zend-coding-standard": "~1.0.0",
4216
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4217
            },
4218
            "suggest": {
4219
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4220
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4221
            },
4222
            "type": "library",
4223
            "extra": {
4224
                "branch-alias": {
4225
                    "dev-master": "3.2-dev",
4226
                    "dev-develop": "3.3-dev"
4227
                }
4228
            },
4229
            "autoload": {
4230
                "psr-4": {
4231
                    "Zend\\EventManager\\": "src/"
4232
                }
4233
            },
4234
            "notification-url": "https://packagist.org/downloads/",
4235
            "license": [
4236
                "BSD-3-Clause"
4237
            ],
4238
            "description": "Trigger and listen to events within a PHP application",
4239
            "homepage": "https://github.com/zendframework/zend-eventmanager",
4240
            "keywords": [
4241
                "event",
4242
                "eventmanager",
4243
                "events",
4244
                "zf2"
4245
            ],
4246
            "time": "2018-04-25T15:33:34+00:00"
4247
        },
4248
        {
4249
            "name": "zendframework/zend-filter",
4250
            "version": "2.8.0",
4251
            "source": {
4252
                "type": "git",
4253
                "url": "https://github.com/zendframework/zend-filter.git",
4254
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
4255
            },
4256
            "dist": {
4257
                "type": "zip",
4258
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
4259
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
4260
                "shasum": ""
4261
            },
4262
            "require": {
4263
                "php": "^5.6 || ^7.0",
4264
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4265
            },
4266
            "conflict": {
4267
                "zendframework/zend-validator": "<2.10.1"
4268
            },
4269
            "require-dev": {
4270
                "pear/archive_tar": "^1.4.3",
4271
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4272
                "zendframework/zend-coding-standard": "~1.0.0",
4273
                "zendframework/zend-crypt": "^3.2.1",
4274
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4275
                "zendframework/zend-uri": "^2.6"
4276
            },
4277
            "suggest": {
4278
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
4279
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
4280
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
4281
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
4282
            },
4283
            "type": "library",
4284
            "extra": {
4285
                "branch-alias": {
4286
                    "dev-master": "2.8.x-dev",
4287
                    "dev-develop": "2.9.x-dev"
4288
                },
4289
                "zf": {
4290
                    "component": "Zend\\Filter",
4291
                    "config-provider": "Zend\\Filter\\ConfigProvider"
4292
                }
4293
            },
4294
            "autoload": {
4295
                "psr-4": {
4296
                    "Zend\\Filter\\": "src/"
4297
                }
4298
            },
4299
            "notification-url": "https://packagist.org/downloads/",
4300
            "license": [
4301
                "BSD-3-Clause"
4302
            ],
4303
            "description": "provides a set of commonly needed data filters",
4304
            "keywords": [
4305
                "ZendFramework",
4306
                "filter",
4307
                "zf"
4308
            ],
4309
            "time": "2018-04-11T16:20:04+00:00"
4310
        },
4311
        {
4312
            "name": "zendframework/zend-hydrator",
4313
            "version": "1.1.0",
4314
            "source": {
4315
                "type": "git",
4316
                "url": "https://github.com/zendframework/zend-hydrator.git",
4317
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
4318
            },
4319
            "dist": {
4320
                "type": "zip",
4321
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4322
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4323
                "shasum": ""
4324
            },
4325
            "require": {
4326
                "php": "^5.5 || ^7.0",
4327
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4328
            },
4329
            "require-dev": {
4330
                "phpunit/phpunit": "~4.0",
4331
                "squizlabs/php_codesniffer": "^2.0@dev",
4332
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4333
                "zendframework/zend-filter": "^2.6",
4334
                "zendframework/zend-inputfilter": "^2.6",
4335
                "zendframework/zend-serializer": "^2.6.1",
4336
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4337
            },
4338
            "suggest": {
4339
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
4340
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
4341
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
4342
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
4343
            },
4344
            "type": "library",
4345
            "extra": {
4346
                "branch-alias": {
4347
                    "dev-release-1.0": "1.0-dev",
4348
                    "dev-release-1.1": "1.1-dev",
4349
                    "dev-master": "2.0-dev",
4350
                    "dev-develop": "2.1-dev"
4351
                }
4352
            },
4353
            "autoload": {
4354
                "psr-4": {
4355
                    "Zend\\Hydrator\\": "src/"
4356
                }
4357
            },
4358
            "notification-url": "https://packagist.org/downloads/",
4359
            "license": [
4360
                "BSD-3-Clause"
4361
            ],
4362
            "homepage": "https://github.com/zendframework/zend-hydrator",
4363
            "keywords": [
4364
                "hydrator",
4365
                "zf2"
4366
            ],
4367
            "time": "2016-02-18T22:38:26+00:00"
4368
        },
4369
        {
4370
            "name": "zendframework/zend-i18n",
4371
            "version": "2.9.0",
4372
            "source": {
4373
                "type": "git",
4374
                "url": "https://github.com/zendframework/zend-i18n.git",
4375
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
4376
            },
4377
            "dist": {
4378
                "type": "zip",
4379
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
4380
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
4381
                "shasum": ""
4382
            },
4383
            "require": {
4384
                "php": "^5.6 || ^7.0",
4385
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4386
            },
4387
            "require-dev": {
4388
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4389
                "zendframework/zend-cache": "^2.6.1",
4390
                "zendframework/zend-coding-standard": "~1.0.0",
4391
                "zendframework/zend-config": "^2.6",
4392
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4393
                "zendframework/zend-filter": "^2.6.1",
4394
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4395
                "zendframework/zend-validator": "^2.6",
4396
                "zendframework/zend-view": "^2.6.3"
4397
            },
4398
            "suggest": {
4399
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
4400
                "zendframework/zend-cache": "Zend\\Cache component",
4401
                "zendframework/zend-config": "Zend\\Config component",
4402
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
4403
                "zendframework/zend-filter": "You should install this package to use the provided filters",
4404
                "zendframework/zend-i18n-resources": "Translation resources",
4405
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
4406
                "zendframework/zend-validator": "You should install this package to use the provided validators",
4407
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
4408
            },
4409
            "type": "library",
4410
            "extra": {
4411
                "branch-alias": {
4412
                    "dev-master": "2.9.x-dev",
4413
                    "dev-develop": "2.10.x-dev"
4414
                },
4415
                "zf": {
4416
                    "component": "Zend\\I18n",
4417
                    "config-provider": "Zend\\I18n\\ConfigProvider"
4418
                }
4419
            },
4420
            "autoload": {
4421
                "psr-4": {
4422
                    "Zend\\I18n\\": "src/"
4423
                }
4424
            },
4425
            "notification-url": "https://packagist.org/downloads/",
4426
            "license": [
4427
                "BSD-3-Clause"
4428
            ],
4429
            "description": "Provide translations for your application, and filter and validate internationalized values",
4430
            "keywords": [
4431
                "ZendFramework",
4432
                "i18n",
4433
                "zf"
4434
            ],
4435
            "time": "2018-05-16T16:39:13+00:00"
4436
        },
4437
        {
4438
            "name": "zendframework/zend-json",
4439
            "version": "3.1.0",
4440
            "source": {
4441
                "type": "git",
4442
                "url": "https://github.com/zendframework/zend-json.git",
4443
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
4444
            },
4445
            "dist": {
4446
                "type": "zip",
4447
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
4448
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
4449
                "shasum": ""
4450
            },
4451
            "require": {
4452
                "php": "^5.6 || ^7.0"
4453
            },
4454
            "require-dev": {
4455
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4456
                "zendframework/zend-coding-standard": "~1.0.0",
4457
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4458
            },
4459
            "suggest": {
4460
                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
4461
                "zendframework/zend-xml2json": "For converting XML documents to JSON"
4462
            },
4463
            "type": "library",
4464
            "extra": {
4465
                "branch-alias": {
4466
                    "dev-master": "3.1.x-dev",
4467
                    "dev-develop": "3.2.x-dev"
4468
                }
4469
            },
4470
            "autoload": {
4471
                "psr-4": {
4472
                    "Zend\\Json\\": "src/"
4473
                }
4474
            },
4475
            "notification-url": "https://packagist.org/downloads/",
4476
            "license": [
4477
                "BSD-3-Clause"
4478
            ],
4479
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
4480
            "keywords": [
4481
                "ZendFramework",
4482
                "json",
4483
                "zf"
4484
            ],
4485
            "time": "2018-01-04T17:51:34+00:00"
4486
        },
4487
        {
4488
            "name": "zendframework/zend-serializer",
4489
            "version": "2.9.0",
4490
            "source": {
4491
                "type": "git",
4492
                "url": "https://github.com/zendframework/zend-serializer.git",
4493
                "reference": "0172690db48d8935edaf625c4cba38b79719892c"
4494
            },
4495
            "dist": {
4496
                "type": "zip",
4497
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c",
4498
                "reference": "0172690db48d8935edaf625c4cba38b79719892c",
4499
                "shasum": ""
4500
            },
4501
            "require": {
4502
                "php": "^5.6 || ^7.0",
4503
                "zendframework/zend-json": "^2.5 || ^3.0",
4504
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4505
            },
4506
            "require-dev": {
4507
                "phpunit/phpunit": "^5.7.25 || ^6.4.4",
4508
                "zendframework/zend-coding-standard": "~1.0.0",
4509
                "zendframework/zend-math": "^2.6 || ^3.0",
4510
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4511
            },
4512
            "suggest": {
4513
                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
4514
                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
4515
            },
4516
            "type": "library",
4517
            "extra": {
4518
                "branch-alias": {
4519
                    "dev-master": "2.9.x-dev",
4520
                    "dev-develop": "2.10.x-dev"
4521
                },
4522
                "zf": {
4523
                    "component": "Zend\\Serializer",
4524
                    "config-provider": "Zend\\Serializer\\ConfigProvider"
4525
                }
4526
            },
4527
            "autoload": {
4528
                "psr-4": {
4529
                    "Zend\\Serializer\\": "src/"
4530
                }
4531
            },
4532
            "notification-url": "https://packagist.org/downloads/",
4533
            "license": [
4534
                "BSD-3-Clause"
4535
            ],
4536
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
4537
            "keywords": [
4538
                "ZendFramework",
4539
                "serializer",
4540
                "zf"
4541
            ],
4542
            "time": "2018-05-14T18:45:18+00:00"
4543
        },
4544
        {
4545
            "name": "zendframework/zend-servicemanager",
4546
            "version": "2.7.11",
4547
            "source": {
4548
                "type": "git",
4549
                "url": "https://github.com/zendframework/zend-servicemanager.git",
4550
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7"
4551
            },
4552
            "dist": {
4553
                "type": "zip",
4554
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
4555
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
4556
                "shasum": ""
4557
            },
4558
            "require": {
4559
                "container-interop/container-interop": "~1.0",
4560
                "php": "^5.5 || ^7.0"
4561
            },
4562
            "require-dev": {
4563
                "athletic/athletic": "dev-master",
4564
                "fabpot/php-cs-fixer": "1.7.*",
4565
                "phpunit/phpunit": "~4.0",
4566
                "zendframework/zend-di": "~2.5",
4567
                "zendframework/zend-mvc": "~2.5"
4568
            },
4569
            "suggest": {
4570
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
4571
                "zendframework/zend-di": "Zend\\Di component"
4572
            },
4573
            "type": "library",
4574
            "extra": {
4575
                "branch-alias": {
4576
                    "dev-master": "2.7-dev",
4577
                    "dev-develop": "3.0-dev"
4578
                }
4579
            },
4580
            "autoload": {
4581
                "psr-4": {
4582
                    "Zend\\ServiceManager\\": "src/"
4583
                }
4584
            },
4585
            "notification-url": "https://packagist.org/downloads/",
4586
            "license": [
4587
                "BSD-3-Clause"
4588
            ],
4589
            "homepage": "https://github.com/zendframework/zend-servicemanager",
4590
            "keywords": [
4591
                "servicemanager",
4592
                "zf2"
4593
            ],
4594
            "time": "2018-06-22T14:49:54+00:00"
4595
        },
4596
        {
4597
            "name": "zendframework/zend-stdlib",
4598
            "version": "2.7.7",
4599
            "source": {
4600
                "type": "git",
4601
                "url": "https://github.com/zendframework/zend-stdlib.git",
4602
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
4603
            },
4604
            "dist": {
4605
                "type": "zip",
4606
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4607
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4608
                "shasum": ""
4609
            },
4610
            "require": {
4611
                "php": "^5.5 || ^7.0",
4612
                "zendframework/zend-hydrator": "~1.1"
4613
            },
4614
            "require-dev": {
4615
                "athletic/athletic": "~0.1",
4616
                "fabpot/php-cs-fixer": "1.7.*",
4617
                "phpunit/phpunit": "~4.0",
4618
                "zendframework/zend-config": "~2.5",
4619
                "zendframework/zend-eventmanager": "~2.5",
4620
                "zendframework/zend-filter": "~2.5",
4621
                "zendframework/zend-inputfilter": "~2.5",
4622
                "zendframework/zend-serializer": "~2.5",
4623
                "zendframework/zend-servicemanager": "~2.5"
4624
            },
4625
            "suggest": {
4626
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
4627
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
4628
                "zendframework/zend-serializer": "Zend\\Serializer component",
4629
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
4630
            },
4631
            "type": "library",
4632
            "extra": {
4633
                "branch-alias": {
4634
                    "dev-release-2.7": "2.7-dev",
4635
                    "dev-master": "3.0-dev",
4636
                    "dev-develop": "3.1-dev"
4637
                }
4638
            },
4639
            "autoload": {
4640
                "psr-4": {
4641
                    "Zend\\Stdlib\\": "src/"
4642
                }
4643
            },
4644
            "notification-url": "https://packagist.org/downloads/",
4645
            "license": [
4646
                "BSD-3-Clause"
4647
            ],
4648
            "homepage": "https://github.com/zendframework/zend-stdlib",
4649
            "keywords": [
4650
                "stdlib",
4651
                "zf2"
4652
            ],
4653
            "time": "2016-04-12T21:17:31+00:00"
4654
        },
4655
        {
4656
            "name": "zetacomponents/base",
4657
            "version": "1.9.1",
4658
            "source": {
4659
                "type": "git",
4660
                "url": "https://github.com/zetacomponents/Base.git",
4661
                "reference": "489e20235989ddc97fdd793af31ac803972454f1"
4662
            },
4663
            "dist": {
4664
                "type": "zip",
4665
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
4666
                "reference": "489e20235989ddc97fdd793af31ac803972454f1",
4667
                "shasum": ""
4668
            },
4669
            "require-dev": {
4670
                "phpunit/phpunit": "~5.7",
4671
                "zetacomponents/unit-test": "*"
4672
            },
4673
            "type": "library",
4674
            "autoload": {
4675
                "classmap": [
4676
                    "src"
4677
                ]
4678
            },
4679
            "notification-url": "https://packagist.org/downloads/",
4680
            "license": [
4681
                "Apache-2.0"
4682
            ],
4683
            "authors": [
4684
                {
4685
                    "name": "Sergey Alexeev"
4686
                },
4687
                {
4688
                    "name": "Sebastian Bergmann"
4689
                },
4690
                {
4691
                    "name": "Jan Borsodi"
4692
                },
4693
                {
4694
                    "name": "Raymond Bosman"
4695
                },
4696
                {
4697
                    "name": "Frederik Holljen"
4698
                },
4699
                {
4700
                    "name": "Kore Nordmann"
4701
                },
4702
                {
4703
                    "name": "Derick Rethans"
4704
                },
4705
                {
4706
                    "name": "Vadym Savchuk"
4707
                },
4708
                {
4709
                    "name": "Tobias Schlitt"
4710
                },
4711
                {
4712
                    "name": "Alexandru Stanoi"
4713
                }
4714
            ],
4715
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
4716
            "homepage": "https://github.com/zetacomponents",
4717
            "time": "2017-11-28T11:30:00+00:00"
4718
        },
4719
        {
4720
            "name": "zetacomponents/document",
4721
            "version": "1.3.1",
4722
            "source": {
4723
                "type": "git",
4724
                "url": "https://github.com/zetacomponents/Document.git",
4725
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
4726
            },
4727
            "dist": {
4728
                "type": "zip",
4729
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4730
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4731
                "shasum": ""
4732
            },
4733
            "require": {
4734
                "zetacomponents/base": "*"
4735
            },
4736
            "require-dev": {
4737
                "zetacomponents/unit-test": "dev-master"
4738
            },
4739
            "type": "library",
4740
            "autoload": {
4741
                "classmap": [
4742
                    "src"
4743
                ]
4744
            },
4745
            "notification-url": "https://packagist.org/downloads/",
4746
            "license": [
4747
                "Apache-2.0"
4748
            ],
4749
            "authors": [
4750
                {
4751
                    "name": "Sebastian Bergmann"
4752
                },
4753
                {
4754
                    "name": "Kore Nordmann"
4755
                },
4756
                {
4757
                    "name": "Derick Rethans"
4758
                },
4759
                {
4760
                    "name": "Tobias Schlitt"
4761
                },
4762
                {
4763
                    "name": "Alexandru Stanoi"
4764
                }
4765
            ],
4766
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
4767
            "homepage": "https://github.com/zetacomponents",
4768
            "time": "2013-12-19T11:40:00+00:00"
4769
        }
4770
    ],
4771
    "packages-dev": [
4772
        {
4773
            "name": "behat/behat",
4774
            "version": "v3.5.0",
4775
            "source": {
4776
                "type": "git",
4777
                "url": "https://github.com/Behat/Behat.git",
4778
                "reference": "e4bce688be0c2029dc1700e46058d86428c63cab"
4779
            },
4780
            "dist": {
4781
                "type": "zip",
4782
                "url": "https://api.github.com/repos/Behat/Behat/zipball/e4bce688be0c2029dc1700e46058d86428c63cab",
4783
                "reference": "e4bce688be0c2029dc1700e46058d86428c63cab",
4784
                "shasum": ""
4785
            },
4786
            "require": {
4787
                "behat/gherkin": "^4.5.1",
4788
                "behat/transliterator": "^1.2",
4789
                "container-interop/container-interop": "^1.2",
4790
                "ext-mbstring": "*",
4791
                "php": ">=5.3.3",
4792
                "psr/container": "^1.0",
4793
                "symfony/class-loader": "~2.1||~3.0",
4794
                "symfony/config": "~2.3||~3.0||~4.0",
4795
                "symfony/console": "~2.7.40||^2.8.33||~3.3.15||^3.4.3||^4.0.3",
4796
                "symfony/dependency-injection": "~2.1||~3.0||~4.0",
4797
                "symfony/event-dispatcher": "~2.1||~3.0||~4.0",
4798
                "symfony/translation": "~2.3||~3.0||~4.0",
4799
                "symfony/yaml": "~2.1||~3.0||~4.0"
4800
            },
4801
            "require-dev": {
4802
                "herrera-io/box": "~1.6.1",
4803
                "phpunit/phpunit": "^4.8.36|^6.3",
4804
                "symfony/process": "~2.5|~3.0|~4.0"
4805
            },
4806
            "bin": [
4807
                "bin/behat"
4808
            ],
4809
            "type": "library",
4810
            "extra": {
4811
                "branch-alias": {
4812
                    "dev-master": "3.5.x-dev"
4813
                }
4814
            },
4815
            "autoload": {
4816
                "psr-0": {
4817
                    "Behat\\Behat": "src/",
4818
                    "Behat\\Testwork": "src/"
4819
                }
4820
            },
4821
            "notification-url": "https://packagist.org/downloads/",
4822
            "license": [
4823
                "MIT"
4824
            ],
4825
            "authors": [
4826
                {
4827
                    "name": "Konstantin Kudryashov",
4828
                    "email": "[email protected]",
4829
                    "homepage": "http://everzet.com"
4830
                }
4831
            ],
4832
            "description": "Scenario-oriented BDD framework for PHP 5.3",
4833
            "homepage": "http://behat.org/",
4834
            "keywords": [
4835
                "Agile",
4836
                "BDD",
4837
                "ScenarioBDD",
4838
                "Scrum",
4839
                "StoryBDD",
4840
                "User story",
4841
                "business",
4842
                "development",
4843
                "documentation",
4844
                "examples",
4845
                "symfony",
4846
                "testing"
4847
            ],
4848
            "time": "2018-08-10T18:56:51+00:00"
4849
        },
4850
        {
4851
            "name": "behat/gherkin",
4852
            "version": "v4.5.1",
4853
            "source": {
4854
                "type": "git",
4855
                "url": "https://github.com/Behat/Gherkin.git",
4856
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
4857
            },
4858
            "dist": {
4859
                "type": "zip",
4860
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
4861
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
4862
                "shasum": ""
4863
            },
4864
            "require": {
4865
                "php": ">=5.3.1"
4866
            },
4867
            "require-dev": {
4868
                "phpunit/phpunit": "~4.5|~5",
4869
                "symfony/phpunit-bridge": "~2.7|~3",
4870
                "symfony/yaml": "~2.3|~3"
4871
            },
4872
            "suggest": {
4873
                "symfony/yaml": "If you want to parse features, represented in YAML files"
4874
            },
4875
            "type": "library",
4876
            "extra": {
4877
                "branch-alias": {
4878
                    "dev-master": "4.4-dev"
4879
                }
4880
            },
4881
            "autoload": {
4882
                "psr-0": {
4883
                    "Behat\\Gherkin": "src/"
4884
                }
4885
            },
4886
            "notification-url": "https://packagist.org/downloads/",
4887
            "license": [
4888
                "MIT"
4889
            ],
4890
            "authors": [
4891
                {
4892
                    "name": "Konstantin Kudryashov",
4893
                    "email": "[email protected]",
4894
                    "homepage": "http://everzet.com"
4895
                }
4896
            ],
4897
            "description": "Gherkin DSL parser for PHP 5.3",
4898
            "homepage": "http://behat.org/",
4899
            "keywords": [
4900
                "BDD",
4901
                "Behat",
4902
                "Cucumber",
4903
                "DSL",
4904
                "gherkin",
4905
                "parser"
4906
            ],
4907
            "time": "2017-08-30T11:04:43+00:00"
4908
        },
4909
        {
4910
            "name": "behat/mink",
4911
            "version": "v1.7.1",
4912
            "source": {
4913
                "type": "git",
4914
                "url": "https://github.com/minkphp/Mink.git",
4915
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
4916
            },
4917
            "dist": {
4918
                "type": "zip",
4919
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
4920
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
4921
                "shasum": ""
4922
            },
4923
            "require": {
4924
                "php": ">=5.3.1",
4925
                "symfony/css-selector": "~2.1|~3.0"
4926
            },
4927
            "require-dev": {
4928
                "symfony/phpunit-bridge": "~2.7|~3.0"
4929
            },
4930
            "suggest": {
4931
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
4932
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
4933
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
4934
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
4935
            },
4936
            "type": "library",
4937
            "extra": {
4938
                "branch-alias": {
4939
                    "dev-master": "1.7.x-dev"
4940
                }
4941
            },
4942
            "autoload": {
4943
                "psr-4": {
4944
                    "Behat\\Mink\\": "src/"
4945
                }
4946
            },
4947
            "notification-url": "https://packagist.org/downloads/",
4948
            "license": [
4949
                "MIT"
4950
            ],
4951
            "authors": [
4952
                {
4953
                    "name": "Konstantin Kudryashov",
4954
                    "email": "[email protected]",
4955
                    "homepage": "http://everzet.com"
4956
                }
4957
            ],
4958
            "description": "Browser controller/emulator abstraction for PHP",
4959
            "homepage": "http://mink.behat.org/",
4960
            "keywords": [
4961
                "browser",
4962
                "testing",
4963
                "web"
4964
            ],
4965
            "time": "2016-03-05T08:26:18+00:00"
4966
        },
4967
        {
4968
            "name": "behat/mink-browserkit-driver",
4969
            "version": "1.3.3",
4970
            "source": {
4971
                "type": "git",
4972
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
4973
                "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
4974
            },
4975
            "dist": {
4976
                "type": "zip",
4977
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
4978
                "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
4979
                "shasum": ""
4980
            },
4981
            "require": {
4982
                "behat/mink": "^1.7.1@dev",
4983
                "php": ">=5.3.6",
4984
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
4985
                "symfony/dom-crawler": "~2.3|~3.0|~4.0"
4986
            },
4987
            "require-dev": {
4988
                "mink/driver-testsuite": "dev-master",
4989
                "symfony/http-kernel": "~2.3|~3.0|~4.0"
4990
            },
4991
            "type": "mink-driver",
4992
            "extra": {
4993
                "branch-alias": {
4994
                    "dev-master": "1.3.x-dev"
4995
                }
4996
            },
4997
            "autoload": {
4998
                "psr-4": {
4999
                    "Behat\\Mink\\Driver\\": "src/"
5000
                }
5001
            },
5002
            "notification-url": "https://packagist.org/downloads/",
5003
            "license": [
5004
                "MIT"
5005
            ],
5006
            "authors": [
5007
                {
5008
                    "name": "Konstantin Kudryashov",
5009
                    "email": "[email protected]",
5010
                    "homepage": "http://everzet.com"
5011
                }
5012
            ],
5013
            "description": "Symfony2 BrowserKit driver for Mink framework",
5014
            "homepage": "http://mink.behat.org/",
5015
            "keywords": [
5016
                "Mink",
5017
                "Symfony2",
5018
                "browser",
5019
                "testing"
5020
            ],
5021
            "time": "2018-05-02T09:25:31+00:00"
5022
        },
5023
        {
5024
            "name": "behat/mink-extension",
5025
            "version": "2.3.1",
5026
            "source": {
5027
                "type": "git",
5028
                "url": "https://github.com/Behat/MinkExtension.git",
5029
                "reference": "80f7849ba53867181b7e412df9210e12fba50177"
5030
            },
5031
            "dist": {
5032
                "type": "zip",
5033
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177",
5034
                "reference": "80f7849ba53867181b7e412df9210e12fba50177",
5035
                "shasum": ""
5036
            },
5037
            "require": {
5038
                "behat/behat": "^3.0.5",
5039
                "behat/mink": "^1.5",
5040
                "php": ">=5.3.2",
5041
                "symfony/config": "^2.7|^3.0|^4.0"
5042
            },
5043
            "require-dev": {
5044
                "behat/mink-goutte-driver": "^1.1",
5045
                "phpspec/phpspec": "^2.0"
5046
            },
5047
            "type": "behat-extension",
5048
            "extra": {
5049
                "branch-alias": {
5050
                    "dev-master": "2.1.x-dev"
5051
                }
5052
            },
5053
            "autoload": {
5054
                "psr-0": {
5055
                    "Behat\\MinkExtension": "src/"
5056
                }
5057
            },
5058
            "notification-url": "https://packagist.org/downloads/",
5059
            "license": [
5060
                "MIT"
5061
            ],
5062
            "authors": [
5063
                {
5064
                    "name": "Christophe Coevoet",
5065
                    "email": "[email protected]"
5066
                },
5067
                {
5068
                    "name": "Konstantin Kudryashov",
5069
                    "email": "[email protected]"
5070
                }
5071
            ],
5072
            "description": "Mink extension for Behat",
5073
            "homepage": "http://extensions.behat.org/mink",
5074
            "keywords": [
5075
                "browser",
5076
                "gui",
5077
                "test",
5078
                "web"
5079
            ],
5080
            "time": "2018-02-06T15:36:30+00:00"
5081
        },
5082
        {
5083
            "name": "behat/mink-goutte-driver",
5084
            "version": "v1.2.1",
5085
            "source": {
5086
                "type": "git",
5087
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
5088
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
5089
            },
5090
            "dist": {
5091
                "type": "zip",
5092
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
5093
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
5094
                "shasum": ""
5095
            },
5096
            "require": {
5097
                "behat/mink": "~1.6@dev",
5098
                "behat/mink-browserkit-driver": "~1.2@dev",
5099
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
5100
                "php": ">=5.3.1"
5101
            },
5102
            "require-dev": {
5103
                "symfony/phpunit-bridge": "~2.7|~3.0"
5104
            },
5105
            "type": "mink-driver",
5106
            "extra": {
5107
                "branch-alias": {
5108
                    "dev-master": "1.2.x-dev"
5109
                }
5110
            },
5111
            "autoload": {
5112
                "psr-4": {
5113
                    "Behat\\Mink\\Driver\\": "src/"
5114
                }
5115
            },
5116
            "notification-url": "https://packagist.org/downloads/",
5117
            "license": [
5118
                "MIT"
5119
            ],
5120
            "authors": [
5121
                {
5122
                    "name": "Konstantin Kudryashov",
5123
                    "email": "[email protected]",
5124
                    "homepage": "http://everzet.com"
5125
                }
5126
            ],
5127
            "description": "Goutte driver for Mink framework",
5128
            "homepage": "http://mink.behat.org/",
5129
            "keywords": [
5130
                "browser",
5131
                "goutte",
5132
                "headless",
5133
                "testing"
5134
            ],
5135
            "time": "2016-03-05T09:04:22+00:00"
5136
        },
5137
        {
5138
            "name": "behat/mink-selenium2-driver",
5139
            "version": "v1.3.1",
5140
            "source": {
5141
                "type": "git",
5142
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
5143
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
5144
            },
5145
            "dist": {
5146
                "type": "zip",
5147
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
5148
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
5149
                "shasum": ""
5150
            },
5151
            "require": {
5152
                "behat/mink": "~1.7@dev",
5153
                "instaclick/php-webdriver": "~1.1",
5154
                "php": ">=5.3.1"
5155
            },
5156
            "require-dev": {
5157
                "symfony/phpunit-bridge": "~2.7"
5158
            },
5159
            "type": "mink-driver",
5160
            "extra": {
5161
                "branch-alias": {
5162
                    "dev-master": "1.3.x-dev"
5163
                }
5164
            },
5165
            "autoload": {
5166
                "psr-4": {
5167
                    "Behat\\Mink\\Driver\\": "src/"
5168
                }
5169
            },
5170
            "notification-url": "https://packagist.org/downloads/",
5171
            "license": [
5172
                "MIT"
5173
            ],
5174
            "authors": [
5175
                {
5176
                    "name": "Konstantin Kudryashov",
5177
                    "email": "[email protected]",
5178
                    "homepage": "http://everzet.com"
5179
                },
5180
                {
5181
                    "name": "Pete Otaqui",
5182
                    "email": "[email protected]",
5183
                    "homepage": "https://github.com/pete-otaqui"
5184
                }
5185
            ],
5186
            "description": "Selenium2 (WebDriver) driver for Mink framework",
5187
            "homepage": "http://mink.behat.org/",
5188
            "keywords": [
5189
                "ajax",
5190
                "browser",
5191
                "javascript",
5192
                "selenium",
5193
                "testing",
5194
                "webdriver"
5195
            ],
5196
            "time": "2016-03-05T09:10:18+00:00"
5197
        },
5198
        {
5199
            "name": "behat/transliterator",
5200
            "version": "v1.2.0",
5201
            "source": {
5202
                "type": "git",
5203
                "url": "https://github.com/Behat/Transliterator.git",
5204
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
5205
            },
5206
            "dist": {
5207
                "type": "zip",
5208
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
5209
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
5210
                "shasum": ""
5211
            },
5212
            "require": {
5213
                "php": ">=5.3.3"
5214
            },
5215
            "require-dev": {
5216
                "chuyskywalker/rolling-curl": "^3.1",
5217
                "php-yaoi/php-yaoi": "^1.0"
5218
            },
5219
            "type": "library",
5220
            "extra": {
5221
                "branch-alias": {
5222
                    "dev-master": "1.2-dev"
5223
                }
5224
            },
5225
            "autoload": {
5226
                "psr-0": {
5227
                    "Behat\\Transliterator": "src/"
5228
                }
5229
            },
5230
            "notification-url": "https://packagist.org/downloads/",
5231
            "license": [
5232
                "Artistic-1.0"
5233
            ],
5234
            "description": "String transliterator",
5235
            "keywords": [
5236
                "i18n",
5237
                "slug",
5238
                "transliterator"
5239
            ],
5240
            "time": "2017-04-04T11:38:05+00:00"
5241
        },
5242
        {
5243
            "name": "fabpot/goutte",
5244
            "version": "v3.2.3",
5245
            "source": {
5246
                "type": "git",
5247
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
5248
                "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
5249
            },
5250
            "dist": {
5251
                "type": "zip",
5252
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
5253
                "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
5254
                "shasum": ""
5255
            },
5256
            "require": {
5257
                "guzzlehttp/guzzle": "^6.0",
5258
                "php": ">=5.5.0",
5259
                "symfony/browser-kit": "~2.1|~3.0|~4.0",
5260
                "symfony/css-selector": "~2.1|~3.0|~4.0",
5261
                "symfony/dom-crawler": "~2.1|~3.0|~4.0"
5262
            },
5263
            "require-dev": {
5264
                "symfony/phpunit-bridge": "^3.3 || ^4"
5265
            },
5266
            "type": "application",
5267
            "extra": {
5268
                "branch-alias": {
5269
                    "dev-master": "3.2-dev"
5270
                }
5271
            },
5272
            "autoload": {
5273
                "psr-4": {
5274
                    "Goutte\\": "Goutte"
5275
                },
5276
                "exclude-from-classmap": [
5277
                    "Goutte/Tests"
5278
                ]
5279
            },
5280
            "notification-url": "https://packagist.org/downloads/",
5281
            "license": [
5282
                "MIT"
5283
            ],
5284
            "authors": [
5285
                {
5286
                    "name": "Fabien Potencier",
5287
                    "email": "[email protected]"
5288
                }
5289
            ],
5290
            "description": "A simple PHP Web Scraper",
5291
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
5292
            "keywords": [
5293
                "scraper"
5294
            ],
5295
            "time": "2018-06-29T15:13:57+00:00"
5296
        },
5297
        {
5298
            "name": "guzzlehttp/guzzle",
5299
            "version": "6.3.3",
5300
            "source": {
5301
                "type": "git",
5302
                "url": "https://github.com/guzzle/guzzle.git",
5303
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
5304
            },
5305
            "dist": {
5306
                "type": "zip",
5307
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
5308
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
5309
                "shasum": ""
5310
            },
5311
            "require": {
5312
                "guzzlehttp/promises": "^1.0",
5313
                "guzzlehttp/psr7": "^1.4",
5314
                "php": ">=5.5"
5315
            },
5316
            "require-dev": {
5317
                "ext-curl": "*",
5318
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
5319
                "psr/log": "^1.0"
5320
            },
5321
            "suggest": {
5322
                "psr/log": "Required for using the Log middleware"
5323
            },
5324
            "type": "library",
5325
            "extra": {
5326
                "branch-alias": {
5327
                    "dev-master": "6.3-dev"
5328
                }
5329
            },
5330
            "autoload": {
5331
                "files": [
5332
                    "src/functions_include.php"
5333
                ],
5334
                "psr-4": {
5335
                    "GuzzleHttp\\": "src/"
5336
                }
5337
            },
5338
            "notification-url": "https://packagist.org/downloads/",
5339
            "license": [
5340
                "MIT"
5341
            ],
5342
            "authors": [
5343
                {
5344
                    "name": "Michael Dowling",
5345
                    "email": "[email protected]",
5346
                    "homepage": "https://github.com/mtdowling"
5347
                }
5348
            ],
5349
            "description": "Guzzle is a PHP HTTP client library",
5350
            "homepage": "http://guzzlephp.org/",
5351
            "keywords": [
5352
                "client",
5353
                "curl",
5354
                "framework",
5355
                "http",
5356
                "http client",
5357
                "rest",
5358
                "web service"
5359
            ],
5360
            "time": "2018-04-22T15:46:56+00:00"
5361
        },
5362
        {
5363
            "name": "guzzlehttp/promises",
5364
            "version": "v1.3.1",
5365
            "source": {
5366
                "type": "git",
5367
                "url": "https://github.com/guzzle/promises.git",
5368
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
5369
            },
5370
            "dist": {
5371
                "type": "zip",
5372
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
5373
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
5374
                "shasum": ""
5375
            },
5376
            "require": {
5377
                "php": ">=5.5.0"
5378
            },
5379
            "require-dev": {
5380
                "phpunit/phpunit": "^4.0"
5381
            },
5382
            "type": "library",
5383
            "extra": {
5384
                "branch-alias": {
5385
                    "dev-master": "1.4-dev"
5386
                }
5387
            },
5388
            "autoload": {
5389
                "psr-4": {
5390
                    "GuzzleHttp\\Promise\\": "src/"
5391
                },
5392
                "files": [
5393
                    "src/functions_include.php"
5394
                ]
5395
            },
5396
            "notification-url": "https://packagist.org/downloads/",
5397
            "license": [
5398
                "MIT"
5399
            ],
5400
            "authors": [
5401
                {
5402
                    "name": "Michael Dowling",
5403
                    "email": "[email protected]",
5404
                    "homepage": "https://github.com/mtdowling"
5405
                }
5406
            ],
5407
            "description": "Guzzle promises library",
5408
            "keywords": [
5409
                "promise"
5410
            ],
5411
            "time": "2016-12-20T10:07:11+00:00"
5412
        },
5413
        {
5414
            "name": "guzzlehttp/psr7",
5415
            "version": "1.4.2",
5416
            "source": {
5417
                "type": "git",
5418
                "url": "https://github.com/guzzle/psr7.git",
5419
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
5420
            },
5421
            "dist": {
5422
                "type": "zip",
5423
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
5424
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
5425
                "shasum": ""
5426
            },
5427
            "require": {
5428
                "php": ">=5.4.0",
5429
                "psr/http-message": "~1.0"
5430
            },
5431
            "provide": {
5432
                "psr/http-message-implementation": "1.0"
5433
            },
5434
            "require-dev": {
5435
                "phpunit/phpunit": "~4.0"
5436
            },
5437
            "type": "library",
5438
            "extra": {
5439
                "branch-alias": {
5440
                    "dev-master": "1.4-dev"
5441
                }
5442
            },
5443
            "autoload": {
5444
                "psr-4": {
5445
                    "GuzzleHttp\\Psr7\\": "src/"
5446
                },
5447
                "files": [
5448
                    "src/functions_include.php"
5449
                ]
5450
            },
5451
            "notification-url": "https://packagist.org/downloads/",
5452
            "license": [
5453
                "MIT"
5454
            ],
5455
            "authors": [
5456
                {
5457
                    "name": "Michael Dowling",
5458
                    "email": "[email protected]",
5459
                    "homepage": "https://github.com/mtdowling"
5460
                },
5461
                {
5462
                    "name": "Tobias Schultze",
5463
                    "homepage": "https://github.com/Tobion"
5464
                }
5465
            ],
5466
            "description": "PSR-7 message implementation that also provides common utility methods",
5467
            "keywords": [
5468
                "http",
5469
                "message",
5470
                "request",
5471
                "response",
5472
                "stream",
5473
                "uri",
5474
                "url"
5475
            ],
5476
            "time": "2017-03-20T17:10:46+00:00"
5477
        },
5478
        {
5479
            "name": "hamcrest/hamcrest-php",
5480
            "version": "v2.0.0",
5481
            "source": {
5482
                "type": "git",
5483
                "url": "https://github.com/hamcrest/hamcrest-php.git",
5484
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
5485
            },
5486
            "dist": {
5487
                "type": "zip",
5488
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
5489
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
5490
                "shasum": ""
5491
            },
5492
            "require": {
5493
                "php": "^5.3|^7.0"
5494
            },
5495
            "replace": {
5496
                "cordoval/hamcrest-php": "*",
5497
                "davedevelopment/hamcrest-php": "*",
5498
                "kodova/hamcrest-php": "*"
5499
            },
5500
            "require-dev": {
5501
                "phpunit/php-file-iterator": "1.3.3",
5502
                "phpunit/phpunit": "~4.0",
5503
                "satooshi/php-coveralls": "^1.0"
5504
            },
5505
            "type": "library",
5506
            "extra": {
5507
                "branch-alias": {
5508
                    "dev-master": "2.0-dev"
5509
                }
5510
            },
5511
            "autoload": {
5512
                "classmap": [
5513
                    "hamcrest"
5514
                ]
5515
            },
5516
            "notification-url": "https://packagist.org/downloads/",
5517
            "license": [
5518
                "BSD"
5519
            ],
5520
            "description": "This is the PHP port of Hamcrest Matchers",
5521
            "keywords": [
5522
                "test"
5523
            ],
5524
            "time": "2016-01-20T08:20:44+00:00"
5525
        },
5526
        {
5527
            "name": "instaclick/php-webdriver",
5528
            "version": "1.4.5",
5529
            "source": {
5530
                "type": "git",
5531
                "url": "https://github.com/instaclick/php-webdriver.git",
5532
                "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
5533
            },
5534
            "dist": {
5535
                "type": "zip",
5536
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
5537
                "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
5538
                "shasum": ""
5539
            },
5540
            "require": {
5541
                "ext-curl": "*",
5542
                "php": ">=5.3.2"
5543
            },
5544
            "require-dev": {
5545
                "phpunit/phpunit": "^4.8",
5546
                "satooshi/php-coveralls": "^1.0||^2.0"
5547
            },
5548
            "type": "library",
5549
            "extra": {
5550
                "branch-alias": {
5551
                    "dev-master": "1.4.x-dev"
5552
                }
5553
            },
5554
            "autoload": {
5555
                "psr-0": {
5556
                    "WebDriver": "lib/"
5557
                }
5558
            },
5559
            "notification-url": "https://packagist.org/downloads/",
5560
            "license": [
5561
                "Apache-2.0"
5562
            ],
5563
            "authors": [
5564
                {
5565
                    "name": "Justin Bishop",
5566
                    "email": "[email protected]",
5567
                    "role": "Developer"
5568
                },
5569
                {
5570
                    "name": "Anthon Pang",
5571
                    "email": "[email protected]",
5572
                    "role": "Fork Maintainer"
5573
                }
5574
            ],
5575
            "description": "PHP WebDriver for Selenium 2",
5576
            "homepage": "http://instaclick.com/",
5577
            "keywords": [
5578
                "browser",
5579
                "selenium",
5580
                "webdriver",
5581
                "webtest"
5582
            ],
5583
            "time": "2017-06-30T04:02:48+00:00"
5584
        },
5585
        {
5586
            "name": "integratedexperts/behat-screenshot",
5587
            "version": "0.7.2",
5588
            "source": {
5589
                "type": "git",
5590
                "url": "https://github.com/integratedexperts/behat-screenshot.git",
5591
                "reference": "37f2c9c43122c188ce604d1555968b6deaa422dc"
5592
            },
5593
            "dist": {
5594
                "type": "zip",
5595
                "url": "https://api.github.com/repos/integratedexperts/behat-screenshot/zipball/37f2c9c43122c188ce604d1555968b6deaa422dc",
5596
                "reference": "37f2c9c43122c188ce604d1555968b6deaa422dc",
5597
                "shasum": ""
5598
            },
5599
            "require": {
5600
                "behat/behat": "^3.3.1",
5601
                "behat/mink-selenium2-driver": "^1.3",
5602
                "symfony/finder": "^3.2|^4.0"
5603
            },
5604
            "require-dev": {
5605
                "behat/mink": "~1.5",
5606
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
5607
                "escapestudios/symfony2-coding-standard": "~2.0",
5608
                "integratedexperts/behat-phpserver": "^0.1",
5609
                "squizlabs/php_codesniffer": "2.*"
5610
            },
5611
            "type": "library",
5612
            "autoload": {
5613
                "psr-0": {
5614
                    "IntegratedExperts\\BehatScreenshot": "src/"
5615
                }
5616
            },
5617
            "notification-url": "https://packagist.org/downloads/",
5618
            "license": [
5619
                "GPL-2.0-or-later"
5620
            ],
5621
            "authors": [
5622
                {
5623
                    "name": "Alex Skrypnyk",
5624
                    "email": "[email protected]"
5625
                },
5626
                {
5627
                    "name": "Alexander Sharkov",
5628
                    "email": "[email protected]"
5629
                }
5630
            ],
5631
            "description": "Behat Context to capture screenshots from failed tests",
5632
            "time": "2018-05-30T06:56:55+00:00"
5633
        },
5634
        {
5635
            "name": "mikey179/vfsStream",
5636
            "version": "v1.6.5",
5637
            "source": {
5638
                "type": "git",
5639
                "url": "https://github.com/mikey179/vfsStream.git",
5640
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
5641
            },
5642
            "dist": {
5643
                "type": "zip",
5644
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
5645
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
5646
                "shasum": ""
5647
            },
5648
            "require": {
5649
                "php": ">=5.3.0"
5650
            },
5651
            "require-dev": {
5652
                "phpunit/phpunit": "~4.5"
5653
            },
5654
            "type": "library",
5655
            "extra": {
5656
                "branch-alias": {
5657
                    "dev-master": "1.6.x-dev"
5658
                }
5659
            },
5660
            "autoload": {
5661
                "psr-0": {
5662
                    "org\\bovigo\\vfs\\": "src/main/php"
5663
                }
5664
            },
5665
            "notification-url": "https://packagist.org/downloads/",
5666
            "license": [
5667
                "BSD-3-Clause"
5668
            ],
5669
            "authors": [
5670
                {
5671
                    "name": "Frank Kleine",
5672
                    "homepage": "http://frankkleine.de/",
5673
                    "role": "Developer"
5674
                }
5675
            ],
5676
            "description": "Virtual file system to mock the real file system in unit tests.",
5677
            "homepage": "http://vfs.bovigo.org/",
5678
            "time": "2017-08-01T08:02:14+00:00"
5679
        },
5680
        {
5681
            "name": "mockery/mockery",
5682
            "version": "1.1.0",
5683
            "source": {
5684
                "type": "git",
5685
                "url": "https://github.com/mockery/mockery.git",
5686
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
5687
            },
5688
            "dist": {
5689
                "type": "zip",
5690
                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
5691
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
5692
                "shasum": ""
5693
            },
5694
            "require": {
5695
                "hamcrest/hamcrest-php": "~2.0",
5696
                "lib-pcre": ">=7.0",
5697
                "php": ">=5.6.0"
5698
            },
5699
            "require-dev": {
5700
                "phpdocumentor/phpdocumentor": "^2.9",
5701
                "phpunit/phpunit": "~5.7.10|~6.5"
5702
            },
5703
            "type": "library",
5704
            "extra": {
5705
                "branch-alias": {
5706
                    "dev-master": "1.0.x-dev"
5707
                }
5708
            },
5709
            "autoload": {
5710
                "psr-0": {
5711
                    "Mockery": "library/"
5712
                }
5713
            },
5714
            "notification-url": "https://packagist.org/downloads/",
5715
            "license": [
5716
                "BSD-3-Clause"
5717
            ],
5718
            "authors": [
5719
                {
5720
                    "name": "Pádraic Brady",
5721
                    "email": "[email protected]",
5722
                    "homepage": "http://blog.astrumfutura.com"
5723
                },
5724
                {
5725
                    "name": "Dave Marshall",
5726
                    "email": "[email protected]",
5727
                    "homepage": "http://davedevelopment.co.uk"
5728
                }
5729
            ],
5730
            "description": "Mockery is a simple yet flexible PHP mock object framework",
5731
            "homepage": "https://github.com/mockery/mockery",
5732
            "keywords": [
5733
                "BDD",
5734
                "TDD",
5735
                "library",
5736
                "mock",
5737
                "mock objects",
5738
                "mockery",
5739
                "stub",
5740
                "test",
5741
                "test double",
5742
                "testing"
5743
            ],
5744
            "time": "2018-05-08T08:54:48+00:00"
5745
        },
5746
        {
5747
            "name": "psr/http-message",
5748
            "version": "1.0.1",
5749
            "source": {
5750
                "type": "git",
5751
                "url": "https://github.com/php-fig/http-message.git",
5752
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
5753
            },
5754
            "dist": {
5755
                "type": "zip",
5756
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
5757
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
5758
                "shasum": ""
5759
            },
5760
            "require": {
5761
                "php": ">=5.3.0"
5762
            },
5763
            "type": "library",
5764
            "extra": {
5765
                "branch-alias": {
5766
                    "dev-master": "1.0.x-dev"
5767
                }
5768
            },
5769
            "autoload": {
5770
                "psr-4": {
5771
                    "Psr\\Http\\Message\\": "src/"
5772
                }
5773
            },
5774
            "notification-url": "https://packagist.org/downloads/",
5775
            "license": [
5776
                "MIT"
5777
            ],
5778
            "authors": [
5779
                {
5780
                    "name": "PHP-FIG",
5781
                    "homepage": "http://www.php-fig.org/"
5782
                }
5783
            ],
5784
            "description": "Common interface for HTTP messages",
5785
            "homepage": "https://github.com/php-fig/http-message",
5786
            "keywords": [
5787
                "http",
5788
                "http-message",
5789
                "psr",
5790
                "psr-7",
5791
                "request",
5792
                "response"
5793
            ],
5794
            "time": "2016-08-06T14:39:51+00:00"
5795
        },
5796
        {
5797
            "name": "squizlabs/php_codesniffer",
0 ignored issues
show
There is a security advisory for your installed version of squizlabs/php_codesniffer:

Arbitrary shell execution
Loading history...
5798
            "version": "1.5.6",
5799
            "source": {
5800
                "type": "git",
5801
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5802
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
5803
            },
5804
            "dist": {
5805
                "type": "zip",
5806
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5807
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
5808
                "shasum": ""
5809
            },
5810
            "require": {
5811
                "ext-tokenizer": "*",
5812
                "php": ">=5.1.2"
5813
            },
5814
            "suggest": {
5815
                "phpunit/php-timer": "dev-master"
5816
            },
5817
            "bin": [
5818
                "scripts/phpcs"
5819
            ],
5820
            "type": "library",
5821
            "extra": {
5822
                "branch-alias": {
5823
                    "dev-phpcs-fixer": "2.0.x-dev"
5824
                }
5825
            },
5826
            "autoload": {
5827
                "classmap": [
5828
                    "CodeSniffer.php",
5829
                    "CodeSniffer/CLI.php",
5830
                    "CodeSniffer/Exception.php",
5831
                    "CodeSniffer/File.php",
5832
                    "CodeSniffer/Report.php",
5833
                    "CodeSniffer/Reporting.php",
5834
                    "CodeSniffer/Sniff.php",
5835
                    "CodeSniffer/Tokens.php",
5836
                    "CodeSniffer/Reports/",
5837
                    "CodeSniffer/CommentParser/",
5838
                    "CodeSniffer/Tokenizers/",
5839
                    "CodeSniffer/DocGenerators/",
5840
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
5841
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
5842
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
5843
                    "CodeSniffer/Standards/IncorrectPatternException.php",
5844
                    "CodeSniffer/Standards/Generic/Sniffs/",
5845
                    "CodeSniffer/Standards/MySource/Sniffs/",
5846
                    "CodeSniffer/Standards/PEAR/Sniffs/",
5847
                    "CodeSniffer/Standards/PSR1/Sniffs/",
5848
                    "CodeSniffer/Standards/PSR2/Sniffs/",
5849
                    "CodeSniffer/Standards/Squiz/Sniffs/",
5850
                    "CodeSniffer/Standards/Zend/Sniffs/"
5851
                ]
5852
            },
5853
            "notification-url": "https://packagist.org/downloads/",
5854
            "license": [
5855
                "BSD-3-Clause"
5856
            ],
5857
            "authors": [
5858
                {
5859
                    "name": "Greg Sherwood",
5860
                    "role": "lead"
5861
                }
5862
            ],
5863
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5864
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5865
            "keywords": [
5866
                "phpcs",
5867
                "standards"
5868
            ],
5869
            "time": "2014-12-04T22:32:15+00:00"
5870
        },
5871
        {
5872
            "name": "symfony/browser-kit",
5873
            "version": "v4.1.6",
5874
            "source": {
5875
                "type": "git",
5876
                "url": "https://github.com/symfony/browser-kit.git",
5877
                "reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd"
5878
            },
5879
            "dist": {
5880
                "type": "zip",
5881
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c55fe9257003b2d95c0211b3f6941e8dfd26dffd",
5882
                "reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd",
5883
                "shasum": ""
5884
            },
5885
            "require": {
5886
                "php": "^7.1.3",
5887
                "symfony/dom-crawler": "~3.4|~4.0"
5888
            },
5889
            "require-dev": {
5890
                "symfony/css-selector": "~3.4|~4.0",
5891
                "symfony/process": "~3.4|~4.0"
5892
            },
5893
            "suggest": {
5894
                "symfony/process": ""
5895
            },
5896
            "type": "library",
5897
            "extra": {
5898
                "branch-alias": {
5899
                    "dev-master": "4.1-dev"
5900
                }
5901
            },
5902
            "autoload": {
5903
                "psr-4": {
5904
                    "Symfony\\Component\\BrowserKit\\": ""
5905
                },
5906
                "exclude-from-classmap": [
5907
                    "/Tests/"
5908
                ]
5909
            },
5910
            "notification-url": "https://packagist.org/downloads/",
5911
            "license": [
5912
                "MIT"
5913
            ],
5914
            "authors": [
5915
                {
5916
                    "name": "Fabien Potencier",
5917
                    "email": "[email protected]"
5918
                },
5919
                {
5920
                    "name": "Symfony Community",
5921
                    "homepage": "https://symfony.com/contributors"
5922
                }
5923
            ],
5924
            "description": "Symfony BrowserKit Component",
5925
            "homepage": "https://symfony.com",
5926
            "time": "2018-07-26T09:10:45+00:00"
5927
        },
5928
        {
5929
            "name": "symfony/class-loader",
5930
            "version": "v3.4.15",
5931
            "source": {
5932
                "type": "git",
5933
                "url": "https://github.com/symfony/class-loader.git",
5934
                "reference": "31db283fc86d3143e7ff87e922177b457d909c30"
5935
            },
5936
            "dist": {
5937
                "type": "zip",
5938
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/31db283fc86d3143e7ff87e922177b457d909c30",
5939
                "reference": "31db283fc86d3143e7ff87e922177b457d909c30",
5940
                "shasum": ""
5941
            },
5942
            "require": {
5943
                "php": "^5.5.9|>=7.0.8"
5944
            },
5945
            "require-dev": {
5946
                "symfony/finder": "~2.8|~3.0|~4.0",
5947
                "symfony/polyfill-apcu": "~1.1"
5948
            },
5949
            "suggest": {
5950
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
5951
            },
5952
            "type": "library",
5953
            "extra": {
5954
                "branch-alias": {
5955
                    "dev-master": "3.4-dev"
5956
                }
5957
            },
5958
            "autoload": {
5959
                "psr-4": {
5960
                    "Symfony\\Component\\ClassLoader\\": ""
5961
                },
5962
                "exclude-from-classmap": [
5963
                    "/Tests/"
5964
                ]
5965
            },
5966
            "notification-url": "https://packagist.org/downloads/",
5967
            "license": [
5968
                "MIT"
5969
            ],
5970
            "authors": [
5971
                {
5972
                    "name": "Fabien Potencier",
5973
                    "email": "[email protected]"
5974
                },
5975
                {
5976
                    "name": "Symfony Community",
5977
                    "homepage": "https://symfony.com/contributors"
5978
                }
5979
            ],
5980
            "description": "Symfony ClassLoader Component",
5981
            "homepage": "https://symfony.com",
5982
            "time": "2018-07-26T11:19:56+00:00"
5983
        },
5984
        {
5985
            "name": "symfony/css-selector",
5986
            "version": "v3.4.17",
5987
            "source": {
5988
                "type": "git",
5989
                "url": "https://github.com/symfony/css-selector.git",
5990
                "reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb"
5991
            },
5992
            "dist": {
5993
                "type": "zip",
5994
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
5995
                "reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
5996
                "shasum": ""
5997
            },
5998
            "require": {
5999
                "php": "^5.5.9|>=7.0.8"
6000
            },
6001
            "type": "library",
6002
            "extra": {
6003
                "branch-alias": {
6004
                    "dev-master": "3.4-dev"
6005
                }
6006
            },
6007
            "autoload": {
6008
                "psr-4": {
6009
                    "Symfony\\Component\\CssSelector\\": ""
6010
                },
6011
                "exclude-from-classmap": [
6012
                    "/Tests/"
6013
                ]
6014
            },
6015
            "notification-url": "https://packagist.org/downloads/",
6016
            "license": [
6017
                "MIT"
6018
            ],
6019
            "authors": [
6020
                {
6021
                    "name": "Jean-François Simon",
6022
                    "email": "[email protected]"
6023
                },
6024
                {
6025
                    "name": "Fabien Potencier",
6026
                    "email": "[email protected]"
6027
                },
6028
                {
6029
                    "name": "Symfony Community",
6030
                    "homepage": "https://symfony.com/contributors"
6031
                }
6032
            ],
6033
            "description": "Symfony CssSelector Component",
6034
            "homepage": "https://symfony.com",
6035
            "time": "2018-10-02T16:33:53+00:00"
6036
        },
6037
        {
6038
            "name": "symfony/dom-crawler",
6039
            "version": "v4.1.6",
6040
            "source": {
6041
                "type": "git",
6042
                "url": "https://github.com/symfony/dom-crawler.git",
6043
                "reference": "80e60271bb288de2a2259662cff125cff4f93f95"
6044
            },
6045
            "dist": {
6046
                "type": "zip",
6047
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/80e60271bb288de2a2259662cff125cff4f93f95",
6048
                "reference": "80e60271bb288de2a2259662cff125cff4f93f95",
6049
                "shasum": ""
6050
            },
6051
            "require": {
6052
                "php": "^7.1.3",
6053
                "symfony/polyfill-ctype": "~1.8",
6054
                "symfony/polyfill-mbstring": "~1.0"
6055
            },
6056
            "require-dev": {
6057
                "symfony/css-selector": "~3.4|~4.0"
6058
            },
6059
            "suggest": {
6060
                "symfony/css-selector": ""
6061
            },
6062
            "type": "library",
6063
            "extra": {
6064
                "branch-alias": {
6065
                    "dev-master": "4.1-dev"
6066
                }
6067
            },
6068
            "autoload": {
6069
                "psr-4": {
6070
                    "Symfony\\Component\\DomCrawler\\": ""
6071
                },
6072
                "exclude-from-classmap": [
6073
                    "/Tests/"
6074
                ]
6075
            },
6076
            "notification-url": "https://packagist.org/downloads/",
6077
            "license": [
6078
                "MIT"
6079
            ],
6080
            "authors": [
6081
                {
6082
                    "name": "Fabien Potencier",
6083
                    "email": "[email protected]"
6084
                },
6085
                {
6086
                    "name": "Symfony Community",
6087
                    "homepage": "https://symfony.com/contributors"
6088
                }
6089
            ],
6090
            "description": "Symfony DomCrawler Component",
6091
            "homepage": "https://symfony.com",
6092
            "time": "2018-10-02T12:40:59+00:00"
6093
        },
6094
        {
6095
            "name": "symfony/dotenv",
6096
            "version": "v4.1.4",
6097
            "source": {
6098
                "type": "git",
6099
                "url": "https://github.com/symfony/dotenv.git",
6100
                "reference": "22ca63c46e252b8a8f37b8f9e6da66bff5b3d3e7"
6101
            },
6102
            "dist": {
6103
                "type": "zip",
6104
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/22ca63c46e252b8a8f37b8f9e6da66bff5b3d3e7",
6105
                "reference": "22ca63c46e252b8a8f37b8f9e6da66bff5b3d3e7",
6106
                "shasum": ""
6107
            },
6108
            "require": {
6109
                "php": "^7.1.3"
6110
            },
6111
            "require-dev": {
6112
                "symfony/process": "~3.4|~4.0"
6113
            },
6114
            "type": "library",
6115
            "extra": {
6116
                "branch-alias": {
6117
                    "dev-master": "4.1-dev"
6118
                }
6119
            },
6120
            "autoload": {
6121
                "psr-4": {
6122
                    "Symfony\\Component\\Dotenv\\": ""
6123
                },
6124
                "exclude-from-classmap": [
6125
                    "/Tests/"
6126
                ]
6127
            },
6128
            "notification-url": "https://packagist.org/downloads/",
6129
            "license": [
6130
                "MIT"
6131
            ],
6132
            "authors": [
6133
                {
6134
                    "name": "Fabien Potencier",
6135
                    "email": "[email protected]"
6136
                },
6137
                {
6138
                    "name": "Symfony Community",
6139
                    "homepage": "https://symfony.com/contributors"
6140
                }
6141
            ],
6142
            "description": "Registers environment variables from a .env file",
6143
            "homepage": "https://symfony.com",
6144
            "keywords": [
6145
                "dotenv",
6146
                "env",
6147
                "environment"
6148
            ],
6149
            "time": "2018-07-26T11:24:31+00:00"
6150
        }
6151
    ],
6152
    "aliases": [],
6153
    "minimum-stability": "stable",
6154
    "stability-flags": {
6155
        "phpdocumentor/flyfinder": 10,
6156
        "phpdocumentor/graphviz": 15,
6157
        "phpdocumentor/reflection": 15,
6158
        "phpdocumentor/reflection-common": 15,
6159
        "phpdocumentor/reflection-docblock": 15,
6160
        "symfony/lts": 20
6161
    },
6162
    "prefer-stable": false,
6163
    "prefer-lowest": false,
6164
    "platform": {
6165
        "php": ">=7.1.3",
6166
        "ext-iconv": "*",
6167
        "ext-json": "*"
6168
    },
6169
    "platform-dev": [],
6170
    "platform-overrides": {
6171
        "php": "7.1.3"
6172
    }
6173
}
6174