Passed
Push — feature/VSVGVQ-38 ( 87531c )
by Luc
03:25
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": "a150d612ed4a0d2e460cab923051d72f",
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": "ocramius/package-versions",
1541
            "version": "1.3.0",
1542
            "source": {
1543
                "type": "git",
1544
                "url": "https://github.com/Ocramius/PackageVersions.git",
1545
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
1546
            },
1547
            "dist": {
1548
                "type": "zip",
1549
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
1550
                "reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
1551
                "shasum": ""
1552
            },
1553
            "require": {
1554
                "composer-plugin-api": "^1.0.0",
1555
                "php": "^7.1.0"
1556
            },
1557
            "require-dev": {
1558
                "composer/composer": "^1.6.3",
1559
                "ext-zip": "*",
1560
                "infection/infection": "^0.7.1",
1561
                "phpunit/phpunit": "^7.0.0"
1562
            },
1563
            "type": "composer-plugin",
1564
            "extra": {
1565
                "class": "PackageVersions\\Installer",
1566
                "branch-alias": {
1567
                    "dev-master": "2.0.x-dev"
1568
                }
1569
            },
1570
            "autoload": {
1571
                "psr-4": {
1572
                    "PackageVersions\\": "src/PackageVersions"
1573
                }
1574
            },
1575
            "notification-url": "https://packagist.org/downloads/",
1576
            "license": [
1577
                "MIT"
1578
            ],
1579
            "authors": [
1580
                {
1581
                    "name": "Marco Pivetta",
1582
                    "email": "[email protected]"
1583
                }
1584
            ],
1585
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
1586
            "time": "2018-02-05T13:05:30+00:00"
1587
        },
1588
        {
1589
            "name": "ocramius/proxy-manager",
1590
            "version": "2.2.0",
1591
            "source": {
1592
                "type": "git",
1593
                "url": "https://github.com/Ocramius/ProxyManager.git",
1594
                "reference": "81d53b2878f1d1c40ad27270e64b51798485dfc5"
1595
            },
1596
            "dist": {
1597
                "type": "zip",
1598
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/81d53b2878f1d1c40ad27270e64b51798485dfc5",
1599
                "reference": "81d53b2878f1d1c40ad27270e64b51798485dfc5",
1600
                "shasum": ""
1601
            },
1602
            "require": {
1603
                "ocramius/package-versions": "^1.1.3",
1604
                "php": "^7.2.0",
1605
                "zendframework/zend-code": "^3.3.0"
1606
            },
1607
            "require-dev": {
1608
                "couscous/couscous": "^1.6.1",
1609
                "ext-phar": "*",
1610
                "humbug/humbug": "1.0.0-RC.0@RC",
1611
                "nikic/php-parser": "^3.1.1",
1612
                "padraic/phpunit-accelerator": "dev-master@DEV",
1613
                "phpbench/phpbench": "^0.12.2",
1614
                "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
1615
                "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
1616
                "phpunit/phpunit": "^6.4.3",
1617
                "squizlabs/php_codesniffer": "^2.9.1"
1618
            },
1619
            "suggest": {
1620
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
1621
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
1622
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
1623
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
1624
            },
1625
            "type": "library",
1626
            "extra": {
1627
                "branch-alias": {
1628
                    "dev-master": "3.0.x-dev"
1629
                }
1630
            },
1631
            "autoload": {
1632
                "psr-0": {
1633
                    "ProxyManager\\": "src"
1634
                }
1635
            },
1636
            "notification-url": "https://packagist.org/downloads/",
1637
            "license": [
1638
                "MIT"
1639
            ],
1640
            "authors": [
1641
                {
1642
                    "name": "Marco Pivetta",
1643
                    "email": "[email protected]",
1644
                    "homepage": "http://ocramius.github.io/"
1645
                }
1646
            ],
1647
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
1648
            "homepage": "https://github.com/Ocramius/ProxyManager",
1649
            "keywords": [
1650
                "aop",
1651
                "lazy loading",
1652
                "proxy",
1653
                "proxy pattern",
1654
                "service proxies"
1655
            ],
1656
            "time": "2017-11-16T23:22:31+00:00"
1657
        },
1658
        {
1659
            "name": "paragonie/random_compat",
1660
            "version": "v2.0.12",
1661
            "source": {
1662
                "type": "git",
1663
                "url": "https://github.com/paragonie/random_compat.git",
1664
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
1665
            },
1666
            "dist": {
1667
                "type": "zip",
1668
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1669
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1670
                "shasum": ""
1671
            },
1672
            "require": {
1673
                "php": ">=5.2.0"
1674
            },
1675
            "require-dev": {
1676
                "phpunit/phpunit": "4.*|5.*"
1677
            },
1678
            "suggest": {
1679
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1680
            },
1681
            "type": "library",
1682
            "autoload": {
1683
                "files": [
1684
                    "lib/random.php"
1685
                ]
1686
            },
1687
            "notification-url": "https://packagist.org/downloads/",
1688
            "license": [
1689
                "MIT"
1690
            ],
1691
            "authors": [
1692
                {
1693
                    "name": "Paragon Initiative Enterprises",
1694
                    "email": "[email protected]",
1695
                    "homepage": "https://paragonie.com"
1696
                }
1697
            ],
1698
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1699
            "keywords": [
1700
                "csprng",
1701
                "pseudorandom",
1702
                "random"
1703
            ],
1704
            "time": "2018-04-04T21:24:14+00:00"
1705
        },
1706
        {
1707
            "name": "psr/cache",
1708
            "version": "1.0.1",
1709
            "source": {
1710
                "type": "git",
1711
                "url": "https://github.com/php-fig/cache.git",
1712
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1713
            },
1714
            "dist": {
1715
                "type": "zip",
1716
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1717
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1718
                "shasum": ""
1719
            },
1720
            "require": {
1721
                "php": ">=5.3.0"
1722
            },
1723
            "type": "library",
1724
            "extra": {
1725
                "branch-alias": {
1726
                    "dev-master": "1.0.x-dev"
1727
                }
1728
            },
1729
            "autoload": {
1730
                "psr-4": {
1731
                    "Psr\\Cache\\": "src/"
1732
                }
1733
            },
1734
            "notification-url": "https://packagist.org/downloads/",
1735
            "license": [
1736
                "MIT"
1737
            ],
1738
            "authors": [
1739
                {
1740
                    "name": "PHP-FIG",
1741
                    "homepage": "http://www.php-fig.org/"
1742
                }
1743
            ],
1744
            "description": "Common interface for caching libraries",
1745
            "keywords": [
1746
                "cache",
1747
                "psr",
1748
                "psr-6"
1749
            ],
1750
            "time": "2016-08-06T20:24:11+00:00"
1751
        },
1752
        {
1753
            "name": "psr/container",
1754
            "version": "1.0.0",
1755
            "source": {
1756
                "type": "git",
1757
                "url": "https://github.com/php-fig/container.git",
1758
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1759
            },
1760
            "dist": {
1761
                "type": "zip",
1762
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1763
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1764
                "shasum": ""
1765
            },
1766
            "require": {
1767
                "php": ">=5.3.0"
1768
            },
1769
            "type": "library",
1770
            "extra": {
1771
                "branch-alias": {
1772
                    "dev-master": "1.0.x-dev"
1773
                }
1774
            },
1775
            "autoload": {
1776
                "psr-4": {
1777
                    "Psr\\Container\\": "src/"
1778
                }
1779
            },
1780
            "notification-url": "https://packagist.org/downloads/",
1781
            "license": [
1782
                "MIT"
1783
            ],
1784
            "authors": [
1785
                {
1786
                    "name": "PHP-FIG",
1787
                    "homepage": "http://www.php-fig.org/"
1788
                }
1789
            ],
1790
            "description": "Common Container Interface (PHP FIG PSR-11)",
1791
            "homepage": "https://github.com/php-fig/container",
1792
            "keywords": [
1793
                "PSR-11",
1794
                "container",
1795
                "container-interface",
1796
                "container-interop",
1797
                "psr"
1798
            ],
1799
            "time": "2017-02-14T16:28:37+00:00"
1800
        },
1801
        {
1802
            "name": "psr/http-message",
1803
            "version": "1.0.1",
1804
            "source": {
1805
                "type": "git",
1806
                "url": "https://github.com/php-fig/http-message.git",
1807
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1808
            },
1809
            "dist": {
1810
                "type": "zip",
1811
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1812
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1813
                "shasum": ""
1814
            },
1815
            "require": {
1816
                "php": ">=5.3.0"
1817
            },
1818
            "type": "library",
1819
            "extra": {
1820
                "branch-alias": {
1821
                    "dev-master": "1.0.x-dev"
1822
                }
1823
            },
1824
            "autoload": {
1825
                "psr-4": {
1826
                    "Psr\\Http\\Message\\": "src/"
1827
                }
1828
            },
1829
            "notification-url": "https://packagist.org/downloads/",
1830
            "license": [
1831
                "MIT"
1832
            ],
1833
            "authors": [
1834
                {
1835
                    "name": "PHP-FIG",
1836
                    "homepage": "http://www.php-fig.org/"
1837
                }
1838
            ],
1839
            "description": "Common interface for HTTP messages",
1840
            "homepage": "https://github.com/php-fig/http-message",
1841
            "keywords": [
1842
                "http",
1843
                "http-message",
1844
                "psr",
1845
                "psr-7",
1846
                "request",
1847
                "response"
1848
            ],
1849
            "time": "2016-08-06T14:39:51+00:00"
1850
        },
1851
        {
1852
            "name": "psr/log",
1853
            "version": "1.0.2",
1854
            "source": {
1855
                "type": "git",
1856
                "url": "https://github.com/php-fig/log.git",
1857
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1858
            },
1859
            "dist": {
1860
                "type": "zip",
1861
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1862
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1863
                "shasum": ""
1864
            },
1865
            "require": {
1866
                "php": ">=5.3.0"
1867
            },
1868
            "type": "library",
1869
            "extra": {
1870
                "branch-alias": {
1871
                    "dev-master": "1.0.x-dev"
1872
                }
1873
            },
1874
            "autoload": {
1875
                "psr-4": {
1876
                    "Psr\\Log\\": "Psr/Log/"
1877
                }
1878
            },
1879
            "notification-url": "https://packagist.org/downloads/",
1880
            "license": [
1881
                "MIT"
1882
            ],
1883
            "authors": [
1884
                {
1885
                    "name": "PHP-FIG",
1886
                    "homepage": "http://www.php-fig.org/"
1887
                }
1888
            ],
1889
            "description": "Common interface for logging libraries",
1890
            "homepage": "https://github.com/php-fig/log",
1891
            "keywords": [
1892
                "log",
1893
                "psr",
1894
                "psr-3"
1895
            ],
1896
            "time": "2016-10-10T12:19:37+00:00"
1897
        },
1898
        {
1899
            "name": "psr/simple-cache",
1900
            "version": "1.0.1",
1901
            "source": {
1902
                "type": "git",
1903
                "url": "https://github.com/php-fig/simple-cache.git",
1904
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1905
            },
1906
            "dist": {
1907
                "type": "zip",
1908
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1909
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1910
                "shasum": ""
1911
            },
1912
            "require": {
1913
                "php": ">=5.3.0"
1914
            },
1915
            "type": "library",
1916
            "extra": {
1917
                "branch-alias": {
1918
                    "dev-master": "1.0.x-dev"
1919
                }
1920
            },
1921
            "autoload": {
1922
                "psr-4": {
1923
                    "Psr\\SimpleCache\\": "src/"
1924
                }
1925
            },
1926
            "notification-url": "https://packagist.org/downloads/",
1927
            "license": [
1928
                "MIT"
1929
            ],
1930
            "authors": [
1931
                {
1932
                    "name": "PHP-FIG",
1933
                    "homepage": "http://www.php-fig.org/"
1934
                }
1935
            ],
1936
            "description": "Common interfaces for simple caching",
1937
            "keywords": [
1938
                "cache",
1939
                "caching",
1940
                "psr",
1941
                "psr-16",
1942
                "simple-cache"
1943
            ],
1944
            "time": "2017-10-23T01:57:42+00:00"
1945
        },
1946
        {
1947
            "name": "ramsey/uuid",
1948
            "version": "3.7.3",
1949
            "source": {
1950
                "type": "git",
1951
                "url": "https://github.com/ramsey/uuid.git",
1952
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
1953
            },
1954
            "dist": {
1955
                "type": "zip",
1956
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1957
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1958
                "shasum": ""
1959
            },
1960
            "require": {
1961
                "paragonie/random_compat": "^1.0|^2.0",
1962
                "php": "^5.4 || ^7.0"
1963
            },
1964
            "replace": {
1965
                "rhumsaa/uuid": "self.version"
1966
            },
1967
            "require-dev": {
1968
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1969
                "doctrine/annotations": "~1.2.0",
1970
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
1971
                "ircmaxell/random-lib": "^1.1",
1972
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1973
                "mockery/mockery": "^0.9.9",
1974
                "moontoast/math": "^1.1",
1975
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1976
                "phpunit/phpunit": "^4.7|^5.0",
1977
                "squizlabs/php_codesniffer": "^2.3"
1978
            },
1979
            "suggest": {
1980
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1981
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1982
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1983
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1984
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1985
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1986
            },
1987
            "type": "library",
1988
            "extra": {
1989
                "branch-alias": {
1990
                    "dev-master": "3.x-dev"
1991
                }
1992
            },
1993
            "autoload": {
1994
                "psr-4": {
1995
                    "Ramsey\\Uuid\\": "src/"
1996
                }
1997
            },
1998
            "notification-url": "https://packagist.org/downloads/",
1999
            "license": [
2000
                "MIT"
2001
            ],
2002
            "authors": [
2003
                {
2004
                    "name": "Marijn Huizendveld",
2005
                    "email": "[email protected]"
2006
                },
2007
                {
2008
                    "name": "Thibaud Fabre",
2009
                    "email": "[email protected]"
2010
                },
2011
                {
2012
                    "name": "Ben Ramsey",
2013
                    "email": "[email protected]",
2014
                    "homepage": "https://benramsey.com"
2015
                }
2016
            ],
2017
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2018
            "homepage": "https://github.com/ramsey/uuid",
2019
            "keywords": [
2020
                "guid",
2021
                "identifier",
2022
                "uuid"
2023
            ],
2024
            "time": "2018-01-20T00:28:24+00:00"
2025
        },
2026
        {
2027
            "name": "ramsey/uuid-doctrine",
2028
            "version": "1.4.3",
2029
            "source": {
2030
                "type": "git",
2031
                "url": "https://github.com/ramsey/uuid-doctrine.git",
2032
                "reference": "224a55a2605a33a484bdfa4bd209e5bf9ec35e3c"
2033
            },
2034
            "dist": {
2035
                "type": "zip",
2036
                "url": "https://api.github.com/repos/ramsey/uuid-doctrine/zipball/224a55a2605a33a484bdfa4bd209e5bf9ec35e3c",
2037
                "reference": "224a55a2605a33a484bdfa4bd209e5bf9ec35e3c",
2038
                "shasum": ""
2039
            },
2040
            "require": {
2041
                "doctrine/orm": "^2.5",
2042
                "php": "^5.4 || ^7.0",
2043
                "ramsey/uuid": "^3.0"
2044
            },
2045
            "require-dev": {
2046
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2047
                "phpunit/phpunit": "^4.7 || ^5.0",
2048
                "satooshi/php-coveralls": "^0.6.1",
2049
                "squizlabs/php_codesniffer": "^2.3"
2050
            },
2051
            "type": "library",
2052
            "autoload": {
2053
                "psr-4": {
2054
                    "Ramsey\\Uuid\\Doctrine\\": "src/"
2055
                }
2056
            },
2057
            "notification-url": "https://packagist.org/downloads/",
2058
            "license": [
2059
                "MIT"
2060
            ],
2061
            "authors": [
2062
                {
2063
                    "name": "Marijn Huizendveld",
2064
                    "email": "[email protected]"
2065
                },
2066
                {
2067
                    "name": "Ben Ramsey",
2068
                    "email": "[email protected]",
2069
                    "homepage": "http://benramsey.com"
2070
                }
2071
            ],
2072
            "description": "Allow the use of a ramsey/uuid UUID as Doctrine field type.",
2073
            "homepage": "https://github.com/ramsey/uuid-doctrine",
2074
            "keywords": [
2075
                "doctrine",
2076
                "guid",
2077
                "identifier",
2078
                "uuid"
2079
            ],
2080
            "time": "2017-11-07T22:09:45+00:00"
2081
        },
2082
        {
2083
            "name": "symfony/cache",
2084
            "version": "v4.0.9",
2085
            "source": {
2086
                "type": "git",
2087
                "url": "https://github.com/symfony/cache.git",
2088
                "reference": "ff96ef34437ccc2c0737677c1bf14904a2b9482d"
2089
            },
2090
            "dist": {
2091
                "type": "zip",
2092
                "url": "https://api.github.com/repos/symfony/cache/zipball/ff96ef34437ccc2c0737677c1bf14904a2b9482d",
2093
                "reference": "ff96ef34437ccc2c0737677c1bf14904a2b9482d",
2094
                "shasum": ""
2095
            },
2096
            "require": {
2097
                "php": "^7.1.3",
2098
                "psr/cache": "~1.0",
2099
                "psr/log": "~1.0",
2100
                "psr/simple-cache": "^1.0"
2101
            },
2102
            "conflict": {
2103
                "symfony/var-dumper": "<3.4"
2104
            },
2105
            "provide": {
2106
                "psr/cache-implementation": "1.0",
2107
                "psr/simple-cache-implementation": "1.0"
2108
            },
2109
            "require-dev": {
2110
                "cache/integration-tests": "dev-master",
2111
                "doctrine/cache": "~1.6",
2112
                "doctrine/dbal": "~2.4",
2113
                "predis/predis": "~1.0"
2114
            },
2115
            "type": "library",
2116
            "extra": {
2117
                "branch-alias": {
2118
                    "dev-master": "4.0-dev"
2119
                }
2120
            },
2121
            "autoload": {
2122
                "psr-4": {
2123
                    "Symfony\\Component\\Cache\\": ""
2124
                },
2125
                "exclude-from-classmap": [
2126
                    "/Tests/"
2127
                ]
2128
            },
2129
            "notification-url": "https://packagist.org/downloads/",
2130
            "license": [
2131
                "MIT"
2132
            ],
2133
            "authors": [
2134
                {
2135
                    "name": "Nicolas Grekas",
2136
                    "email": "[email protected]"
2137
                },
2138
                {
2139
                    "name": "Symfony Community",
2140
                    "homepage": "https://symfony.com/contributors"
2141
                }
2142
            ],
2143
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2144
            "homepage": "https://symfony.com",
2145
            "keywords": [
2146
                "caching",
2147
                "psr6"
2148
            ],
2149
            "time": "2018-04-30T01:05:59+00:00"
2150
        },
2151
        {
2152
            "name": "symfony/config",
2153
            "version": "v4.0.9",
2154
            "source": {
2155
                "type": "git",
2156
                "url": "https://github.com/symfony/config.git",
2157
                "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8"
2158
            },
2159
            "dist": {
2160
                "type": "zip",
2161
                "url": "https://api.github.com/repos/symfony/config/zipball/7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
2162
                "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
2163
                "shasum": ""
2164
            },
2165
            "require": {
2166
                "php": "^7.1.3",
2167
                "symfony/filesystem": "~3.4|~4.0"
2168
            },
2169
            "conflict": {
2170
                "symfony/finder": "<3.4"
2171
            },
2172
            "require-dev": {
2173
                "symfony/dependency-injection": "~3.4|~4.0",
2174
                "symfony/event-dispatcher": "~3.4|~4.0",
2175
                "symfony/finder": "~3.4|~4.0",
2176
                "symfony/yaml": "~3.4|~4.0"
2177
            },
2178
            "suggest": {
2179
                "symfony/yaml": "To use the yaml reference dumper"
2180
            },
2181
            "type": "library",
2182
            "extra": {
2183
                "branch-alias": {
2184
                    "dev-master": "4.0-dev"
2185
                }
2186
            },
2187
            "autoload": {
2188
                "psr-4": {
2189
                    "Symfony\\Component\\Config\\": ""
2190
                },
2191
                "exclude-from-classmap": [
2192
                    "/Tests/"
2193
                ]
2194
            },
2195
            "notification-url": "https://packagist.org/downloads/",
2196
            "license": [
2197
                "MIT"
2198
            ],
2199
            "authors": [
2200
                {
2201
                    "name": "Fabien Potencier",
2202
                    "email": "[email protected]"
2203
                },
2204
                {
2205
                    "name": "Symfony Community",
2206
                    "homepage": "https://symfony.com/contributors"
2207
                }
2208
            ],
2209
            "description": "Symfony Config Component",
2210
            "homepage": "https://symfony.com",
2211
            "time": "2018-03-19T22:35:49+00:00"
2212
        },
2213
        {
2214
            "name": "symfony/console",
2215
            "version": "v4.0.9",
2216
            "source": {
2217
                "type": "git",
2218
                "url": "https://github.com/symfony/console.git",
2219
                "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
2220
            },
2221
            "dist": {
2222
                "type": "zip",
2223
                "url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
2224
                "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
2225
                "shasum": ""
2226
            },
2227
            "require": {
2228
                "php": "^7.1.3",
2229
                "symfony/polyfill-mbstring": "~1.0"
2230
            },
2231
            "conflict": {
2232
                "symfony/dependency-injection": "<3.4",
2233
                "symfony/process": "<3.3"
2234
            },
2235
            "require-dev": {
2236
                "psr/log": "~1.0",
2237
                "symfony/config": "~3.4|~4.0",
2238
                "symfony/dependency-injection": "~3.4|~4.0",
2239
                "symfony/event-dispatcher": "~3.4|~4.0",
2240
                "symfony/lock": "~3.4|~4.0",
2241
                "symfony/process": "~3.4|~4.0"
2242
            },
2243
            "suggest": {
2244
                "psr/log-implementation": "For using the console logger",
2245
                "symfony/event-dispatcher": "",
2246
                "symfony/lock": "",
2247
                "symfony/process": ""
2248
            },
2249
            "type": "library",
2250
            "extra": {
2251
                "branch-alias": {
2252
                    "dev-master": "4.0-dev"
2253
                }
2254
            },
2255
            "autoload": {
2256
                "psr-4": {
2257
                    "Symfony\\Component\\Console\\": ""
2258
                },
2259
                "exclude-from-classmap": [
2260
                    "/Tests/"
2261
                ]
2262
            },
2263
            "notification-url": "https://packagist.org/downloads/",
2264
            "license": [
2265
                "MIT"
2266
            ],
2267
            "authors": [
2268
                {
2269
                    "name": "Fabien Potencier",
2270
                    "email": "[email protected]"
2271
                },
2272
                {
2273
                    "name": "Symfony Community",
2274
                    "homepage": "https://symfony.com/contributors"
2275
                }
2276
            ],
2277
            "description": "Symfony Console Component",
2278
            "homepage": "https://symfony.com",
2279
            "time": "2018-04-30T01:23:47+00:00"
2280
        },
2281
        {
2282
            "name": "symfony/debug",
2283
            "version": "v4.0.9",
2284
            "source": {
2285
                "type": "git",
2286
                "url": "https://github.com/symfony/debug.git",
2287
                "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e"
2288
            },
2289
            "dist": {
2290
                "type": "zip",
2291
                "url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
2292
                "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
2293
                "shasum": ""
2294
            },
2295
            "require": {
2296
                "php": "^7.1.3",
2297
                "psr/log": "~1.0"
2298
            },
2299
            "conflict": {
2300
                "symfony/http-kernel": "<3.4"
2301
            },
2302
            "require-dev": {
2303
                "symfony/http-kernel": "~3.4|~4.0"
2304
            },
2305
            "type": "library",
2306
            "extra": {
2307
                "branch-alias": {
2308
                    "dev-master": "4.0-dev"
2309
                }
2310
            },
2311
            "autoload": {
2312
                "psr-4": {
2313
                    "Symfony\\Component\\Debug\\": ""
2314
                },
2315
                "exclude-from-classmap": [
2316
                    "/Tests/"
2317
                ]
2318
            },
2319
            "notification-url": "https://packagist.org/downloads/",
2320
            "license": [
2321
                "MIT"
2322
            ],
2323
            "authors": [
2324
                {
2325
                    "name": "Fabien Potencier",
2326
                    "email": "[email protected]"
2327
                },
2328
                {
2329
                    "name": "Symfony Community",
2330
                    "homepage": "https://symfony.com/contributors"
2331
                }
2332
            ],
2333
            "description": "Symfony Debug Component",
2334
            "homepage": "https://symfony.com",
2335
            "time": "2018-04-30T16:59:37+00:00"
2336
        },
2337
        {
2338
            "name": "symfony/dependency-injection",
2339
            "version": "v4.0.9",
2340
            "source": {
2341
                "type": "git",
2342
                "url": "https://github.com/symfony/dependency-injection.git",
2343
                "reference": "1f99622d8a63b160bfdd0ad7b2da56ee413cba64"
2344
            },
2345
            "dist": {
2346
                "type": "zip",
2347
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1f99622d8a63b160bfdd0ad7b2da56ee413cba64",
2348
                "reference": "1f99622d8a63b160bfdd0ad7b2da56ee413cba64",
2349
                "shasum": ""
2350
            },
2351
            "require": {
2352
                "php": "^7.1.3",
2353
                "psr/container": "^1.0"
2354
            },
2355
            "conflict": {
2356
                "symfony/config": "<3.4",
2357
                "symfony/finder": "<3.4",
2358
                "symfony/proxy-manager-bridge": "<3.4",
2359
                "symfony/yaml": "<3.4"
2360
            },
2361
            "provide": {
2362
                "psr/container-implementation": "1.0"
2363
            },
2364
            "require-dev": {
2365
                "symfony/config": "~3.4|~4.0",
2366
                "symfony/expression-language": "~3.4|~4.0",
2367
                "symfony/yaml": "~3.4|~4.0"
2368
            },
2369
            "suggest": {
2370
                "symfony/config": "",
2371
                "symfony/expression-language": "For using expressions in service container configuration",
2372
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2373
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2374
                "symfony/yaml": ""
2375
            },
2376
            "type": "library",
2377
            "extra": {
2378
                "branch-alias": {
2379
                    "dev-master": "4.0-dev"
2380
                }
2381
            },
2382
            "autoload": {
2383
                "psr-4": {
2384
                    "Symfony\\Component\\DependencyInjection\\": ""
2385
                },
2386
                "exclude-from-classmap": [
2387
                    "/Tests/"
2388
                ]
2389
            },
2390
            "notification-url": "https://packagist.org/downloads/",
2391
            "license": [
2392
                "MIT"
2393
            ],
2394
            "authors": [
2395
                {
2396
                    "name": "Fabien Potencier",
2397
                    "email": "[email protected]"
2398
                },
2399
                {
2400
                    "name": "Symfony Community",
2401
                    "homepage": "https://symfony.com/contributors"
2402
                }
2403
            ],
2404
            "description": "Symfony DependencyInjection Component",
2405
            "homepage": "https://symfony.com",
2406
            "time": "2018-04-30T01:05:59+00:00"
2407
        },
2408
        {
2409
            "name": "symfony/doctrine-bridge",
2410
            "version": "v4.0.9",
2411
            "source": {
2412
                "type": "git",
2413
                "url": "https://github.com/symfony/doctrine-bridge.git",
2414
                "reference": "9ef7076f5b3f40c61ff2598fafe67ae778687c78"
2415
            },
2416
            "dist": {
2417
                "type": "zip",
2418
                "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/9ef7076f5b3f40c61ff2598fafe67ae778687c78",
2419
                "reference": "9ef7076f5b3f40c61ff2598fafe67ae778687c78",
2420
                "shasum": ""
2421
            },
2422
            "require": {
2423
                "doctrine/common": "~2.4",
2424
                "php": "^7.1.3",
2425
                "symfony/polyfill-mbstring": "~1.0"
2426
            },
2427
            "conflict": {
2428
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2429
                "symfony/dependency-injection": "<3.4"
2430
            },
2431
            "require-dev": {
2432
                "doctrine/data-fixtures": "1.0.*",
2433
                "doctrine/dbal": "~2.4",
2434
                "doctrine/orm": "^2.4.5",
2435
                "symfony/dependency-injection": "~3.4|~4.0",
2436
                "symfony/expression-language": "~3.4|~4.0",
2437
                "symfony/form": "~3.4|~4.0",
2438
                "symfony/http-kernel": "~3.4|~4.0",
2439
                "symfony/property-access": "~3.4|~4.0",
2440
                "symfony/property-info": "~3.4|~4.0",
2441
                "symfony/proxy-manager-bridge": "~3.4|~4.0",
2442
                "symfony/security": "~3.4|~4.0",
2443
                "symfony/stopwatch": "~3.4|~4.0",
2444
                "symfony/translation": "~3.4|~4.0",
2445
                "symfony/validator": "~3.4|~4.0"
2446
            },
2447
            "suggest": {
2448
                "doctrine/data-fixtures": "",
2449
                "doctrine/dbal": "",
2450
                "doctrine/orm": "",
2451
                "symfony/form": "",
2452
                "symfony/property-info": "",
2453
                "symfony/validator": ""
2454
            },
2455
            "type": "symfony-bridge",
2456
            "extra": {
2457
                "branch-alias": {
2458
                    "dev-master": "4.0-dev"
2459
                }
2460
            },
2461
            "autoload": {
2462
                "psr-4": {
2463
                    "Symfony\\Bridge\\Doctrine\\": ""
2464
                },
2465
                "exclude-from-classmap": [
2466
                    "/Tests/"
2467
                ]
2468
            },
2469
            "notification-url": "https://packagist.org/downloads/",
2470
            "license": [
2471
                "MIT"
2472
            ],
2473
            "authors": [
2474
                {
2475
                    "name": "Fabien Potencier",
2476
                    "email": "[email protected]"
2477
                },
2478
                {
2479
                    "name": "Symfony Community",
2480
                    "homepage": "https://symfony.com/contributors"
2481
                }
2482
            ],
2483
            "description": "Symfony Doctrine Bridge",
2484
            "homepage": "https://symfony.com",
2485
            "time": "2018-04-26T16:12:06+00:00"
2486
        },
2487
        {
2488
            "name": "symfony/event-dispatcher",
2489
            "version": "v4.0.9",
2490
            "source": {
2491
                "type": "git",
2492
                "url": "https://github.com/symfony/event-dispatcher.git",
2493
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
2494
            },
2495
            "dist": {
2496
                "type": "zip",
2497
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
2498
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
2499
                "shasum": ""
2500
            },
2501
            "require": {
2502
                "php": "^7.1.3"
2503
            },
2504
            "conflict": {
2505
                "symfony/dependency-injection": "<3.4"
2506
            },
2507
            "require-dev": {
2508
                "psr/log": "~1.0",
2509
                "symfony/config": "~3.4|~4.0",
2510
                "symfony/dependency-injection": "~3.4|~4.0",
2511
                "symfony/expression-language": "~3.4|~4.0",
2512
                "symfony/stopwatch": "~3.4|~4.0"
2513
            },
2514
            "suggest": {
2515
                "symfony/dependency-injection": "",
2516
                "symfony/http-kernel": ""
2517
            },
2518
            "type": "library",
2519
            "extra": {
2520
                "branch-alias": {
2521
                    "dev-master": "4.0-dev"
2522
                }
2523
            },
2524
            "autoload": {
2525
                "psr-4": {
2526
                    "Symfony\\Component\\EventDispatcher\\": ""
2527
                },
2528
                "exclude-from-classmap": [
2529
                    "/Tests/"
2530
                ]
2531
            },
2532
            "notification-url": "https://packagist.org/downloads/",
2533
            "license": [
2534
                "MIT"
2535
            ],
2536
            "authors": [
2537
                {
2538
                    "name": "Fabien Potencier",
2539
                    "email": "[email protected]"
2540
                },
2541
                {
2542
                    "name": "Symfony Community",
2543
                    "homepage": "https://symfony.com/contributors"
2544
                }
2545
            ],
2546
            "description": "Symfony EventDispatcher Component",
2547
            "homepage": "https://symfony.com",
2548
            "time": "2018-04-06T07:35:43+00:00"
2549
        },
2550
        {
2551
            "name": "symfony/filesystem",
2552
            "version": "v4.0.9",
2553
            "source": {
2554
                "type": "git",
2555
                "url": "https://github.com/symfony/filesystem.git",
2556
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
2557
            },
2558
            "dist": {
2559
                "type": "zip",
2560
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2561
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2562
                "shasum": ""
2563
            },
2564
            "require": {
2565
                "php": "^7.1.3"
2566
            },
2567
            "type": "library",
2568
            "extra": {
2569
                "branch-alias": {
2570
                    "dev-master": "4.0-dev"
2571
                }
2572
            },
2573
            "autoload": {
2574
                "psr-4": {
2575
                    "Symfony\\Component\\Filesystem\\": ""
2576
                },
2577
                "exclude-from-classmap": [
2578
                    "/Tests/"
2579
                ]
2580
            },
2581
            "notification-url": "https://packagist.org/downloads/",
2582
            "license": [
2583
                "MIT"
2584
            ],
2585
            "authors": [
2586
                {
2587
                    "name": "Fabien Potencier",
2588
                    "email": "[email protected]"
2589
                },
2590
                {
2591
                    "name": "Symfony Community",
2592
                    "homepage": "https://symfony.com/contributors"
2593
                }
2594
            ],
2595
            "description": "Symfony Filesystem Component",
2596
            "homepage": "https://symfony.com",
2597
            "time": "2018-02-22T10:50:29+00:00"
2598
        },
2599
        {
2600
            "name": "symfony/finder",
2601
            "version": "v4.0.9",
2602
            "source": {
2603
                "type": "git",
2604
                "url": "https://github.com/symfony/finder.git",
2605
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
2606
            },
2607
            "dist": {
2608
                "type": "zip",
2609
                "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2610
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2611
                "shasum": ""
2612
            },
2613
            "require": {
2614
                "php": "^7.1.3"
2615
            },
2616
            "type": "library",
2617
            "extra": {
2618
                "branch-alias": {
2619
                    "dev-master": "4.0-dev"
2620
                }
2621
            },
2622
            "autoload": {
2623
                "psr-4": {
2624
                    "Symfony\\Component\\Finder\\": ""
2625
                },
2626
                "exclude-from-classmap": [
2627
                    "/Tests/"
2628
                ]
2629
            },
2630
            "notification-url": "https://packagist.org/downloads/",
2631
            "license": [
2632
                "MIT"
2633
            ],
2634
            "authors": [
2635
                {
2636
                    "name": "Fabien Potencier",
2637
                    "email": "[email protected]"
2638
                },
2639
                {
2640
                    "name": "Symfony Community",
2641
                    "homepage": "https://symfony.com/contributors"
2642
                }
2643
            ],
2644
            "description": "Symfony Finder Component",
2645
            "homepage": "https://symfony.com",
2646
            "time": "2018-04-04T05:10:37+00:00"
2647
        },
2648
        {
2649
            "name": "symfony/flex",
2650
            "version": "v1.0.80",
2651
            "source": {
2652
                "type": "git",
2653
                "url": "https://github.com/symfony/flex.git",
2654
                "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e"
2655
            },
2656
            "dist": {
2657
                "type": "zip",
2658
                "url": "https://api.github.com/repos/symfony/flex/zipball/729aee08d62b47224e85b83c97e2824ff7d1735e",
2659
                "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e",
2660
                "shasum": ""
2661
            },
2662
            "require": {
2663
                "composer-plugin-api": "^1.0",
2664
                "php": "^7.0"
2665
            },
2666
            "require-dev": {
2667
                "composer/composer": "^1.0.2",
2668
                "symfony/phpunit-bridge": "^3.2.8"
2669
            },
2670
            "type": "composer-plugin",
2671
            "extra": {
2672
                "branch-alias": {
2673
                    "dev-master": "1.0-dev"
2674
                },
2675
                "class": "Symfony\\Flex\\Flex"
2676
            },
2677
            "autoload": {
2678
                "psr-4": {
2679
                    "Symfony\\Flex\\": "src"
2680
                }
2681
            },
2682
            "notification-url": "https://packagist.org/downloads/",
2683
            "license": [
2684
                "MIT"
2685
            ],
2686
            "authors": [
2687
                {
2688
                    "name": "Fabien Potencier",
2689
                    "email": "[email protected]"
2690
                }
2691
            ],
2692
            "time": "2018-05-02T19:08:56+00:00"
2693
        },
2694
        {
2695
            "name": "symfony/framework-bundle",
2696
            "version": "v4.0.9",
2697
            "source": {
2698
                "type": "git",
2699
                "url": "https://github.com/symfony/framework-bundle.git",
2700
                "reference": "a9ad75416b86e0c472abb2c1e8799563d6ed6b56"
2701
            },
2702
            "dist": {
2703
                "type": "zip",
2704
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a9ad75416b86e0c472abb2c1e8799563d6ed6b56",
2705
                "reference": "a9ad75416b86e0c472abb2c1e8799563d6ed6b56",
2706
                "shasum": ""
2707
            },
2708
            "require": {
2709
                "ext-xml": "*",
2710
                "php": "^7.1.3",
2711
                "symfony/cache": "~3.4|~4.0",
2712
                "symfony/config": "~3.4|~4.0",
2713
                "symfony/dependency-injection": "^3.4.3|^4.0.3",
2714
                "symfony/event-dispatcher": "~3.4|~4.0",
2715
                "symfony/filesystem": "~3.4|~4.0",
2716
                "symfony/finder": "~3.4|~4.0",
2717
                "symfony/http-foundation": "~3.4|~4.0",
2718
                "symfony/http-kernel": "~3.4|~4.0",
2719
                "symfony/polyfill-mbstring": "~1.0",
2720
                "symfony/routing": "^3.4.5|^4.0.5"
2721
            },
2722
            "conflict": {
2723
                "phpdocumentor/reflection-docblock": "<3.0",
2724
                "phpdocumentor/type-resolver": "<0.2.1",
2725
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2726
                "symfony/asset": "<3.4",
2727
                "symfony/console": "<3.4",
2728
                "symfony/form": "<3.4",
2729
                "symfony/property-info": "<3.4",
2730
                "symfony/serializer": "<3.4",
2731
                "symfony/stopwatch": "<3.4",
2732
                "symfony/translation": "<3.4",
2733
                "symfony/validator": "<3.4",
2734
                "symfony/workflow": "<3.4"
2735
            },
2736
            "require-dev": {
2737
                "doctrine/annotations": "~1.0",
2738
                "doctrine/cache": "~1.0",
2739
                "fig/link-util": "^1.0",
2740
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2741
                "symfony/asset": "~3.4|~4.0",
2742
                "symfony/browser-kit": "~3.4|~4.0",
2743
                "symfony/console": "~3.4|~4.0",
2744
                "symfony/css-selector": "~3.4|~4.0",
2745
                "symfony/dom-crawler": "~3.4|~4.0",
2746
                "symfony/expression-language": "~3.4|~4.0",
2747
                "symfony/form": "~3.4|~4.0",
2748
                "symfony/lock": "~3.4|~4.0",
2749
                "symfony/polyfill-intl-icu": "~1.0",
2750
                "symfony/process": "~3.4|~4.0",
2751
                "symfony/property-info": "~3.4|~4.0",
2752
                "symfony/security": "~3.4|~4.0",
2753
                "symfony/security-core": "~3.4|~4.0",
2754
                "symfony/security-csrf": "~3.4|~4.0",
2755
                "symfony/serializer": "~3.4|~4.0",
2756
                "symfony/stopwatch": "~3.4|~4.0",
2757
                "symfony/templating": "~3.4|~4.0",
2758
                "symfony/translation": "~3.4|~4.0",
2759
                "symfony/validator": "~3.4|~4.0",
2760
                "symfony/var-dumper": "~3.4|~4.0",
2761
                "symfony/web-link": "~3.4|~4.0",
2762
                "symfony/workflow": "~3.4|~4.0",
2763
                "symfony/yaml": "~3.4|~4.0",
2764
                "twig/twig": "~1.34|~2.4"
2765
            },
2766
            "suggest": {
2767
                "ext-apcu": "For best performance of the system caches",
2768
                "symfony/console": "For using the console commands",
2769
                "symfony/form": "For using forms",
2770
                "symfony/property-info": "For using the property_info service",
2771
                "symfony/serializer": "For using the serializer service",
2772
                "symfony/validator": "For using validation",
2773
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2774
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
2775
            },
2776
            "type": "symfony-bundle",
2777
            "extra": {
2778
                "branch-alias": {
2779
                    "dev-master": "4.0-dev"
2780
                }
2781
            },
2782
            "autoload": {
2783
                "psr-4": {
2784
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
2785
                },
2786
                "exclude-from-classmap": [
2787
                    "/Tests/"
2788
                ]
2789
            },
2790
            "notification-url": "https://packagist.org/downloads/",
2791
            "license": [
2792
                "MIT"
2793
            ],
2794
            "authors": [
2795
                {
2796
                    "name": "Fabien Potencier",
2797
                    "email": "[email protected]"
2798
                },
2799
                {
2800
                    "name": "Symfony Community",
2801
                    "homepage": "https://symfony.com/contributors"
2802
                }
2803
            ],
2804
            "description": "Symfony FrameworkBundle",
2805
            "homepage": "https://symfony.com",
2806
            "time": "2018-04-30T16:59:37+00:00"
2807
        },
2808
        {
2809
            "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...
2810
            "version": "v4.0.9",
2811
            "source": {
2812
                "type": "git",
2813
                "url": "https://github.com/symfony/http-foundation.git",
2814
                "reference": "014487772c22d893168e5d628a13e882009fea29"
2815
            },
2816
            "dist": {
2817
                "type": "zip",
2818
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29",
2819
                "reference": "014487772c22d893168e5d628a13e882009fea29",
2820
                "shasum": ""
2821
            },
2822
            "require": {
2823
                "php": "^7.1.3",
2824
                "symfony/polyfill-mbstring": "~1.1"
2825
            },
2826
            "require-dev": {
2827
                "symfony/expression-language": "~3.4|~4.0"
2828
            },
2829
            "type": "library",
2830
            "extra": {
2831
                "branch-alias": {
2832
                    "dev-master": "4.0-dev"
2833
                }
2834
            },
2835
            "autoload": {
2836
                "psr-4": {
2837
                    "Symfony\\Component\\HttpFoundation\\": ""
2838
                },
2839
                "exclude-from-classmap": [
2840
                    "/Tests/"
2841
                ]
2842
            },
2843
            "notification-url": "https://packagist.org/downloads/",
2844
            "license": [
2845
                "MIT"
2846
            ],
2847
            "authors": [
2848
                {
2849
                    "name": "Fabien Potencier",
2850
                    "email": "[email protected]"
2851
                },
2852
                {
2853
                    "name": "Symfony Community",
2854
                    "homepage": "https://symfony.com/contributors"
2855
                }
2856
            ],
2857
            "description": "Symfony HttpFoundation Component",
2858
            "homepage": "https://symfony.com",
2859
            "time": "2018-04-30T01:05:59+00:00"
2860
        },
2861
        {
2862
            "name": "symfony/http-kernel",
2863
            "version": "v4.0.9",
2864
            "source": {
2865
                "type": "git",
2866
                "url": "https://github.com/symfony/http-kernel.git",
2867
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25"
2868
            },
2869
            "dist": {
2870
                "type": "zip",
2871
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25",
2872
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25",
2873
                "shasum": ""
2874
            },
2875
            "require": {
2876
                "php": "^7.1.3",
2877
                "psr/log": "~1.0",
2878
                "symfony/debug": "~3.4|~4.0",
2879
                "symfony/event-dispatcher": "~3.4|~4.0",
2880
                "symfony/http-foundation": "~3.4.4|~4.0.4"
2881
            },
2882
            "conflict": {
2883
                "symfony/config": "<3.4",
2884
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
2885
                "symfony/var-dumper": "<3.4",
2886
                "twig/twig": "<1.34|<2.4,>=2"
2887
            },
2888
            "provide": {
2889
                "psr/log-implementation": "1.0"
2890
            },
2891
            "require-dev": {
2892
                "psr/cache": "~1.0",
2893
                "symfony/browser-kit": "~3.4|~4.0",
2894
                "symfony/config": "~3.4|~4.0",
2895
                "symfony/console": "~3.4|~4.0",
2896
                "symfony/css-selector": "~3.4|~4.0",
2897
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
2898
                "symfony/dom-crawler": "~3.4|~4.0",
2899
                "symfony/expression-language": "~3.4|~4.0",
2900
                "symfony/finder": "~3.4|~4.0",
2901
                "symfony/process": "~3.4|~4.0",
2902
                "symfony/routing": "~3.4|~4.0",
2903
                "symfony/stopwatch": "~3.4|~4.0",
2904
                "symfony/templating": "~3.4|~4.0",
2905
                "symfony/translation": "~3.4|~4.0",
2906
                "symfony/var-dumper": "~3.4|~4.0"
2907
            },
2908
            "suggest": {
2909
                "symfony/browser-kit": "",
2910
                "symfony/config": "",
2911
                "symfony/console": "",
2912
                "symfony/dependency-injection": "",
2913
                "symfony/var-dumper": ""
2914
            },
2915
            "type": "library",
2916
            "extra": {
2917
                "branch-alias": {
2918
                    "dev-master": "4.0-dev"
2919
                }
2920
            },
2921
            "autoload": {
2922
                "psr-4": {
2923
                    "Symfony\\Component\\HttpKernel\\": ""
2924
                },
2925
                "exclude-from-classmap": [
2926
                    "/Tests/"
2927
                ]
2928
            },
2929
            "notification-url": "https://packagist.org/downloads/",
2930
            "license": [
2931
                "MIT"
2932
            ],
2933
            "authors": [
2934
                {
2935
                    "name": "Fabien Potencier",
2936
                    "email": "[email protected]"
2937
                },
2938
                {
2939
                    "name": "Symfony Community",
2940
                    "homepage": "https://symfony.com/contributors"
2941
                }
2942
            ],
2943
            "description": "Symfony HttpKernel Component",
2944
            "homepage": "https://symfony.com",
2945
            "time": "2018-04-30T19:45:57+00:00"
2946
        },
2947
        {
2948
            "name": "symfony/lts",
2949
            "version": "dev-master",
2950
            "source": {
2951
                "type": "git",
2952
                "url": "https://github.com/symfony/lts.git",
2953
                "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991"
2954
            },
2955
            "dist": {
2956
                "type": "zip",
2957
                "url": "https://api.github.com/repos/symfony/lts/zipball/6de50b244bad631a71544b3cc3c8e206c0e5f991",
2958
                "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991",
2959
                "shasum": ""
2960
            },
2961
            "conflict": {
2962
                "symfony/asset": ">=5",
2963
                "symfony/browser-kit": ">=5",
2964
                "symfony/cache": ">=5",
2965
                "symfony/class-loader": ">=5",
2966
                "symfony/config": ">=5",
2967
                "symfony/console": ">=5",
2968
                "symfony/css-selector": ">=5",
2969
                "symfony/debug": ">=5",
2970
                "symfony/debug-bundle": ">=5",
2971
                "symfony/dependency-injection": ">=5",
2972
                "symfony/doctrine-bridge": ">=5",
2973
                "symfony/dom-crawler": ">=5",
2974
                "symfony/dotenv": ">=5",
2975
                "symfony/event-dispatcher": ">=5",
2976
                "symfony/expression-language": ">=5",
2977
                "symfony/filesystem": ">=5",
2978
                "symfony/finder": ">=5",
2979
                "symfony/form": ">=5",
2980
                "symfony/framework-bundle": ">=5",
2981
                "symfony/http-foundation": ">=5",
2982
                "symfony/http-kernel": ">=5",
2983
                "symfony/inflector": ">=5",
2984
                "symfony/intl": ">=5",
2985
                "symfony/ldap": ">=5",
2986
                "symfony/lock": ">=5",
2987
                "symfony/messenger": ">=5",
2988
                "symfony/monolog-bridge": ">=5",
2989
                "symfony/options-resolver": ">=5",
2990
                "symfony/process": ">=5",
2991
                "symfony/property-access": ">=5",
2992
                "symfony/property-info": ">=5",
2993
                "symfony/proxy-manager-bridge": ">=5",
2994
                "symfony/routing": ">=5",
2995
                "symfony/security": ">=5",
2996
                "symfony/security-bundle": ">=5",
2997
                "symfony/security-core": ">=5",
2998
                "symfony/security-csrf": ">=5",
2999
                "symfony/security-guard": ">=5",
3000
                "symfony/security-http": ">=5",
3001
                "symfony/serializer": ">=5",
3002
                "symfony/stopwatch": ">=5",
3003
                "symfony/symfony": ">=5",
3004
                "symfony/templating": ">=5",
3005
                "symfony/translation": ">=5",
3006
                "symfony/twig-bridge": ">=5",
3007
                "symfony/twig-bundle": ">=5",
3008
                "symfony/validator": ">=5",
3009
                "symfony/var-dumper": ">=5",
3010
                "symfony/web-link": ">=5",
3011
                "symfony/web-profiler-bundle": ">=5",
3012
                "symfony/web-server-bundle": ">=5",
3013
                "symfony/workflow": ">=5",
3014
                "symfony/yaml": ">=5"
3015
            },
3016
            "type": "metapackage",
3017
            "extra": {
3018
                "branch-alias": {
3019
                    "dev-master": "4-dev"
3020
                }
3021
            },
3022
            "notification-url": "https://packagist.org/downloads/",
3023
            "license": [
3024
                "MIT"
3025
            ],
3026
            "authors": [
3027
                {
3028
                    "name": "Fabien Potencier",
3029
                    "email": "[email protected]"
3030
                },
3031
                {
3032
                    "name": "Symfony Community",
3033
                    "homepage": "https://symfony.com/contributors"
3034
                }
3035
            ],
3036
            "description": "Enforces Long Term Supported versions of Symfony components",
3037
            "homepage": "https://symfony.com",
3038
            "time": "2018-04-03T05:04:16+00:00"
3039
        },
3040
        {
3041
            "name": "symfony/orm-pack",
3042
            "version": "v1.0.5",
3043
            "source": {
3044
                "type": "git",
3045
                "url": "https://github.com/symfony/orm-pack.git",
3046
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1"
3047
            },
3048
            "dist": {
3049
                "type": "zip",
3050
                "url": "https://api.github.com/repos/symfony/orm-pack/zipball/1b58f752cd917a08c9c8df020781d9c46a2275b1",
3051
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1",
3052
                "shasum": ""
3053
            },
3054
            "require": {
3055
                "doctrine/doctrine-bundle": "^1.6.10",
3056
                "doctrine/doctrine-migrations-bundle": "^1.3",
3057
                "doctrine/orm": "^2.5.11",
3058
                "php": "^7.0"
3059
            },
3060
            "type": "symfony-pack",
3061
            "notification-url": "https://packagist.org/downloads/",
3062
            "license": [
3063
                "MIT"
3064
            ],
3065
            "description": "A pack for the Doctrine ORM",
3066
            "time": "2017-12-12T01:47:50+00:00"
3067
        },
3068
        {
3069
            "name": "symfony/polyfill-ctype",
3070
            "version": "v1.8.0",
3071
            "source": {
3072
                "type": "git",
3073
                "url": "https://github.com/symfony/polyfill-ctype.git",
3074
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
3075
            },
3076
            "dist": {
3077
                "type": "zip",
3078
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3079
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3080
                "shasum": ""
3081
            },
3082
            "require": {
3083
                "php": ">=5.3.3"
3084
            },
3085
            "type": "library",
3086
            "extra": {
3087
                "branch-alias": {
3088
                    "dev-master": "1.8-dev"
3089
                }
3090
            },
3091
            "autoload": {
3092
                "psr-4": {
3093
                    "Symfony\\Polyfill\\Ctype\\": ""
3094
                },
3095
                "files": [
3096
                    "bootstrap.php"
3097
                ]
3098
            },
3099
            "notification-url": "https://packagist.org/downloads/",
3100
            "license": [
3101
                "MIT"
3102
            ],
3103
            "authors": [
3104
                {
3105
                    "name": "Symfony Community",
3106
                    "homepage": "https://symfony.com/contributors"
3107
                },
3108
                {
3109
                    "name": "Gert de Pagter",
3110
                    "email": "[email protected]"
3111
                }
3112
            ],
3113
            "description": "Symfony polyfill for ctype functions",
3114
            "homepage": "https://symfony.com",
3115
            "keywords": [
3116
                "compatibility",
3117
                "ctype",
3118
                "polyfill",
3119
                "portable"
3120
            ],
3121
            "time": "2018-04-30T19:57:29+00:00"
3122
        },
3123
        {
3124
            "name": "symfony/polyfill-mbstring",
3125
            "version": "v1.8.0",
3126
            "source": {
3127
                "type": "git",
3128
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3129
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
3130
            },
3131
            "dist": {
3132
                "type": "zip",
3133
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
3134
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
3135
                "shasum": ""
3136
            },
3137
            "require": {
3138
                "php": ">=5.3.3"
3139
            },
3140
            "suggest": {
3141
                "ext-mbstring": "For best performance"
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\\Mbstring\\": ""
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": "Nicolas Grekas",
3164
                    "email": "[email protected]"
3165
                },
3166
                {
3167
                    "name": "Symfony Community",
3168
                    "homepage": "https://symfony.com/contributors"
3169
                }
3170
            ],
3171
            "description": "Symfony polyfill for the Mbstring extension",
3172
            "homepage": "https://symfony.com",
3173
            "keywords": [
3174
                "compatibility",
3175
                "mbstring",
3176
                "polyfill",
3177
                "portable",
3178
                "shim"
3179
            ],
3180
            "time": "2018-04-26T10:06:28+00:00"
3181
        },
3182
        {
3183
            "name": "symfony/routing",
3184
            "version": "v4.0.9",
3185
            "source": {
3186
                "type": "git",
3187
                "url": "https://github.com/symfony/routing.git",
3188
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027"
3189
            },
3190
            "dist": {
3191
                "type": "zip",
3192
                "url": "https://api.github.com/repos/symfony/routing/zipball/1dfbfdf060bbc80da8dedc062050052e694cd027",
3193
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027",
3194
                "shasum": ""
3195
            },
3196
            "require": {
3197
                "php": "^7.1.3"
3198
            },
3199
            "conflict": {
3200
                "symfony/config": "<3.4",
3201
                "symfony/dependency-injection": "<3.4",
3202
                "symfony/yaml": "<3.4"
3203
            },
3204
            "require-dev": {
3205
                "doctrine/annotations": "~1.0",
3206
                "doctrine/common": "~2.2",
3207
                "psr/log": "~1.0",
3208
                "symfony/config": "~3.4|~4.0",
3209
                "symfony/dependency-injection": "~3.4|~4.0",
3210
                "symfony/expression-language": "~3.4|~4.0",
3211
                "symfony/http-foundation": "~3.4|~4.0",
3212
                "symfony/yaml": "~3.4|~4.0"
3213
            },
3214
            "suggest": {
3215
                "doctrine/annotations": "For using the annotation loader",
3216
                "symfony/config": "For using the all-in-one router or any loader",
3217
                "symfony/dependency-injection": "For loading routes from a service",
3218
                "symfony/expression-language": "For using expression matching",
3219
                "symfony/http-foundation": "For using a Symfony Request object",
3220
                "symfony/yaml": "For using the YAML loader"
3221
            },
3222
            "type": "library",
3223
            "extra": {
3224
                "branch-alias": {
3225
                    "dev-master": "4.0-dev"
3226
                }
3227
            },
3228
            "autoload": {
3229
                "psr-4": {
3230
                    "Symfony\\Component\\Routing\\": ""
3231
                },
3232
                "exclude-from-classmap": [
3233
                    "/Tests/"
3234
                ]
3235
            },
3236
            "notification-url": "https://packagist.org/downloads/",
3237
            "license": [
3238
                "MIT"
3239
            ],
3240
            "authors": [
3241
                {
3242
                    "name": "Fabien Potencier",
3243
                    "email": "[email protected]"
3244
                },
3245
                {
3246
                    "name": "Symfony Community",
3247
                    "homepage": "https://symfony.com/contributors"
3248
                }
3249
            ],
3250
            "description": "Symfony Routing Component",
3251
            "homepage": "https://symfony.com",
3252
            "keywords": [
3253
                "router",
3254
                "routing",
3255
                "uri",
3256
                "url"
3257
            ],
3258
            "time": "2018-04-20T06:20:23+00:00"
3259
        },
3260
        {
3261
            "name": "symfony/serializer",
3262
            "version": "v4.0.9",
3263
            "source": {
3264
                "type": "git",
3265
                "url": "https://github.com/symfony/serializer.git",
3266
                "reference": "d0e9269101ccd978af971fd4d7a892848672bfa1"
3267
            },
3268
            "dist": {
3269
                "type": "zip",
3270
                "url": "https://api.github.com/repos/symfony/serializer/zipball/d0e9269101ccd978af971fd4d7a892848672bfa1",
3271
                "reference": "d0e9269101ccd978af971fd4d7a892848672bfa1",
3272
                "shasum": ""
3273
            },
3274
            "require": {
3275
                "php": "^7.1.3"
3276
            },
3277
            "conflict": {
3278
                "phpdocumentor/type-resolver": "<0.2.1",
3279
                "symfony/dependency-injection": "<3.4",
3280
                "symfony/property-access": "<3.4",
3281
                "symfony/property-info": "<3.4",
3282
                "symfony/yaml": "<3.4"
3283
            },
3284
            "require-dev": {
3285
                "doctrine/annotations": "~1.0",
3286
                "doctrine/cache": "~1.0",
3287
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3288
                "symfony/cache": "~3.4|~4.0",
3289
                "symfony/config": "~3.4|~4.0",
3290
                "symfony/dependency-injection": "~3.4|~4.0",
3291
                "symfony/http-foundation": "~3.4|~4.0",
3292
                "symfony/property-access": "~3.4|~4.0",
3293
                "symfony/property-info": "~3.4|~4.0",
3294
                "symfony/yaml": "~3.4|~4.0"
3295
            },
3296
            "suggest": {
3297
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3298
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3299
                "psr/cache-implementation": "For using the metadata cache.",
3300
                "symfony/config": "For using the XML mapping loader.",
3301
                "symfony/http-foundation": "To use the DataUriNormalizer.",
3302
                "symfony/property-access": "For using the ObjectNormalizer.",
3303
                "symfony/property-info": "To deserialize relations.",
3304
                "symfony/yaml": "For using the default YAML mapping loader."
3305
            },
3306
            "type": "library",
3307
            "extra": {
3308
                "branch-alias": {
3309
                    "dev-master": "4.0-dev"
3310
                }
3311
            },
3312
            "autoload": {
3313
                "psr-4": {
3314
                    "Symfony\\Component\\Serializer\\": ""
3315
                },
3316
                "exclude-from-classmap": [
3317
                    "/Tests/"
3318
                ]
3319
            },
3320
            "notification-url": "https://packagist.org/downloads/",
3321
            "license": [
3322
                "MIT"
3323
            ],
3324
            "authors": [
3325
                {
3326
                    "name": "Fabien Potencier",
3327
                    "email": "[email protected]"
3328
                },
3329
                {
3330
                    "name": "Symfony Community",
3331
                    "homepage": "https://symfony.com/contributors"
3332
                }
3333
            ],
3334
            "description": "Symfony Serializer Component",
3335
            "homepage": "https://symfony.com",
3336
            "time": "2018-03-19T17:30:36+00:00"
3337
        },
3338
        {
3339
            "name": "symfony/yaml",
3340
            "version": "v4.0.10",
3341
            "source": {
3342
                "type": "git",
3343
                "url": "https://github.com/symfony/yaml.git",
3344
                "reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907"
3345
            },
3346
            "dist": {
3347
                "type": "zip",
3348
                "url": "https://api.github.com/repos/symfony/yaml/zipball/048b1be5fb96e73ff1d065f5e7e23f84415ac907",
3349
                "reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907",
3350
                "shasum": ""
3351
            },
3352
            "require": {
3353
                "php": "^7.1.3",
3354
                "symfony/polyfill-ctype": "~1.8"
3355
            },
3356
            "conflict": {
3357
                "symfony/console": "<3.4"
3358
            },
3359
            "require-dev": {
3360
                "symfony/console": "~3.4|~4.0"
3361
            },
3362
            "suggest": {
3363
                "symfony/console": "For validating YAML files using the lint command"
3364
            },
3365
            "type": "library",
3366
            "extra": {
3367
                "branch-alias": {
3368
                    "dev-master": "4.0-dev"
3369
                }
3370
            },
3371
            "autoload": {
3372
                "psr-4": {
3373
                    "Symfony\\Component\\Yaml\\": ""
3374
                },
3375
                "exclude-from-classmap": [
3376
                    "/Tests/"
3377
                ]
3378
            },
3379
            "notification-url": "https://packagist.org/downloads/",
3380
            "license": [
3381
                "MIT"
3382
            ],
3383
            "authors": [
3384
                {
3385
                    "name": "Fabien Potencier",
3386
                    "email": "[email protected]"
3387
                },
3388
                {
3389
                    "name": "Symfony Community",
3390
                    "homepage": "https://symfony.com/contributors"
3391
                }
3392
            ],
3393
            "description": "Symfony Yaml Component",
3394
            "homepage": "https://symfony.com",
3395
            "time": "2018-05-07T07:12:24+00:00"
3396
        },
3397
        {
3398
            "name": "zendframework/zend-code",
3399
            "version": "3.3.0",
3400
            "source": {
3401
                "type": "git",
3402
                "url": "https://github.com/zendframework/zend-code.git",
3403
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d"
3404
            },
3405
            "dist": {
3406
                "type": "zip",
3407
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d",
3408
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d",
3409
                "shasum": ""
3410
            },
3411
            "require": {
3412
                "php": "^7.1",
3413
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
3414
            },
3415
            "require-dev": {
3416
                "doctrine/annotations": "~1.0",
3417
                "ext-phar": "*",
3418
                "phpunit/phpunit": "^6.2.3",
3419
                "zendframework/zend-coding-standard": "^1.0.0",
3420
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
3421
            },
3422
            "suggest": {
3423
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
3424
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
3425
            },
3426
            "type": "library",
3427
            "extra": {
3428
                "branch-alias": {
3429
                    "dev-master": "3.2-dev",
3430
                    "dev-develop": "3.3-dev"
3431
                }
3432
            },
3433
            "autoload": {
3434
                "psr-4": {
3435
                    "Zend\\Code\\": "src/"
3436
                }
3437
            },
3438
            "notification-url": "https://packagist.org/downloads/",
3439
            "license": [
3440
                "BSD-3-Clause"
3441
            ],
3442
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
3443
            "homepage": "https://github.com/zendframework/zend-code",
3444
            "keywords": [
3445
                "code",
3446
                "zf2"
3447
            ],
3448
            "time": "2017-10-20T15:21:32+00:00"
3449
        },
3450
        {
3451
            "name": "zendframework/zend-eventmanager",
3452
            "version": "3.2.1",
3453
            "source": {
3454
                "type": "git",
3455
                "url": "https://github.com/zendframework/zend-eventmanager.git",
3456
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
3457
            },
3458
            "dist": {
3459
                "type": "zip",
3460
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
3461
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
3462
                "shasum": ""
3463
            },
3464
            "require": {
3465
                "php": "^5.6 || ^7.0"
3466
            },
3467
            "require-dev": {
3468
                "athletic/athletic": "^0.1",
3469
                "container-interop/container-interop": "^1.1.0",
3470
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
3471
                "zendframework/zend-coding-standard": "~1.0.0",
3472
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
3473
            },
3474
            "suggest": {
3475
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
3476
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3477
            },
3478
            "type": "library",
3479
            "extra": {
3480
                "branch-alias": {
3481
                    "dev-master": "3.2-dev",
3482
                    "dev-develop": "3.3-dev"
3483
                }
3484
            },
3485
            "autoload": {
3486
                "psr-4": {
3487
                    "Zend\\EventManager\\": "src/"
3488
                }
3489
            },
3490
            "notification-url": "https://packagist.org/downloads/",
3491
            "license": [
3492
                "BSD-3-Clause"
3493
            ],
3494
            "description": "Trigger and listen to events within a PHP application",
3495
            "homepage": "https://github.com/zendframework/zend-eventmanager",
3496
            "keywords": [
3497
                "event",
3498
                "eventmanager",
3499
                "events",
3500
                "zf2"
3501
            ],
3502
            "time": "2018-04-25T15:33:34+00:00"
3503
        }
3504
    ],
3505
    "packages-dev": [
3506
        {
3507
            "name": "guzzlehttp/guzzle",
3508
            "version": "6.3.3",
3509
            "source": {
3510
                "type": "git",
3511
                "url": "https://github.com/guzzle/guzzle.git",
3512
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
3513
            },
3514
            "dist": {
3515
                "type": "zip",
3516
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
3517
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
3518
                "shasum": ""
3519
            },
3520
            "require": {
3521
                "guzzlehttp/promises": "^1.0",
3522
                "guzzlehttp/psr7": "^1.4",
3523
                "php": ">=5.5"
3524
            },
3525
            "require-dev": {
3526
                "ext-curl": "*",
3527
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
3528
                "psr/log": "^1.0"
3529
            },
3530
            "suggest": {
3531
                "psr/log": "Required for using the Log middleware"
3532
            },
3533
            "type": "library",
3534
            "extra": {
3535
                "branch-alias": {
3536
                    "dev-master": "6.3-dev"
3537
                }
3538
            },
3539
            "autoload": {
3540
                "files": [
3541
                    "src/functions_include.php"
3542
                ],
3543
                "psr-4": {
3544
                    "GuzzleHttp\\": "src/"
3545
                }
3546
            },
3547
            "notification-url": "https://packagist.org/downloads/",
3548
            "license": [
3549
                "MIT"
3550
            ],
3551
            "authors": [
3552
                {
3553
                    "name": "Michael Dowling",
3554
                    "email": "[email protected]",
3555
                    "homepage": "https://github.com/mtdowling"
3556
                }
3557
            ],
3558
            "description": "Guzzle is a PHP HTTP client library",
3559
            "homepage": "http://guzzlephp.org/",
3560
            "keywords": [
3561
                "client",
3562
                "curl",
3563
                "framework",
3564
                "http",
3565
                "http client",
3566
                "rest",
3567
                "web service"
3568
            ],
3569
            "time": "2018-04-22T15:46:56+00:00"
3570
        },
3571
        {
3572
            "name": "guzzlehttp/promises",
3573
            "version": "v1.3.1",
3574
            "source": {
3575
                "type": "git",
3576
                "url": "https://github.com/guzzle/promises.git",
3577
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
3578
            },
3579
            "dist": {
3580
                "type": "zip",
3581
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
3582
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
3583
                "shasum": ""
3584
            },
3585
            "require": {
3586
                "php": ">=5.5.0"
3587
            },
3588
            "require-dev": {
3589
                "phpunit/phpunit": "^4.0"
3590
            },
3591
            "type": "library",
3592
            "extra": {
3593
                "branch-alias": {
3594
                    "dev-master": "1.4-dev"
3595
                }
3596
            },
3597
            "autoload": {
3598
                "psr-4": {
3599
                    "GuzzleHttp\\Promise\\": "src/"
3600
                },
3601
                "files": [
3602
                    "src/functions_include.php"
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 promises library",
3617
            "keywords": [
3618
                "promise"
3619
            ],
3620
            "time": "2016-12-20T10:07:11+00:00"
3621
        },
3622
        {
3623
            "name": "guzzlehttp/psr7",
3624
            "version": "1.4.2",
3625
            "source": {
3626
                "type": "git",
3627
                "url": "https://github.com/guzzle/psr7.git",
3628
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
3629
            },
3630
            "dist": {
3631
                "type": "zip",
3632
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3633
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
3634
                "shasum": ""
3635
            },
3636
            "require": {
3637
                "php": ">=5.4.0",
3638
                "psr/http-message": "~1.0"
3639
            },
3640
            "provide": {
3641
                "psr/http-message-implementation": "1.0"
3642
            },
3643
            "require-dev": {
3644
                "phpunit/phpunit": "~4.0"
3645
            },
3646
            "type": "library",
3647
            "extra": {
3648
                "branch-alias": {
3649
                    "dev-master": "1.4-dev"
3650
                }
3651
            },
3652
            "autoload": {
3653
                "psr-4": {
3654
                    "GuzzleHttp\\Psr7\\": "src/"
3655
                },
3656
                "files": [
3657
                    "src/functions_include.php"
3658
                ]
3659
            },
3660
            "notification-url": "https://packagist.org/downloads/",
3661
            "license": [
3662
                "MIT"
3663
            ],
3664
            "authors": [
3665
                {
3666
                    "name": "Michael Dowling",
3667
                    "email": "[email protected]",
3668
                    "homepage": "https://github.com/mtdowling"
3669
                },
3670
                {
3671
                    "name": "Tobias Schultze",
3672
                    "homepage": "https://github.com/Tobion"
3673
                }
3674
            ],
3675
            "description": "PSR-7 message implementation that also provides common utility methods",
3676
            "keywords": [
3677
                "http",
3678
                "message",
3679
                "request",
3680
                "response",
3681
                "stream",
3682
                "uri",
3683
                "url"
3684
            ],
3685
            "time": "2017-03-20T17:10:46+00:00"
3686
        },
3687
        {
3688
            "name": "jean85/pretty-package-versions",
3689
            "version": "1.1",
3690
            "source": {
3691
                "type": "git",
3692
                "url": "https://github.com/Jean85/pretty-package-versions.git",
3693
                "reference": "d457344b6a035ef99236bdda4729ad7eeb233f54"
3694
            },
3695
            "dist": {
3696
                "type": "zip",
3697
                "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/d457344b6a035ef99236bdda4729ad7eeb233f54",
3698
                "reference": "d457344b6a035ef99236bdda4729ad7eeb233f54",
3699
                "shasum": ""
3700
            },
3701
            "require": {
3702
                "ocramius/package-versions": "^1.2.0",
3703
                "php": "^7.0"
3704
            },
3705
            "require-dev": {
3706
                "phpunit/phpunit": "^6.0"
3707
            },
3708
            "type": "library",
3709
            "extra": {
3710
                "branch-alias": {
3711
                    "dev-master": "1.x-dev"
3712
                }
3713
            },
3714
            "autoload": {
3715
                "psr-4": {
3716
                    "Jean85\\": "src/"
3717
                }
3718
            },
3719
            "notification-url": "https://packagist.org/downloads/",
3720
            "license": [
3721
                "MIT"
3722
            ],
3723
            "authors": [
3724
                {
3725
                    "name": "Alessandro Lai",
3726
                    "email": "[email protected]"
3727
                }
3728
            ],
3729
            "description": "A wrapper for ocramius/pretty-package-versions to get pretty versions strings",
3730
            "keywords": [
3731
                "composer",
3732
                "package",
3733
                "release",
3734
                "versions"
3735
            ],
3736
            "time": "2018-01-21T13:54:22+00:00"
3737
        },
3738
        {
3739
            "name": "myclabs/deep-copy",
3740
            "version": "1.7.0",
3741
            "source": {
3742
                "type": "git",
3743
                "url": "https://github.com/myclabs/DeepCopy.git",
3744
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3745
            },
3746
            "dist": {
3747
                "type": "zip",
3748
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3749
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3750
                "shasum": ""
3751
            },
3752
            "require": {
3753
                "php": "^5.6 || ^7.0"
3754
            },
3755
            "require-dev": {
3756
                "doctrine/collections": "^1.0",
3757
                "doctrine/common": "^2.6",
3758
                "phpunit/phpunit": "^4.1"
3759
            },
3760
            "type": "library",
3761
            "autoload": {
3762
                "psr-4": {
3763
                    "DeepCopy\\": "src/DeepCopy/"
3764
                },
3765
                "files": [
3766
                    "src/DeepCopy/deep_copy.php"
3767
                ]
3768
            },
3769
            "notification-url": "https://packagist.org/downloads/",
3770
            "license": [
3771
                "MIT"
3772
            ],
3773
            "description": "Create deep copies (clones) of your objects",
3774
            "keywords": [
3775
                "clone",
3776
                "copy",
3777
                "duplicate",
3778
                "object",
3779
                "object graph"
3780
            ],
3781
            "time": "2017-10-19T19:58:43+00:00"
3782
        },
3783
        {
3784
            "name": "nette/bootstrap",
3785
            "version": "v2.4.5",
3786
            "source": {
3787
                "type": "git",
3788
                "url": "https://github.com/nette/bootstrap.git",
3789
                "reference": "804925787764d708a7782ea0d9382a310bb21968"
3790
            },
3791
            "dist": {
3792
                "type": "zip",
3793
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/804925787764d708a7782ea0d9382a310bb21968",
3794
                "reference": "804925787764d708a7782ea0d9382a310bb21968",
3795
                "shasum": ""
3796
            },
3797
            "require": {
3798
                "nette/di": "~2.4.7",
3799
                "nette/utils": "~2.4",
3800
                "php": ">=5.6.0"
3801
            },
3802
            "conflict": {
3803
                "nette/nette": "<2.2"
3804
            },
3805
            "require-dev": {
3806
                "latte/latte": "~2.2",
3807
                "nette/application": "~2.3",
3808
                "nette/caching": "~2.3",
3809
                "nette/database": "~2.3",
3810
                "nette/forms": "~2.3",
3811
                "nette/http": "~2.4.0",
3812
                "nette/mail": "~2.3",
3813
                "nette/robot-loader": "^2.4.2 || ^3.0",
3814
                "nette/safe-stream": "~2.2",
3815
                "nette/security": "~2.3",
3816
                "nette/tester": "~2.0",
3817
                "tracy/tracy": "^2.4.1"
3818
            },
3819
            "suggest": {
3820
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
3821
                "tracy/tracy": "to use Configurator::enableTracy()"
3822
            },
3823
            "type": "library",
3824
            "extra": {
3825
                "branch-alias": {
3826
                    "dev-master": "2.4-dev"
3827
                }
3828
            },
3829
            "autoload": {
3830
                "classmap": [
3831
                    "src/"
3832
                ]
3833
            },
3834
            "notification-url": "https://packagist.org/downloads/",
3835
            "license": [
3836
                "BSD-3-Clause",
3837
                "GPL-2.0",
3838
                "GPL-3.0"
3839
            ],
3840
            "authors": [
3841
                {
3842
                    "name": "David Grudl",
3843
                    "homepage": "https://davidgrudl.com"
3844
                },
3845
                {
3846
                    "name": "Nette Community",
3847
                    "homepage": "https://nette.org/contributors"
3848
                }
3849
            ],
3850
            "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
3851
            "homepage": "https://nette.org",
3852
            "keywords": [
3853
                "bootstrapping",
3854
                "configurator",
3855
                "nette"
3856
            ],
3857
            "time": "2017-08-20T17:36:59+00:00"
3858
        },
3859
        {
3860
            "name": "nette/di",
3861
            "version": "v2.4.11",
3862
            "source": {
3863
                "type": "git",
3864
                "url": "https://github.com/nette/di.git",
3865
                "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9"
3866
            },
3867
            "dist": {
3868
                "type": "zip",
3869
                "url": "https://api.github.com/repos/nette/di/zipball/a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9",
3870
                "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9",
3871
                "shasum": ""
3872
            },
3873
            "require": {
3874
                "ext-tokenizer": "*",
3875
                "nette/neon": "^2.3.3 || ~3.0.0",
3876
                "nette/php-generator": "^2.6.1 || ~3.0.0",
3877
                "nette/utils": "^2.4.3 || ~3.0.0",
3878
                "php": ">=5.6.0"
3879
            },
3880
            "conflict": {
3881
                "nette/bootstrap": "<2.4",
3882
                "nette/nette": "<2.2"
3883
            },
3884
            "require-dev": {
3885
                "nette/tester": "^2.0",
3886
                "tracy/tracy": "^2.3"
3887
            },
3888
            "type": "library",
3889
            "extra": {
3890
                "branch-alias": {
3891
                    "dev-master": "2.4-dev"
3892
                }
3893
            },
3894
            "autoload": {
3895
                "classmap": [
3896
                    "src/"
3897
                ]
3898
            },
3899
            "notification-url": "https://packagist.org/downloads/",
3900
            "license": [
3901
                "BSD-3-Clause",
3902
                "GPL-2.0",
3903
                "GPL-3.0"
3904
            ],
3905
            "authors": [
3906
                {
3907
                    "name": "David Grudl",
3908
                    "homepage": "https://davidgrudl.com"
3909
                },
3910
                {
3911
                    "name": "Nette Community",
3912
                    "homepage": "https://nette.org/contributors"
3913
                }
3914
            ],
3915
            "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
3916
            "homepage": "https://nette.org",
3917
            "keywords": [
3918
                "compiled",
3919
                "di",
3920
                "dic",
3921
                "factory",
3922
                "ioc",
3923
                "nette",
3924
                "static"
3925
            ],
3926
            "time": "2018-03-28T23:53:36+00:00"
3927
        },
3928
        {
3929
            "name": "nette/finder",
3930
            "version": "v2.4.1",
3931
            "source": {
3932
                "type": "git",
3933
                "url": "https://github.com/nette/finder.git",
3934
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547"
3935
            },
3936
            "dist": {
3937
                "type": "zip",
3938
                "url": "https://api.github.com/repos/nette/finder/zipball/4d43a66d072c57d585bf08a3ef68d3587f7e9547",
3939
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547",
3940
                "shasum": ""
3941
            },
3942
            "require": {
3943
                "nette/utils": "^2.4 || ~3.0.0",
3944
                "php": ">=5.6.0"
3945
            },
3946
            "conflict": {
3947
                "nette/nette": "<2.2"
3948
            },
3949
            "require-dev": {
3950
                "nette/tester": "^2.0",
3951
                "tracy/tracy": "^2.3"
3952
            },
3953
            "type": "library",
3954
            "extra": {
3955
                "branch-alias": {
3956
                    "dev-master": "2.4-dev"
3957
                }
3958
            },
3959
            "autoload": {
3960
                "classmap": [
3961
                    "src/"
3962
                ]
3963
            },
3964
            "notification-url": "https://packagist.org/downloads/",
3965
            "license": [
3966
                "BSD-3-Clause",
3967
                "GPL-2.0",
3968
                "GPL-3.0"
3969
            ],
3970
            "authors": [
3971
                {
3972
                    "name": "David Grudl",
3973
                    "homepage": "https://davidgrudl.com"
3974
                },
3975
                {
3976
                    "name": "Nette Community",
3977
                    "homepage": "https://nette.org/contributors"
3978
                }
3979
            ],
3980
            "description": "Nette Finder: Files Searching",
3981
            "homepage": "https://nette.org",
3982
            "time": "2017-07-10T23:47:08+00:00"
3983
        },
3984
        {
3985
            "name": "nette/neon",
3986
            "version": "v2.4.2",
3987
            "source": {
3988
                "type": "git",
3989
                "url": "https://github.com/nette/neon.git",
3990
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622"
3991
            },
3992
            "dist": {
3993
                "type": "zip",
3994
                "url": "https://api.github.com/repos/nette/neon/zipball/9eacd50553b26b53a3977bfb2fea2166d4331622",
3995
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622",
3996
                "shasum": ""
3997
            },
3998
            "require": {
3999
                "ext-iconv": "*",
4000
                "ext-json": "*",
4001
                "php": ">=5.6.0"
4002
            },
4003
            "require-dev": {
4004
                "nette/tester": "~2.0",
4005
                "tracy/tracy": "^2.3"
4006
            },
4007
            "type": "library",
4008
            "extra": {
4009
                "branch-alias": {
4010
                    "dev-master": "2.4-dev"
4011
                }
4012
            },
4013
            "autoload": {
4014
                "classmap": [
4015
                    "src/"
4016
                ]
4017
            },
4018
            "notification-url": "https://packagist.org/downloads/",
4019
            "license": [
4020
                "BSD-3-Clause",
4021
                "GPL-2.0",
4022
                "GPL-3.0"
4023
            ],
4024
            "authors": [
4025
                {
4026
                    "name": "David Grudl",
4027
                    "homepage": "https://davidgrudl.com"
4028
                },
4029
                {
4030
                    "name": "Nette Community",
4031
                    "homepage": "https://nette.org/contributors"
4032
                }
4033
            ],
4034
            "description": "Nette NEON: parser & generator for Nette Object Notation",
4035
            "homepage": "http://ne-on.org",
4036
            "time": "2017-07-11T18:29:08+00:00"
4037
        },
4038
        {
4039
            "name": "nette/php-generator",
4040
            "version": "v3.0.4",
4041
            "source": {
4042
                "type": "git",
4043
                "url": "https://github.com/nette/php-generator.git",
4044
                "reference": "b381ecacbf5a0b5f99cc0b303d5b0578d409f446"
4045
            },
4046
            "dist": {
4047
                "type": "zip",
4048
                "url": "https://api.github.com/repos/nette/php-generator/zipball/b381ecacbf5a0b5f99cc0b303d5b0578d409f446",
4049
                "reference": "b381ecacbf5a0b5f99cc0b303d5b0578d409f446",
4050
                "shasum": ""
4051
            },
4052
            "require": {
4053
                "nette/utils": "^2.4.2 || ~3.0.0",
4054
                "php": ">=7.0"
4055
            },
4056
            "conflict": {
4057
                "nette/nette": "<2.2"
4058
            },
4059
            "require-dev": {
4060
                "nette/tester": "^2.0",
4061
                "tracy/tracy": "^2.3"
4062
            },
4063
            "type": "library",
4064
            "extra": {
4065
                "branch-alias": {
4066
                    "dev-master": "3.0-dev"
4067
                }
4068
            },
4069
            "autoload": {
4070
                "classmap": [
4071
                    "src/"
4072
                ]
4073
            },
4074
            "notification-url": "https://packagist.org/downloads/",
4075
            "license": [
4076
                "BSD-3-Clause",
4077
                "GPL-2.0",
4078
                "GPL-3.0"
4079
            ],
4080
            "authors": [
4081
                {
4082
                    "name": "David Grudl",
4083
                    "homepage": "https://davidgrudl.com"
4084
                },
4085
                {
4086
                    "name": "Nette Community",
4087
                    "homepage": "https://nette.org/contributors"
4088
                }
4089
            ],
4090
            "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.2 features.",
4091
            "homepage": "https://nette.org",
4092
            "keywords": [
4093
                "code",
4094
                "nette",
4095
                "php",
4096
                "scaffolding"
4097
            ],
4098
            "time": "2018-04-26T16:48:20+00:00"
4099
        },
4100
        {
4101
            "name": "nette/robot-loader",
4102
            "version": "v3.0.3",
4103
            "source": {
4104
                "type": "git",
4105
                "url": "https://github.com/nette/robot-loader.git",
4106
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a"
4107
            },
4108
            "dist": {
4109
                "type": "zip",
4110
                "url": "https://api.github.com/repos/nette/robot-loader/zipball/92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
4111
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
4112
                "shasum": ""
4113
            },
4114
            "require": {
4115
                "ext-tokenizer": "*",
4116
                "nette/finder": "^2.3 || ^3.0",
4117
                "nette/utils": "^2.4 || ^3.0",
4118
                "php": ">=5.6.0"
4119
            },
4120
            "conflict": {
4121
                "nette/nette": "<2.2"
4122
            },
4123
            "require-dev": {
4124
                "nette/tester": "^2.0",
4125
                "tracy/tracy": "^2.3"
4126
            },
4127
            "type": "library",
4128
            "extra": {
4129
                "branch-alias": {
4130
                    "dev-master": "3.0-dev"
4131
                }
4132
            },
4133
            "autoload": {
4134
                "classmap": [
4135
                    "src/"
4136
                ]
4137
            },
4138
            "notification-url": "https://packagist.org/downloads/",
4139
            "license": [
4140
                "BSD-3-Clause",
4141
                "GPL-2.0",
4142
                "GPL-3.0"
4143
            ],
4144
            "authors": [
4145
                {
4146
                    "name": "David Grudl",
4147
                    "homepage": "https://davidgrudl.com"
4148
                },
4149
                {
4150
                    "name": "Nette Community",
4151
                    "homepage": "https://nette.org/contributors"
4152
                }
4153
            ],
4154
            "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
4155
            "homepage": "https://nette.org",
4156
            "keywords": [
4157
                "autoload",
4158
                "class",
4159
                "interface",
4160
                "nette",
4161
                "trait"
4162
            ],
4163
            "time": "2017-09-26T13:42:21+00:00"
4164
        },
4165
        {
4166
            "name": "nette/utils",
4167
            "version": "v2.5.1",
4168
            "source": {
4169
                "type": "git",
4170
                "url": "https://github.com/nette/utils.git",
4171
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc"
4172
            },
4173
            "dist": {
4174
                "type": "zip",
4175
                "url": "https://api.github.com/repos/nette/utils/zipball/8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
4176
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
4177
                "shasum": ""
4178
            },
4179
            "require": {
4180
                "php": ">=5.6.0"
4181
            },
4182
            "conflict": {
4183
                "nette/nette": "<2.2"
4184
            },
4185
            "require-dev": {
4186
                "nette/tester": "~2.0",
4187
                "tracy/tracy": "^2.3"
4188
            },
4189
            "suggest": {
4190
                "ext-gd": "to use Image",
4191
                "ext-iconv": "to use Strings::webalize() and toAscii()",
4192
                "ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
4193
                "ext-json": "to use Nette\\Utils\\Json",
4194
                "ext-mbstring": "to use Strings::lower() etc...",
4195
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
4196
            },
4197
            "type": "library",
4198
            "extra": {
4199
                "branch-alias": {
4200
                    "dev-master": "2.5-dev"
4201
                }
4202
            },
4203
            "autoload": {
4204
                "classmap": [
4205
                    "src/"
4206
                ],
4207
                "files": [
4208
                    "src/loader.php"
4209
                ]
4210
            },
4211
            "notification-url": "https://packagist.org/downloads/",
4212
            "license": [
4213
                "BSD-3-Clause",
4214
                "GPL-2.0",
4215
                "GPL-3.0"
4216
            ],
4217
            "authors": [
4218
                {
4219
                    "name": "David Grudl",
4220
                    "homepage": "https://davidgrudl.com"
4221
                },
4222
                {
4223
                    "name": "Nette Community",
4224
                    "homepage": "https://nette.org/contributors"
4225
                }
4226
            ],
4227
            "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
4228
            "homepage": "https://nette.org",
4229
            "keywords": [
4230
                "array",
4231
                "core",
4232
                "datetime",
4233
                "images",
4234
                "json",
4235
                "nette",
4236
                "paginator",
4237
                "password",
4238
                "slugify",
4239
                "string",
4240
                "unicode",
4241
                "utf-8",
4242
                "utility",
4243
                "validation"
4244
            ],
4245
            "time": "2018-02-19T14:42:42+00:00"
4246
        },
4247
        {
4248
            "name": "nikic/php-parser",
4249
            "version": "v3.1.5",
4250
            "source": {
4251
                "type": "git",
4252
                "url": "https://github.com/nikic/PHP-Parser.git",
4253
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
4254
            },
4255
            "dist": {
4256
                "type": "zip",
4257
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
4258
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
4259
                "shasum": ""
4260
            },
4261
            "require": {
4262
                "ext-tokenizer": "*",
4263
                "php": ">=5.5"
4264
            },
4265
            "require-dev": {
4266
                "phpunit/phpunit": "~4.0|~5.0"
4267
            },
4268
            "bin": [
4269
                "bin/php-parse"
4270
            ],
4271
            "type": "library",
4272
            "extra": {
4273
                "branch-alias": {
4274
                    "dev-master": "3.0-dev"
4275
                }
4276
            },
4277
            "autoload": {
4278
                "psr-4": {
4279
                    "PhpParser\\": "lib/PhpParser"
4280
                }
4281
            },
4282
            "notification-url": "https://packagist.org/downloads/",
4283
            "license": [
4284
                "BSD-3-Clause"
4285
            ],
4286
            "authors": [
4287
                {
4288
                    "name": "Nikita Popov"
4289
                }
4290
            ],
4291
            "description": "A PHP parser written in PHP",
4292
            "keywords": [
4293
                "parser",
4294
                "php"
4295
            ],
4296
            "time": "2018-02-28T20:30:58+00:00"
4297
        },
4298
        {
4299
            "name": "phar-io/manifest",
4300
            "version": "1.0.1",
4301
            "source": {
4302
                "type": "git",
4303
                "url": "https://github.com/phar-io/manifest.git",
4304
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
4305
            },
4306
            "dist": {
4307
                "type": "zip",
4308
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
4309
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
4310
                "shasum": ""
4311
            },
4312
            "require": {
4313
                "ext-dom": "*",
4314
                "ext-phar": "*",
4315
                "phar-io/version": "^1.0.1",
4316
                "php": "^5.6 || ^7.0"
4317
            },
4318
            "type": "library",
4319
            "extra": {
4320
                "branch-alias": {
4321
                    "dev-master": "1.0.x-dev"
4322
                }
4323
            },
4324
            "autoload": {
4325
                "classmap": [
4326
                    "src/"
4327
                ]
4328
            },
4329
            "notification-url": "https://packagist.org/downloads/",
4330
            "license": [
4331
                "BSD-3-Clause"
4332
            ],
4333
            "authors": [
4334
                {
4335
                    "name": "Arne Blankerts",
4336
                    "email": "[email protected]",
4337
                    "role": "Developer"
4338
                },
4339
                {
4340
                    "name": "Sebastian Heuer",
4341
                    "email": "[email protected]",
4342
                    "role": "Developer"
4343
                },
4344
                {
4345
                    "name": "Sebastian Bergmann",
4346
                    "email": "[email protected]",
4347
                    "role": "Developer"
4348
                }
4349
            ],
4350
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4351
            "time": "2017-03-05T18:14:27+00:00"
4352
        },
4353
        {
4354
            "name": "phar-io/version",
4355
            "version": "1.0.1",
4356
            "source": {
4357
                "type": "git",
4358
                "url": "https://github.com/phar-io/version.git",
4359
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
4360
            },
4361
            "dist": {
4362
                "type": "zip",
4363
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
4364
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
4365
                "shasum": ""
4366
            },
4367
            "require": {
4368
                "php": "^5.6 || ^7.0"
4369
            },
4370
            "type": "library",
4371
            "autoload": {
4372
                "classmap": [
4373
                    "src/"
4374
                ]
4375
            },
4376
            "notification-url": "https://packagist.org/downloads/",
4377
            "license": [
4378
                "BSD-3-Clause"
4379
            ],
4380
            "authors": [
4381
                {
4382
                    "name": "Arne Blankerts",
4383
                    "email": "[email protected]",
4384
                    "role": "Developer"
4385
                },
4386
                {
4387
                    "name": "Sebastian Heuer",
4388
                    "email": "[email protected]",
4389
                    "role": "Developer"
4390
                },
4391
                {
4392
                    "name": "Sebastian Bergmann",
4393
                    "email": "[email protected]",
4394
                    "role": "Developer"
4395
                }
4396
            ],
4397
            "description": "Library for handling version information and constraints",
4398
            "time": "2017-03-05T17:38:23+00:00"
4399
        },
4400
        {
4401
            "name": "php-coveralls/php-coveralls",
4402
            "version": "v2.0.0",
4403
            "source": {
4404
                "type": "git",
4405
                "url": "https://github.com/php-coveralls/php-coveralls.git",
4406
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
4407
            },
4408
            "dist": {
4409
                "type": "zip",
4410
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
4411
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
4412
                "shasum": ""
4413
            },
4414
            "require": {
4415
                "ext-json": "*",
4416
                "ext-simplexml": "*",
4417
                "guzzlehttp/guzzle": "^6.0",
4418
                "php": "^5.5 || ^7.0",
4419
                "psr/log": "^1.0",
4420
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
4421
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
4422
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
4423
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
4424
            },
4425
            "require-dev": {
4426
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
4427
            },
4428
            "suggest": {
4429
                "symfony/http-kernel": "Allows Symfony integration"
4430
            },
4431
            "bin": [
4432
                "bin/php-coveralls"
4433
            ],
4434
            "type": "library",
4435
            "extra": {
4436
                "branch-alias": {
4437
                    "dev-master": "2.0-dev"
4438
                }
4439
            },
4440
            "autoload": {
4441
                "psr-4": {
4442
                    "PhpCoveralls\\": "src/"
4443
                }
4444
            },
4445
            "notification-url": "https://packagist.org/downloads/",
4446
            "license": [
4447
                "MIT"
4448
            ],
4449
            "authors": [
4450
                {
4451
                    "name": "Kitamura Satoshi",
4452
                    "email": "[email protected]",
4453
                    "homepage": "https://www.facebook.com/satooshi.jp",
4454
                    "role": "Original creator"
4455
                },
4456
                {
4457
                    "name": "Takashi Matsuo",
4458
                    "email": "[email protected]"
4459
                },
4460
                {
4461
                    "name": "Google Inc"
4462
                },
4463
                {
4464
                    "name": "Dariusz Ruminski",
4465
                    "email": "[email protected]",
4466
                    "homepage": "https://github.com/keradus"
4467
                },
4468
                {
4469
                    "name": "Contributors",
4470
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
4471
                }
4472
            ],
4473
            "description": "PHP client library for Coveralls API",
4474
            "homepage": "https://github.com/php-coveralls/php-coveralls",
4475
            "keywords": [
4476
                "ci",
4477
                "coverage",
4478
                "github",
4479
                "test"
4480
            ],
4481
            "time": "2017-12-08T14:28:16+00:00"
4482
        },
4483
        {
4484
            "name": "phpdocumentor/reflection-common",
4485
            "version": "1.0.1",
4486
            "source": {
4487
                "type": "git",
4488
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4489
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4490
            },
4491
            "dist": {
4492
                "type": "zip",
4493
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4494
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4495
                "shasum": ""
4496
            },
4497
            "require": {
4498
                "php": ">=5.5"
4499
            },
4500
            "require-dev": {
4501
                "phpunit/phpunit": "^4.6"
4502
            },
4503
            "type": "library",
4504
            "extra": {
4505
                "branch-alias": {
4506
                    "dev-master": "1.0.x-dev"
4507
                }
4508
            },
4509
            "autoload": {
4510
                "psr-4": {
4511
                    "phpDocumentor\\Reflection\\": [
4512
                        "src"
4513
                    ]
4514
                }
4515
            },
4516
            "notification-url": "https://packagist.org/downloads/",
4517
            "license": [
4518
                "MIT"
4519
            ],
4520
            "authors": [
4521
                {
4522
                    "name": "Jaap van Otterdijk",
4523
                    "email": "[email protected]"
4524
                }
4525
            ],
4526
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4527
            "homepage": "http://www.phpdoc.org",
4528
            "keywords": [
4529
                "FQSEN",
4530
                "phpDocumentor",
4531
                "phpdoc",
4532
                "reflection",
4533
                "static analysis"
4534
            ],
4535
            "time": "2017-09-11T18:02:19+00:00"
4536
        },
4537
        {
4538
            "name": "phpdocumentor/reflection-docblock",
4539
            "version": "4.3.0",
4540
            "source": {
4541
                "type": "git",
4542
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4543
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
4544
            },
4545
            "dist": {
4546
                "type": "zip",
4547
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4548
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4549
                "shasum": ""
4550
            },
4551
            "require": {
4552
                "php": "^7.0",
4553
                "phpdocumentor/reflection-common": "^1.0.0",
4554
                "phpdocumentor/type-resolver": "^0.4.0",
4555
                "webmozart/assert": "^1.0"
4556
            },
4557
            "require-dev": {
4558
                "doctrine/instantiator": "~1.0.5",
4559
                "mockery/mockery": "^1.0",
4560
                "phpunit/phpunit": "^6.4"
4561
            },
4562
            "type": "library",
4563
            "extra": {
4564
                "branch-alias": {
4565
                    "dev-master": "4.x-dev"
4566
                }
4567
            },
4568
            "autoload": {
4569
                "psr-4": {
4570
                    "phpDocumentor\\Reflection\\": [
4571
                        "src/"
4572
                    ]
4573
                }
4574
            },
4575
            "notification-url": "https://packagist.org/downloads/",
4576
            "license": [
4577
                "MIT"
4578
            ],
4579
            "authors": [
4580
                {
4581
                    "name": "Mike van Riel",
4582
                    "email": "[email protected]"
4583
                }
4584
            ],
4585
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4586
            "time": "2017-11-30T07:14:17+00:00"
4587
        },
4588
        {
4589
            "name": "phpdocumentor/type-resolver",
4590
            "version": "0.4.0",
4591
            "source": {
4592
                "type": "git",
4593
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4594
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4595
            },
4596
            "dist": {
4597
                "type": "zip",
4598
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4599
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4600
                "shasum": ""
4601
            },
4602
            "require": {
4603
                "php": "^5.5 || ^7.0",
4604
                "phpdocumentor/reflection-common": "^1.0"
4605
            },
4606
            "require-dev": {
4607
                "mockery/mockery": "^0.9.4",
4608
                "phpunit/phpunit": "^5.2||^4.8.24"
4609
            },
4610
            "type": "library",
4611
            "extra": {
4612
                "branch-alias": {
4613
                    "dev-master": "1.0.x-dev"
4614
                }
4615
            },
4616
            "autoload": {
4617
                "psr-4": {
4618
                    "phpDocumentor\\Reflection\\": [
4619
                        "src/"
4620
                    ]
4621
                }
4622
            },
4623
            "notification-url": "https://packagist.org/downloads/",
4624
            "license": [
4625
                "MIT"
4626
            ],
4627
            "authors": [
4628
                {
4629
                    "name": "Mike van Riel",
4630
                    "email": "[email protected]"
4631
                }
4632
            ],
4633
            "time": "2017-07-14T14:27:02+00:00"
4634
        },
4635
        {
4636
            "name": "phpspec/prophecy",
4637
            "version": "1.7.6",
4638
            "source": {
4639
                "type": "git",
4640
                "url": "https://github.com/phpspec/prophecy.git",
4641
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
4642
            },
4643
            "dist": {
4644
                "type": "zip",
4645
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4646
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4647
                "shasum": ""
4648
            },
4649
            "require": {
4650
                "doctrine/instantiator": "^1.0.2",
4651
                "php": "^5.3|^7.0",
4652
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4653
                "sebastian/comparator": "^1.1|^2.0|^3.0",
4654
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4655
            },
4656
            "require-dev": {
4657
                "phpspec/phpspec": "^2.5|^3.2",
4658
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
4659
            },
4660
            "type": "library",
4661
            "extra": {
4662
                "branch-alias": {
4663
                    "dev-master": "1.7.x-dev"
4664
                }
4665
            },
4666
            "autoload": {
4667
                "psr-0": {
4668
                    "Prophecy\\": "src/"
4669
                }
4670
            },
4671
            "notification-url": "https://packagist.org/downloads/",
4672
            "license": [
4673
                "MIT"
4674
            ],
4675
            "authors": [
4676
                {
4677
                    "name": "Konstantin Kudryashov",
4678
                    "email": "[email protected]",
4679
                    "homepage": "http://everzet.com"
4680
                },
4681
                {
4682
                    "name": "Marcello Duarte",
4683
                    "email": "[email protected]"
4684
                }
4685
            ],
4686
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4687
            "homepage": "https://github.com/phpspec/prophecy",
4688
            "keywords": [
4689
                "Double",
4690
                "Dummy",
4691
                "fake",
4692
                "mock",
4693
                "spy",
4694
                "stub"
4695
            ],
4696
            "time": "2018-04-18T13:57:24+00:00"
4697
        },
4698
        {
4699
            "name": "phpstan/phpdoc-parser",
4700
            "version": "0.2",
4701
            "source": {
4702
                "type": "git",
4703
                "url": "https://github.com/phpstan/phpdoc-parser.git",
4704
                "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a"
4705
            },
4706
            "dist": {
4707
                "type": "zip",
4708
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/02f909f134fe06f0cd4790d8627ee24efbe84d6a",
4709
                "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a",
4710
                "shasum": ""
4711
            },
4712
            "require": {
4713
                "php": "~7.0"
4714
            },
4715
            "require-dev": {
4716
                "consistence/coding-standard": "^2.0.0",
4717
                "jakub-onderka/php-parallel-lint": "^0.9.2",
4718
                "phing/phing": "^2.16.0",
4719
                "phpstan/phpstan": "^0.9",
4720
                "phpunit/phpunit": "^6.3",
4721
                "slevomat/coding-standard": "^3.3.0"
4722
            },
4723
            "type": "library",
4724
            "extra": {
4725
                "branch-alias": {
4726
                    "dev-master": "0.1-dev"
4727
                }
4728
            },
4729
            "autoload": {
4730
                "psr-4": {
4731
                    "PHPStan\\PhpDocParser\\": [
4732
                        "src/"
4733
                    ]
4734
                }
4735
            },
4736
            "notification-url": "https://packagist.org/downloads/",
4737
            "license": [
4738
                "MIT"
4739
            ],
4740
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
4741
            "time": "2018-01-13T18:19:41+00:00"
4742
        },
4743
        {
4744
            "name": "phpstan/phpstan",
4745
            "version": "0.9.2",
4746
            "source": {
4747
                "type": "git",
4748
                "url": "https://github.com/phpstan/phpstan.git",
4749
                "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488"
4750
            },
4751
            "dist": {
4752
                "type": "zip",
4753
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e59541bcc7cac9b35ca54db6365bf377baf4a488",
4754
                "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488",
4755
                "shasum": ""
4756
            },
4757
            "require": {
4758
                "jean85/pretty-package-versions": "^1.0.3",
4759
                "nette/bootstrap": "^2.4 || ^3.0",
4760
                "nette/di": "^2.4.7 || ^3.0",
4761
                "nette/robot-loader": "^3.0.1",
4762
                "nette/utils": "^2.4.5 || ^3.0",
4763
                "nikic/php-parser": "^3.1",
4764
                "php": "~7.0",
4765
                "phpstan/phpdoc-parser": "^0.2",
4766
                "symfony/console": "~3.2 || ~4.0",
4767
                "symfony/finder": "~3.2 || ~4.0"
4768
            },
4769
            "require-dev": {
4770
                "consistence/coding-standard": "2.2.1",
4771
                "ext-gd": "*",
4772
                "ext-intl": "*",
4773
                "ext-mysqli": "*",
4774
                "jakub-onderka/php-parallel-lint": "^0.9.2",
4775
                "phing/phing": "^2.16.0",
4776
                "phpstan/phpstan-php-parser": "^0.9",
4777
                "phpstan/phpstan-phpunit": "^0.9.3",
4778
                "phpstan/phpstan-strict-rules": "^0.9",
4779
                "phpunit/phpunit": "^6.5.4",
4780
                "slevomat/coding-standard": "4.0.0"
4781
            },
4782
            "bin": [
4783
                "bin/phpstan"
4784
            ],
4785
            "type": "library",
4786
            "extra": {
4787
                "branch-alias": {
4788
                    "dev-master": "0.9-dev"
4789
                }
4790
            },
4791
            "autoload": {
4792
                "psr-4": {
4793
                    "PHPStan\\": [
4794
                        "src/",
4795
                        "build/PHPStan"
4796
                    ]
4797
                }
4798
            },
4799
            "notification-url": "https://packagist.org/downloads/",
4800
            "license": [
4801
                "MIT"
4802
            ],
4803
            "description": "PHPStan - PHP Static Analysis Tool",
4804
            "time": "2018-01-28T13:22:19+00:00"
4805
        },
4806
        {
4807
            "name": "phpunit/php-code-coverage",
4808
            "version": "6.0.4",
4809
            "source": {
4810
                "type": "git",
4811
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4812
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca"
4813
            },
4814
            "dist": {
4815
                "type": "zip",
4816
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52187754b0eed0b8159f62a6fa30073327e8c2ca",
4817
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca",
4818
                "shasum": ""
4819
            },
4820
            "require": {
4821
                "ext-dom": "*",
4822
                "ext-xmlwriter": "*",
4823
                "php": "^7.1",
4824
                "phpunit/php-file-iterator": "^1.4.2",
4825
                "phpunit/php-text-template": "^1.2.1",
4826
                "phpunit/php-token-stream": "^3.0",
4827
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4828
                "sebastian/environment": "^3.1",
4829
                "sebastian/version": "^2.0.1",
4830
                "theseer/tokenizer": "^1.1"
4831
            },
4832
            "require-dev": {
4833
                "phpunit/phpunit": "^7.0"
4834
            },
4835
            "suggest": {
4836
                "ext-xdebug": "^2.6.0"
4837
            },
4838
            "type": "library",
4839
            "extra": {
4840
                "branch-alias": {
4841
                    "dev-master": "6.0-dev"
4842
                }
4843
            },
4844
            "autoload": {
4845
                "classmap": [
4846
                    "src/"
4847
                ]
4848
            },
4849
            "notification-url": "https://packagist.org/downloads/",
4850
            "license": [
4851
                "BSD-3-Clause"
4852
            ],
4853
            "authors": [
4854
                {
4855
                    "name": "Sebastian Bergmann",
4856
                    "email": "[email protected]",
4857
                    "role": "lead"
4858
                }
4859
            ],
4860
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4861
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4862
            "keywords": [
4863
                "coverage",
4864
                "testing",
4865
                "xunit"
4866
            ],
4867
            "time": "2018-04-29T14:59:09+00:00"
4868
        },
4869
        {
4870
            "name": "phpunit/php-file-iterator",
4871
            "version": "1.4.5",
4872
            "source": {
4873
                "type": "git",
4874
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4875
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4876
            },
4877
            "dist": {
4878
                "type": "zip",
4879
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4880
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4881
                "shasum": ""
4882
            },
4883
            "require": {
4884
                "php": ">=5.3.3"
4885
            },
4886
            "type": "library",
4887
            "extra": {
4888
                "branch-alias": {
4889
                    "dev-master": "1.4.x-dev"
4890
                }
4891
            },
4892
            "autoload": {
4893
                "classmap": [
4894
                    "src/"
4895
                ]
4896
            },
4897
            "notification-url": "https://packagist.org/downloads/",
4898
            "license": [
4899
                "BSD-3-Clause"
4900
            ],
4901
            "authors": [
4902
                {
4903
                    "name": "Sebastian Bergmann",
4904
                    "email": "[email protected]",
4905
                    "role": "lead"
4906
                }
4907
            ],
4908
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4909
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4910
            "keywords": [
4911
                "filesystem",
4912
                "iterator"
4913
            ],
4914
            "time": "2017-11-27T13:52:08+00:00"
4915
        },
4916
        {
4917
            "name": "phpunit/php-text-template",
4918
            "version": "1.2.1",
4919
            "source": {
4920
                "type": "git",
4921
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4922
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4923
            },
4924
            "dist": {
4925
                "type": "zip",
4926
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4927
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4928
                "shasum": ""
4929
            },
4930
            "require": {
4931
                "php": ">=5.3.3"
4932
            },
4933
            "type": "library",
4934
            "autoload": {
4935
                "classmap": [
4936
                    "src/"
4937
                ]
4938
            },
4939
            "notification-url": "https://packagist.org/downloads/",
4940
            "license": [
4941
                "BSD-3-Clause"
4942
            ],
4943
            "authors": [
4944
                {
4945
                    "name": "Sebastian Bergmann",
4946
                    "email": "[email protected]",
4947
                    "role": "lead"
4948
                }
4949
            ],
4950
            "description": "Simple template engine.",
4951
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4952
            "keywords": [
4953
                "template"
4954
            ],
4955
            "time": "2015-06-21T13:50:34+00:00"
4956
        },
4957
        {
4958
            "name": "phpunit/php-timer",
4959
            "version": "2.0.0",
4960
            "source": {
4961
                "type": "git",
4962
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4963
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
4964
            },
4965
            "dist": {
4966
                "type": "zip",
4967
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
4968
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
4969
                "shasum": ""
4970
            },
4971
            "require": {
4972
                "php": "^7.1"
4973
            },
4974
            "require-dev": {
4975
                "phpunit/phpunit": "^7.0"
4976
            },
4977
            "type": "library",
4978
            "extra": {
4979
                "branch-alias": {
4980
                    "dev-master": "2.0-dev"
4981
                }
4982
            },
4983
            "autoload": {
4984
                "classmap": [
4985
                    "src/"
4986
                ]
4987
            },
4988
            "notification-url": "https://packagist.org/downloads/",
4989
            "license": [
4990
                "BSD-3-Clause"
4991
            ],
4992
            "authors": [
4993
                {
4994
                    "name": "Sebastian Bergmann",
4995
                    "email": "[email protected]",
4996
                    "role": "lead"
4997
                }
4998
            ],
4999
            "description": "Utility class for timing",
5000
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5001
            "keywords": [
5002
                "timer"
5003
            ],
5004
            "time": "2018-02-01T13:07:23+00:00"
5005
        },
5006
        {
5007
            "name": "phpunit/php-token-stream",
5008
            "version": "3.0.0",
5009
            "source": {
5010
                "type": "git",
5011
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5012
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
5013
            },
5014
            "dist": {
5015
                "type": "zip",
5016
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5017
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5018
                "shasum": ""
5019
            },
5020
            "require": {
5021
                "ext-tokenizer": "*",
5022
                "php": "^7.1"
5023
            },
5024
            "require-dev": {
5025
                "phpunit/phpunit": "^7.0"
5026
            },
5027
            "type": "library",
5028
            "extra": {
5029
                "branch-alias": {
5030
                    "dev-master": "3.0-dev"
5031
                }
5032
            },
5033
            "autoload": {
5034
                "classmap": [
5035
                    "src/"
5036
                ]
5037
            },
5038
            "notification-url": "https://packagist.org/downloads/",
5039
            "license": [
5040
                "BSD-3-Clause"
5041
            ],
5042
            "authors": [
5043
                {
5044
                    "name": "Sebastian Bergmann",
5045
                    "email": "[email protected]"
5046
                }
5047
            ],
5048
            "description": "Wrapper around PHP's tokenizer extension.",
5049
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5050
            "keywords": [
5051
                "tokenizer"
5052
            ],
5053
            "time": "2018-02-01T13:16:43+00:00"
5054
        },
5055
        {
5056
            "name": "phpunit/phpunit",
5057
            "version": "7.1.5",
5058
            "source": {
5059
                "type": "git",
5060
                "url": "https://github.com/sebastianbergmann/phpunit.git",
5061
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435"
5062
            },
5063
            "dist": {
5064
                "type": "zip",
5065
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435",
5066
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435",
5067
                "shasum": ""
5068
            },
5069
            "require": {
5070
                "ext-dom": "*",
5071
                "ext-json": "*",
5072
                "ext-libxml": "*",
5073
                "ext-mbstring": "*",
5074
                "ext-xml": "*",
5075
                "myclabs/deep-copy": "^1.6.1",
5076
                "phar-io/manifest": "^1.0.1",
5077
                "phar-io/version": "^1.0",
5078
                "php": "^7.1",
5079
                "phpspec/prophecy": "^1.7",
5080
                "phpunit/php-code-coverage": "^6.0.1",
5081
                "phpunit/php-file-iterator": "^1.4.3",
5082
                "phpunit/php-text-template": "^1.2.1",
5083
                "phpunit/php-timer": "^2.0",
5084
                "phpunit/phpunit-mock-objects": "^6.1.1",
5085
                "sebastian/comparator": "^3.0",
5086
                "sebastian/diff": "^3.0",
5087
                "sebastian/environment": "^3.1",
5088
                "sebastian/exporter": "^3.1",
5089
                "sebastian/global-state": "^2.0",
5090
                "sebastian/object-enumerator": "^3.0.3",
5091
                "sebastian/resource-operations": "^1.0",
5092
                "sebastian/version": "^2.0.1"
5093
            },
5094
            "require-dev": {
5095
                "ext-pdo": "*"
5096
            },
5097
            "suggest": {
5098
                "ext-xdebug": "*",
5099
                "phpunit/php-invoker": "^2.0"
5100
            },
5101
            "bin": [
5102
                "phpunit"
5103
            ],
5104
            "type": "library",
5105
            "extra": {
5106
                "branch-alias": {
5107
                    "dev-master": "7.1-dev"
5108
                }
5109
            },
5110
            "autoload": {
5111
                "classmap": [
5112
                    "src/"
5113
                ]
5114
            },
5115
            "notification-url": "https://packagist.org/downloads/",
5116
            "license": [
5117
                "BSD-3-Clause"
5118
            ],
5119
            "authors": [
5120
                {
5121
                    "name": "Sebastian Bergmann",
5122
                    "email": "[email protected]",
5123
                    "role": "lead"
5124
                }
5125
            ],
5126
            "description": "The PHP Unit Testing framework.",
5127
            "homepage": "https://phpunit.de/",
5128
            "keywords": [
5129
                "phpunit",
5130
                "testing",
5131
                "xunit"
5132
            ],
5133
            "time": "2018-04-29T15:09:19+00:00"
5134
        },
5135
        {
5136
            "name": "phpunit/phpunit-mock-objects",
5137
            "version": "6.1.1",
5138
            "source": {
5139
                "type": "git",
5140
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
5141
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157"
5142
            },
5143
            "dist": {
5144
                "type": "zip",
5145
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157",
5146
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157",
5147
                "shasum": ""
5148
            },
5149
            "require": {
5150
                "doctrine/instantiator": "^1.0.5",
5151
                "php": "^7.1",
5152
                "phpunit/php-text-template": "^1.2.1",
5153
                "sebastian/exporter": "^3.1"
5154
            },
5155
            "require-dev": {
5156
                "phpunit/phpunit": "^7.0"
5157
            },
5158
            "suggest": {
5159
                "ext-soap": "*"
5160
            },
5161
            "type": "library",
5162
            "extra": {
5163
                "branch-alias": {
5164
                    "dev-master": "6.1-dev"
5165
                }
5166
            },
5167
            "autoload": {
5168
                "classmap": [
5169
                    "src/"
5170
                ]
5171
            },
5172
            "notification-url": "https://packagist.org/downloads/",
5173
            "license": [
5174
                "BSD-3-Clause"
5175
            ],
5176
            "authors": [
5177
                {
5178
                    "name": "Sebastian Bergmann",
5179
                    "email": "[email protected]",
5180
                    "role": "lead"
5181
                }
5182
            ],
5183
            "description": "Mock Object library for PHPUnit",
5184
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5185
            "keywords": [
5186
                "mock",
5187
                "xunit"
5188
            ],
5189
            "time": "2018-04-11T04:50:36+00:00"
5190
        },
5191
        {
5192
            "name": "sebastian/code-unit-reverse-lookup",
5193
            "version": "1.0.1",
5194
            "source": {
5195
                "type": "git",
5196
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5197
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5198
            },
5199
            "dist": {
5200
                "type": "zip",
5201
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5202
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5203
                "shasum": ""
5204
            },
5205
            "require": {
5206
                "php": "^5.6 || ^7.0"
5207
            },
5208
            "require-dev": {
5209
                "phpunit/phpunit": "^5.7 || ^6.0"
5210
            },
5211
            "type": "library",
5212
            "extra": {
5213
                "branch-alias": {
5214
                    "dev-master": "1.0.x-dev"
5215
                }
5216
            },
5217
            "autoload": {
5218
                "classmap": [
5219
                    "src/"
5220
                ]
5221
            },
5222
            "notification-url": "https://packagist.org/downloads/",
5223
            "license": [
5224
                "BSD-3-Clause"
5225
            ],
5226
            "authors": [
5227
                {
5228
                    "name": "Sebastian Bergmann",
5229
                    "email": "[email protected]"
5230
                }
5231
            ],
5232
            "description": "Looks up which function or method a line of code belongs to",
5233
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5234
            "time": "2017-03-04T06:30:41+00:00"
5235
        },
5236
        {
5237
            "name": "sebastian/comparator",
5238
            "version": "3.0.0",
5239
            "source": {
5240
                "type": "git",
5241
                "url": "https://github.com/sebastianbergmann/comparator.git",
5242
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5"
5243
            },
5244
            "dist": {
5245
                "type": "zip",
5246
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
5247
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
5248
                "shasum": ""
5249
            },
5250
            "require": {
5251
                "php": "^7.1",
5252
                "sebastian/diff": "^3.0",
5253
                "sebastian/exporter": "^3.1"
5254
            },
5255
            "require-dev": {
5256
                "phpunit/phpunit": "^7.1"
5257
            },
5258
            "type": "library",
5259
            "extra": {
5260
                "branch-alias": {
5261
                    "dev-master": "3.0-dev"
5262
                }
5263
            },
5264
            "autoload": {
5265
                "classmap": [
5266
                    "src/"
5267
                ]
5268
            },
5269
            "notification-url": "https://packagist.org/downloads/",
5270
            "license": [
5271
                "BSD-3-Clause"
5272
            ],
5273
            "authors": [
5274
                {
5275
                    "name": "Jeff Welch",
5276
                    "email": "[email protected]"
5277
                },
5278
                {
5279
                    "name": "Volker Dusch",
5280
                    "email": "[email protected]"
5281
                },
5282
                {
5283
                    "name": "Bernhard Schussek",
5284
                    "email": "[email protected]"
5285
                },
5286
                {
5287
                    "name": "Sebastian Bergmann",
5288
                    "email": "[email protected]"
5289
                }
5290
            ],
5291
            "description": "Provides the functionality to compare PHP values for equality",
5292
            "homepage": "https://github.com/sebastianbergmann/comparator",
5293
            "keywords": [
5294
                "comparator",
5295
                "compare",
5296
                "equality"
5297
            ],
5298
            "time": "2018-04-18T13:33:00+00:00"
5299
        },
5300
        {
5301
            "name": "sebastian/diff",
5302
            "version": "3.0.0",
5303
            "source": {
5304
                "type": "git",
5305
                "url": "https://github.com/sebastianbergmann/diff.git",
5306
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
5307
            },
5308
            "dist": {
5309
                "type": "zip",
5310
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
5311
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
5312
                "shasum": ""
5313
            },
5314
            "require": {
5315
                "php": "^7.1"
5316
            },
5317
            "require-dev": {
5318
                "phpunit/phpunit": "^7.0",
5319
                "symfony/process": "^2 || ^3.3 || ^4"
5320
            },
5321
            "type": "library",
5322
            "extra": {
5323
                "branch-alias": {
5324
                    "dev-master": "3.0-dev"
5325
                }
5326
            },
5327
            "autoload": {
5328
                "classmap": [
5329
                    "src/"
5330
                ]
5331
            },
5332
            "notification-url": "https://packagist.org/downloads/",
5333
            "license": [
5334
                "BSD-3-Clause"
5335
            ],
5336
            "authors": [
5337
                {
5338
                    "name": "Kore Nordmann",
5339
                    "email": "[email protected]"
5340
                },
5341
                {
5342
                    "name": "Sebastian Bergmann",
5343
                    "email": "[email protected]"
5344
                }
5345
            ],
5346
            "description": "Diff implementation",
5347
            "homepage": "https://github.com/sebastianbergmann/diff",
5348
            "keywords": [
5349
                "diff",
5350
                "udiff",
5351
                "unidiff",
5352
                "unified diff"
5353
            ],
5354
            "time": "2018-02-01T13:45:15+00:00"
5355
        },
5356
        {
5357
            "name": "sebastian/environment",
5358
            "version": "3.1.0",
5359
            "source": {
5360
                "type": "git",
5361
                "url": "https://github.com/sebastianbergmann/environment.git",
5362
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
5363
            },
5364
            "dist": {
5365
                "type": "zip",
5366
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5367
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5368
                "shasum": ""
5369
            },
5370
            "require": {
5371
                "php": "^7.0"
5372
            },
5373
            "require-dev": {
5374
                "phpunit/phpunit": "^6.1"
5375
            },
5376
            "type": "library",
5377
            "extra": {
5378
                "branch-alias": {
5379
                    "dev-master": "3.1.x-dev"
5380
                }
5381
            },
5382
            "autoload": {
5383
                "classmap": [
5384
                    "src/"
5385
                ]
5386
            },
5387
            "notification-url": "https://packagist.org/downloads/",
5388
            "license": [
5389
                "BSD-3-Clause"
5390
            ],
5391
            "authors": [
5392
                {
5393
                    "name": "Sebastian Bergmann",
5394
                    "email": "[email protected]"
5395
                }
5396
            ],
5397
            "description": "Provides functionality to handle HHVM/PHP environments",
5398
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5399
            "keywords": [
5400
                "Xdebug",
5401
                "environment",
5402
                "hhvm"
5403
            ],
5404
            "time": "2017-07-01T08:51:00+00:00"
5405
        },
5406
        {
5407
            "name": "sebastian/exporter",
5408
            "version": "3.1.0",
5409
            "source": {
5410
                "type": "git",
5411
                "url": "https://github.com/sebastianbergmann/exporter.git",
5412
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
5413
            },
5414
            "dist": {
5415
                "type": "zip",
5416
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
5417
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
5418
                "shasum": ""
5419
            },
5420
            "require": {
5421
                "php": "^7.0",
5422
                "sebastian/recursion-context": "^3.0"
5423
            },
5424
            "require-dev": {
5425
                "ext-mbstring": "*",
5426
                "phpunit/phpunit": "^6.0"
5427
            },
5428
            "type": "library",
5429
            "extra": {
5430
                "branch-alias": {
5431
                    "dev-master": "3.1.x-dev"
5432
                }
5433
            },
5434
            "autoload": {
5435
                "classmap": [
5436
                    "src/"
5437
                ]
5438
            },
5439
            "notification-url": "https://packagist.org/downloads/",
5440
            "license": [
5441
                "BSD-3-Clause"
5442
            ],
5443
            "authors": [
5444
                {
5445
                    "name": "Jeff Welch",
5446
                    "email": "[email protected]"
5447
                },
5448
                {
5449
                    "name": "Volker Dusch",
5450
                    "email": "[email protected]"
5451
                },
5452
                {
5453
                    "name": "Bernhard Schussek",
5454
                    "email": "[email protected]"
5455
                },
5456
                {
5457
                    "name": "Sebastian Bergmann",
5458
                    "email": "[email protected]"
5459
                },
5460
                {
5461
                    "name": "Adam Harvey",
5462
                    "email": "[email protected]"
5463
                }
5464
            ],
5465
            "description": "Provides the functionality to export PHP variables for visualization",
5466
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5467
            "keywords": [
5468
                "export",
5469
                "exporter"
5470
            ],
5471
            "time": "2017-04-03T13:19:02+00:00"
5472
        },
5473
        {
5474
            "name": "sebastian/global-state",
5475
            "version": "2.0.0",
5476
            "source": {
5477
                "type": "git",
5478
                "url": "https://github.com/sebastianbergmann/global-state.git",
5479
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5480
            },
5481
            "dist": {
5482
                "type": "zip",
5483
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5484
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5485
                "shasum": ""
5486
            },
5487
            "require": {
5488
                "php": "^7.0"
5489
            },
5490
            "require-dev": {
5491
                "phpunit/phpunit": "^6.0"
5492
            },
5493
            "suggest": {
5494
                "ext-uopz": "*"
5495
            },
5496
            "type": "library",
5497
            "extra": {
5498
                "branch-alias": {
5499
                    "dev-master": "2.0-dev"
5500
                }
5501
            },
5502
            "autoload": {
5503
                "classmap": [
5504
                    "src/"
5505
                ]
5506
            },
5507
            "notification-url": "https://packagist.org/downloads/",
5508
            "license": [
5509
                "BSD-3-Clause"
5510
            ],
5511
            "authors": [
5512
                {
5513
                    "name": "Sebastian Bergmann",
5514
                    "email": "[email protected]"
5515
                }
5516
            ],
5517
            "description": "Snapshotting of global state",
5518
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5519
            "keywords": [
5520
                "global state"
5521
            ],
5522
            "time": "2017-04-27T15:39:26+00:00"
5523
        },
5524
        {
5525
            "name": "sebastian/object-enumerator",
5526
            "version": "3.0.3",
5527
            "source": {
5528
                "type": "git",
5529
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5530
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5531
            },
5532
            "dist": {
5533
                "type": "zip",
5534
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5535
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5536
                "shasum": ""
5537
            },
5538
            "require": {
5539
                "php": "^7.0",
5540
                "sebastian/object-reflector": "^1.1.1",
5541
                "sebastian/recursion-context": "^3.0"
5542
            },
5543
            "require-dev": {
5544
                "phpunit/phpunit": "^6.0"
5545
            },
5546
            "type": "library",
5547
            "extra": {
5548
                "branch-alias": {
5549
                    "dev-master": "3.0.x-dev"
5550
                }
5551
            },
5552
            "autoload": {
5553
                "classmap": [
5554
                    "src/"
5555
                ]
5556
            },
5557
            "notification-url": "https://packagist.org/downloads/",
5558
            "license": [
5559
                "BSD-3-Clause"
5560
            ],
5561
            "authors": [
5562
                {
5563
                    "name": "Sebastian Bergmann",
5564
                    "email": "[email protected]"
5565
                }
5566
            ],
5567
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5568
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5569
            "time": "2017-08-03T12:35:26+00:00"
5570
        },
5571
        {
5572
            "name": "sebastian/object-reflector",
5573
            "version": "1.1.1",
5574
            "source": {
5575
                "type": "git",
5576
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5577
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5578
            },
5579
            "dist": {
5580
                "type": "zip",
5581
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5582
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5583
                "shasum": ""
5584
            },
5585
            "require": {
5586
                "php": "^7.0"
5587
            },
5588
            "require-dev": {
5589
                "phpunit/phpunit": "^6.0"
5590
            },
5591
            "type": "library",
5592
            "extra": {
5593
                "branch-alias": {
5594
                    "dev-master": "1.1-dev"
5595
                }
5596
            },
5597
            "autoload": {
5598
                "classmap": [
5599
                    "src/"
5600
                ]
5601
            },
5602
            "notification-url": "https://packagist.org/downloads/",
5603
            "license": [
5604
                "BSD-3-Clause"
5605
            ],
5606
            "authors": [
5607
                {
5608
                    "name": "Sebastian Bergmann",
5609
                    "email": "[email protected]"
5610
                }
5611
            ],
5612
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5613
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5614
            "time": "2017-03-29T09:07:27+00:00"
5615
        },
5616
        {
5617
            "name": "sebastian/recursion-context",
5618
            "version": "3.0.0",
5619
            "source": {
5620
                "type": "git",
5621
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5622
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5623
            },
5624
            "dist": {
5625
                "type": "zip",
5626
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5627
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5628
                "shasum": ""
5629
            },
5630
            "require": {
5631
                "php": "^7.0"
5632
            },
5633
            "require-dev": {
5634
                "phpunit/phpunit": "^6.0"
5635
            },
5636
            "type": "library",
5637
            "extra": {
5638
                "branch-alias": {
5639
                    "dev-master": "3.0.x-dev"
5640
                }
5641
            },
5642
            "autoload": {
5643
                "classmap": [
5644
                    "src/"
5645
                ]
5646
            },
5647
            "notification-url": "https://packagist.org/downloads/",
5648
            "license": [
5649
                "BSD-3-Clause"
5650
            ],
5651
            "authors": [
5652
                {
5653
                    "name": "Jeff Welch",
5654
                    "email": "[email protected]"
5655
                },
5656
                {
5657
                    "name": "Sebastian Bergmann",
5658
                    "email": "[email protected]"
5659
                },
5660
                {
5661
                    "name": "Adam Harvey",
5662
                    "email": "[email protected]"
5663
                }
5664
            ],
5665
            "description": "Provides functionality to recursively process PHP variables",
5666
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5667
            "time": "2017-03-03T06:23:57+00:00"
5668
        },
5669
        {
5670
            "name": "sebastian/resource-operations",
5671
            "version": "1.0.0",
5672
            "source": {
5673
                "type": "git",
5674
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5675
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5676
            },
5677
            "dist": {
5678
                "type": "zip",
5679
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5680
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5681
                "shasum": ""
5682
            },
5683
            "require": {
5684
                "php": ">=5.6.0"
5685
            },
5686
            "type": "library",
5687
            "extra": {
5688
                "branch-alias": {
5689
                    "dev-master": "1.0.x-dev"
5690
                }
5691
            },
5692
            "autoload": {
5693
                "classmap": [
5694
                    "src/"
5695
                ]
5696
            },
5697
            "notification-url": "https://packagist.org/downloads/",
5698
            "license": [
5699
                "BSD-3-Clause"
5700
            ],
5701
            "authors": [
5702
                {
5703
                    "name": "Sebastian Bergmann",
5704
                    "email": "[email protected]"
5705
                }
5706
            ],
5707
            "description": "Provides a list of PHP built-in functions that operate on resources",
5708
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5709
            "time": "2015-07-28T20:34:47+00:00"
5710
        },
5711
        {
5712
            "name": "sebastian/version",
5713
            "version": "2.0.1",
5714
            "source": {
5715
                "type": "git",
5716
                "url": "https://github.com/sebastianbergmann/version.git",
5717
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5718
            },
5719
            "dist": {
5720
                "type": "zip",
5721
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5722
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5723
                "shasum": ""
5724
            },
5725
            "require": {
5726
                "php": ">=5.6"
5727
            },
5728
            "type": "library",
5729
            "extra": {
5730
                "branch-alias": {
5731
                    "dev-master": "2.0.x-dev"
5732
                }
5733
            },
5734
            "autoload": {
5735
                "classmap": [
5736
                    "src/"
5737
                ]
5738
            },
5739
            "notification-url": "https://packagist.org/downloads/",
5740
            "license": [
5741
                "BSD-3-Clause"
5742
            ],
5743
            "authors": [
5744
                {
5745
                    "name": "Sebastian Bergmann",
5746
                    "email": "[email protected]",
5747
                    "role": "lead"
5748
                }
5749
            ],
5750
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5751
            "homepage": "https://github.com/sebastianbergmann/version",
5752
            "time": "2016-10-03T07:35:21+00:00"
5753
        },
5754
        {
5755
            "name": "squizlabs/php_codesniffer",
5756
            "version": "3.2.3",
5757
            "source": {
5758
                "type": "git",
5759
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5760
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
5761
            },
5762
            "dist": {
5763
                "type": "zip",
5764
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
5765
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
5766
                "shasum": ""
5767
            },
5768
            "require": {
5769
                "ext-simplexml": "*",
5770
                "ext-tokenizer": "*",
5771
                "ext-xmlwriter": "*",
5772
                "php": ">=5.4.0"
5773
            },
5774
            "require-dev": {
5775
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5776
            },
5777
            "bin": [
5778
                "bin/phpcs",
5779
                "bin/phpcbf"
5780
            ],
5781
            "type": "library",
5782
            "extra": {
5783
                "branch-alias": {
5784
                    "dev-master": "3.x-dev"
5785
                }
5786
            },
5787
            "notification-url": "https://packagist.org/downloads/",
5788
            "license": [
5789
                "BSD-3-Clause"
5790
            ],
5791
            "authors": [
5792
                {
5793
                    "name": "Greg Sherwood",
5794
                    "role": "lead"
5795
                }
5796
            ],
5797
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5798
            "homepage": "http://www.squizlabs.com/php-codesniffer",
5799
            "keywords": [
5800
                "phpcs",
5801
                "standards"
5802
            ],
5803
            "time": "2018-02-20T21:35:23+00:00"
5804
        },
5805
        {
5806
            "name": "symfony/dotenv",
5807
            "version": "v4.0.9",
5808
            "source": {
5809
                "type": "git",
5810
                "url": "https://github.com/symfony/dotenv.git",
5811
                "reference": "afb6923923e22874dac20bd042167ccb8df1d158"
5812
            },
5813
            "dist": {
5814
                "type": "zip",
5815
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/afb6923923e22874dac20bd042167ccb8df1d158",
5816
                "reference": "afb6923923e22874dac20bd042167ccb8df1d158",
5817
                "shasum": ""
5818
            },
5819
            "require": {
5820
                "php": "^7.1.3"
5821
            },
5822
            "require-dev": {
5823
                "symfony/process": "~3.4|~4.0"
5824
            },
5825
            "type": "library",
5826
            "extra": {
5827
                "branch-alias": {
5828
                    "dev-master": "4.0-dev"
5829
                }
5830
            },
5831
            "autoload": {
5832
                "psr-4": {
5833
                    "Symfony\\Component\\Dotenv\\": ""
5834
                },
5835
                "exclude-from-classmap": [
5836
                    "/Tests/"
5837
                ]
5838
            },
5839
            "notification-url": "https://packagist.org/downloads/",
5840
            "license": [
5841
                "MIT"
5842
            ],
5843
            "authors": [
5844
                {
5845
                    "name": "Fabien Potencier",
5846
                    "email": "[email protected]"
5847
                },
5848
                {
5849
                    "name": "Symfony Community",
5850
                    "homepage": "https://symfony.com/contributors"
5851
                }
5852
            ],
5853
            "description": "Registers environment variables from a .env file",
5854
            "homepage": "https://symfony.com",
5855
            "keywords": [
5856
                "dotenv",
5857
                "env",
5858
                "environment"
5859
            ],
5860
            "time": "2018-01-03T17:15:19+00:00"
5861
        },
5862
        {
5863
            "name": "symfony/process",
5864
            "version": "v4.0.9",
5865
            "source": {
5866
                "type": "git",
5867
                "url": "https://github.com/symfony/process.git",
5868
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
5869
            },
5870
            "dist": {
5871
                "type": "zip",
5872
                "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
5873
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
5874
                "shasum": ""
5875
            },
5876
            "require": {
5877
                "php": "^7.1.3"
5878
            },
5879
            "type": "library",
5880
            "extra": {
5881
                "branch-alias": {
5882
                    "dev-master": "4.0-dev"
5883
                }
5884
            },
5885
            "autoload": {
5886
                "psr-4": {
5887
                    "Symfony\\Component\\Process\\": ""
5888
                },
5889
                "exclude-from-classmap": [
5890
                    "/Tests/"
5891
                ]
5892
            },
5893
            "notification-url": "https://packagist.org/downloads/",
5894
            "license": [
5895
                "MIT"
5896
            ],
5897
            "authors": [
5898
                {
5899
                    "name": "Fabien Potencier",
5900
                    "email": "[email protected]"
5901
                },
5902
                {
5903
                    "name": "Symfony Community",
5904
                    "homepage": "https://symfony.com/contributors"
5905
                }
5906
            ],
5907
            "description": "Symfony Process Component",
5908
            "homepage": "https://symfony.com",
5909
            "time": "2018-04-03T05:24:00+00:00"
5910
        },
5911
        {
5912
            "name": "symfony/stopwatch",
5913
            "version": "v4.0.9",
5914
            "source": {
5915
                "type": "git",
5916
                "url": "https://github.com/symfony/stopwatch.git",
5917
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042"
5918
            },
5919
            "dist": {
5920
                "type": "zip",
5921
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6795ffa2f8eebedac77f045aa62c0c10b2763042",
5922
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042",
5923
                "shasum": ""
5924
            },
5925
            "require": {
5926
                "php": "^7.1.3"
5927
            },
5928
            "type": "library",
5929
            "extra": {
5930
                "branch-alias": {
5931
                    "dev-master": "4.0-dev"
5932
                }
5933
            },
5934
            "autoload": {
5935
                "psr-4": {
5936
                    "Symfony\\Component\\Stopwatch\\": ""
5937
                },
5938
                "exclude-from-classmap": [
5939
                    "/Tests/"
5940
                ]
5941
            },
5942
            "notification-url": "https://packagist.org/downloads/",
5943
            "license": [
5944
                "MIT"
5945
            ],
5946
            "authors": [
5947
                {
5948
                    "name": "Fabien Potencier",
5949
                    "email": "[email protected]"
5950
                },
5951
                {
5952
                    "name": "Symfony Community",
5953
                    "homepage": "https://symfony.com/contributors"
5954
                }
5955
            ],
5956
            "description": "Symfony Stopwatch Component",
5957
            "homepage": "https://symfony.com",
5958
            "time": "2018-02-19T16:50:22+00:00"
5959
        },
5960
        {
5961
            "name": "symfony/web-server-bundle",
5962
            "version": "v4.0.9",
5963
            "source": {
5964
                "type": "git",
5965
                "url": "https://github.com/symfony/web-server-bundle.git",
5966
                "reference": "20ad52df8164d2eae029e6bb24356956c52380be"
5967
            },
5968
            "dist": {
5969
                "type": "zip",
5970
                "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/20ad52df8164d2eae029e6bb24356956c52380be",
5971
                "reference": "20ad52df8164d2eae029e6bb24356956c52380be",
5972
                "shasum": ""
5973
            },
5974
            "require": {
5975
                "php": "^7.1.3",
5976
                "symfony/config": "~3.4|~4.0",
5977
                "symfony/console": "~3.4|~4.0",
5978
                "symfony/dependency-injection": "~3.4|~4.0",
5979
                "symfony/http-kernel": "~3.4|~4.0",
5980
                "symfony/process": "^3.4.2|^4.0.2"
5981
            },
5982
            "suggest": {
5983
                "symfony/expression-language": "For using the filter option of the log server.",
5984
                "symfony/monolog-bridge": "For using the log server."
5985
            },
5986
            "type": "symfony-bundle",
5987
            "extra": {
5988
                "branch-alias": {
5989
                    "dev-master": "4.0-dev"
5990
                }
5991
            },
5992
            "autoload": {
5993
                "psr-4": {
5994
                    "Symfony\\Bundle\\WebServerBundle\\": ""
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 WebServerBundle",
6015
            "homepage": "https://symfony.com",
6016
            "time": "2018-01-03T17:15:19+00:00"
6017
        },
6018
        {
6019
            "name": "theseer/tokenizer",
6020
            "version": "1.1.0",
6021
            "source": {
6022
                "type": "git",
6023
                "url": "https://github.com/theseer/tokenizer.git",
6024
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
6025
            },
6026
            "dist": {
6027
                "type": "zip",
6028
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6029
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
6030
                "shasum": ""
6031
            },
6032
            "require": {
6033
                "ext-dom": "*",
6034
                "ext-tokenizer": "*",
6035
                "ext-xmlwriter": "*",
6036
                "php": "^7.0"
6037
            },
6038
            "type": "library",
6039
            "autoload": {
6040
                "classmap": [
6041
                    "src/"
6042
                ]
6043
            },
6044
            "notification-url": "https://packagist.org/downloads/",
6045
            "license": [
6046
                "BSD-3-Clause"
6047
            ],
6048
            "authors": [
6049
                {
6050
                    "name": "Arne Blankerts",
6051
                    "email": "[email protected]",
6052
                    "role": "Developer"
6053
                }
6054
            ],
6055
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6056
            "time": "2017-04-07T12:08:54+00:00"
6057
        },
6058
        {
6059
            "name": "webmozart/assert",
6060
            "version": "1.3.0",
6061
            "source": {
6062
                "type": "git",
6063
                "url": "https://github.com/webmozart/assert.git",
6064
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
6065
            },
6066
            "dist": {
6067
                "type": "zip",
6068
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
6069
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
6070
                "shasum": ""
6071
            },
6072
            "require": {
6073
                "php": "^5.3.3 || ^7.0"
6074
            },
6075
            "require-dev": {
6076
                "phpunit/phpunit": "^4.6",
6077
                "sebastian/version": "^1.0.1"
6078
            },
6079
            "type": "library",
6080
            "extra": {
6081
                "branch-alias": {
6082
                    "dev-master": "1.3-dev"
6083
                }
6084
            },
6085
            "autoload": {
6086
                "psr-4": {
6087
                    "Webmozart\\Assert\\": "src/"
6088
                }
6089
            },
6090
            "notification-url": "https://packagist.org/downloads/",
6091
            "license": [
6092
                "MIT"
6093
            ],
6094
            "authors": [
6095
                {
6096
                    "name": "Bernhard Schussek",
6097
                    "email": "[email protected]"
6098
                }
6099
            ],
6100
            "description": "Assertions to validate method input/output with nice error messages.",
6101
            "keywords": [
6102
                "assert",
6103
                "check",
6104
                "validate"
6105
            ],
6106
            "time": "2018-01-29T19:49:41+00:00"
6107
        }
6108
    ],
6109
    "aliases": [],
6110
    "minimum-stability": "stable",
6111
    "stability-flags": {
6112
        "symfony/lts": 20
6113
    },
6114
    "prefer-stable": false,
6115
    "prefer-lowest": false,
6116
    "platform": {
6117
        "php": "^7.2.4",
6118
        "ext-iconv": "*"
6119
    },
6120
    "platform-dev": []
6121
}
6122