Passed
Push — feature/VSVGVQ-44 ( 45be00...3450f0 )
by Luc
06:16 queued 02:10
created

composer.lock (1 issue)

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