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

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