Issues (12)

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": "6844f6f90c184c3eed6713ba52a6b303",
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/asset",
2084
            "version": "v4.1.0",
2085
            "source": {
2086
                "type": "git",
2087
                "url": "https://github.com/symfony/asset.git",
2088
                "reference": "73358508628c10832e87c3ff18db527d48387afc"
2089
            },
2090
            "dist": {
2091
                "type": "zip",
2092
                "url": "https://api.github.com/repos/symfony/asset/zipball/73358508628c10832e87c3ff18db527d48387afc",
2093
                "reference": "73358508628c10832e87c3ff18db527d48387afc",
2094
                "shasum": ""
2095
            },
2096
            "require": {
2097
                "php": "^7.1.3"
2098
            },
2099
            "require-dev": {
2100
                "symfony/http-foundation": "~3.4|~4.0",
2101
                "symfony/http-kernel": "~3.4|~4.0"
2102
            },
2103
            "suggest": {
2104
                "symfony/http-foundation": ""
2105
            },
2106
            "type": "library",
2107
            "extra": {
2108
                "branch-alias": {
2109
                    "dev-master": "4.1-dev"
2110
                }
2111
            },
2112
            "autoload": {
2113
                "psr-4": {
2114
                    "Symfony\\Component\\Asset\\": ""
2115
                },
2116
                "exclude-from-classmap": [
2117
                    "/Tests/"
2118
                ]
2119
            },
2120
            "notification-url": "https://packagist.org/downloads/",
2121
            "license": [
2122
                "MIT"
2123
            ],
2124
            "authors": [
2125
                {
2126
                    "name": "Fabien Potencier",
2127
                    "email": "[email protected]"
2128
                },
2129
                {
2130
                    "name": "Symfony Community",
2131
                    "homepage": "https://symfony.com/contributors"
2132
                }
2133
            ],
2134
            "description": "Symfony Asset Component",
2135
            "homepage": "https://symfony.com",
2136
            "time": "2018-05-30T07:26:09+00:00"
2137
        },
2138
        {
2139
            "name": "symfony/cache",
2140
            "version": "v4.0.9",
2141
            "source": {
2142
                "type": "git",
2143
                "url": "https://github.com/symfony/cache.git",
2144
                "reference": "ff96ef34437ccc2c0737677c1bf14904a2b9482d"
2145
            },
2146
            "dist": {
2147
                "type": "zip",
2148
                "url": "https://api.github.com/repos/symfony/cache/zipball/ff96ef34437ccc2c0737677c1bf14904a2b9482d",
2149
                "reference": "ff96ef34437ccc2c0737677c1bf14904a2b9482d",
2150
                "shasum": ""
2151
            },
2152
            "require": {
2153
                "php": "^7.1.3",
2154
                "psr/cache": "~1.0",
2155
                "psr/log": "~1.0",
2156
                "psr/simple-cache": "^1.0"
2157
            },
2158
            "conflict": {
2159
                "symfony/var-dumper": "<3.4"
2160
            },
2161
            "provide": {
2162
                "psr/cache-implementation": "1.0",
2163
                "psr/simple-cache-implementation": "1.0"
2164
            },
2165
            "require-dev": {
2166
                "cache/integration-tests": "dev-master",
2167
                "doctrine/cache": "~1.6",
2168
                "doctrine/dbal": "~2.4",
2169
                "predis/predis": "~1.0"
2170
            },
2171
            "type": "library",
2172
            "extra": {
2173
                "branch-alias": {
2174
                    "dev-master": "4.0-dev"
2175
                }
2176
            },
2177
            "autoload": {
2178
                "psr-4": {
2179
                    "Symfony\\Component\\Cache\\": ""
2180
                },
2181
                "exclude-from-classmap": [
2182
                    "/Tests/"
2183
                ]
2184
            },
2185
            "notification-url": "https://packagist.org/downloads/",
2186
            "license": [
2187
                "MIT"
2188
            ],
2189
            "authors": [
2190
                {
2191
                    "name": "Nicolas Grekas",
2192
                    "email": "[email protected]"
2193
                },
2194
                {
2195
                    "name": "Symfony Community",
2196
                    "homepage": "https://symfony.com/contributors"
2197
                }
2198
            ],
2199
            "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2200
            "homepage": "https://symfony.com",
2201
            "keywords": [
2202
                "caching",
2203
                "psr6"
2204
            ],
2205
            "time": "2018-04-30T01:05:59+00:00"
2206
        },
2207
        {
2208
            "name": "symfony/config",
2209
            "version": "v4.0.9",
2210
            "source": {
2211
                "type": "git",
2212
                "url": "https://github.com/symfony/config.git",
2213
                "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8"
2214
            },
2215
            "dist": {
2216
                "type": "zip",
2217
                "url": "https://api.github.com/repos/symfony/config/zipball/7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
2218
                "reference": "7c19370ab04e9ac05b74a504198e165f5ccf6dd8",
2219
                "shasum": ""
2220
            },
2221
            "require": {
2222
                "php": "^7.1.3",
2223
                "symfony/filesystem": "~3.4|~4.0"
2224
            },
2225
            "conflict": {
2226
                "symfony/finder": "<3.4"
2227
            },
2228
            "require-dev": {
2229
                "symfony/dependency-injection": "~3.4|~4.0",
2230
                "symfony/event-dispatcher": "~3.4|~4.0",
2231
                "symfony/finder": "~3.4|~4.0",
2232
                "symfony/yaml": "~3.4|~4.0"
2233
            },
2234
            "suggest": {
2235
                "symfony/yaml": "To use the yaml reference dumper"
2236
            },
2237
            "type": "library",
2238
            "extra": {
2239
                "branch-alias": {
2240
                    "dev-master": "4.0-dev"
2241
                }
2242
            },
2243
            "autoload": {
2244
                "psr-4": {
2245
                    "Symfony\\Component\\Config\\": ""
2246
                },
2247
                "exclude-from-classmap": [
2248
                    "/Tests/"
2249
                ]
2250
            },
2251
            "notification-url": "https://packagist.org/downloads/",
2252
            "license": [
2253
                "MIT"
2254
            ],
2255
            "authors": [
2256
                {
2257
                    "name": "Fabien Potencier",
2258
                    "email": "[email protected]"
2259
                },
2260
                {
2261
                    "name": "Symfony Community",
2262
                    "homepage": "https://symfony.com/contributors"
2263
                }
2264
            ],
2265
            "description": "Symfony Config Component",
2266
            "homepage": "https://symfony.com",
2267
            "time": "2018-03-19T22:35:49+00:00"
2268
        },
2269
        {
2270
            "name": "symfony/console",
2271
            "version": "v4.0.9",
2272
            "source": {
2273
                "type": "git",
2274
                "url": "https://github.com/symfony/console.git",
2275
                "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
2276
            },
2277
            "dist": {
2278
                "type": "zip",
2279
                "url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
2280
                "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
2281
                "shasum": ""
2282
            },
2283
            "require": {
2284
                "php": "^7.1.3",
2285
                "symfony/polyfill-mbstring": "~1.0"
2286
            },
2287
            "conflict": {
2288
                "symfony/dependency-injection": "<3.4",
2289
                "symfony/process": "<3.3"
2290
            },
2291
            "require-dev": {
2292
                "psr/log": "~1.0",
2293
                "symfony/config": "~3.4|~4.0",
2294
                "symfony/dependency-injection": "~3.4|~4.0",
2295
                "symfony/event-dispatcher": "~3.4|~4.0",
2296
                "symfony/lock": "~3.4|~4.0",
2297
                "symfony/process": "~3.4|~4.0"
2298
            },
2299
            "suggest": {
2300
                "psr/log-implementation": "For using the console logger",
2301
                "symfony/event-dispatcher": "",
2302
                "symfony/lock": "",
2303
                "symfony/process": ""
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\\Console\\": ""
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 Console Component",
2334
            "homepage": "https://symfony.com",
2335
            "time": "2018-04-30T01:23:47+00:00"
2336
        },
2337
        {
2338
            "name": "symfony/debug",
2339
            "version": "v4.1.0",
2340
            "source": {
2341
                "type": "git",
2342
                "url": "https://github.com/symfony/debug.git",
2343
                "reference": "449f8b00b28ab6e6912c3e6b920406143b27193b"
2344
            },
2345
            "dist": {
2346
                "type": "zip",
2347
                "url": "https://api.github.com/repos/symfony/debug/zipball/449f8b00b28ab6e6912c3e6b920406143b27193b",
2348
                "reference": "449f8b00b28ab6e6912c3e6b920406143b27193b",
2349
                "shasum": ""
2350
            },
2351
            "require": {
2352
                "php": "^7.1.3",
2353
                "psr/log": "~1.0"
2354
            },
2355
            "conflict": {
2356
                "symfony/http-kernel": "<3.4"
2357
            },
2358
            "require-dev": {
2359
                "symfony/http-kernel": "~3.4|~4.0"
2360
            },
2361
            "type": "library",
2362
            "extra": {
2363
                "branch-alias": {
2364
                    "dev-master": "4.1-dev"
2365
                }
2366
            },
2367
            "autoload": {
2368
                "psr-4": {
2369
                    "Symfony\\Component\\Debug\\": ""
2370
                },
2371
                "exclude-from-classmap": [
2372
                    "/Tests/"
2373
                ]
2374
            },
2375
            "notification-url": "https://packagist.org/downloads/",
2376
            "license": [
2377
                "MIT"
2378
            ],
2379
            "authors": [
2380
                {
2381
                    "name": "Fabien Potencier",
2382
                    "email": "[email protected]"
2383
                },
2384
                {
2385
                    "name": "Symfony Community",
2386
                    "homepage": "https://symfony.com/contributors"
2387
                }
2388
            ],
2389
            "description": "Symfony Debug Component",
2390
            "homepage": "https://symfony.com",
2391
            "time": "2018-05-16T14:33:22+00:00"
2392
        },
2393
        {
2394
            "name": "symfony/dependency-injection",
2395
            "version": "v4.0.9",
2396
            "source": {
2397
                "type": "git",
2398
                "url": "https://github.com/symfony/dependency-injection.git",
2399
                "reference": "1f99622d8a63b160bfdd0ad7b2da56ee413cba64"
2400
            },
2401
            "dist": {
2402
                "type": "zip",
2403
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1f99622d8a63b160bfdd0ad7b2da56ee413cba64",
2404
                "reference": "1f99622d8a63b160bfdd0ad7b2da56ee413cba64",
2405
                "shasum": ""
2406
            },
2407
            "require": {
2408
                "php": "^7.1.3",
2409
                "psr/container": "^1.0"
2410
            },
2411
            "conflict": {
2412
                "symfony/config": "<3.4",
2413
                "symfony/finder": "<3.4",
2414
                "symfony/proxy-manager-bridge": "<3.4",
2415
                "symfony/yaml": "<3.4"
2416
            },
2417
            "provide": {
2418
                "psr/container-implementation": "1.0"
2419
            },
2420
            "require-dev": {
2421
                "symfony/config": "~3.4|~4.0",
2422
                "symfony/expression-language": "~3.4|~4.0",
2423
                "symfony/yaml": "~3.4|~4.0"
2424
            },
2425
            "suggest": {
2426
                "symfony/config": "",
2427
                "symfony/expression-language": "For using expressions in service container configuration",
2428
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2429
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2430
                "symfony/yaml": ""
2431
            },
2432
            "type": "library",
2433
            "extra": {
2434
                "branch-alias": {
2435
                    "dev-master": "4.0-dev"
2436
                }
2437
            },
2438
            "autoload": {
2439
                "psr-4": {
2440
                    "Symfony\\Component\\DependencyInjection\\": ""
2441
                },
2442
                "exclude-from-classmap": [
2443
                    "/Tests/"
2444
                ]
2445
            },
2446
            "notification-url": "https://packagist.org/downloads/",
2447
            "license": [
2448
                "MIT"
2449
            ],
2450
            "authors": [
2451
                {
2452
                    "name": "Fabien Potencier",
2453
                    "email": "[email protected]"
2454
                },
2455
                {
2456
                    "name": "Symfony Community",
2457
                    "homepage": "https://symfony.com/contributors"
2458
                }
2459
            ],
2460
            "description": "Symfony DependencyInjection Component",
2461
            "homepage": "https://symfony.com",
2462
            "time": "2018-04-30T01:05:59+00:00"
2463
        },
2464
        {
2465
            "name": "symfony/doctrine-bridge",
2466
            "version": "v4.0.9",
2467
            "source": {
2468
                "type": "git",
2469
                "url": "https://github.com/symfony/doctrine-bridge.git",
2470
                "reference": "9ef7076f5b3f40c61ff2598fafe67ae778687c78"
2471
            },
2472
            "dist": {
2473
                "type": "zip",
2474
                "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/9ef7076f5b3f40c61ff2598fafe67ae778687c78",
2475
                "reference": "9ef7076f5b3f40c61ff2598fafe67ae778687c78",
2476
                "shasum": ""
2477
            },
2478
            "require": {
2479
                "doctrine/common": "~2.4",
2480
                "php": "^7.1.3",
2481
                "symfony/polyfill-mbstring": "~1.0"
2482
            },
2483
            "conflict": {
2484
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2485
                "symfony/dependency-injection": "<3.4"
2486
            },
2487
            "require-dev": {
2488
                "doctrine/data-fixtures": "1.0.*",
2489
                "doctrine/dbal": "~2.4",
2490
                "doctrine/orm": "^2.4.5",
2491
                "symfony/dependency-injection": "~3.4|~4.0",
2492
                "symfony/expression-language": "~3.4|~4.0",
2493
                "symfony/form": "~3.4|~4.0",
2494
                "symfony/http-kernel": "~3.4|~4.0",
2495
                "symfony/property-access": "~3.4|~4.0",
2496
                "symfony/property-info": "~3.4|~4.0",
2497
                "symfony/proxy-manager-bridge": "~3.4|~4.0",
2498
                "symfony/security": "~3.4|~4.0",
2499
                "symfony/stopwatch": "~3.4|~4.0",
2500
                "symfony/translation": "~3.4|~4.0",
2501
                "symfony/validator": "~3.4|~4.0"
2502
            },
2503
            "suggest": {
2504
                "doctrine/data-fixtures": "",
2505
                "doctrine/dbal": "",
2506
                "doctrine/orm": "",
2507
                "symfony/form": "",
2508
                "symfony/property-info": "",
2509
                "symfony/validator": ""
2510
            },
2511
            "type": "symfony-bridge",
2512
            "extra": {
2513
                "branch-alias": {
2514
                    "dev-master": "4.0-dev"
2515
                }
2516
            },
2517
            "autoload": {
2518
                "psr-4": {
2519
                    "Symfony\\Bridge\\Doctrine\\": ""
2520
                },
2521
                "exclude-from-classmap": [
2522
                    "/Tests/"
2523
                ]
2524
            },
2525
            "notification-url": "https://packagist.org/downloads/",
2526
            "license": [
2527
                "MIT"
2528
            ],
2529
            "authors": [
2530
                {
2531
                    "name": "Fabien Potencier",
2532
                    "email": "[email protected]"
2533
                },
2534
                {
2535
                    "name": "Symfony Community",
2536
                    "homepage": "https://symfony.com/contributors"
2537
                }
2538
            ],
2539
            "description": "Symfony Doctrine Bridge",
2540
            "homepage": "https://symfony.com",
2541
            "time": "2018-04-26T16:12:06+00:00"
2542
        },
2543
        {
2544
            "name": "symfony/event-dispatcher",
2545
            "version": "v4.1.0",
2546
            "source": {
2547
                "type": "git",
2548
                "url": "https://github.com/symfony/event-dispatcher.git",
2549
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
2550
            },
2551
            "dist": {
2552
                "type": "zip",
2553
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
2554
                "reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
2555
                "shasum": ""
2556
            },
2557
            "require": {
2558
                "php": "^7.1.3"
2559
            },
2560
            "conflict": {
2561
                "symfony/dependency-injection": "<3.4"
2562
            },
2563
            "require-dev": {
2564
                "psr/log": "~1.0",
2565
                "symfony/config": "~3.4|~4.0",
2566
                "symfony/dependency-injection": "~3.4|~4.0",
2567
                "symfony/expression-language": "~3.4|~4.0",
2568
                "symfony/stopwatch": "~3.4|~4.0"
2569
            },
2570
            "suggest": {
2571
                "symfony/dependency-injection": "",
2572
                "symfony/http-kernel": ""
2573
            },
2574
            "type": "library",
2575
            "extra": {
2576
                "branch-alias": {
2577
                    "dev-master": "4.1-dev"
2578
                }
2579
            },
2580
            "autoload": {
2581
                "psr-4": {
2582
                    "Symfony\\Component\\EventDispatcher\\": ""
2583
                },
2584
                "exclude-from-classmap": [
2585
                    "/Tests/"
2586
                ]
2587
            },
2588
            "notification-url": "https://packagist.org/downloads/",
2589
            "license": [
2590
                "MIT"
2591
            ],
2592
            "authors": [
2593
                {
2594
                    "name": "Fabien Potencier",
2595
                    "email": "[email protected]"
2596
                },
2597
                {
2598
                    "name": "Symfony Community",
2599
                    "homepage": "https://symfony.com/contributors"
2600
                }
2601
            ],
2602
            "description": "Symfony EventDispatcher Component",
2603
            "homepage": "https://symfony.com",
2604
            "time": "2018-04-06T07:35:57+00:00"
2605
        },
2606
        {
2607
            "name": "symfony/filesystem",
2608
            "version": "v4.0.9",
2609
            "source": {
2610
                "type": "git",
2611
                "url": "https://github.com/symfony/filesystem.git",
2612
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
2613
            },
2614
            "dist": {
2615
                "type": "zip",
2616
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2617
                "reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
2618
                "shasum": ""
2619
            },
2620
            "require": {
2621
                "php": "^7.1.3"
2622
            },
2623
            "type": "library",
2624
            "extra": {
2625
                "branch-alias": {
2626
                    "dev-master": "4.0-dev"
2627
                }
2628
            },
2629
            "autoload": {
2630
                "psr-4": {
2631
                    "Symfony\\Component\\Filesystem\\": ""
2632
                },
2633
                "exclude-from-classmap": [
2634
                    "/Tests/"
2635
                ]
2636
            },
2637
            "notification-url": "https://packagist.org/downloads/",
2638
            "license": [
2639
                "MIT"
2640
            ],
2641
            "authors": [
2642
                {
2643
                    "name": "Fabien Potencier",
2644
                    "email": "[email protected]"
2645
                },
2646
                {
2647
                    "name": "Symfony Community",
2648
                    "homepage": "https://symfony.com/contributors"
2649
                }
2650
            ],
2651
            "description": "Symfony Filesystem Component",
2652
            "homepage": "https://symfony.com",
2653
            "time": "2018-02-22T10:50:29+00:00"
2654
        },
2655
        {
2656
            "name": "symfony/finder",
2657
            "version": "v4.0.9",
2658
            "source": {
2659
                "type": "git",
2660
                "url": "https://github.com/symfony/finder.git",
2661
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
2662
            },
2663
            "dist": {
2664
                "type": "zip",
2665
                "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2666
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2667
                "shasum": ""
2668
            },
2669
            "require": {
2670
                "php": "^7.1.3"
2671
            },
2672
            "type": "library",
2673
            "extra": {
2674
                "branch-alias": {
2675
                    "dev-master": "4.0-dev"
2676
                }
2677
            },
2678
            "autoload": {
2679
                "psr-4": {
2680
                    "Symfony\\Component\\Finder\\": ""
2681
                },
2682
                "exclude-from-classmap": [
2683
                    "/Tests/"
2684
                ]
2685
            },
2686
            "notification-url": "https://packagist.org/downloads/",
2687
            "license": [
2688
                "MIT"
2689
            ],
2690
            "authors": [
2691
                {
2692
                    "name": "Fabien Potencier",
2693
                    "email": "[email protected]"
2694
                },
2695
                {
2696
                    "name": "Symfony Community",
2697
                    "homepage": "https://symfony.com/contributors"
2698
                }
2699
            ],
2700
            "description": "Symfony Finder Component",
2701
            "homepage": "https://symfony.com",
2702
            "time": "2018-04-04T05:10:37+00:00"
2703
        },
2704
        {
2705
            "name": "symfony/flex",
2706
            "version": "v1.0.80",
2707
            "source": {
2708
                "type": "git",
2709
                "url": "https://github.com/symfony/flex.git",
2710
                "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e"
2711
            },
2712
            "dist": {
2713
                "type": "zip",
2714
                "url": "https://api.github.com/repos/symfony/flex/zipball/729aee08d62b47224e85b83c97e2824ff7d1735e",
2715
                "reference": "729aee08d62b47224e85b83c97e2824ff7d1735e",
2716
                "shasum": ""
2717
            },
2718
            "require": {
2719
                "composer-plugin-api": "^1.0",
2720
                "php": "^7.0"
2721
            },
2722
            "require-dev": {
2723
                "composer/composer": "^1.0.2",
2724
                "symfony/phpunit-bridge": "^3.2.8"
2725
            },
2726
            "type": "composer-plugin",
2727
            "extra": {
2728
                "branch-alias": {
2729
                    "dev-master": "1.0-dev"
2730
                },
2731
                "class": "Symfony\\Flex\\Flex"
2732
            },
2733
            "autoload": {
2734
                "psr-4": {
2735
                    "Symfony\\Flex\\": "src"
2736
                }
2737
            },
2738
            "notification-url": "https://packagist.org/downloads/",
2739
            "license": [
2740
                "MIT"
2741
            ],
2742
            "authors": [
2743
                {
2744
                    "name": "Fabien Potencier",
2745
                    "email": "[email protected]"
2746
                }
2747
            ],
2748
            "time": "2018-05-02T19:08:56+00:00"
2749
        },
2750
        {
2751
            "name": "symfony/form",
2752
            "version": "v4.1.0",
2753
            "source": {
2754
                "type": "git",
2755
                "url": "https://github.com/symfony/form.git",
2756
                "reference": "95f8237303e1f7101fee0e72d6ba630a3e4c5178"
2757
            },
2758
            "dist": {
2759
                "type": "zip",
2760
                "url": "https://api.github.com/repos/symfony/form/zipball/95f8237303e1f7101fee0e72d6ba630a3e4c5178",
2761
                "reference": "95f8237303e1f7101fee0e72d6ba630a3e4c5178",
2762
                "shasum": ""
2763
            },
2764
            "require": {
2765
                "php": "^7.1.3",
2766
                "symfony/event-dispatcher": "~3.4|~4.0",
2767
                "symfony/intl": "~3.4|~4.0",
2768
                "symfony/options-resolver": "~3.4|~4.0",
2769
                "symfony/polyfill-ctype": "~1.8",
2770
                "symfony/polyfill-mbstring": "~1.0",
2771
                "symfony/property-access": "~3.4|~4.0"
2772
            },
2773
            "conflict": {
2774
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2775
                "symfony/dependency-injection": "<3.4",
2776
                "symfony/doctrine-bridge": "<3.4",
2777
                "symfony/framework-bundle": "<3.4",
2778
                "symfony/http-kernel": "<3.4",
2779
                "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
2780
            },
2781
            "require-dev": {
2782
                "doctrine/collections": "~1.0",
2783
                "symfony/config": "~3.4|~4.0",
2784
                "symfony/console": "~3.4|~4.0",
2785
                "symfony/dependency-injection": "~3.4|~4.0",
2786
                "symfony/http-foundation": "~3.4|~4.0",
2787
                "symfony/http-kernel": "~3.4|~4.0",
2788
                "symfony/security-csrf": "~3.4|~4.0",
2789
                "symfony/translation": "~3.4|~4.0",
2790
                "symfony/validator": "~3.4|~4.0",
2791
                "symfony/var-dumper": "~3.4|~4.0"
2792
            },
2793
            "suggest": {
2794
                "symfony/framework-bundle": "For templating with PHP.",
2795
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
2796
                "symfony/twig-bridge": "For templating with Twig.",
2797
                "symfony/validator": "For form validation."
2798
            },
2799
            "type": "library",
2800
            "extra": {
2801
                "branch-alias": {
2802
                    "dev-master": "4.1-dev"
2803
                }
2804
            },
2805
            "autoload": {
2806
                "psr-4": {
2807
                    "Symfony\\Component\\Form\\": ""
2808
                },
2809
                "exclude-from-classmap": [
2810
                    "/Tests/"
2811
                ]
2812
            },
2813
            "notification-url": "https://packagist.org/downloads/",
2814
            "license": [
2815
                "MIT"
2816
            ],
2817
            "authors": [
2818
                {
2819
                    "name": "Fabien Potencier",
2820
                    "email": "[email protected]"
2821
                },
2822
                {
2823
                    "name": "Symfony Community",
2824
                    "homepage": "https://symfony.com/contributors"
2825
                }
2826
            ],
2827
            "description": "Symfony Form Component",
2828
            "homepage": "https://symfony.com",
2829
            "time": "2018-05-30T07:26:09+00:00"
2830
        },
2831
        {
2832
            "name": "symfony/framework-bundle",
2833
            "version": "v4.0.9",
2834
            "source": {
2835
                "type": "git",
2836
                "url": "https://github.com/symfony/framework-bundle.git",
2837
                "reference": "a9ad75416b86e0c472abb2c1e8799563d6ed6b56"
2838
            },
2839
            "dist": {
2840
                "type": "zip",
2841
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a9ad75416b86e0c472abb2c1e8799563d6ed6b56",
2842
                "reference": "a9ad75416b86e0c472abb2c1e8799563d6ed6b56",
2843
                "shasum": ""
2844
            },
2845
            "require": {
2846
                "ext-xml": "*",
2847
                "php": "^7.1.3",
2848
                "symfony/cache": "~3.4|~4.0",
2849
                "symfony/config": "~3.4|~4.0",
2850
                "symfony/dependency-injection": "^3.4.3|^4.0.3",
2851
                "symfony/event-dispatcher": "~3.4|~4.0",
2852
                "symfony/filesystem": "~3.4|~4.0",
2853
                "symfony/finder": "~3.4|~4.0",
2854
                "symfony/http-foundation": "~3.4|~4.0",
2855
                "symfony/http-kernel": "~3.4|~4.0",
2856
                "symfony/polyfill-mbstring": "~1.0",
2857
                "symfony/routing": "^3.4.5|^4.0.5"
2858
            },
2859
            "conflict": {
2860
                "phpdocumentor/reflection-docblock": "<3.0",
2861
                "phpdocumentor/type-resolver": "<0.2.1",
2862
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2863
                "symfony/asset": "<3.4",
2864
                "symfony/console": "<3.4",
2865
                "symfony/form": "<3.4",
2866
                "symfony/property-info": "<3.4",
2867
                "symfony/serializer": "<3.4",
2868
                "symfony/stopwatch": "<3.4",
2869
                "symfony/translation": "<3.4",
2870
                "symfony/validator": "<3.4",
2871
                "symfony/workflow": "<3.4"
2872
            },
2873
            "require-dev": {
2874
                "doctrine/annotations": "~1.0",
2875
                "doctrine/cache": "~1.0",
2876
                "fig/link-util": "^1.0",
2877
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2878
                "symfony/asset": "~3.4|~4.0",
2879
                "symfony/browser-kit": "~3.4|~4.0",
2880
                "symfony/console": "~3.4|~4.0",
2881
                "symfony/css-selector": "~3.4|~4.0",
2882
                "symfony/dom-crawler": "~3.4|~4.0",
2883
                "symfony/expression-language": "~3.4|~4.0",
2884
                "symfony/form": "~3.4|~4.0",
2885
                "symfony/lock": "~3.4|~4.0",
2886
                "symfony/polyfill-intl-icu": "~1.0",
2887
                "symfony/process": "~3.4|~4.0",
2888
                "symfony/property-info": "~3.4|~4.0",
2889
                "symfony/security": "~3.4|~4.0",
2890
                "symfony/security-core": "~3.4|~4.0",
2891
                "symfony/security-csrf": "~3.4|~4.0",
2892
                "symfony/serializer": "~3.4|~4.0",
2893
                "symfony/stopwatch": "~3.4|~4.0",
2894
                "symfony/templating": "~3.4|~4.0",
2895
                "symfony/translation": "~3.4|~4.0",
2896
                "symfony/validator": "~3.4|~4.0",
2897
                "symfony/var-dumper": "~3.4|~4.0",
2898
                "symfony/web-link": "~3.4|~4.0",
2899
                "symfony/workflow": "~3.4|~4.0",
2900
                "symfony/yaml": "~3.4|~4.0",
2901
                "twig/twig": "~1.34|~2.4"
2902
            },
2903
            "suggest": {
2904
                "ext-apcu": "For best performance of the system caches",
2905
                "symfony/console": "For using the console commands",
2906
                "symfony/form": "For using forms",
2907
                "symfony/property-info": "For using the property_info service",
2908
                "symfony/serializer": "For using the serializer service",
2909
                "symfony/validator": "For using validation",
2910
                "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2911
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
2912
            },
2913
            "type": "symfony-bundle",
2914
            "extra": {
2915
                "branch-alias": {
2916
                    "dev-master": "4.0-dev"
2917
                }
2918
            },
2919
            "autoload": {
2920
                "psr-4": {
2921
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
2922
                },
2923
                "exclude-from-classmap": [
2924
                    "/Tests/"
2925
                ]
2926
            },
2927
            "notification-url": "https://packagist.org/downloads/",
2928
            "license": [
2929
                "MIT"
2930
            ],
2931
            "authors": [
2932
                {
2933
                    "name": "Fabien Potencier",
2934
                    "email": "[email protected]"
2935
                },
2936
                {
2937
                    "name": "Symfony Community",
2938
                    "homepage": "https://symfony.com/contributors"
2939
                }
2940
            ],
2941
            "description": "Symfony FrameworkBundle",
2942
            "homepage": "https://symfony.com",
2943
            "time": "2018-04-30T16:59:37+00:00"
2944
        },
2945
        {
2946
            "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...
2947
            "version": "v4.0.9",
2948
            "source": {
2949
                "type": "git",
2950
                "url": "https://github.com/symfony/http-foundation.git",
2951
                "reference": "014487772c22d893168e5d628a13e882009fea29"
2952
            },
2953
            "dist": {
2954
                "type": "zip",
2955
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29",
2956
                "reference": "014487772c22d893168e5d628a13e882009fea29",
2957
                "shasum": ""
2958
            },
2959
            "require": {
2960
                "php": "^7.1.3",
2961
                "symfony/polyfill-mbstring": "~1.1"
2962
            },
2963
            "require-dev": {
2964
                "symfony/expression-language": "~3.4|~4.0"
2965
            },
2966
            "type": "library",
2967
            "extra": {
2968
                "branch-alias": {
2969
                    "dev-master": "4.0-dev"
2970
                }
2971
            },
2972
            "autoload": {
2973
                "psr-4": {
2974
                    "Symfony\\Component\\HttpFoundation\\": ""
2975
                },
2976
                "exclude-from-classmap": [
2977
                    "/Tests/"
2978
                ]
2979
            },
2980
            "notification-url": "https://packagist.org/downloads/",
2981
            "license": [
2982
                "MIT"
2983
            ],
2984
            "authors": [
2985
                {
2986
                    "name": "Fabien Potencier",
2987
                    "email": "[email protected]"
2988
                },
2989
                {
2990
                    "name": "Symfony Community",
2991
                    "homepage": "https://symfony.com/contributors"
2992
                }
2993
            ],
2994
            "description": "Symfony HttpFoundation Component",
2995
            "homepage": "https://symfony.com",
2996
            "time": "2018-04-30T01:05:59+00:00"
2997
        },
2998
        {
2999
            "name": "symfony/http-kernel",
3000
            "version": "v4.0.9",
3001
            "source": {
3002
                "type": "git",
3003
                "url": "https://github.com/symfony/http-kernel.git",
3004
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25"
3005
            },
3006
            "dist": {
3007
                "type": "zip",
3008
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25",
3009
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25",
3010
                "shasum": ""
3011
            },
3012
            "require": {
3013
                "php": "^7.1.3",
3014
                "psr/log": "~1.0",
3015
                "symfony/debug": "~3.4|~4.0",
3016
                "symfony/event-dispatcher": "~3.4|~4.0",
3017
                "symfony/http-foundation": "~3.4.4|~4.0.4"
3018
            },
3019
            "conflict": {
3020
                "symfony/config": "<3.4",
3021
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
3022
                "symfony/var-dumper": "<3.4",
3023
                "twig/twig": "<1.34|<2.4,>=2"
3024
            },
3025
            "provide": {
3026
                "psr/log-implementation": "1.0"
3027
            },
3028
            "require-dev": {
3029
                "psr/cache": "~1.0",
3030
                "symfony/browser-kit": "~3.4|~4.0",
3031
                "symfony/config": "~3.4|~4.0",
3032
                "symfony/console": "~3.4|~4.0",
3033
                "symfony/css-selector": "~3.4|~4.0",
3034
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
3035
                "symfony/dom-crawler": "~3.4|~4.0",
3036
                "symfony/expression-language": "~3.4|~4.0",
3037
                "symfony/finder": "~3.4|~4.0",
3038
                "symfony/process": "~3.4|~4.0",
3039
                "symfony/routing": "~3.4|~4.0",
3040
                "symfony/stopwatch": "~3.4|~4.0",
3041
                "symfony/templating": "~3.4|~4.0",
3042
                "symfony/translation": "~3.4|~4.0",
3043
                "symfony/var-dumper": "~3.4|~4.0"
3044
            },
3045
            "suggest": {
3046
                "symfony/browser-kit": "",
3047
                "symfony/config": "",
3048
                "symfony/console": "",
3049
                "symfony/dependency-injection": "",
3050
                "symfony/var-dumper": ""
3051
            },
3052
            "type": "library",
3053
            "extra": {
3054
                "branch-alias": {
3055
                    "dev-master": "4.0-dev"
3056
                }
3057
            },
3058
            "autoload": {
3059
                "psr-4": {
3060
                    "Symfony\\Component\\HttpKernel\\": ""
3061
                },
3062
                "exclude-from-classmap": [
3063
                    "/Tests/"
3064
                ]
3065
            },
3066
            "notification-url": "https://packagist.org/downloads/",
3067
            "license": [
3068
                "MIT"
3069
            ],
3070
            "authors": [
3071
                {
3072
                    "name": "Fabien Potencier",
3073
                    "email": "[email protected]"
3074
                },
3075
                {
3076
                    "name": "Symfony Community",
3077
                    "homepage": "https://symfony.com/contributors"
3078
                }
3079
            ],
3080
            "description": "Symfony HttpKernel Component",
3081
            "homepage": "https://symfony.com",
3082
            "time": "2018-04-30T19:45:57+00:00"
3083
        },
3084
        {
3085
            "name": "symfony/inflector",
3086
            "version": "v4.1.0",
3087
            "source": {
3088
                "type": "git",
3089
                "url": "https://github.com/symfony/inflector.git",
3090
                "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8"
3091
            },
3092
            "dist": {
3093
                "type": "zip",
3094
                "url": "https://api.github.com/repos/symfony/inflector/zipball/a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
3095
                "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8",
3096
                "shasum": ""
3097
            },
3098
            "require": {
3099
                "php": "^7.1.3",
3100
                "symfony/polyfill-ctype": "~1.8"
3101
            },
3102
            "type": "library",
3103
            "extra": {
3104
                "branch-alias": {
3105
                    "dev-master": "4.1-dev"
3106
                }
3107
            },
3108
            "autoload": {
3109
                "psr-4": {
3110
                    "Symfony\\Component\\Inflector\\": ""
3111
                },
3112
                "exclude-from-classmap": [
3113
                    "/Tests/"
3114
                ]
3115
            },
3116
            "notification-url": "https://packagist.org/downloads/",
3117
            "license": [
3118
                "MIT"
3119
            ],
3120
            "authors": [
3121
                {
3122
                    "name": "Bernhard Schussek",
3123
                    "email": "[email protected]"
3124
                },
3125
                {
3126
                    "name": "Symfony Community",
3127
                    "homepage": "https://symfony.com/contributors"
3128
                }
3129
            ],
3130
            "description": "Symfony Inflector Component",
3131
            "homepage": "https://symfony.com",
3132
            "keywords": [
3133
                "inflection",
3134
                "pluralize",
3135
                "singularize",
3136
                "string",
3137
                "symfony",
3138
                "words"
3139
            ],
3140
            "time": "2018-05-01T23:02:13+00:00"
3141
        },
3142
        {
3143
            "name": "symfony/intl",
3144
            "version": "v4.1.0",
3145
            "source": {
3146
                "type": "git",
3147
                "url": "https://github.com/symfony/intl.git",
3148
                "reference": "e2a48225f7d525b23a6e34caaa7320205abcf179"
3149
            },
3150
            "dist": {
3151
                "type": "zip",
3152
                "url": "https://api.github.com/repos/symfony/intl/zipball/e2a48225f7d525b23a6e34caaa7320205abcf179",
3153
                "reference": "e2a48225f7d525b23a6e34caaa7320205abcf179",
3154
                "shasum": ""
3155
            },
3156
            "require": {
3157
                "php": "^7.1.3",
3158
                "symfony/polyfill-intl-icu": "~1.0"
3159
            },
3160
            "require-dev": {
3161
                "symfony/filesystem": "~3.4|~4.0"
3162
            },
3163
            "suggest": {
3164
                "ext-intl": "to use the component with locales other than \"en\""
3165
            },
3166
            "type": "library",
3167
            "extra": {
3168
                "branch-alias": {
3169
                    "dev-master": "4.1-dev"
3170
                }
3171
            },
3172
            "autoload": {
3173
                "psr-4": {
3174
                    "Symfony\\Component\\Intl\\": ""
3175
                },
3176
                "classmap": [
3177
                    "Resources/stubs"
3178
                ],
3179
                "exclude-from-classmap": [
3180
                    "/Tests/"
3181
                ]
3182
            },
3183
            "notification-url": "https://packagist.org/downloads/",
3184
            "license": [
3185
                "MIT"
3186
            ],
3187
            "authors": [
3188
                {
3189
                    "name": "Bernhard Schussek",
3190
                    "email": "[email protected]"
3191
                },
3192
                {
3193
                    "name": "Eriksen Costa",
3194
                    "email": "[email protected]"
3195
                },
3196
                {
3197
                    "name": "Igor Wiedler",
3198
                    "email": "[email protected]"
3199
                },
3200
                {
3201
                    "name": "Symfony Community",
3202
                    "homepage": "https://symfony.com/contributors"
3203
                }
3204
            ],
3205
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
3206
            "homepage": "https://symfony.com",
3207
            "keywords": [
3208
                "i18n",
3209
                "icu",
3210
                "internationalization",
3211
                "intl",
3212
                "l10n",
3213
                "localization"
3214
            ],
3215
            "time": "2018-05-30T07:26:09+00:00"
3216
        },
3217
        {
3218
            "name": "symfony/lts",
3219
            "version": "dev-master",
3220
            "source": {
3221
                "type": "git",
3222
                "url": "https://github.com/symfony/lts.git",
3223
                "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991"
3224
            },
3225
            "dist": {
3226
                "type": "zip",
3227
                "url": "https://api.github.com/repos/symfony/lts/zipball/6de50b244bad631a71544b3cc3c8e206c0e5f991",
3228
                "reference": "6de50b244bad631a71544b3cc3c8e206c0e5f991",
3229
                "shasum": ""
3230
            },
3231
            "conflict": {
3232
                "symfony/asset": ">=5",
3233
                "symfony/browser-kit": ">=5",
3234
                "symfony/cache": ">=5",
3235
                "symfony/class-loader": ">=5",
3236
                "symfony/config": ">=5",
3237
                "symfony/console": ">=5",
3238
                "symfony/css-selector": ">=5",
3239
                "symfony/debug": ">=5",
3240
                "symfony/debug-bundle": ">=5",
3241
                "symfony/dependency-injection": ">=5",
3242
                "symfony/doctrine-bridge": ">=5",
3243
                "symfony/dom-crawler": ">=5",
3244
                "symfony/dotenv": ">=5",
3245
                "symfony/event-dispatcher": ">=5",
3246
                "symfony/expression-language": ">=5",
3247
                "symfony/filesystem": ">=5",
3248
                "symfony/finder": ">=5",
3249
                "symfony/form": ">=5",
3250
                "symfony/framework-bundle": ">=5",
3251
                "symfony/http-foundation": ">=5",
3252
                "symfony/http-kernel": ">=5",
3253
                "symfony/inflector": ">=5",
3254
                "symfony/intl": ">=5",
3255
                "symfony/ldap": ">=5",
3256
                "symfony/lock": ">=5",
3257
                "symfony/messenger": ">=5",
3258
                "symfony/monolog-bridge": ">=5",
3259
                "symfony/options-resolver": ">=5",
3260
                "symfony/process": ">=5",
3261
                "symfony/property-access": ">=5",
3262
                "symfony/property-info": ">=5",
3263
                "symfony/proxy-manager-bridge": ">=5",
3264
                "symfony/routing": ">=5",
3265
                "symfony/security": ">=5",
3266
                "symfony/security-bundle": ">=5",
3267
                "symfony/security-core": ">=5",
3268
                "symfony/security-csrf": ">=5",
3269
                "symfony/security-guard": ">=5",
3270
                "symfony/security-http": ">=5",
3271
                "symfony/serializer": ">=5",
3272
                "symfony/stopwatch": ">=5",
3273
                "symfony/symfony": ">=5",
3274
                "symfony/templating": ">=5",
3275
                "symfony/translation": ">=5",
3276
                "symfony/twig-bridge": ">=5",
3277
                "symfony/twig-bundle": ">=5",
3278
                "symfony/validator": ">=5",
3279
                "symfony/var-dumper": ">=5",
3280
                "symfony/web-link": ">=5",
3281
                "symfony/web-profiler-bundle": ">=5",
3282
                "symfony/web-server-bundle": ">=5",
3283
                "symfony/workflow": ">=5",
3284
                "symfony/yaml": ">=5"
3285
            },
3286
            "type": "metapackage",
3287
            "extra": {
3288
                "branch-alias": {
3289
                    "dev-master": "4-dev"
3290
                }
3291
            },
3292
            "notification-url": "https://packagist.org/downloads/",
3293
            "license": [
3294
                "MIT"
3295
            ],
3296
            "authors": [
3297
                {
3298
                    "name": "Fabien Potencier",
3299
                    "email": "[email protected]"
3300
                },
3301
                {
3302
                    "name": "Symfony Community",
3303
                    "homepage": "https://symfony.com/contributors"
3304
                }
3305
            ],
3306
            "description": "Enforces Long Term Supported versions of Symfony components",
3307
            "homepage": "https://symfony.com",
3308
            "time": "2018-04-03T05:04:16+00:00"
3309
        },
3310
        {
3311
            "name": "symfony/options-resolver",
3312
            "version": "v4.1.0",
3313
            "source": {
3314
                "type": "git",
3315
                "url": "https://github.com/symfony/options-resolver.git",
3316
                "reference": "9b9ab6043c57c8c5571bc846e6ebfd27dff3b589"
3317
            },
3318
            "dist": {
3319
                "type": "zip",
3320
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9b9ab6043c57c8c5571bc846e6ebfd27dff3b589",
3321
                "reference": "9b9ab6043c57c8c5571bc846e6ebfd27dff3b589",
3322
                "shasum": ""
3323
            },
3324
            "require": {
3325
                "php": "^7.1.3"
3326
            },
3327
            "type": "library",
3328
            "extra": {
3329
                "branch-alias": {
3330
                    "dev-master": "4.1-dev"
3331
                }
3332
            },
3333
            "autoload": {
3334
                "psr-4": {
3335
                    "Symfony\\Component\\OptionsResolver\\": ""
3336
                },
3337
                "exclude-from-classmap": [
3338
                    "/Tests/"
3339
                ]
3340
            },
3341
            "notification-url": "https://packagist.org/downloads/",
3342
            "license": [
3343
                "MIT"
3344
            ],
3345
            "authors": [
3346
                {
3347
                    "name": "Fabien Potencier",
3348
                    "email": "[email protected]"
3349
                },
3350
                {
3351
                    "name": "Symfony Community",
3352
                    "homepage": "https://symfony.com/contributors"
3353
                }
3354
            ],
3355
            "description": "Symfony OptionsResolver Component",
3356
            "homepage": "https://symfony.com",
3357
            "keywords": [
3358
                "config",
3359
                "configuration",
3360
                "options"
3361
            ],
3362
            "time": "2018-05-30T07:26:09+00:00"
3363
        },
3364
        {
3365
            "name": "symfony/orm-pack",
3366
            "version": "v1.0.5",
3367
            "source": {
3368
                "type": "git",
3369
                "url": "https://github.com/symfony/orm-pack.git",
3370
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1"
3371
            },
3372
            "dist": {
3373
                "type": "zip",
3374
                "url": "https://api.github.com/repos/symfony/orm-pack/zipball/1b58f752cd917a08c9c8df020781d9c46a2275b1",
3375
                "reference": "1b58f752cd917a08c9c8df020781d9c46a2275b1",
3376
                "shasum": ""
3377
            },
3378
            "require": {
3379
                "doctrine/doctrine-bundle": "^1.6.10",
3380
                "doctrine/doctrine-migrations-bundle": "^1.3",
3381
                "doctrine/orm": "^2.5.11",
3382
                "php": "^7.0"
3383
            },
3384
            "type": "symfony-pack",
3385
            "notification-url": "https://packagist.org/downloads/",
3386
            "license": [
3387
                "MIT"
3388
            ],
3389
            "description": "A pack for the Doctrine ORM",
3390
            "time": "2017-12-12T01:47:50+00:00"
3391
        },
3392
        {
3393
            "name": "symfony/polyfill-ctype",
3394
            "version": "v1.8.0",
3395
            "source": {
3396
                "type": "git",
3397
                "url": "https://github.com/symfony/polyfill-ctype.git",
3398
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
3399
            },
3400
            "dist": {
3401
                "type": "zip",
3402
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3403
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3404
                "shasum": ""
3405
            },
3406
            "require": {
3407
                "php": ">=5.3.3"
3408
            },
3409
            "type": "library",
3410
            "extra": {
3411
                "branch-alias": {
3412
                    "dev-master": "1.8-dev"
3413
                }
3414
            },
3415
            "autoload": {
3416
                "psr-4": {
3417
                    "Symfony\\Polyfill\\Ctype\\": ""
3418
                },
3419
                "files": [
3420
                    "bootstrap.php"
3421
                ]
3422
            },
3423
            "notification-url": "https://packagist.org/downloads/",
3424
            "license": [
3425
                "MIT"
3426
            ],
3427
            "authors": [
3428
                {
3429
                    "name": "Symfony Community",
3430
                    "homepage": "https://symfony.com/contributors"
3431
                },
3432
                {
3433
                    "name": "Gert de Pagter",
3434
                    "email": "[email protected]"
3435
                }
3436
            ],
3437
            "description": "Symfony polyfill for ctype functions",
3438
            "homepage": "https://symfony.com",
3439
            "keywords": [
3440
                "compatibility",
3441
                "ctype",
3442
                "polyfill",
3443
                "portable"
3444
            ],
3445
            "time": "2018-04-30T19:57:29+00:00"
3446
        },
3447
        {
3448
            "name": "symfony/polyfill-intl-icu",
3449
            "version": "v1.8.0",
3450
            "source": {
3451
                "type": "git",
3452
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
3453
                "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e"
3454
            },
3455
            "dist": {
3456
                "type": "zip",
3457
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/80ee17ae83c10cd513e5144f91a73607a21edb4e",
3458
                "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e",
3459
                "shasum": ""
3460
            },
3461
            "require": {
3462
                "php": ">=5.3.3",
3463
                "symfony/intl": "~2.3|~3.0|~4.0"
3464
            },
3465
            "suggest": {
3466
                "ext-intl": "For best performance"
3467
            },
3468
            "type": "library",
3469
            "extra": {
3470
                "branch-alias": {
3471
                    "dev-master": "1.8-dev"
3472
                }
3473
            },
3474
            "autoload": {
3475
                "files": [
3476
                    "bootstrap.php"
3477
                ]
3478
            },
3479
            "notification-url": "https://packagist.org/downloads/",
3480
            "license": [
3481
                "MIT"
3482
            ],
3483
            "authors": [
3484
                {
3485
                    "name": "Nicolas Grekas",
3486
                    "email": "[email protected]"
3487
                },
3488
                {
3489
                    "name": "Symfony Community",
3490
                    "homepage": "https://symfony.com/contributors"
3491
                }
3492
            ],
3493
            "description": "Symfony polyfill for intl's ICU-related data and classes",
3494
            "homepage": "https://symfony.com",
3495
            "keywords": [
3496
                "compatibility",
3497
                "icu",
3498
                "intl",
3499
                "polyfill",
3500
                "portable",
3501
                "shim"
3502
            ],
3503
            "time": "2018-04-25T14:53:50+00:00"
3504
        },
3505
        {
3506
            "name": "symfony/polyfill-mbstring",
3507
            "version": "v1.8.0",
3508
            "source": {
3509
                "type": "git",
3510
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3511
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
3512
            },
3513
            "dist": {
3514
                "type": "zip",
3515
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
3516
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
3517
                "shasum": ""
3518
            },
3519
            "require": {
3520
                "php": ">=5.3.3"
3521
            },
3522
            "suggest": {
3523
                "ext-mbstring": "For best performance"
3524
            },
3525
            "type": "library",
3526
            "extra": {
3527
                "branch-alias": {
3528
                    "dev-master": "1.8-dev"
3529
                }
3530
            },
3531
            "autoload": {
3532
                "psr-4": {
3533
                    "Symfony\\Polyfill\\Mbstring\\": ""
3534
                },
3535
                "files": [
3536
                    "bootstrap.php"
3537
                ]
3538
            },
3539
            "notification-url": "https://packagist.org/downloads/",
3540
            "license": [
3541
                "MIT"
3542
            ],
3543
            "authors": [
3544
                {
3545
                    "name": "Nicolas Grekas",
3546
                    "email": "[email protected]"
3547
                },
3548
                {
3549
                    "name": "Symfony Community",
3550
                    "homepage": "https://symfony.com/contributors"
3551
                }
3552
            ],
3553
            "description": "Symfony polyfill for the Mbstring extension",
3554
            "homepage": "https://symfony.com",
3555
            "keywords": [
3556
                "compatibility",
3557
                "mbstring",
3558
                "polyfill",
3559
                "portable",
3560
                "shim"
3561
            ],
3562
            "time": "2018-04-26T10:06:28+00:00"
3563
        },
3564
        {
3565
            "name": "symfony/property-access",
3566
            "version": "v4.1.0",
3567
            "source": {
3568
                "type": "git",
3569
                "url": "https://github.com/symfony/property-access.git",
3570
                "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a"
3571
            },
3572
            "dist": {
3573
                "type": "zip",
3574
                "url": "https://api.github.com/repos/symfony/property-access/zipball/f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
3575
                "reference": "f957d37eb476c9442a0c684b0cd0dd1fb38cb74a",
3576
                "shasum": ""
3577
            },
3578
            "require": {
3579
                "php": "^7.1.3",
3580
                "symfony/inflector": "~3.4|~4.0"
3581
            },
3582
            "require-dev": {
3583
                "symfony/cache": "~3.4|~4.0"
3584
            },
3585
            "suggest": {
3586
                "psr/cache-implementation": "To cache access methods."
3587
            },
3588
            "type": "library",
3589
            "extra": {
3590
                "branch-alias": {
3591
                    "dev-master": "4.1-dev"
3592
                }
3593
            },
3594
            "autoload": {
3595
                "psr-4": {
3596
                    "Symfony\\Component\\PropertyAccess\\": ""
3597
                },
3598
                "exclude-from-classmap": [
3599
                    "/Tests/"
3600
                ]
3601
            },
3602
            "notification-url": "https://packagist.org/downloads/",
3603
            "license": [
3604
                "MIT"
3605
            ],
3606
            "authors": [
3607
                {
3608
                    "name": "Fabien Potencier",
3609
                    "email": "[email protected]"
3610
                },
3611
                {
3612
                    "name": "Symfony Community",
3613
                    "homepage": "https://symfony.com/contributors"
3614
                }
3615
            ],
3616
            "description": "Symfony PropertyAccess Component",
3617
            "homepage": "https://symfony.com",
3618
            "keywords": [
3619
                "access",
3620
                "array",
3621
                "extraction",
3622
                "index",
3623
                "injection",
3624
                "object",
3625
                "property",
3626
                "property path",
3627
                "reflection"
3628
            ],
3629
            "time": "2018-05-30T07:26:09+00:00"
3630
        },
3631
        {
3632
            "name": "symfony/routing",
3633
            "version": "v4.0.9",
3634
            "source": {
3635
                "type": "git",
3636
                "url": "https://github.com/symfony/routing.git",
3637
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027"
3638
            },
3639
            "dist": {
3640
                "type": "zip",
3641
                "url": "https://api.github.com/repos/symfony/routing/zipball/1dfbfdf060bbc80da8dedc062050052e694cd027",
3642
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027",
3643
                "shasum": ""
3644
            },
3645
            "require": {
3646
                "php": "^7.1.3"
3647
            },
3648
            "conflict": {
3649
                "symfony/config": "<3.4",
3650
                "symfony/dependency-injection": "<3.4",
3651
                "symfony/yaml": "<3.4"
3652
            },
3653
            "require-dev": {
3654
                "doctrine/annotations": "~1.0",
3655
                "doctrine/common": "~2.2",
3656
                "psr/log": "~1.0",
3657
                "symfony/config": "~3.4|~4.0",
3658
                "symfony/dependency-injection": "~3.4|~4.0",
3659
                "symfony/expression-language": "~3.4|~4.0",
3660
                "symfony/http-foundation": "~3.4|~4.0",
3661
                "symfony/yaml": "~3.4|~4.0"
3662
            },
3663
            "suggest": {
3664
                "doctrine/annotations": "For using the annotation loader",
3665
                "symfony/config": "For using the all-in-one router or any loader",
3666
                "symfony/dependency-injection": "For loading routes from a service",
3667
                "symfony/expression-language": "For using expression matching",
3668
                "symfony/http-foundation": "For using a Symfony Request object",
3669
                "symfony/yaml": "For using the YAML loader"
3670
            },
3671
            "type": "library",
3672
            "extra": {
3673
                "branch-alias": {
3674
                    "dev-master": "4.0-dev"
3675
                }
3676
            },
3677
            "autoload": {
3678
                "psr-4": {
3679
                    "Symfony\\Component\\Routing\\": ""
3680
                },
3681
                "exclude-from-classmap": [
3682
                    "/Tests/"
3683
                ]
3684
            },
3685
            "notification-url": "https://packagist.org/downloads/",
3686
            "license": [
3687
                "MIT"
3688
            ],
3689
            "authors": [
3690
                {
3691
                    "name": "Fabien Potencier",
3692
                    "email": "[email protected]"
3693
                },
3694
                {
3695
                    "name": "Symfony Community",
3696
                    "homepage": "https://symfony.com/contributors"
3697
                }
3698
            ],
3699
            "description": "Symfony Routing Component",
3700
            "homepage": "https://symfony.com",
3701
            "keywords": [
3702
                "router",
3703
                "routing",
3704
                "uri",
3705
                "url"
3706
            ],
3707
            "time": "2018-04-20T06:20:23+00:00"
3708
        },
3709
        {
3710
            "name": "symfony/serializer",
3711
            "version": "v4.0.9",
3712
            "source": {
3713
                "type": "git",
3714
                "url": "https://github.com/symfony/serializer.git",
3715
                "reference": "d0e9269101ccd978af971fd4d7a892848672bfa1"
3716
            },
3717
            "dist": {
3718
                "type": "zip",
3719
                "url": "https://api.github.com/repos/symfony/serializer/zipball/d0e9269101ccd978af971fd4d7a892848672bfa1",
3720
                "reference": "d0e9269101ccd978af971fd4d7a892848672bfa1",
3721
                "shasum": ""
3722
            },
3723
            "require": {
3724
                "php": "^7.1.3"
3725
            },
3726
            "conflict": {
3727
                "phpdocumentor/type-resolver": "<0.2.1",
3728
                "symfony/dependency-injection": "<3.4",
3729
                "symfony/property-access": "<3.4",
3730
                "symfony/property-info": "<3.4",
3731
                "symfony/yaml": "<3.4"
3732
            },
3733
            "require-dev": {
3734
                "doctrine/annotations": "~1.0",
3735
                "doctrine/cache": "~1.0",
3736
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3737
                "symfony/cache": "~3.4|~4.0",
3738
                "symfony/config": "~3.4|~4.0",
3739
                "symfony/dependency-injection": "~3.4|~4.0",
3740
                "symfony/http-foundation": "~3.4|~4.0",
3741
                "symfony/property-access": "~3.4|~4.0",
3742
                "symfony/property-info": "~3.4|~4.0",
3743
                "symfony/yaml": "~3.4|~4.0"
3744
            },
3745
            "suggest": {
3746
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3747
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3748
                "psr/cache-implementation": "For using the metadata cache.",
3749
                "symfony/config": "For using the XML mapping loader.",
3750
                "symfony/http-foundation": "To use the DataUriNormalizer.",
3751
                "symfony/property-access": "For using the ObjectNormalizer.",
3752
                "symfony/property-info": "To deserialize relations.",
3753
                "symfony/yaml": "For using the default YAML mapping loader."
3754
            },
3755
            "type": "library",
3756
            "extra": {
3757
                "branch-alias": {
3758
                    "dev-master": "4.0-dev"
3759
                }
3760
            },
3761
            "autoload": {
3762
                "psr-4": {
3763
                    "Symfony\\Component\\Serializer\\": ""
3764
                },
3765
                "exclude-from-classmap": [
3766
                    "/Tests/"
3767
                ]
3768
            },
3769
            "notification-url": "https://packagist.org/downloads/",
3770
            "license": [
3771
                "MIT"
3772
            ],
3773
            "authors": [
3774
                {
3775
                    "name": "Fabien Potencier",
3776
                    "email": "[email protected]"
3777
                },
3778
                {
3779
                    "name": "Symfony Community",
3780
                    "homepage": "https://symfony.com/contributors"
3781
                }
3782
            ],
3783
            "description": "Symfony Serializer Component",
3784
            "homepage": "https://symfony.com",
3785
            "time": "2018-03-19T17:30:36+00:00"
3786
        },
3787
        {
3788
            "name": "symfony/translation",
3789
            "version": "v4.1.0",
3790
            "source": {
3791
                "type": "git",
3792
                "url": "https://github.com/symfony/translation.git",
3793
                "reference": "16328f5b217cebc8dd4adfe4aeeaa8c377581f5a"
3794
            },
3795
            "dist": {
3796
                "type": "zip",
3797
                "url": "https://api.github.com/repos/symfony/translation/zipball/16328f5b217cebc8dd4adfe4aeeaa8c377581f5a",
3798
                "reference": "16328f5b217cebc8dd4adfe4aeeaa8c377581f5a",
3799
                "shasum": ""
3800
            },
3801
            "require": {
3802
                "php": "^7.1.3",
3803
                "symfony/polyfill-mbstring": "~1.0"
3804
            },
3805
            "conflict": {
3806
                "symfony/config": "<3.4",
3807
                "symfony/dependency-injection": "<3.4",
3808
                "symfony/yaml": "<3.4"
3809
            },
3810
            "require-dev": {
3811
                "psr/log": "~1.0",
3812
                "symfony/config": "~3.4|~4.0",
3813
                "symfony/console": "~3.4|~4.0",
3814
                "symfony/dependency-injection": "~3.4|~4.0",
3815
                "symfony/finder": "~2.8|~3.0|~4.0",
3816
                "symfony/intl": "~3.4|~4.0",
3817
                "symfony/yaml": "~3.4|~4.0"
3818
            },
3819
            "suggest": {
3820
                "psr/log-implementation": "To use logging capability in translator",
3821
                "symfony/config": "",
3822
                "symfony/yaml": ""
3823
            },
3824
            "type": "library",
3825
            "extra": {
3826
                "branch-alias": {
3827
                    "dev-master": "4.1-dev"
3828
                }
3829
            },
3830
            "autoload": {
3831
                "psr-4": {
3832
                    "Symfony\\Component\\Translation\\": ""
3833
                },
3834
                "exclude-from-classmap": [
3835
                    "/Tests/"
3836
                ]
3837
            },
3838
            "notification-url": "https://packagist.org/downloads/",
3839
            "license": [
3840
                "MIT"
3841
            ],
3842
            "authors": [
3843
                {
3844
                    "name": "Fabien Potencier",
3845
                    "email": "[email protected]"
3846
                },
3847
                {
3848
                    "name": "Symfony Community",
3849
                    "homepage": "https://symfony.com/contributors"
3850
                }
3851
            ],
3852
            "description": "Symfony Translation Component",
3853
            "homepage": "https://symfony.com",
3854
            "time": "2018-05-30T07:26:09+00:00"
3855
        },
3856
        {
3857
            "name": "symfony/twig-bridge",
3858
            "version": "v4.1.0",
3859
            "source": {
3860
                "type": "git",
3861
                "url": "https://github.com/symfony/twig-bridge.git",
3862
                "reference": "b2e4c10df6517d1fdbb053326387f8e1779ad76e"
3863
            },
3864
            "dist": {
3865
                "type": "zip",
3866
                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/b2e4c10df6517d1fdbb053326387f8e1779ad76e",
3867
                "reference": "b2e4c10df6517d1fdbb053326387f8e1779ad76e",
3868
                "shasum": ""
3869
            },
3870
            "require": {
3871
                "php": "^7.1.3",
3872
                "twig/twig": "^1.35|^2.4.4"
3873
            },
3874
            "conflict": {
3875
                "symfony/console": "<3.4",
3876
                "symfony/form": "<4.1"
3877
            },
3878
            "require-dev": {
3879
                "symfony/asset": "~3.4|~4.0",
3880
                "symfony/console": "~3.4|~4.0",
3881
                "symfony/dependency-injection": "~3.4|~4.0",
3882
                "symfony/expression-language": "~3.4|~4.0",
3883
                "symfony/finder": "~3.4|~4.0",
3884
                "symfony/form": "^4.1",
3885
                "symfony/http-foundation": "~3.4|~4.0",
3886
                "symfony/http-kernel": "~3.4|~4.0",
3887
                "symfony/polyfill-intl-icu": "~1.0",
3888
                "symfony/routing": "~3.4|~4.0",
3889
                "symfony/security": "~3.4|~4.0",
3890
                "symfony/security-acl": "~2.8|~3.0",
3891
                "symfony/stopwatch": "~3.4|~4.0",
3892
                "symfony/templating": "~3.4|~4.0",
3893
                "symfony/translation": "~3.4|~4.0",
3894
                "symfony/var-dumper": "~3.4|~4.0",
3895
                "symfony/web-link": "~3.4|~4.0",
3896
                "symfony/workflow": "~3.4|~4.0",
3897
                "symfony/yaml": "~3.4|~4.0"
3898
            },
3899
            "suggest": {
3900
                "symfony/asset": "For using the AssetExtension",
3901
                "symfony/expression-language": "For using the ExpressionExtension",
3902
                "symfony/finder": "",
3903
                "symfony/form": "For using the FormExtension",
3904
                "symfony/http-kernel": "For using the HttpKernelExtension",
3905
                "symfony/routing": "For using the RoutingExtension",
3906
                "symfony/security": "For using the SecurityExtension",
3907
                "symfony/stopwatch": "For using the StopwatchExtension",
3908
                "symfony/templating": "For using the TwigEngine",
3909
                "symfony/translation": "For using the TranslationExtension",
3910
                "symfony/var-dumper": "For using the DumpExtension",
3911
                "symfony/web-link": "For using the WebLinkExtension",
3912
                "symfony/yaml": "For using the YamlExtension"
3913
            },
3914
            "type": "symfony-bridge",
3915
            "extra": {
3916
                "branch-alias": {
3917
                    "dev-master": "4.1-dev"
3918
                }
3919
            },
3920
            "autoload": {
3921
                "psr-4": {
3922
                    "Symfony\\Bridge\\Twig\\": ""
3923
                },
3924
                "exclude-from-classmap": [
3925
                    "/Tests/"
3926
                ]
3927
            },
3928
            "notification-url": "https://packagist.org/downloads/",
3929
            "license": [
3930
                "MIT"
3931
            ],
3932
            "authors": [
3933
                {
3934
                    "name": "Fabien Potencier",
3935
                    "email": "[email protected]"
3936
                },
3937
                {
3938
                    "name": "Symfony Community",
3939
                    "homepage": "https://symfony.com/contributors"
3940
                }
3941
            ],
3942
            "description": "Symfony Twig Bridge",
3943
            "homepage": "https://symfony.com",
3944
            "time": "2018-05-16T14:33:22+00:00"
3945
        },
3946
        {
3947
            "name": "symfony/twig-bundle",
3948
            "version": "v4.1.0",
3949
            "source": {
3950
                "type": "git",
3951
                "url": "https://github.com/symfony/twig-bundle.git",
3952
                "reference": "158bf522a8df74b0a322421bbde14a1647197007"
3953
            },
3954
            "dist": {
3955
                "type": "zip",
3956
                "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/158bf522a8df74b0a322421bbde14a1647197007",
3957
                "reference": "158bf522a8df74b0a322421bbde14a1647197007",
3958
                "shasum": ""
3959
            },
3960
            "require": {
3961
                "php": "^7.1.3",
3962
                "symfony/config": "~3.4|~4.0",
3963
                "symfony/http-foundation": "~3.4|~4.0",
3964
                "symfony/http-kernel": "~3.4|~4.0",
3965
                "symfony/polyfill-ctype": "~1.8",
3966
                "symfony/twig-bridge": "^3.4.3|^4.0.3",
3967
                "twig/twig": "~1.34|~2.4"
3968
            },
3969
            "conflict": {
3970
                "symfony/dependency-injection": "<3.4",
3971
                "symfony/event-dispatcher": "<3.4"
3972
            },
3973
            "require-dev": {
3974
                "doctrine/annotations": "~1.0",
3975
                "doctrine/cache": "~1.0",
3976
                "symfony/asset": "~3.4|~4.0",
3977
                "symfony/dependency-injection": "~3.4|~4.0",
3978
                "symfony/expression-language": "~3.4|~4.0",
3979
                "symfony/finder": "~3.4|~4.0",
3980
                "symfony/form": "~3.4|~4.0",
3981
                "symfony/framework-bundle": "~3.4|~4.0",
3982
                "symfony/routing": "~3.4|~4.0",
3983
                "symfony/stopwatch": "~3.4|~4.0",
3984
                "symfony/templating": "~3.4|~4.0",
3985
                "symfony/web-link": "~3.4|~4.0",
3986
                "symfony/yaml": "~3.4|~4.0"
3987
            },
3988
            "type": "symfony-bundle",
3989
            "extra": {
3990
                "branch-alias": {
3991
                    "dev-master": "4.1-dev"
3992
                }
3993
            },
3994
            "autoload": {
3995
                "psr-4": {
3996
                    "Symfony\\Bundle\\TwigBundle\\": ""
3997
                },
3998
                "exclude-from-classmap": [
3999
                    "/Tests/"
4000
                ]
4001
            },
4002
            "notification-url": "https://packagist.org/downloads/",
4003
            "license": [
4004
                "MIT"
4005
            ],
4006
            "authors": [
4007
                {
4008
                    "name": "Fabien Potencier",
4009
                    "email": "[email protected]"
4010
                },
4011
                {
4012
                    "name": "Symfony Community",
4013
                    "homepage": "https://symfony.com/contributors"
4014
                }
4015
            ],
4016
            "description": "Symfony TwigBundle",
4017
            "homepage": "https://symfony.com",
4018
            "time": "2018-05-16T14:41:07+00:00"
4019
        },
4020
        {
4021
            "name": "symfony/validator",
4022
            "version": "v4.1.0",
4023
            "source": {
4024
                "type": "git",
4025
                "url": "https://github.com/symfony/validator.git",
4026
                "reference": "f07bc14af6759710fb4639811a8240650d89786a"
4027
            },
4028
            "dist": {
4029
                "type": "zip",
4030
                "url": "https://api.github.com/repos/symfony/validator/zipball/f07bc14af6759710fb4639811a8240650d89786a",
4031
                "reference": "f07bc14af6759710fb4639811a8240650d89786a",
4032
                "shasum": ""
4033
            },
4034
            "require": {
4035
                "php": "^7.1.3",
4036
                "symfony/polyfill-ctype": "~1.8",
4037
                "symfony/polyfill-mbstring": "~1.0",
4038
                "symfony/translation": "~3.4|~4.0"
4039
            },
4040
            "conflict": {
4041
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4042
                "symfony/dependency-injection": "<3.4",
4043
                "symfony/http-kernel": "<3.4",
4044
                "symfony/intl": "<4.1",
4045
                "symfony/yaml": "<3.4"
4046
            },
4047
            "require-dev": {
4048
                "doctrine/annotations": "~1.0",
4049
                "doctrine/cache": "~1.0",
4050
                "egulias/email-validator": "^1.2.8|~2.0",
4051
                "symfony/cache": "~3.4|~4.0",
4052
                "symfony/config": "~3.4|~4.0",
4053
                "symfony/dependency-injection": "~3.4|~4.0",
4054
                "symfony/expression-language": "~3.4|~4.0",
4055
                "symfony/http-foundation": "~4.1",
4056
                "symfony/http-kernel": "~3.4|~4.0",
4057
                "symfony/intl": "~4.1",
4058
                "symfony/property-access": "~3.4|~4.0",
4059
                "symfony/var-dumper": "~3.4|~4.0",
4060
                "symfony/yaml": "~3.4|~4.0"
4061
            },
4062
            "suggest": {
4063
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4064
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4065
                "egulias/email-validator": "Strict (RFC compliant) email validation",
4066
                "psr/cache-implementation": "For using the metadata cache.",
4067
                "symfony/config": "",
4068
                "symfony/expression-language": "For using the Expression validator",
4069
                "symfony/http-foundation": "",
4070
                "symfony/intl": "",
4071
                "symfony/property-access": "For accessing properties within comparison constraints",
4072
                "symfony/yaml": ""
4073
            },
4074
            "type": "library",
4075
            "extra": {
4076
                "branch-alias": {
4077
                    "dev-master": "4.1-dev"
4078
                }
4079
            },
4080
            "autoload": {
4081
                "psr-4": {
4082
                    "Symfony\\Component\\Validator\\": ""
4083
                },
4084
                "exclude-from-classmap": [
4085
                    "/Tests/"
4086
                ]
4087
            },
4088
            "notification-url": "https://packagist.org/downloads/",
4089
            "license": [
4090
                "MIT"
4091
            ],
4092
            "authors": [
4093
                {
4094
                    "name": "Fabien Potencier",
4095
                    "email": "[email protected]"
4096
                },
4097
                {
4098
                    "name": "Symfony Community",
4099
                    "homepage": "https://symfony.com/contributors"
4100
                }
4101
            ],
4102
            "description": "Symfony Validator Component",
4103
            "homepage": "https://symfony.com",
4104
            "time": "2018-05-30T07:26:09+00:00"
4105
        },
4106
        {
4107
            "name": "symfony/yaml",
4108
            "version": "v4.0.10",
4109
            "source": {
4110
                "type": "git",
4111
                "url": "https://github.com/symfony/yaml.git",
4112
                "reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907"
4113
            },
4114
            "dist": {
4115
                "type": "zip",
4116
                "url": "https://api.github.com/repos/symfony/yaml/zipball/048b1be5fb96e73ff1d065f5e7e23f84415ac907",
4117
                "reference": "048b1be5fb96e73ff1d065f5e7e23f84415ac907",
4118
                "shasum": ""
4119
            },
4120
            "require": {
4121
                "php": "^7.1.3",
4122
                "symfony/polyfill-ctype": "~1.8"
4123
            },
4124
            "conflict": {
4125
                "symfony/console": "<3.4"
4126
            },
4127
            "require-dev": {
4128
                "symfony/console": "~3.4|~4.0"
4129
            },
4130
            "suggest": {
4131
                "symfony/console": "For validating YAML files using the lint command"
4132
            },
4133
            "type": "library",
4134
            "extra": {
4135
                "branch-alias": {
4136
                    "dev-master": "4.0-dev"
4137
                }
4138
            },
4139
            "autoload": {
4140
                "psr-4": {
4141
                    "Symfony\\Component\\Yaml\\": ""
4142
                },
4143
                "exclude-from-classmap": [
4144
                    "/Tests/"
4145
                ]
4146
            },
4147
            "notification-url": "https://packagist.org/downloads/",
4148
            "license": [
4149
                "MIT"
4150
            ],
4151
            "authors": [
4152
                {
4153
                    "name": "Fabien Potencier",
4154
                    "email": "[email protected]"
4155
                },
4156
                {
4157
                    "name": "Symfony Community",
4158
                    "homepage": "https://symfony.com/contributors"
4159
                }
4160
            ],
4161
            "description": "Symfony Yaml Component",
4162
            "homepage": "https://symfony.com",
4163
            "time": "2018-05-07T07:12:24+00:00"
4164
        },
4165
        {
4166
            "name": "twig/twig",
4167
            "version": "v2.4.8",
4168
            "source": {
4169
                "type": "git",
4170
                "url": "https://github.com/twigphp/Twig.git",
4171
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d"
4172
            },
4173
            "dist": {
4174
                "type": "zip",
4175
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d",
4176
                "reference": "7b604c89da162034bdf4bb66310f358d313dd16d",
4177
                "shasum": ""
4178
            },
4179
            "require": {
4180
                "php": "^7.0",
4181
                "symfony/polyfill-mbstring": "~1.0"
4182
            },
4183
            "require-dev": {
4184
                "psr/container": "^1.0",
4185
                "symfony/debug": "^2.7",
4186
                "symfony/phpunit-bridge": "^3.3"
4187
            },
4188
            "type": "library",
4189
            "extra": {
4190
                "branch-alias": {
4191
                    "dev-master": "2.4-dev"
4192
                }
4193
            },
4194
            "autoload": {
4195
                "psr-0": {
4196
                    "Twig_": "lib/"
4197
                },
4198
                "psr-4": {
4199
                    "Twig\\": "src/"
4200
                }
4201
            },
4202
            "notification-url": "https://packagist.org/downloads/",
4203
            "license": [
4204
                "BSD-3-Clause"
4205
            ],
4206
            "authors": [
4207
                {
4208
                    "name": "Fabien Potencier",
4209
                    "email": "[email protected]",
4210
                    "homepage": "http://fabien.potencier.org",
4211
                    "role": "Lead Developer"
4212
                },
4213
                {
4214
                    "name": "Armin Ronacher",
4215
                    "email": "[email protected]",
4216
                    "role": "Project Founder"
4217
                },
4218
                {
4219
                    "name": "Twig Team",
4220
                    "homepage": "http://twig.sensiolabs.org/contributors",
4221
                    "role": "Contributors"
4222
                }
4223
            ],
4224
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4225
            "homepage": "http://twig.sensiolabs.org",
4226
            "keywords": [
4227
                "templating"
4228
            ],
4229
            "time": "2018-04-02T09:24:19+00:00"
4230
        },
4231
        {
4232
            "name": "zendframework/zend-code",
4233
            "version": "3.3.0",
4234
            "source": {
4235
                "type": "git",
4236
                "url": "https://github.com/zendframework/zend-code.git",
4237
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d"
4238
            },
4239
            "dist": {
4240
                "type": "zip",
4241
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/6b1059db5b368db769e4392c6cb6cc139e56640d",
4242
                "reference": "6b1059db5b368db769e4392c6cb6cc139e56640d",
4243
                "shasum": ""
4244
            },
4245
            "require": {
4246
                "php": "^7.1",
4247
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
4248
            },
4249
            "require-dev": {
4250
                "doctrine/annotations": "~1.0",
4251
                "ext-phar": "*",
4252
                "phpunit/phpunit": "^6.2.3",
4253
                "zendframework/zend-coding-standard": "^1.0.0",
4254
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4255
            },
4256
            "suggest": {
4257
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
4258
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
4259
            },
4260
            "type": "library",
4261
            "extra": {
4262
                "branch-alias": {
4263
                    "dev-master": "3.2-dev",
4264
                    "dev-develop": "3.3-dev"
4265
                }
4266
            },
4267
            "autoload": {
4268
                "psr-4": {
4269
                    "Zend\\Code\\": "src/"
4270
                }
4271
            },
4272
            "notification-url": "https://packagist.org/downloads/",
4273
            "license": [
4274
                "BSD-3-Clause"
4275
            ],
4276
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
4277
            "homepage": "https://github.com/zendframework/zend-code",
4278
            "keywords": [
4279
                "code",
4280
                "zf2"
4281
            ],
4282
            "time": "2017-10-20T15:21:32+00:00"
4283
        },
4284
        {
4285
            "name": "zendframework/zend-eventmanager",
4286
            "version": "3.2.1",
4287
            "source": {
4288
                "type": "git",
4289
                "url": "https://github.com/zendframework/zend-eventmanager.git",
4290
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
4291
            },
4292
            "dist": {
4293
                "type": "zip",
4294
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
4295
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
4296
                "shasum": ""
4297
            },
4298
            "require": {
4299
                "php": "^5.6 || ^7.0"
4300
            },
4301
            "require-dev": {
4302
                "athletic/athletic": "^0.1",
4303
                "container-interop/container-interop": "^1.1.0",
4304
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4305
                "zendframework/zend-coding-standard": "~1.0.0",
4306
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4307
            },
4308
            "suggest": {
4309
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4310
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4311
            },
4312
            "type": "library",
4313
            "extra": {
4314
                "branch-alias": {
4315
                    "dev-master": "3.2-dev",
4316
                    "dev-develop": "3.3-dev"
4317
                }
4318
            },
4319
            "autoload": {
4320
                "psr-4": {
4321
                    "Zend\\EventManager\\": "src/"
4322
                }
4323
            },
4324
            "notification-url": "https://packagist.org/downloads/",
4325
            "license": [
4326
                "BSD-3-Clause"
4327
            ],
4328
            "description": "Trigger and listen to events within a PHP application",
4329
            "homepage": "https://github.com/zendframework/zend-eventmanager",
4330
            "keywords": [
4331
                "event",
4332
                "eventmanager",
4333
                "events",
4334
                "zf2"
4335
            ],
4336
            "time": "2018-04-25T15:33:34+00:00"
4337
        }
4338
    ],
4339
    "packages-dev": [
4340
        {
4341
            "name": "guzzlehttp/guzzle",
4342
            "version": "6.3.3",
4343
            "source": {
4344
                "type": "git",
4345
                "url": "https://github.com/guzzle/guzzle.git",
4346
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
4347
            },
4348
            "dist": {
4349
                "type": "zip",
4350
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
4351
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
4352
                "shasum": ""
4353
            },
4354
            "require": {
4355
                "guzzlehttp/promises": "^1.0",
4356
                "guzzlehttp/psr7": "^1.4",
4357
                "php": ">=5.5"
4358
            },
4359
            "require-dev": {
4360
                "ext-curl": "*",
4361
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
4362
                "psr/log": "^1.0"
4363
            },
4364
            "suggest": {
4365
                "psr/log": "Required for using the Log middleware"
4366
            },
4367
            "type": "library",
4368
            "extra": {
4369
                "branch-alias": {
4370
                    "dev-master": "6.3-dev"
4371
                }
4372
            },
4373
            "autoload": {
4374
                "files": [
4375
                    "src/functions_include.php"
4376
                ],
4377
                "psr-4": {
4378
                    "GuzzleHttp\\": "src/"
4379
                }
4380
            },
4381
            "notification-url": "https://packagist.org/downloads/",
4382
            "license": [
4383
                "MIT"
4384
            ],
4385
            "authors": [
4386
                {
4387
                    "name": "Michael Dowling",
4388
                    "email": "[email protected]",
4389
                    "homepage": "https://github.com/mtdowling"
4390
                }
4391
            ],
4392
            "description": "Guzzle is a PHP HTTP client library",
4393
            "homepage": "http://guzzlephp.org/",
4394
            "keywords": [
4395
                "client",
4396
                "curl",
4397
                "framework",
4398
                "http",
4399
                "http client",
4400
                "rest",
4401
                "web service"
4402
            ],
4403
            "time": "2018-04-22T15:46:56+00:00"
4404
        },
4405
        {
4406
            "name": "guzzlehttp/promises",
4407
            "version": "v1.3.1",
4408
            "source": {
4409
                "type": "git",
4410
                "url": "https://github.com/guzzle/promises.git",
4411
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
4412
            },
4413
            "dist": {
4414
                "type": "zip",
4415
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
4416
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
4417
                "shasum": ""
4418
            },
4419
            "require": {
4420
                "php": ">=5.5.0"
4421
            },
4422
            "require-dev": {
4423
                "phpunit/phpunit": "^4.0"
4424
            },
4425
            "type": "library",
4426
            "extra": {
4427
                "branch-alias": {
4428
                    "dev-master": "1.4-dev"
4429
                }
4430
            },
4431
            "autoload": {
4432
                "psr-4": {
4433
                    "GuzzleHttp\\Promise\\": "src/"
4434
                },
4435
                "files": [
4436
                    "src/functions_include.php"
4437
                ]
4438
            },
4439
            "notification-url": "https://packagist.org/downloads/",
4440
            "license": [
4441
                "MIT"
4442
            ],
4443
            "authors": [
4444
                {
4445
                    "name": "Michael Dowling",
4446
                    "email": "[email protected]",
4447
                    "homepage": "https://github.com/mtdowling"
4448
                }
4449
            ],
4450
            "description": "Guzzle promises library",
4451
            "keywords": [
4452
                "promise"
4453
            ],
4454
            "time": "2016-12-20T10:07:11+00:00"
4455
        },
4456
        {
4457
            "name": "guzzlehttp/psr7",
4458
            "version": "1.4.2",
4459
            "source": {
4460
                "type": "git",
4461
                "url": "https://github.com/guzzle/psr7.git",
4462
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
4463
            },
4464
            "dist": {
4465
                "type": "zip",
4466
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
4467
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
4468
                "shasum": ""
4469
            },
4470
            "require": {
4471
                "php": ">=5.4.0",
4472
                "psr/http-message": "~1.0"
4473
            },
4474
            "provide": {
4475
                "psr/http-message-implementation": "1.0"
4476
            },
4477
            "require-dev": {
4478
                "phpunit/phpunit": "~4.0"
4479
            },
4480
            "type": "library",
4481
            "extra": {
4482
                "branch-alias": {
4483
                    "dev-master": "1.4-dev"
4484
                }
4485
            },
4486
            "autoload": {
4487
                "psr-4": {
4488
                    "GuzzleHttp\\Psr7\\": "src/"
4489
                },
4490
                "files": [
4491
                    "src/functions_include.php"
4492
                ]
4493
            },
4494
            "notification-url": "https://packagist.org/downloads/",
4495
            "license": [
4496
                "MIT"
4497
            ],
4498
            "authors": [
4499
                {
4500
                    "name": "Michael Dowling",
4501
                    "email": "[email protected]",
4502
                    "homepage": "https://github.com/mtdowling"
4503
                },
4504
                {
4505
                    "name": "Tobias Schultze",
4506
                    "homepage": "https://github.com/Tobion"
4507
                }
4508
            ],
4509
            "description": "PSR-7 message implementation that also provides common utility methods",
4510
            "keywords": [
4511
                "http",
4512
                "message",
4513
                "request",
4514
                "response",
4515
                "stream",
4516
                "uri",
4517
                "url"
4518
            ],
4519
            "time": "2017-03-20T17:10:46+00:00"
4520
        },
4521
        {
4522
            "name": "jean85/pretty-package-versions",
4523
            "version": "1.1",
4524
            "source": {
4525
                "type": "git",
4526
                "url": "https://github.com/Jean85/pretty-package-versions.git",
4527
                "reference": "d457344b6a035ef99236bdda4729ad7eeb233f54"
4528
            },
4529
            "dist": {
4530
                "type": "zip",
4531
                "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/d457344b6a035ef99236bdda4729ad7eeb233f54",
4532
                "reference": "d457344b6a035ef99236bdda4729ad7eeb233f54",
4533
                "shasum": ""
4534
            },
4535
            "require": {
4536
                "ocramius/package-versions": "^1.2.0",
4537
                "php": "^7.0"
4538
            },
4539
            "require-dev": {
4540
                "phpunit/phpunit": "^6.0"
4541
            },
4542
            "type": "library",
4543
            "extra": {
4544
                "branch-alias": {
4545
                    "dev-master": "1.x-dev"
4546
                }
4547
            },
4548
            "autoload": {
4549
                "psr-4": {
4550
                    "Jean85\\": "src/"
4551
                }
4552
            },
4553
            "notification-url": "https://packagist.org/downloads/",
4554
            "license": [
4555
                "MIT"
4556
            ],
4557
            "authors": [
4558
                {
4559
                    "name": "Alessandro Lai",
4560
                    "email": "[email protected]"
4561
                }
4562
            ],
4563
            "description": "A wrapper for ocramius/pretty-package-versions to get pretty versions strings",
4564
            "keywords": [
4565
                "composer",
4566
                "package",
4567
                "release",
4568
                "versions"
4569
            ],
4570
            "time": "2018-01-21T13:54:22+00:00"
4571
        },
4572
        {
4573
            "name": "myclabs/deep-copy",
4574
            "version": "1.7.0",
4575
            "source": {
4576
                "type": "git",
4577
                "url": "https://github.com/myclabs/DeepCopy.git",
4578
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
4579
            },
4580
            "dist": {
4581
                "type": "zip",
4582
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4583
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4584
                "shasum": ""
4585
            },
4586
            "require": {
4587
                "php": "^5.6 || ^7.0"
4588
            },
4589
            "require-dev": {
4590
                "doctrine/collections": "^1.0",
4591
                "doctrine/common": "^2.6",
4592
                "phpunit/phpunit": "^4.1"
4593
            },
4594
            "type": "library",
4595
            "autoload": {
4596
                "psr-4": {
4597
                    "DeepCopy\\": "src/DeepCopy/"
4598
                },
4599
                "files": [
4600
                    "src/DeepCopy/deep_copy.php"
4601
                ]
4602
            },
4603
            "notification-url": "https://packagist.org/downloads/",
4604
            "license": [
4605
                "MIT"
4606
            ],
4607
            "description": "Create deep copies (clones) of your objects",
4608
            "keywords": [
4609
                "clone",
4610
                "copy",
4611
                "duplicate",
4612
                "object",
4613
                "object graph"
4614
            ],
4615
            "time": "2017-10-19T19:58:43+00:00"
4616
        },
4617
        {
4618
            "name": "nette/bootstrap",
4619
            "version": "v2.4.5",
4620
            "source": {
4621
                "type": "git",
4622
                "url": "https://github.com/nette/bootstrap.git",
4623
                "reference": "804925787764d708a7782ea0d9382a310bb21968"
4624
            },
4625
            "dist": {
4626
                "type": "zip",
4627
                "url": "https://api.github.com/repos/nette/bootstrap/zipball/804925787764d708a7782ea0d9382a310bb21968",
4628
                "reference": "804925787764d708a7782ea0d9382a310bb21968",
4629
                "shasum": ""
4630
            },
4631
            "require": {
4632
                "nette/di": "~2.4.7",
4633
                "nette/utils": "~2.4",
4634
                "php": ">=5.6.0"
4635
            },
4636
            "conflict": {
4637
                "nette/nette": "<2.2"
4638
            },
4639
            "require-dev": {
4640
                "latte/latte": "~2.2",
4641
                "nette/application": "~2.3",
4642
                "nette/caching": "~2.3",
4643
                "nette/database": "~2.3",
4644
                "nette/forms": "~2.3",
4645
                "nette/http": "~2.4.0",
4646
                "nette/mail": "~2.3",
4647
                "nette/robot-loader": "^2.4.2 || ^3.0",
4648
                "nette/safe-stream": "~2.2",
4649
                "nette/security": "~2.3",
4650
                "nette/tester": "~2.0",
4651
                "tracy/tracy": "^2.4.1"
4652
            },
4653
            "suggest": {
4654
                "nette/robot-loader": "to use Configurator::createRobotLoader()",
4655
                "tracy/tracy": "to use Configurator::enableTracy()"
4656
            },
4657
            "type": "library",
4658
            "extra": {
4659
                "branch-alias": {
4660
                    "dev-master": "2.4-dev"
4661
                }
4662
            },
4663
            "autoload": {
4664
                "classmap": [
4665
                    "src/"
4666
                ]
4667
            },
4668
            "notification-url": "https://packagist.org/downloads/",
4669
            "license": [
4670
                "BSD-3-Clause",
4671
                "GPL-2.0",
4672
                "GPL-3.0"
4673
            ],
4674
            "authors": [
4675
                {
4676
                    "name": "David Grudl",
4677
                    "homepage": "https://davidgrudl.com"
4678
                },
4679
                {
4680
                    "name": "Nette Community",
4681
                    "homepage": "https://nette.org/contributors"
4682
                }
4683
            ],
4684
            "description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
4685
            "homepage": "https://nette.org",
4686
            "keywords": [
4687
                "bootstrapping",
4688
                "configurator",
4689
                "nette"
4690
            ],
4691
            "time": "2017-08-20T17:36:59+00:00"
4692
        },
4693
        {
4694
            "name": "nette/di",
4695
            "version": "v2.4.11",
4696
            "source": {
4697
                "type": "git",
4698
                "url": "https://github.com/nette/di.git",
4699
                "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9"
4700
            },
4701
            "dist": {
4702
                "type": "zip",
4703
                "url": "https://api.github.com/repos/nette/di/zipball/a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9",
4704
                "reference": "a300c8b8e8549595ab90c04d8ee21b8b2a5a88f9",
4705
                "shasum": ""
4706
            },
4707
            "require": {
4708
                "ext-tokenizer": "*",
4709
                "nette/neon": "^2.3.3 || ~3.0.0",
4710
                "nette/php-generator": "^2.6.1 || ~3.0.0",
4711
                "nette/utils": "^2.4.3 || ~3.0.0",
4712
                "php": ">=5.6.0"
4713
            },
4714
            "conflict": {
4715
                "nette/bootstrap": "<2.4",
4716
                "nette/nette": "<2.2"
4717
            },
4718
            "require-dev": {
4719
                "nette/tester": "^2.0",
4720
                "tracy/tracy": "^2.3"
4721
            },
4722
            "type": "library",
4723
            "extra": {
4724
                "branch-alias": {
4725
                    "dev-master": "2.4-dev"
4726
                }
4727
            },
4728
            "autoload": {
4729
                "classmap": [
4730
                    "src/"
4731
                ]
4732
            },
4733
            "notification-url": "https://packagist.org/downloads/",
4734
            "license": [
4735
                "BSD-3-Clause",
4736
                "GPL-2.0",
4737
                "GPL-3.0"
4738
            ],
4739
            "authors": [
4740
                {
4741
                    "name": "David Grudl",
4742
                    "homepage": "https://davidgrudl.com"
4743
                },
4744
                {
4745
                    "name": "Nette Community",
4746
                    "homepage": "https://nette.org/contributors"
4747
                }
4748
            ],
4749
            "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
4750
            "homepage": "https://nette.org",
4751
            "keywords": [
4752
                "compiled",
4753
                "di",
4754
                "dic",
4755
                "factory",
4756
                "ioc",
4757
                "nette",
4758
                "static"
4759
            ],
4760
            "time": "2018-03-28T23:53:36+00:00"
4761
        },
4762
        {
4763
            "name": "nette/finder",
4764
            "version": "v2.4.1",
4765
            "source": {
4766
                "type": "git",
4767
                "url": "https://github.com/nette/finder.git",
4768
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547"
4769
            },
4770
            "dist": {
4771
                "type": "zip",
4772
                "url": "https://api.github.com/repos/nette/finder/zipball/4d43a66d072c57d585bf08a3ef68d3587f7e9547",
4773
                "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547",
4774
                "shasum": ""
4775
            },
4776
            "require": {
4777
                "nette/utils": "^2.4 || ~3.0.0",
4778
                "php": ">=5.6.0"
4779
            },
4780
            "conflict": {
4781
                "nette/nette": "<2.2"
4782
            },
4783
            "require-dev": {
4784
                "nette/tester": "^2.0",
4785
                "tracy/tracy": "^2.3"
4786
            },
4787
            "type": "library",
4788
            "extra": {
4789
                "branch-alias": {
4790
                    "dev-master": "2.4-dev"
4791
                }
4792
            },
4793
            "autoload": {
4794
                "classmap": [
4795
                    "src/"
4796
                ]
4797
            },
4798
            "notification-url": "https://packagist.org/downloads/",
4799
            "license": [
4800
                "BSD-3-Clause",
4801
                "GPL-2.0",
4802
                "GPL-3.0"
4803
            ],
4804
            "authors": [
4805
                {
4806
                    "name": "David Grudl",
4807
                    "homepage": "https://davidgrudl.com"
4808
                },
4809
                {
4810
                    "name": "Nette Community",
4811
                    "homepage": "https://nette.org/contributors"
4812
                }
4813
            ],
4814
            "description": "Nette Finder: Files Searching",
4815
            "homepage": "https://nette.org",
4816
            "time": "2017-07-10T23:47:08+00:00"
4817
        },
4818
        {
4819
            "name": "nette/neon",
4820
            "version": "v2.4.2",
4821
            "source": {
4822
                "type": "git",
4823
                "url": "https://github.com/nette/neon.git",
4824
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622"
4825
            },
4826
            "dist": {
4827
                "type": "zip",
4828
                "url": "https://api.github.com/repos/nette/neon/zipball/9eacd50553b26b53a3977bfb2fea2166d4331622",
4829
                "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622",
4830
                "shasum": ""
4831
            },
4832
            "require": {
4833
                "ext-iconv": "*",
4834
                "ext-json": "*",
4835
                "php": ">=5.6.0"
4836
            },
4837
            "require-dev": {
4838
                "nette/tester": "~2.0",
4839
                "tracy/tracy": "^2.3"
4840
            },
4841
            "type": "library",
4842
            "extra": {
4843
                "branch-alias": {
4844
                    "dev-master": "2.4-dev"
4845
                }
4846
            },
4847
            "autoload": {
4848
                "classmap": [
4849
                    "src/"
4850
                ]
4851
            },
4852
            "notification-url": "https://packagist.org/downloads/",
4853
            "license": [
4854
                "BSD-3-Clause",
4855
                "GPL-2.0",
4856
                "GPL-3.0"
4857
            ],
4858
            "authors": [
4859
                {
4860
                    "name": "David Grudl",
4861
                    "homepage": "https://davidgrudl.com"
4862
                },
4863
                {
4864
                    "name": "Nette Community",
4865
                    "homepage": "https://nette.org/contributors"
4866
                }
4867
            ],
4868
            "description": "Nette NEON: parser & generator for Nette Object Notation",
4869
            "homepage": "http://ne-on.org",
4870
            "time": "2017-07-11T18:29:08+00:00"
4871
        },
4872
        {
4873
            "name": "nette/php-generator",
4874
            "version": "v3.0.4",
4875
            "source": {
4876
                "type": "git",
4877
                "url": "https://github.com/nette/php-generator.git",
4878
                "reference": "b381ecacbf5a0b5f99cc0b303d5b0578d409f446"
4879
            },
4880
            "dist": {
4881
                "type": "zip",
4882
                "url": "https://api.github.com/repos/nette/php-generator/zipball/b381ecacbf5a0b5f99cc0b303d5b0578d409f446",
4883
                "reference": "b381ecacbf5a0b5f99cc0b303d5b0578d409f446",
4884
                "shasum": ""
4885
            },
4886
            "require": {
4887
                "nette/utils": "^2.4.2 || ~3.0.0",
4888
                "php": ">=7.0"
4889
            },
4890
            "conflict": {
4891
                "nette/nette": "<2.2"
4892
            },
4893
            "require-dev": {
4894
                "nette/tester": "^2.0",
4895
                "tracy/tracy": "^2.3"
4896
            },
4897
            "type": "library",
4898
            "extra": {
4899
                "branch-alias": {
4900
                    "dev-master": "3.0-dev"
4901
                }
4902
            },
4903
            "autoload": {
4904
                "classmap": [
4905
                    "src/"
4906
                ]
4907
            },
4908
            "notification-url": "https://packagist.org/downloads/",
4909
            "license": [
4910
                "BSD-3-Clause",
4911
                "GPL-2.0",
4912
                "GPL-3.0"
4913
            ],
4914
            "authors": [
4915
                {
4916
                    "name": "David Grudl",
4917
                    "homepage": "https://davidgrudl.com"
4918
                },
4919
                {
4920
                    "name": "Nette Community",
4921
                    "homepage": "https://nette.org/contributors"
4922
                }
4923
            ],
4924
            "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.2 features.",
4925
            "homepage": "https://nette.org",
4926
            "keywords": [
4927
                "code",
4928
                "nette",
4929
                "php",
4930
                "scaffolding"
4931
            ],
4932
            "time": "2018-04-26T16:48:20+00:00"
4933
        },
4934
        {
4935
            "name": "nette/robot-loader",
4936
            "version": "v3.0.3",
4937
            "source": {
4938
                "type": "git",
4939
                "url": "https://github.com/nette/robot-loader.git",
4940
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a"
4941
            },
4942
            "dist": {
4943
                "type": "zip",
4944
                "url": "https://api.github.com/repos/nette/robot-loader/zipball/92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
4945
                "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a",
4946
                "shasum": ""
4947
            },
4948
            "require": {
4949
                "ext-tokenizer": "*",
4950
                "nette/finder": "^2.3 || ^3.0",
4951
                "nette/utils": "^2.4 || ^3.0",
4952
                "php": ">=5.6.0"
4953
            },
4954
            "conflict": {
4955
                "nette/nette": "<2.2"
4956
            },
4957
            "require-dev": {
4958
                "nette/tester": "^2.0",
4959
                "tracy/tracy": "^2.3"
4960
            },
4961
            "type": "library",
4962
            "extra": {
4963
                "branch-alias": {
4964
                    "dev-master": "3.0-dev"
4965
                }
4966
            },
4967
            "autoload": {
4968
                "classmap": [
4969
                    "src/"
4970
                ]
4971
            },
4972
            "notification-url": "https://packagist.org/downloads/",
4973
            "license": [
4974
                "BSD-3-Clause",
4975
                "GPL-2.0",
4976
                "GPL-3.0"
4977
            ],
4978
            "authors": [
4979
                {
4980
                    "name": "David Grudl",
4981
                    "homepage": "https://davidgrudl.com"
4982
                },
4983
                {
4984
                    "name": "Nette Community",
4985
                    "homepage": "https://nette.org/contributors"
4986
                }
4987
            ],
4988
            "description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
4989
            "homepage": "https://nette.org",
4990
            "keywords": [
4991
                "autoload",
4992
                "class",
4993
                "interface",
4994
                "nette",
4995
                "trait"
4996
            ],
4997
            "time": "2017-09-26T13:42:21+00:00"
4998
        },
4999
        {
5000
            "name": "nette/utils",
5001
            "version": "v2.5.1",
5002
            "source": {
5003
                "type": "git",
5004
                "url": "https://github.com/nette/utils.git",
5005
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc"
5006
            },
5007
            "dist": {
5008
                "type": "zip",
5009
                "url": "https://api.github.com/repos/nette/utils/zipball/8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
5010
                "reference": "8a85ce76298c8a8941f912b8fa3ee93ca17d2ebc",
5011
                "shasum": ""
5012
            },
5013
            "require": {
5014
                "php": ">=5.6.0"
5015
            },
5016
            "conflict": {
5017
                "nette/nette": "<2.2"
5018
            },
5019
            "require-dev": {
5020
                "nette/tester": "~2.0",
5021
                "tracy/tracy": "^2.3"
5022
            },
5023
            "suggest": {
5024
                "ext-gd": "to use Image",
5025
                "ext-iconv": "to use Strings::webalize() and toAscii()",
5026
                "ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
5027
                "ext-json": "to use Nette\\Utils\\Json",
5028
                "ext-mbstring": "to use Strings::lower() etc...",
5029
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
5030
            },
5031
            "type": "library",
5032
            "extra": {
5033
                "branch-alias": {
5034
                    "dev-master": "2.5-dev"
5035
                }
5036
            },
5037
            "autoload": {
5038
                "classmap": [
5039
                    "src/"
5040
                ],
5041
                "files": [
5042
                    "src/loader.php"
5043
                ]
5044
            },
5045
            "notification-url": "https://packagist.org/downloads/",
5046
            "license": [
5047
                "BSD-3-Clause",
5048
                "GPL-2.0",
5049
                "GPL-3.0"
5050
            ],
5051
            "authors": [
5052
                {
5053
                    "name": "David Grudl",
5054
                    "homepage": "https://davidgrudl.com"
5055
                },
5056
                {
5057
                    "name": "Nette Community",
5058
                    "homepage": "https://nette.org/contributors"
5059
                }
5060
            ],
5061
            "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
5062
            "homepage": "https://nette.org",
5063
            "keywords": [
5064
                "array",
5065
                "core",
5066
                "datetime",
5067
                "images",
5068
                "json",
5069
                "nette",
5070
                "paginator",
5071
                "password",
5072
                "slugify",
5073
                "string",
5074
                "unicode",
5075
                "utf-8",
5076
                "utility",
5077
                "validation"
5078
            ],
5079
            "time": "2018-02-19T14:42:42+00:00"
5080
        },
5081
        {
5082
            "name": "nikic/php-parser",
5083
            "version": "v3.1.5",
5084
            "source": {
5085
                "type": "git",
5086
                "url": "https://github.com/nikic/PHP-Parser.git",
5087
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
5088
            },
5089
            "dist": {
5090
                "type": "zip",
5091
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
5092
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
5093
                "shasum": ""
5094
            },
5095
            "require": {
5096
                "ext-tokenizer": "*",
5097
                "php": ">=5.5"
5098
            },
5099
            "require-dev": {
5100
                "phpunit/phpunit": "~4.0|~5.0"
5101
            },
5102
            "bin": [
5103
                "bin/php-parse"
5104
            ],
5105
            "type": "library",
5106
            "extra": {
5107
                "branch-alias": {
5108
                    "dev-master": "3.0-dev"
5109
                }
5110
            },
5111
            "autoload": {
5112
                "psr-4": {
5113
                    "PhpParser\\": "lib/PhpParser"
5114
                }
5115
            },
5116
            "notification-url": "https://packagist.org/downloads/",
5117
            "license": [
5118
                "BSD-3-Clause"
5119
            ],
5120
            "authors": [
5121
                {
5122
                    "name": "Nikita Popov"
5123
                }
5124
            ],
5125
            "description": "A PHP parser written in PHP",
5126
            "keywords": [
5127
                "parser",
5128
                "php"
5129
            ],
5130
            "time": "2018-02-28T20:30:58+00:00"
5131
        },
5132
        {
5133
            "name": "phar-io/manifest",
5134
            "version": "1.0.1",
5135
            "source": {
5136
                "type": "git",
5137
                "url": "https://github.com/phar-io/manifest.git",
5138
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
5139
            },
5140
            "dist": {
5141
                "type": "zip",
5142
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
5143
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
5144
                "shasum": ""
5145
            },
5146
            "require": {
5147
                "ext-dom": "*",
5148
                "ext-phar": "*",
5149
                "phar-io/version": "^1.0.1",
5150
                "php": "^5.6 || ^7.0"
5151
            },
5152
            "type": "library",
5153
            "extra": {
5154
                "branch-alias": {
5155
                    "dev-master": "1.0.x-dev"
5156
                }
5157
            },
5158
            "autoload": {
5159
                "classmap": [
5160
                    "src/"
5161
                ]
5162
            },
5163
            "notification-url": "https://packagist.org/downloads/",
5164
            "license": [
5165
                "BSD-3-Clause"
5166
            ],
5167
            "authors": [
5168
                {
5169
                    "name": "Arne Blankerts",
5170
                    "email": "[email protected]",
5171
                    "role": "Developer"
5172
                },
5173
                {
5174
                    "name": "Sebastian Heuer",
5175
                    "email": "[email protected]",
5176
                    "role": "Developer"
5177
                },
5178
                {
5179
                    "name": "Sebastian Bergmann",
5180
                    "email": "[email protected]",
5181
                    "role": "Developer"
5182
                }
5183
            ],
5184
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
5185
            "time": "2017-03-05T18:14:27+00:00"
5186
        },
5187
        {
5188
            "name": "phar-io/version",
5189
            "version": "1.0.1",
5190
            "source": {
5191
                "type": "git",
5192
                "url": "https://github.com/phar-io/version.git",
5193
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
5194
            },
5195
            "dist": {
5196
                "type": "zip",
5197
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
5198
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
5199
                "shasum": ""
5200
            },
5201
            "require": {
5202
                "php": "^5.6 || ^7.0"
5203
            },
5204
            "type": "library",
5205
            "autoload": {
5206
                "classmap": [
5207
                    "src/"
5208
                ]
5209
            },
5210
            "notification-url": "https://packagist.org/downloads/",
5211
            "license": [
5212
                "BSD-3-Clause"
5213
            ],
5214
            "authors": [
5215
                {
5216
                    "name": "Arne Blankerts",
5217
                    "email": "[email protected]",
5218
                    "role": "Developer"
5219
                },
5220
                {
5221
                    "name": "Sebastian Heuer",
5222
                    "email": "[email protected]",
5223
                    "role": "Developer"
5224
                },
5225
                {
5226
                    "name": "Sebastian Bergmann",
5227
                    "email": "[email protected]",
5228
                    "role": "Developer"
5229
                }
5230
            ],
5231
            "description": "Library for handling version information and constraints",
5232
            "time": "2017-03-05T17:38:23+00:00"
5233
        },
5234
        {
5235
            "name": "php-coveralls/php-coveralls",
5236
            "version": "v2.0.0",
5237
            "source": {
5238
                "type": "git",
5239
                "url": "https://github.com/php-coveralls/php-coveralls.git",
5240
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068"
5241
            },
5242
            "dist": {
5243
                "type": "zip",
5244
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3eaf7eb689cdf6b86801a3843940d974dc657068",
5245
                "reference": "3eaf7eb689cdf6b86801a3843940d974dc657068",
5246
                "shasum": ""
5247
            },
5248
            "require": {
5249
                "ext-json": "*",
5250
                "ext-simplexml": "*",
5251
                "guzzlehttp/guzzle": "^6.0",
5252
                "php": "^5.5 || ^7.0",
5253
                "psr/log": "^1.0",
5254
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
5255
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
5256
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
5257
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
5258
            },
5259
            "require-dev": {
5260
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
5261
            },
5262
            "suggest": {
5263
                "symfony/http-kernel": "Allows Symfony integration"
5264
            },
5265
            "bin": [
5266
                "bin/php-coveralls"
5267
            ],
5268
            "type": "library",
5269
            "extra": {
5270
                "branch-alias": {
5271
                    "dev-master": "2.0-dev"
5272
                }
5273
            },
5274
            "autoload": {
5275
                "psr-4": {
5276
                    "PhpCoveralls\\": "src/"
5277
                }
5278
            },
5279
            "notification-url": "https://packagist.org/downloads/",
5280
            "license": [
5281
                "MIT"
5282
            ],
5283
            "authors": [
5284
                {
5285
                    "name": "Kitamura Satoshi",
5286
                    "email": "[email protected]",
5287
                    "homepage": "https://www.facebook.com/satooshi.jp",
5288
                    "role": "Original creator"
5289
                },
5290
                {
5291
                    "name": "Takashi Matsuo",
5292
                    "email": "[email protected]"
5293
                },
5294
                {
5295
                    "name": "Google Inc"
5296
                },
5297
                {
5298
                    "name": "Dariusz Ruminski",
5299
                    "email": "[email protected]",
5300
                    "homepage": "https://github.com/keradus"
5301
                },
5302
                {
5303
                    "name": "Contributors",
5304
                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
5305
                }
5306
            ],
5307
            "description": "PHP client library for Coveralls API",
5308
            "homepage": "https://github.com/php-coveralls/php-coveralls",
5309
            "keywords": [
5310
                "ci",
5311
                "coverage",
5312
                "github",
5313
                "test"
5314
            ],
5315
            "time": "2017-12-08T14:28:16+00:00"
5316
        },
5317
        {
5318
            "name": "phpdocumentor/reflection-common",
5319
            "version": "1.0.1",
5320
            "source": {
5321
                "type": "git",
5322
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
5323
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
5324
            },
5325
            "dist": {
5326
                "type": "zip",
5327
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
5328
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
5329
                "shasum": ""
5330
            },
5331
            "require": {
5332
                "php": ">=5.5"
5333
            },
5334
            "require-dev": {
5335
                "phpunit/phpunit": "^4.6"
5336
            },
5337
            "type": "library",
5338
            "extra": {
5339
                "branch-alias": {
5340
                    "dev-master": "1.0.x-dev"
5341
                }
5342
            },
5343
            "autoload": {
5344
                "psr-4": {
5345
                    "phpDocumentor\\Reflection\\": [
5346
                        "src"
5347
                    ]
5348
                }
5349
            },
5350
            "notification-url": "https://packagist.org/downloads/",
5351
            "license": [
5352
                "MIT"
5353
            ],
5354
            "authors": [
5355
                {
5356
                    "name": "Jaap van Otterdijk",
5357
                    "email": "[email protected]"
5358
                }
5359
            ],
5360
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
5361
            "homepage": "http://www.phpdoc.org",
5362
            "keywords": [
5363
                "FQSEN",
5364
                "phpDocumentor",
5365
                "phpdoc",
5366
                "reflection",
5367
                "static analysis"
5368
            ],
5369
            "time": "2017-09-11T18:02:19+00:00"
5370
        },
5371
        {
5372
            "name": "phpdocumentor/reflection-docblock",
5373
            "version": "4.3.0",
5374
            "source": {
5375
                "type": "git",
5376
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5377
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
5378
            },
5379
            "dist": {
5380
                "type": "zip",
5381
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
5382
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
5383
                "shasum": ""
5384
            },
5385
            "require": {
5386
                "php": "^7.0",
5387
                "phpdocumentor/reflection-common": "^1.0.0",
5388
                "phpdocumentor/type-resolver": "^0.4.0",
5389
                "webmozart/assert": "^1.0"
5390
            },
5391
            "require-dev": {
5392
                "doctrine/instantiator": "~1.0.5",
5393
                "mockery/mockery": "^1.0",
5394
                "phpunit/phpunit": "^6.4"
5395
            },
5396
            "type": "library",
5397
            "extra": {
5398
                "branch-alias": {
5399
                    "dev-master": "4.x-dev"
5400
                }
5401
            },
5402
            "autoload": {
5403
                "psr-4": {
5404
                    "phpDocumentor\\Reflection\\": [
5405
                        "src/"
5406
                    ]
5407
                }
5408
            },
5409
            "notification-url": "https://packagist.org/downloads/",
5410
            "license": [
5411
                "MIT"
5412
            ],
5413
            "authors": [
5414
                {
5415
                    "name": "Mike van Riel",
5416
                    "email": "[email protected]"
5417
                }
5418
            ],
5419
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
5420
            "time": "2017-11-30T07:14:17+00:00"
5421
        },
5422
        {
5423
            "name": "phpdocumentor/type-resolver",
5424
            "version": "0.4.0",
5425
            "source": {
5426
                "type": "git",
5427
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
5428
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
5429
            },
5430
            "dist": {
5431
                "type": "zip",
5432
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
5433
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
5434
                "shasum": ""
5435
            },
5436
            "require": {
5437
                "php": "^5.5 || ^7.0",
5438
                "phpdocumentor/reflection-common": "^1.0"
5439
            },
5440
            "require-dev": {
5441
                "mockery/mockery": "^0.9.4",
5442
                "phpunit/phpunit": "^5.2||^4.8.24"
5443
            },
5444
            "type": "library",
5445
            "extra": {
5446
                "branch-alias": {
5447
                    "dev-master": "1.0.x-dev"
5448
                }
5449
            },
5450
            "autoload": {
5451
                "psr-4": {
5452
                    "phpDocumentor\\Reflection\\": [
5453
                        "src/"
5454
                    ]
5455
                }
5456
            },
5457
            "notification-url": "https://packagist.org/downloads/",
5458
            "license": [
5459
                "MIT"
5460
            ],
5461
            "authors": [
5462
                {
5463
                    "name": "Mike van Riel",
5464
                    "email": "[email protected]"
5465
                }
5466
            ],
5467
            "time": "2017-07-14T14:27:02+00:00"
5468
        },
5469
        {
5470
            "name": "phpspec/prophecy",
5471
            "version": "1.7.6",
5472
            "source": {
5473
                "type": "git",
5474
                "url": "https://github.com/phpspec/prophecy.git",
5475
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
5476
            },
5477
            "dist": {
5478
                "type": "zip",
5479
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
5480
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
5481
                "shasum": ""
5482
            },
5483
            "require": {
5484
                "doctrine/instantiator": "^1.0.2",
5485
                "php": "^5.3|^7.0",
5486
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
5487
                "sebastian/comparator": "^1.1|^2.0|^3.0",
5488
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
5489
            },
5490
            "require-dev": {
5491
                "phpspec/phpspec": "^2.5|^3.2",
5492
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
5493
            },
5494
            "type": "library",
5495
            "extra": {
5496
                "branch-alias": {
5497
                    "dev-master": "1.7.x-dev"
5498
                }
5499
            },
5500
            "autoload": {
5501
                "psr-0": {
5502
                    "Prophecy\\": "src/"
5503
                }
5504
            },
5505
            "notification-url": "https://packagist.org/downloads/",
5506
            "license": [
5507
                "MIT"
5508
            ],
5509
            "authors": [
5510
                {
5511
                    "name": "Konstantin Kudryashov",
5512
                    "email": "[email protected]",
5513
                    "homepage": "http://everzet.com"
5514
                },
5515
                {
5516
                    "name": "Marcello Duarte",
5517
                    "email": "[email protected]"
5518
                }
5519
            ],
5520
            "description": "Highly opinionated mocking framework for PHP 5.3+",
5521
            "homepage": "https://github.com/phpspec/prophecy",
5522
            "keywords": [
5523
                "Double",
5524
                "Dummy",
5525
                "fake",
5526
                "mock",
5527
                "spy",
5528
                "stub"
5529
            ],
5530
            "time": "2018-04-18T13:57:24+00:00"
5531
        },
5532
        {
5533
            "name": "phpstan/phpdoc-parser",
5534
            "version": "0.2",
5535
            "source": {
5536
                "type": "git",
5537
                "url": "https://github.com/phpstan/phpdoc-parser.git",
5538
                "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a"
5539
            },
5540
            "dist": {
5541
                "type": "zip",
5542
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/02f909f134fe06f0cd4790d8627ee24efbe84d6a",
5543
                "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a",
5544
                "shasum": ""
5545
            },
5546
            "require": {
5547
                "php": "~7.0"
5548
            },
5549
            "require-dev": {
5550
                "consistence/coding-standard": "^2.0.0",
5551
                "jakub-onderka/php-parallel-lint": "^0.9.2",
5552
                "phing/phing": "^2.16.0",
5553
                "phpstan/phpstan": "^0.9",
5554
                "phpunit/phpunit": "^6.3",
5555
                "slevomat/coding-standard": "^3.3.0"
5556
            },
5557
            "type": "library",
5558
            "extra": {
5559
                "branch-alias": {
5560
                    "dev-master": "0.1-dev"
5561
                }
5562
            },
5563
            "autoload": {
5564
                "psr-4": {
5565
                    "PHPStan\\PhpDocParser\\": [
5566
                        "src/"
5567
                    ]
5568
                }
5569
            },
5570
            "notification-url": "https://packagist.org/downloads/",
5571
            "license": [
5572
                "MIT"
5573
            ],
5574
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
5575
            "time": "2018-01-13T18:19:41+00:00"
5576
        },
5577
        {
5578
            "name": "phpstan/phpstan",
5579
            "version": "0.9.2",
5580
            "source": {
5581
                "type": "git",
5582
                "url": "https://github.com/phpstan/phpstan.git",
5583
                "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488"
5584
            },
5585
            "dist": {
5586
                "type": "zip",
5587
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e59541bcc7cac9b35ca54db6365bf377baf4a488",
5588
                "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488",
5589
                "shasum": ""
5590
            },
5591
            "require": {
5592
                "jean85/pretty-package-versions": "^1.0.3",
5593
                "nette/bootstrap": "^2.4 || ^3.0",
5594
                "nette/di": "^2.4.7 || ^3.0",
5595
                "nette/robot-loader": "^3.0.1",
5596
                "nette/utils": "^2.4.5 || ^3.0",
5597
                "nikic/php-parser": "^3.1",
5598
                "php": "~7.0",
5599
                "phpstan/phpdoc-parser": "^0.2",
5600
                "symfony/console": "~3.2 || ~4.0",
5601
                "symfony/finder": "~3.2 || ~4.0"
5602
            },
5603
            "require-dev": {
5604
                "consistence/coding-standard": "2.2.1",
5605
                "ext-gd": "*",
5606
                "ext-intl": "*",
5607
                "ext-mysqli": "*",
5608
                "jakub-onderka/php-parallel-lint": "^0.9.2",
5609
                "phing/phing": "^2.16.0",
5610
                "phpstan/phpstan-php-parser": "^0.9",
5611
                "phpstan/phpstan-phpunit": "^0.9.3",
5612
                "phpstan/phpstan-strict-rules": "^0.9",
5613
                "phpunit/phpunit": "^6.5.4",
5614
                "slevomat/coding-standard": "4.0.0"
5615
            },
5616
            "bin": [
5617
                "bin/phpstan"
5618
            ],
5619
            "type": "library",
5620
            "extra": {
5621
                "branch-alias": {
5622
                    "dev-master": "0.9-dev"
5623
                }
5624
            },
5625
            "autoload": {
5626
                "psr-4": {
5627
                    "PHPStan\\": [
5628
                        "src/",
5629
                        "build/PHPStan"
5630
                    ]
5631
                }
5632
            },
5633
            "notification-url": "https://packagist.org/downloads/",
5634
            "license": [
5635
                "MIT"
5636
            ],
5637
            "description": "PHPStan - PHP Static Analysis Tool",
5638
            "time": "2018-01-28T13:22:19+00:00"
5639
        },
5640
        {
5641
            "name": "phpunit/php-code-coverage",
5642
            "version": "6.0.4",
5643
            "source": {
5644
                "type": "git",
5645
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5646
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca"
5647
            },
5648
            "dist": {
5649
                "type": "zip",
5650
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52187754b0eed0b8159f62a6fa30073327e8c2ca",
5651
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca",
5652
                "shasum": ""
5653
            },
5654
            "require": {
5655
                "ext-dom": "*",
5656
                "ext-xmlwriter": "*",
5657
                "php": "^7.1",
5658
                "phpunit/php-file-iterator": "^1.4.2",
5659
                "phpunit/php-text-template": "^1.2.1",
5660
                "phpunit/php-token-stream": "^3.0",
5661
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
5662
                "sebastian/environment": "^3.1",
5663
                "sebastian/version": "^2.0.1",
5664
                "theseer/tokenizer": "^1.1"
5665
            },
5666
            "require-dev": {
5667
                "phpunit/phpunit": "^7.0"
5668
            },
5669
            "suggest": {
5670
                "ext-xdebug": "^2.6.0"
5671
            },
5672
            "type": "library",
5673
            "extra": {
5674
                "branch-alias": {
5675
                    "dev-master": "6.0-dev"
5676
                }
5677
            },
5678
            "autoload": {
5679
                "classmap": [
5680
                    "src/"
5681
                ]
5682
            },
5683
            "notification-url": "https://packagist.org/downloads/",
5684
            "license": [
5685
                "BSD-3-Clause"
5686
            ],
5687
            "authors": [
5688
                {
5689
                    "name": "Sebastian Bergmann",
5690
                    "email": "[email protected]",
5691
                    "role": "lead"
5692
                }
5693
            ],
5694
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5695
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5696
            "keywords": [
5697
                "coverage",
5698
                "testing",
5699
                "xunit"
5700
            ],
5701
            "time": "2018-04-29T14:59:09+00:00"
5702
        },
5703
        {
5704
            "name": "phpunit/php-file-iterator",
5705
            "version": "1.4.5",
5706
            "source": {
5707
                "type": "git",
5708
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5709
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
5710
            },
5711
            "dist": {
5712
                "type": "zip",
5713
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
5714
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
5715
                "shasum": ""
5716
            },
5717
            "require": {
5718
                "php": ">=5.3.3"
5719
            },
5720
            "type": "library",
5721
            "extra": {
5722
                "branch-alias": {
5723
                    "dev-master": "1.4.x-dev"
5724
                }
5725
            },
5726
            "autoload": {
5727
                "classmap": [
5728
                    "src/"
5729
                ]
5730
            },
5731
            "notification-url": "https://packagist.org/downloads/",
5732
            "license": [
5733
                "BSD-3-Clause"
5734
            ],
5735
            "authors": [
5736
                {
5737
                    "name": "Sebastian Bergmann",
5738
                    "email": "[email protected]",
5739
                    "role": "lead"
5740
                }
5741
            ],
5742
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5743
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5744
            "keywords": [
5745
                "filesystem",
5746
                "iterator"
5747
            ],
5748
            "time": "2017-11-27T13:52:08+00:00"
5749
        },
5750
        {
5751
            "name": "phpunit/php-text-template",
5752
            "version": "1.2.1",
5753
            "source": {
5754
                "type": "git",
5755
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
5756
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
5757
            },
5758
            "dist": {
5759
                "type": "zip",
5760
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5761
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5762
                "shasum": ""
5763
            },
5764
            "require": {
5765
                "php": ">=5.3.3"
5766
            },
5767
            "type": "library",
5768
            "autoload": {
5769
                "classmap": [
5770
                    "src/"
5771
                ]
5772
            },
5773
            "notification-url": "https://packagist.org/downloads/",
5774
            "license": [
5775
                "BSD-3-Clause"
5776
            ],
5777
            "authors": [
5778
                {
5779
                    "name": "Sebastian Bergmann",
5780
                    "email": "[email protected]",
5781
                    "role": "lead"
5782
                }
5783
            ],
5784
            "description": "Simple template engine.",
5785
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5786
            "keywords": [
5787
                "template"
5788
            ],
5789
            "time": "2015-06-21T13:50:34+00:00"
5790
        },
5791
        {
5792
            "name": "phpunit/php-timer",
5793
            "version": "2.0.0",
5794
            "source": {
5795
                "type": "git",
5796
                "url": "https://github.com/sebastianbergmann/php-timer.git",
5797
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
5798
            },
5799
            "dist": {
5800
                "type": "zip",
5801
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
5802
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
5803
                "shasum": ""
5804
            },
5805
            "require": {
5806
                "php": "^7.1"
5807
            },
5808
            "require-dev": {
5809
                "phpunit/phpunit": "^7.0"
5810
            },
5811
            "type": "library",
5812
            "extra": {
5813
                "branch-alias": {
5814
                    "dev-master": "2.0-dev"
5815
                }
5816
            },
5817
            "autoload": {
5818
                "classmap": [
5819
                    "src/"
5820
                ]
5821
            },
5822
            "notification-url": "https://packagist.org/downloads/",
5823
            "license": [
5824
                "BSD-3-Clause"
5825
            ],
5826
            "authors": [
5827
                {
5828
                    "name": "Sebastian Bergmann",
5829
                    "email": "[email protected]",
5830
                    "role": "lead"
5831
                }
5832
            ],
5833
            "description": "Utility class for timing",
5834
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
5835
            "keywords": [
5836
                "timer"
5837
            ],
5838
            "time": "2018-02-01T13:07:23+00:00"
5839
        },
5840
        {
5841
            "name": "phpunit/php-token-stream",
5842
            "version": "3.0.0",
5843
            "source": {
5844
                "type": "git",
5845
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
5846
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
5847
            },
5848
            "dist": {
5849
                "type": "zip",
5850
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5851
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
5852
                "shasum": ""
5853
            },
5854
            "require": {
5855
                "ext-tokenizer": "*",
5856
                "php": "^7.1"
5857
            },
5858
            "require-dev": {
5859
                "phpunit/phpunit": "^7.0"
5860
            },
5861
            "type": "library",
5862
            "extra": {
5863
                "branch-alias": {
5864
                    "dev-master": "3.0-dev"
5865
                }
5866
            },
5867
            "autoload": {
5868
                "classmap": [
5869
                    "src/"
5870
                ]
5871
            },
5872
            "notification-url": "https://packagist.org/downloads/",
5873
            "license": [
5874
                "BSD-3-Clause"
5875
            ],
5876
            "authors": [
5877
                {
5878
                    "name": "Sebastian Bergmann",
5879
                    "email": "[email protected]"
5880
                }
5881
            ],
5882
            "description": "Wrapper around PHP's tokenizer extension.",
5883
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5884
            "keywords": [
5885
                "tokenizer"
5886
            ],
5887
            "time": "2018-02-01T13:16:43+00:00"
5888
        },
5889
        {
5890
            "name": "phpunit/phpunit",
5891
            "version": "7.1.5",
5892
            "source": {
5893
                "type": "git",
5894
                "url": "https://github.com/sebastianbergmann/phpunit.git",
5895
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435"
5896
            },
5897
            "dist": {
5898
                "type": "zip",
5899
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435",
5900
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435",
5901
                "shasum": ""
5902
            },
5903
            "require": {
5904
                "ext-dom": "*",
5905
                "ext-json": "*",
5906
                "ext-libxml": "*",
5907
                "ext-mbstring": "*",
5908
                "ext-xml": "*",
5909
                "myclabs/deep-copy": "^1.6.1",
5910
                "phar-io/manifest": "^1.0.1",
5911
                "phar-io/version": "^1.0",
5912
                "php": "^7.1",
5913
                "phpspec/prophecy": "^1.7",
5914
                "phpunit/php-code-coverage": "^6.0.1",
5915
                "phpunit/php-file-iterator": "^1.4.3",
5916
                "phpunit/php-text-template": "^1.2.1",
5917
                "phpunit/php-timer": "^2.0",
5918
                "phpunit/phpunit-mock-objects": "^6.1.1",
5919
                "sebastian/comparator": "^3.0",
5920
                "sebastian/diff": "^3.0",
5921
                "sebastian/environment": "^3.1",
5922
                "sebastian/exporter": "^3.1",
5923
                "sebastian/global-state": "^2.0",
5924
                "sebastian/object-enumerator": "^3.0.3",
5925
                "sebastian/resource-operations": "^1.0",
5926
                "sebastian/version": "^2.0.1"
5927
            },
5928
            "require-dev": {
5929
                "ext-pdo": "*"
5930
            },
5931
            "suggest": {
5932
                "ext-xdebug": "*",
5933
                "phpunit/php-invoker": "^2.0"
5934
            },
5935
            "bin": [
5936
                "phpunit"
5937
            ],
5938
            "type": "library",
5939
            "extra": {
5940
                "branch-alias": {
5941
                    "dev-master": "7.1-dev"
5942
                }
5943
            },
5944
            "autoload": {
5945
                "classmap": [
5946
                    "src/"
5947
                ]
5948
            },
5949
            "notification-url": "https://packagist.org/downloads/",
5950
            "license": [
5951
                "BSD-3-Clause"
5952
            ],
5953
            "authors": [
5954
                {
5955
                    "name": "Sebastian Bergmann",
5956
                    "email": "[email protected]",
5957
                    "role": "lead"
5958
                }
5959
            ],
5960
            "description": "The PHP Unit Testing framework.",
5961
            "homepage": "https://phpunit.de/",
5962
            "keywords": [
5963
                "phpunit",
5964
                "testing",
5965
                "xunit"
5966
            ],
5967
            "time": "2018-04-29T15:09:19+00:00"
5968
        },
5969
        {
5970
            "name": "phpunit/phpunit-mock-objects",
5971
            "version": "6.1.1",
5972
            "source": {
5973
                "type": "git",
5974
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
5975
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157"
5976
            },
5977
            "dist": {
5978
                "type": "zip",
5979
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157",
5980
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157",
5981
                "shasum": ""
5982
            },
5983
            "require": {
5984
                "doctrine/instantiator": "^1.0.5",
5985
                "php": "^7.1",
5986
                "phpunit/php-text-template": "^1.2.1",
5987
                "sebastian/exporter": "^3.1"
5988
            },
5989
            "require-dev": {
5990
                "phpunit/phpunit": "^7.0"
5991
            },
5992
            "suggest": {
5993
                "ext-soap": "*"
5994
            },
5995
            "type": "library",
5996
            "extra": {
5997
                "branch-alias": {
5998
                    "dev-master": "6.1-dev"
5999
                }
6000
            },
6001
            "autoload": {
6002
                "classmap": [
6003
                    "src/"
6004
                ]
6005
            },
6006
            "notification-url": "https://packagist.org/downloads/",
6007
            "license": [
6008
                "BSD-3-Clause"
6009
            ],
6010
            "authors": [
6011
                {
6012
                    "name": "Sebastian Bergmann",
6013
                    "email": "[email protected]",
6014
                    "role": "lead"
6015
                }
6016
            ],
6017
            "description": "Mock Object library for PHPUnit",
6018
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6019
            "keywords": [
6020
                "mock",
6021
                "xunit"
6022
            ],
6023
            "time": "2018-04-11T04:50:36+00:00"
6024
        },
6025
        {
6026
            "name": "sebastian/code-unit-reverse-lookup",
6027
            "version": "1.0.1",
6028
            "source": {
6029
                "type": "git",
6030
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
6031
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
6032
            },
6033
            "dist": {
6034
                "type": "zip",
6035
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
6036
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
6037
                "shasum": ""
6038
            },
6039
            "require": {
6040
                "php": "^5.6 || ^7.0"
6041
            },
6042
            "require-dev": {
6043
                "phpunit/phpunit": "^5.7 || ^6.0"
6044
            },
6045
            "type": "library",
6046
            "extra": {
6047
                "branch-alias": {
6048
                    "dev-master": "1.0.x-dev"
6049
                }
6050
            },
6051
            "autoload": {
6052
                "classmap": [
6053
                    "src/"
6054
                ]
6055
            },
6056
            "notification-url": "https://packagist.org/downloads/",
6057
            "license": [
6058
                "BSD-3-Clause"
6059
            ],
6060
            "authors": [
6061
                {
6062
                    "name": "Sebastian Bergmann",
6063
                    "email": "[email protected]"
6064
                }
6065
            ],
6066
            "description": "Looks up which function or method a line of code belongs to",
6067
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
6068
            "time": "2017-03-04T06:30:41+00:00"
6069
        },
6070
        {
6071
            "name": "sebastian/comparator",
6072
            "version": "3.0.0",
6073
            "source": {
6074
                "type": "git",
6075
                "url": "https://github.com/sebastianbergmann/comparator.git",
6076
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5"
6077
            },
6078
            "dist": {
6079
                "type": "zip",
6080
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
6081
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
6082
                "shasum": ""
6083
            },
6084
            "require": {
6085
                "php": "^7.1",
6086
                "sebastian/diff": "^3.0",
6087
                "sebastian/exporter": "^3.1"
6088
            },
6089
            "require-dev": {
6090
                "phpunit/phpunit": "^7.1"
6091
            },
6092
            "type": "library",
6093
            "extra": {
6094
                "branch-alias": {
6095
                    "dev-master": "3.0-dev"
6096
                }
6097
            },
6098
            "autoload": {
6099
                "classmap": [
6100
                    "src/"
6101
                ]
6102
            },
6103
            "notification-url": "https://packagist.org/downloads/",
6104
            "license": [
6105
                "BSD-3-Clause"
6106
            ],
6107
            "authors": [
6108
                {
6109
                    "name": "Jeff Welch",
6110
                    "email": "[email protected]"
6111
                },
6112
                {
6113
                    "name": "Volker Dusch",
6114
                    "email": "[email protected]"
6115
                },
6116
                {
6117
                    "name": "Bernhard Schussek",
6118
                    "email": "[email protected]"
6119
                },
6120
                {
6121
                    "name": "Sebastian Bergmann",
6122
                    "email": "[email protected]"
6123
                }
6124
            ],
6125
            "description": "Provides the functionality to compare PHP values for equality",
6126
            "homepage": "https://github.com/sebastianbergmann/comparator",
6127
            "keywords": [
6128
                "comparator",
6129
                "compare",
6130
                "equality"
6131
            ],
6132
            "time": "2018-04-18T13:33:00+00:00"
6133
        },
6134
        {
6135
            "name": "sebastian/diff",
6136
            "version": "3.0.0",
6137
            "source": {
6138
                "type": "git",
6139
                "url": "https://github.com/sebastianbergmann/diff.git",
6140
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
6141
            },
6142
            "dist": {
6143
                "type": "zip",
6144
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
6145
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
6146
                "shasum": ""
6147
            },
6148
            "require": {
6149
                "php": "^7.1"
6150
            },
6151
            "require-dev": {
6152
                "phpunit/phpunit": "^7.0",
6153
                "symfony/process": "^2 || ^3.3 || ^4"
6154
            },
6155
            "type": "library",
6156
            "extra": {
6157
                "branch-alias": {
6158
                    "dev-master": "3.0-dev"
6159
                }
6160
            },
6161
            "autoload": {
6162
                "classmap": [
6163
                    "src/"
6164
                ]
6165
            },
6166
            "notification-url": "https://packagist.org/downloads/",
6167
            "license": [
6168
                "BSD-3-Clause"
6169
            ],
6170
            "authors": [
6171
                {
6172
                    "name": "Kore Nordmann",
6173
                    "email": "[email protected]"
6174
                },
6175
                {
6176
                    "name": "Sebastian Bergmann",
6177
                    "email": "[email protected]"
6178
                }
6179
            ],
6180
            "description": "Diff implementation",
6181
            "homepage": "https://github.com/sebastianbergmann/diff",
6182
            "keywords": [
6183
                "diff",
6184
                "udiff",
6185
                "unidiff",
6186
                "unified diff"
6187
            ],
6188
            "time": "2018-02-01T13:45:15+00:00"
6189
        },
6190
        {
6191
            "name": "sebastian/environment",
6192
            "version": "3.1.0",
6193
            "source": {
6194
                "type": "git",
6195
                "url": "https://github.com/sebastianbergmann/environment.git",
6196
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
6197
            },
6198
            "dist": {
6199
                "type": "zip",
6200
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
6201
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
6202
                "shasum": ""
6203
            },
6204
            "require": {
6205
                "php": "^7.0"
6206
            },
6207
            "require-dev": {
6208
                "phpunit/phpunit": "^6.1"
6209
            },
6210
            "type": "library",
6211
            "extra": {
6212
                "branch-alias": {
6213
                    "dev-master": "3.1.x-dev"
6214
                }
6215
            },
6216
            "autoload": {
6217
                "classmap": [
6218
                    "src/"
6219
                ]
6220
            },
6221
            "notification-url": "https://packagist.org/downloads/",
6222
            "license": [
6223
                "BSD-3-Clause"
6224
            ],
6225
            "authors": [
6226
                {
6227
                    "name": "Sebastian Bergmann",
6228
                    "email": "[email protected]"
6229
                }
6230
            ],
6231
            "description": "Provides functionality to handle HHVM/PHP environments",
6232
            "homepage": "http://www.github.com/sebastianbergmann/environment",
6233
            "keywords": [
6234
                "Xdebug",
6235
                "environment",
6236
                "hhvm"
6237
            ],
6238
            "time": "2017-07-01T08:51:00+00:00"
6239
        },
6240
        {
6241
            "name": "sebastian/exporter",
6242
            "version": "3.1.0",
6243
            "source": {
6244
                "type": "git",
6245
                "url": "https://github.com/sebastianbergmann/exporter.git",
6246
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
6247
            },
6248
            "dist": {
6249
                "type": "zip",
6250
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
6251
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
6252
                "shasum": ""
6253
            },
6254
            "require": {
6255
                "php": "^7.0",
6256
                "sebastian/recursion-context": "^3.0"
6257
            },
6258
            "require-dev": {
6259
                "ext-mbstring": "*",
6260
                "phpunit/phpunit": "^6.0"
6261
            },
6262
            "type": "library",
6263
            "extra": {
6264
                "branch-alias": {
6265
                    "dev-master": "3.1.x-dev"
6266
                }
6267
            },
6268
            "autoload": {
6269
                "classmap": [
6270
                    "src/"
6271
                ]
6272
            },
6273
            "notification-url": "https://packagist.org/downloads/",
6274
            "license": [
6275
                "BSD-3-Clause"
6276
            ],
6277
            "authors": [
6278
                {
6279
                    "name": "Jeff Welch",
6280
                    "email": "[email protected]"
6281
                },
6282
                {
6283
                    "name": "Volker Dusch",
6284
                    "email": "[email protected]"
6285
                },
6286
                {
6287
                    "name": "Bernhard Schussek",
6288
                    "email": "[email protected]"
6289
                },
6290
                {
6291
                    "name": "Sebastian Bergmann",
6292
                    "email": "[email protected]"
6293
                },
6294
                {
6295
                    "name": "Adam Harvey",
6296
                    "email": "[email protected]"
6297
                }
6298
            ],
6299
            "description": "Provides the functionality to export PHP variables for visualization",
6300
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
6301
            "keywords": [
6302
                "export",
6303
                "exporter"
6304
            ],
6305
            "time": "2017-04-03T13:19:02+00:00"
6306
        },
6307
        {
6308
            "name": "sebastian/global-state",
6309
            "version": "2.0.0",
6310
            "source": {
6311
                "type": "git",
6312
                "url": "https://github.com/sebastianbergmann/global-state.git",
6313
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
6314
            },
6315
            "dist": {
6316
                "type": "zip",
6317
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
6318
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
6319
                "shasum": ""
6320
            },
6321
            "require": {
6322
                "php": "^7.0"
6323
            },
6324
            "require-dev": {
6325
                "phpunit/phpunit": "^6.0"
6326
            },
6327
            "suggest": {
6328
                "ext-uopz": "*"
6329
            },
6330
            "type": "library",
6331
            "extra": {
6332
                "branch-alias": {
6333
                    "dev-master": "2.0-dev"
6334
                }
6335
            },
6336
            "autoload": {
6337
                "classmap": [
6338
                    "src/"
6339
                ]
6340
            },
6341
            "notification-url": "https://packagist.org/downloads/",
6342
            "license": [
6343
                "BSD-3-Clause"
6344
            ],
6345
            "authors": [
6346
                {
6347
                    "name": "Sebastian Bergmann",
6348
                    "email": "[email protected]"
6349
                }
6350
            ],
6351
            "description": "Snapshotting of global state",
6352
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
6353
            "keywords": [
6354
                "global state"
6355
            ],
6356
            "time": "2017-04-27T15:39:26+00:00"
6357
        },
6358
        {
6359
            "name": "sebastian/object-enumerator",
6360
            "version": "3.0.3",
6361
            "source": {
6362
                "type": "git",
6363
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
6364
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
6365
            },
6366
            "dist": {
6367
                "type": "zip",
6368
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
6369
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
6370
                "shasum": ""
6371
            },
6372
            "require": {
6373
                "php": "^7.0",
6374
                "sebastian/object-reflector": "^1.1.1",
6375
                "sebastian/recursion-context": "^3.0"
6376
            },
6377
            "require-dev": {
6378
                "phpunit/phpunit": "^6.0"
6379
            },
6380
            "type": "library",
6381
            "extra": {
6382
                "branch-alias": {
6383
                    "dev-master": "3.0.x-dev"
6384
                }
6385
            },
6386
            "autoload": {
6387
                "classmap": [
6388
                    "src/"
6389
                ]
6390
            },
6391
            "notification-url": "https://packagist.org/downloads/",
6392
            "license": [
6393
                "BSD-3-Clause"
6394
            ],
6395
            "authors": [
6396
                {
6397
                    "name": "Sebastian Bergmann",
6398
                    "email": "[email protected]"
6399
                }
6400
            ],
6401
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
6402
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
6403
            "time": "2017-08-03T12:35:26+00:00"
6404
        },
6405
        {
6406
            "name": "sebastian/object-reflector",
6407
            "version": "1.1.1",
6408
            "source": {
6409
                "type": "git",
6410
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
6411
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
6412
            },
6413
            "dist": {
6414
                "type": "zip",
6415
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
6416
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
6417
                "shasum": ""
6418
            },
6419
            "require": {
6420
                "php": "^7.0"
6421
            },
6422
            "require-dev": {
6423
                "phpunit/phpunit": "^6.0"
6424
            },
6425
            "type": "library",
6426
            "extra": {
6427
                "branch-alias": {
6428
                    "dev-master": "1.1-dev"
6429
                }
6430
            },
6431
            "autoload": {
6432
                "classmap": [
6433
                    "src/"
6434
                ]
6435
            },
6436
            "notification-url": "https://packagist.org/downloads/",
6437
            "license": [
6438
                "BSD-3-Clause"
6439
            ],
6440
            "authors": [
6441
                {
6442
                    "name": "Sebastian Bergmann",
6443
                    "email": "[email protected]"
6444
                }
6445
            ],
6446
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
6447
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
6448
            "time": "2017-03-29T09:07:27+00:00"
6449
        },
6450
        {
6451
            "name": "sebastian/recursion-context",
6452
            "version": "3.0.0",
6453
            "source": {
6454
                "type": "git",
6455
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
6456
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
6457
            },
6458
            "dist": {
6459
                "type": "zip",
6460
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
6461
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
6462
                "shasum": ""
6463
            },
6464
            "require": {
6465
                "php": "^7.0"
6466
            },
6467
            "require-dev": {
6468
                "phpunit/phpunit": "^6.0"
6469
            },
6470
            "type": "library",
6471
            "extra": {
6472
                "branch-alias": {
6473
                    "dev-master": "3.0.x-dev"
6474
                }
6475
            },
6476
            "autoload": {
6477
                "classmap": [
6478
                    "src/"
6479
                ]
6480
            },
6481
            "notification-url": "https://packagist.org/downloads/",
6482
            "license": [
6483
                "BSD-3-Clause"
6484
            ],
6485
            "authors": [
6486
                {
6487
                    "name": "Jeff Welch",
6488
                    "email": "[email protected]"
6489
                },
6490
                {
6491
                    "name": "Sebastian Bergmann",
6492
                    "email": "[email protected]"
6493
                },
6494
                {
6495
                    "name": "Adam Harvey",
6496
                    "email": "[email protected]"
6497
                }
6498
            ],
6499
            "description": "Provides functionality to recursively process PHP variables",
6500
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
6501
            "time": "2017-03-03T06:23:57+00:00"
6502
        },
6503
        {
6504
            "name": "sebastian/resource-operations",
6505
            "version": "1.0.0",
6506
            "source": {
6507
                "type": "git",
6508
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
6509
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
6510
            },
6511
            "dist": {
6512
                "type": "zip",
6513
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
6514
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
6515
                "shasum": ""
6516
            },
6517
            "require": {
6518
                "php": ">=5.6.0"
6519
            },
6520
            "type": "library",
6521
            "extra": {
6522
                "branch-alias": {
6523
                    "dev-master": "1.0.x-dev"
6524
                }
6525
            },
6526
            "autoload": {
6527
                "classmap": [
6528
                    "src/"
6529
                ]
6530
            },
6531
            "notification-url": "https://packagist.org/downloads/",
6532
            "license": [
6533
                "BSD-3-Clause"
6534
            ],
6535
            "authors": [
6536
                {
6537
                    "name": "Sebastian Bergmann",
6538
                    "email": "[email protected]"
6539
                }
6540
            ],
6541
            "description": "Provides a list of PHP built-in functions that operate on resources",
6542
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
6543
            "time": "2015-07-28T20:34:47+00:00"
6544
        },
6545
        {
6546
            "name": "sebastian/version",
6547
            "version": "2.0.1",
6548
            "source": {
6549
                "type": "git",
6550
                "url": "https://github.com/sebastianbergmann/version.git",
6551
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
6552
            },
6553
            "dist": {
6554
                "type": "zip",
6555
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
6556
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
6557
                "shasum": ""
6558
            },
6559
            "require": {
6560
                "php": ">=5.6"
6561
            },
6562
            "type": "library",
6563
            "extra": {
6564
                "branch-alias": {
6565
                    "dev-master": "2.0.x-dev"
6566
                }
6567
            },
6568
            "autoload": {
6569
                "classmap": [
6570
                    "src/"
6571
                ]
6572
            },
6573
            "notification-url": "https://packagist.org/downloads/",
6574
            "license": [
6575
                "BSD-3-Clause"
6576
            ],
6577
            "authors": [
6578
                {
6579
                    "name": "Sebastian Bergmann",
6580
                    "email": "[email protected]",
6581
                    "role": "lead"
6582
                }
6583
            ],
6584
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6585
            "homepage": "https://github.com/sebastianbergmann/version",
6586
            "time": "2016-10-03T07:35:21+00:00"
6587
        },
6588
        {
6589
            "name": "squizlabs/php_codesniffer",
6590
            "version": "3.2.3",
6591
            "source": {
6592
                "type": "git",
6593
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
6594
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
6595
            },
6596
            "dist": {
6597
                "type": "zip",
6598
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
6599
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
6600
                "shasum": ""
6601
            },
6602
            "require": {
6603
                "ext-simplexml": "*",
6604
                "ext-tokenizer": "*",
6605
                "ext-xmlwriter": "*",
6606
                "php": ">=5.4.0"
6607
            },
6608
            "require-dev": {
6609
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
6610
            },
6611
            "bin": [
6612
                "bin/phpcs",
6613
                "bin/phpcbf"
6614
            ],
6615
            "type": "library",
6616
            "extra": {
6617
                "branch-alias": {
6618
                    "dev-master": "3.x-dev"
6619
                }
6620
            },
6621
            "notification-url": "https://packagist.org/downloads/",
6622
            "license": [
6623
                "BSD-3-Clause"
6624
            ],
6625
            "authors": [
6626
                {
6627
                    "name": "Greg Sherwood",
6628
                    "role": "lead"
6629
                }
6630
            ],
6631
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
6632
            "homepage": "http://www.squizlabs.com/php-codesniffer",
6633
            "keywords": [
6634
                "phpcs",
6635
                "standards"
6636
            ],
6637
            "time": "2018-02-20T21:35:23+00:00"
6638
        },
6639
        {
6640
            "name": "symfony/dotenv",
6641
            "version": "v4.0.9",
6642
            "source": {
6643
                "type": "git",
6644
                "url": "https://github.com/symfony/dotenv.git",
6645
                "reference": "afb6923923e22874dac20bd042167ccb8df1d158"
6646
            },
6647
            "dist": {
6648
                "type": "zip",
6649
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/afb6923923e22874dac20bd042167ccb8df1d158",
6650
                "reference": "afb6923923e22874dac20bd042167ccb8df1d158",
6651
                "shasum": ""
6652
            },
6653
            "require": {
6654
                "php": "^7.1.3"
6655
            },
6656
            "require-dev": {
6657
                "symfony/process": "~3.4|~4.0"
6658
            },
6659
            "type": "library",
6660
            "extra": {
6661
                "branch-alias": {
6662
                    "dev-master": "4.0-dev"
6663
                }
6664
            },
6665
            "autoload": {
6666
                "psr-4": {
6667
                    "Symfony\\Component\\Dotenv\\": ""
6668
                },
6669
                "exclude-from-classmap": [
6670
                    "/Tests/"
6671
                ]
6672
            },
6673
            "notification-url": "https://packagist.org/downloads/",
6674
            "license": [
6675
                "MIT"
6676
            ],
6677
            "authors": [
6678
                {
6679
                    "name": "Fabien Potencier",
6680
                    "email": "[email protected]"
6681
                },
6682
                {
6683
                    "name": "Symfony Community",
6684
                    "homepage": "https://symfony.com/contributors"
6685
                }
6686
            ],
6687
            "description": "Registers environment variables from a .env file",
6688
            "homepage": "https://symfony.com",
6689
            "keywords": [
6690
                "dotenv",
6691
                "env",
6692
                "environment"
6693
            ],
6694
            "time": "2018-01-03T17:15:19+00:00"
6695
        },
6696
        {
6697
            "name": "symfony/polyfill-php72",
6698
            "version": "v1.8.0",
6699
            "source": {
6700
                "type": "git",
6701
                "url": "https://github.com/symfony/polyfill-php72.git",
6702
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
6703
            },
6704
            "dist": {
6705
                "type": "zip",
6706
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
6707
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
6708
                "shasum": ""
6709
            },
6710
            "require": {
6711
                "php": ">=5.3.3"
6712
            },
6713
            "type": "library",
6714
            "extra": {
6715
                "branch-alias": {
6716
                    "dev-master": "1.8-dev"
6717
                }
6718
            },
6719
            "autoload": {
6720
                "psr-4": {
6721
                    "Symfony\\Polyfill\\Php72\\": ""
6722
                },
6723
                "files": [
6724
                    "bootstrap.php"
6725
                ]
6726
            },
6727
            "notification-url": "https://packagist.org/downloads/",
6728
            "license": [
6729
                "MIT"
6730
            ],
6731
            "authors": [
6732
                {
6733
                    "name": "Nicolas Grekas",
6734
                    "email": "[email protected]"
6735
                },
6736
                {
6737
                    "name": "Symfony Community",
6738
                    "homepage": "https://symfony.com/contributors"
6739
                }
6740
            ],
6741
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6742
            "homepage": "https://symfony.com",
6743
            "keywords": [
6744
                "compatibility",
6745
                "polyfill",
6746
                "portable",
6747
                "shim"
6748
            ],
6749
            "time": "2018-04-26T10:06:28+00:00"
6750
        },
6751
        {
6752
            "name": "symfony/process",
6753
            "version": "v4.0.9",
6754
            "source": {
6755
                "type": "git",
6756
                "url": "https://github.com/symfony/process.git",
6757
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
6758
            },
6759
            "dist": {
6760
                "type": "zip",
6761
                "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
6762
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
6763
                "shasum": ""
6764
            },
6765
            "require": {
6766
                "php": "^7.1.3"
6767
            },
6768
            "type": "library",
6769
            "extra": {
6770
                "branch-alias": {
6771
                    "dev-master": "4.0-dev"
6772
                }
6773
            },
6774
            "autoload": {
6775
                "psr-4": {
6776
                    "Symfony\\Component\\Process\\": ""
6777
                },
6778
                "exclude-from-classmap": [
6779
                    "/Tests/"
6780
                ]
6781
            },
6782
            "notification-url": "https://packagist.org/downloads/",
6783
            "license": [
6784
                "MIT"
6785
            ],
6786
            "authors": [
6787
                {
6788
                    "name": "Fabien Potencier",
6789
                    "email": "[email protected]"
6790
                },
6791
                {
6792
                    "name": "Symfony Community",
6793
                    "homepage": "https://symfony.com/contributors"
6794
                }
6795
            ],
6796
            "description": "Symfony Process Component",
6797
            "homepage": "https://symfony.com",
6798
            "time": "2018-04-03T05:24:00+00:00"
6799
        },
6800
        {
6801
            "name": "symfony/profiler-pack",
6802
            "version": "v1.0.3",
6803
            "source": {
6804
                "type": "git",
6805
                "url": "https://github.com/symfony/profiler-pack.git",
6806
                "reference": "fa2e2dad522a3bef322196abad28ffce6d0fdbc5"
6807
            },
6808
            "dist": {
6809
                "type": "zip",
6810
                "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/fa2e2dad522a3bef322196abad28ffce6d0fdbc5",
6811
                "reference": "fa2e2dad522a3bef322196abad28ffce6d0fdbc5",
6812
                "shasum": ""
6813
            },
6814
            "require": {
6815
                "php": "^7.0",
6816
                "symfony/stopwatch": "^3.3|^4.0",
6817
                "symfony/twig-bundle": "^3.3|^4.0",
6818
                "symfony/web-profiler-bundle": "^3.3|^4.0"
6819
            },
6820
            "type": "symfony-pack",
6821
            "notification-url": "https://packagist.org/downloads/",
6822
            "license": [
6823
                "MIT"
6824
            ],
6825
            "description": "A pack for the Symfony web profiler",
6826
            "time": "2017-12-12T01:48:24+00:00"
6827
        },
6828
        {
6829
            "name": "symfony/stopwatch",
6830
            "version": "v4.0.9",
6831
            "source": {
6832
                "type": "git",
6833
                "url": "https://github.com/symfony/stopwatch.git",
6834
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042"
6835
            },
6836
            "dist": {
6837
                "type": "zip",
6838
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6795ffa2f8eebedac77f045aa62c0c10b2763042",
6839
                "reference": "6795ffa2f8eebedac77f045aa62c0c10b2763042",
6840
                "shasum": ""
6841
            },
6842
            "require": {
6843
                "php": "^7.1.3"
6844
            },
6845
            "type": "library",
6846
            "extra": {
6847
                "branch-alias": {
6848
                    "dev-master": "4.0-dev"
6849
                }
6850
            },
6851
            "autoload": {
6852
                "psr-4": {
6853
                    "Symfony\\Component\\Stopwatch\\": ""
6854
                },
6855
                "exclude-from-classmap": [
6856
                    "/Tests/"
6857
                ]
6858
            },
6859
            "notification-url": "https://packagist.org/downloads/",
6860
            "license": [
6861
                "MIT"
6862
            ],
6863
            "authors": [
6864
                {
6865
                    "name": "Fabien Potencier",
6866
                    "email": "[email protected]"
6867
                },
6868
                {
6869
                    "name": "Symfony Community",
6870
                    "homepage": "https://symfony.com/contributors"
6871
                }
6872
            ],
6873
            "description": "Symfony Stopwatch Component",
6874
            "homepage": "https://symfony.com",
6875
            "time": "2018-02-19T16:50:22+00:00"
6876
        },
6877
        {
6878
            "name": "symfony/var-dumper",
6879
            "version": "v4.1.0",
6880
            "source": {
6881
                "type": "git",
6882
                "url": "https://github.com/symfony/var-dumper.git",
6883
                "reference": "bc88ad53e825ebacc7b190bbd360781fce381c64"
6884
            },
6885
            "dist": {
6886
                "type": "zip",
6887
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bc88ad53e825ebacc7b190bbd360781fce381c64",
6888
                "reference": "bc88ad53e825ebacc7b190bbd360781fce381c64",
6889
                "shasum": ""
6890
            },
6891
            "require": {
6892
                "php": "^7.1.3",
6893
                "symfony/polyfill-mbstring": "~1.0",
6894
                "symfony/polyfill-php72": "~1.5"
6895
            },
6896
            "conflict": {
6897
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6898
                "symfony/console": "<3.4"
6899
            },
6900
            "require-dev": {
6901
                "ext-iconv": "*",
6902
                "symfony/process": "~3.4|~4.0",
6903
                "twig/twig": "~1.34|~2.4"
6904
            },
6905
            "suggest": {
6906
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
6907
                "ext-intl": "To show region name in time zone dump",
6908
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
6909
            },
6910
            "bin": [
6911
                "Resources/bin/var-dump-server"
6912
            ],
6913
            "type": "library",
6914
            "extra": {
6915
                "branch-alias": {
6916
                    "dev-master": "4.1-dev"
6917
                }
6918
            },
6919
            "autoload": {
6920
                "files": [
6921
                    "Resources/functions/dump.php"
6922
                ],
6923
                "psr-4": {
6924
                    "Symfony\\Component\\VarDumper\\": ""
6925
                },
6926
                "exclude-from-classmap": [
6927
                    "/Tests/"
6928
                ]
6929
            },
6930
            "notification-url": "https://packagist.org/downloads/",
6931
            "license": [
6932
                "MIT"
6933
            ],
6934
            "authors": [
6935
                {
6936
                    "name": "Nicolas Grekas",
6937
                    "email": "[email protected]"
6938
                },
6939
                {
6940
                    "name": "Symfony Community",
6941
                    "homepage": "https://symfony.com/contributors"
6942
                }
6943
            ],
6944
            "description": "Symfony mechanism for exploring and dumping PHP variables",
6945
            "homepage": "https://symfony.com",
6946
            "keywords": [
6947
                "debug",
6948
                "dump"
6949
            ],
6950
            "time": "2018-04-29T07:56:09+00:00"
6951
        },
6952
        {
6953
            "name": "symfony/web-profiler-bundle",
6954
            "version": "v4.0.11",
6955
            "source": {
6956
                "type": "git",
6957
                "url": "https://github.com/symfony/web-profiler-bundle.git",
6958
                "reference": "22c141de9eab0b75b16792ec36dff19c85900c64"
6959
            },
6960
            "dist": {
6961
                "type": "zip",
6962
                "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/22c141de9eab0b75b16792ec36dff19c85900c64",
6963
                "reference": "22c141de9eab0b75b16792ec36dff19c85900c64",
6964
                "shasum": ""
6965
            },
6966
            "require": {
6967
                "php": "^7.1.3",
6968
                "symfony/http-kernel": "~3.4|~4.0",
6969
                "symfony/routing": "~3.4|~4.0",
6970
                "symfony/twig-bridge": "~3.4|~4.0",
6971
                "symfony/var-dumper": "~3.4|~4.0",
6972
                "twig/twig": "~1.34|~2.4"
6973
            },
6974
            "conflict": {
6975
                "symfony/config": "<3.4",
6976
                "symfony/dependency-injection": "<3.4",
6977
                "symfony/event-dispatcher": "<3.4",
6978
                "symfony/var-dumper": "<3.4"
6979
            },
6980
            "require-dev": {
6981
                "symfony/config": "~3.4|~4.0",
6982
                "symfony/console": "~3.4|~4.0",
6983
                "symfony/dependency-injection": "~3.4|~4.0",
6984
                "symfony/stopwatch": "~3.4|~4.0"
6985
            },
6986
            "type": "symfony-bundle",
6987
            "extra": {
6988
                "branch-alias": {
6989
                    "dev-master": "4.0-dev"
6990
                }
6991
            },
6992
            "autoload": {
6993
                "psr-4": {
6994
                    "Symfony\\Bundle\\WebProfilerBundle\\": ""
6995
                },
6996
                "exclude-from-classmap": [
6997
                    "/Tests/"
6998
                ]
6999
            },
7000
            "notification-url": "https://packagist.org/downloads/",
7001
            "license": [
7002
                "MIT"
7003
            ],
7004
            "authors": [
7005
                {
7006
                    "name": "Fabien Potencier",
7007
                    "email": "[email protected]"
7008
                },
7009
                {
7010
                    "name": "Symfony Community",
7011
                    "homepage": "https://symfony.com/contributors"
7012
                }
7013
            ],
7014
            "description": "Symfony WebProfilerBundle",
7015
            "homepage": "https://symfony.com",
7016
            "time": "2018-05-23T13:27:22+00:00"
7017
        },
7018
        {
7019
            "name": "symfony/web-server-bundle",
7020
            "version": "v4.0.9",
7021
            "source": {
7022
                "type": "git",
7023
                "url": "https://github.com/symfony/web-server-bundle.git",
7024
                "reference": "20ad52df8164d2eae029e6bb24356956c52380be"
7025
            },
7026
            "dist": {
7027
                "type": "zip",
7028
                "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/20ad52df8164d2eae029e6bb24356956c52380be",
7029
                "reference": "20ad52df8164d2eae029e6bb24356956c52380be",
7030
                "shasum": ""
7031
            },
7032
            "require": {
7033
                "php": "^7.1.3",
7034
                "symfony/config": "~3.4|~4.0",
7035
                "symfony/console": "~3.4|~4.0",
7036
                "symfony/dependency-injection": "~3.4|~4.0",
7037
                "symfony/http-kernel": "~3.4|~4.0",
7038
                "symfony/process": "^3.4.2|^4.0.2"
7039
            },
7040
            "suggest": {
7041
                "symfony/expression-language": "For using the filter option of the log server.",
7042
                "symfony/monolog-bridge": "For using the log server."
7043
            },
7044
            "type": "symfony-bundle",
7045
            "extra": {
7046
                "branch-alias": {
7047
                    "dev-master": "4.0-dev"
7048
                }
7049
            },
7050
            "autoload": {
7051
                "psr-4": {
7052
                    "Symfony\\Bundle\\WebServerBundle\\": ""
7053
                },
7054
                "exclude-from-classmap": [
7055
                    "/Tests/"
7056
                ]
7057
            },
7058
            "notification-url": "https://packagist.org/downloads/",
7059
            "license": [
7060
                "MIT"
7061
            ],
7062
            "authors": [
7063
                {
7064
                    "name": "Fabien Potencier",
7065
                    "email": "[email protected]"
7066
                },
7067
                {
7068
                    "name": "Symfony Community",
7069
                    "homepage": "https://symfony.com/contributors"
7070
                }
7071
            ],
7072
            "description": "Symfony WebServerBundle",
7073
            "homepage": "https://symfony.com",
7074
            "time": "2018-01-03T17:15:19+00:00"
7075
        },
7076
        {
7077
            "name": "theseer/tokenizer",
7078
            "version": "1.1.0",
7079
            "source": {
7080
                "type": "git",
7081
                "url": "https://github.com/theseer/tokenizer.git",
7082
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
7083
            },
7084
            "dist": {
7085
                "type": "zip",
7086
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
7087
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
7088
                "shasum": ""
7089
            },
7090
            "require": {
7091
                "ext-dom": "*",
7092
                "ext-tokenizer": "*",
7093
                "ext-xmlwriter": "*",
7094
                "php": "^7.0"
7095
            },
7096
            "type": "library",
7097
            "autoload": {
7098
                "classmap": [
7099
                    "src/"
7100
                ]
7101
            },
7102
            "notification-url": "https://packagist.org/downloads/",
7103
            "license": [
7104
                "BSD-3-Clause"
7105
            ],
7106
            "authors": [
7107
                {
7108
                    "name": "Arne Blankerts",
7109
                    "email": "[email protected]",
7110
                    "role": "Developer"
7111
                }
7112
            ],
7113
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
7114
            "time": "2017-04-07T12:08:54+00:00"
7115
        },
7116
        {
7117
            "name": "webmozart/assert",
7118
            "version": "1.3.0",
7119
            "source": {
7120
                "type": "git",
7121
                "url": "https://github.com/webmozart/assert.git",
7122
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
7123
            },
7124
            "dist": {
7125
                "type": "zip",
7126
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
7127
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
7128
                "shasum": ""
7129
            },
7130
            "require": {
7131
                "php": "^5.3.3 || ^7.0"
7132
            },
7133
            "require-dev": {
7134
                "phpunit/phpunit": "^4.6",
7135
                "sebastian/version": "^1.0.1"
7136
            },
7137
            "type": "library",
7138
            "extra": {
7139
                "branch-alias": {
7140
                    "dev-master": "1.3-dev"
7141
                }
7142
            },
7143
            "autoload": {
7144
                "psr-4": {
7145
                    "Webmozart\\Assert\\": "src/"
7146
                }
7147
            },
7148
            "notification-url": "https://packagist.org/downloads/",
7149
            "license": [
7150
                "MIT"
7151
            ],
7152
            "authors": [
7153
                {
7154
                    "name": "Bernhard Schussek",
7155
                    "email": "[email protected]"
7156
                }
7157
            ],
7158
            "description": "Assertions to validate method input/output with nice error messages.",
7159
            "keywords": [
7160
                "assert",
7161
                "check",
7162
                "validate"
7163
            ],
7164
            "time": "2018-01-29T19:49:41+00:00"
7165
        }
7166
    ],
7167
    "aliases": [],
7168
    "minimum-stability": "stable",
7169
    "stability-flags": {
7170
        "symfony/lts": 20
7171
    },
7172
    "prefer-stable": false,
7173
    "prefer-lowest": false,
7174
    "platform": {
7175
        "php": "^7.2.4",
7176
        "ext-iconv": "*"
7177
    },
7178
    "platform-dev": []
7179
}
7180