Completed
Push — master ( 500671...916c4f )
by Benedikt
06:44
created

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "f61bcae813e18fe0d8ef02f28b78f198",
8
    "packages": [
9
        {
10
            "name": "behat/transliterator",
11
            "version": "v1.2.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Behat/Transliterator.git",
15
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
20
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.3"
25
            },
26
            "require-dev": {
27
                "chuyskywalker/rolling-curl": "^3.1",
28
                "php-yaoi/php-yaoi": "^1.0"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "1.2-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Behat\\Transliterator": "src/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "Artistic-1.0"
44
            ],
45
            "description": "String transliterator",
46
            "keywords": [
47
                "i18n",
48
                "slug",
49
                "transliterator"
50
            ],
51
            "time": "2017-04-04T11:38:05+00:00"
52
        },
53
        {
54
            "name": "doctrine/annotations",
55
            "version": "v1.6.0",
56
            "source": {
57
                "type": "git",
58
                "url": "https://github.com/doctrine/annotations.git",
59
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
60
            },
61
            "dist": {
62
                "type": "zip",
63
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
64
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
65
                "shasum": ""
66
            },
67
            "require": {
68
                "doctrine/lexer": "1.*",
69
                "php": "^7.1"
70
            },
71
            "require-dev": {
72
                "doctrine/cache": "1.*",
73
                "phpunit/phpunit": "^6.4"
74
            },
75
            "type": "library",
76
            "extra": {
77
                "branch-alias": {
78
                    "dev-master": "1.6.x-dev"
79
                }
80
            },
81
            "autoload": {
82
                "psr-4": {
83
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
84
                }
85
            },
86
            "notification-url": "https://packagist.org/downloads/",
87
            "license": [
88
                "MIT"
89
            ],
90
            "authors": [
91
                {
92
                    "name": "Roman Borschel",
93
                    "email": "[email protected]"
94
                },
95
                {
96
                    "name": "Benjamin Eberlei",
97
                    "email": "[email protected]"
98
                },
99
                {
100
                    "name": "Guilherme Blanco",
101
                    "email": "[email protected]"
102
                },
103
                {
104
                    "name": "Jonathan Wage",
105
                    "email": "[email protected]"
106
                },
107
                {
108
                    "name": "Johannes Schmitt",
109
                    "email": "[email protected]"
110
                }
111
            ],
112
            "description": "Docblock Annotations Parser",
113
            "homepage": "http://www.doctrine-project.org",
114
            "keywords": [
115
                "annotations",
116
                "docblock",
117
                "parser"
118
            ],
119
            "time": "2017-12-06T07:11:42+00:00"
120
        },
121
        {
122
            "name": "doctrine/cache",
123
            "version": "v1.7.1",
124
            "source": {
125
                "type": "git",
126
                "url": "https://github.com/doctrine/cache.git",
127
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
128
            },
129
            "dist": {
130
                "type": "zip",
131
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
132
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
133
                "shasum": ""
134
            },
135
            "require": {
136
                "php": "~7.1"
137
            },
138
            "conflict": {
139
                "doctrine/common": ">2.2,<2.4"
140
            },
141
            "require-dev": {
142
                "alcaeus/mongo-php-adapter": "^1.1",
143
                "mongodb/mongodb": "^1.1",
144
                "phpunit/phpunit": "^5.7",
145
                "predis/predis": "~1.0"
146
            },
147
            "suggest": {
148
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
149
            },
150
            "type": "library",
151
            "extra": {
152
                "branch-alias": {
153
                    "dev-master": "1.7.x-dev"
154
                }
155
            },
156
            "autoload": {
157
                "psr-4": {
158
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
159
                }
160
            },
161
            "notification-url": "https://packagist.org/downloads/",
162
            "license": [
163
                "MIT"
164
            ],
165
            "authors": [
166
                {
167
                    "name": "Roman Borschel",
168
                    "email": "[email protected]"
169
                },
170
                {
171
                    "name": "Benjamin Eberlei",
172
                    "email": "[email protected]"
173
                },
174
                {
175
                    "name": "Guilherme Blanco",
176
                    "email": "[email protected]"
177
                },
178
                {
179
                    "name": "Jonathan Wage",
180
                    "email": "[email protected]"
181
                },
182
                {
183
                    "name": "Johannes Schmitt",
184
                    "email": "[email protected]"
185
                }
186
            ],
187
            "description": "Caching library offering an object-oriented API for many cache backends",
188
            "homepage": "http://www.doctrine-project.org",
189
            "keywords": [
190
                "cache",
191
                "caching"
192
            ],
193
            "time": "2017-08-25T07:02:50+00:00"
194
        },
195
        {
196
            "name": "doctrine/collections",
197
            "version": "v1.5.0",
198
            "source": {
199
                "type": "git",
200
                "url": "https://github.com/doctrine/collections.git",
201
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
202
            },
203
            "dist": {
204
                "type": "zip",
205
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
206
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
207
                "shasum": ""
208
            },
209
            "require": {
210
                "php": "^7.1"
211
            },
212
            "require-dev": {
213
                "doctrine/coding-standard": "~0.1@dev",
214
                "phpunit/phpunit": "^5.7"
215
            },
216
            "type": "library",
217
            "extra": {
218
                "branch-alias": {
219
                    "dev-master": "1.3.x-dev"
220
                }
221
            },
222
            "autoload": {
223
                "psr-0": {
224
                    "Doctrine\\Common\\Collections\\": "lib/"
225
                }
226
            },
227
            "notification-url": "https://packagist.org/downloads/",
228
            "license": [
229
                "MIT"
230
            ],
231
            "authors": [
232
                {
233
                    "name": "Roman Borschel",
234
                    "email": "[email protected]"
235
                },
236
                {
237
                    "name": "Benjamin Eberlei",
238
                    "email": "[email protected]"
239
                },
240
                {
241
                    "name": "Guilherme Blanco",
242
                    "email": "[email protected]"
243
                },
244
                {
245
                    "name": "Jonathan Wage",
246
                    "email": "[email protected]"
247
                },
248
                {
249
                    "name": "Johannes Schmitt",
250
                    "email": "[email protected]"
251
                }
252
            ],
253
            "description": "Collections Abstraction library",
254
            "homepage": "http://www.doctrine-project.org",
255
            "keywords": [
256
                "array",
257
                "collections",
258
                "iterator"
259
            ],
260
            "time": "2017-07-22T10:37:32+00:00"
261
        },
262
        {
263
            "name": "doctrine/common",
264
            "version": "v2.8.1",
265
            "source": {
266
                "type": "git",
267
                "url": "https://github.com/doctrine/common.git",
268
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
269
            },
270
            "dist": {
271
                "type": "zip",
272
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
273
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
274
                "shasum": ""
275
            },
276
            "require": {
277
                "doctrine/annotations": "1.*",
278
                "doctrine/cache": "1.*",
279
                "doctrine/collections": "1.*",
280
                "doctrine/inflector": "1.*",
281
                "doctrine/lexer": "1.*",
282
                "php": "~7.1"
283
            },
284
            "require-dev": {
285
                "phpunit/phpunit": "^5.7"
286
            },
287
            "type": "library",
288
            "extra": {
289
                "branch-alias": {
290
                    "dev-master": "2.8.x-dev"
291
                }
292
            },
293
            "autoload": {
294
                "psr-4": {
295
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
296
                }
297
            },
298
            "notification-url": "https://packagist.org/downloads/",
299
            "license": [
300
                "MIT"
301
            ],
302
            "authors": [
303
                {
304
                    "name": "Roman Borschel",
305
                    "email": "[email protected]"
306
                },
307
                {
308
                    "name": "Benjamin Eberlei",
309
                    "email": "[email protected]"
310
                },
311
                {
312
                    "name": "Guilherme Blanco",
313
                    "email": "[email protected]"
314
                },
315
                {
316
                    "name": "Jonathan Wage",
317
                    "email": "[email protected]"
318
                },
319
                {
320
                    "name": "Johannes Schmitt",
321
                    "email": "[email protected]"
322
                }
323
            ],
324
            "description": "Common Library for Doctrine projects",
325
            "homepage": "http://www.doctrine-project.org",
326
            "keywords": [
327
                "annotations",
328
                "collections",
329
                "eventmanager",
330
                "persistence",
331
                "spl"
332
            ],
333
            "time": "2017-08-31T08:43:38+00:00"
334
        },
335
        {
336
            "name": "doctrine/dbal",
337
            "version": "v2.6.3",
338
            "source": {
339
                "type": "git",
340
                "url": "https://github.com/doctrine/dbal.git",
341
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13"
342
            },
343
            "dist": {
344
                "type": "zip",
345
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13",
346
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13",
347
                "shasum": ""
348
            },
349
            "require": {
350
                "doctrine/common": "^2.7.1",
351
                "ext-pdo": "*",
352
                "php": "^7.1"
353
            },
354
            "require-dev": {
355
                "phpunit/phpunit": "^5.4.6",
356
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
357
                "symfony/console": "2.*||^3.0"
358
            },
359
            "suggest": {
360
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
361
            },
362
            "bin": [
363
                "bin/doctrine-dbal"
364
            ],
365
            "type": "library",
366
            "extra": {
367
                "branch-alias": {
368
                    "dev-master": "2.6.x-dev"
369
                }
370
            },
371
            "autoload": {
372
                "psr-0": {
373
                    "Doctrine\\DBAL\\": "lib/"
374
                }
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "MIT"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Roman Borschel",
383
                    "email": "[email protected]"
384
                },
385
                {
386
                    "name": "Benjamin Eberlei",
387
                    "email": "[email protected]"
388
                },
389
                {
390
                    "name": "Guilherme Blanco",
391
                    "email": "[email protected]"
392
                },
393
                {
394
                    "name": "Jonathan Wage",
395
                    "email": "[email protected]"
396
                }
397
            ],
398
            "description": "Database Abstraction Layer",
399
            "homepage": "http://www.doctrine-project.org",
400
            "keywords": [
401
                "database",
402
                "dbal",
403
                "persistence",
404
                "queryobject"
405
            ],
406
            "time": "2017-11-19T13:38:54+00:00"
407
        },
408
        {
409
            "name": "doctrine/inflector",
410
            "version": "v1.3.0",
411
            "source": {
412
                "type": "git",
413
                "url": "https://github.com/doctrine/inflector.git",
414
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
415
            },
416
            "dist": {
417
                "type": "zip",
418
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
419
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
420
                "shasum": ""
421
            },
422
            "require": {
423
                "php": "^7.1"
424
            },
425
            "require-dev": {
426
                "phpunit/phpunit": "^6.2"
427
            },
428
            "type": "library",
429
            "extra": {
430
                "branch-alias": {
431
                    "dev-master": "1.3.x-dev"
432
                }
433
            },
434
            "autoload": {
435
                "psr-4": {
436
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
437
                }
438
            },
439
            "notification-url": "https://packagist.org/downloads/",
440
            "license": [
441
                "MIT"
442
            ],
443
            "authors": [
444
                {
445
                    "name": "Roman Borschel",
446
                    "email": "[email protected]"
447
                },
448
                {
449
                    "name": "Benjamin Eberlei",
450
                    "email": "[email protected]"
451
                },
452
                {
453
                    "name": "Guilherme Blanco",
454
                    "email": "[email protected]"
455
                },
456
                {
457
                    "name": "Jonathan Wage",
458
                    "email": "[email protected]"
459
                },
460
                {
461
                    "name": "Johannes Schmitt",
462
                    "email": "[email protected]"
463
                }
464
            ],
465
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
466
            "homepage": "http://www.doctrine-project.org",
467
            "keywords": [
468
                "inflection",
469
                "pluralize",
470
                "singularize",
471
                "string"
472
            ],
473
            "time": "2018-01-09T20:05:19+00:00"
474
        },
475
        {
476
            "name": "doctrine/instantiator",
477
            "version": "1.1.0",
478
            "source": {
479
                "type": "git",
480
                "url": "https://github.com/doctrine/instantiator.git",
481
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
482
            },
483
            "dist": {
484
                "type": "zip",
485
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
486
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
487
                "shasum": ""
488
            },
489
            "require": {
490
                "php": "^7.1"
491
            },
492
            "require-dev": {
493
                "athletic/athletic": "~0.1.8",
494
                "ext-pdo": "*",
495
                "ext-phar": "*",
496
                "phpunit/phpunit": "^6.2.3",
497
                "squizlabs/php_codesniffer": "^3.0.2"
498
            },
499
            "type": "library",
500
            "extra": {
501
                "branch-alias": {
502
                    "dev-master": "1.2.x-dev"
503
                }
504
            },
505
            "autoload": {
506
                "psr-4": {
507
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
508
                }
509
            },
510
            "notification-url": "https://packagist.org/downloads/",
511
            "license": [
512
                "MIT"
513
            ],
514
            "authors": [
515
                {
516
                    "name": "Marco Pivetta",
517
                    "email": "[email protected]",
518
                    "homepage": "http://ocramius.github.com/"
519
                }
520
            ],
521
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
522
            "homepage": "https://github.com/doctrine/instantiator",
523
            "keywords": [
524
                "constructor",
525
                "instantiate"
526
            ],
527
            "time": "2017-07-22T11:58:36+00:00"
528
        },
529
        {
530
            "name": "doctrine/lexer",
531
            "version": "v1.0.1",
532
            "source": {
533
                "type": "git",
534
                "url": "https://github.com/doctrine/lexer.git",
535
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
536
            },
537
            "dist": {
538
                "type": "zip",
539
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
540
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
541
                "shasum": ""
542
            },
543
            "require": {
544
                "php": ">=5.3.2"
545
            },
546
            "type": "library",
547
            "extra": {
548
                "branch-alias": {
549
                    "dev-master": "1.0.x-dev"
550
                }
551
            },
552
            "autoload": {
553
                "psr-0": {
554
                    "Doctrine\\Common\\Lexer\\": "lib/"
555
                }
556
            },
557
            "notification-url": "https://packagist.org/downloads/",
558
            "license": [
559
                "MIT"
560
            ],
561
            "authors": [
562
                {
563
                    "name": "Roman Borschel",
564
                    "email": "[email protected]"
565
                },
566
                {
567
                    "name": "Guilherme Blanco",
568
                    "email": "[email protected]"
569
                },
570
                {
571
                    "name": "Johannes Schmitt",
572
                    "email": "[email protected]"
573
                }
574
            ],
575
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
576
            "homepage": "http://www.doctrine-project.org",
577
            "keywords": [
578
                "lexer",
579
                "parser"
580
            ],
581
            "time": "2014-09-09T13:34:57+00:00"
582
        },
583
        {
584
            "name": "doctrine/orm",
585
            "version": "v2.6.0",
586
            "source": {
587
                "type": "git",
588
                "url": "https://github.com/doctrine/doctrine2.git",
589
                "reference": "374e7ace49d864dad8cddbc55346447c8a6a2083"
590
            },
591
            "dist": {
592
                "type": "zip",
593
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/374e7ace49d864dad8cddbc55346447c8a6a2083",
594
                "reference": "374e7ace49d864dad8cddbc55346447c8a6a2083",
595
                "shasum": ""
596
            },
597
            "require": {
598
                "doctrine/annotations": "~1.5",
599
                "doctrine/cache": "~1.6",
600
                "doctrine/collections": "^1.4",
601
                "doctrine/common": "^2.7.1",
602
                "doctrine/dbal": "^2.6",
603
                "doctrine/instantiator": "~1.1",
604
                "ext-pdo": "*",
605
                "php": "^7.1",
606
                "symfony/console": "~3.0|~4.0"
607
            },
608
            "require-dev": {
609
                "doctrine/coding-standard": "^1.0",
610
                "phpunit/phpunit": "^6.5",
611
                "squizlabs/php_codesniffer": "^3.2",
612
                "symfony/yaml": "~3.4|~4.0"
613
            },
614
            "suggest": {
615
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
616
            },
617
            "bin": [
618
                "bin/doctrine"
619
            ],
620
            "type": "library",
621
            "extra": {
622
                "branch-alias": {
623
                    "dev-master": "2.6.x-dev"
624
                }
625
            },
626
            "autoload": {
627
                "psr-4": {
628
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
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": "Marco Pivetta",
654
                    "email": "[email protected]"
655
                }
656
            ],
657
            "description": "Object-Relational-Mapper for PHP",
658
            "homepage": "http://www.doctrine-project.org",
659
            "keywords": [
660
                "database",
661
                "orm"
662
            ],
663
            "time": "2017-12-20T00:38:15+00:00"
664
        },
665
        {
666
            "name": "gedmo/doctrine-extensions",
667
            "version": "v2.4.33",
668
            "source": {
669
                "type": "git",
670
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
671
                "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78"
672
            },
673
            "dist": {
674
                "type": "zip",
675
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
676
                "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
677
                "shasum": ""
678
            },
679
            "require": {
680
                "behat/transliterator": "~1.2",
681
                "doctrine/common": "~2.4",
682
                "php": ">=5.3.2"
683
            },
684
            "require-dev": {
685
                "doctrine/common": ">=2.5.0",
686
                "doctrine/mongodb-odm": ">=1.0.2",
687
                "doctrine/orm": ">=2.5.0",
688
                "phpunit/phpunit": "*",
689
                "symfony/yaml": "~2.6|~3.0|~4.0"
690
            },
691
            "suggest": {
692
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
693
                "doctrine/orm": "to use the extensions with the ORM"
694
            },
695
            "type": "library",
696
            "extra": {
697
                "branch-alias": {
698
                    "dev-master": "2.4.x-dev"
699
                }
700
            },
701
            "autoload": {
702
                "psr-0": {
703
                    "Gedmo\\": "lib/"
704
                }
705
            },
706
            "notification-url": "https://packagist.org/downloads/",
707
            "license": [
708
                "MIT"
709
            ],
710
            "authors": [
711
                {
712
                    "name": "David Buchmann",
713
                    "email": "[email protected]"
714
                },
715
                {
716
                    "name": "Gediminas Morkevicius",
717
                    "email": "[email protected]"
718
                },
719
                {
720
                    "name": "Gustavo Falco",
721
                    "email": "[email protected]"
722
                }
723
            ],
724
            "description": "Doctrine2 behavioral extensions",
725
            "homepage": "http://gediminasm.org/",
726
            "keywords": [
727
                "Blameable",
728
                "behaviors",
729
                "doctrine2",
730
                "extensions",
731
                "gedmo",
732
                "loggable",
733
                "nestedset",
734
                "sluggable",
735
                "sortable",
736
                "timestampable",
737
                "translatable",
738
                "tree",
739
                "uploadable"
740
            ],
741
            "time": "2018-01-08T14:13:45+00:00"
742
        },
743
        {
744
            "name": "illuminate/auth",
745
            "version": "v5.6.5",
746
            "source": {
747
                "type": "git",
748
                "url": "https://github.com/illuminate/auth.git",
749
                "reference": "e69ddb3392c69475333c13d584a82d1901c3d0fc"
750
            },
751
            "dist": {
752
                "type": "zip",
753
                "url": "https://api.github.com/repos/illuminate/auth/zipball/e69ddb3392c69475333c13d584a82d1901c3d0fc",
754
                "reference": "e69ddb3392c69475333c13d584a82d1901c3d0fc",
755
                "shasum": ""
756
            },
757
            "require": {
758
                "illuminate/contracts": "5.6.*",
759
                "illuminate/http": "5.6.*",
760
                "illuminate/queue": "5.6.*",
761
                "illuminate/support": "5.6.*",
762
                "php": "^7.1.3"
763
            },
764
            "suggest": {
765
                "illuminate/console": "Required to use the auth:clear-resets command (5.6.*).",
766
                "illuminate/queue": "Required to fire login / logout events (5.6.*).",
767
                "illuminate/session": "Required to use the session based guard (5.6.*)."
768
            },
769
            "type": "library",
770
            "extra": {
771
                "branch-alias": {
772
                    "dev-master": "5.6-dev"
773
                }
774
            },
775
            "autoload": {
776
                "psr-4": {
777
                    "Illuminate\\Auth\\": ""
778
                }
779
            },
780
            "notification-url": "https://packagist.org/downloads/",
781
            "license": [
782
                "MIT"
783
            ],
784
            "authors": [
785
                {
786
                    "name": "Taylor Otwell",
787
                    "email": "[email protected]"
788
                }
789
            ],
790
            "description": "The Illuminate Auth package.",
791
            "homepage": "https://laravel.com",
792
            "time": "2018-02-16T22:55:23+00:00"
793
        },
794
        {
795
            "name": "illuminate/broadcasting",
796
            "version": "v5.6.5",
797
            "source": {
798
                "type": "git",
799
                "url": "https://github.com/illuminate/broadcasting.git",
800
                "reference": "4953e8447b201552bb90c298276745a6a5240f81"
801
            },
802
            "dist": {
803
                "type": "zip",
804
                "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/4953e8447b201552bb90c298276745a6a5240f81",
805
                "reference": "4953e8447b201552bb90c298276745a6a5240f81",
806
                "shasum": ""
807
            },
808
            "require": {
809
                "illuminate/bus": "5.6.*",
810
                "illuminate/contracts": "5.6.*",
811
                "illuminate/queue": "5.6.*",
812
                "illuminate/support": "5.6.*",
813
                "php": "^7.1.3",
814
                "psr/log": "~1.0"
815
            },
816
            "suggest": {
817
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0)."
818
            },
819
            "type": "library",
820
            "extra": {
821
                "branch-alias": {
822
                    "dev-master": "5.6-dev"
823
                }
824
            },
825
            "autoload": {
826
                "psr-4": {
827
                    "Illuminate\\Broadcasting\\": ""
828
                }
829
            },
830
            "notification-url": "https://packagist.org/downloads/",
831
            "license": [
832
                "MIT"
833
            ],
834
            "authors": [
835
                {
836
                    "name": "Taylor Otwell",
837
                    "email": "[email protected]"
838
                }
839
            ],
840
            "description": "The Illuminate Broadcasting package.",
841
            "homepage": "https://laravel.com",
842
            "time": "2018-01-03T16:10:25+00:00"
843
        },
844
        {
845
            "name": "illuminate/bus",
846
            "version": "v5.6.5",
847
            "source": {
848
                "type": "git",
849
                "url": "https://github.com/illuminate/bus.git",
850
                "reference": "8702a90ae06fabf080cb2cfffda3efaeae0e417a"
851
            },
852
            "dist": {
853
                "type": "zip",
854
                "url": "https://api.github.com/repos/illuminate/bus/zipball/8702a90ae06fabf080cb2cfffda3efaeae0e417a",
855
                "reference": "8702a90ae06fabf080cb2cfffda3efaeae0e417a",
856
                "shasum": ""
857
            },
858
            "require": {
859
                "illuminate/contracts": "5.6.*",
860
                "illuminate/pipeline": "5.6.*",
861
                "illuminate/support": "5.6.*",
862
                "php": "^7.1.3"
863
            },
864
            "type": "library",
865
            "extra": {
866
                "branch-alias": {
867
                    "dev-master": "5.6-dev"
868
                }
869
            },
870
            "autoload": {
871
                "psr-4": {
872
                    "Illuminate\\Bus\\": ""
873
                }
874
            },
875
            "notification-url": "https://packagist.org/downloads/",
876
            "license": [
877
                "MIT"
878
            ],
879
            "authors": [
880
                {
881
                    "name": "Taylor Otwell",
882
                    "email": "[email protected]"
883
                }
884
            ],
885
            "description": "The Illuminate Bus package.",
886
            "homepage": "https://laravel.com",
887
            "time": "2017-12-14T13:30:55+00:00"
888
        },
889
        {
890
            "name": "illuminate/cache",
891
            "version": "v5.6.5",
892
            "source": {
893
                "type": "git",
894
                "url": "https://github.com/illuminate/cache.git",
895
                "reference": "d3059571b65122f8c1c6cdfe98694900debed950"
896
            },
897
            "dist": {
898
                "type": "zip",
899
                "url": "https://api.github.com/repos/illuminate/cache/zipball/d3059571b65122f8c1c6cdfe98694900debed950",
900
                "reference": "d3059571b65122f8c1c6cdfe98694900debed950",
901
                "shasum": ""
902
            },
903
            "require": {
904
                "illuminate/contracts": "5.6.*",
905
                "illuminate/support": "5.6.*",
906
                "php": "^7.1.3"
907
            },
908
            "suggest": {
909
                "illuminate/database": "Required to use the database cache driver (5.6.*).",
910
                "illuminate/filesystem": "Required to use the file cache driver (5.6.*).",
911
                "illuminate/redis": "Required to use the redis cache driver (5.6.*)."
912
            },
913
            "type": "library",
914
            "extra": {
915
                "branch-alias": {
916
                    "dev-master": "5.6-dev"
917
                }
918
            },
919
            "autoload": {
920
                "psr-4": {
921
                    "Illuminate\\Cache\\": ""
922
                }
923
            },
924
            "notification-url": "https://packagist.org/downloads/",
925
            "license": [
926
                "MIT"
927
            ],
928
            "authors": [
929
                {
930
                    "name": "Taylor Otwell",
931
                    "email": "[email protected]"
932
                }
933
            ],
934
            "description": "The Illuminate Cache package.",
935
            "homepage": "https://laravel.com",
936
            "time": "2018-01-27T10:11:12+00:00"
937
        },
938
        {
939
            "name": "illuminate/config",
940
            "version": "v5.6.5",
941
            "source": {
942
                "type": "git",
943
                "url": "https://github.com/illuminate/config.git",
944
                "reference": "e8158dff3189deed846c84c66c60fa68c21ee579"
945
            },
946
            "dist": {
947
                "type": "zip",
948
                "url": "https://api.github.com/repos/illuminate/config/zipball/e8158dff3189deed846c84c66c60fa68c21ee579",
949
                "reference": "e8158dff3189deed846c84c66c60fa68c21ee579",
950
                "shasum": ""
951
            },
952
            "require": {
953
                "illuminate/contracts": "5.6.*",
954
                "illuminate/support": "5.6.*",
955
                "php": "^7.1.3"
956
            },
957
            "type": "library",
958
            "extra": {
959
                "branch-alias": {
960
                    "dev-master": "5.6-dev"
961
                }
962
            },
963
            "autoload": {
964
                "psr-4": {
965
                    "Illuminate\\Config\\": ""
966
                }
967
            },
968
            "notification-url": "https://packagist.org/downloads/",
969
            "license": [
970
                "MIT"
971
            ],
972
            "authors": [
973
                {
974
                    "name": "Taylor Otwell",
975
                    "email": "[email protected]"
976
                }
977
            ],
978
            "description": "The Illuminate Config package.",
979
            "homepage": "https://laravel.com",
980
            "time": "2017-11-07T20:23:51+00:00"
981
        },
982
        {
983
            "name": "illuminate/console",
984
            "version": "v5.6.5",
985
            "source": {
986
                "type": "git",
987
                "url": "https://github.com/illuminate/console.git",
988
                "reference": "3454cc6bb6bc1321dc958123959c2b158402bd78"
989
            },
990
            "dist": {
991
                "type": "zip",
992
                "url": "https://api.github.com/repos/illuminate/console/zipball/3454cc6bb6bc1321dc958123959c2b158402bd78",
993
                "reference": "3454cc6bb6bc1321dc958123959c2b158402bd78",
994
                "shasum": ""
995
            },
996
            "require": {
997
                "illuminate/contracts": "5.6.*",
998
                "illuminate/support": "5.6.*",
999
                "php": "^7.1.3",
1000
                "symfony/console": "~4.0"
1001
            },
1002
            "suggest": {
1003
                "dragonmantank/cron-expression": "Required to use scheduling component (~2.0).",
1004
                "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
1005
                "symfony/process": "Required to use scheduling component (~4.0)."
1006
            },
1007
            "type": "library",
1008
            "extra": {
1009
                "branch-alias": {
1010
                    "dev-master": "5.6-dev"
1011
                }
1012
            },
1013
            "autoload": {
1014
                "psr-4": {
1015
                    "Illuminate\\Console\\": ""
1016
                }
1017
            },
1018
            "notification-url": "https://packagist.org/downloads/",
1019
            "license": [
1020
                "MIT"
1021
            ],
1022
            "authors": [
1023
                {
1024
                    "name": "Taylor Otwell",
1025
                    "email": "[email protected]"
1026
                }
1027
            ],
1028
            "description": "The Illuminate Console package.",
1029
            "homepage": "https://laravel.com",
1030
            "time": "2018-02-20T14:08:22+00:00"
1031
        },
1032
        {
1033
            "name": "illuminate/container",
1034
            "version": "v5.6.5",
1035
            "source": {
1036
                "type": "git",
1037
                "url": "https://github.com/illuminate/container.git",
1038
                "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a"
1039
            },
1040
            "dist": {
1041
                "type": "zip",
1042
                "url": "https://api.github.com/repos/illuminate/container/zipball/4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
1043
                "reference": "4a42d667a05ec6d31f05b532cdac7e8e68e5ea2a",
1044
                "shasum": ""
1045
            },
1046
            "require": {
1047
                "illuminate/contracts": "5.6.*",
1048
                "php": "^7.1.3",
1049
                "psr/container": "~1.0"
1050
            },
1051
            "type": "library",
1052
            "extra": {
1053
                "branch-alias": {
1054
                    "dev-master": "5.6-dev"
1055
                }
1056
            },
1057
            "autoload": {
1058
                "psr-4": {
1059
                    "Illuminate\\Container\\": ""
1060
                }
1061
            },
1062
            "notification-url": "https://packagist.org/downloads/",
1063
            "license": [
1064
                "MIT"
1065
            ],
1066
            "authors": [
1067
                {
1068
                    "name": "Taylor Otwell",
1069
                    "email": "[email protected]"
1070
                }
1071
            ],
1072
            "description": "The Illuminate Container package.",
1073
            "homepage": "https://laravel.com",
1074
            "time": "2018-01-21T02:13:38+00:00"
1075
        },
1076
        {
1077
            "name": "illuminate/contracts",
1078
            "version": "v5.6.5",
1079
            "source": {
1080
                "type": "git",
1081
                "url": "https://github.com/illuminate/contracts.git",
1082
                "reference": "00a8296c63b6429eb8705d2700c2436ea193c553"
1083
            },
1084
            "dist": {
1085
                "type": "zip",
1086
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/00a8296c63b6429eb8705d2700c2436ea193c553",
1087
                "reference": "00a8296c63b6429eb8705d2700c2436ea193c553",
1088
                "shasum": ""
1089
            },
1090
            "require": {
1091
                "php": "^7.1.3",
1092
                "psr/container": "~1.0",
1093
                "psr/simple-cache": "~1.0"
1094
            },
1095
            "type": "library",
1096
            "extra": {
1097
                "branch-alias": {
1098
                    "dev-master": "5.6-dev"
1099
                }
1100
            },
1101
            "autoload": {
1102
                "psr-4": {
1103
                    "Illuminate\\Contracts\\": ""
1104
                }
1105
            },
1106
            "notification-url": "https://packagist.org/downloads/",
1107
            "license": [
1108
                "MIT"
1109
            ],
1110
            "authors": [
1111
                {
1112
                    "name": "Taylor Otwell",
1113
                    "email": "[email protected]"
1114
                }
1115
            ],
1116
            "description": "The Illuminate Contracts package.",
1117
            "homepage": "https://laravel.com",
1118
            "time": "2018-02-20T16:46:51+00:00"
1119
        },
1120
        {
1121
            "name": "illuminate/database",
1122
            "version": "v5.6.5",
1123
            "source": {
1124
                "type": "git",
1125
                "url": "https://github.com/illuminate/database.git",
1126
                "reference": "c0b3f5cca36777d6f756d5f4b2b74ec932bd012f"
1127
            },
1128
            "dist": {
1129
                "type": "zip",
1130
                "url": "https://api.github.com/repos/illuminate/database/zipball/c0b3f5cca36777d6f756d5f4b2b74ec932bd012f",
1131
                "reference": "c0b3f5cca36777d6f756d5f4b2b74ec932bd012f",
1132
                "shasum": ""
1133
            },
1134
            "require": {
1135
                "illuminate/container": "5.6.*",
1136
                "illuminate/contracts": "5.6.*",
1137
                "illuminate/support": "5.6.*",
1138
                "php": "^7.1.3"
1139
            },
1140
            "suggest": {
1141
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
1142
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
1143
                "illuminate/console": "Required to use the database commands (5.6.*).",
1144
                "illuminate/events": "Required to use the observers with Eloquent (5.6.*).",
1145
                "illuminate/filesystem": "Required to use the migrations (5.6.*).",
1146
                "illuminate/pagination": "Required to paginate the result set (5.6.*)."
1147
            },
1148
            "type": "library",
1149
            "extra": {
1150
                "branch-alias": {
1151
                    "dev-master": "5.6-dev"
1152
                }
1153
            },
1154
            "autoload": {
1155
                "psr-4": {
1156
                    "Illuminate\\Database\\": ""
1157
                }
1158
            },
1159
            "notification-url": "https://packagist.org/downloads/",
1160
            "license": [
1161
                "MIT"
1162
            ],
1163
            "authors": [
1164
                {
1165
                    "name": "Taylor Otwell",
1166
                    "email": "[email protected]"
1167
                }
1168
            ],
1169
            "description": "The Illuminate Database package.",
1170
            "homepage": "https://laravel.com",
1171
            "keywords": [
1172
                "database",
1173
                "laravel",
1174
                "orm",
1175
                "sql"
1176
            ],
1177
            "time": "2018-02-22T19:20:38+00:00"
1178
        },
1179
        {
1180
            "name": "illuminate/encryption",
0 ignored issues
show
There is a security advisory for your installed version of illuminate/encryption:

Exploit of encryption failure vulnerability
Loading history...
1181
            "version": "v5.6.5",
1182
            "source": {
1183
                "type": "git",
1184
                "url": "https://github.com/illuminate/encryption.git",
1185
                "reference": "743de982df71a0826b7027da295d256a0d0659bd"
1186
            },
1187
            "dist": {
1188
                "type": "zip",
1189
                "url": "https://api.github.com/repos/illuminate/encryption/zipball/743de982df71a0826b7027da295d256a0d0659bd",
1190
                "reference": "743de982df71a0826b7027da295d256a0d0659bd",
1191
                "shasum": ""
1192
            },
1193
            "require": {
1194
                "ext-mbstring": "*",
1195
                "ext-openssl": "*",
1196
                "illuminate/contracts": "5.6.*",
1197
                "illuminate/support": "5.6.*",
1198
                "php": "^7.1.3"
1199
            },
1200
            "type": "library",
1201
            "extra": {
1202
                "branch-alias": {
1203
                    "dev-master": "5.6-dev"
1204
                }
1205
            },
1206
            "autoload": {
1207
                "psr-4": {
1208
                    "Illuminate\\Encryption\\": ""
1209
                }
1210
            },
1211
            "notification-url": "https://packagist.org/downloads/",
1212
            "license": [
1213
                "MIT"
1214
            ],
1215
            "authors": [
1216
                {
1217
                    "name": "Taylor Otwell",
1218
                    "email": "[email protected]"
1219
                }
1220
            ],
1221
            "description": "The Illuminate Encryption package.",
1222
            "homepage": "https://laravel.com",
1223
            "time": "2017-11-07T20:23:51+00:00"
1224
        },
1225
        {
1226
            "name": "illuminate/events",
1227
            "version": "v5.6.5",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/illuminate/events.git",
1231
                "reference": "37c973ac2c69c3c9ee2126cca981ac593e1f6a17"
1232
            },
1233
            "dist": {
1234
                "type": "zip",
1235
                "url": "https://api.github.com/repos/illuminate/events/zipball/37c973ac2c69c3c9ee2126cca981ac593e1f6a17",
1236
                "reference": "37c973ac2c69c3c9ee2126cca981ac593e1f6a17",
1237
                "shasum": ""
1238
            },
1239
            "require": {
1240
                "illuminate/container": "5.6.*",
1241
                "illuminate/contracts": "5.6.*",
1242
                "illuminate/support": "5.6.*",
1243
                "php": "^7.1.3"
1244
            },
1245
            "type": "library",
1246
            "extra": {
1247
                "branch-alias": {
1248
                    "dev-master": "5.6-dev"
1249
                }
1250
            },
1251
            "autoload": {
1252
                "psr-4": {
1253
                    "Illuminate\\Events\\": ""
1254
                }
1255
            },
1256
            "notification-url": "https://packagist.org/downloads/",
1257
            "license": [
1258
                "MIT"
1259
            ],
1260
            "authors": [
1261
                {
1262
                    "name": "Taylor Otwell",
1263
                    "email": "[email protected]"
1264
                }
1265
            ],
1266
            "description": "The Illuminate Events package.",
1267
            "homepage": "https://laravel.com",
1268
            "time": "2017-12-14T13:30:55+00:00"
1269
        },
1270
        {
1271
            "name": "illuminate/filesystem",
1272
            "version": "v5.6.5",
1273
            "source": {
1274
                "type": "git",
1275
                "url": "https://github.com/illuminate/filesystem.git",
1276
                "reference": "be0efd11a676ce0fd25f6ccb0bfb4cc522b73ca2"
1277
            },
1278
            "dist": {
1279
                "type": "zip",
1280
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/be0efd11a676ce0fd25f6ccb0bfb4cc522b73ca2",
1281
                "reference": "be0efd11a676ce0fd25f6ccb0bfb4cc522b73ca2",
1282
                "shasum": ""
1283
            },
1284
            "require": {
1285
                "illuminate/contracts": "5.6.*",
1286
                "illuminate/support": "5.6.*",
1287
                "php": "^7.1.3",
1288
                "symfony/finder": "~4.0"
1289
            },
1290
            "suggest": {
1291
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
1292
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
1293
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
1294
            },
1295
            "type": "library",
1296
            "extra": {
1297
                "branch-alias": {
1298
                    "dev-master": "5.6-dev"
1299
                }
1300
            },
1301
            "autoload": {
1302
                "psr-4": {
1303
                    "Illuminate\\Filesystem\\": ""
1304
                }
1305
            },
1306
            "notification-url": "https://packagist.org/downloads/",
1307
            "license": [
1308
                "MIT"
1309
            ],
1310
            "authors": [
1311
                {
1312
                    "name": "Taylor Otwell",
1313
                    "email": "[email protected]"
1314
                }
1315
            ],
1316
            "description": "The Illuminate Filesystem package.",
1317
            "homepage": "https://laravel.com",
1318
            "time": "2018-02-07T00:04:16+00:00"
1319
        },
1320
        {
1321
            "name": "illuminate/hashing",
1322
            "version": "v5.6.5",
1323
            "source": {
1324
                "type": "git",
1325
                "url": "https://github.com/illuminate/hashing.git",
1326
                "reference": "7226dc43c3e309112e6ae65f4f720c31cf3f75ec"
1327
            },
1328
            "dist": {
1329
                "type": "zip",
1330
                "url": "https://api.github.com/repos/illuminate/hashing/zipball/7226dc43c3e309112e6ae65f4f720c31cf3f75ec",
1331
                "reference": "7226dc43c3e309112e6ae65f4f720c31cf3f75ec",
1332
                "shasum": ""
1333
            },
1334
            "require": {
1335
                "illuminate/contracts": "5.6.*",
1336
                "illuminate/support": "5.6.*",
1337
                "php": "^7.1.3"
1338
            },
1339
            "type": "library",
1340
            "extra": {
1341
                "branch-alias": {
1342
                    "dev-master": "5.6-dev"
1343
                }
1344
            },
1345
            "autoload": {
1346
                "psr-4": {
1347
                    "Illuminate\\Hashing\\": ""
1348
                }
1349
            },
1350
            "notification-url": "https://packagist.org/downloads/",
1351
            "license": [
1352
                "MIT"
1353
            ],
1354
            "authors": [
1355
                {
1356
                    "name": "Taylor Otwell",
1357
                    "email": "[email protected]"
1358
                }
1359
            ],
1360
            "description": "The Illuminate Hashing package.",
1361
            "homepage": "https://laravel.com",
1362
            "time": "2018-02-11T14:45:58+00:00"
1363
        },
1364
        {
1365
            "name": "illuminate/http",
1366
            "version": "v5.6.5",
1367
            "source": {
1368
                "type": "git",
1369
                "url": "https://github.com/illuminate/http.git",
1370
                "reference": "649b67a33ce99a4a83d7124e2c3ca9efe7f34093"
1371
            },
1372
            "dist": {
1373
                "type": "zip",
1374
                "url": "https://api.github.com/repos/illuminate/http/zipball/649b67a33ce99a4a83d7124e2c3ca9efe7f34093",
1375
                "reference": "649b67a33ce99a4a83d7124e2c3ca9efe7f34093",
1376
                "shasum": ""
1377
            },
1378
            "require": {
1379
                "illuminate/session": "5.6.*",
1380
                "illuminate/support": "5.6.*",
1381
                "php": "^7.1.3",
1382
                "symfony/http-foundation": "~4.0",
1383
                "symfony/http-kernel": "~4.0"
1384
            },
1385
            "type": "library",
1386
            "extra": {
1387
                "branch-alias": {
1388
                    "dev-master": "5.6-dev"
1389
                }
1390
            },
1391
            "autoload": {
1392
                "psr-4": {
1393
                    "Illuminate\\Http\\": ""
1394
                }
1395
            },
1396
            "notification-url": "https://packagist.org/downloads/",
1397
            "license": [
1398
                "MIT"
1399
            ],
1400
            "authors": [
1401
                {
1402
                    "name": "Taylor Otwell",
1403
                    "email": "[email protected]"
1404
                }
1405
            ],
1406
            "description": "The Illuminate Http package.",
1407
            "homepage": "https://laravel.com",
1408
            "time": "2018-02-20T21:40:53+00:00"
1409
        },
1410
        {
1411
            "name": "illuminate/log",
1412
            "version": "v5.6.5",
1413
            "source": {
1414
                "type": "git",
1415
                "url": "https://github.com/illuminate/log.git",
1416
                "reference": "2e43370ed7d8271f567c7626ee0fa8cc72940ce0"
1417
            },
1418
            "dist": {
1419
                "type": "zip",
1420
                "url": "https://api.github.com/repos/illuminate/log/zipball/2e43370ed7d8271f567c7626ee0fa8cc72940ce0",
1421
                "reference": "2e43370ed7d8271f567c7626ee0fa8cc72940ce0",
1422
                "shasum": ""
1423
            },
1424
            "require": {
1425
                "illuminate/contracts": "5.6.*",
1426
                "illuminate/support": "5.6.*",
1427
                "monolog/monolog": "~1.11",
1428
                "php": "^7.1.3"
1429
            },
1430
            "type": "library",
1431
            "extra": {
1432
                "branch-alias": {
1433
                    "dev-master": "5.6-dev"
1434
                }
1435
            },
1436
            "autoload": {
1437
                "psr-4": {
1438
                    "Illuminate\\Log\\": ""
1439
                }
1440
            },
1441
            "notification-url": "https://packagist.org/downloads/",
1442
            "license": [
1443
                "MIT"
1444
            ],
1445
            "authors": [
1446
                {
1447
                    "name": "Taylor Otwell",
1448
                    "email": "[email protected]"
1449
                }
1450
            ],
1451
            "description": "The Illuminate Log package.",
1452
            "homepage": "https://laravel.com",
1453
            "time": "2018-02-16T13:38:08+00:00"
1454
        },
1455
        {
1456
            "name": "illuminate/pagination",
1457
            "version": "v5.6.5",
1458
            "source": {
1459
                "type": "git",
1460
                "url": "https://github.com/illuminate/pagination.git",
1461
                "reference": "6b9b1def1347430a31e7519d381e2f14a55a97dd"
1462
            },
1463
            "dist": {
1464
                "type": "zip",
1465
                "url": "https://api.github.com/repos/illuminate/pagination/zipball/6b9b1def1347430a31e7519d381e2f14a55a97dd",
1466
                "reference": "6b9b1def1347430a31e7519d381e2f14a55a97dd",
1467
                "shasum": ""
1468
            },
1469
            "require": {
1470
                "illuminate/contracts": "5.6.*",
1471
                "illuminate/support": "5.6.*",
1472
                "php": "^7.1.3"
1473
            },
1474
            "type": "library",
1475
            "extra": {
1476
                "branch-alias": {
1477
                    "dev-master": "5.6-dev"
1478
                }
1479
            },
1480
            "autoload": {
1481
                "psr-4": {
1482
                    "Illuminate\\Pagination\\": ""
1483
                }
1484
            },
1485
            "notification-url": "https://packagist.org/downloads/",
1486
            "license": [
1487
                "MIT"
1488
            ],
1489
            "authors": [
1490
                {
1491
                    "name": "Taylor Otwell",
1492
                    "email": "[email protected]"
1493
                }
1494
            ],
1495
            "description": "The Illuminate Pagination package.",
1496
            "homepage": "https://laravel.com",
1497
            "time": "2018-02-12T14:12:25+00:00"
1498
        },
1499
        {
1500
            "name": "illuminate/pipeline",
1501
            "version": "v5.6.5",
1502
            "source": {
1503
                "type": "git",
1504
                "url": "https://github.com/illuminate/pipeline.git",
1505
                "reference": "0ea9439ed6e4b0bbbc74bf15aab84e4c9a3a9b3b"
1506
            },
1507
            "dist": {
1508
                "type": "zip",
1509
                "url": "https://api.github.com/repos/illuminate/pipeline/zipball/0ea9439ed6e4b0bbbc74bf15aab84e4c9a3a9b3b",
1510
                "reference": "0ea9439ed6e4b0bbbc74bf15aab84e4c9a3a9b3b",
1511
                "shasum": ""
1512
            },
1513
            "require": {
1514
                "illuminate/contracts": "5.6.*",
1515
                "illuminate/support": "5.6.*",
1516
                "php": "^7.1.3"
1517
            },
1518
            "type": "library",
1519
            "extra": {
1520
                "branch-alias": {
1521
                    "dev-master": "5.6-dev"
1522
                }
1523
            },
1524
            "autoload": {
1525
                "psr-4": {
1526
                    "Illuminate\\Pipeline\\": ""
1527
                }
1528
            },
1529
            "notification-url": "https://packagist.org/downloads/",
1530
            "license": [
1531
                "MIT"
1532
            ],
1533
            "authors": [
1534
                {
1535
                    "name": "Taylor Otwell",
1536
                    "email": "[email protected]"
1537
                }
1538
            ],
1539
            "description": "The Illuminate Pipeline package.",
1540
            "homepage": "https://laravel.com",
1541
            "time": "2017-11-07T20:23:51+00:00"
1542
        },
1543
        {
1544
            "name": "illuminate/queue",
1545
            "version": "v5.6.5",
1546
            "source": {
1547
                "type": "git",
1548
                "url": "https://github.com/illuminate/queue.git",
1549
                "reference": "47076fd3e28a02c89ed919a409152cc2842f43da"
1550
            },
1551
            "dist": {
1552
                "type": "zip",
1553
                "url": "https://api.github.com/repos/illuminate/queue/zipball/47076fd3e28a02c89ed919a409152cc2842f43da",
1554
                "reference": "47076fd3e28a02c89ed919a409152cc2842f43da",
1555
                "shasum": ""
1556
            },
1557
            "require": {
1558
                "illuminate/console": "5.6.*",
1559
                "illuminate/container": "5.6.*",
1560
                "illuminate/contracts": "5.6.*",
1561
                "illuminate/database": "5.6.*",
1562
                "illuminate/filesystem": "5.6.*",
1563
                "illuminate/support": "5.6.*",
1564
                "php": "^7.1.3",
1565
                "symfony/debug": "~4.0",
1566
                "symfony/process": "~4.0"
1567
            },
1568
            "suggest": {
1569
                "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).",
1570
                "ext-pcntl": "Required to use all features of the queue worker.",
1571
                "ext-posix": "Required to use all features of the queue worker.",
1572
                "illuminate/redis": "Required to use the Redis queue driver (5.6.*).",
1573
                "pda/pheanstalk": "Required to use the Beanstalk queue driver (~3.0)."
1574
            },
1575
            "type": "library",
1576
            "extra": {
1577
                "branch-alias": {
1578
                    "dev-master": "5.6-dev"
1579
                }
1580
            },
1581
            "autoload": {
1582
                "psr-4": {
1583
                    "Illuminate\\Queue\\": ""
1584
                }
1585
            },
1586
            "notification-url": "https://packagist.org/downloads/",
1587
            "license": [
1588
                "MIT"
1589
            ],
1590
            "authors": [
1591
                {
1592
                    "name": "Taylor Otwell",
1593
                    "email": "[email protected]"
1594
                }
1595
            ],
1596
            "description": "The Illuminate Queue package.",
1597
            "homepage": "https://laravel.com",
1598
            "time": "2018-02-07T13:50:23+00:00"
1599
        },
1600
        {
1601
            "name": "illuminate/routing",
1602
            "version": "v5.6.5",
1603
            "source": {
1604
                "type": "git",
1605
                "url": "https://github.com/illuminate/routing.git",
1606
                "reference": "1230bc5d1cb45dcad1316cccd344d1b13f7cf450"
1607
            },
1608
            "dist": {
1609
                "type": "zip",
1610
                "url": "https://api.github.com/repos/illuminate/routing/zipball/1230bc5d1cb45dcad1316cccd344d1b13f7cf450",
1611
                "reference": "1230bc5d1cb45dcad1316cccd344d1b13f7cf450",
1612
                "shasum": ""
1613
            },
1614
            "require": {
1615
                "illuminate/container": "5.6.*",
1616
                "illuminate/contracts": "5.6.*",
1617
                "illuminate/http": "5.6.*",
1618
                "illuminate/pipeline": "5.6.*",
1619
                "illuminate/session": "5.6.*",
1620
                "illuminate/support": "5.6.*",
1621
                "php": "^7.1.3",
1622
                "symfony/debug": "~4.0",
1623
                "symfony/http-foundation": "~4.0",
1624
                "symfony/http-kernel": "~4.0",
1625
                "symfony/routing": "~4.0"
1626
            },
1627
            "suggest": {
1628
                "illuminate/console": "Required to use the make commands (5.6.*).",
1629
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
1630
            },
1631
            "type": "library",
1632
            "extra": {
1633
                "branch-alias": {
1634
                    "dev-master": "5.6-dev"
1635
                }
1636
            },
1637
            "autoload": {
1638
                "psr-4": {
1639
                    "Illuminate\\Routing\\": ""
1640
                }
1641
            },
1642
            "notification-url": "https://packagist.org/downloads/",
1643
            "license": [
1644
                "MIT"
1645
            ],
1646
            "authors": [
1647
                {
1648
                    "name": "Taylor Otwell",
1649
                    "email": "[email protected]"
1650
                }
1651
            ],
1652
            "description": "The Illuminate Routing package.",
1653
            "homepage": "https://laravel.com",
1654
            "time": "2018-02-20T21:40:53+00:00"
1655
        },
1656
        {
1657
            "name": "illuminate/session",
1658
            "version": "v5.6.5",
1659
            "source": {
1660
                "type": "git",
1661
                "url": "https://github.com/illuminate/session.git",
1662
                "reference": "97e5c38b26fa6d0fd4d5496080fe0ef43c8f4c2d"
1663
            },
1664
            "dist": {
1665
                "type": "zip",
1666
                "url": "https://api.github.com/repos/illuminate/session/zipball/97e5c38b26fa6d0fd4d5496080fe0ef43c8f4c2d",
1667
                "reference": "97e5c38b26fa6d0fd4d5496080fe0ef43c8f4c2d",
1668
                "shasum": ""
1669
            },
1670
            "require": {
1671
                "illuminate/contracts": "5.6.*",
1672
                "illuminate/filesystem": "5.6.*",
1673
                "illuminate/support": "5.6.*",
1674
                "php": "^7.1.3",
1675
                "symfony/finder": "~4.0",
1676
                "symfony/http-foundation": "~4.0"
1677
            },
1678
            "suggest": {
1679
                "illuminate/console": "Required to use the session:table command (5.6.*)."
1680
            },
1681
            "type": "library",
1682
            "extra": {
1683
                "branch-alias": {
1684
                    "dev-master": "5.6-dev"
1685
                }
1686
            },
1687
            "autoload": {
1688
                "psr-4": {
1689
                    "Illuminate\\Session\\": ""
1690
                }
1691
            },
1692
            "notification-url": "https://packagist.org/downloads/",
1693
            "license": [
1694
                "MIT"
1695
            ],
1696
            "authors": [
1697
                {
1698
                    "name": "Taylor Otwell",
1699
                    "email": "[email protected]"
1700
                }
1701
            ],
1702
            "description": "The Illuminate Session package.",
1703
            "homepage": "https://laravel.com",
1704
            "time": "2018-01-29T14:08:55+00:00"
1705
        },
1706
        {
1707
            "name": "illuminate/support",
1708
            "version": "v5.6.5",
1709
            "source": {
1710
                "type": "git",
1711
                "url": "https://github.com/illuminate/support.git",
1712
                "reference": "ada40fd5fba4f51e456d38d8b17c826c519b33c7"
1713
            },
1714
            "dist": {
1715
                "type": "zip",
1716
                "url": "https://api.github.com/repos/illuminate/support/zipball/ada40fd5fba4f51e456d38d8b17c826c519b33c7",
1717
                "reference": "ada40fd5fba4f51e456d38d8b17c826c519b33c7",
1718
                "shasum": ""
1719
            },
1720
            "require": {
1721
                "doctrine/inflector": "~1.1",
1722
                "ext-mbstring": "*",
1723
                "illuminate/contracts": "5.6.*",
1724
                "nesbot/carbon": "^1.20",
1725
                "php": "^7.1.3"
1726
            },
1727
            "replace": {
1728
                "tightenco/collect": "<5.5.33"
1729
            },
1730
            "suggest": {
1731
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
1732
                "symfony/process": "Required to use the composer class (~4.0).",
1733
                "symfony/var-dumper": "Required to use the dd function (~4.0)."
1734
            },
1735
            "type": "library",
1736
            "extra": {
1737
                "branch-alias": {
1738
                    "dev-master": "5.6-dev"
1739
                }
1740
            },
1741
            "autoload": {
1742
                "psr-4": {
1743
                    "Illuminate\\Support\\": ""
1744
                },
1745
                "files": [
1746
                    "helpers.php"
1747
                ]
1748
            },
1749
            "notification-url": "https://packagist.org/downloads/",
1750
            "license": [
1751
                "MIT"
1752
            ],
1753
            "authors": [
1754
                {
1755
                    "name": "Taylor Otwell",
1756
                    "email": "[email protected]"
1757
                }
1758
            ],
1759
            "description": "The Illuminate Support package.",
1760
            "homepage": "https://laravel.com",
1761
            "time": "2018-02-22T15:02:07+00:00"
1762
        },
1763
        {
1764
            "name": "illuminate/translation",
1765
            "version": "v5.6.5",
1766
            "source": {
1767
                "type": "git",
1768
                "url": "https://github.com/illuminate/translation.git",
1769
                "reference": "3612f41b450b8d14e7f5785c087af451ccd3be9c"
1770
            },
1771
            "dist": {
1772
                "type": "zip",
1773
                "url": "https://api.github.com/repos/illuminate/translation/zipball/3612f41b450b8d14e7f5785c087af451ccd3be9c",
1774
                "reference": "3612f41b450b8d14e7f5785c087af451ccd3be9c",
1775
                "shasum": ""
1776
            },
1777
            "require": {
1778
                "illuminate/contracts": "5.6.*",
1779
                "illuminate/filesystem": "5.6.*",
1780
                "illuminate/support": "5.6.*",
1781
                "php": "^7.1.3"
1782
            },
1783
            "type": "library",
1784
            "extra": {
1785
                "branch-alias": {
1786
                    "dev-master": "5.6-dev"
1787
                }
1788
            },
1789
            "autoload": {
1790
                "psr-4": {
1791
                    "Illuminate\\Translation\\": ""
1792
                }
1793
            },
1794
            "notification-url": "https://packagist.org/downloads/",
1795
            "license": [
1796
                "MIT"
1797
            ],
1798
            "authors": [
1799
                {
1800
                    "name": "Taylor Otwell",
1801
                    "email": "[email protected]"
1802
                }
1803
            ],
1804
            "description": "The Illuminate Translation package.",
1805
            "homepage": "https://laravel.com",
1806
            "time": "2018-02-22T15:33:29+00:00"
1807
        },
1808
        {
1809
            "name": "illuminate/validation",
1810
            "version": "v5.6.5",
1811
            "source": {
1812
                "type": "git",
1813
                "url": "https://github.com/illuminate/validation.git",
1814
                "reference": "0564d90403261aa5f8c2bcfc485c9e318c807bde"
1815
            },
1816
            "dist": {
1817
                "type": "zip",
1818
                "url": "https://api.github.com/repos/illuminate/validation/zipball/0564d90403261aa5f8c2bcfc485c9e318c807bde",
1819
                "reference": "0564d90403261aa5f8c2bcfc485c9e318c807bde",
1820
                "shasum": ""
1821
            },
1822
            "require": {
1823
                "illuminate/container": "5.6.*",
1824
                "illuminate/contracts": "5.6.*",
1825
                "illuminate/support": "5.6.*",
1826
                "illuminate/translation": "5.6.*",
1827
                "php": "^7.1.3",
1828
                "symfony/http-foundation": "~4.0"
1829
            },
1830
            "suggest": {
1831
                "illuminate/database": "Required to use the database presence verifier (5.6.*)."
1832
            },
1833
            "type": "library",
1834
            "extra": {
1835
                "branch-alias": {
1836
                    "dev-master": "5.6-dev"
1837
                }
1838
            },
1839
            "autoload": {
1840
                "psr-4": {
1841
                    "Illuminate\\Validation\\": ""
1842
                }
1843
            },
1844
            "notification-url": "https://packagist.org/downloads/",
1845
            "license": [
1846
                "MIT"
1847
            ],
1848
            "authors": [
1849
                {
1850
                    "name": "Taylor Otwell",
1851
                    "email": "[email protected]"
1852
                }
1853
            ],
1854
            "description": "The Illuminate Validation package.",
1855
            "homepage": "https://laravel.com",
1856
            "time": "2018-02-20T21:40:53+00:00"
1857
        },
1858
        {
1859
            "name": "illuminate/view",
1860
            "version": "v5.6.5",
1861
            "source": {
1862
                "type": "git",
1863
                "url": "https://github.com/illuminate/view.git",
1864
                "reference": "05eb3c9bddeac32c8fde83dbc110e63670ae5051"
1865
            },
1866
            "dist": {
1867
                "type": "zip",
1868
                "url": "https://api.github.com/repos/illuminate/view/zipball/05eb3c9bddeac32c8fde83dbc110e63670ae5051",
1869
                "reference": "05eb3c9bddeac32c8fde83dbc110e63670ae5051",
1870
                "shasum": ""
1871
            },
1872
            "require": {
1873
                "illuminate/container": "5.6.*",
1874
                "illuminate/contracts": "5.6.*",
1875
                "illuminate/events": "5.6.*",
1876
                "illuminate/filesystem": "5.6.*",
1877
                "illuminate/support": "5.6.*",
1878
                "php": "^7.1.3",
1879
                "symfony/debug": "~4.0"
1880
            },
1881
            "type": "library",
1882
            "extra": {
1883
                "branch-alias": {
1884
                    "dev-master": "5.6-dev"
1885
                }
1886
            },
1887
            "autoload": {
1888
                "psr-4": {
1889
                    "Illuminate\\View\\": ""
1890
                }
1891
            },
1892
            "notification-url": "https://packagist.org/downloads/",
1893
            "license": [
1894
                "MIT"
1895
            ],
1896
            "authors": [
1897
                {
1898
                    "name": "Taylor Otwell",
1899
                    "email": "[email protected]"
1900
                }
1901
            ],
1902
            "description": "The Illuminate View package.",
1903
            "homepage": "https://laravel.com",
1904
            "time": "2018-02-20T21:40:53+00:00"
1905
        },
1906
        {
1907
            "name": "irazasyed/jwt-auth-guard",
1908
            "version": "dev-master",
1909
            "source": {
1910
                "type": "git",
1911
                "url": "https://github.com/irazasyed/jwt-auth-guard.git",
1912
                "reference": "b46e134a5b88b772f8061c4a03192f94b6834bb4"
1913
            },
1914
            "dist": {
1915
                "type": "zip",
1916
                "url": "https://api.github.com/repos/irazasyed/jwt-auth-guard/zipball/b46e134a5b88b772f8061c4a03192f94b6834bb4",
1917
                "reference": "b46e134a5b88b772f8061c4a03192f94b6834bb4",
1918
                "shasum": ""
1919
            },
1920
            "require": {
1921
                "illuminate/support": "~5.0",
1922
                "php": ">=5.5.0"
1923
            },
1924
            "require-dev": {
1925
                "phpunit/phpunit": "4.*",
1926
                "scrutinizer/ocular": "~1.1",
1927
                "squizlabs/php_codesniffer": "~2.3",
1928
                "tymon/jwt-auth": "^1.0@dev"
1929
            },
1930
            "suggest": {
1931
                "tymon/jwt-auth": "Add JWT Auth Package for Laravel and Lumen"
1932
            },
1933
            "type": "library",
1934
            "extra": {
1935
                "branch-alias": {
1936
                    "dev-master": "1.0-dev"
1937
                }
1938
            },
1939
            "autoload": {
1940
                "psr-4": {
1941
                    "Irazasyed\\JwtAuthGuard\\": "src"
1942
                }
1943
            },
1944
            "notification-url": "https://packagist.org/downloads/",
1945
            "license": [
1946
                "MIT"
1947
            ],
1948
            "authors": [
1949
                {
1950
                    "name": "Syed Irfaq R.",
1951
                    "email": "[email protected]",
1952
                    "homepage": "https://lukonet.com",
1953
                    "role": "Developer"
1954
                }
1955
            ],
1956
            "description": "JWT Auth Guard for Laravel and Lumen",
1957
            "homepage": "https://github.com/irazasyed/laravel-jwt-guard",
1958
            "keywords": [
1959
                "irazasyed",
1960
                "jwt auth guard",
1961
                "jwt guard",
1962
                "laravel jwt auth guard",
1963
                "lumen jwt auth guard"
1964
            ],
1965
            "time": "2017-07-26T20:12:07+00:00"
1966
        },
1967
        {
1968
            "name": "laravel-doctrine/extensions",
1969
            "version": "1.0.12",
1970
            "source": {
1971
                "type": "git",
1972
                "url": "https://github.com/laravel-doctrine/extensions.git",
1973
                "reference": "d9c8b64a8c9e6e3ef9334c9f3d548cac01b1c2a2"
1974
            },
1975
            "dist": {
1976
                "type": "zip",
1977
                "url": "https://api.github.com/repos/laravel-doctrine/extensions/zipball/d9c8b64a8c9e6e3ef9334c9f3d548cac01b1c2a2",
1978
                "reference": "d9c8b64a8c9e6e3ef9334c9f3d548cac01b1c2a2",
1979
                "shasum": ""
1980
            },
1981
            "require": {
1982
                "illuminate/auth": "~5.1",
1983
                "illuminate/config": "~5.1",
1984
                "illuminate/contracts": "~5.1",
1985
                "illuminate/http": "~5.1",
1986
                "illuminate/support": "~5.1",
1987
                "laravel-doctrine/orm": "~1.0",
1988
                "php": ">=5.5.9"
1989
            },
1990
            "require-dev": {
1991
                "beberlei/doctrineextensions": "^1.0",
1992
                "gedmo/doctrine-extensions": "^2.4",
1993
                "mockery/mockery": "~0.9",
1994
                "phpunit/phpunit": "~4.0"
1995
            },
1996
            "suggest": {
1997
                "beberlei/DoctrineExtensions": "Query/Type Doctrine2 extensions (^1.0)",
1998
                "gedmo/doctrine-extensions": "Behavioral Doctrine2 extensions (^2.4)"
1999
            },
2000
            "type": "library",
2001
            "autoload": {
2002
                "psr-4": {
2003
                    "LaravelDoctrine\\Extensions\\": "src/"
2004
                }
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "MIT"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "Patrick Brouwers",
2013
                    "email": "[email protected]"
2014
                }
2015
            ],
2016
            "description": "Doctrine extensions for Doctrine 2 and Laravel 5",
2017
            "keywords": [
2018
                "beberlei",
2019
                "data mapper",
2020
                "database",
2021
                "doctrine",
2022
                "gedmo",
2023
                "laravel",
2024
                "orm"
2025
            ],
2026
            "time": "2017-07-21T17:01:03+00:00"
2027
        },
2028
        {
2029
            "name": "laravel-doctrine/orm",
2030
            "version": "1.4.5",
2031
            "source": {
2032
                "type": "git",
2033
                "url": "https://github.com/laravel-doctrine/orm.git",
2034
                "reference": "f5a7a622d67099df6941324c2283b6b63a5c240e"
2035
            },
2036
            "dist": {
2037
                "type": "zip",
2038
                "url": "https://api.github.com/repos/laravel-doctrine/orm/zipball/f5a7a622d67099df6941324c2283b6b63a5c240e",
2039
                "reference": "f5a7a622d67099df6941324c2283b6b63a5c240e",
2040
                "shasum": ""
2041
            },
2042
            "require": {
2043
                "doctrine/orm": "2.5.*|2.6.*",
2044
                "illuminate/auth": "5.5.*|5.6.*",
2045
                "illuminate/console": "5.5.*|5.6.*",
2046
                "illuminate/container": "5.5.*|5.6.*",
2047
                "illuminate/contracts": "5.5.*|5.6.*",
2048
                "illuminate/pagination": "5.5.*|5.6.*",
2049
                "illuminate/routing": "5.5.*|5.6.*",
2050
                "illuminate/support": "5.5.*|5.6.*",
2051
                "illuminate/validation": "5.5.*|5.6.*",
2052
                "illuminate/view": "5.5.*|5.6.*",
2053
                "php": ">=7.0",
2054
                "symfony/serializer": "^2.7|^3.0"
2055
            },
2056
            "require-dev": {
2057
                "barryvdh/laravel-debugbar": "~2.0",
2058
                "illuminate/log": "5.5.*|5.6.*",
2059
                "illuminate/notifications": "5.5.*|5.6.*",
2060
                "illuminate/queue": "5.5.*|5.6.*",
2061
                "itsgoingd/clockwork": "~1.9",
2062
                "mockery/mockery": "1.0.0-alpha1",
2063
                "phpunit/phpunit": "~5.0"
2064
            },
2065
            "suggest": {
2066
                "fzaninotto/faker": "Required to use the entity factory builder (~1.4).",
2067
                "laravel-doctrine/acl": "to integrate Doctrine roles & permissions with Laravel's Authorization system (~1.0)",
2068
                "laravel-doctrine/extensions": "to add Behavioral and Query/Type Extensions for Laravel Doctrine (~1.0)",
2069
                "laravel-doctrine/fluent": "Fluent mapping driver (alternative to xml, yaml, ... (~1.1).",
2070
                "laravel-doctrine/migrations": "to add support for migrations in Laravel Doctrine (~1.0)",
2071
                "yajra/laravel-oci8": "Support for Laravel native queue and session database drivers in Oracle (~2.0)."
2072
            },
2073
            "type": "library",
2074
            "extra": {
2075
                "laravel": {
2076
                    "providers": [
2077
                        "LaravelDoctrine\\ORM\\DoctrineServiceProvider"
2078
                    ],
2079
                    "aliases": {
2080
                        "Registry": "LaravelDoctrine\\ORM\\Facades\\Registry",
2081
                        "Doctrine": "LaravelDoctrine\\ORM\\Facades\\Doctrine",
2082
                        "EntityManager": "LaravelDoctrine\\ORM\\Facades\\EntityManager"
2083
                    }
2084
                }
2085
            },
2086
            "autoload": {
2087
                "psr-4": {
2088
                    "LaravelDoctrine\\ORM\\": "src/"
2089
                },
2090
                "files": [
2091
                    "src/helpers.php"
2092
                ]
2093
            },
2094
            "notification-url": "https://packagist.org/downloads/",
2095
            "license": [
2096
                "MIT"
2097
            ],
2098
            "authors": [
2099
                {
2100
                    "name": "Patrick Brouwers",
2101
                    "email": "[email protected]"
2102
                }
2103
            ],
2104
            "description": "A Doctrine ORM bridge for Laravel 5",
2105
            "keywords": [
2106
                "data mapper",
2107
                "database",
2108
                "doctrine",
2109
                "laravel",
2110
                "orm"
2111
            ],
2112
            "time": "2018-02-27T12:53:16+00:00"
2113
        },
2114
        {
2115
            "name": "laravel/lumen-framework",
2116
            "version": "v5.6.1",
2117
            "source": {
2118
                "type": "git",
2119
                "url": "https://github.com/laravel/lumen-framework.git",
2120
                "reference": "5f06af6ba20dc36c001359befa72e725d7f0d567"
2121
            },
2122
            "dist": {
2123
                "type": "zip",
2124
                "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/5f06af6ba20dc36c001359befa72e725d7f0d567",
2125
                "reference": "5f06af6ba20dc36c001359befa72e725d7f0d567",
2126
                "shasum": ""
2127
            },
2128
            "require": {
2129
                "illuminate/auth": "5.6.*",
2130
                "illuminate/broadcasting": "5.6.*",
2131
                "illuminate/bus": "5.6.*",
2132
                "illuminate/cache": "5.6.*",
2133
                "illuminate/config": "5.6.*",
2134
                "illuminate/container": "5.6.*",
2135
                "illuminate/contracts": "5.6.*",
2136
                "illuminate/database": "5.6.*",
2137
                "illuminate/encryption": "5.6.*",
2138
                "illuminate/events": "5.6.*",
2139
                "illuminate/filesystem": "5.6.*",
2140
                "illuminate/hashing": "5.6.*",
2141
                "illuminate/http": "5.6.*",
2142
                "illuminate/log": "5.6.*",
2143
                "illuminate/pagination": "5.6.*",
2144
                "illuminate/pipeline": "5.6.*",
2145
                "illuminate/queue": "5.6.*",
2146
                "illuminate/support": "5.6.*",
2147
                "illuminate/translation": "5.6.*",
2148
                "illuminate/validation": "5.6.*",
2149
                "illuminate/view": "5.6.*",
2150
                "mtdowling/cron-expression": "~1.0",
2151
                "nikic/fast-route": "~1.2",
2152
                "php": "^7.1.3",
2153
                "symfony/http-foundation": "~4.0",
2154
                "symfony/http-kernel": "~4.0"
2155
            },
2156
            "require-dev": {
2157
                "mockery/mockery": "~1.0",
2158
                "phpunit/phpunit": "~6.0"
2159
            },
2160
            "suggest": {
2161
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
2162
                "vlucas/phpdotenv": "Required to use .env files (~2.2)."
2163
            },
2164
            "type": "library",
2165
            "extra": {
2166
                "branch-alias": {
2167
                    "dev-master": "5.6-dev"
2168
                }
2169
            },
2170
            "autoload": {
2171
                "psr-4": {
2172
                    "Laravel\\Lumen\\": "src/"
2173
                },
2174
                "files": [
2175
                    "src/helpers.php"
2176
                ]
2177
            },
2178
            "notification-url": "https://packagist.org/downloads/",
2179
            "license": [
2180
                "MIT"
2181
            ],
2182
            "authors": [
2183
                {
2184
                    "name": "Taylor Otwell",
2185
                    "email": "[email protected]"
2186
                }
2187
            ],
2188
            "description": "The Laravel Lumen Framework.",
2189
            "homepage": "https://lumen.laravel.com",
2190
            "keywords": [
2191
                "framework",
2192
                "laravel",
2193
                "lumen"
2194
            ],
2195
            "time": "2018-02-08T17:37:51+00:00"
2196
        },
2197
        {
2198
            "name": "lcobucci/jwt",
2199
            "version": "3.2.2",
2200
            "source": {
2201
                "type": "git",
2202
                "url": "https://github.com/lcobucci/jwt.git",
2203
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
2204
            },
2205
            "dist": {
2206
                "type": "zip",
2207
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
2208
                "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
2209
                "shasum": ""
2210
            },
2211
            "require": {
2212
                "ext-openssl": "*",
2213
                "php": ">=5.5"
2214
            },
2215
            "require-dev": {
2216
                "mdanter/ecc": "~0.3.1",
2217
                "mikey179/vfsstream": "~1.5",
2218
                "phpmd/phpmd": "~2.2",
2219
                "phpunit/php-invoker": "~1.1",
2220
                "phpunit/phpunit": "~4.5",
2221
                "squizlabs/php_codesniffer": "~2.3"
2222
            },
2223
            "suggest": {
2224
                "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
2225
            },
2226
            "type": "library",
2227
            "extra": {
2228
                "branch-alias": {
2229
                    "dev-master": "3.1-dev"
2230
                }
2231
            },
2232
            "autoload": {
2233
                "psr-4": {
2234
                    "Lcobucci\\JWT\\": "src"
2235
                }
2236
            },
2237
            "notification-url": "https://packagist.org/downloads/",
2238
            "license": [
2239
                "BSD-3-Clause"
2240
            ],
2241
            "authors": [
2242
                {
2243
                    "name": "Luís Otávio Cobucci Oblonczyk",
2244
                    "email": "[email protected]",
2245
                    "role": "Developer"
2246
                }
2247
            ],
2248
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
2249
            "keywords": [
2250
                "JWS",
2251
                "jwt"
2252
            ],
2253
            "time": "2017-09-01T08:23:26+00:00"
2254
        },
2255
        {
2256
            "name": "monolog/monolog",
2257
            "version": "1.23.0",
2258
            "source": {
2259
                "type": "git",
2260
                "url": "https://github.com/Seldaek/monolog.git",
2261
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
2262
            },
2263
            "dist": {
2264
                "type": "zip",
2265
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2266
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2267
                "shasum": ""
2268
            },
2269
            "require": {
2270
                "php": ">=5.3.0",
2271
                "psr/log": "~1.0"
2272
            },
2273
            "provide": {
2274
                "psr/log-implementation": "1.0.0"
2275
            },
2276
            "require-dev": {
2277
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2278
                "doctrine/couchdb": "~1.0@dev",
2279
                "graylog2/gelf-php": "~1.0",
2280
                "jakub-onderka/php-parallel-lint": "0.9",
2281
                "php-amqplib/php-amqplib": "~2.4",
2282
                "php-console/php-console": "^3.1.3",
2283
                "phpunit/phpunit": "~4.5",
2284
                "phpunit/phpunit-mock-objects": "2.3.0",
2285
                "ruflin/elastica": ">=0.90 <3.0",
2286
                "sentry/sentry": "^0.13",
2287
                "swiftmailer/swiftmailer": "^5.3|^6.0"
2288
            },
2289
            "suggest": {
2290
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2291
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2292
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2293
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2294
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2295
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2296
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2297
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2298
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2299
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2300
                "sentry/sentry": "Allow sending log messages to a Sentry server"
2301
            },
2302
            "type": "library",
2303
            "extra": {
2304
                "branch-alias": {
2305
                    "dev-master": "2.0.x-dev"
2306
                }
2307
            },
2308
            "autoload": {
2309
                "psr-4": {
2310
                    "Monolog\\": "src/Monolog"
2311
                }
2312
            },
2313
            "notification-url": "https://packagist.org/downloads/",
2314
            "license": [
2315
                "MIT"
2316
            ],
2317
            "authors": [
2318
                {
2319
                    "name": "Jordi Boggiano",
2320
                    "email": "[email protected]",
2321
                    "homepage": "http://seld.be"
2322
                }
2323
            ],
2324
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2325
            "homepage": "http://github.com/Seldaek/monolog",
2326
            "keywords": [
2327
                "log",
2328
                "logging",
2329
                "psr-3"
2330
            ],
2331
            "time": "2017-06-19T01:22:40+00:00"
2332
        },
2333
        {
2334
            "name": "mtdowling/cron-expression",
2335
            "version": "v1.2.1",
2336
            "source": {
2337
                "type": "git",
2338
                "url": "https://github.com/mtdowling/cron-expression.git",
2339
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
2340
            },
2341
            "dist": {
2342
                "type": "zip",
2343
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
2344
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
2345
                "shasum": ""
2346
            },
2347
            "require": {
2348
                "php": ">=5.3.2"
2349
            },
2350
            "require-dev": {
2351
                "phpunit/phpunit": "~4.0|~5.0"
2352
            },
2353
            "type": "library",
2354
            "autoload": {
2355
                "psr-4": {
2356
                    "Cron\\": "src/Cron/"
2357
                }
2358
            },
2359
            "notification-url": "https://packagist.org/downloads/",
2360
            "license": [
2361
                "MIT"
2362
            ],
2363
            "authors": [
2364
                {
2365
                    "name": "Michael Dowling",
2366
                    "email": "[email protected]",
2367
                    "homepage": "https://github.com/mtdowling"
2368
                }
2369
            ],
2370
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
2371
            "keywords": [
2372
                "cron",
2373
                "schedule"
2374
            ],
2375
            "time": "2017-01-23T04:29:33+00:00"
2376
        },
2377
        {
2378
            "name": "namshi/jose",
2379
            "version": "7.2.3",
2380
            "source": {
2381
                "type": "git",
2382
                "url": "https://github.com/namshi/jose.git",
2383
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
2384
            },
2385
            "dist": {
2386
                "type": "zip",
2387
                "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
2388
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
2389
                "shasum": ""
2390
            },
2391
            "require": {
2392
                "ext-date": "*",
2393
                "ext-hash": "*",
2394
                "ext-json": "*",
2395
                "ext-pcre": "*",
2396
                "ext-spl": "*",
2397
                "php": ">=5.5",
2398
                "symfony/polyfill-php56": "^1.0"
2399
            },
2400
            "require-dev": {
2401
                "phpseclib/phpseclib": "^2.0",
2402
                "phpunit/phpunit": "^4.5|^5.0",
2403
                "satooshi/php-coveralls": "^1.0"
2404
            },
2405
            "suggest": {
2406
                "ext-openssl": "Allows to use OpenSSL as crypto engine.",
2407
                "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
2408
            },
2409
            "type": "library",
2410
            "autoload": {
2411
                "psr-4": {
2412
                    "Namshi\\JOSE\\": "src/Namshi/JOSE/"
2413
                }
2414
            },
2415
            "notification-url": "https://packagist.org/downloads/",
2416
            "license": [
2417
                "MIT"
2418
            ],
2419
            "authors": [
2420
                {
2421
                    "name": "Alessandro Nadalin",
2422
                    "email": "[email protected]"
2423
                },
2424
                {
2425
                    "name": "Alessandro Cinelli (cirpo)",
2426
                    "email": "[email protected]"
2427
                }
2428
            ],
2429
            "description": "JSON Object Signing and Encryption library for PHP.",
2430
            "keywords": [
2431
                "JSON Web Signature",
2432
                "JSON Web Token",
2433
                "JWS",
2434
                "json",
2435
                "jwt",
2436
                "token"
2437
            ],
2438
            "time": "2016-12-05T07:27:31+00:00"
2439
        },
2440
        {
2441
            "name": "nesbot/carbon",
2442
            "version": "1.22.1",
2443
            "source": {
2444
                "type": "git",
2445
                "url": "https://github.com/briannesbitt/Carbon.git",
2446
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
2447
            },
2448
            "dist": {
2449
                "type": "zip",
2450
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
2451
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
2452
                "shasum": ""
2453
            },
2454
            "require": {
2455
                "php": ">=5.3.0",
2456
                "symfony/translation": "~2.6 || ~3.0"
2457
            },
2458
            "require-dev": {
2459
                "friendsofphp/php-cs-fixer": "~2",
2460
                "phpunit/phpunit": "~4.0 || ~5.0"
2461
            },
2462
            "type": "library",
2463
            "extra": {
2464
                "branch-alias": {
2465
                    "dev-master": "1.23-dev"
2466
                }
2467
            },
2468
            "autoload": {
2469
                "psr-4": {
2470
                    "Carbon\\": "src/Carbon/"
2471
                }
2472
            },
2473
            "notification-url": "https://packagist.org/downloads/",
2474
            "license": [
2475
                "MIT"
2476
            ],
2477
            "authors": [
2478
                {
2479
                    "name": "Brian Nesbitt",
2480
                    "email": "[email protected]",
2481
                    "homepage": "http://nesbot.com"
2482
                }
2483
            ],
2484
            "description": "A simple API extension for DateTime.",
2485
            "homepage": "http://carbon.nesbot.com",
2486
            "keywords": [
2487
                "date",
2488
                "datetime",
2489
                "time"
2490
            ],
2491
            "time": "2017-01-16T07:55:07+00:00"
2492
        },
2493
        {
2494
            "name": "nikic/fast-route",
2495
            "version": "v1.3.0",
2496
            "source": {
2497
                "type": "git",
2498
                "url": "https://github.com/nikic/FastRoute.git",
2499
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
2500
            },
2501
            "dist": {
2502
                "type": "zip",
2503
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
2504
                "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
2505
                "shasum": ""
2506
            },
2507
            "require": {
2508
                "php": ">=5.4.0"
2509
            },
2510
            "require-dev": {
2511
                "phpunit/phpunit": "^4.8.35|~5.7"
2512
            },
2513
            "type": "library",
2514
            "autoload": {
2515
                "psr-4": {
2516
                    "FastRoute\\": "src/"
2517
                },
2518
                "files": [
2519
                    "src/functions.php"
2520
                ]
2521
            },
2522
            "notification-url": "https://packagist.org/downloads/",
2523
            "license": [
2524
                "BSD-3-Clause"
2525
            ],
2526
            "authors": [
2527
                {
2528
                    "name": "Nikita Popov",
2529
                    "email": "[email protected]"
2530
                }
2531
            ],
2532
            "description": "Fast request router for PHP",
2533
            "keywords": [
2534
                "router",
2535
                "routing"
2536
            ],
2537
            "time": "2018-02-13T20:26:39+00:00"
2538
        },
2539
        {
2540
            "name": "psr/container",
2541
            "version": "1.0.0",
2542
            "source": {
2543
                "type": "git",
2544
                "url": "https://github.com/php-fig/container.git",
2545
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2546
            },
2547
            "dist": {
2548
                "type": "zip",
2549
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2550
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2551
                "shasum": ""
2552
            },
2553
            "require": {
2554
                "php": ">=5.3.0"
2555
            },
2556
            "type": "library",
2557
            "extra": {
2558
                "branch-alias": {
2559
                    "dev-master": "1.0.x-dev"
2560
                }
2561
            },
2562
            "autoload": {
2563
                "psr-4": {
2564
                    "Psr\\Container\\": "src/"
2565
                }
2566
            },
2567
            "notification-url": "https://packagist.org/downloads/",
2568
            "license": [
2569
                "MIT"
2570
            ],
2571
            "authors": [
2572
                {
2573
                    "name": "PHP-FIG",
2574
                    "homepage": "http://www.php-fig.org/"
2575
                }
2576
            ],
2577
            "description": "Common Container Interface (PHP FIG PSR-11)",
2578
            "homepage": "https://github.com/php-fig/container",
2579
            "keywords": [
2580
                "PSR-11",
2581
                "container",
2582
                "container-interface",
2583
                "container-interop",
2584
                "psr"
2585
            ],
2586
            "time": "2017-02-14T16:28:37+00:00"
2587
        },
2588
        {
2589
            "name": "psr/log",
2590
            "version": "1.0.2",
2591
            "source": {
2592
                "type": "git",
2593
                "url": "https://github.com/php-fig/log.git",
2594
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2595
            },
2596
            "dist": {
2597
                "type": "zip",
2598
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2599
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2600
                "shasum": ""
2601
            },
2602
            "require": {
2603
                "php": ">=5.3.0"
2604
            },
2605
            "type": "library",
2606
            "extra": {
2607
                "branch-alias": {
2608
                    "dev-master": "1.0.x-dev"
2609
                }
2610
            },
2611
            "autoload": {
2612
                "psr-4": {
2613
                    "Psr\\Log\\": "Psr/Log/"
2614
                }
2615
            },
2616
            "notification-url": "https://packagist.org/downloads/",
2617
            "license": [
2618
                "MIT"
2619
            ],
2620
            "authors": [
2621
                {
2622
                    "name": "PHP-FIG",
2623
                    "homepage": "http://www.php-fig.org/"
2624
                }
2625
            ],
2626
            "description": "Common interface for logging libraries",
2627
            "homepage": "https://github.com/php-fig/log",
2628
            "keywords": [
2629
                "log",
2630
                "psr",
2631
                "psr-3"
2632
            ],
2633
            "time": "2016-10-10T12:19:37+00:00"
2634
        },
2635
        {
2636
            "name": "psr/simple-cache",
2637
            "version": "1.0.0",
2638
            "source": {
2639
                "type": "git",
2640
                "url": "https://github.com/php-fig/simple-cache.git",
2641
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
2642
            },
2643
            "dist": {
2644
                "type": "zip",
2645
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
2646
                "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
2647
                "shasum": ""
2648
            },
2649
            "require": {
2650
                "php": ">=5.3.0"
2651
            },
2652
            "type": "library",
2653
            "extra": {
2654
                "branch-alias": {
2655
                    "dev-master": "1.0.x-dev"
2656
                }
2657
            },
2658
            "autoload": {
2659
                "psr-4": {
2660
                    "Psr\\SimpleCache\\": "src/"
2661
                }
2662
            },
2663
            "notification-url": "https://packagist.org/downloads/",
2664
            "license": [
2665
                "MIT"
2666
            ],
2667
            "authors": [
2668
                {
2669
                    "name": "PHP-FIG",
2670
                    "homepage": "http://www.php-fig.org/"
2671
                }
2672
            ],
2673
            "description": "Common interfaces for simple caching",
2674
            "keywords": [
2675
                "cache",
2676
                "caching",
2677
                "psr",
2678
                "psr-16",
2679
                "simple-cache"
2680
            ],
2681
            "time": "2017-01-02T13:31:39+00:00"
2682
        },
2683
        {
2684
            "name": "symfony/console",
2685
            "version": "v4.0.4",
2686
            "source": {
2687
                "type": "git",
2688
                "url": "https://github.com/symfony/console.git",
2689
                "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488"
2690
            },
2691
            "dist": {
2692
                "type": "zip",
2693
                "url": "https://api.github.com/repos/symfony/console/zipball/36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
2694
                "reference": "36d5b41e7d4e1ccf0370f6babe966c08ef0a1488",
2695
                "shasum": ""
2696
            },
2697
            "require": {
2698
                "php": "^7.1.3",
2699
                "symfony/polyfill-mbstring": "~1.0"
2700
            },
2701
            "conflict": {
2702
                "symfony/dependency-injection": "<3.4",
2703
                "symfony/process": "<3.3"
2704
            },
2705
            "require-dev": {
2706
                "psr/log": "~1.0",
2707
                "symfony/config": "~3.4|~4.0",
2708
                "symfony/dependency-injection": "~3.4|~4.0",
2709
                "symfony/event-dispatcher": "~3.4|~4.0",
2710
                "symfony/lock": "~3.4|~4.0",
2711
                "symfony/process": "~3.4|~4.0"
2712
            },
2713
            "suggest": {
2714
                "psr/log": "For using the console logger",
2715
                "symfony/event-dispatcher": "",
2716
                "symfony/lock": "",
2717
                "symfony/process": ""
2718
            },
2719
            "type": "library",
2720
            "extra": {
2721
                "branch-alias": {
2722
                    "dev-master": "4.0-dev"
2723
                }
2724
            },
2725
            "autoload": {
2726
                "psr-4": {
2727
                    "Symfony\\Component\\Console\\": ""
2728
                },
2729
                "exclude-from-classmap": [
2730
                    "/Tests/"
2731
                ]
2732
            },
2733
            "notification-url": "https://packagist.org/downloads/",
2734
            "license": [
2735
                "MIT"
2736
            ],
2737
            "authors": [
2738
                {
2739
                    "name": "Fabien Potencier",
2740
                    "email": "[email protected]"
2741
                },
2742
                {
2743
                    "name": "Symfony Community",
2744
                    "homepage": "https://symfony.com/contributors"
2745
                }
2746
            ],
2747
            "description": "Symfony Console Component",
2748
            "homepage": "https://symfony.com",
2749
            "time": "2018-01-29T09:06:29+00:00"
2750
        },
2751
        {
2752
            "name": "symfony/debug",
2753
            "version": "v4.0.4",
2754
            "source": {
2755
                "type": "git",
2756
                "url": "https://github.com/symfony/debug.git",
2757
                "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54"
2758
            },
2759
            "dist": {
2760
                "type": "zip",
2761
                "url": "https://api.github.com/repos/symfony/debug/zipball/c77bb31d0f6310a2ac11e657475d396a92e5dc54",
2762
                "reference": "c77bb31d0f6310a2ac11e657475d396a92e5dc54",
2763
                "shasum": ""
2764
            },
2765
            "require": {
2766
                "php": "^7.1.3",
2767
                "psr/log": "~1.0"
2768
            },
2769
            "conflict": {
2770
                "symfony/http-kernel": "<3.4"
2771
            },
2772
            "require-dev": {
2773
                "symfony/http-kernel": "~3.4|~4.0"
2774
            },
2775
            "type": "library",
2776
            "extra": {
2777
                "branch-alias": {
2778
                    "dev-master": "4.0-dev"
2779
                }
2780
            },
2781
            "autoload": {
2782
                "psr-4": {
2783
                    "Symfony\\Component\\Debug\\": ""
2784
                },
2785
                "exclude-from-classmap": [
2786
                    "/Tests/"
2787
                ]
2788
            },
2789
            "notification-url": "https://packagist.org/downloads/",
2790
            "license": [
2791
                "MIT"
2792
            ],
2793
            "authors": [
2794
                {
2795
                    "name": "Fabien Potencier",
2796
                    "email": "[email protected]"
2797
                },
2798
                {
2799
                    "name": "Symfony Community",
2800
                    "homepage": "https://symfony.com/contributors"
2801
                }
2802
            ],
2803
            "description": "Symfony Debug Component",
2804
            "homepage": "https://symfony.com",
2805
            "time": "2018-01-18T22:19:33+00:00"
2806
        },
2807
        {
2808
            "name": "symfony/event-dispatcher",
2809
            "version": "v4.0.4",
2810
            "source": {
2811
                "type": "git",
2812
                "url": "https://github.com/symfony/event-dispatcher.git",
2813
                "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb"
2814
            },
2815
            "dist": {
2816
                "type": "zip",
2817
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb",
2818
                "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb",
2819
                "shasum": ""
2820
            },
2821
            "require": {
2822
                "php": "^7.1.3"
2823
            },
2824
            "conflict": {
2825
                "symfony/dependency-injection": "<3.4"
2826
            },
2827
            "require-dev": {
2828
                "psr/log": "~1.0",
2829
                "symfony/config": "~3.4|~4.0",
2830
                "symfony/dependency-injection": "~3.4|~4.0",
2831
                "symfony/expression-language": "~3.4|~4.0",
2832
                "symfony/stopwatch": "~3.4|~4.0"
2833
            },
2834
            "suggest": {
2835
                "symfony/dependency-injection": "",
2836
                "symfony/http-kernel": ""
2837
            },
2838
            "type": "library",
2839
            "extra": {
2840
                "branch-alias": {
2841
                    "dev-master": "4.0-dev"
2842
                }
2843
            },
2844
            "autoload": {
2845
                "psr-4": {
2846
                    "Symfony\\Component\\EventDispatcher\\": ""
2847
                },
2848
                "exclude-from-classmap": [
2849
                    "/Tests/"
2850
                ]
2851
            },
2852
            "notification-url": "https://packagist.org/downloads/",
2853
            "license": [
2854
                "MIT"
2855
            ],
2856
            "authors": [
2857
                {
2858
                    "name": "Fabien Potencier",
2859
                    "email": "[email protected]"
2860
                },
2861
                {
2862
                    "name": "Symfony Community",
2863
                    "homepage": "https://symfony.com/contributors"
2864
                }
2865
            ],
2866
            "description": "Symfony EventDispatcher Component",
2867
            "homepage": "https://symfony.com",
2868
            "time": "2018-01-03T07:38:00+00:00"
2869
        },
2870
        {
2871
            "name": "symfony/finder",
2872
            "version": "v4.0.4",
2873
            "source": {
2874
                "type": "git",
2875
                "url": "https://github.com/symfony/finder.git",
2876
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601"
2877
            },
2878
            "dist": {
2879
                "type": "zip",
2880
                "url": "https://api.github.com/repos/symfony/finder/zipball/8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
2881
                "reference": "8b08180f2b7ccb41062366b9ad91fbc4f1af8601",
2882
                "shasum": ""
2883
            },
2884
            "require": {
2885
                "php": "^7.1.3"
2886
            },
2887
            "type": "library",
2888
            "extra": {
2889
                "branch-alias": {
2890
                    "dev-master": "4.0-dev"
2891
                }
2892
            },
2893
            "autoload": {
2894
                "psr-4": {
2895
                    "Symfony\\Component\\Finder\\": ""
2896
                },
2897
                "exclude-from-classmap": [
2898
                    "/Tests/"
2899
                ]
2900
            },
2901
            "notification-url": "https://packagist.org/downloads/",
2902
            "license": [
2903
                "MIT"
2904
            ],
2905
            "authors": [
2906
                {
2907
                    "name": "Fabien Potencier",
2908
                    "email": "[email protected]"
2909
                },
2910
                {
2911
                    "name": "Symfony Community",
2912
                    "homepage": "https://symfony.com/contributors"
2913
                }
2914
            ],
2915
            "description": "Symfony Finder Component",
2916
            "homepage": "https://symfony.com",
2917
            "time": "2018-01-03T07:38:00+00:00"
2918
        },
2919
        {
2920
            "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...
2921
            "version": "v4.0.4",
2922
            "source": {
2923
                "type": "git",
2924
                "url": "https://github.com/symfony/http-foundation.git",
2925
                "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4"
2926
            },
2927
            "dist": {
2928
                "type": "zip",
2929
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4",
2930
                "reference": "82a3ee2c6662d08ca1adf99e1ef2e31ab48196d4",
2931
                "shasum": ""
2932
            },
2933
            "require": {
2934
                "php": "^7.1.3",
2935
                "symfony/polyfill-mbstring": "~1.1"
2936
            },
2937
            "require-dev": {
2938
                "symfony/expression-language": "~3.4|~4.0"
2939
            },
2940
            "type": "library",
2941
            "extra": {
2942
                "branch-alias": {
2943
                    "dev-master": "4.0-dev"
2944
                }
2945
            },
2946
            "autoload": {
2947
                "psr-4": {
2948
                    "Symfony\\Component\\HttpFoundation\\": ""
2949
                },
2950
                "exclude-from-classmap": [
2951
                    "/Tests/"
2952
                ]
2953
            },
2954
            "notification-url": "https://packagist.org/downloads/",
2955
            "license": [
2956
                "MIT"
2957
            ],
2958
            "authors": [
2959
                {
2960
                    "name": "Fabien Potencier",
2961
                    "email": "[email protected]"
2962
                },
2963
                {
2964
                    "name": "Symfony Community",
2965
                    "homepage": "https://symfony.com/contributors"
2966
                }
2967
            ],
2968
            "description": "Symfony HttpFoundation Component",
2969
            "homepage": "https://symfony.com",
2970
            "time": "2018-01-29T09:06:29+00:00"
2971
        },
2972
        {
2973
            "name": "symfony/http-kernel",
2974
            "version": "v4.0.4",
2975
            "source": {
2976
                "type": "git",
2977
                "url": "https://github.com/symfony/http-kernel.git",
2978
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca"
2979
            },
2980
            "dist": {
2981
                "type": "zip",
2982
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/194bd224ec27952eac6d4fea6264b22990834eca",
2983
                "reference": "194bd224ec27952eac6d4fea6264b22990834eca",
2984
                "shasum": ""
2985
            },
2986
            "require": {
2987
                "php": "^7.1.3",
2988
                "psr/log": "~1.0",
2989
                "symfony/debug": "~3.4|~4.0",
2990
                "symfony/event-dispatcher": "~3.4|~4.0",
2991
                "symfony/http-foundation": "~3.4.4|~4.0.4"
2992
            },
2993
            "conflict": {
2994
                "symfony/config": "<3.4",
2995
                "symfony/dependency-injection": "<3.4",
2996
                "symfony/var-dumper": "<3.4",
2997
                "twig/twig": "<1.34|<2.4,>=2"
2998
            },
2999
            "provide": {
3000
                "psr/log-implementation": "1.0"
3001
            },
3002
            "require-dev": {
3003
                "psr/cache": "~1.0",
3004
                "symfony/browser-kit": "~3.4|~4.0",
3005
                "symfony/config": "~3.4|~4.0",
3006
                "symfony/console": "~3.4|~4.0",
3007
                "symfony/css-selector": "~3.4|~4.0",
3008
                "symfony/dependency-injection": "~3.4|~4.0",
3009
                "symfony/dom-crawler": "~3.4|~4.0",
3010
                "symfony/expression-language": "~3.4|~4.0",
3011
                "symfony/finder": "~3.4|~4.0",
3012
                "symfony/process": "~3.4|~4.0",
3013
                "symfony/routing": "~3.4|~4.0",
3014
                "symfony/stopwatch": "~3.4|~4.0",
3015
                "symfony/templating": "~3.4|~4.0",
3016
                "symfony/translation": "~3.4|~4.0",
3017
                "symfony/var-dumper": "~3.4|~4.0"
3018
            },
3019
            "suggest": {
3020
                "symfony/browser-kit": "",
3021
                "symfony/config": "",
3022
                "symfony/console": "",
3023
                "symfony/dependency-injection": "",
3024
                "symfony/var-dumper": ""
3025
            },
3026
            "type": "library",
3027
            "extra": {
3028
                "branch-alias": {
3029
                    "dev-master": "4.0-dev"
3030
                }
3031
            },
3032
            "autoload": {
3033
                "psr-4": {
3034
                    "Symfony\\Component\\HttpKernel\\": ""
3035
                },
3036
                "exclude-from-classmap": [
3037
                    "/Tests/"
3038
                ]
3039
            },
3040
            "notification-url": "https://packagist.org/downloads/",
3041
            "license": [
3042
                "MIT"
3043
            ],
3044
            "authors": [
3045
                {
3046
                    "name": "Fabien Potencier",
3047
                    "email": "[email protected]"
3048
                },
3049
                {
3050
                    "name": "Symfony Community",
3051
                    "homepage": "https://symfony.com/contributors"
3052
                }
3053
            ],
3054
            "description": "Symfony HttpKernel Component",
3055
            "homepage": "https://symfony.com",
3056
            "time": "2018-01-29T13:27:08+00:00"
3057
        },
3058
        {
3059
            "name": "symfony/polyfill-mbstring",
3060
            "version": "v1.7.0",
3061
            "source": {
3062
                "type": "git",
3063
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3064
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
3065
            },
3066
            "dist": {
3067
                "type": "zip",
3068
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
3069
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
3070
                "shasum": ""
3071
            },
3072
            "require": {
3073
                "php": ">=5.3.3"
3074
            },
3075
            "suggest": {
3076
                "ext-mbstring": "For best performance"
3077
            },
3078
            "type": "library",
3079
            "extra": {
3080
                "branch-alias": {
3081
                    "dev-master": "1.7-dev"
3082
                }
3083
            },
3084
            "autoload": {
3085
                "psr-4": {
3086
                    "Symfony\\Polyfill\\Mbstring\\": ""
3087
                },
3088
                "files": [
3089
                    "bootstrap.php"
3090
                ]
3091
            },
3092
            "notification-url": "https://packagist.org/downloads/",
3093
            "license": [
3094
                "MIT"
3095
            ],
3096
            "authors": [
3097
                {
3098
                    "name": "Nicolas Grekas",
3099
                    "email": "[email protected]"
3100
                },
3101
                {
3102
                    "name": "Symfony Community",
3103
                    "homepage": "https://symfony.com/contributors"
3104
                }
3105
            ],
3106
            "description": "Symfony polyfill for the Mbstring extension",
3107
            "homepage": "https://symfony.com",
3108
            "keywords": [
3109
                "compatibility",
3110
                "mbstring",
3111
                "polyfill",
3112
                "portable",
3113
                "shim"
3114
            ],
3115
            "time": "2018-01-30T19:27:44+00:00"
3116
        },
3117
        {
3118
            "name": "symfony/polyfill-php56",
3119
            "version": "v1.7.0",
3120
            "source": {
3121
                "type": "git",
3122
                "url": "https://github.com/symfony/polyfill-php56.git",
3123
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8"
3124
            },
3125
            "dist": {
3126
                "type": "zip",
3127
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8",
3128
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8",
3129
                "shasum": ""
3130
            },
3131
            "require": {
3132
                "php": ">=5.3.3",
3133
                "symfony/polyfill-util": "~1.0"
3134
            },
3135
            "type": "library",
3136
            "extra": {
3137
                "branch-alias": {
3138
                    "dev-master": "1.7-dev"
3139
                }
3140
            },
3141
            "autoload": {
3142
                "psr-4": {
3143
                    "Symfony\\Polyfill\\Php56\\": ""
3144
                },
3145
                "files": [
3146
                    "bootstrap.php"
3147
                ]
3148
            },
3149
            "notification-url": "https://packagist.org/downloads/",
3150
            "license": [
3151
                "MIT"
3152
            ],
3153
            "authors": [
3154
                {
3155
                    "name": "Nicolas Grekas",
3156
                    "email": "[email protected]"
3157
                },
3158
                {
3159
                    "name": "Symfony Community",
3160
                    "homepage": "https://symfony.com/contributors"
3161
                }
3162
            ],
3163
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
3164
            "homepage": "https://symfony.com",
3165
            "keywords": [
3166
                "compatibility",
3167
                "polyfill",
3168
                "portable",
3169
                "shim"
3170
            ],
3171
            "time": "2018-01-30T19:27:44+00:00"
3172
        },
3173
        {
3174
            "name": "symfony/polyfill-util",
3175
            "version": "v1.7.0",
3176
            "source": {
3177
                "type": "git",
3178
                "url": "https://github.com/symfony/polyfill-util.git",
3179
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563"
3180
            },
3181
            "dist": {
3182
                "type": "zip",
3183
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563",
3184
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563",
3185
                "shasum": ""
3186
            },
3187
            "require": {
3188
                "php": ">=5.3.3"
3189
            },
3190
            "type": "library",
3191
            "extra": {
3192
                "branch-alias": {
3193
                    "dev-master": "1.7-dev"
3194
                }
3195
            },
3196
            "autoload": {
3197
                "psr-4": {
3198
                    "Symfony\\Polyfill\\Util\\": ""
3199
                }
3200
            },
3201
            "notification-url": "https://packagist.org/downloads/",
3202
            "license": [
3203
                "MIT"
3204
            ],
3205
            "authors": [
3206
                {
3207
                    "name": "Nicolas Grekas",
3208
                    "email": "[email protected]"
3209
                },
3210
                {
3211
                    "name": "Symfony Community",
3212
                    "homepage": "https://symfony.com/contributors"
3213
                }
3214
            ],
3215
            "description": "Symfony utilities for portability of PHP codes",
3216
            "homepage": "https://symfony.com",
3217
            "keywords": [
3218
                "compat",
3219
                "compatibility",
3220
                "polyfill",
3221
                "shim"
3222
            ],
3223
            "time": "2018-01-31T18:08:44+00:00"
3224
        },
3225
        {
3226
            "name": "symfony/process",
3227
            "version": "v4.0.4",
3228
            "source": {
3229
                "type": "git",
3230
                "url": "https://github.com/symfony/process.git",
3231
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4"
3232
            },
3233
            "dist": {
3234
                "type": "zip",
3235
                "url": "https://api.github.com/repos/symfony/process/zipball/e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
3236
                "reference": "e1712002d81de6f39f854bc5bbd9e9f4bb6345b4",
3237
                "shasum": ""
3238
            },
3239
            "require": {
3240
                "php": "^7.1.3"
3241
            },
3242
            "type": "library",
3243
            "extra": {
3244
                "branch-alias": {
3245
                    "dev-master": "4.0-dev"
3246
                }
3247
            },
3248
            "autoload": {
3249
                "psr-4": {
3250
                    "Symfony\\Component\\Process\\": ""
3251
                },
3252
                "exclude-from-classmap": [
3253
                    "/Tests/"
3254
                ]
3255
            },
3256
            "notification-url": "https://packagist.org/downloads/",
3257
            "license": [
3258
                "MIT"
3259
            ],
3260
            "authors": [
3261
                {
3262
                    "name": "Fabien Potencier",
3263
                    "email": "[email protected]"
3264
                },
3265
                {
3266
                    "name": "Symfony Community",
3267
                    "homepage": "https://symfony.com/contributors"
3268
                }
3269
            ],
3270
            "description": "Symfony Process Component",
3271
            "homepage": "https://symfony.com",
3272
            "time": "2018-01-29T09:06:29+00:00"
3273
        },
3274
        {
3275
            "name": "symfony/routing",
3276
            "version": "v4.0.4",
3277
            "source": {
3278
                "type": "git",
3279
                "url": "https://github.com/symfony/routing.git",
3280
                "reference": "a69bd948700b672e036147762f46749bcae33796"
3281
            },
3282
            "dist": {
3283
                "type": "zip",
3284
                "url": "https://api.github.com/repos/symfony/routing/zipball/a69bd948700b672e036147762f46749bcae33796",
3285
                "reference": "a69bd948700b672e036147762f46749bcae33796",
3286
                "shasum": ""
3287
            },
3288
            "require": {
3289
                "php": "^7.1.3"
3290
            },
3291
            "conflict": {
3292
                "symfony/config": "<3.4",
3293
                "symfony/dependency-injection": "<3.4",
3294
                "symfony/yaml": "<3.4"
3295
            },
3296
            "require-dev": {
3297
                "doctrine/annotations": "~1.0",
3298
                "doctrine/common": "~2.2",
3299
                "psr/log": "~1.0",
3300
                "symfony/config": "~3.4|~4.0",
3301
                "symfony/dependency-injection": "~3.4|~4.0",
3302
                "symfony/expression-language": "~3.4|~4.0",
3303
                "symfony/http-foundation": "~3.4|~4.0",
3304
                "symfony/yaml": "~3.4|~4.0"
3305
            },
3306
            "suggest": {
3307
                "doctrine/annotations": "For using the annotation loader",
3308
                "symfony/config": "For using the all-in-one router or any loader",
3309
                "symfony/dependency-injection": "For loading routes from a service",
3310
                "symfony/expression-language": "For using expression matching",
3311
                "symfony/http-foundation": "For using a Symfony Request object",
3312
                "symfony/yaml": "For using the YAML loader"
3313
            },
3314
            "type": "library",
3315
            "extra": {
3316
                "branch-alias": {
3317
                    "dev-master": "4.0-dev"
3318
                }
3319
            },
3320
            "autoload": {
3321
                "psr-4": {
3322
                    "Symfony\\Component\\Routing\\": ""
3323
                },
3324
                "exclude-from-classmap": [
3325
                    "/Tests/"
3326
                ]
3327
            },
3328
            "notification-url": "https://packagist.org/downloads/",
3329
            "license": [
3330
                "MIT"
3331
            ],
3332
            "authors": [
3333
                {
3334
                    "name": "Fabien Potencier",
3335
                    "email": "[email protected]"
3336
                },
3337
                {
3338
                    "name": "Symfony Community",
3339
                    "homepage": "https://symfony.com/contributors"
3340
                }
3341
            ],
3342
            "description": "Symfony Routing Component",
3343
            "homepage": "https://symfony.com",
3344
            "keywords": [
3345
                "router",
3346
                "routing",
3347
                "uri",
3348
                "url"
3349
            ],
3350
            "time": "2018-01-16T18:04:12+00:00"
3351
        },
3352
        {
3353
            "name": "symfony/serializer",
3354
            "version": "v3.4.4",
3355
            "source": {
3356
                "type": "git",
3357
                "url": "https://github.com/symfony/serializer.git",
3358
                "reference": "abd3c5bd03fb5634d855293c47de059f72981830"
3359
            },
3360
            "dist": {
3361
                "type": "zip",
3362
                "url": "https://api.github.com/repos/symfony/serializer/zipball/abd3c5bd03fb5634d855293c47de059f72981830",
3363
                "reference": "abd3c5bd03fb5634d855293c47de059f72981830",
3364
                "shasum": ""
3365
            },
3366
            "require": {
3367
                "php": "^5.5.9|>=7.0.8"
3368
            },
3369
            "conflict": {
3370
                "phpdocumentor/type-resolver": "<0.2.1",
3371
                "symfony/dependency-injection": "<3.2",
3372
                "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
3373
                "symfony/property-info": "<3.1",
3374
                "symfony/yaml": "<3.4"
3375
            },
3376
            "require-dev": {
3377
                "doctrine/annotations": "~1.0",
3378
                "doctrine/cache": "~1.0",
3379
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3380
                "symfony/cache": "~3.1|~4.0",
3381
                "symfony/config": "~2.8|~3.0|~4.0",
3382
                "symfony/dependency-injection": "~3.2|~4.0",
3383
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
3384
                "symfony/property-access": "~2.8|~3.0|~4.0",
3385
                "symfony/property-info": "~3.1|~4.0",
3386
                "symfony/yaml": "~3.4|~4.0"
3387
            },
3388
            "suggest": {
3389
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3390
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3391
                "psr/cache-implementation": "For using the metadata cache.",
3392
                "symfony/config": "For using the XML mapping loader.",
3393
                "symfony/http-foundation": "To use the DataUriNormalizer.",
3394
                "symfony/property-access": "For using the ObjectNormalizer.",
3395
                "symfony/property-info": "To deserialize relations.",
3396
                "symfony/yaml": "For using the default YAML mapping loader."
3397
            },
3398
            "type": "library",
3399
            "extra": {
3400
                "branch-alias": {
3401
                    "dev-master": "3.4-dev"
3402
                }
3403
            },
3404
            "autoload": {
3405
                "psr-4": {
3406
                    "Symfony\\Component\\Serializer\\": ""
3407
                },
3408
                "exclude-from-classmap": [
3409
                    "/Tests/"
3410
                ]
3411
            },
3412
            "notification-url": "https://packagist.org/downloads/",
3413
            "license": [
3414
                "MIT"
3415
            ],
3416
            "authors": [
3417
                {
3418
                    "name": "Fabien Potencier",
3419
                    "email": "[email protected]"
3420
                },
3421
                {
3422
                    "name": "Symfony Community",
3423
                    "homepage": "https://symfony.com/contributors"
3424
                }
3425
            ],
3426
            "description": "Symfony Serializer Component",
3427
            "homepage": "https://symfony.com",
3428
            "time": "2018-01-19T11:19:37+00:00"
3429
        },
3430
        {
3431
            "name": "symfony/translation",
3432
            "version": "v3.4.4",
3433
            "source": {
3434
                "type": "git",
3435
                "url": "https://github.com/symfony/translation.git",
3436
                "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84"
3437
            },
3438
            "dist": {
3439
                "type": "zip",
3440
                "url": "https://api.github.com/repos/symfony/translation/zipball/10b32cf0eae28b9b39fe26c456c42b19854c4b84",
3441
                "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84",
3442
                "shasum": ""
3443
            },
3444
            "require": {
3445
                "php": "^5.5.9|>=7.0.8",
3446
                "symfony/polyfill-mbstring": "~1.0"
3447
            },
3448
            "conflict": {
3449
                "symfony/config": "<2.8",
3450
                "symfony/dependency-injection": "<3.4",
3451
                "symfony/yaml": "<3.4"
3452
            },
3453
            "require-dev": {
3454
                "psr/log": "~1.0",
3455
                "symfony/config": "~2.8|~3.0|~4.0",
3456
                "symfony/dependency-injection": "~3.4|~4.0",
3457
                "symfony/finder": "~2.8|~3.0|~4.0",
3458
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
3459
                "symfony/yaml": "~3.4|~4.0"
3460
            },
3461
            "suggest": {
3462
                "psr/log": "To use logging capability in translator",
3463
                "symfony/config": "",
3464
                "symfony/yaml": ""
3465
            },
3466
            "type": "library",
3467
            "extra": {
3468
                "branch-alias": {
3469
                    "dev-master": "3.4-dev"
3470
                }
3471
            },
3472
            "autoload": {
3473
                "psr-4": {
3474
                    "Symfony\\Component\\Translation\\": ""
3475
                },
3476
                "exclude-from-classmap": [
3477
                    "/Tests/"
3478
                ]
3479
            },
3480
            "notification-url": "https://packagist.org/downloads/",
3481
            "license": [
3482
                "MIT"
3483
            ],
3484
            "authors": [
3485
                {
3486
                    "name": "Fabien Potencier",
3487
                    "email": "[email protected]"
3488
                },
3489
                {
3490
                    "name": "Symfony Community",
3491
                    "homepage": "https://symfony.com/contributors"
3492
                }
3493
            ],
3494
            "description": "Symfony Translation Component",
3495
            "homepage": "https://symfony.com",
3496
            "time": "2018-01-18T22:16:57+00:00"
3497
        },
3498
        {
3499
            "name": "tymon/jwt-auth",
3500
            "version": "1.0.0-rc.2",
3501
            "source": {
3502
                "type": "git",
3503
                "url": "https://github.com/tymondesigns/jwt-auth.git",
3504
                "reference": "d5220f6a84cbb8300f6f2f0f20aa908d072b4e4b"
3505
            },
3506
            "dist": {
3507
                "type": "zip",
3508
                "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/d5220f6a84cbb8300f6f2f0f20aa908d072b4e4b",
3509
                "reference": "d5220f6a84cbb8300f6f2f0f20aa908d072b4e4b",
3510
                "shasum": ""
3511
            },
3512
            "require": {
3513
                "illuminate/auth": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
3514
                "illuminate/contracts": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
3515
                "illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
3516
                "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
3517
                "lcobucci/jwt": "^3.2",
3518
                "namshi/jose": "^7.0",
3519
                "nesbot/carbon": "^1.0",
3520
                "php": "^5.5.9 || ^7.0"
3521
            },
3522
            "require-dev": {
3523
                "cartalyst/sentinel": "2.0.*",
3524
                "illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
3525
                "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
3526
                "illuminate/routing": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
3527
                "mockery/mockery": ">=0.9.9",
3528
                "phpunit/phpunit": "~4.8 || ~6.0"
3529
            },
3530
            "type": "library",
3531
            "extra": {
3532
                "branch-alias": {
3533
                    "dev-develop": "1.0-dev"
3534
                },
3535
                "laravel": {
3536
                    "aliases": {
3537
                        "JWTAuth": "Tymon\\JWTAuth\\Facades\\JWTAuth",
3538
                        "JWTFactory": "Tymon\\JWTAuth\\Facades\\JWTFactory"
3539
                    },
3540
                    "providers": [
3541
                        "Tymon\\JWTAuth\\Providers\\LaravelServiceProvider"
3542
                    ]
3543
                }
3544
            },
3545
            "autoload": {
3546
                "psr-4": {
3547
                    "Tymon\\JWTAuth\\": "src/"
3548
                }
3549
            },
3550
            "notification-url": "https://packagist.org/downloads/",
3551
            "license": [
3552
                "MIT"
3553
            ],
3554
            "authors": [
3555
                {
3556
                    "name": "Sean Tymon",
3557
                    "email": "[email protected]",
3558
                    "homepage": "https://tymon.xyz",
3559
                    "role": "Developer"
3560
                }
3561
            ],
3562
            "description": "JSON Web Token Authentication for Laravel and Lumen",
3563
            "homepage": "https://github.com/tymondesigns/jwt-auth",
3564
            "keywords": [
3565
                "Authentication",
3566
                "JSON Web Token",
3567
                "auth",
3568
                "jwt",
3569
                "laravel"
3570
            ],
3571
            "time": "2018-02-07T20:55:14+00:00"
3572
        }
3573
    ],
3574
    "packages-dev": [
3575
        {
3576
            "name": "barryvdh/laravel-ide-helper",
3577
            "version": "v2.4.3",
3578
            "source": {
3579
                "type": "git",
3580
                "url": "https://github.com/barryvdh/laravel-ide-helper.git",
3581
                "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd"
3582
            },
3583
            "dist": {
3584
                "type": "zip",
3585
                "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
3586
                "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
3587
                "shasum": ""
3588
            },
3589
            "require": {
3590
                "barryvdh/reflection-docblock": "^2.0.4",
3591
                "illuminate/console": "^5.0,<5.7",
3592
                "illuminate/filesystem": "^5.0,<5.7",
3593
                "illuminate/support": "^5.0,<5.7",
3594
                "php": ">=5.4.0",
3595
                "symfony/class-loader": "^2.3|^3.0"
3596
            },
3597
            "require-dev": {
3598
                "doctrine/dbal": "~2.3",
3599
                "illuminate/config": "^5.0,<5.7",
3600
                "illuminate/view": "^5.0,<5.7",
3601
                "phpunit/phpunit": "4.*",
3602
                "scrutinizer/ocular": "~1.1",
3603
                "squizlabs/php_codesniffer": "~2.3"
3604
            },
3605
            "suggest": {
3606
                "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
3607
            },
3608
            "type": "library",
3609
            "extra": {
3610
                "branch-alias": {
3611
                    "dev-master": "2.3-dev"
3612
                },
3613
                "laravel": {
3614
                    "providers": [
3615
                        "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
3616
                    ]
3617
                }
3618
            },
3619
            "autoload": {
3620
                "psr-4": {
3621
                    "Barryvdh\\LaravelIdeHelper\\": "src"
3622
                }
3623
            },
3624
            "notification-url": "https://packagist.org/downloads/",
3625
            "license": [
3626
                "MIT"
3627
            ],
3628
            "authors": [
3629
                {
3630
                    "name": "Barry vd. Heuvel",
3631
                    "email": "[email protected]"
3632
                }
3633
            ],
3634
            "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
3635
            "keywords": [
3636
                "autocomplete",
3637
                "codeintel",
3638
                "helper",
3639
                "ide",
3640
                "laravel",
3641
                "netbeans",
3642
                "phpdoc",
3643
                "phpstorm",
3644
                "sublime"
3645
            ],
3646
            "time": "2018-02-08T07:56:07+00:00"
3647
        },
3648
        {
3649
            "name": "barryvdh/reflection-docblock",
3650
            "version": "v2.0.4",
3651
            "source": {
3652
                "type": "git",
3653
                "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
3654
                "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c"
3655
            },
3656
            "dist": {
3657
                "type": "zip",
3658
                "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/3dcbd98b5d9384a5357266efba8fd29884458e5c",
3659
                "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c",
3660
                "shasum": ""
3661
            },
3662
            "require": {
3663
                "php": ">=5.3.3"
3664
            },
3665
            "require-dev": {
3666
                "phpunit/phpunit": "~4.0,<4.5"
3667
            },
3668
            "suggest": {
3669
                "dflydev/markdown": "~1.0",
3670
                "erusev/parsedown": "~1.0"
3671
            },
3672
            "type": "library",
3673
            "extra": {
3674
                "branch-alias": {
3675
                    "dev-master": "2.0.x-dev"
3676
                }
3677
            },
3678
            "autoload": {
3679
                "psr-0": {
3680
                    "Barryvdh": [
3681
                        "src/"
3682
                    ]
3683
                }
3684
            },
3685
            "notification-url": "https://packagist.org/downloads/",
3686
            "license": [
3687
                "MIT"
3688
            ],
3689
            "authors": [
3690
                {
3691
                    "name": "Mike van Riel",
3692
                    "email": "[email protected]"
3693
                }
3694
            ],
3695
            "time": "2016-06-13T19:28:20+00:00"
3696
        },
3697
        {
3698
            "name": "fzaninotto/faker",
3699
            "version": "v1.7.1",
3700
            "source": {
3701
                "type": "git",
3702
                "url": "https://github.com/fzaninotto/Faker.git",
3703
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
3704
            },
3705
            "dist": {
3706
                "type": "zip",
3707
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
3708
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
3709
                "shasum": ""
3710
            },
3711
            "require": {
3712
                "php": "^5.3.3 || ^7.0"
3713
            },
3714
            "require-dev": {
3715
                "ext-intl": "*",
3716
                "phpunit/phpunit": "^4.0 || ^5.0",
3717
                "squizlabs/php_codesniffer": "^1.5"
3718
            },
3719
            "type": "library",
3720
            "extra": {
3721
                "branch-alias": {
3722
                    "dev-master": "1.8-dev"
3723
                }
3724
            },
3725
            "autoload": {
3726
                "psr-4": {
3727
                    "Faker\\": "src/Faker/"
3728
                }
3729
            },
3730
            "notification-url": "https://packagist.org/downloads/",
3731
            "license": [
3732
                "MIT"
3733
            ],
3734
            "authors": [
3735
                {
3736
                    "name": "François Zaninotto"
3737
                }
3738
            ],
3739
            "description": "Faker is a PHP library that generates fake data for you.",
3740
            "keywords": [
3741
                "data",
3742
                "faker",
3743
                "fixtures"
3744
            ],
3745
            "time": "2017-08-15T16:48:10+00:00"
3746
        },
3747
        {
3748
            "name": "myclabs/deep-copy",
3749
            "version": "1.7.0",
3750
            "source": {
3751
                "type": "git",
3752
                "url": "https://github.com/myclabs/DeepCopy.git",
3753
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3754
            },
3755
            "dist": {
3756
                "type": "zip",
3757
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3758
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3759
                "shasum": ""
3760
            },
3761
            "require": {
3762
                "php": "^5.6 || ^7.0"
3763
            },
3764
            "require-dev": {
3765
                "doctrine/collections": "^1.0",
3766
                "doctrine/common": "^2.6",
3767
                "phpunit/phpunit": "^4.1"
3768
            },
3769
            "type": "library",
3770
            "autoload": {
3771
                "psr-4": {
3772
                    "DeepCopy\\": "src/DeepCopy/"
3773
                },
3774
                "files": [
3775
                    "src/DeepCopy/deep_copy.php"
3776
                ]
3777
            },
3778
            "notification-url": "https://packagist.org/downloads/",
3779
            "license": [
3780
                "MIT"
3781
            ],
3782
            "description": "Create deep copies (clones) of your objects",
3783
            "keywords": [
3784
                "clone",
3785
                "copy",
3786
                "duplicate",
3787
                "object",
3788
                "object graph"
3789
            ],
3790
            "time": "2017-10-19T19:58:43+00:00"
3791
        },
3792
        {
3793
            "name": "pdepend/pdepend",
3794
            "version": "2.5.2",
3795
            "source": {
3796
                "type": "git",
3797
                "url": "https://github.com/pdepend/pdepend.git",
3798
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
3799
            },
3800
            "dist": {
3801
                "type": "zip",
3802
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3803
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
3804
                "shasum": ""
3805
            },
3806
            "require": {
3807
                "php": ">=5.3.7",
3808
                "symfony/config": "^2.3.0|^3|^4",
3809
                "symfony/dependency-injection": "^2.3.0|^3|^4",
3810
                "symfony/filesystem": "^2.3.0|^3|^4"
3811
            },
3812
            "require-dev": {
3813
                "phpunit/phpunit": "^4.8|^5.7",
3814
                "squizlabs/php_codesniffer": "^2.0.0"
3815
            },
3816
            "bin": [
3817
                "src/bin/pdepend"
3818
            ],
3819
            "type": "library",
3820
            "autoload": {
3821
                "psr-4": {
3822
                    "PDepend\\": "src/main/php/PDepend"
3823
                }
3824
            },
3825
            "notification-url": "https://packagist.org/downloads/",
3826
            "license": [
3827
                "BSD-3-Clause"
3828
            ],
3829
            "description": "Official version of pdepend to be handled with Composer",
3830
            "time": "2017-12-13T13:21:38+00:00"
3831
        },
3832
        {
3833
            "name": "phar-io/manifest",
3834
            "version": "1.0.1",
3835
            "source": {
3836
                "type": "git",
3837
                "url": "https://github.com/phar-io/manifest.git",
3838
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3839
            },
3840
            "dist": {
3841
                "type": "zip",
3842
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3843
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3844
                "shasum": ""
3845
            },
3846
            "require": {
3847
                "ext-dom": "*",
3848
                "ext-phar": "*",
3849
                "phar-io/version": "^1.0.1",
3850
                "php": "^5.6 || ^7.0"
3851
            },
3852
            "type": "library",
3853
            "extra": {
3854
                "branch-alias": {
3855
                    "dev-master": "1.0.x-dev"
3856
                }
3857
            },
3858
            "autoload": {
3859
                "classmap": [
3860
                    "src/"
3861
                ]
3862
            },
3863
            "notification-url": "https://packagist.org/downloads/",
3864
            "license": [
3865
                "BSD-3-Clause"
3866
            ],
3867
            "authors": [
3868
                {
3869
                    "name": "Arne Blankerts",
3870
                    "email": "[email protected]",
3871
                    "role": "Developer"
3872
                },
3873
                {
3874
                    "name": "Sebastian Heuer",
3875
                    "email": "[email protected]",
3876
                    "role": "Developer"
3877
                },
3878
                {
3879
                    "name": "Sebastian Bergmann",
3880
                    "email": "[email protected]",
3881
                    "role": "Developer"
3882
                }
3883
            ],
3884
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3885
            "time": "2017-03-05T18:14:27+00:00"
3886
        },
3887
        {
3888
            "name": "phar-io/version",
3889
            "version": "1.0.1",
3890
            "source": {
3891
                "type": "git",
3892
                "url": "https://github.com/phar-io/version.git",
3893
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3894
            },
3895
            "dist": {
3896
                "type": "zip",
3897
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3898
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3899
                "shasum": ""
3900
            },
3901
            "require": {
3902
                "php": "^5.6 || ^7.0"
3903
            },
3904
            "type": "library",
3905
            "autoload": {
3906
                "classmap": [
3907
                    "src/"
3908
                ]
3909
            },
3910
            "notification-url": "https://packagist.org/downloads/",
3911
            "license": [
3912
                "BSD-3-Clause"
3913
            ],
3914
            "authors": [
3915
                {
3916
                    "name": "Arne Blankerts",
3917
                    "email": "[email protected]",
3918
                    "role": "Developer"
3919
                },
3920
                {
3921
                    "name": "Sebastian Heuer",
3922
                    "email": "[email protected]",
3923
                    "role": "Developer"
3924
                },
3925
                {
3926
                    "name": "Sebastian Bergmann",
3927
                    "email": "[email protected]",
3928
                    "role": "Developer"
3929
                }
3930
            ],
3931
            "description": "Library for handling version information and constraints",
3932
            "time": "2017-03-05T17:38:23+00:00"
3933
        },
3934
        {
3935
            "name": "phpdocumentor/reflection-common",
3936
            "version": "1.0.1",
3937
            "source": {
3938
                "type": "git",
3939
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3940
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3941
            },
3942
            "dist": {
3943
                "type": "zip",
3944
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3945
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3946
                "shasum": ""
3947
            },
3948
            "require": {
3949
                "php": ">=5.5"
3950
            },
3951
            "require-dev": {
3952
                "phpunit/phpunit": "^4.6"
3953
            },
3954
            "type": "library",
3955
            "extra": {
3956
                "branch-alias": {
3957
                    "dev-master": "1.0.x-dev"
3958
                }
3959
            },
3960
            "autoload": {
3961
                "psr-4": {
3962
                    "phpDocumentor\\Reflection\\": [
3963
                        "src"
3964
                    ]
3965
                }
3966
            },
3967
            "notification-url": "https://packagist.org/downloads/",
3968
            "license": [
3969
                "MIT"
3970
            ],
3971
            "authors": [
3972
                {
3973
                    "name": "Jaap van Otterdijk",
3974
                    "email": "[email protected]"
3975
                }
3976
            ],
3977
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3978
            "homepage": "http://www.phpdoc.org",
3979
            "keywords": [
3980
                "FQSEN",
3981
                "phpDocumentor",
3982
                "phpdoc",
3983
                "reflection",
3984
                "static analysis"
3985
            ],
3986
            "time": "2017-09-11T18:02:19+00:00"
3987
        },
3988
        {
3989
            "name": "phpdocumentor/reflection-docblock",
3990
            "version": "4.3.0",
3991
            "source": {
3992
                "type": "git",
3993
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3994
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3995
            },
3996
            "dist": {
3997
                "type": "zip",
3998
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
3999
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4000
                "shasum": ""
4001
            },
4002
            "require": {
4003
                "php": "^7.0",
4004
                "phpdocumentor/reflection-common": "^1.0.0",
4005
                "phpdocumentor/type-resolver": "^0.4.0",
4006
                "webmozart/assert": "^1.0"
4007
            },
4008
            "require-dev": {
4009
                "doctrine/instantiator": "~1.0.5",
4010
                "mockery/mockery": "^1.0",
4011
                "phpunit/phpunit": "^6.4"
4012
            },
4013
            "type": "library",
4014
            "extra": {
4015
                "branch-alias": {
4016
                    "dev-master": "4.x-dev"
4017
                }
4018
            },
4019
            "autoload": {
4020
                "psr-4": {
4021
                    "phpDocumentor\\Reflection\\": [
4022
                        "src/"
4023
                    ]
4024
                }
4025
            },
4026
            "notification-url": "https://packagist.org/downloads/",
4027
            "license": [
4028
                "MIT"
4029
            ],
4030
            "authors": [
4031
                {
4032
                    "name": "Mike van Riel",
4033
                    "email": "[email protected]"
4034
                }
4035
            ],
4036
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4037
            "time": "2017-11-30T07:14:17+00:00"
4038
        },
4039
        {
4040
            "name": "phpdocumentor/type-resolver",
4041
            "version": "0.4.0",
4042
            "source": {
4043
                "type": "git",
4044
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4045
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4046
            },
4047
            "dist": {
4048
                "type": "zip",
4049
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4050
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4051
                "shasum": ""
4052
            },
4053
            "require": {
4054
                "php": "^5.5 || ^7.0",
4055
                "phpdocumentor/reflection-common": "^1.0"
4056
            },
4057
            "require-dev": {
4058
                "mockery/mockery": "^0.9.4",
4059
                "phpunit/phpunit": "^5.2||^4.8.24"
4060
            },
4061
            "type": "library",
4062
            "extra": {
4063
                "branch-alias": {
4064
                    "dev-master": "1.0.x-dev"
4065
                }
4066
            },
4067
            "autoload": {
4068
                "psr-4": {
4069
                    "phpDocumentor\\Reflection\\": [
4070
                        "src/"
4071
                    ]
4072
                }
4073
            },
4074
            "notification-url": "https://packagist.org/downloads/",
4075
            "license": [
4076
                "MIT"
4077
            ],
4078
            "authors": [
4079
                {
4080
                    "name": "Mike van Riel",
4081
                    "email": "[email protected]"
4082
                }
4083
            ],
4084
            "time": "2017-07-14T14:27:02+00:00"
4085
        },
4086
        {
4087
            "name": "phpmd/phpmd",
4088
            "version": "2.6.0",
4089
            "source": {
4090
                "type": "git",
4091
                "url": "https://github.com/phpmd/phpmd.git",
4092
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
4093
            },
4094
            "dist": {
4095
                "type": "zip",
4096
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
4097
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
4098
                "shasum": ""
4099
            },
4100
            "require": {
4101
                "ext-xml": "*",
4102
                "pdepend/pdepend": "^2.5",
4103
                "php": ">=5.3.9"
4104
            },
4105
            "require-dev": {
4106
                "phpunit/phpunit": "^4.0",
4107
                "squizlabs/php_codesniffer": "^2.0"
4108
            },
4109
            "bin": [
4110
                "src/bin/phpmd"
4111
            ],
4112
            "type": "project",
4113
            "autoload": {
4114
                "psr-0": {
4115
                    "PHPMD\\": "src/main/php"
4116
                }
4117
            },
4118
            "notification-url": "https://packagist.org/downloads/",
4119
            "license": [
4120
                "BSD-3-Clause"
4121
            ],
4122
            "authors": [
4123
                {
4124
                    "name": "Manuel Pichler",
4125
                    "email": "[email protected]",
4126
                    "homepage": "https://github.com/manuelpichler",
4127
                    "role": "Project Founder"
4128
                },
4129
                {
4130
                    "name": "Other contributors",
4131
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
4132
                    "role": "Contributors"
4133
                },
4134
                {
4135
                    "name": "Marc Würth",
4136
                    "email": "[email protected]",
4137
                    "homepage": "https://github.com/ravage84",
4138
                    "role": "Project Maintainer"
4139
                }
4140
            ],
4141
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
4142
            "homepage": "http://phpmd.org/",
4143
            "keywords": [
4144
                "mess detection",
4145
                "mess detector",
4146
                "pdepend",
4147
                "phpmd",
4148
                "pmd"
4149
            ],
4150
            "time": "2017-01-20T14:41:10+00:00"
4151
        },
4152
        {
4153
            "name": "phpspec/prophecy",
4154
            "version": "1.7.5",
4155
            "source": {
4156
                "type": "git",
4157
                "url": "https://github.com/phpspec/prophecy.git",
4158
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
4159
            },
4160
            "dist": {
4161
                "type": "zip",
4162
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
4163
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
4164
                "shasum": ""
4165
            },
4166
            "require": {
4167
                "doctrine/instantiator": "^1.0.2",
4168
                "php": "^5.3|^7.0",
4169
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4170
                "sebastian/comparator": "^1.1|^2.0",
4171
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4172
            },
4173
            "require-dev": {
4174
                "phpspec/phpspec": "^2.5|^3.2",
4175
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
4176
            },
4177
            "type": "library",
4178
            "extra": {
4179
                "branch-alias": {
4180
                    "dev-master": "1.7.x-dev"
4181
                }
4182
            },
4183
            "autoload": {
4184
                "psr-0": {
4185
                    "Prophecy\\": "src/"
4186
                }
4187
            },
4188
            "notification-url": "https://packagist.org/downloads/",
4189
            "license": [
4190
                "MIT"
4191
            ],
4192
            "authors": [
4193
                {
4194
                    "name": "Konstantin Kudryashov",
4195
                    "email": "[email protected]",
4196
                    "homepage": "http://everzet.com"
4197
                },
4198
                {
4199
                    "name": "Marcello Duarte",
4200
                    "email": "[email protected]"
4201
                }
4202
            ],
4203
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4204
            "homepage": "https://github.com/phpspec/prophecy",
4205
            "keywords": [
4206
                "Double",
4207
                "Dummy",
4208
                "fake",
4209
                "mock",
4210
                "spy",
4211
                "stub"
4212
            ],
4213
            "time": "2018-02-19T10:16:54+00:00"
4214
        },
4215
        {
4216
            "name": "phpunit/php-code-coverage",
4217
            "version": "6.0.1",
4218
            "source": {
4219
                "type": "git",
4220
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4221
                "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba"
4222
            },
4223
            "dist": {
4224
                "type": "zip",
4225
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f8ca4b604baf23dab89d87773c28cc07405189ba",
4226
                "reference": "f8ca4b604baf23dab89d87773c28cc07405189ba",
4227
                "shasum": ""
4228
            },
4229
            "require": {
4230
                "ext-dom": "*",
4231
                "ext-xmlwriter": "*",
4232
                "php": "^7.1",
4233
                "phpunit/php-file-iterator": "^1.4.2",
4234
                "phpunit/php-text-template": "^1.2.1",
4235
                "phpunit/php-token-stream": "^3.0",
4236
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4237
                "sebastian/environment": "^3.0",
4238
                "sebastian/version": "^2.0.1",
4239
                "theseer/tokenizer": "^1.1"
4240
            },
4241
            "require-dev": {
4242
                "phpunit/phpunit": "^7.0"
4243
            },
4244
            "suggest": {
4245
                "ext-xdebug": "^2.6.0"
4246
            },
4247
            "type": "library",
4248
            "extra": {
4249
                "branch-alias": {
4250
                    "dev-master": "6.0-dev"
4251
                }
4252
            },
4253
            "autoload": {
4254
                "classmap": [
4255
                    "src/"
4256
                ]
4257
            },
4258
            "notification-url": "https://packagist.org/downloads/",
4259
            "license": [
4260
                "BSD-3-Clause"
4261
            ],
4262
            "authors": [
4263
                {
4264
                    "name": "Sebastian Bergmann",
4265
                    "email": "[email protected]",
4266
                    "role": "lead"
4267
                }
4268
            ],
4269
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4270
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4271
            "keywords": [
4272
                "coverage",
4273
                "testing",
4274
                "xunit"
4275
            ],
4276
            "time": "2018-02-02T07:01:41+00:00"
4277
        },
4278
        {
4279
            "name": "phpunit/php-file-iterator",
4280
            "version": "1.4.5",
4281
            "source": {
4282
                "type": "git",
4283
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4284
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4285
            },
4286
            "dist": {
4287
                "type": "zip",
4288
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4289
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4290
                "shasum": ""
4291
            },
4292
            "require": {
4293
                "php": ">=5.3.3"
4294
            },
4295
            "type": "library",
4296
            "extra": {
4297
                "branch-alias": {
4298
                    "dev-master": "1.4.x-dev"
4299
                }
4300
            },
4301
            "autoload": {
4302
                "classmap": [
4303
                    "src/"
4304
                ]
4305
            },
4306
            "notification-url": "https://packagist.org/downloads/",
4307
            "license": [
4308
                "BSD-3-Clause"
4309
            ],
4310
            "authors": [
4311
                {
4312
                    "name": "Sebastian Bergmann",
4313
                    "email": "[email protected]",
4314
                    "role": "lead"
4315
                }
4316
            ],
4317
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4318
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4319
            "keywords": [
4320
                "filesystem",
4321
                "iterator"
4322
            ],
4323
            "time": "2017-11-27T13:52:08+00:00"
4324
        },
4325
        {
4326
            "name": "phpunit/php-text-template",
4327
            "version": "1.2.1",
4328
            "source": {
4329
                "type": "git",
4330
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4331
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4332
            },
4333
            "dist": {
4334
                "type": "zip",
4335
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4336
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4337
                "shasum": ""
4338
            },
4339
            "require": {
4340
                "php": ">=5.3.3"
4341
            },
4342
            "type": "library",
4343
            "autoload": {
4344
                "classmap": [
4345
                    "src/"
4346
                ]
4347
            },
4348
            "notification-url": "https://packagist.org/downloads/",
4349
            "license": [
4350
                "BSD-3-Clause"
4351
            ],
4352
            "authors": [
4353
                {
4354
                    "name": "Sebastian Bergmann",
4355
                    "email": "[email protected]",
4356
                    "role": "lead"
4357
                }
4358
            ],
4359
            "description": "Simple template engine.",
4360
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4361
            "keywords": [
4362
                "template"
4363
            ],
4364
            "time": "2015-06-21T13:50:34+00:00"
4365
        },
4366
        {
4367
            "name": "phpunit/php-timer",
4368
            "version": "2.0.0",
4369
            "source": {
4370
                "type": "git",
4371
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4372
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
4373
            },
4374
            "dist": {
4375
                "type": "zip",
4376
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
4377
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
4378
                "shasum": ""
4379
            },
4380
            "require": {
4381
                "php": "^7.1"
4382
            },
4383
            "require-dev": {
4384
                "phpunit/phpunit": "^7.0"
4385
            },
4386
            "type": "library",
4387
            "extra": {
4388
                "branch-alias": {
4389
                    "dev-master": "2.0-dev"
4390
                }
4391
            },
4392
            "autoload": {
4393
                "classmap": [
4394
                    "src/"
4395
                ]
4396
            },
4397
            "notification-url": "https://packagist.org/downloads/",
4398
            "license": [
4399
                "BSD-3-Clause"
4400
            ],
4401
            "authors": [
4402
                {
4403
                    "name": "Sebastian Bergmann",
4404
                    "email": "[email protected]",
4405
                    "role": "lead"
4406
                }
4407
            ],
4408
            "description": "Utility class for timing",
4409
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4410
            "keywords": [
4411
                "timer"
4412
            ],
4413
            "time": "2018-02-01T13:07:23+00:00"
4414
        },
4415
        {
4416
            "name": "phpunit/php-token-stream",
4417
            "version": "3.0.0",
4418
            "source": {
4419
                "type": "git",
4420
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4421
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
4422
            },
4423
            "dist": {
4424
                "type": "zip",
4425
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
4426
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
4427
                "shasum": ""
4428
            },
4429
            "require": {
4430
                "ext-tokenizer": "*",
4431
                "php": "^7.1"
4432
            },
4433
            "require-dev": {
4434
                "phpunit/phpunit": "^7.0"
4435
            },
4436
            "type": "library",
4437
            "extra": {
4438
                "branch-alias": {
4439
                    "dev-master": "3.0-dev"
4440
                }
4441
            },
4442
            "autoload": {
4443
                "classmap": [
4444
                    "src/"
4445
                ]
4446
            },
4447
            "notification-url": "https://packagist.org/downloads/",
4448
            "license": [
4449
                "BSD-3-Clause"
4450
            ],
4451
            "authors": [
4452
                {
4453
                    "name": "Sebastian Bergmann",
4454
                    "email": "[email protected]"
4455
                }
4456
            ],
4457
            "description": "Wrapper around PHP's tokenizer extension.",
4458
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4459
            "keywords": [
4460
                "tokenizer"
4461
            ],
4462
            "time": "2018-02-01T13:16:43+00:00"
4463
        },
4464
        {
4465
            "name": "phpunit/phpcov",
4466
            "version": "5.0.0",
4467
            "source": {
4468
                "type": "git",
4469
                "url": "https://github.com/sebastianbergmann/phpcov.git",
4470
                "reference": "72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8"
4471
            },
4472
            "dist": {
4473
                "type": "zip",
4474
                "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8",
4475
                "reference": "72fb974e6fe9b39d7e0b0d44061d2ba4c49ee0b8",
4476
                "shasum": ""
4477
            },
4478
            "require": {
4479
                "php": "^7.1",
4480
                "phpunit/php-code-coverage": "^6.0",
4481
                "phpunit/phpunit": "^7.0",
4482
                "sebastian/diff": "^3.0",
4483
                "sebastian/finder-facade": "^1.1",
4484
                "sebastian/version": "^2.0",
4485
                "symfony/console": "^3.0 || ^4.0"
4486
            },
4487
            "bin": [
4488
                "phpcov"
4489
            ],
4490
            "type": "library",
4491
            "extra": {
4492
                "branch-alias": {
4493
                    "dev-master": "5.0-dev"
4494
                }
4495
            },
4496
            "autoload": {
4497
                "classmap": [
4498
                    "src/"
4499
                ]
4500
            },
4501
            "notification-url": "https://packagist.org/downloads/",
4502
            "license": [
4503
                "BSD-3-Clause"
4504
            ],
4505
            "authors": [
4506
                {
4507
                    "name": "Sebastian Bergmann",
4508
                    "email": "[email protected]",
4509
                    "role": "lead"
4510
                }
4511
            ],
4512
            "description": "CLI frontend for php-code-coverage",
4513
            "homepage": "https://github.com/sebastianbergmann/phpcov",
4514
            "time": "2018-02-04T10:18:50+00:00"
4515
        },
4516
        {
4517
            "name": "phpunit/phpunit",
4518
            "version": "7.0.2",
4519
            "source": {
4520
                "type": "git",
4521
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4522
                "reference": "e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e9"
4523
            },
4524
            "dist": {
4525
                "type": "zip",
4526
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e9",
4527
                "reference": "e2f8aa21bc54b6ba218bdd4f9e0dac1e9bc3b4e9",
4528
                "shasum": ""
4529
            },
4530
            "require": {
4531
                "ext-dom": "*",
4532
                "ext-json": "*",
4533
                "ext-libxml": "*",
4534
                "ext-mbstring": "*",
4535
                "ext-xml": "*",
4536
                "myclabs/deep-copy": "^1.6.1",
4537
                "phar-io/manifest": "^1.0.1",
4538
                "phar-io/version": "^1.0",
4539
                "php": "^7.1",
4540
                "phpspec/prophecy": "^1.7",
4541
                "phpunit/php-code-coverage": "^6.0",
4542
                "phpunit/php-file-iterator": "^1.4.3",
4543
                "phpunit/php-text-template": "^1.2.1",
4544
                "phpunit/php-timer": "^2.0",
4545
                "phpunit/phpunit-mock-objects": "^6.0",
4546
                "sebastian/comparator": "^2.1",
4547
                "sebastian/diff": "^3.0",
4548
                "sebastian/environment": "^3.1",
4549
                "sebastian/exporter": "^3.1",
4550
                "sebastian/global-state": "^2.0",
4551
                "sebastian/object-enumerator": "^3.0.3",
4552
                "sebastian/resource-operations": "^1.0",
4553
                "sebastian/version": "^2.0.1"
4554
            },
4555
            "require-dev": {
4556
                "ext-pdo": "*"
4557
            },
4558
            "suggest": {
4559
                "ext-xdebug": "*",
4560
                "phpunit/php-invoker": "^2.0"
4561
            },
4562
            "bin": [
4563
                "phpunit"
4564
            ],
4565
            "type": "library",
4566
            "extra": {
4567
                "branch-alias": {
4568
                    "dev-master": "7.0-dev"
4569
                }
4570
            },
4571
            "autoload": {
4572
                "classmap": [
4573
                    "src/"
4574
                ]
4575
            },
4576
            "notification-url": "https://packagist.org/downloads/",
4577
            "license": [
4578
                "BSD-3-Clause"
4579
            ],
4580
            "authors": [
4581
                {
4582
                    "name": "Sebastian Bergmann",
4583
                    "email": "[email protected]",
4584
                    "role": "lead"
4585
                }
4586
            ],
4587
            "description": "The PHP Unit Testing framework.",
4588
            "homepage": "https://phpunit.de/",
4589
            "keywords": [
4590
                "phpunit",
4591
                "testing",
4592
                "xunit"
4593
            ],
4594
            "time": "2018-02-26T07:03:12+00:00"
4595
        },
4596
        {
4597
            "name": "phpunit/phpunit-mock-objects",
4598
            "version": "6.0.1",
4599
            "source": {
4600
                "type": "git",
4601
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4602
                "reference": "e3249dedc2d99259ccae6affbc2684eac37c2e53"
4603
            },
4604
            "dist": {
4605
                "type": "zip",
4606
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/e3249dedc2d99259ccae6affbc2684eac37c2e53",
4607
                "reference": "e3249dedc2d99259ccae6affbc2684eac37c2e53",
4608
                "shasum": ""
4609
            },
4610
            "require": {
4611
                "doctrine/instantiator": "^1.0.5",
4612
                "php": "^7.1",
4613
                "phpunit/php-text-template": "^1.2.1",
4614
                "sebastian/exporter": "^3.1"
4615
            },
4616
            "require-dev": {
4617
                "phpunit/phpunit": "^7.0"
4618
            },
4619
            "suggest": {
4620
                "ext-soap": "*"
4621
            },
4622
            "type": "library",
4623
            "extra": {
4624
                "branch-alias": {
4625
                    "dev-master": "6.0.x-dev"
4626
                }
4627
            },
4628
            "autoload": {
4629
                "classmap": [
4630
                    "src/"
4631
                ]
4632
            },
4633
            "notification-url": "https://packagist.org/downloads/",
4634
            "license": [
4635
                "BSD-3-Clause"
4636
            ],
4637
            "authors": [
4638
                {
4639
                    "name": "Sebastian Bergmann",
4640
                    "email": "[email protected]",
4641
                    "role": "lead"
4642
                }
4643
            ],
4644
            "description": "Mock Object library for PHPUnit",
4645
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4646
            "keywords": [
4647
                "mock",
4648
                "xunit"
4649
            ],
4650
            "time": "2018-02-15T05:27:38+00:00"
4651
        },
4652
        {
4653
            "name": "sebastian/code-unit-reverse-lookup",
4654
            "version": "1.0.1",
4655
            "source": {
4656
                "type": "git",
4657
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4658
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4659
            },
4660
            "dist": {
4661
                "type": "zip",
4662
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4663
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4664
                "shasum": ""
4665
            },
4666
            "require": {
4667
                "php": "^5.6 || ^7.0"
4668
            },
4669
            "require-dev": {
4670
                "phpunit/phpunit": "^5.7 || ^6.0"
4671
            },
4672
            "type": "library",
4673
            "extra": {
4674
                "branch-alias": {
4675
                    "dev-master": "1.0.x-dev"
4676
                }
4677
            },
4678
            "autoload": {
4679
                "classmap": [
4680
                    "src/"
4681
                ]
4682
            },
4683
            "notification-url": "https://packagist.org/downloads/",
4684
            "license": [
4685
                "BSD-3-Clause"
4686
            ],
4687
            "authors": [
4688
                {
4689
                    "name": "Sebastian Bergmann",
4690
                    "email": "[email protected]"
4691
                }
4692
            ],
4693
            "description": "Looks up which function or method a line of code belongs to",
4694
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4695
            "time": "2017-03-04T06:30:41+00:00"
4696
        },
4697
        {
4698
            "name": "sebastian/comparator",
4699
            "version": "2.1.3",
4700
            "source": {
4701
                "type": "git",
4702
                "url": "https://github.com/sebastianbergmann/comparator.git",
4703
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
4704
            },
4705
            "dist": {
4706
                "type": "zip",
4707
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
4708
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
4709
                "shasum": ""
4710
            },
4711
            "require": {
4712
                "php": "^7.0",
4713
                "sebastian/diff": "^2.0 || ^3.0",
4714
                "sebastian/exporter": "^3.1"
4715
            },
4716
            "require-dev": {
4717
                "phpunit/phpunit": "^6.4"
4718
            },
4719
            "type": "library",
4720
            "extra": {
4721
                "branch-alias": {
4722
                    "dev-master": "2.1.x-dev"
4723
                }
4724
            },
4725
            "autoload": {
4726
                "classmap": [
4727
                    "src/"
4728
                ]
4729
            },
4730
            "notification-url": "https://packagist.org/downloads/",
4731
            "license": [
4732
                "BSD-3-Clause"
4733
            ],
4734
            "authors": [
4735
                {
4736
                    "name": "Jeff Welch",
4737
                    "email": "[email protected]"
4738
                },
4739
                {
4740
                    "name": "Volker Dusch",
4741
                    "email": "[email protected]"
4742
                },
4743
                {
4744
                    "name": "Bernhard Schussek",
4745
                    "email": "[email protected]"
4746
                },
4747
                {
4748
                    "name": "Sebastian Bergmann",
4749
                    "email": "[email protected]"
4750
                }
4751
            ],
4752
            "description": "Provides the functionality to compare PHP values for equality",
4753
            "homepage": "https://github.com/sebastianbergmann/comparator",
4754
            "keywords": [
4755
                "comparator",
4756
                "compare",
4757
                "equality"
4758
            ],
4759
            "time": "2018-02-01T13:46:46+00:00"
4760
        },
4761
        {
4762
            "name": "sebastian/diff",
4763
            "version": "3.0.0",
4764
            "source": {
4765
                "type": "git",
4766
                "url": "https://github.com/sebastianbergmann/diff.git",
4767
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
4768
            },
4769
            "dist": {
4770
                "type": "zip",
4771
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
4772
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
4773
                "shasum": ""
4774
            },
4775
            "require": {
4776
                "php": "^7.1"
4777
            },
4778
            "require-dev": {
4779
                "phpunit/phpunit": "^7.0",
4780
                "symfony/process": "^2 || ^3.3 || ^4"
4781
            },
4782
            "type": "library",
4783
            "extra": {
4784
                "branch-alias": {
4785
                    "dev-master": "3.0-dev"
4786
                }
4787
            },
4788
            "autoload": {
4789
                "classmap": [
4790
                    "src/"
4791
                ]
4792
            },
4793
            "notification-url": "https://packagist.org/downloads/",
4794
            "license": [
4795
                "BSD-3-Clause"
4796
            ],
4797
            "authors": [
4798
                {
4799
                    "name": "Kore Nordmann",
4800
                    "email": "[email protected]"
4801
                },
4802
                {
4803
                    "name": "Sebastian Bergmann",
4804
                    "email": "[email protected]"
4805
                }
4806
            ],
4807
            "description": "Diff implementation",
4808
            "homepage": "https://github.com/sebastianbergmann/diff",
4809
            "keywords": [
4810
                "diff",
4811
                "udiff",
4812
                "unidiff",
4813
                "unified diff"
4814
            ],
4815
            "time": "2018-02-01T13:45:15+00:00"
4816
        },
4817
        {
4818
            "name": "sebastian/environment",
4819
            "version": "3.1.0",
4820
            "source": {
4821
                "type": "git",
4822
                "url": "https://github.com/sebastianbergmann/environment.git",
4823
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4824
            },
4825
            "dist": {
4826
                "type": "zip",
4827
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4828
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4829
                "shasum": ""
4830
            },
4831
            "require": {
4832
                "php": "^7.0"
4833
            },
4834
            "require-dev": {
4835
                "phpunit/phpunit": "^6.1"
4836
            },
4837
            "type": "library",
4838
            "extra": {
4839
                "branch-alias": {
4840
                    "dev-master": "3.1.x-dev"
4841
                }
4842
            },
4843
            "autoload": {
4844
                "classmap": [
4845
                    "src/"
4846
                ]
4847
            },
4848
            "notification-url": "https://packagist.org/downloads/",
4849
            "license": [
4850
                "BSD-3-Clause"
4851
            ],
4852
            "authors": [
4853
                {
4854
                    "name": "Sebastian Bergmann",
4855
                    "email": "[email protected]"
4856
                }
4857
            ],
4858
            "description": "Provides functionality to handle HHVM/PHP environments",
4859
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4860
            "keywords": [
4861
                "Xdebug",
4862
                "environment",
4863
                "hhvm"
4864
            ],
4865
            "time": "2017-07-01T08:51:00+00:00"
4866
        },
4867
        {
4868
            "name": "sebastian/exporter",
4869
            "version": "3.1.0",
4870
            "source": {
4871
                "type": "git",
4872
                "url": "https://github.com/sebastianbergmann/exporter.git",
4873
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4874
            },
4875
            "dist": {
4876
                "type": "zip",
4877
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4878
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4879
                "shasum": ""
4880
            },
4881
            "require": {
4882
                "php": "^7.0",
4883
                "sebastian/recursion-context": "^3.0"
4884
            },
4885
            "require-dev": {
4886
                "ext-mbstring": "*",
4887
                "phpunit/phpunit": "^6.0"
4888
            },
4889
            "type": "library",
4890
            "extra": {
4891
                "branch-alias": {
4892
                    "dev-master": "3.1.x-dev"
4893
                }
4894
            },
4895
            "autoload": {
4896
                "classmap": [
4897
                    "src/"
4898
                ]
4899
            },
4900
            "notification-url": "https://packagist.org/downloads/",
4901
            "license": [
4902
                "BSD-3-Clause"
4903
            ],
4904
            "authors": [
4905
                {
4906
                    "name": "Jeff Welch",
4907
                    "email": "[email protected]"
4908
                },
4909
                {
4910
                    "name": "Volker Dusch",
4911
                    "email": "[email protected]"
4912
                },
4913
                {
4914
                    "name": "Bernhard Schussek",
4915
                    "email": "[email protected]"
4916
                },
4917
                {
4918
                    "name": "Sebastian Bergmann",
4919
                    "email": "[email protected]"
4920
                },
4921
                {
4922
                    "name": "Adam Harvey",
4923
                    "email": "[email protected]"
4924
                }
4925
            ],
4926
            "description": "Provides the functionality to export PHP variables for visualization",
4927
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4928
            "keywords": [
4929
                "export",
4930
                "exporter"
4931
            ],
4932
            "time": "2017-04-03T13:19:02+00:00"
4933
        },
4934
        {
4935
            "name": "sebastian/finder-facade",
4936
            "version": "1.2.2",
4937
            "source": {
4938
                "type": "git",
4939
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
4940
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
4941
            },
4942
            "dist": {
4943
                "type": "zip",
4944
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4945
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
4946
                "shasum": ""
4947
            },
4948
            "require": {
4949
                "symfony/finder": "~2.3|~3.0|~4.0",
4950
                "theseer/fdomdocument": "~1.3"
4951
            },
4952
            "type": "library",
4953
            "autoload": {
4954
                "classmap": [
4955
                    "src/"
4956
                ]
4957
            },
4958
            "notification-url": "https://packagist.org/downloads/",
4959
            "license": [
4960
                "BSD-3-Clause"
4961
            ],
4962
            "authors": [
4963
                {
4964
                    "name": "Sebastian Bergmann",
4965
                    "email": "[email protected]",
4966
                    "role": "lead"
4967
                }
4968
            ],
4969
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
4970
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
4971
            "time": "2017-11-18T17:31:49+00:00"
4972
        },
4973
        {
4974
            "name": "sebastian/global-state",
4975
            "version": "2.0.0",
4976
            "source": {
4977
                "type": "git",
4978
                "url": "https://github.com/sebastianbergmann/global-state.git",
4979
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4980
            },
4981
            "dist": {
4982
                "type": "zip",
4983
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4984
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4985
                "shasum": ""
4986
            },
4987
            "require": {
4988
                "php": "^7.0"
4989
            },
4990
            "require-dev": {
4991
                "phpunit/phpunit": "^6.0"
4992
            },
4993
            "suggest": {
4994
                "ext-uopz": "*"
4995
            },
4996
            "type": "library",
4997
            "extra": {
4998
                "branch-alias": {
4999
                    "dev-master": "2.0-dev"
5000
                }
5001
            },
5002
            "autoload": {
5003
                "classmap": [
5004
                    "src/"
5005
                ]
5006
            },
5007
            "notification-url": "https://packagist.org/downloads/",
5008
            "license": [
5009
                "BSD-3-Clause"
5010
            ],
5011
            "authors": [
5012
                {
5013
                    "name": "Sebastian Bergmann",
5014
                    "email": "[email protected]"
5015
                }
5016
            ],
5017
            "description": "Snapshotting of global state",
5018
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5019
            "keywords": [
5020
                "global state"
5021
            ],
5022
            "time": "2017-04-27T15:39:26+00:00"
5023
        },
5024
        {
5025
            "name": "sebastian/object-enumerator",
5026
            "version": "3.0.3",
5027
            "source": {
5028
                "type": "git",
5029
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5030
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5031
            },
5032
            "dist": {
5033
                "type": "zip",
5034
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5035
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5036
                "shasum": ""
5037
            },
5038
            "require": {
5039
                "php": "^7.0",
5040
                "sebastian/object-reflector": "^1.1.1",
5041
                "sebastian/recursion-context": "^3.0"
5042
            },
5043
            "require-dev": {
5044
                "phpunit/phpunit": "^6.0"
5045
            },
5046
            "type": "library",
5047
            "extra": {
5048
                "branch-alias": {
5049
                    "dev-master": "3.0.x-dev"
5050
                }
5051
            },
5052
            "autoload": {
5053
                "classmap": [
5054
                    "src/"
5055
                ]
5056
            },
5057
            "notification-url": "https://packagist.org/downloads/",
5058
            "license": [
5059
                "BSD-3-Clause"
5060
            ],
5061
            "authors": [
5062
                {
5063
                    "name": "Sebastian Bergmann",
5064
                    "email": "[email protected]"
5065
                }
5066
            ],
5067
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5068
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5069
            "time": "2017-08-03T12:35:26+00:00"
5070
        },
5071
        {
5072
            "name": "sebastian/object-reflector",
5073
            "version": "1.1.1",
5074
            "source": {
5075
                "type": "git",
5076
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5077
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5078
            },
5079
            "dist": {
5080
                "type": "zip",
5081
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5082
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5083
                "shasum": ""
5084
            },
5085
            "require": {
5086
                "php": "^7.0"
5087
            },
5088
            "require-dev": {
5089
                "phpunit/phpunit": "^6.0"
5090
            },
5091
            "type": "library",
5092
            "extra": {
5093
                "branch-alias": {
5094
                    "dev-master": "1.1-dev"
5095
                }
5096
            },
5097
            "autoload": {
5098
                "classmap": [
5099
                    "src/"
5100
                ]
5101
            },
5102
            "notification-url": "https://packagist.org/downloads/",
5103
            "license": [
5104
                "BSD-3-Clause"
5105
            ],
5106
            "authors": [
5107
                {
5108
                    "name": "Sebastian Bergmann",
5109
                    "email": "[email protected]"
5110
                }
5111
            ],
5112
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5113
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5114
            "time": "2017-03-29T09:07:27+00:00"
5115
        },
5116
        {
5117
            "name": "sebastian/recursion-context",
5118
            "version": "3.0.0",
5119
            "source": {
5120
                "type": "git",
5121
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5122
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5123
            },
5124
            "dist": {
5125
                "type": "zip",
5126
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5127
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5128
                "shasum": ""
5129
            },
5130
            "require": {
5131
                "php": "^7.0"
5132
            },
5133
            "require-dev": {
5134
                "phpunit/phpunit": "^6.0"
5135
            },
5136
            "type": "library",
5137
            "extra": {
5138
                "branch-alias": {
5139
                    "dev-master": "3.0.x-dev"
5140
                }
5141
            },
5142
            "autoload": {
5143
                "classmap": [
5144
                    "src/"
5145
                ]
5146
            },
5147
            "notification-url": "https://packagist.org/downloads/",
5148
            "license": [
5149
                "BSD-3-Clause"
5150
            ],
5151
            "authors": [
5152
                {
5153
                    "name": "Jeff Welch",
5154
                    "email": "[email protected]"
5155
                },
5156
                {
5157
                    "name": "Sebastian Bergmann",
5158
                    "email": "[email protected]"
5159
                },
5160
                {
5161
                    "name": "Adam Harvey",
5162
                    "email": "[email protected]"
5163
                }
5164
            ],
5165
            "description": "Provides functionality to recursively process PHP variables",
5166
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5167
            "time": "2017-03-03T06:23:57+00:00"
5168
        },
5169
        {
5170
            "name": "sebastian/resource-operations",
5171
            "version": "1.0.0",
5172
            "source": {
5173
                "type": "git",
5174
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5175
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5176
            },
5177
            "dist": {
5178
                "type": "zip",
5179
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5180
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5181
                "shasum": ""
5182
            },
5183
            "require": {
5184
                "php": ">=5.6.0"
5185
            },
5186
            "type": "library",
5187
            "extra": {
5188
                "branch-alias": {
5189
                    "dev-master": "1.0.x-dev"
5190
                }
5191
            },
5192
            "autoload": {
5193
                "classmap": [
5194
                    "src/"
5195
                ]
5196
            },
5197
            "notification-url": "https://packagist.org/downloads/",
5198
            "license": [
5199
                "BSD-3-Clause"
5200
            ],
5201
            "authors": [
5202
                {
5203
                    "name": "Sebastian Bergmann",
5204
                    "email": "[email protected]"
5205
                }
5206
            ],
5207
            "description": "Provides a list of PHP built-in functions that operate on resources",
5208
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5209
            "time": "2015-07-28T20:34:47+00:00"
5210
        },
5211
        {
5212
            "name": "sebastian/version",
5213
            "version": "2.0.1",
5214
            "source": {
5215
                "type": "git",
5216
                "url": "https://github.com/sebastianbergmann/version.git",
5217
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5218
            },
5219
            "dist": {
5220
                "type": "zip",
5221
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5222
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5223
                "shasum": ""
5224
            },
5225
            "require": {
5226
                "php": ">=5.6"
5227
            },
5228
            "type": "library",
5229
            "extra": {
5230
                "branch-alias": {
5231
                    "dev-master": "2.0.x-dev"
5232
                }
5233
            },
5234
            "autoload": {
5235
                "classmap": [
5236
                    "src/"
5237
                ]
5238
            },
5239
            "notification-url": "https://packagist.org/downloads/",
5240
            "license": [
5241
                "BSD-3-Clause"
5242
            ],
5243
            "authors": [
5244
                {
5245
                    "name": "Sebastian Bergmann",
5246
                    "email": "[email protected]",
5247
                    "role": "lead"
5248
                }
5249
            ],
5250
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5251
            "homepage": "https://github.com/sebastianbergmann/version",
5252
            "time": "2016-10-03T07:35:21+00:00"
5253
        },
5254
        {
5255
            "name": "symfony/class-loader",
5256
            "version": "v3.4.4",
5257
            "source": {
5258
                "type": "git",
5259
                "url": "https://github.com/symfony/class-loader.git",
5260
                "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
5261
            },
5262
            "dist": {
5263
                "type": "zip",
5264
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
5265
                "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
5266
                "shasum": ""
5267
            },
5268
            "require": {
5269
                "php": "^5.5.9|>=7.0.8"
5270
            },
5271
            "require-dev": {
5272
                "symfony/finder": "~2.8|~3.0|~4.0",
5273
                "symfony/polyfill-apcu": "~1.1"
5274
            },
5275
            "suggest": {
5276
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
5277
            },
5278
            "type": "library",
5279
            "extra": {
5280
                "branch-alias": {
5281
                    "dev-master": "3.4-dev"
5282
                }
5283
            },
5284
            "autoload": {
5285
                "psr-4": {
5286
                    "Symfony\\Component\\ClassLoader\\": ""
5287
                },
5288
                "exclude-from-classmap": [
5289
                    "/Tests/"
5290
                ]
5291
            },
5292
            "notification-url": "https://packagist.org/downloads/",
5293
            "license": [
5294
                "MIT"
5295
            ],
5296
            "authors": [
5297
                {
5298
                    "name": "Fabien Potencier",
5299
                    "email": "[email protected]"
5300
                },
5301
                {
5302
                    "name": "Symfony Community",
5303
                    "homepage": "https://symfony.com/contributors"
5304
                }
5305
            ],
5306
            "description": "Symfony ClassLoader Component",
5307
            "homepage": "https://symfony.com",
5308
            "time": "2018-01-03T07:37:34+00:00"
5309
        },
5310
        {
5311
            "name": "symfony/config",
5312
            "version": "v4.0.4",
5313
            "source": {
5314
                "type": "git",
5315
                "url": "https://github.com/symfony/config.git",
5316
                "reference": "ecd917899167922086ddb3247aa43eb1c418fcb2"
5317
            },
5318
            "dist": {
5319
                "type": "zip",
5320
                "url": "https://api.github.com/repos/symfony/config/zipball/ecd917899167922086ddb3247aa43eb1c418fcb2",
5321
                "reference": "ecd917899167922086ddb3247aa43eb1c418fcb2",
5322
                "shasum": ""
5323
            },
5324
            "require": {
5325
                "php": "^7.1.3",
5326
                "symfony/filesystem": "~3.4|~4.0"
5327
            },
5328
            "conflict": {
5329
                "symfony/finder": "<3.4"
5330
            },
5331
            "require-dev": {
5332
                "symfony/finder": "~3.4|~4.0",
5333
                "symfony/yaml": "~3.4|~4.0"
5334
            },
5335
            "suggest": {
5336
                "symfony/yaml": "To use the yaml reference dumper"
5337
            },
5338
            "type": "library",
5339
            "extra": {
5340
                "branch-alias": {
5341
                    "dev-master": "4.0-dev"
5342
                }
5343
            },
5344
            "autoload": {
5345
                "psr-4": {
5346
                    "Symfony\\Component\\Config\\": ""
5347
                },
5348
                "exclude-from-classmap": [
5349
                    "/Tests/"
5350
                ]
5351
            },
5352
            "notification-url": "https://packagist.org/downloads/",
5353
            "license": [
5354
                "MIT"
5355
            ],
5356
            "authors": [
5357
                {
5358
                    "name": "Fabien Potencier",
5359
                    "email": "[email protected]"
5360
                },
5361
                {
5362
                    "name": "Symfony Community",
5363
                    "homepage": "https://symfony.com/contributors"
5364
                }
5365
            ],
5366
            "description": "Symfony Config Component",
5367
            "homepage": "https://symfony.com",
5368
            "time": "2018-01-21T19:06:11+00:00"
5369
        },
5370
        {
5371
            "name": "symfony/dependency-injection",
5372
            "version": "v4.0.4",
5373
            "source": {
5374
                "type": "git",
5375
                "url": "https://github.com/symfony/dependency-injection.git",
5376
                "reference": "f78ca49c6360c710ca8e316511e71a23b10e3bf2"
5377
            },
5378
            "dist": {
5379
                "type": "zip",
5380
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f78ca49c6360c710ca8e316511e71a23b10e3bf2",
5381
                "reference": "f78ca49c6360c710ca8e316511e71a23b10e3bf2",
5382
                "shasum": ""
5383
            },
5384
            "require": {
5385
                "php": "^7.1.3",
5386
                "psr/container": "^1.0"
5387
            },
5388
            "conflict": {
5389
                "symfony/config": "<3.4",
5390
                "symfony/finder": "<3.4",
5391
                "symfony/proxy-manager-bridge": "<3.4",
5392
                "symfony/yaml": "<3.4"
5393
            },
5394
            "provide": {
5395
                "psr/container-implementation": "1.0"
5396
            },
5397
            "require-dev": {
5398
                "symfony/config": "~3.4|~4.0",
5399
                "symfony/expression-language": "~3.4|~4.0",
5400
                "symfony/yaml": "~3.4|~4.0"
5401
            },
5402
            "suggest": {
5403
                "symfony/config": "",
5404
                "symfony/expression-language": "For using expressions in service container configuration",
5405
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
5406
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
5407
                "symfony/yaml": ""
5408
            },
5409
            "type": "library",
5410
            "extra": {
5411
                "branch-alias": {
5412
                    "dev-master": "4.0-dev"
5413
                }
5414
            },
5415
            "autoload": {
5416
                "psr-4": {
5417
                    "Symfony\\Component\\DependencyInjection\\": ""
5418
                },
5419
                "exclude-from-classmap": [
5420
                    "/Tests/"
5421
                ]
5422
            },
5423
            "notification-url": "https://packagist.org/downloads/",
5424
            "license": [
5425
                "MIT"
5426
            ],
5427
            "authors": [
5428
                {
5429
                    "name": "Fabien Potencier",
5430
                    "email": "[email protected]"
5431
                },
5432
                {
5433
                    "name": "Symfony Community",
5434
                    "homepage": "https://symfony.com/contributors"
5435
                }
5436
            ],
5437
            "description": "Symfony DependencyInjection Component",
5438
            "homepage": "https://symfony.com",
5439
            "time": "2018-01-29T09:29:16+00:00"
5440
        },
5441
        {
5442
            "name": "symfony/filesystem",
5443
            "version": "v4.0.4",
5444
            "source": {
5445
                "type": "git",
5446
                "url": "https://github.com/symfony/filesystem.git",
5447
                "reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed"
5448
            },
5449
            "dist": {
5450
                "type": "zip",
5451
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/760e47a4ee64b4c48f4b30017011e09d4c0f05ed",
5452
                "reference": "760e47a4ee64b4c48f4b30017011e09d4c0f05ed",
5453
                "shasum": ""
5454
            },
5455
            "require": {
5456
                "php": "^7.1.3"
5457
            },
5458
            "type": "library",
5459
            "extra": {
5460
                "branch-alias": {
5461
                    "dev-master": "4.0-dev"
5462
                }
5463
            },
5464
            "autoload": {
5465
                "psr-4": {
5466
                    "Symfony\\Component\\Filesystem\\": ""
5467
                },
5468
                "exclude-from-classmap": [
5469
                    "/Tests/"
5470
                ]
5471
            },
5472
            "notification-url": "https://packagist.org/downloads/",
5473
            "license": [
5474
                "MIT"
5475
            ],
5476
            "authors": [
5477
                {
5478
                    "name": "Fabien Potencier",
5479
                    "email": "[email protected]"
5480
                },
5481
                {
5482
                    "name": "Symfony Community",
5483
                    "homepage": "https://symfony.com/contributors"
5484
                }
5485
            ],
5486
            "description": "Symfony Filesystem Component",
5487
            "homepage": "https://symfony.com",
5488
            "time": "2018-01-03T07:38:00+00:00"
5489
        },
5490
        {
5491
            "name": "theseer/fdomdocument",
5492
            "version": "1.6.6",
5493
            "source": {
5494
                "type": "git",
5495
                "url": "https://github.com/theseer/fDOMDocument.git",
5496
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
5497
            },
5498
            "dist": {
5499
                "type": "zip",
5500
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5501
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
5502
                "shasum": ""
5503
            },
5504
            "require": {
5505
                "ext-dom": "*",
5506
                "lib-libxml": "*",
5507
                "php": ">=5.3.3"
5508
            },
5509
            "type": "library",
5510
            "autoload": {
5511
                "classmap": [
5512
                    "src/"
5513
                ]
5514
            },
5515
            "notification-url": "https://packagist.org/downloads/",
5516
            "license": [
5517
                "BSD-3-Clause"
5518
            ],
5519
            "authors": [
5520
                {
5521
                    "name": "Arne Blankerts",
5522
                    "email": "[email protected]",
5523
                    "role": "lead"
5524
                }
5525
            ],
5526
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
5527
            "homepage": "https://github.com/theseer/fDOMDocument",
5528
            "time": "2017-06-30T11:53:12+00:00"
5529
        },
5530
        {
5531
            "name": "theseer/tokenizer",
5532
            "version": "1.1.0",
5533
            "source": {
5534
                "type": "git",
5535
                "url": "https://github.com/theseer/tokenizer.git",
5536
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5537
            },
5538
            "dist": {
5539
                "type": "zip",
5540
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5541
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5542
                "shasum": ""
5543
            },
5544
            "require": {
5545
                "ext-dom": "*",
5546
                "ext-tokenizer": "*",
5547
                "ext-xmlwriter": "*",
5548
                "php": "^7.0"
5549
            },
5550
            "type": "library",
5551
            "autoload": {
5552
                "classmap": [
5553
                    "src/"
5554
                ]
5555
            },
5556
            "notification-url": "https://packagist.org/downloads/",
5557
            "license": [
5558
                "BSD-3-Clause"
5559
            ],
5560
            "authors": [
5561
                {
5562
                    "name": "Arne Blankerts",
5563
                    "email": "[email protected]",
5564
                    "role": "Developer"
5565
                }
5566
            ],
5567
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5568
            "time": "2017-04-07T12:08:54+00:00"
5569
        },
5570
        {
5571
            "name": "webmozart/assert",
5572
            "version": "1.3.0",
5573
            "source": {
5574
                "type": "git",
5575
                "url": "https://github.com/webmozart/assert.git",
5576
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5577
            },
5578
            "dist": {
5579
                "type": "zip",
5580
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5581
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5582
                "shasum": ""
5583
            },
5584
            "require": {
5585
                "php": "^5.3.3 || ^7.0"
5586
            },
5587
            "require-dev": {
5588
                "phpunit/phpunit": "^4.6",
5589
                "sebastian/version": "^1.0.1"
5590
            },
5591
            "type": "library",
5592
            "extra": {
5593
                "branch-alias": {
5594
                    "dev-master": "1.3-dev"
5595
                }
5596
            },
5597
            "autoload": {
5598
                "psr-4": {
5599
                    "Webmozart\\Assert\\": "src/"
5600
                }
5601
            },
5602
            "notification-url": "https://packagist.org/downloads/",
5603
            "license": [
5604
                "MIT"
5605
            ],
5606
            "authors": [
5607
                {
5608
                    "name": "Bernhard Schussek",
5609
                    "email": "[email protected]"
5610
                }
5611
            ],
5612
            "description": "Assertions to validate method input/output with nice error messages.",
5613
            "keywords": [
5614
                "assert",
5615
                "check",
5616
                "validate"
5617
            ],
5618
            "time": "2018-01-29T19:49:41+00:00"
5619
        }
5620
    ],
5621
    "aliases": [],
5622
    "minimum-stability": "dev",
5623
    "stability-flags": {
5624
        "irazasyed/jwt-auth-guard": 20
5625
    },
5626
    "prefer-stable": true,
5627
    "prefer-lowest": false,
5628
    "platform": [],
5629
    "platform-dev": []
5630
}
5631