Passed
Push — feature/VSVGVQ-22 ( 6820a8 )
by Luc
03:49
created

composer.lock (1 issue)

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

CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
2868
            "version": "v4.0.9",
2869
            "source": {
2870
                "type": "git",
2871
                "url": "https://github.com/symfony/http-foundation.git",
2872
                "reference": "014487772c22d893168e5d628a13e882009fea29"
2873
            },
2874
            "dist": {
2875
                "type": "zip",
2876
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29",
2877
                "reference": "014487772c22d893168e5d628a13e882009fea29",
2878
                "shasum": ""
2879
            },
2880
            "require": {
2881
                "php": "^7.1.3",
2882
                "symfony/polyfill-mbstring": "~1.1"
2883
            },
2884
            "require-dev": {
2885
                "symfony/expression-language": "~3.4|~4.0"
2886
            },
2887
            "type": "library",
2888
            "extra": {
2889
                "branch-alias": {
2890
                    "dev-master": "4.0-dev"
2891
                }
2892
            },
2893
            "autoload": {
2894
                "psr-4": {
2895
                    "Symfony\\Component\\HttpFoundation\\": ""
2896
                },
2897
                "exclude-from-classmap": [
2898
                    "/Tests/"
2899
                ]
2900
            },
2901
            "notification-url": "https://packagist.org/downloads/",
2902
            "license": [
2903
                "MIT"
2904
            ],
2905
            "authors": [
2906
                {
2907
                    "name": "Fabien Potencier",
2908
                    "email": "[email protected]"
2909
                },
2910
                {
2911
                    "name": "Symfony Community",
2912
                    "homepage": "https://symfony.com/contributors"
2913
                }
2914
            ],
2915
            "description": "Symfony HttpFoundation Component",
2916
            "homepage": "https://symfony.com",
2917
            "time": "2018-04-30T01:05:59+00:00"
2918
        },
2919
        {
2920
            "name": "symfony/http-kernel",
2921
            "version": "v4.0.9",
2922
            "source": {
2923
                "type": "git",
2924
                "url": "https://github.com/symfony/http-kernel.git",
2925
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25"
2926
            },
2927
            "dist": {
2928
                "type": "zip",
2929
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25",
2930
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25",
2931
                "shasum": ""
2932
            },
2933
            "require": {
2934
                "php": "^7.1.3",
2935
                "psr/log": "~1.0",
2936
                "symfony/debug": "~3.4|~4.0",
2937
                "symfony/event-dispatcher": "~3.4|~4.0",
2938
                "symfony/http-foundation": "~3.4.4|~4.0.4"
2939
            },
2940
            "conflict": {
2941
                "symfony/config": "<3.4",
2942
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
2943
                "symfony/var-dumper": "<3.4",
2944
                "twig/twig": "<1.34|<2.4,>=2"
2945
            },
2946
            "provide": {
2947
                "psr/log-implementation": "1.0"
2948
            },
2949
            "require-dev": {
2950
                "psr/cache": "~1.0",
2951
                "symfony/browser-kit": "~3.4|~4.0",
2952
                "symfony/config": "~3.4|~4.0",
2953
                "symfony/console": "~3.4|~4.0",
2954
                "symfony/css-selector": "~3.4|~4.0",
2955
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
2956
                "symfony/dom-crawler": "~3.4|~4.0",
2957
                "symfony/expression-language": "~3.4|~4.0",
2958
                "symfony/finder": "~3.4|~4.0",
2959
                "symfony/process": "~3.4|~4.0",
2960
                "symfony/routing": "~3.4|~4.0",
2961
                "symfony/stopwatch": "~3.4|~4.0",
2962
                "symfony/templating": "~3.4|~4.0",
2963
                "symfony/translation": "~3.4|~4.0",
2964
                "symfony/var-dumper": "~3.4|~4.0"
2965
            },
2966
            "suggest": {
2967
                "symfony/browser-kit": "",
2968
                "symfony/config": "",
2969
                "symfony/console": "",
2970
                "symfony/dependency-injection": "",
2971
                "symfony/var-dumper": ""
2972
            },
2973
            "type": "library",
2974
            "extra": {
2975
                "branch-alias": {
2976
                    "dev-master": "4.0-dev"
2977
                }
2978
            },
2979
            "autoload": {
2980
                "psr-4": {
2981
                    "Symfony\\Component\\HttpKernel\\": ""
2982
                },
2983
                "exclude-from-classmap": [
2984
                    "/Tests/"
2985
                ]
2986
            },
2987
            "notification-url": "https://packagist.org/downloads/",
2988
            "license": [
2989
                "MIT"
2990
            ],
2991
            "authors": [
2992
                {
2993
                    "name": "Fabien Potencier",
2994
                    "email": "[email protected]"
2995
                },
2996
                {
2997
                    "name": "Symfony Community",
2998
                    "homepage": "https://symfony.com/contributors"
2999
                }
3000
            ],
3001
            "description": "Symfony HttpKernel Component",
3002
            "homepage": "https://symfony.com",
3003
            "time": "2018-04-30T19:45:57+00:00"
3004
        },
3005
        {
3006
            "name": "symfony/lts",
3007
            "version": "dev-master",
3008
            "source": {
3009
                "type": "git",
3010
                "url": "https://github.com/symfony/lts.git",
3011
                "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991"
3012
            },
3013
            "dist": {
3014
                "type": "zip",
3015
                "url": "https://api.github.com/repos/symfony/lts/zipball/6de50b244bad631a71544b3cc3c8e206c0e5f991",
3016
                "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991",
3017
                "shasum": ""
3018
            },
3019
            "conflict": {
3020
                "symfony/asset": ">=5",
3021
                "symfony/browser-kit": ">=5",
3022
                "symfony/cache": ">=5",
3023
                "symfony/class-loader": ">=5",
3024
                "symfony/config": ">=5",
3025
                "symfony/console": ">=5",
3026
                "symfony/css-selector": ">=5",
3027
                "symfony/debug": ">=5",
3028
                "symfony/debug-bundle": ">=5",
3029
                "symfony/dependency-injection": ">=5",
3030
                "symfony/doctrine-bridge": ">=5",
3031
                "symfony/dom-crawler": ">=5",
3032
                "symfony/dotenv": ">=5",
3033
                "symfony/event-dispatcher": ">=5",
3034
                "symfony/expression-language": ">=5",
3035
                "symfony/filesystem": ">=5",
3036
                "symfony/finder": ">=5",
3037
                "symfony/form": ">=5",
3038
                "symfony/framework-bundle": ">=5",
3039
                "symfony/http-foundation": ">=5",
3040
                "symfony/http-kernel": ">=5",
3041
                "symfony/inflector": ">=5",
3042
                "symfony/intl": ">=5",
3043
                "symfony/ldap": ">=5",
3044
                "symfony/lock": ">=5",
3045
                "symfony/messenger": ">=5",
3046
                "symfony/monolog-bridge": ">=5",
3047
                "symfony/options-resolver": ">=5",
3048
                "symfony/process": ">=5",
3049
                "symfony/property-access": ">=5",
3050
                "symfony/property-info": ">=5",
3051
                "symfony/proxy-manager-bridge": ">=5",
3052
                "symfony/routing": ">=5",
3053
                "symfony/security": ">=5",
3054
                "symfony/security-bundle": ">=5",
3055
                "symfony/security-core": ">=5",
3056
                "symfony/security-csrf": ">=5",
3057
                "symfony/security-guard": ">=5",
3058
                "symfony/security-http": ">=5",
3059
                "symfony/serializer": ">=5",
3060
                "symfony/stopwatch": ">=5",
3061
                "symfony/symfony": ">=5",
3062
                "symfony/templating": ">=5",
3063
                "symfony/translation": ">=5",
3064
                "symfony/twig-bridge": ">=5",
3065
                "symfony/twig-bundle": ">=5",
3066
                "symfony/validator": ">=5",
3067
                "symfony/var-dumper": ">=5",
3068
                "symfony/web-link": ">=5",
3069
                "symfony/web-profiler-bundle": ">=5",
3070
                "symfony/web-server-bundle": ">=5",
3071
                "symfony/workflow": ">=5",
3072
                "symfony/yaml": ">=5"
3073
            },
3074
            "type": "metapackage",
3075
            "extra": {
3076
                "branch-alias": {
3077
                    "dev-master": "4-dev"
3078
                }
3079
            },
3080
            "notification-url": "https://packagist.org/downloads/",
3081
            "license": [
3082
                "MIT"
3083
            ],
3084
            "authors": [
3085
                {
3086
                    "name": "Fabien Potencier",
3087
                    "email": "[email protected]"
3088
                },
3089
                {
3090
                    "name": "Symfony Community",
3091
                    "homepage": "https://symfony.com/contributors"
3092
                }
3093
            ],
3094
            "description": "Enforces Long Term Supported versions of Symfony components",
3095
            "homepage": "https://symfony.com",
3096
            "time": "2018-04-03T05:04:16+00:00"
3097
        },
3098
        {
3099
            "name": "symfony/orm-pack",
3100
            "version": "v1.0.5",
3101
            "source": {
3102
                "type": "git",
3103
                "url": "https://github.com/symfony/orm-pack.git",
3104
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1"
3105
            },
3106
            "dist": {
3107
                "type": "zip",
3108
                "url": "https://api.github.com/repos/symfony/orm-pack/zipball/1b58f752cd917a08c9c8df020781d9c46a2275b1",
3109
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1",
3110
                "shasum": ""
3111
            },
3112
            "require": {
3113
                "doctrine/doctrine-bundle": "^1.6.10",
3114
                "doctrine/doctrine-migrations-bundle": "^1.3",
3115
                "doctrine/orm": "^2.5.11",
3116
                "php": "^7.0"
3117
            },
3118
            "type": "symfony-pack",
3119
            "notification-url": "https://packagist.org/downloads/",
3120
            "license": [
3121
                "MIT"
3122
            ],
3123
            "description": "A pack for the Doctrine ORM",
3124
            "time": "2017-12-12T01:47:50+00:00"
3125
        },
3126
        {
3127
            "name": "symfony/polyfill-ctype",
3128
            "version": "v1.8.0",
3129
            "source": {
3130
                "type": "git",
3131
                "url": "https://github.com/symfony/polyfill-ctype.git",
3132
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
3133
            },
3134
            "dist": {
3135
                "type": "zip",
3136
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3137
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3138
                "shasum": ""
3139
            },
3140
            "require": {
3141
                "php": ">=5.3.3"
3142
            },
3143
            "type": "library",
3144
            "extra": {
3145
                "branch-alias": {
3146
                    "dev-master": "1.8-dev"
3147
                }
3148
            },
3149
            "autoload": {
3150
                "psr-4": {
3151
                    "Symfony\\Polyfill\\Ctype\\": ""
3152
                },
3153
                "files": [
3154
                    "bootstrap.php"
3155
                ]
3156
            },
3157
            "notification-url": "https://packagist.org/downloads/",
3158
            "license": [
3159
                "MIT"
3160
            ],
3161
            "authors": [
3162
                {
3163
                    "name": "Symfony Community",
3164
                    "homepage": "https://symfony.com/contributors"
3165
                },
3166
                {
3167
                    "name": "Gert de Pagter",
3168
                    "email": "[email protected]"
3169
                }
3170
            ],
3171
            "description": "Symfony polyfill for ctype functions",
3172
            "homepage": "https://symfony.com",
3173
            "keywords": [
3174
                "compatibility",
3175
                "ctype",
3176
                "polyfill",
3177
                "portable"
3178
            ],
3179
            "time": "2018-04-30T19:57:29+00:00"
3180
        },
3181
        {
3182
            "name": "symfony/polyfill-mbstring",
3183
            "version": "v1.8.0",
3184
            "source": {
3185
                "type": "git",
3186
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3187
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
3188
            },
3189
            "dist": {
3190
                "type": "zip",
3191
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
3192
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
3193
                "shasum": ""
3194
            },
3195
            "require": {
3196
                "php": ">=5.3.3"
3197
            },
3198
            "suggest": {
3199
                "ext-mbstring": "For best performance"
3200
            },
3201
            "type": "library",
3202
            "extra": {
3203
                "branch-alias": {
3204
                    "dev-master": "1.8-dev"
3205
                }
3206
            },
3207
            "autoload": {
3208
                "psr-4": {
3209
                    "Symfony\\Polyfill\\Mbstring\\": ""
3210
                },
3211
                "files": [
3212
                    "bootstrap.php"
3213
                ]
3214
            },
3215
            "notification-url": "https://packagist.org/downloads/",
3216
            "license": [
3217
                "MIT"
3218
            ],
3219
            "authors": [
3220
                {
3221
                    "name": "Nicolas Grekas",
3222
                    "email": "[email protected]"
3223
                },
3224
                {
3225
                    "name": "Symfony Community",
3226
                    "homepage": "https://symfony.com/contributors"
3227
                }
3228
            ],
3229
            "description": "Symfony polyfill for the Mbstring extension",
3230
            "homepage": "https://symfony.com",
3231
            "keywords": [
3232
                "compatibility",
3233
                "mbstring",
3234
                "polyfill",
3235
                "portable",
3236
                "shim"
3237
            ],
3238
            "time": "2018-04-26T10:06:28+00:00"
3239
        },
3240
        {
3241
            "name": "symfony/routing",
3242
            "version": "v4.0.9",
3243
            "source": {
3244
                "type": "git",
3245
                "url": "https://github.com/symfony/routing.git",
3246
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027"
3247
            },
3248
            "dist": {
3249
                "type": "zip",
3250
                "url": "https://api.github.com/repos/symfony/routing/zipball/1dfbfdf060bbc80da8dedc062050052e694cd027",
3251
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027",
3252
                "shasum": ""
3253
            },
3254
            "require": {
3255
                "php": "^7.1.3"
3256
            },
3257
            "conflict": {
3258
                "symfony/config": "<3.4",
3259
                "symfony/dependency-injection": "<3.4",
3260
                "symfony/yaml": "<3.4"
3261
            },
3262
            "require-dev": {
3263
                "doctrine/annotations": "~1.0",
3264
                "doctrine/common": "~2.2",
3265
                "psr/log": "~1.0",
3266
                "symfony/config": "~3.4|~4.0",
3267
                "symfony/dependency-injection": "~3.4|~4.0",
3268
                "symfony/expression-language": "~3.4|~4.0",
3269
                "symfony/http-foundation": "~3.4|~4.0",
3270
                "symfony/yaml": "~3.4|~4.0"
3271
            },
3272
            "suggest": {
3273
                "doctrine/annotations": "For using the annotation loader",
3274
                "symfony/config": "For using the all-in-one router or any loader",
3275
                "symfony/dependency-injection": "For loading routes from a service",
3276
                "symfony/expression-language": "For using expression matching",
3277
                "symfony/http-foundation": "For using a Symfony Request object",
3278
                "symfony/yaml": "For using the YAML loader"
3279
            },
3280
            "type": "library",
3281
            "extra": {
3282
                "branch-alias": {
3283
                    "dev-master": "4.0-dev"
3284
                }
3285
            },
3286
            "autoload": {
3287
                "psr-4": {
3288
                    "Symfony\\Component\\Routing\\": ""
3289
                },
3290
                "exclude-from-classmap": [
3291
                    "/Tests/"
3292
                ]
3293
            },
3294
            "notification-url": "https://packagist.org/downloads/",
3295
            "license": [
3296
                "MIT"
3297
            ],
3298
            "authors": [
3299
                {
3300
                    "name": "Fabien Potencier",
3301
                    "email": "[email protected]"
3302
                },
3303
                {
3304
                    "name": "Symfony Community",
3305
                    "homepage": "https://symfony.com/contributors"
3306
                }
3307
            ],
3308
            "description": "Symfony Routing Component",
3309
            "homepage": "https://symfony.com",
3310
            "keywords": [
3311
                "router",
3312
                "routing",
3313
                "uri",
3314
                "url"
3315
            ],
3316
            "time": "2018-04-20T06:20:23+00:00"
3317
        },
3318
        {
3319
            "name": "symfony/serializer",
3320
            "version": "v4.0.9",
3321
            "source": {
3322
                "type": "git",
3323
                "url": "https://github.com/symfony/serializer.git",
3324
                "reference": "d0e9269101ccd978af971fd4d7a892848672bfa1"
3325
            },
3326
            "dist": {
3327
                "type": "zip",
3328
                "url": "https://api.github.com/repos/symfony/serializer/zipball/d0e9269101ccd978af971fd4d7a892848672bfa1",
3329
                "reference": "d0e9269101ccd978af971fd4d7a892848672bfa1",
3330
                "shasum": ""
3331
            },
3332
            "require": {
3333
                "php": "^7.1.3"
3334
            },
3335
            "conflict": {
3336
                "phpdocumentor/type-resolver": "<0.2.1",
3337
                "symfony/dependency-injection": "<3.4",
3338
                "symfony/property-access": "<3.4",
3339
                "symfony/property-info": "<3.4",
3340
                "symfony/yaml": "<3.4"
3341
            },
3342
            "require-dev": {
3343
                "doctrine/annotations": "~1.0",
3344
                "doctrine/cache": "~1.0",
3345
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3346
                "symfony/cache": "~3.4|~4.0",
3347
                "symfony/config": "~3.4|~4.0",
3348
                "symfony/dependency-injection": "~3.4|~4.0",
3349
                "symfony/http-foundation": "~3.4|~4.0",
3350
                "symfony/property-access": "~3.4|~4.0",
3351
                "symfony/property-info": "~3.4|~4.0",
3352
                "symfony/yaml": "~3.4|~4.0"
3353
            },
3354
            "suggest": {
3355
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3356
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3357
                "psr/cache-implementation": "For using the metadata cache.",
3358
                "symfony/config": "For using the XML mapping loader.",
3359
                "symfony/http-foundation": "To use the DataUriNormalizer.",
3360
                "symfony/property-access": "For using the ObjectNormalizer.",
3361
                "symfony/property-info": "To deserialize relations.",
3362
                "symfony/yaml": "For using the default YAML mapping loader."
3363
            },
3364
            "type": "library",
3365
            "extra": {
3366
                "branch-alias": {
3367
                    "dev-master": "4.0-dev"
3368
                }
3369
            },
3370
            "autoload": {
3371
                "psr-4": {
3372
                    "Symfony\\Component\\Serializer\\": ""
3373
                },
3374
                "exclude-from-classmap": [
3375
                    "/Tests/"
3376
                ]
3377
            },
3378
            "notification-url": "https://packagist.org/downloads/",
3379
            "license": [
3380
                "MIT"
3381
            ],
3382
            "authors": [
3383
                {
3384
                    "name": "Fabien Potencier",
3385
                    "email": "[email protected]"
3386
                },
3387
                {
3388
                    "name": "Symfony Community",
3389
                    "homepage": "https://symfony.com/contributors"
3390
                }
3391
            ],
3392
            "description": "Symfony Serializer Component",
3393
            "homepage": "https://symfony.com",
3394
            "time": "2018-03-19T17:30:36+00:00"
3395
        },
3396
        {
3397
            "name": "symfony/yaml",
3398
            "version": "v4.0.10",
3399
            "source": {
3400
                "type": "git",
3401
                "url": "https://github.com/symfony/yaml.git",
3402
                "reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907"
3403
            },
3404
            "dist": {
3405
                "type": "zip",
3406
                "url": "https://api.github.com/repos/symfony/yaml/zipball/048b1be5fb96e73ff1d065f5e7e23f84415ac907",
3407
                "reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907",
3408
                "shasum": ""
3409
            },
3410
            "require": {
3411
                "php": "^7.1.3",
3412
                "symfony/polyfill-ctype": "~1.8"
3413
            },
3414
            "conflict": {
3415
                "symfony/console": "<3.4"
3416
            },
3417
            "require-dev": {
3418
                "symfony/console": "~3.4|~4.0"
3419
            },
3420
            "suggest": {
3421
                "symfony/console": "For validating YAML files using the lint command"
3422
            },
3423
            "type": "library",
3424
            "extra": {
3425
                "branch-alias": {
3426
                    "dev-master": "4.0-dev"
3427
                }
3428
            },
3429
            "autoload": {
3430
                "psr-4": {
3431
                    "Symfony\\Component\\Yaml\\": ""
3432
                },
3433
                "exclude-from-classmap": [
3434
                    "/Tests/"
3435
                ]
3436
            },
3437
            "notification-url": "https://packagist.org/downloads/",
3438
            "license": [
3439
                "MIT"
3440
            ],
3441
            "authors": [
3442
                {
3443
                    "name": "Fabien Potencier",
3444
                    "email": "[email protected]"
3445
                },
3446
                {
3447
                    "name": "Symfony Community",
3448
                    "homepage": "https://symfony.com/contributors"
3449
                }
3450
            ],
3451
            "description": "Symfony Yaml Component",
3452
            "homepage": "https://symfony.com",
3453
            "time": "2018-05-07T07:12:24+00:00"
3454
        },
3455
        {
3456
            "name": "zendframework/zend-code",
3457
            "version": "3.3.0",
3458
            "source": {
3459
                "type": "git",
3460
                "url": "https://github.com/zendframework/zend-code.git",
3461
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d"
3462
            },
3463
            "dist": {
3464
                "type": "zip",
3465
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d",
3466
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d",
3467
                "shasum": ""
3468
            },
3469
            "require": {
3470
                "php": "^7.1",
3471
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3472
            },
3473
            "require-dev": {
3474
                "doctrine/annotations": "~1.0",
3475
                "ext-phar": "*",
3476
                "phpunit/phpunit": "^6.2.3",
3477
                "zendframework/zend-coding-standard": "^1.0.0",
3478
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3479
            },
3480
            "suggest": {
3481
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3482
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3483
            },
3484
            "type": "library",
3485
            "extra": {
3486
                "branch-alias": {
3487
                    "dev-master": "3.2-dev",
3488
                    "dev-develop": "3.3-dev"
3489
                }
3490
            },
3491
            "autoload": {
3492
                "psr-4": {
3493
                    "Zend\\Code\\": "src/"
3494
                }
3495
            },
3496
            "notification-url": "https://packagist.org/downloads/",
3497
            "license": [
3498
                "BSD-3-Clause"
3499
            ],
3500
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3501
            "homepage": "https://github.com/zendframework/zend-code",
3502
            "keywords": [
3503
                "code",
3504
                "zf2"
3505
            ],
3506
            "time": "2017-10-20T15:21:32+00:00"
3507
        },
3508
        {
3509
            "name": "zendframework/zend-eventmanager",
3510
            "version": "3.2.1",
3511
            "source": {
3512
                "type": "git",
3513
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3514
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
3515
            },
3516
            "dist": {
3517
                "type": "zip",
3518
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
3519
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
3520
                "shasum": ""
3521
            },
3522
            "require": {
3523
                "php": "^5.6 || ^7.0"
3524
            },
3525
            "require-dev": {
3526
                "athletic/athletic": "^0.1",
3527
                "container-interop/container-interop": "^1.1.0",
3528
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3529
                "zendframework/zend-coding-standard": "~1.0.0",
3530
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3531
            },
3532
            "suggest": {
3533
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3534
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3535
            },
3536
            "type": "library",
3537
            "extra": {
3538
                "branch-alias": {
3539
                    "dev-master": "3.2-dev",
3540
                    "dev-develop": "3.3-dev"
3541
                }
3542
            },
3543
            "autoload": {
3544
                "psr-4": {
3545
                    "Zend\\EventManager\\": "src/"
3546
                }
3547
            },
3548
            "notification-url": "https://packagist.org/downloads/",
3549
            "license": [
3550
                "BSD-3-Clause"
3551
            ],
3552
            "description": "Trigger and listen to events within a PHP application",
3553
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3554
            "keywords": [
3555
                "event",
3556
                "eventmanager",
3557
                "events",
3558
                "zf2"
3559
            ],
3560
            "time": "2018-04-25T15:33:34+00:00"
3561
        }
3562
    ],
3563
    "packages-dev": [
3564
        {
3565
            "name": "guzzlehttp/guzzle",
3566
            "version": "6.3.3",
3567
            "source": {
3568
                "type": "git",
3569
                "url": "https://github.com/guzzle/guzzle.git",
3570
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
3571
            },
3572
            "dist": {
3573
                "type": "zip",
3574
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
3575
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
3576
                "shasum": ""
3577
            },
3578
            "require": {
3579
                "guzzlehttp/promises": "^1.0",
3580
                "guzzlehttp/psr7": "^1.4",
3581
                "php": ">=5.5"
3582
            },
3583
            "require-dev": {
3584
                "ext-curl": "*",
3585
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
3586
                "psr/log": "^1.0"
3587
            },
3588
            "suggest": {
3589
                "psr/log": "Required for using the Log middleware"
3590
            },
3591
            "type": "library",
3592
            "extra": {
3593
                "branch-alias": {
3594
                    "dev-master": "6.3-dev"
3595
                }
3596
            },
3597
            "autoload": {
3598
                "files": [
3599
                    "src/functions_include.php"
3600
                ],
3601
                "psr-4": {
3602
                    "GuzzleHttp\\": "src/"
3603
                }
3604
            },
3605
            "notification-url": "https://packagist.org/downloads/",
3606
            "license": [
3607
                "MIT"
3608
            ],
3609
            "authors": [
3610
                {
3611
                    "name": "Michael Dowling",
3612
                    "email": "[email protected]",
3613
                    "homepage": "https://github.com/mtdowling"
3614
                }
3615
            ],
3616
            "description": "Guzzle is a PHP HTTP client library",
3617
            "homepage": "http://guzzlephp.org/",
3618
            "keywords": [
3619
                "client",
3620
                "curl",
3621
                "framework",
3622
                "http",
3623
                "http client",
3624
                "rest",
3625
                "web service"
3626
            ],
3627
            "time": "2018-04-22T15:46:56+00:00"
3628
        },
3629
        {
3630
            "name": "guzzlehttp/promises",
3631
            "version": "v1.3.1",
3632
            "source": {
3633
                "type": "git",
3634
                "url": "https://github.com/guzzle/promises.git",
3635
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
3636
            },
3637
            "dist": {
3638
                "type": "zip",
3639
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
3640
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
3641
                "shasum": ""
3642
            },
3643
            "require": {
3644
                "php": ">=5.5.0"
3645
            },
3646
            "require-dev": {
3647
                "phpunit/phpunit": "^4.0"
3648
            },
3649
            "type": "library",
3650
            "extra": {
3651
                "branch-alias": {
3652
                    "dev-master": "1.4-dev"
3653
                }
3654
            },
3655
            "autoload": {
3656
                "psr-4": {
3657
                    "GuzzleHttp\\Promise\\": "src/"
3658
                },
3659
                "files": [
3660
                    "src/functions_include.php"
3661
                ]
3662
            },
3663
            "notification-url": "https://packagist.org/downloads/",
3664
            "license": [
3665
                "MIT"
3666
            ],
3667
            "authors": [
3668
                {
3669
                    "name": "Michael Dowling",
3670
                    "email": "[email protected]",
3671
                    "homepage": "https://github.com/mtdowling"
3672
                }
3673
            ],
3674
            "description": "Guzzle promises library",
3675
            "keywords": [
3676
                "promise"
3677
            ],
3678
            "time": "2016-12-20T10:07:11+00:00"
3679
        },
3680
        {
3681
            "name": "guzzlehttp/psr7",
3682
            "version": "1.4.2",
3683
            "source": {
3684
                "type": "git",
3685
                "url": "https://github.com/guzzle/psr7.git",
3686
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
3687
            },
3688
            "dist": {
3689
                "type": "zip",
3690
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3691
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3692
                "shasum": ""
3693
            },
3694
            "require": {
3695
                "php": ">=5.4.0",
3696
                "psr/http-message": "~1.0"
3697
            },
3698
            "provide": {
3699
                "psr/http-message-implementation": "1.0"
3700
            },
3701
            "require-dev": {
3702
                "phpunit/phpunit": "~4.0"
3703
            },
3704
            "type": "library",
3705
            "extra": {
3706
                "branch-alias": {
3707
                    "dev-master": "1.4-dev"
3708
                }
3709
            },
3710
            "autoload": {
3711
                "psr-4": {
3712
                    "GuzzleHttp\\Psr7\\": "src/"
3713
                },
3714
                "files": [
3715
                    "src/functions_include.php"
3716
                ]
3717
            },
3718
            "notification-url": "https://packagist.org/downloads/",
3719
            "license": [
3720
                "MIT"
3721
            ],
3722
            "authors": [
3723
                {
3724
                    "name": "Michael Dowling",
3725
                    "email": "[email protected]",
3726
                    "homepage": "https://github.com/mtdowling"
3727
                },
3728
                {
3729
                    "name": "Tobias Schultze",
3730
                    "homepage": "https://github.com/Tobion"
3731
                }
3732
            ],
3733
            "description": "PSR-7 message implementation that also provides common utility methods",
3734
            "keywords": [
3735
                "http",
3736
                "message",
3737
                "request",
3738
                "response",
3739
                "stream",
3740
                "uri",
3741
                "url"
3742
            ],
3743
            "time": "2017-03-20T17:10:46+00:00"
3744
        },
3745
        {
3746
            "name": "jean85/pretty-package-versions",
3747
            "version": "1.1",
3748
            "source": {
3749
                "type": "git",
3750
                "url": "https://github.com/Jean85/pretty-package-versions.git",
3751
                "reference": "d457344b6a035ef99236bdda4729ad7eeb233f54"
3752
            },
3753
            "dist": {
3754
                "type": "zip",
3755
                "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/d457344b6a035ef99236bdda4729ad7eeb233f54",
3756
                "reference": "d457344b6a035ef99236bdda4729ad7eeb233f54",
3757
                "shasum": ""
3758
            },
3759
            "require": {
3760
                "ocramius/package-versions": "^1.2.0",
3761
                "php": "^7.0"
3762
            },
3763
            "require-dev": {
3764
                "phpunit/phpunit": "^6.0"
3765
            },
3766
            "type": "library",
3767
            "extra": {
3768
                "branch-alias": {
3769
                    "dev-master": "1.x-dev"
3770
                }
3771
            },
3772
            "autoload": {
3773
                "psr-4": {
3774
                    "Jean85\\": "src/"
3775
                }
3776
            },
3777
            "notification-url": "https://packagist.org/downloads/",
3778
            "license": [
3779
                "MIT"
3780
            ],
3781
            "authors": [
3782
                {
3783
                    "name": "Alessandro Lai",
3784
                    "email": "[email protected]"
3785
                }
3786
            ],
3787
            "description": "A wrapper for ocramius/pretty-package-versions to get pretty versions strings",
3788
            "keywords": [
3789
                "composer",
3790
                "package",
3791
                "release",
3792
                "versions"
3793
            ],
3794
            "time": "2018-01-21T13:54:22+00:00"
3795
        },
3796
        {
3797
            "name": "myclabs/deep-copy",
3798
            "version": "1.7.0",
3799
            "source": {
3800
                "type": "git",
3801
                "url": "https://github.com/myclabs/DeepCopy.git",
3802
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3803
            },
3804
            "dist": {
3805
                "type": "zip",
3806
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3807
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3808
                "shasum": ""
3809
            },
3810
            "require": {
3811
                "php": "^5.6 || ^7.0"
3812
            },
3813
            "require-dev": {
3814
                "doctrine/collections": "^1.0",
3815
                "doctrine/common": "^2.6",
3816
                "phpunit/phpunit": "^4.1"
3817
            },
3818
            "type": "library",
3819
            "autoload": {
3820
                "psr-4": {
3821
                    "DeepCopy\\": "src/DeepCopy/"
3822
                },
3823
                "files": [
3824
                    "src/DeepCopy/deep_copy.php"
3825
                ]
3826
            },
3827
            "notification-url": "https://packagist.org/downloads/",
3828
            "license": [
3829
                "MIT"
3830
            ],
3831
            "description": "Create deep copies (clones) of your objects",
3832
            "keywords": [
3833
                "clone",
3834
                "copy",
3835
                "duplicate",
3836
                "object",
3837
                "object graph"
3838
            ],
3839
            "time": "2017-10-19T19:58:43+00:00"
3840
        },
3841
        {
3842
            "name": "nette/bootstrap",
3843
            "version": "v2.4.5",
3844
            "source": {
3845
                "type": "git",
3846
                "url": "https://github.com/nette/bootstrap.git",
3847
                "reference": "804925787764d708a7782ea0d9382a310bb21968"
3848
            },
3849
            "dist": {
3850
                "type": "zip",
3851
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/804925787764d708a7782ea0d9382a310bb21968",
3852
                "reference": "804925787764d708a7782ea0d9382a310bb21968",
3853
                "shasum": ""
3854
            },
3855
            "require": {
3856
                "nette/di": "~2.4.7",
3857
                "nette/utils": "~2.4",
3858
                "php": ">=5.6.0"
3859
            },
3860
            "conflict": {
3861
                "nette/nette": "<2.2"
3862
            },
3863
            "require-dev": {
3864
                "latte/latte": "~2.2",
3865
                "nette/application": "~2.3",
3866
                "nette/caching": "~2.3",
3867
                "nette/database": "~2.3",
3868
                "nette/forms": "~2.3",
3869
                "nette/http": "~2.4.0",
3870
                "nette/mail": "~2.3",
3871
                "nette/robot-loader": "^2.4.2 || ^3.0",
3872
                "nette/safe-stream": "~2.2",
3873
                "nette/security": "~2.3",
3874
                "nette/tester": "~2.0",
3875
                "tracy/tracy": "^2.4.1"
3876
            },
3877
            "suggest": {
3878
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
3879
                "tracy/tracy": "to use Configurator::enableTracy()"
3880
            },
3881
            "type": "library",
3882
            "extra": {
3883
                "branch-alias": {
3884
                    "dev-master": "2.4-dev"
3885
                }
3886
            },
3887
            "autoload": {
3888
                "classmap": [
3889
                    "src/"
3890
                ]
3891
            },
3892
            "notification-url": "https://packagist.org/downloads/",
3893
            "license": [
3894
                "BSD-3-Clause",
3895
                "GPL-2.0",
3896
                "GPL-3.0"
3897
            ],
3898
            "authors": [
3899
                {
3900
                    "name": "David Grudl",
3901
                    "homepage": "https://davidgrudl.com"
3902
                },
3903
                {
3904
                    "name": "Nette Community",
3905
                    "homepage": "https://nette.org/contributors"
3906
                }
3907
            ],
3908
            "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
3909
            "homepage": "https://nette.org",
3910
            "keywords": [
3911
                "bootstrapping",
3912
                "configurator",
3913
                "nette"
3914
            ],
3915
            "time": "2017-08-20T17:36:59+00:00"
3916
        },
3917
        {
3918
            "name": "nette/di",
3919
            "version": "v2.4.11",
3920
            "source": {
3921
                "type": "git",
3922
                "url": "https://github.com/nette/di.git",
3923
                "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9"
3924
            },
3925
            "dist": {
3926
                "type": "zip",
3927
                "url": "https://api.github.com/repos/nette/di/zipball/a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9",
3928
                "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9",
3929
                "shasum": ""
3930
            },
3931
            "require": {
3932
                "ext-tokenizer": "*",
3933
                "nette/neon": "^2.3.3 || ~3.0.0",
3934
                "nette/php-generator": "^2.6.1 || ~3.0.0",
3935
                "nette/utils": "^2.4.3 || ~3.0.0",
3936
                "php": ">=5.6.0"
3937
            },
3938
            "conflict": {
3939
                "nette/bootstrap": "<2.4",
3940
                "nette/nette": "<2.2"
3941
            },
3942
            "require-dev": {
3943
                "nette/tester": "^2.0",
3944
                "tracy/tracy": "^2.3"
3945
            },
3946
            "type": "library",
3947
            "extra": {
3948
                "branch-alias": {
3949
                    "dev-master": "2.4-dev"
3950
                }
3951
            },
3952
            "autoload": {
3953
                "classmap": [
3954
                    "src/"
3955
                ]
3956
            },
3957
            "notification-url": "https://packagist.org/downloads/",
3958
            "license": [
3959
                "BSD-3-Clause",
3960
                "GPL-2.0",
3961
                "GPL-3.0"
3962
            ],
3963
            "authors": [
3964
                {
3965
                    "name": "David Grudl",
3966
                    "homepage": "https://davidgrudl.com"
3967
                },
3968
                {
3969
                    "name": "Nette Community",
3970
                    "homepage": "https://nette.org/contributors"
3971
                }
3972
            ],
3973
            "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
3974
            "homepage": "https://nette.org",
3975
            "keywords": [
3976
                "compiled",
3977
                "di",
3978
                "dic",
3979
                "factory",
3980
                "ioc",
3981
                "nette",
3982
                "static"
3983
            ],
3984
            "time": "2018-03-28T23:53:36+00:00"
3985
        },
3986
        {
3987
            "name": "nette/finder",
3988
            "version": "v2.4.1",
3989
            "source": {
3990
                "type": "git",
3991
                "url": "https://github.com/nette/finder.git",
3992
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547"
3993
            },
3994
            "dist": {
3995
                "type": "zip",
3996
                "url": "https://api.github.com/repos/nette/finder/zipball/4d43a66d072c57d585bf08a3ef68d3587f7e9547",
3997
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547",
3998
                "shasum": ""
3999
            },
4000
            "require": {
4001
                "nette/utils": "^2.4 || ~3.0.0",
4002
                "php": ">=5.6.0"
4003
            },
4004
            "conflict": {
4005
                "nette/nette": "<2.2"
4006
            },
4007
            "require-dev": {
4008
                "nette/tester": "^2.0",
4009
                "tracy/tracy": "^2.3"
4010
            },
4011
            "type": "library",
4012
            "extra": {
4013
                "branch-alias": {
4014
                    "dev-master": "2.4-dev"
4015
                }
4016
            },
4017
            "autoload": {
4018
                "classmap": [
4019
                    "src/"
4020
                ]
4021
            },
4022
            "notification-url": "https://packagist.org/downloads/",
4023
            "license": [
4024
                "BSD-3-Clause",
4025
                "GPL-2.0",
4026
                "GPL-3.0"
4027
            ],
4028
            "authors": [
4029
                {
4030
                    "name": "David Grudl",
4031
                    "homepage": "https://davidgrudl.com"
4032
                },
4033
                {
4034
                    "name": "Nette Community",
4035
                    "homepage": "https://nette.org/contributors"
4036
                }
4037
            ],
4038
            "description": "Nette Finder: Files Searching",
4039
            "homepage": "https://nette.org",
4040
            "time": "2017-07-10T23:47:08+00:00"
4041
        },
4042
        {
4043
            "name": "nette/neon",
4044
            "version": "v2.4.2",
4045
            "source": {
4046
                "type": "git",
4047
                "url": "https://github.com/nette/neon.git",
4048
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622"
4049
            },
4050
            "dist": {
4051
                "type": "zip",
4052
                "url": "https://api.github.com/repos/nette/neon/zipball/9eacd50553b26b53a3977bfb2fea2166d4331622",
4053
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622",
4054
                "shasum": ""
4055
            },
4056
            "require": {
4057
                "ext-iconv": "*",
4058
                "ext-json": "*",
4059
                "php": ">=5.6.0"
4060
            },
4061
            "require-dev": {
4062
                "nette/tester": "~2.0",
4063
                "tracy/tracy": "^2.3"
4064
            },
4065
            "type": "library",
4066
            "extra": {
4067
                "branch-alias": {
4068
                    "dev-master": "2.4-dev"
4069
                }
4070
            },
4071
            "autoload": {
4072
                "classmap": [
4073
                    "src/"
4074
                ]
4075
            },
4076
            "notification-url": "https://packagist.org/downloads/",
4077
            "license": [
4078
                "BSD-3-Clause",
4079
                "GPL-2.0",
4080
                "GPL-3.0"
4081
            ],
4082
            "authors": [
4083
                {
4084
                    "name": "David Grudl",
4085
                    "homepage": "https://davidgrudl.com"
4086
                },
4087
                {
4088
                    "name": "Nette Community",
4089
                    "homepage": "https://nette.org/contributors"
4090
                }
4091
            ],
4092
            "description": "Nette NEON: parser & generator for Nette Object Notation",
4093
            "homepage": "http://ne-on.org",
4094
            "time": "2017-07-11T18:29:08+00:00"
4095
        },
4096
        {
4097
            "name": "nette/php-generator",
4098
            "version": "v3.0.4",
4099
            "source": {
4100
                "type": "git",
4101
                "url": "https://github.com/nette/php-generator.git",
4102
                "reference": "b381ecacbf5a0b5f99cc0b303d5b0578d409f446"
4103
            },
4104
            "dist": {
4105
                "type": "zip",
4106
                "url": "https://api.github.com/repos/nette/php-generator/zipball/b381ecacbf5a0b5f99cc0b303d5b0578d409f446",
4107
                "reference": "b381ecacbf5a0b5f99cc0b303d5b0578d409f446",
4108
                "shasum": ""
4109
            },
4110
            "require": {
4111
                "nette/utils": "^2.4.2 || ~3.0.0",
4112
                "php": ">=7.0"
4113
            },
4114
            "conflict": {
4115
                "nette/nette": "<2.2"
4116
            },
4117
            "require-dev": {
4118
                "nette/tester": "^2.0",
4119
                "tracy/tracy": "^2.3"
4120
            },
4121
            "type": "library",
4122
            "extra": {
4123
                "branch-alias": {
4124
                    "dev-master": "3.0-dev"
4125
                }
4126
            },
4127
            "autoload": {
4128
                "classmap": [
4129
                    "src/"
4130
                ]
4131
            },
4132
            "notification-url": "https://packagist.org/downloads/",
4133
            "license": [
4134
                "BSD-3-Clause",
4135
                "GPL-2.0",
4136
                "GPL-3.0"
4137
            ],
4138
            "authors": [
4139
                {
4140
                    "name": "David Grudl",
4141
                    "homepage": "https://davidgrudl.com"
4142
                },
4143
                {
4144
                    "name": "Nette Community",
4145
                    "homepage": "https://nette.org/contributors"
4146
                }
4147
            ],
4148
            "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.2 features.",
4149
            "homepage": "https://nette.org",
4150
            "keywords": [
4151
                "code",
4152
                "nette",
4153
                "php",
4154
                "scaffolding"
4155
            ],
4156
            "time": "2018-04-26T16:48:20+00:00"
4157
        },
4158
        {
4159
            "name": "nette/robot-loader",
4160
            "version": "v3.0.3",
4161
            "source": {
4162
                "type": "git",
4163
                "url": "https://github.com/nette/robot-loader.git",
4164
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a"
4165
            },
4166
            "dist": {
4167
                "type": "zip",
4168
                "url": "https://api.github.com/repos/nette/robot-loader/zipball/92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
4169
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
4170
                "shasum": ""
4171
            },
4172
            "require": {
4173
                "ext-tokenizer": "*",
4174
                "nette/finder": "^2.3 || ^3.0",
4175
                "nette/utils": "^2.4 || ^3.0",
4176
                "php": ">=5.6.0"
4177
            },
4178
            "conflict": {
4179
                "nette/nette": "<2.2"
4180
            },
4181
            "require-dev": {
4182
                "nette/tester": "^2.0",
4183
                "tracy/tracy": "^2.3"
4184
            },
4185
            "type": "library",
4186
            "extra": {
4187
                "branch-alias": {
4188
                    "dev-master": "3.0-dev"
4189
                }
4190
            },
4191
            "autoload": {
4192
                "classmap": [
4193
                    "src/"
4194
                ]
4195
            },
4196
            "notification-url": "https://packagist.org/downloads/",
4197
            "license": [
4198
                "BSD-3-Clause",
4199
                "GPL-2.0",
4200
                "GPL-3.0"
4201
            ],
4202
            "authors": [
4203
                {
4204
                    "name": "David Grudl",
4205
                    "homepage": "https://davidgrudl.com"
4206
                },
4207
                {
4208
                    "name": "Nette Community",
4209
                    "homepage": "https://nette.org/contributors"
4210
                }
4211
            ],
4212
            "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
4213
            "homepage": "https://nette.org",
4214
            "keywords": [
4215
                "autoload",
4216
                "class",
4217
                "interface",
4218
                "nette",
4219
                "trait"
4220
            ],
4221
            "time": "2017-09-26T13:42:21+00:00"
4222
        },
4223
        {
4224
            "name": "nette/utils",
4225
            "version": "v2.5.1",
4226
            "source": {
4227
                "type": "git",
4228
                "url": "https://github.com/nette/utils.git",
4229
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc"
4230
            },
4231
            "dist": {
4232
                "type": "zip",
4233
                "url": "https://api.github.com/repos/nette/utils/zipball/8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
4234
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
4235
                "shasum": ""
4236
            },
4237
            "require": {
4238
                "php": ">=5.6.0"
4239
            },
4240
            "conflict": {
4241
                "nette/nette": "<2.2"
4242
            },
4243
            "require-dev": {
4244
                "nette/tester": "~2.0",
4245
                "tracy/tracy": "^2.3"
4246
            },
4247
            "suggest": {
4248
                "ext-gd": "to use Image",
4249
                "ext-iconv": "to use Strings::webalize() and toAscii()",
4250
                "ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
4251
                "ext-json": "to use Nette\\Utils\\Json",
4252
                "ext-mbstring": "to use Strings::lower() etc...",
4253
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
4254
            },
4255
            "type": "library",
4256
            "extra": {
4257
                "branch-alias": {
4258
                    "dev-master": "2.5-dev"
4259
                }
4260
            },
4261
            "autoload": {
4262
                "classmap": [
4263
                    "src/"
4264
                ],
4265
                "files": [
4266
                    "src/loader.php"
4267
                ]
4268
            },
4269
            "notification-url": "https://packagist.org/downloads/",
4270
            "license": [
4271
                "BSD-3-Clause",
4272
                "GPL-2.0",
4273
                "GPL-3.0"
4274
            ],
4275
            "authors": [
4276
                {
4277
                    "name": "David Grudl",
4278
                    "homepage": "https://davidgrudl.com"
4279
                },
4280
                {
4281
                    "name": "Nette Community",
4282
                    "homepage": "https://nette.org/contributors"
4283
                }
4284
            ],
4285
            "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
4286
            "homepage": "https://nette.org",
4287
            "keywords": [
4288
                "array",
4289
                "core",
4290
                "datetime",
4291
                "images",
4292
                "json",
4293
                "nette",
4294
                "paginator",
4295
                "password",
4296
                "slugify",
4297
                "string",
4298
                "unicode",
4299
                "utf-8",
4300
                "utility",
4301
                "validation"
4302
            ],
4303
            "time": "2018-02-19T14:42:42+00:00"
4304
        },
4305
        {
4306
            "name": "nikic/php-parser",
4307
            "version": "v3.1.5",
4308
            "source": {
4309
                "type": "git",
4310
                "url": "https://github.com/nikic/PHP-Parser.git",
4311
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
4312
            },
4313
            "dist": {
4314
                "type": "zip",
4315
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
4316
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
4317
                "shasum": ""
4318
            },
4319
            "require": {
4320
                "ext-tokenizer": "*",
4321
                "php": ">=5.5"
4322
            },
4323
            "require-dev": {
4324
                "phpunit/phpunit": "~4.0|~5.0"
4325
            },
4326
            "bin": [
4327
                "bin/php-parse"
4328
            ],
4329
            "type": "library",
4330
            "extra": {
4331
                "branch-alias": {
4332
                    "dev-master": "3.0-dev"
4333
                }
4334
            },
4335
            "autoload": {
4336
                "psr-4": {
4337
                    "PhpParser\\": "lib/PhpParser"
4338
                }
4339
            },
4340
            "notification-url": "https://packagist.org/downloads/",
4341
            "license": [
4342
                "BSD-3-Clause"
4343
            ],
4344
            "authors": [
4345
                {
4346
                    "name": "Nikita Popov"
4347
                }
4348
            ],
4349
            "description": "A PHP parser written in PHP",
4350
            "keywords": [
4351
                "parser",
4352
                "php"
4353
            ],
4354
            "time": "2018-02-28T20:30:58+00:00"
4355
        },
4356
        {
4357
            "name": "phar-io/manifest",
4358
            "version": "1.0.1",
4359
            "source": {
4360
                "type": "git",
4361
                "url": "https://github.com/phar-io/manifest.git",
4362
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
4363
            },
4364
            "dist": {
4365
                "type": "zip",
4366
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
4367
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
4368
                "shasum": ""
4369
            },
4370
            "require": {
4371
                "ext-dom": "*",
4372
                "ext-phar": "*",
4373
                "phar-io/version": "^1.0.1",
4374
                "php": "^5.6 || ^7.0"
4375
            },
4376
            "type": "library",
4377
            "extra": {
4378
                "branch-alias": {
4379
                    "dev-master": "1.0.x-dev"
4380
                }
4381
            },
4382
            "autoload": {
4383
                "classmap": [
4384
                    "src/"
4385
                ]
4386
            },
4387
            "notification-url": "https://packagist.org/downloads/",
4388
            "license": [
4389
                "BSD-3-Clause"
4390
            ],
4391
            "authors": [
4392
                {
4393
                    "name": "Arne Blankerts",
4394
                    "email": "[email protected]",
4395
                    "role": "Developer"
4396
                },
4397
                {
4398
                    "name": "Sebastian Heuer",
4399
                    "email": "[email protected]",
4400
                    "role": "Developer"
4401
                },
4402
                {
4403
                    "name": "Sebastian Bergmann",
4404
                    "email": "[email protected]",
4405
                    "role": "Developer"
4406
                }
4407
            ],
4408
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4409
            "time": "2017-03-05T18:14:27+00:00"
4410
        },
4411
        {
4412
            "name": "phar-io/version",
4413
            "version": "1.0.1",
4414
            "source": {
4415
                "type": "git",
4416
                "url": "https://github.com/phar-io/version.git",
4417
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
4418
            },
4419
            "dist": {
4420
                "type": "zip",
4421
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
4422
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
4423
                "shasum": ""
4424
            },
4425
            "require": {
4426
                "php": "^5.6 || ^7.0"
4427
            },
4428
            "type": "library",
4429
            "autoload": {
4430
                "classmap": [
4431
                    "src/"
4432
                ]
4433
            },
4434
            "notification-url": "https://packagist.org/downloads/",
4435
            "license": [
4436
                "BSD-3-Clause"
4437
            ],
4438
            "authors": [
4439
                {
4440
                    "name": "Arne Blankerts",
4441
                    "email": "[email protected]",
4442
                    "role": "Developer"
4443
                },
4444
                {
4445
                    "name": "Sebastian Heuer",
4446
                    "email": "[email protected]",
4447
                    "role": "Developer"
4448
                },
4449
                {
4450
                    "name": "Sebastian Bergmann",
4451
                    "email": "[email protected]",
4452
                    "role": "Developer"
4453
                }
4454
            ],
4455
            "description": "Library for handling version information and constraints",
4456
            "time": "2017-03-05T17:38:23+00:00"
4457
        },
4458
        {
4459
            "name": "php-coveralls/php-coveralls",
4460
            "version": "v2.0.0",
4461
            "source": {
4462
                "type": "git",
4463
                "url": "https://github.com/php-coveralls/php-coveralls.git",
4464
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
4465
            },
4466
            "dist": {
4467
                "type": "zip",
4468
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
4469
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
4470
                "shasum": ""
4471
            },
4472
            "require": {
4473
                "ext-json": "*",
4474
                "ext-simplexml": "*",
4475
                "guzzlehttp/guzzle": "^6.0",
4476
                "php": "^5.5 || ^7.0",
4477
                "psr/log": "^1.0",
4478
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
4479
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
4480
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
4481
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
4482
            },
4483
            "require-dev": {
4484
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
4485
            },
4486
            "suggest": {
4487
                "symfony/http-kernel": "Allows Symfony integration"
4488
            },
4489
            "bin": [
4490
                "bin/php-coveralls"
4491
            ],
4492
            "type": "library",
4493
            "extra": {
4494
                "branch-alias": {
4495
                    "dev-master": "2.0-dev"
4496
                }
4497
            },
4498
            "autoload": {
4499
                "psr-4": {
4500
                    "PhpCoveralls\\": "src/"
4501
                }
4502
            },
4503
            "notification-url": "https://packagist.org/downloads/",
4504
            "license": [
4505
                "MIT"
4506
            ],
4507
            "authors": [
4508
                {
4509
                    "name": "Kitamura Satoshi",
4510
                    "email": "[email protected]",
4511
                    "homepage": "https://www.facebook.com/satooshi.jp",
4512
                    "role": "Original creator"
4513
                },
4514
                {
4515
                    "name": "Takashi Matsuo",
4516
                    "email": "[email protected]"
4517
                },
4518
                {
4519
                    "name": "Google Inc"
4520
                },
4521
                {
4522
                    "name": "Dariusz Ruminski",
4523
                    "email": "[email protected]",
4524
                    "homepage": "https://github.com/keradus"
4525
                },
4526
                {
4527
                    "name": "Contributors",
4528
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
4529
                }
4530
            ],
4531
            "description": "PHP client library for Coveralls API",
4532
            "homepage": "https://github.com/php-coveralls/php-coveralls",
4533
            "keywords": [
4534
                "ci",
4535
                "coverage",
4536
                "github",
4537
                "test"
4538
            ],
4539
            "time": "2017-12-08T14:28:16+00:00"
4540
        },
4541
        {
4542
            "name": "phpdocumentor/reflection-common",
4543
            "version": "1.0.1",
4544
            "source": {
4545
                "type": "git",
4546
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4547
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4548
            },
4549
            "dist": {
4550
                "type": "zip",
4551
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4552
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4553
                "shasum": ""
4554
            },
4555
            "require": {
4556
                "php": ">=5.5"
4557
            },
4558
            "require-dev": {
4559
                "phpunit/phpunit": "^4.6"
4560
            },
4561
            "type": "library",
4562
            "extra": {
4563
                "branch-alias": {
4564
                    "dev-master": "1.0.x-dev"
4565
                }
4566
            },
4567
            "autoload": {
4568
                "psr-4": {
4569
                    "phpDocumentor\\Reflection\\": [
4570
                        "src"
4571
                    ]
4572
                }
4573
            },
4574
            "notification-url": "https://packagist.org/downloads/",
4575
            "license": [
4576
                "MIT"
4577
            ],
4578
            "authors": [
4579
                {
4580
                    "name": "Jaap van Otterdijk",
4581
                    "email": "[email protected]"
4582
                }
4583
            ],
4584
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4585
            "homepage": "http://www.phpdoc.org",
4586
            "keywords": [
4587
                "FQSEN",
4588
                "phpDocumentor",
4589
                "phpdoc",
4590
                "reflection",
4591
                "static analysis"
4592
            ],
4593
            "time": "2017-09-11T18:02:19+00:00"
4594
        },
4595
        {
4596
            "name": "phpdocumentor/reflection-docblock",
4597
            "version": "4.3.0",
4598
            "source": {
4599
                "type": "git",
4600
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4601
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
4602
            },
4603
            "dist": {
4604
                "type": "zip",
4605
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4606
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4607
                "shasum": ""
4608
            },
4609
            "require": {
4610
                "php": "^7.0",
4611
                "phpdocumentor/reflection-common": "^1.0.0",
4612
                "phpdocumentor/type-resolver": "^0.4.0",
4613
                "webmozart/assert": "^1.0"
4614
            },
4615
            "require-dev": {
4616
                "doctrine/instantiator": "~1.0.5",
4617
                "mockery/mockery": "^1.0",
4618
                "phpunit/phpunit": "^6.4"
4619
            },
4620
            "type": "library",
4621
            "extra": {
4622
                "branch-alias": {
4623
                    "dev-master": "4.x-dev"
4624
                }
4625
            },
4626
            "autoload": {
4627
                "psr-4": {
4628
                    "phpDocumentor\\Reflection\\": [
4629
                        "src/"
4630
                    ]
4631
                }
4632
            },
4633
            "notification-url": "https://packagist.org/downloads/",
4634
            "license": [
4635
                "MIT"
4636
            ],
4637
            "authors": [
4638
                {
4639
                    "name": "Mike van Riel",
4640
                    "email": "[email protected]"
4641
                }
4642
            ],
4643
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4644
            "time": "2017-11-30T07:14:17+00:00"
4645
        },
4646
        {
4647
            "name": "phpdocumentor/type-resolver",
4648
            "version": "0.4.0",
4649
            "source": {
4650
                "type": "git",
4651
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4652
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4653
            },
4654
            "dist": {
4655
                "type": "zip",
4656
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4657
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4658
                "shasum": ""
4659
            },
4660
            "require": {
4661
                "php": "^5.5 || ^7.0",
4662
                "phpdocumentor/reflection-common": "^1.0"
4663
            },
4664
            "require-dev": {
4665
                "mockery/mockery": "^0.9.4",
4666
                "phpunit/phpunit": "^5.2||^4.8.24"
4667
            },
4668
            "type": "library",
4669
            "extra": {
4670
                "branch-alias": {
4671
                    "dev-master": "1.0.x-dev"
4672
                }
4673
            },
4674
            "autoload": {
4675
                "psr-4": {
4676
                    "phpDocumentor\\Reflection\\": [
4677
                        "src/"
4678
                    ]
4679
                }
4680
            },
4681
            "notification-url": "https://packagist.org/downloads/",
4682
            "license": [
4683
                "MIT"
4684
            ],
4685
            "authors": [
4686
                {
4687
                    "name": "Mike van Riel",
4688
                    "email": "[email protected]"
4689
                }
4690
            ],
4691
            "time": "2017-07-14T14:27:02+00:00"
4692
        },
4693
        {
4694
            "name": "phpspec/prophecy",
4695
            "version": "1.7.6",
4696
            "source": {
4697
                "type": "git",
4698
                "url": "https://github.com/phpspec/prophecy.git",
4699
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
4700
            },
4701
            "dist": {
4702
                "type": "zip",
4703
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4704
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4705
                "shasum": ""
4706
            },
4707
            "require": {
4708
                "doctrine/instantiator": "^1.0.2",
4709
                "php": "^5.3|^7.0",
4710
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4711
                "sebastian/comparator": "^1.1|^2.0|^3.0",
4712
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4713
            },
4714
            "require-dev": {
4715
                "phpspec/phpspec": "^2.5|^3.2",
4716
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
4717
            },
4718
            "type": "library",
4719
            "extra": {
4720
                "branch-alias": {
4721
                    "dev-master": "1.7.x-dev"
4722
                }
4723
            },
4724
            "autoload": {
4725
                "psr-0": {
4726
                    "Prophecy\\": "src/"
4727
                }
4728
            },
4729
            "notification-url": "https://packagist.org/downloads/",
4730
            "license": [
4731
                "MIT"
4732
            ],
4733
            "authors": [
4734
                {
4735
                    "name": "Konstantin Kudryashov",
4736
                    "email": "[email protected]",
4737
                    "homepage": "http://everzet.com"
4738
                },
4739
                {
4740
                    "name": "Marcello Duarte",
4741
                    "email": "[email protected]"
4742
                }
4743
            ],
4744
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4745
            "homepage": "https://github.com/phpspec/prophecy",
4746
            "keywords": [
4747
                "Double",
4748
                "Dummy",
4749
                "fake",
4750
                "mock",
4751
                "spy",
4752
                "stub"
4753
            ],
4754
            "time": "2018-04-18T13:57:24+00:00"
4755
        },
4756
        {
4757
            "name": "phpstan/phpdoc-parser",
4758
            "version": "0.2",
4759
            "source": {
4760
                "type": "git",
4761
                "url": "https://github.com/phpstan/phpdoc-parser.git",
4762
                "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a"
4763
            },
4764
            "dist": {
4765
                "type": "zip",
4766
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/02f909f134fe06f0cd4790d8627ee24efbe84d6a",
4767
                "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a",
4768
                "shasum": ""
4769
            },
4770
            "require": {
4771
                "php": "~7.0"
4772
            },
4773
            "require-dev": {
4774
                "consistence/coding-standard": "^2.0.0",
4775
                "jakub-onderka/php-parallel-lint": "^0.9.2",
4776
                "phing/phing": "^2.16.0",
4777
                "phpstan/phpstan": "^0.9",
4778
                "phpunit/phpunit": "^6.3",
4779
                "slevomat/coding-standard": "^3.3.0"
4780
            },
4781
            "type": "library",
4782
            "extra": {
4783
                "branch-alias": {
4784
                    "dev-master": "0.1-dev"
4785
                }
4786
            },
4787
            "autoload": {
4788
                "psr-4": {
4789
                    "PHPStan\\PhpDocParser\\": [
4790
                        "src/"
4791
                    ]
4792
                }
4793
            },
4794
            "notification-url": "https://packagist.org/downloads/",
4795
            "license": [
4796
                "MIT"
4797
            ],
4798
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
4799
            "time": "2018-01-13T18:19:41+00:00"
4800
        },
4801
        {
4802
            "name": "phpstan/phpstan",
4803
            "version": "0.9.2",
4804
            "source": {
4805
                "type": "git",
4806
                "url": "https://github.com/phpstan/phpstan.git",
4807
                "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488"
4808
            },
4809
            "dist": {
4810
                "type": "zip",
4811
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e59541bcc7cac9b35ca54db6365bf377baf4a488",
4812
                "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488",
4813
                "shasum": ""
4814
            },
4815
            "require": {
4816
                "jean85/pretty-package-versions": "^1.0.3",
4817
                "nette/bootstrap": "^2.4 || ^3.0",
4818
                "nette/di": "^2.4.7 || ^3.0",
4819
                "nette/robot-loader": "^3.0.1",
4820
                "nette/utils": "^2.4.5 || ^3.0",
4821
                "nikic/php-parser": "^3.1",
4822
                "php": "~7.0",
4823
                "phpstan/phpdoc-parser": "^0.2",
4824
                "symfony/console": "~3.2 || ~4.0",
4825
                "symfony/finder": "~3.2 || ~4.0"
4826
            },
4827
            "require-dev": {
4828
                "consistence/coding-standard": "2.2.1",
4829
                "ext-gd": "*",
4830
                "ext-intl": "*",
4831
                "ext-mysqli": "*",
4832
                "jakub-onderka/php-parallel-lint": "^0.9.2",
4833
                "phing/phing": "^2.16.0",
4834
                "phpstan/phpstan-php-parser": "^0.9",
4835
                "phpstan/phpstan-phpunit": "^0.9.3",
4836
                "phpstan/phpstan-strict-rules": "^0.9",
4837
                "phpunit/phpunit": "^6.5.4",
4838
                "slevomat/coding-standard": "4.0.0"
4839
            },
4840
            "bin": [
4841
                "bin/phpstan"
4842
            ],
4843
            "type": "library",
4844
            "extra": {
4845
                "branch-alias": {
4846
                    "dev-master": "0.9-dev"
4847
                }
4848
            },
4849
            "autoload": {
4850
                "psr-4": {
4851
                    "PHPStan\\": [
4852
                        "src/",
4853
                        "build/PHPStan"
4854
                    ]
4855
                }
4856
            },
4857
            "notification-url": "https://packagist.org/downloads/",
4858
            "license": [
4859
                "MIT"
4860
            ],
4861
            "description": "PHPStan - PHP Static Analysis Tool",
4862
            "time": "2018-01-28T13:22:19+00:00"
4863
        },
4864
        {
4865
            "name": "phpunit/php-code-coverage",
4866
            "version": "6.0.4",
4867
            "source": {
4868
                "type": "git",
4869
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4870
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca"
4871
            },
4872
            "dist": {
4873
                "type": "zip",
4874
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52187754b0eed0b8159f62a6fa30073327e8c2ca",
4875
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca",
4876
                "shasum": ""
4877
            },
4878
            "require": {
4879
                "ext-dom": "*",
4880
                "ext-xmlwriter": "*",
4881
                "php": "^7.1",
4882
                "phpunit/php-file-iterator": "^1.4.2",
4883
                "phpunit/php-text-template": "^1.2.1",
4884
                "phpunit/php-token-stream": "^3.0",
4885
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4886
                "sebastian/environment": "^3.1",
4887
                "sebastian/version": "^2.0.1",
4888
                "theseer/tokenizer": "^1.1"
4889
            },
4890
            "require-dev": {
4891
                "phpunit/phpunit": "^7.0"
4892
            },
4893
            "suggest": {
4894
                "ext-xdebug": "^2.6.0"
4895
            },
4896
            "type": "library",
4897
            "extra": {
4898
                "branch-alias": {
4899
                    "dev-master": "6.0-dev"
4900
                }
4901
            },
4902
            "autoload": {
4903
                "classmap": [
4904
                    "src/"
4905
                ]
4906
            },
4907
            "notification-url": "https://packagist.org/downloads/",
4908
            "license": [
4909
                "BSD-3-Clause"
4910
            ],
4911
            "authors": [
4912
                {
4913
                    "name": "Sebastian Bergmann",
4914
                    "email": "[email protected]",
4915
                    "role": "lead"
4916
                }
4917
            ],
4918
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4919
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4920
            "keywords": [
4921
                "coverage",
4922
                "testing",
4923
                "xunit"
4924
            ],
4925
            "time": "2018-04-29T14:59:09+00:00"
4926
        },
4927
        {
4928
            "name": "phpunit/php-file-iterator",
4929
            "version": "1.4.5",
4930
            "source": {
4931
                "type": "git",
4932
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4933
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4934
            },
4935
            "dist": {
4936
                "type": "zip",
4937
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4938
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4939
                "shasum": ""
4940
            },
4941
            "require": {
4942
                "php": ">=5.3.3"
4943
            },
4944
            "type": "library",
4945
            "extra": {
4946
                "branch-alias": {
4947
                    "dev-master": "1.4.x-dev"
4948
                }
4949
            },
4950
            "autoload": {
4951
                "classmap": [
4952
                    "src/"
4953
                ]
4954
            },
4955
            "notification-url": "https://packagist.org/downloads/",
4956
            "license": [
4957
                "BSD-3-Clause"
4958
            ],
4959
            "authors": [
4960
                {
4961
                    "name": "Sebastian Bergmann",
4962
                    "email": "[email protected]",
4963
                    "role": "lead"
4964
                }
4965
            ],
4966
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4967
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4968
            "keywords": [
4969
                "filesystem",
4970
                "iterator"
4971
            ],
4972
            "time": "2017-11-27T13:52:08+00:00"
4973
        },
4974
        {
4975
            "name": "phpunit/php-text-template",
4976
            "version": "1.2.1",
4977
            "source": {
4978
                "type": "git",
4979
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4980
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4981
            },
4982
            "dist": {
4983
                "type": "zip",
4984
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4985
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4986
                "shasum": ""
4987
            },
4988
            "require": {
4989
                "php": ">=5.3.3"
4990
            },
4991
            "type": "library",
4992
            "autoload": {
4993
                "classmap": [
4994
                    "src/"
4995
                ]
4996
            },
4997
            "notification-url": "https://packagist.org/downloads/",
4998
            "license": [
4999
                "BSD-3-Clause"
5000
            ],
5001
            "authors": [
5002
                {
5003
                    "name": "Sebastian Bergmann",
5004
                    "email": "[email protected]",
5005
                    "role": "lead"
5006
                }
5007
            ],
5008
            "description": "Simple template engine.",
5009
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5010
            "keywords": [
5011
                "template"
5012
            ],
5013
            "time": "2015-06-21T13:50:34+00:00"
5014
        },
5015
        {
5016
            "name": "phpunit/php-timer",
5017
            "version": "2.0.0",
5018
            "source": {
5019
                "type": "git",
5020
                "url": "https://github.com/sebastianbergmann/php-timer.git",
5021
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
5022
            },
5023
            "dist": {
5024
                "type": "zip",
5025
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
5026
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
5027
                "shasum": ""
5028
            },
5029
            "require": {
5030
                "php": "^7.1"
5031
            },
5032
            "require-dev": {
5033
                "phpunit/phpunit": "^7.0"
5034
            },
5035
            "type": "library",
5036
            "extra": {
5037
                "branch-alias": {
5038
                    "dev-master": "2.0-dev"
5039
                }
5040
            },
5041
            "autoload": {
5042
                "classmap": [
5043
                    "src/"
5044
                ]
5045
            },
5046
            "notification-url": "https://packagist.org/downloads/",
5047
            "license": [
5048
                "BSD-3-Clause"
5049
            ],
5050
            "authors": [
5051
                {
5052
                    "name": "Sebastian Bergmann",
5053
                    "email": "[email protected]",
5054
                    "role": "lead"
5055
                }
5056
            ],
5057
            "description": "Utility class for timing",
5058
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5059
            "keywords": [
5060
                "timer"
5061
            ],
5062
            "time": "2018-02-01T13:07:23+00:00"
5063
        },
5064
        {
5065
            "name": "phpunit/php-token-stream",
5066
            "version": "3.0.0",
5067
            "source": {
5068
                "type": "git",
5069
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5070
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
5071
            },
5072
            "dist": {
5073
                "type": "zip",
5074
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5075
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5076
                "shasum": ""
5077
            },
5078
            "require": {
5079
                "ext-tokenizer": "*",
5080
                "php": "^7.1"
5081
            },
5082
            "require-dev": {
5083
                "phpunit/phpunit": "^7.0"
5084
            },
5085
            "type": "library",
5086
            "extra": {
5087
                "branch-alias": {
5088
                    "dev-master": "3.0-dev"
5089
                }
5090
            },
5091
            "autoload": {
5092
                "classmap": [
5093
                    "src/"
5094
                ]
5095
            },
5096
            "notification-url": "https://packagist.org/downloads/",
5097
            "license": [
5098
                "BSD-3-Clause"
5099
            ],
5100
            "authors": [
5101
                {
5102
                    "name": "Sebastian Bergmann",
5103
                    "email": "[email protected]"
5104
                }
5105
            ],
5106
            "description": "Wrapper around PHP's tokenizer extension.",
5107
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5108
            "keywords": [
5109
                "tokenizer"
5110
            ],
5111
            "time": "2018-02-01T13:16:43+00:00"
5112
        },
5113
        {
5114
            "name": "phpunit/phpunit",
5115
            "version": "7.1.5",
5116
            "source": {
5117
                "type": "git",
5118
                "url": "https://github.com/sebastianbergmann/phpunit.git",
5119
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435"
5120
            },
5121
            "dist": {
5122
                "type": "zip",
5123
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435",
5124
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435",
5125
                "shasum": ""
5126
            },
5127
            "require": {
5128
                "ext-dom": "*",
5129
                "ext-json": "*",
5130
                "ext-libxml": "*",
5131
                "ext-mbstring": "*",
5132
                "ext-xml": "*",
5133
                "myclabs/deep-copy": "^1.6.1",
5134
                "phar-io/manifest": "^1.0.1",
5135
                "phar-io/version": "^1.0",
5136
                "php": "^7.1",
5137
                "phpspec/prophecy": "^1.7",
5138
                "phpunit/php-code-coverage": "^6.0.1",
5139
                "phpunit/php-file-iterator": "^1.4.3",
5140
                "phpunit/php-text-template": "^1.2.1",
5141
                "phpunit/php-timer": "^2.0",
5142
                "phpunit/phpunit-mock-objects": "^6.1.1",
5143
                "sebastian/comparator": "^3.0",
5144
                "sebastian/diff": "^3.0",
5145
                "sebastian/environment": "^3.1",
5146
                "sebastian/exporter": "^3.1",
5147
                "sebastian/global-state": "^2.0",
5148
                "sebastian/object-enumerator": "^3.0.3",
5149
                "sebastian/resource-operations": "^1.0",
5150
                "sebastian/version": "^2.0.1"
5151
            },
5152
            "require-dev": {
5153
                "ext-pdo": "*"
5154
            },
5155
            "suggest": {
5156
                "ext-xdebug": "*",
5157
                "phpunit/php-invoker": "^2.0"
5158
            },
5159
            "bin": [
5160
                "phpunit"
5161
            ],
5162
            "type": "library",
5163
            "extra": {
5164
                "branch-alias": {
5165
                    "dev-master": "7.1-dev"
5166
                }
5167
            },
5168
            "autoload": {
5169
                "classmap": [
5170
                    "src/"
5171
                ]
5172
            },
5173
            "notification-url": "https://packagist.org/downloads/",
5174
            "license": [
5175
                "BSD-3-Clause"
5176
            ],
5177
            "authors": [
5178
                {
5179
                    "name": "Sebastian Bergmann",
5180
                    "email": "[email protected]",
5181
                    "role": "lead"
5182
                }
5183
            ],
5184
            "description": "The PHP Unit Testing framework.",
5185
            "homepage": "https://phpunit.de/",
5186
            "keywords": [
5187
                "phpunit",
5188
                "testing",
5189
                "xunit"
5190
            ],
5191
            "time": "2018-04-29T15:09:19+00:00"
5192
        },
5193
        {
5194
            "name": "phpunit/phpunit-mock-objects",
5195
            "version": "6.1.1",
5196
            "source": {
5197
                "type": "git",
5198
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
5199
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157"
5200
            },
5201
            "dist": {
5202
                "type": "zip",
5203
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157",
5204
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157",
5205
                "shasum": ""
5206
            },
5207
            "require": {
5208
                "doctrine/instantiator": "^1.0.5",
5209
                "php": "^7.1",
5210
                "phpunit/php-text-template": "^1.2.1",
5211
                "sebastian/exporter": "^3.1"
5212
            },
5213
            "require-dev": {
5214
                "phpunit/phpunit": "^7.0"
5215
            },
5216
            "suggest": {
5217
                "ext-soap": "*"
5218
            },
5219
            "type": "library",
5220
            "extra": {
5221
                "branch-alias": {
5222
                    "dev-master": "6.1-dev"
5223
                }
5224
            },
5225
            "autoload": {
5226
                "classmap": [
5227
                    "src/"
5228
                ]
5229
            },
5230
            "notification-url": "https://packagist.org/downloads/",
5231
            "license": [
5232
                "BSD-3-Clause"
5233
            ],
5234
            "authors": [
5235
                {
5236
                    "name": "Sebastian Bergmann",
5237
                    "email": "[email protected]",
5238
                    "role": "lead"
5239
                }
5240
            ],
5241
            "description": "Mock Object library for PHPUnit",
5242
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5243
            "keywords": [
5244
                "mock",
5245
                "xunit"
5246
            ],
5247
            "time": "2018-04-11T04:50:36+00:00"
5248
        },
5249
        {
5250
            "name": "sebastian/code-unit-reverse-lookup",
5251
            "version": "1.0.1",
5252
            "source": {
5253
                "type": "git",
5254
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5255
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5256
            },
5257
            "dist": {
5258
                "type": "zip",
5259
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5260
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5261
                "shasum": ""
5262
            },
5263
            "require": {
5264
                "php": "^5.6 || ^7.0"
5265
            },
5266
            "require-dev": {
5267
                "phpunit/phpunit": "^5.7 || ^6.0"
5268
            },
5269
            "type": "library",
5270
            "extra": {
5271
                "branch-alias": {
5272
                    "dev-master": "1.0.x-dev"
5273
                }
5274
            },
5275
            "autoload": {
5276
                "classmap": [
5277
                    "src/"
5278
                ]
5279
            },
5280
            "notification-url": "https://packagist.org/downloads/",
5281
            "license": [
5282
                "BSD-3-Clause"
5283
            ],
5284
            "authors": [
5285
                {
5286
                    "name": "Sebastian Bergmann",
5287
                    "email": "[email protected]"
5288
                }
5289
            ],
5290
            "description": "Looks up which function or method a line of code belongs to",
5291
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5292
            "time": "2017-03-04T06:30:41+00:00"
5293
        },
5294
        {
5295
            "name": "sebastian/comparator",
5296
            "version": "3.0.0",
5297
            "source": {
5298
                "type": "git",
5299
                "url": "https://github.com/sebastianbergmann/comparator.git",
5300
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5"
5301
            },
5302
            "dist": {
5303
                "type": "zip",
5304
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
5305
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
5306
                "shasum": ""
5307
            },
5308
            "require": {
5309
                "php": "^7.1",
5310
                "sebastian/diff": "^3.0",
5311
                "sebastian/exporter": "^3.1"
5312
            },
5313
            "require-dev": {
5314
                "phpunit/phpunit": "^7.1"
5315
            },
5316
            "type": "library",
5317
            "extra": {
5318
                "branch-alias": {
5319
                    "dev-master": "3.0-dev"
5320
                }
5321
            },
5322
            "autoload": {
5323
                "classmap": [
5324
                    "src/"
5325
                ]
5326
            },
5327
            "notification-url": "https://packagist.org/downloads/",
5328
            "license": [
5329
                "BSD-3-Clause"
5330
            ],
5331
            "authors": [
5332
                {
5333
                    "name": "Jeff Welch",
5334
                    "email": "[email protected]"
5335
                },
5336
                {
5337
                    "name": "Volker Dusch",
5338
                    "email": "[email protected]"
5339
                },
5340
                {
5341
                    "name": "Bernhard Schussek",
5342
                    "email": "[email protected]"
5343
                },
5344
                {
5345
                    "name": "Sebastian Bergmann",
5346
                    "email": "[email protected]"
5347
                }
5348
            ],
5349
            "description": "Provides the functionality to compare PHP values for equality",
5350
            "homepage": "https://github.com/sebastianbergmann/comparator",
5351
            "keywords": [
5352
                "comparator",
5353
                "compare",
5354
                "equality"
5355
            ],
5356
            "time": "2018-04-18T13:33:00+00:00"
5357
        },
5358
        {
5359
            "name": "sebastian/diff",
5360
            "version": "3.0.0",
5361
            "source": {
5362
                "type": "git",
5363
                "url": "https://github.com/sebastianbergmann/diff.git",
5364
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
5365
            },
5366
            "dist": {
5367
                "type": "zip",
5368
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
5369
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
5370
                "shasum": ""
5371
            },
5372
            "require": {
5373
                "php": "^7.1"
5374
            },
5375
            "require-dev": {
5376
                "phpunit/phpunit": "^7.0",
5377
                "symfony/process": "^2 || ^3.3 || ^4"
5378
            },
5379
            "type": "library",
5380
            "extra": {
5381
                "branch-alias": {
5382
                    "dev-master": "3.0-dev"
5383
                }
5384
            },
5385
            "autoload": {
5386
                "classmap": [
5387
                    "src/"
5388
                ]
5389
            },
5390
            "notification-url": "https://packagist.org/downloads/",
5391
            "license": [
5392
                "BSD-3-Clause"
5393
            ],
5394
            "authors": [
5395
                {
5396
                    "name": "Kore Nordmann",
5397
                    "email": "[email protected]"
5398
                },
5399
                {
5400
                    "name": "Sebastian Bergmann",
5401
                    "email": "[email protected]"
5402
                }
5403
            ],
5404
            "description": "Diff implementation",
5405
            "homepage": "https://github.com/sebastianbergmann/diff",
5406
            "keywords": [
5407
                "diff",
5408
                "udiff",
5409
                "unidiff",
5410
                "unified diff"
5411
            ],
5412
            "time": "2018-02-01T13:45:15+00:00"
5413
        },
5414
        {
5415
            "name": "sebastian/environment",
5416
            "version": "3.1.0",
5417
            "source": {
5418
                "type": "git",
5419
                "url": "https://github.com/sebastianbergmann/environment.git",
5420
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
5421
            },
5422
            "dist": {
5423
                "type": "zip",
5424
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5425
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5426
                "shasum": ""
5427
            },
5428
            "require": {
5429
                "php": "^7.0"
5430
            },
5431
            "require-dev": {
5432
                "phpunit/phpunit": "^6.1"
5433
            },
5434
            "type": "library",
5435
            "extra": {
5436
                "branch-alias": {
5437
                    "dev-master": "3.1.x-dev"
5438
                }
5439
            },
5440
            "autoload": {
5441
                "classmap": [
5442
                    "src/"
5443
                ]
5444
            },
5445
            "notification-url": "https://packagist.org/downloads/",
5446
            "license": [
5447
                "BSD-3-Clause"
5448
            ],
5449
            "authors": [
5450
                {
5451
                    "name": "Sebastian Bergmann",
5452
                    "email": "[email protected]"
5453
                }
5454
            ],
5455
            "description": "Provides functionality to handle HHVM/PHP environments",
5456
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5457
            "keywords": [
5458
                "Xdebug",
5459
                "environment",
5460
                "hhvm"
5461
            ],
5462
            "time": "2017-07-01T08:51:00+00:00"
5463
        },
5464
        {
5465
            "name": "sebastian/exporter",
5466
            "version": "3.1.0",
5467
            "source": {
5468
                "type": "git",
5469
                "url": "https://github.com/sebastianbergmann/exporter.git",
5470
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
5471
            },
5472
            "dist": {
5473
                "type": "zip",
5474
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
5475
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
5476
                "shasum": ""
5477
            },
5478
            "require": {
5479
                "php": "^7.0",
5480
                "sebastian/recursion-context": "^3.0"
5481
            },
5482
            "require-dev": {
5483
                "ext-mbstring": "*",
5484
                "phpunit/phpunit": "^6.0"
5485
            },
5486
            "type": "library",
5487
            "extra": {
5488
                "branch-alias": {
5489
                    "dev-master": "3.1.x-dev"
5490
                }
5491
            },
5492
            "autoload": {
5493
                "classmap": [
5494
                    "src/"
5495
                ]
5496
            },
5497
            "notification-url": "https://packagist.org/downloads/",
5498
            "license": [
5499
                "BSD-3-Clause"
5500
            ],
5501
            "authors": [
5502
                {
5503
                    "name": "Jeff Welch",
5504
                    "email": "[email protected]"
5505
                },
5506
                {
5507
                    "name": "Volker Dusch",
5508
                    "email": "[email protected]"
5509
                },
5510
                {
5511
                    "name": "Bernhard Schussek",
5512
                    "email": "[email protected]"
5513
                },
5514
                {
5515
                    "name": "Sebastian Bergmann",
5516
                    "email": "[email protected]"
5517
                },
5518
                {
5519
                    "name": "Adam Harvey",
5520
                    "email": "[email protected]"
5521
                }
5522
            ],
5523
            "description": "Provides the functionality to export PHP variables for visualization",
5524
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5525
            "keywords": [
5526
                "export",
5527
                "exporter"
5528
            ],
5529
            "time": "2017-04-03T13:19:02+00:00"
5530
        },
5531
        {
5532
            "name": "sebastian/global-state",
5533
            "version": "2.0.0",
5534
            "source": {
5535
                "type": "git",
5536
                "url": "https://github.com/sebastianbergmann/global-state.git",
5537
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5538
            },
5539
            "dist": {
5540
                "type": "zip",
5541
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5542
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5543
                "shasum": ""
5544
            },
5545
            "require": {
5546
                "php": "^7.0"
5547
            },
5548
            "require-dev": {
5549
                "phpunit/phpunit": "^6.0"
5550
            },
5551
            "suggest": {
5552
                "ext-uopz": "*"
5553
            },
5554
            "type": "library",
5555
            "extra": {
5556
                "branch-alias": {
5557
                    "dev-master": "2.0-dev"
5558
                }
5559
            },
5560
            "autoload": {
5561
                "classmap": [
5562
                    "src/"
5563
                ]
5564
            },
5565
            "notification-url": "https://packagist.org/downloads/",
5566
            "license": [
5567
                "BSD-3-Clause"
5568
            ],
5569
            "authors": [
5570
                {
5571
                    "name": "Sebastian Bergmann",
5572
                    "email": "[email protected]"
5573
                }
5574
            ],
5575
            "description": "Snapshotting of global state",
5576
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5577
            "keywords": [
5578
                "global state"
5579
            ],
5580
            "time": "2017-04-27T15:39:26+00:00"
5581
        },
5582
        {
5583
            "name": "sebastian/object-enumerator",
5584
            "version": "3.0.3",
5585
            "source": {
5586
                "type": "git",
5587
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5588
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5589
            },
5590
            "dist": {
5591
                "type": "zip",
5592
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5593
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5594
                "shasum": ""
5595
            },
5596
            "require": {
5597
                "php": "^7.0",
5598
                "sebastian/object-reflector": "^1.1.1",
5599
                "sebastian/recursion-context": "^3.0"
5600
            },
5601
            "require-dev": {
5602
                "phpunit/phpunit": "^6.0"
5603
            },
5604
            "type": "library",
5605
            "extra": {
5606
                "branch-alias": {
5607
                    "dev-master": "3.0.x-dev"
5608
                }
5609
            },
5610
            "autoload": {
5611
                "classmap": [
5612
                    "src/"
5613
                ]
5614
            },
5615
            "notification-url": "https://packagist.org/downloads/",
5616
            "license": [
5617
                "BSD-3-Clause"
5618
            ],
5619
            "authors": [
5620
                {
5621
                    "name": "Sebastian Bergmann",
5622
                    "email": "[email protected]"
5623
                }
5624
            ],
5625
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5626
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5627
            "time": "2017-08-03T12:35:26+00:00"
5628
        },
5629
        {
5630
            "name": "sebastian/object-reflector",
5631
            "version": "1.1.1",
5632
            "source": {
5633
                "type": "git",
5634
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5635
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5636
            },
5637
            "dist": {
5638
                "type": "zip",
5639
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5640
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5641
                "shasum": ""
5642
            },
5643
            "require": {
5644
                "php": "^7.0"
5645
            },
5646
            "require-dev": {
5647
                "phpunit/phpunit": "^6.0"
5648
            },
5649
            "type": "library",
5650
            "extra": {
5651
                "branch-alias": {
5652
                    "dev-master": "1.1-dev"
5653
                }
5654
            },
5655
            "autoload": {
5656
                "classmap": [
5657
                    "src/"
5658
                ]
5659
            },
5660
            "notification-url": "https://packagist.org/downloads/",
5661
            "license": [
5662
                "BSD-3-Clause"
5663
            ],
5664
            "authors": [
5665
                {
5666
                    "name": "Sebastian Bergmann",
5667
                    "email": "[email protected]"
5668
                }
5669
            ],
5670
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5671
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5672
            "time": "2017-03-29T09:07:27+00:00"
5673
        },
5674
        {
5675
            "name": "sebastian/recursion-context",
5676
            "version": "3.0.0",
5677
            "source": {
5678
                "type": "git",
5679
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5680
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5681
            },
5682
            "dist": {
5683
                "type": "zip",
5684
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5685
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5686
                "shasum": ""
5687
            },
5688
            "require": {
5689
                "php": "^7.0"
5690
            },
5691
            "require-dev": {
5692
                "phpunit/phpunit": "^6.0"
5693
            },
5694
            "type": "library",
5695
            "extra": {
5696
                "branch-alias": {
5697
                    "dev-master": "3.0.x-dev"
5698
                }
5699
            },
5700
            "autoload": {
5701
                "classmap": [
5702
                    "src/"
5703
                ]
5704
            },
5705
            "notification-url": "https://packagist.org/downloads/",
5706
            "license": [
5707
                "BSD-3-Clause"
5708
            ],
5709
            "authors": [
5710
                {
5711
                    "name": "Jeff Welch",
5712
                    "email": "[email protected]"
5713
                },
5714
                {
5715
                    "name": "Sebastian Bergmann",
5716
                    "email": "[email protected]"
5717
                },
5718
                {
5719
                    "name": "Adam Harvey",
5720
                    "email": "[email protected]"
5721
                }
5722
            ],
5723
            "description": "Provides functionality to recursively process PHP variables",
5724
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5725
            "time": "2017-03-03T06:23:57+00:00"
5726
        },
5727
        {
5728
            "name": "sebastian/resource-operations",
5729
            "version": "1.0.0",
5730
            "source": {
5731
                "type": "git",
5732
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5733
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5734
            },
5735
            "dist": {
5736
                "type": "zip",
5737
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5738
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5739
                "shasum": ""
5740
            },
5741
            "require": {
5742
                "php": ">=5.6.0"
5743
            },
5744
            "type": "library",
5745
            "extra": {
5746
                "branch-alias": {
5747
                    "dev-master": "1.0.x-dev"
5748
                }
5749
            },
5750
            "autoload": {
5751
                "classmap": [
5752
                    "src/"
5753
                ]
5754
            },
5755
            "notification-url": "https://packagist.org/downloads/",
5756
            "license": [
5757
                "BSD-3-Clause"
5758
            ],
5759
            "authors": [
5760
                {
5761
                    "name": "Sebastian Bergmann",
5762
                    "email": "[email protected]"
5763
                }
5764
            ],
5765
            "description": "Provides a list of PHP built-in functions that operate on resources",
5766
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5767
            "time": "2015-07-28T20:34:47+00:00"
5768
        },
5769
        {
5770
            "name": "sebastian/version",
5771
            "version": "2.0.1",
5772
            "source": {
5773
                "type": "git",
5774
                "url": "https://github.com/sebastianbergmann/version.git",
5775
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5776
            },
5777
            "dist": {
5778
                "type": "zip",
5779
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5780
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5781
                "shasum": ""
5782
            },
5783
            "require": {
5784
                "php": ">=5.6"
5785
            },
5786
            "type": "library",
5787
            "extra": {
5788
                "branch-alias": {
5789
                    "dev-master": "2.0.x-dev"
5790
                }
5791
            },
5792
            "autoload": {
5793
                "classmap": [
5794
                    "src/"
5795
                ]
5796
            },
5797
            "notification-url": "https://packagist.org/downloads/",
5798
            "license": [
5799
                "BSD-3-Clause"
5800
            ],
5801
            "authors": [
5802
                {
5803
                    "name": "Sebastian Bergmann",
5804
                    "email": "[email protected]",
5805
                    "role": "lead"
5806
                }
5807
            ],
5808
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5809
            "homepage": "https://github.com/sebastianbergmann/version",
5810
            "time": "2016-10-03T07:35:21+00:00"
5811
        },
5812
        {
5813
            "name": "squizlabs/php_codesniffer",
5814
            "version": "3.2.3",
5815
            "source": {
5816
                "type": "git",
5817
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5818
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
5819
            },
5820
            "dist": {
5821
                "type": "zip",
5822
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
5823
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
5824
                "shasum": ""
5825
            },
5826
            "require": {
5827
                "ext-simplexml": "*",
5828
                "ext-tokenizer": "*",
5829
                "ext-xmlwriter": "*",
5830
                "php": ">=5.4.0"
5831
            },
5832
            "require-dev": {
5833
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5834
            },
5835
            "bin": [
5836
                "bin/phpcs",
5837
                "bin/phpcbf"
5838
            ],
5839
            "type": "library",
5840
            "extra": {
5841
                "branch-alias": {
5842
                    "dev-master": "3.x-dev"
5843
                }
5844
            },
5845
            "notification-url": "https://packagist.org/downloads/",
5846
            "license": [
5847
                "BSD-3-Clause"
5848
            ],
5849
            "authors": [
5850
                {
5851
                    "name": "Greg Sherwood",
5852
                    "role": "lead"
5853
                }
5854
            ],
5855
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5856
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5857
            "keywords": [
5858
                "phpcs",
5859
                "standards"
5860
            ],
5861
            "time": "2018-02-20T21:35:23+00:00"
5862
        },
5863
        {
5864
            "name": "symfony/dotenv",
5865
            "version": "v4.0.9",
5866
            "source": {
5867
                "type": "git",
5868
                "url": "https://github.com/symfony/dotenv.git",
5869
                "reference": "afb6923923e22874dac20bd042167ccb8df1d158"
5870
            },
5871
            "dist": {
5872
                "type": "zip",
5873
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/afb6923923e22874dac20bd042167ccb8df1d158",
5874
                "reference": "afb6923923e22874dac20bd042167ccb8df1d158",
5875
                "shasum": ""
5876
            },
5877
            "require": {
5878
                "php": "^7.1.3"
5879
            },
5880
            "require-dev": {
5881
                "symfony/process": "~3.4|~4.0"
5882
            },
5883
            "type": "library",
5884
            "extra": {
5885
                "branch-alias": {
5886
                    "dev-master": "4.0-dev"
5887
                }
5888
            },
5889
            "autoload": {
5890
                "psr-4": {
5891
                    "Symfony\\Component\\Dotenv\\": ""
5892
                },
5893
                "exclude-from-classmap": [
5894
                    "/Tests/"
5895
                ]
5896
            },
5897
            "notification-url": "https://packagist.org/downloads/",
5898
            "license": [
5899
                "MIT"
5900
            ],
5901
            "authors": [
5902
                {
5903
                    "name": "Fabien Potencier",
5904
                    "email": "[email protected]"
5905
                },
5906
                {
5907
                    "name": "Symfony Community",
5908
                    "homepage": "https://symfony.com/contributors"
5909
                }
5910
            ],
5911
            "description": "Registers environment variables from a .env file",
5912
            "homepage": "https://symfony.com",
5913
            "keywords": [
5914
                "dotenv",
5915
                "env",
5916
                "environment"
5917
            ],
5918
            "time": "2018-01-03T17:15:19+00:00"
5919
        },
5920
        {
5921
            "name": "symfony/process",
5922
            "version": "v4.0.9",
5923
            "source": {
5924
                "type": "git",
5925
                "url": "https://github.com/symfony/process.git",
5926
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
5927
            },
5928
            "dist": {
5929
                "type": "zip",
5930
                "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
5931
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
5932
                "shasum": ""
5933
            },
5934
            "require": {
5935
                "php": "^7.1.3"
5936
            },
5937
            "type": "library",
5938
            "extra": {
5939
                "branch-alias": {
5940
                    "dev-master": "4.0-dev"
5941
                }
5942
            },
5943
            "autoload": {
5944
                "psr-4": {
5945
                    "Symfony\\Component\\Process\\": ""
5946
                },
5947
                "exclude-from-classmap": [
5948
                    "/Tests/"
5949
                ]
5950
            },
5951
            "notification-url": "https://packagist.org/downloads/",
5952
            "license": [
5953
                "MIT"
5954
            ],
5955
            "authors": [
5956
                {
5957
                    "name": "Fabien Potencier",
5958
                    "email": "[email protected]"
5959
                },
5960
                {
5961
                    "name": "Symfony Community",
5962
                    "homepage": "https://symfony.com/contributors"
5963
                }
5964
            ],
5965
            "description": "Symfony Process Component",
5966
            "homepage": "https://symfony.com",
5967
            "time": "2018-04-03T05:24:00+00:00"
5968
        },
5969
        {
5970
            "name": "symfony/stopwatch",
5971
            "version": "v4.0.9",
5972
            "source": {
5973
                "type": "git",
5974
                "url": "https://github.com/symfony/stopwatch.git",
5975
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042"
5976
            },
5977
            "dist": {
5978
                "type": "zip",
5979
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6795ffa2f8eebedac77f045aa62c0c10b2763042",
5980
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042",
5981
                "shasum": ""
5982
            },
5983
            "require": {
5984
                "php": "^7.1.3"
5985
            },
5986
            "type": "library",
5987
            "extra": {
5988
                "branch-alias": {
5989
                    "dev-master": "4.0-dev"
5990
                }
5991
            },
5992
            "autoload": {
5993
                "psr-4": {
5994
                    "Symfony\\Component\\Stopwatch\\": ""
5995
                },
5996
                "exclude-from-classmap": [
5997
                    "/Tests/"
5998
                ]
5999
            },
6000
            "notification-url": "https://packagist.org/downloads/",
6001
            "license": [
6002
                "MIT"
6003
            ],
6004
            "authors": [
6005
                {
6006
                    "name": "Fabien Potencier",
6007
                    "email": "[email protected]"
6008
                },
6009
                {
6010
                    "name": "Symfony Community",
6011
                    "homepage": "https://symfony.com/contributors"
6012
                }
6013
            ],
6014
            "description": "Symfony Stopwatch Component",
6015
            "homepage": "https://symfony.com",
6016
            "time": "2018-02-19T16:50:22+00:00"
6017
        },
6018
        {
6019
            "name": "symfony/web-server-bundle",
6020
            "version": "v4.0.9",
6021
            "source": {
6022
                "type": "git",
6023
                "url": "https://github.com/symfony/web-server-bundle.git",
6024
                "reference": "20ad52df8164d2eae029e6bb24356956c52380be"
6025
            },
6026
            "dist": {
6027
                "type": "zip",
6028
                "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/20ad52df8164d2eae029e6bb24356956c52380be",
6029
                "reference": "20ad52df8164d2eae029e6bb24356956c52380be",
6030
                "shasum": ""
6031
            },
6032
            "require": {
6033
                "php": "^7.1.3",
6034
                "symfony/config": "~3.4|~4.0",
6035
                "symfony/console": "~3.4|~4.0",
6036
                "symfony/dependency-injection": "~3.4|~4.0",
6037
                "symfony/http-kernel": "~3.4|~4.0",
6038
                "symfony/process": "^3.4.2|^4.0.2"
6039
            },
6040
            "suggest": {
6041
                "symfony/expression-language": "For using the filter option of the log server.",
6042
                "symfony/monolog-bridge": "For using the log server."
6043
            },
6044
            "type": "symfony-bundle",
6045
            "extra": {
6046
                "branch-alias": {
6047
                    "dev-master": "4.0-dev"
6048
                }
6049
            },
6050
            "autoload": {
6051
                "psr-4": {
6052
                    "Symfony\\Bundle\\WebServerBundle\\": ""
6053
                },
6054
                "exclude-from-classmap": [
6055
                    "/Tests/"
6056
                ]
6057
            },
6058
            "notification-url": "https://packagist.org/downloads/",
6059
            "license": [
6060
                "MIT"
6061
            ],
6062
            "authors": [
6063
                {
6064
                    "name": "Fabien Potencier",
6065
                    "email": "[email protected]"
6066
                },
6067
                {
6068
                    "name": "Symfony Community",
6069
                    "homepage": "https://symfony.com/contributors"
6070
                }
6071
            ],
6072
            "description": "Symfony WebServerBundle",
6073
            "homepage": "https://symfony.com",
6074
            "time": "2018-01-03T17:15:19+00:00"
6075
        },
6076
        {
6077
            "name": "theseer/tokenizer",
6078
            "version": "1.1.0",
6079
            "source": {
6080
                "type": "git",
6081
                "url": "https://github.com/theseer/tokenizer.git",
6082
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
6083
            },
6084
            "dist": {
6085
                "type": "zip",
6086
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6087
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6088
                "shasum": ""
6089
            },
6090
            "require": {
6091
                "ext-dom": "*",
6092
                "ext-tokenizer": "*",
6093
                "ext-xmlwriter": "*",
6094
                "php": "^7.0"
6095
            },
6096
            "type": "library",
6097
            "autoload": {
6098
                "classmap": [
6099
                    "src/"
6100
                ]
6101
            },
6102
            "notification-url": "https://packagist.org/downloads/",
6103
            "license": [
6104
                "BSD-3-Clause"
6105
            ],
6106
            "authors": [
6107
                {
6108
                    "name": "Arne Blankerts",
6109
                    "email": "[email protected]",
6110
                    "role": "Developer"
6111
                }
6112
            ],
6113
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6114
            "time": "2017-04-07T12:08:54+00:00"
6115
        },
6116
        {
6117
            "name": "webmozart/assert",
6118
            "version": "1.3.0",
6119
            "source": {
6120
                "type": "git",
6121
                "url": "https://github.com/webmozart/assert.git",
6122
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
6123
            },
6124
            "dist": {
6125
                "type": "zip",
6126
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
6127
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
6128
                "shasum": ""
6129
            },
6130
            "require": {
6131
                "php": "^5.3.3 || ^7.0"
6132
            },
6133
            "require-dev": {
6134
                "phpunit/phpunit": "^4.6",
6135
                "sebastian/version": "^1.0.1"
6136
            },
6137
            "type": "library",
6138
            "extra": {
6139
                "branch-alias": {
6140
                    "dev-master": "1.3-dev"
6141
                }
6142
            },
6143
            "autoload": {
6144
                "psr-4": {
6145
                    "Webmozart\\Assert\\": "src/"
6146
                }
6147
            },
6148
            "notification-url": "https://packagist.org/downloads/",
6149
            "license": [
6150
                "MIT"
6151
            ],
6152
            "authors": [
6153
                {
6154
                    "name": "Bernhard Schussek",
6155
                    "email": "[email protected]"
6156
                }
6157
            ],
6158
            "description": "Assertions to validate method input/output with nice error messages.",
6159
            "keywords": [
6160
                "assert",
6161
                "check",
6162
                "validate"
6163
            ],
6164
            "time": "2018-01-29T19:49:41+00:00"
6165
        }
6166
    ],
6167
    "aliases": [],
6168
    "minimum-stability": "stable",
6169
    "stability-flags": {
6170
        "symfony/lts": 20
6171
    },
6172
    "prefer-stable": false,
6173
    "prefer-lowest": false,
6174
    "platform": {
6175
        "php": "^7.2.4",
6176
        "ext-iconv": "*"
6177
    },
6178
    "platform-dev": []
6179
}
6180