Projekt

Obecné

Profil

Stáhnout (192 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "6558f74828bca9ebecac73d90cea4b1a",
8
    "packages": [
9
        {
10
            "name": "asm89/stack-cors",
11
            "version": "1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/asm89/stack-cors.git",
15
                "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
20
                "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.5.9",
25
                "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
26
                "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "^5.0 || ^4.8.10",
30
                "squizlabs/php_codesniffer": "^2.3"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.2-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-4": {
40
                    "Asm89\\Stack\\": "src/Asm89/Stack/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Alexander",
50
                    "email": "iam.asm89@gmail.com"
51
                }
52
            ],
53
            "description": "Cross-origin resource sharing library and stack middleware",
54
            "homepage": "https://github.com/asm89/stack-cors",
55
            "keywords": [
56
                "cors",
57
                "stack"
58
            ],
59
            "time": "2019-12-24T22:41:47+00:00"
60
        },
61
        {
62
            "name": "dnoegel/php-xdg-base-dir",
63
            "version": "v0.1.1",
64
            "source": {
65
                "type": "git",
66
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
67
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
68
            },
69
            "dist": {
70
                "type": "zip",
71
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
72
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
73
                "shasum": ""
74
            },
75
            "require": {
76
                "php": ">=5.3.2"
77
            },
78
            "require-dev": {
79
                "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
80
            },
81
            "type": "library",
82
            "autoload": {
83
                "psr-4": {
84
                    "XdgBaseDir\\": "src/"
85
                }
86
            },
87
            "notification-url": "https://packagist.org/downloads/",
88
            "license": [
89
                "MIT"
90
            ],
91
            "description": "implementation of xdg base directory specification for php",
92
            "time": "2019-12-04T15:06:13+00:00"
93
        },
94
        {
95
            "name": "doctrine/inflector",
96
            "version": "1.3.1",
97
            "source": {
98
                "type": "git",
99
                "url": "https://github.com/doctrine/inflector.git",
100
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
101
            },
102
            "dist": {
103
                "type": "zip",
104
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
105
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
106
                "shasum": ""
107
            },
108
            "require": {
109
                "php": "^7.1"
110
            },
111
            "require-dev": {
112
                "phpunit/phpunit": "^6.2"
113
            },
114
            "type": "library",
115
            "extra": {
116
                "branch-alias": {
117
                    "dev-master": "1.3.x-dev"
118
                }
119
            },
120
            "autoload": {
121
                "psr-4": {
122
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
123
                }
124
            },
125
            "notification-url": "https://packagist.org/downloads/",
126
            "license": [
127
                "MIT"
128
            ],
129
            "authors": [
130
                {
131
                    "name": "Guilherme Blanco",
132
                    "email": "guilhermeblanco@gmail.com"
133
                },
134
                {
135
                    "name": "Roman Borschel",
136
                    "email": "roman@code-factory.org"
137
                },
138
                {
139
                    "name": "Benjamin Eberlei",
140
                    "email": "kontakt@beberlei.de"
141
                },
142
                {
143
                    "name": "Jonathan Wage",
144
                    "email": "jonwage@gmail.com"
145
                },
146
                {
147
                    "name": "Johannes Schmitt",
148
                    "email": "schmittjoh@gmail.com"
149
                }
150
            ],
151
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
152
            "homepage": "http://www.doctrine-project.org",
153
            "keywords": [
154
                "inflection",
155
                "pluralize",
156
                "singularize",
157
                "string"
158
            ],
159
            "time": "2019-10-30T19:59:35+00:00"
160
        },
161
        {
162
            "name": "doctrine/lexer",
163
            "version": "1.2.0",
164
            "source": {
165
                "type": "git",
166
                "url": "https://github.com/doctrine/lexer.git",
167
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
168
            },
169
            "dist": {
170
                "type": "zip",
171
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
172
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
173
                "shasum": ""
174
            },
175
            "require": {
176
                "php": "^7.2"
177
            },
178
            "require-dev": {
179
                "doctrine/coding-standard": "^6.0",
180
                "phpstan/phpstan": "^0.11.8",
181
                "phpunit/phpunit": "^8.2"
182
            },
183
            "type": "library",
184
            "extra": {
185
                "branch-alias": {
186
                    "dev-master": "1.2.x-dev"
187
                }
188
            },
189
            "autoload": {
190
                "psr-4": {
191
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
192
                }
193
            },
194
            "notification-url": "https://packagist.org/downloads/",
195
            "license": [
196
                "MIT"
197
            ],
198
            "authors": [
199
                {
200
                    "name": "Guilherme Blanco",
201
                    "email": "guilhermeblanco@gmail.com"
202
                },
203
                {
204
                    "name": "Roman Borschel",
205
                    "email": "roman@code-factory.org"
206
                },
207
                {
208
                    "name": "Johannes Schmitt",
209
                    "email": "schmittjoh@gmail.com"
210
                }
211
            ],
212
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
213
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
214
            "keywords": [
215
                "annotations",
216
                "docblock",
217
                "lexer",
218
                "parser",
219
                "php"
220
            ],
221
            "time": "2019-10-30T14:39:59+00:00"
222
        },
223
        {
224
            "name": "dragonmantank/cron-expression",
225
            "version": "v2.3.0",
226
            "source": {
227
                "type": "git",
228
                "url": "https://github.com/dragonmantank/cron-expression.git",
229
                "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
230
            },
231
            "dist": {
232
                "type": "zip",
233
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
234
                "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
235
                "shasum": ""
236
            },
237
            "require": {
238
                "php": "^7.0"
239
            },
240
            "require-dev": {
241
                "phpunit/phpunit": "^6.4|^7.0"
242
            },
243
            "type": "library",
244
            "extra": {
245
                "branch-alias": {
246
                    "dev-master": "2.3-dev"
247
                }
248
            },
249
            "autoload": {
250
                "psr-4": {
251
                    "Cron\\": "src/Cron/"
252
                }
253
            },
254
            "notification-url": "https://packagist.org/downloads/",
255
            "license": [
256
                "MIT"
257
            ],
258
            "authors": [
259
                {
260
                    "name": "Michael Dowling",
261
                    "email": "mtdowling@gmail.com",
262
                    "homepage": "https://github.com/mtdowling"
263
                },
264
                {
265
                    "name": "Chris Tankersley",
266
                    "email": "chris@ctankersley.com",
267
                    "homepage": "https://github.com/dragonmantank"
268
                }
269
            ],
270
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
271
            "keywords": [
272
                "cron",
273
                "schedule"
274
            ],
275
            "time": "2019-03-31T00:38:28+00:00"
276
        },
277
        {
278
            "name": "egulias/email-validator",
279
            "version": "2.1.17",
280
            "source": {
281
                "type": "git",
282
                "url": "https://github.com/egulias/EmailValidator.git",
283
                "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
284
            },
285
            "dist": {
286
                "type": "zip",
287
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
288
                "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
289
                "shasum": ""
290
            },
291
            "require": {
292
                "doctrine/lexer": "^1.0.1",
293
                "php": ">=5.5",
294
                "symfony/polyfill-intl-idn": "^1.10"
295
            },
296
            "require-dev": {
297
                "dominicsayers/isemail": "^3.0.7",
298
                "phpunit/phpunit": "^4.8.36|^7.5.15",
299
                "satooshi/php-coveralls": "^1.0.1"
300
            },
301
            "suggest": {
302
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
303
            },
304
            "type": "library",
305
            "extra": {
306
                "branch-alias": {
307
                    "dev-master": "2.1.x-dev"
308
                }
309
            },
310
            "autoload": {
311
                "psr-4": {
312
                    "Egulias\\EmailValidator\\": "EmailValidator"
313
                }
314
            },
315
            "notification-url": "https://packagist.org/downloads/",
316
            "license": [
317
                "MIT"
318
            ],
319
            "authors": [
320
                {
321
                    "name": "Eduardo Gulias Davis"
322
                }
323
            ],
324
            "description": "A library for validating emails against several RFCs",
325
            "homepage": "https://github.com/egulias/EmailValidator",
326
            "keywords": [
327
                "email",
328
                "emailvalidation",
329
                "emailvalidator",
330
                "validation",
331
                "validator"
332
            ],
333
            "time": "2020-02-13T22:36:52+00:00"
334
        },
335
        {
336
            "name": "fideloper/proxy",
337
            "version": "4.3.0",
338
            "source": {
339
                "type": "git",
340
                "url": "https://github.com/fideloper/TrustedProxy.git",
341
                "reference": "ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a"
342
            },
343
            "dist": {
344
                "type": "zip",
345
                "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a",
346
                "reference": "ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a",
347
                "shasum": ""
348
            },
349
            "require": {
350
                "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
351
                "php": ">=5.4.0"
352
            },
353
            "require-dev": {
354
                "illuminate/http": "^5.0|^6.0|^7.0|^8.0",
355
                "mockery/mockery": "^1.0",
356
                "phpunit/phpunit": "^6.0"
357
            },
358
            "type": "library",
359
            "extra": {
360
                "laravel": {
361
                    "providers": [
362
                        "Fideloper\\Proxy\\TrustedProxyServiceProvider"
363
                    ]
364
                }
365
            },
366
            "autoload": {
367
                "psr-4": {
368
                    "Fideloper\\Proxy\\": "src/"
369
                }
370
            },
371
            "notification-url": "https://packagist.org/downloads/",
372
            "license": [
373
                "MIT"
374
            ],
375
            "authors": [
376
                {
377
                    "name": "Chris Fidao",
378
                    "email": "fideloper@gmail.com"
379
                }
380
            ],
381
            "description": "Set trusted proxies for Laravel",
382
            "keywords": [
383
                "load balancing",
384
                "proxy",
385
                "trusted proxy"
386
            ],
387
            "time": "2020-02-22T01:51:47+00:00"
388
        },
389
        {
390
            "name": "fruitcake/laravel-cors",
391
            "version": "v1.0.5",
392
            "source": {
393
                "type": "git",
394
                "url": "https://github.com/fruitcake/laravel-cors.git",
395
                "reference": "0e0500133dbb6325266133dd72f040617c9cdbd0"
396
            },
397
            "dist": {
398
                "type": "zip",
399
                "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/0e0500133dbb6325266133dd72f040617c9cdbd0",
400
                "reference": "0e0500133dbb6325266133dd72f040617c9cdbd0",
401
                "shasum": ""
402
            },
403
            "require": {
404
                "asm89/stack-cors": "^1.3",
405
                "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
406
                "illuminate/support": "^5.5|^6.0|^7.0|^8.0",
407
                "php": ">=7",
408
                "symfony/http-foundation": "^3.3|^4.0|^5.0",
409
                "symfony/http-kernel": "^3.3|^4.0|^5.0"
410
            },
411
            "require-dev": {
412
                "laravel/framework": "^5.5|^6.0|^7.0|^8.0",
413
                "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
414
                "phpro/grumphp": "^0.16|^0.17",
415
                "phpunit/phpunit": "^6.0|^7.0|^8.0",
416
                "squizlabs/php_codesniffer": "^3.5"
417
            },
418
            "type": "library",
419
            "extra": {
420
                "branch-alias": {
421
                    "dev-master": "1.0-dev"
422
                },
423
                "laravel": {
424
                    "providers": [
425
                        "Fruitcake\\Cors\\CorsServiceProvider"
426
                    ]
427
                }
428
            },
429
            "autoload": {
430
                "psr-4": {
431
                    "Fruitcake\\Cors\\": "src/"
432
                }
433
            },
434
            "notification-url": "https://packagist.org/downloads/",
435
            "license": [
436
                "MIT"
437
            ],
438
            "authors": [
439
                {
440
                    "name": "Fruitcake",
441
                    "homepage": "https://fruitcake.nl"
442
                },
443
                {
444
                    "name": "Barry vd. Heuvel",
445
                    "email": "barryvdh@gmail.com"
446
                }
447
            ],
448
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
449
            "keywords": [
450
                "api",
451
                "cors",
452
                "crossdomain",
453
                "laravel"
454
            ],
455
            "time": "2020-03-11T21:05:07+00:00"
456
        },
457
        {
458
            "name": "guzzlehttp/guzzle",
459
            "version": "6.5.2",
460
            "source": {
461
                "type": "git",
462
                "url": "https://github.com/guzzle/guzzle.git",
463
                "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
464
            },
465
            "dist": {
466
                "type": "zip",
467
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
468
                "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
469
                "shasum": ""
470
            },
471
            "require": {
472
                "ext-json": "*",
473
                "guzzlehttp/promises": "^1.0",
474
                "guzzlehttp/psr7": "^1.6.1",
475
                "php": ">=5.5"
476
            },
477
            "require-dev": {
478
                "ext-curl": "*",
479
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
480
                "psr/log": "^1.1"
481
            },
482
            "suggest": {
483
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
484
                "psr/log": "Required for using the Log middleware"
485
            },
486
            "type": "library",
487
            "extra": {
488
                "branch-alias": {
489
                    "dev-master": "6.5-dev"
490
                }
491
            },
492
            "autoload": {
493
                "psr-4": {
494
                    "GuzzleHttp\\": "src/"
495
                },
496
                "files": [
497
                    "src/functions_include.php"
498
                ]
499
            },
500
            "notification-url": "https://packagist.org/downloads/",
501
            "license": [
502
                "MIT"
503
            ],
504
            "authors": [
505
                {
506
                    "name": "Michael Dowling",
507
                    "email": "mtdowling@gmail.com",
508
                    "homepage": "https://github.com/mtdowling"
509
                }
510
            ],
511
            "description": "Guzzle is a PHP HTTP client library",
512
            "homepage": "http://guzzlephp.org/",
513
            "keywords": [
514
                "client",
515
                "curl",
516
                "framework",
517
                "http",
518
                "http client",
519
                "rest",
520
                "web service"
521
            ],
522
            "time": "2019-12-23T11:57:10+00:00"
523
        },
524
        {
525
            "name": "guzzlehttp/promises",
526
            "version": "v1.3.1",
527
            "source": {
528
                "type": "git",
529
                "url": "https://github.com/guzzle/promises.git",
530
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
531
            },
532
            "dist": {
533
                "type": "zip",
534
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
535
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
536
                "shasum": ""
537
            },
538
            "require": {
539
                "php": ">=5.5.0"
540
            },
541
            "require-dev": {
542
                "phpunit/phpunit": "^4.0"
543
            },
544
            "type": "library",
545
            "extra": {
546
                "branch-alias": {
547
                    "dev-master": "1.4-dev"
548
                }
549
            },
550
            "autoload": {
551
                "psr-4": {
552
                    "GuzzleHttp\\Promise\\": "src/"
553
                },
554
                "files": [
555
                    "src/functions_include.php"
556
                ]
557
            },
558
            "notification-url": "https://packagist.org/downloads/",
559
            "license": [
560
                "MIT"
561
            ],
562
            "authors": [
563
                {
564
                    "name": "Michael Dowling",
565
                    "email": "mtdowling@gmail.com",
566
                    "homepage": "https://github.com/mtdowling"
567
                }
568
            ],
569
            "description": "Guzzle promises library",
570
            "keywords": [
571
                "promise"
572
            ],
573
            "time": "2016-12-20T10:07:11+00:00"
574
        },
575
        {
576
            "name": "guzzlehttp/psr7",
577
            "version": "1.6.1",
578
            "source": {
579
                "type": "git",
580
                "url": "https://github.com/guzzle/psr7.git",
581
                "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
582
            },
583
            "dist": {
584
                "type": "zip",
585
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
586
                "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
587
                "shasum": ""
588
            },
589
            "require": {
590
                "php": ">=5.4.0",
591
                "psr/http-message": "~1.0",
592
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
593
            },
594
            "provide": {
595
                "psr/http-message-implementation": "1.0"
596
            },
597
            "require-dev": {
598
                "ext-zlib": "*",
599
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
600
            },
601
            "suggest": {
602
                "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
603
            },
604
            "type": "library",
605
            "extra": {
606
                "branch-alias": {
607
                    "dev-master": "1.6-dev"
608
                }
609
            },
610
            "autoload": {
611
                "psr-4": {
612
                    "GuzzleHttp\\Psr7\\": "src/"
613
                },
614
                "files": [
615
                    "src/functions_include.php"
616
                ]
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "MIT"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Michael Dowling",
625
                    "email": "mtdowling@gmail.com",
626
                    "homepage": "https://github.com/mtdowling"
627
                },
628
                {
629
                    "name": "Tobias Schultze",
630
                    "homepage": "https://github.com/Tobion"
631
                }
632
            ],
633
            "description": "PSR-7 message implementation that also provides common utility methods",
634
            "keywords": [
635
                "http",
636
                "message",
637
                "psr-7",
638
                "request",
639
                "response",
640
                "stream",
641
                "uri",
642
                "url"
643
            ],
644
            "time": "2019-07-01T23:21:34+00:00"
645
        },
646
        {
647
            "name": "jakub-onderka/php-console-color",
648
            "version": "v0.2",
649
            "source": {
650
                "type": "git",
651
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
652
                "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
653
            },
654
            "dist": {
655
                "type": "zip",
656
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
657
                "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
658
                "shasum": ""
659
            },
660
            "require": {
661
                "php": ">=5.4.0"
662
            },
663
            "require-dev": {
664
                "jakub-onderka/php-code-style": "1.0",
665
                "jakub-onderka/php-parallel-lint": "1.0",
666
                "jakub-onderka/php-var-dump-check": "0.*",
667
                "phpunit/phpunit": "~4.3",
668
                "squizlabs/php_codesniffer": "1.*"
669
            },
670
            "type": "library",
671
            "autoload": {
672
                "psr-4": {
673
                    "JakubOnderka\\PhpConsoleColor\\": "src/"
674
                }
675
            },
676
            "notification-url": "https://packagist.org/downloads/",
677
            "license": [
678
                "BSD-2-Clause"
679
            ],
680
            "authors": [
681
                {
682
                    "name": "Jakub Onderka",
683
                    "email": "jakub.onderka@gmail.com"
684
                }
685
            ],
686
            "time": "2018-09-29T17:23:10+00:00"
687
        },
688
        {
689
            "name": "jakub-onderka/php-console-highlighter",
690
            "version": "v0.4",
691
            "source": {
692
                "type": "git",
693
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
694
                "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
695
            },
696
            "dist": {
697
                "type": "zip",
698
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
699
                "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
700
                "shasum": ""
701
            },
702
            "require": {
703
                "ext-tokenizer": "*",
704
                "jakub-onderka/php-console-color": "~0.2",
705
                "php": ">=5.4.0"
706
            },
707
            "require-dev": {
708
                "jakub-onderka/php-code-style": "~1.0",
709
                "jakub-onderka/php-parallel-lint": "~1.0",
710
                "jakub-onderka/php-var-dump-check": "~0.1",
711
                "phpunit/phpunit": "~4.0",
712
                "squizlabs/php_codesniffer": "~1.5"
713
            },
714
            "type": "library",
715
            "autoload": {
716
                "psr-4": {
717
                    "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
718
                }
719
            },
720
            "notification-url": "https://packagist.org/downloads/",
721
            "license": [
722
                "MIT"
723
            ],
724
            "authors": [
725
                {
726
                    "name": "Jakub Onderka",
727
                    "email": "acci@acci.cz",
728
                    "homepage": "http://www.acci.cz/"
729
                }
730
            ],
731
            "description": "Highlight PHP code in terminal",
732
            "time": "2018-09-29T18:48:56+00:00"
733
        },
734
        {
735
            "name": "laravel/framework",
736
            "version": "v7.1.2",
737
            "source": {
738
                "type": "git",
739
                "url": "https://github.com/laravel/framework.git",
740
                "reference": "951e10fbfed2a2d547c3fc33853125b4a619e01a"
741
            },
742
            "dist": {
743
                "type": "zip",
744
                "url": "https://api.github.com/repos/laravel/framework/zipball/951e10fbfed2a2d547c3fc33853125b4a619e01a",
745
                "reference": "951e10fbfed2a2d547c3fc33853125b4a619e01a",
746
                "shasum": ""
747
            },
748
            "require": {
749
                "doctrine/inflector": "^1.1",
750
                "dragonmantank/cron-expression": "^2.0",
751
                "egulias/email-validator": "^2.1.10",
752
                "ext-json": "*",
753
                "ext-mbstring": "*",
754
                "ext-openssl": "*",
755
                "league/commonmark": "^1.3",
756
                "league/flysystem": "^1.0.8",
757
                "monolog/monolog": "^2.0",
758
                "nesbot/carbon": "^2.17",
759
                "opis/closure": "^3.1",
760
                "php": "^7.2.5",
761
                "psr/container": "^1.0",
762
                "psr/simple-cache": "^1.0",
763
                "ramsey/uuid": "^3.7",
764
                "swiftmailer/swiftmailer": "^6.0",
765
                "symfony/console": "^5.0",
766
                "symfony/error-handler": "^5.0",
767
                "symfony/finder": "^5.0",
768
                "symfony/http-foundation": "^5.0",
769
                "symfony/http-kernel": "^5.0",
770
                "symfony/mime": "^5.0",
771
                "symfony/process": "^5.0",
772
                "symfony/routing": "^5.0",
773
                "symfony/var-dumper": "^5.0",
774
                "tijsverkoyen/css-to-inline-styles": "^2.2.2",
775
                "vlucas/phpdotenv": "^4.0",
776
                "voku/portable-ascii": "^1.4.8"
777
            },
778
            "conflict": {
779
                "tightenco/collect": "<5.5.33"
780
            },
781
            "replace": {
782
                "illuminate/auth": "self.version",
783
                "illuminate/broadcasting": "self.version",
784
                "illuminate/bus": "self.version",
785
                "illuminate/cache": "self.version",
786
                "illuminate/config": "self.version",
787
                "illuminate/console": "self.version",
788
                "illuminate/container": "self.version",
789
                "illuminate/contracts": "self.version",
790
                "illuminate/cookie": "self.version",
791
                "illuminate/database": "self.version",
792
                "illuminate/encryption": "self.version",
793
                "illuminate/events": "self.version",
794
                "illuminate/filesystem": "self.version",
795
                "illuminate/hashing": "self.version",
796
                "illuminate/http": "self.version",
797
                "illuminate/log": "self.version",
798
                "illuminate/mail": "self.version",
799
                "illuminate/notifications": "self.version",
800
                "illuminate/pagination": "self.version",
801
                "illuminate/pipeline": "self.version",
802
                "illuminate/queue": "self.version",
803
                "illuminate/redis": "self.version",
804
                "illuminate/routing": "self.version",
805
                "illuminate/session": "self.version",
806
                "illuminate/support": "self.version",
807
                "illuminate/testing": "self.version",
808
                "illuminate/translation": "self.version",
809
                "illuminate/validation": "self.version",
810
                "illuminate/view": "self.version"
811
            },
812
            "require-dev": {
813
                "aws/aws-sdk-php": "^3.0",
814
                "doctrine/dbal": "^2.6",
815
                "filp/whoops": "^2.4",
816
                "guzzlehttp/guzzle": "^6.3.1|^7.0",
817
                "league/flysystem-cached-adapter": "^1.0",
818
                "mockery/mockery": "^1.3.1",
819
                "moontoast/math": "^1.1",
820
                "orchestra/testbench-core": "^5.0",
821
                "pda/pheanstalk": "^4.0",
822
                "phpunit/phpunit": "^8.4|^9.0",
823
                "predis/predis": "^1.1.1",
824
                "symfony/cache": "^5.0"
825
            },
826
            "suggest": {
827
                "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
828
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
829
                "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
830
                "ext-memcached": "Required to use the memcache cache driver.",
831
                "ext-pcntl": "Required to use all features of the queue worker.",
832
                "ext-posix": "Required to use all features of the queue worker.",
833
                "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
834
                "filp/whoops": "Required for friendly error pages in development (^2.4).",
835
                "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
836
                "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0).",
837
                "laravel/tinker": "Required to use the tinker console command (^2.0).",
838
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
839
                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
840
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
841
                "mockery/mockery": "Required to use mocking (^1.3.1).",
842
                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
843
                "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
844
                "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
845
                "phpunit/phpunit": "Required to use assertions and run tests (^8.4|^9.0).",
846
                "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
847
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
848
                "symfony/cache": "Required to PSR-6 cache bridge (^5.0).",
849
                "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
850
                "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
851
            },
852
            "type": "library",
853
            "extra": {
854
                "branch-alias": {
855
                    "dev-master": "7.x-dev"
856
                }
857
            },
858
            "autoload": {
859
                "files": [
860
                    "src/Illuminate/Foundation/helpers.php",
861
                    "src/Illuminate/Support/helpers.php"
862
                ],
863
                "psr-4": {
864
                    "Illuminate\\": "src/Illuminate/"
865
                }
866
            },
867
            "notification-url": "https://packagist.org/downloads/",
868
            "license": [
869
                "MIT"
870
            ],
871
            "authors": [
872
                {
873
                    "name": "Taylor Otwell",
874
                    "email": "taylor@laravel.com"
875
                }
876
            ],
877
            "description": "The Laravel Framework.",
878
            "homepage": "https://laravel.com",
879
            "keywords": [
880
                "framework",
881
                "laravel"
882
            ],
883
            "time": "2020-03-13T13:52:44+00:00"
884
        },
885
        {
886
            "name": "laravel/tinker",
887
            "version": "v2.2.0",
888
            "source": {
889
                "type": "git",
890
                "url": "https://github.com/laravel/tinker.git",
891
                "reference": "37579c93271ec30ef099dd633ec7c2de5e5fb112"
892
            },
893
            "dist": {
894
                "type": "zip",
895
                "url": "https://api.github.com/repos/laravel/tinker/zipball/37579c93271ec30ef099dd633ec7c2de5e5fb112",
896
                "reference": "37579c93271ec30ef099dd633ec7c2de5e5fb112",
897
                "shasum": ""
898
            },
899
            "require": {
900
                "illuminate/console": "^6.0|^7.0",
901
                "illuminate/contracts": "^6.0|^7.0",
902
                "illuminate/support": "^6.0|^7.0",
903
                "php": "^7.2",
904
                "psy/psysh": "^0.9",
905
                "symfony/var-dumper": "^4.0|^5.0"
906
            },
907
            "require-dev": {
908
                "mockery/mockery": "^1.3.1",
909
                "phpunit/phpunit": "^8.0|^9.0"
910
            },
911
            "suggest": {
912
                "illuminate/database": "The Illuminate Database package (^6.0|^7.0)."
913
            },
914
            "type": "library",
915
            "extra": {
916
                "branch-alias": {
917
                    "dev-master": "2.x-dev"
918
                },
919
                "laravel": {
920
                    "providers": [
921
                        "Laravel\\Tinker\\TinkerServiceProvider"
922
                    ]
923
                }
924
            },
925
            "autoload": {
926
                "psr-4": {
927
                    "Laravel\\Tinker\\": "src/"
928
                }
929
            },
930
            "notification-url": "https://packagist.org/downloads/",
931
            "license": [
932
                "MIT"
933
            ],
934
            "authors": [
935
                {
936
                    "name": "Taylor Otwell",
937
                    "email": "taylor@laravel.com"
938
                }
939
            ],
940
            "description": "Powerful REPL for the Laravel framework.",
941
            "keywords": [
942
                "REPL",
943
                "Tinker",
944
                "laravel",
945
                "psysh"
946
            ],
947
            "time": "2020-02-05T15:00:44+00:00"
948
        },
949
        {
950
            "name": "league/commonmark",
951
            "version": "1.3.1",
952
            "source": {
953
                "type": "git",
954
                "url": "https://github.com/thephpleague/commonmark.git",
955
                "reference": "8015f806173c6ee54de25a87c2d69736696e88db"
956
            },
957
            "dist": {
958
                "type": "zip",
959
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/8015f806173c6ee54de25a87c2d69736696e88db",
960
                "reference": "8015f806173c6ee54de25a87c2d69736696e88db",
961
                "shasum": ""
962
            },
963
            "require": {
964
                "ext-mbstring": "*",
965
                "php": "^7.1"
966
            },
967
            "conflict": {
968
                "scrutinizer/ocular": "1.7.*"
969
            },
970
            "require-dev": {
971
                "cebe/markdown": "~1.0",
972
                "commonmark/commonmark.js": "0.29.1",
973
                "erusev/parsedown": "~1.0",
974
                "ext-json": "*",
975
                "github/gfm": "0.29.0",
976
                "michelf/php-markdown": "~1.4",
977
                "mikehaertl/php-shellcommand": "^1.4",
978
                "phpstan/phpstan-shim": "^0.11.5",
979
                "phpunit/phpunit": "^7.5",
980
                "scrutinizer/ocular": "^1.5",
981
                "symfony/finder": "^4.2"
982
            },
983
            "bin": [
984
                "bin/commonmark"
985
            ],
986
            "type": "library",
987
            "extra": {
988
                "branch-alias": {
989
                    "dev-master": "1.4-dev"
990
                }
991
            },
992
            "autoload": {
993
                "psr-4": {
994
                    "League\\CommonMark\\": "src"
995
                }
996
            },
997
            "notification-url": "https://packagist.org/downloads/",
998
            "license": [
999
                "BSD-3-Clause"
1000
            ],
1001
            "authors": [
1002
                {
1003
                    "name": "Colin O'Dell",
1004
                    "email": "colinodell@gmail.com",
1005
                    "homepage": "https://www.colinodell.com",
1006
                    "role": "Lead Developer"
1007
                }
1008
            ],
1009
            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
1010
            "homepage": "https://commonmark.thephpleague.com",
1011
            "keywords": [
1012
                "commonmark",
1013
                "flavored",
1014
                "gfm",
1015
                "github",
1016
                "github-flavored",
1017
                "markdown",
1018
                "md",
1019
                "parser"
1020
            ],
1021
            "time": "2020-02-28T18:53:50+00:00"
1022
        },
1023
        {
1024
            "name": "league/flysystem",
1025
            "version": "1.0.65",
1026
            "source": {
1027
                "type": "git",
1028
                "url": "https://github.com/thephpleague/flysystem.git",
1029
                "reference": "8f17b3ba67097aafb8318cd5c553b1acf7c891c8"
1030
            },
1031
            "dist": {
1032
                "type": "zip",
1033
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8f17b3ba67097aafb8318cd5c553b1acf7c891c8",
1034
                "reference": "8f17b3ba67097aafb8318cd5c553b1acf7c891c8",
1035
                "shasum": ""
1036
            },
1037
            "require": {
1038
                "ext-fileinfo": "*",
1039
                "php": ">=5.5.9"
1040
            },
1041
            "conflict": {
1042
                "league/flysystem-sftp": "<1.0.6"
1043
            },
1044
            "require-dev": {
1045
                "phpspec/phpspec": "^3.4",
1046
                "phpunit/phpunit": "^5.7.26"
1047
            },
1048
            "suggest": {
1049
                "ext-fileinfo": "Required for MimeType",
1050
                "ext-ftp": "Allows you to use FTP server storage",
1051
                "ext-openssl": "Allows you to use FTPS server storage",
1052
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1053
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1054
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1055
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1056
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1057
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1058
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1059
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1060
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1061
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1062
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1063
            },
1064
            "type": "library",
1065
            "extra": {
1066
                "branch-alias": {
1067
                    "dev-master": "1.1-dev"
1068
                }
1069
            },
1070
            "autoload": {
1071
                "psr-4": {
1072
                    "League\\Flysystem\\": "src/"
1073
                }
1074
            },
1075
            "notification-url": "https://packagist.org/downloads/",
1076
            "license": [
1077
                "MIT"
1078
            ],
1079
            "authors": [
1080
                {
1081
                    "name": "Frank de Jonge",
1082
                    "email": "info@frenky.net"
1083
                }
1084
            ],
1085
            "description": "Filesystem abstraction: Many filesystems, one API.",
1086
            "keywords": [
1087
                "Cloud Files",
1088
                "WebDAV",
1089
                "abstraction",
1090
                "aws",
1091
                "cloud",
1092
                "copy.com",
1093
                "dropbox",
1094
                "file systems",
1095
                "files",
1096
                "filesystem",
1097
                "filesystems",
1098
                "ftp",
1099
                "rackspace",
1100
                "remote",
1101
                "s3",
1102
                "sftp",
1103
                "storage"
1104
            ],
1105
            "time": "2020-03-08T18:53:20+00:00"
1106
        },
1107
        {
1108
            "name": "monolog/monolog",
1109
            "version": "2.0.2",
1110
            "source": {
1111
                "type": "git",
1112
                "url": "https://github.com/Seldaek/monolog.git",
1113
                "reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8"
1114
            },
1115
            "dist": {
1116
                "type": "zip",
1117
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c861fcba2ca29404dc9e617eedd9eff4616986b8",
1118
                "reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8",
1119
                "shasum": ""
1120
            },
1121
            "require": {
1122
                "php": "^7.2",
1123
                "psr/log": "^1.0.1"
1124
            },
1125
            "provide": {
1126
                "psr/log-implementation": "1.0.0"
1127
            },
1128
            "require-dev": {
1129
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1130
                "doctrine/couchdb": "~1.0@dev",
1131
                "elasticsearch/elasticsearch": "^6.0",
1132
                "graylog2/gelf-php": "^1.4.2",
1133
                "jakub-onderka/php-parallel-lint": "^0.9",
1134
                "php-amqplib/php-amqplib": "~2.4",
1135
                "php-console/php-console": "^3.1.3",
1136
                "phpspec/prophecy": "^1.6.1",
1137
                "phpunit/phpunit": "^8.3",
1138
                "predis/predis": "^1.1",
1139
                "rollbar/rollbar": "^1.3",
1140
                "ruflin/elastica": ">=0.90 <3.0",
1141
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1142
            },
1143
            "suggest": {
1144
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1145
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1146
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1147
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1148
                "ext-mbstring": "Allow to work properly with unicode symbols",
1149
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1150
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1151
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1152
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1153
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1154
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1155
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1156
            },
1157
            "type": "library",
1158
            "extra": {
1159
                "branch-alias": {
1160
                    "dev-master": "2.x-dev"
1161
                }
1162
            },
1163
            "autoload": {
1164
                "psr-4": {
1165
                    "Monolog\\": "src/Monolog"
1166
                }
1167
            },
1168
            "notification-url": "https://packagist.org/downloads/",
1169
            "license": [
1170
                "MIT"
1171
            ],
1172
            "authors": [
1173
                {
1174
                    "name": "Jordi Boggiano",
1175
                    "email": "j.boggiano@seld.be",
1176
                    "homepage": "http://seld.be"
1177
                }
1178
            ],
1179
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1180
            "homepage": "http://github.com/Seldaek/monolog",
1181
            "keywords": [
1182
                "log",
1183
                "logging",
1184
                "psr-3"
1185
            ],
1186
            "time": "2019-12-20T14:22:59+00:00"
1187
        },
1188
        {
1189
            "name": "nesbot/carbon",
1190
            "version": "2.31.0",
1191
            "source": {
1192
                "type": "git",
1193
                "url": "https://github.com/briannesbitt/Carbon.git",
1194
                "reference": "bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d"
1195
            },
1196
            "dist": {
1197
                "type": "zip",
1198
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d",
1199
                "reference": "bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d",
1200
                "shasum": ""
1201
            },
1202
            "require": {
1203
                "ext-json": "*",
1204
                "php": "^7.1.8 || ^8.0",
1205
                "symfony/translation": "^3.4 || ^4.0 || ^5.0"
1206
            },
1207
            "require-dev": {
1208
                "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
1209
                "kylekatarnls/multi-tester": "^1.1",
1210
                "phpmd/phpmd": "^2.8",
1211
                "phpstan/phpstan": "^0.11",
1212
                "phpunit/phpunit": "^7.5 || ^8.0",
1213
                "squizlabs/php_codesniffer": "^3.4"
1214
            },
1215
            "bin": [
1216
                "bin/carbon"
1217
            ],
1218
            "type": "library",
1219
            "extra": {
1220
                "branch-alias": {
1221
                    "dev-master": "2.x-dev"
1222
                },
1223
                "laravel": {
1224
                    "providers": [
1225
                        "Carbon\\Laravel\\ServiceProvider"
1226
                    ]
1227
                }
1228
            },
1229
            "autoload": {
1230
                "psr-4": {
1231
                    "Carbon\\": "src/Carbon/"
1232
                }
1233
            },
1234
            "notification-url": "https://packagist.org/downloads/",
1235
            "license": [
1236
                "MIT"
1237
            ],
1238
            "authors": [
1239
                {
1240
                    "name": "Brian Nesbitt",
1241
                    "email": "brian@nesbot.com",
1242
                    "homepage": "http://nesbot.com"
1243
                },
1244
                {
1245
                    "name": "kylekatarnls",
1246
                    "homepage": "http://github.com/kylekatarnls"
1247
                }
1248
            ],
1249
            "description": "An API extension for DateTime that supports 281 different languages.",
1250
            "homepage": "http://carbon.nesbot.com",
1251
            "keywords": [
1252
                "date",
1253
                "datetime",
1254
                "time"
1255
            ],
1256
            "time": "2020-03-01T11:11:58+00:00"
1257
        },
1258
        {
1259
            "name": "nikic/php-parser",
1260
            "version": "v4.3.0",
1261
            "source": {
1262
                "type": "git",
1263
                "url": "https://github.com/nikic/PHP-Parser.git",
1264
                "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
1265
            },
1266
            "dist": {
1267
                "type": "zip",
1268
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
1269
                "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
1270
                "shasum": ""
1271
            },
1272
            "require": {
1273
                "ext-tokenizer": "*",
1274
                "php": ">=7.0"
1275
            },
1276
            "require-dev": {
1277
                "ircmaxell/php-yacc": "0.0.5",
1278
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
1279
            },
1280
            "bin": [
1281
                "bin/php-parse"
1282
            ],
1283
            "type": "library",
1284
            "extra": {
1285
                "branch-alias": {
1286
                    "dev-master": "4.3-dev"
1287
                }
1288
            },
1289
            "autoload": {
1290
                "psr-4": {
1291
                    "PhpParser\\": "lib/PhpParser"
1292
                }
1293
            },
1294
            "notification-url": "https://packagist.org/downloads/",
1295
            "license": [
1296
                "BSD-3-Clause"
1297
            ],
1298
            "authors": [
1299
                {
1300
                    "name": "Nikita Popov"
1301
                }
1302
            ],
1303
            "description": "A PHP parser written in PHP",
1304
            "keywords": [
1305
                "parser",
1306
                "php"
1307
            ],
1308
            "time": "2019-11-08T13:50:10+00:00"
1309
        },
1310
        {
1311
            "name": "opis/closure",
1312
            "version": "3.5.1",
1313
            "source": {
1314
                "type": "git",
1315
                "url": "https://github.com/opis/closure.git",
1316
                "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
1317
            },
1318
            "dist": {
1319
                "type": "zip",
1320
                "url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
1321
                "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
1322
                "shasum": ""
1323
            },
1324
            "require": {
1325
                "php": "^5.4 || ^7.0"
1326
            },
1327
            "require-dev": {
1328
                "jeremeamia/superclosure": "^2.0",
1329
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1330
            },
1331
            "type": "library",
1332
            "extra": {
1333
                "branch-alias": {
1334
                    "dev-master": "3.5.x-dev"
1335
                }
1336
            },
1337
            "autoload": {
1338
                "psr-4": {
1339
                    "Opis\\Closure\\": "src/"
1340
                },
1341
                "files": [
1342
                    "functions.php"
1343
                ]
1344
            },
1345
            "notification-url": "https://packagist.org/downloads/",
1346
            "license": [
1347
                "MIT"
1348
            ],
1349
            "authors": [
1350
                {
1351
                    "name": "Marius Sarca",
1352
                    "email": "marius.sarca@gmail.com"
1353
                },
1354
                {
1355
                    "name": "Sorin Sarca",
1356
                    "email": "sarca_sorin@hotmail.com"
1357
                }
1358
            ],
1359
            "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
1360
            "homepage": "https://opis.io/closure",
1361
            "keywords": [
1362
                "anonymous functions",
1363
                "closure",
1364
                "function",
1365
                "serializable",
1366
                "serialization",
1367
                "serialize"
1368
            ],
1369
            "time": "2019-11-29T22:36:02+00:00"
1370
        },
1371
        {
1372
            "name": "paragonie/random_compat",
1373
            "version": "v9.99.99",
1374
            "source": {
1375
                "type": "git",
1376
                "url": "https://github.com/paragonie/random_compat.git",
1377
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
1378
            },
1379
            "dist": {
1380
                "type": "zip",
1381
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1382
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1383
                "shasum": ""
1384
            },
1385
            "require": {
1386
                "php": "^7"
1387
            },
1388
            "require-dev": {
1389
                "phpunit/phpunit": "4.*|5.*",
1390
                "vimeo/psalm": "^1"
1391
            },
1392
            "suggest": {
1393
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1394
            },
1395
            "type": "library",
1396
            "notification-url": "https://packagist.org/downloads/",
1397
            "license": [
1398
                "MIT"
1399
            ],
1400
            "authors": [
1401
                {
1402
                    "name": "Paragon Initiative Enterprises",
1403
                    "email": "security@paragonie.com",
1404
                    "homepage": "https://paragonie.com"
1405
                }
1406
            ],
1407
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1408
            "keywords": [
1409
                "csprng",
1410
                "polyfill",
1411
                "pseudorandom",
1412
                "random"
1413
            ],
1414
            "time": "2018-07-02T15:55:56+00:00"
1415
        },
1416
        {
1417
            "name": "phpoption/phpoption",
1418
            "version": "1.7.2",
1419
            "source": {
1420
                "type": "git",
1421
                "url": "https://github.com/schmittjoh/php-option.git",
1422
                "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
1423
            },
1424
            "dist": {
1425
                "type": "zip",
1426
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
1427
                "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
1428
                "shasum": ""
1429
            },
1430
            "require": {
1431
                "php": "^5.5.9 || ^7.0"
1432
            },
1433
            "require-dev": {
1434
                "bamarni/composer-bin-plugin": "^1.3",
1435
                "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
1436
            },
1437
            "type": "library",
1438
            "extra": {
1439
                "branch-alias": {
1440
                    "dev-master": "1.7-dev"
1441
                }
1442
            },
1443
            "autoload": {
1444
                "psr-4": {
1445
                    "PhpOption\\": "src/PhpOption/"
1446
                }
1447
            },
1448
            "notification-url": "https://packagist.org/downloads/",
1449
            "license": [
1450
                "Apache-2.0"
1451
            ],
1452
            "authors": [
1453
                {
1454
                    "name": "Johannes M. Schmitt",
1455
                    "email": "schmittjoh@gmail.com"
1456
                },
1457
                {
1458
                    "name": "Graham Campbell",
1459
                    "email": "graham@alt-three.com"
1460
                }
1461
            ],
1462
            "description": "Option Type for PHP",
1463
            "keywords": [
1464
                "language",
1465
                "option",
1466
                "php",
1467
                "type"
1468
            ],
1469
            "time": "2019-12-15T19:35:24+00:00"
1470
        },
1471
        {
1472
            "name": "psr/container",
1473
            "version": "1.0.0",
1474
            "source": {
1475
                "type": "git",
1476
                "url": "https://github.com/php-fig/container.git",
1477
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1478
            },
1479
            "dist": {
1480
                "type": "zip",
1481
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1482
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1483
                "shasum": ""
1484
            },
1485
            "require": {
1486
                "php": ">=5.3.0"
1487
            },
1488
            "type": "library",
1489
            "extra": {
1490
                "branch-alias": {
1491
                    "dev-master": "1.0.x-dev"
1492
                }
1493
            },
1494
            "autoload": {
1495
                "psr-4": {
1496
                    "Psr\\Container\\": "src/"
1497
                }
1498
            },
1499
            "notification-url": "https://packagist.org/downloads/",
1500
            "license": [
1501
                "MIT"
1502
            ],
1503
            "authors": [
1504
                {
1505
                    "name": "PHP-FIG",
1506
                    "homepage": "http://www.php-fig.org/"
1507
                }
1508
            ],
1509
            "description": "Common Container Interface (PHP FIG PSR-11)",
1510
            "homepage": "https://github.com/php-fig/container",
1511
            "keywords": [
1512
                "PSR-11",
1513
                "container",
1514
                "container-interface",
1515
                "container-interop",
1516
                "psr"
1517
            ],
1518
            "time": "2017-02-14T16:28:37+00:00"
1519
        },
1520
        {
1521
            "name": "psr/event-dispatcher",
1522
            "version": "1.0.0",
1523
            "source": {
1524
                "type": "git",
1525
                "url": "https://github.com/php-fig/event-dispatcher.git",
1526
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1527
            },
1528
            "dist": {
1529
                "type": "zip",
1530
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1531
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1532
                "shasum": ""
1533
            },
1534
            "require": {
1535
                "php": ">=7.2.0"
1536
            },
1537
            "type": "library",
1538
            "extra": {
1539
                "branch-alias": {
1540
                    "dev-master": "1.0.x-dev"
1541
                }
1542
            },
1543
            "autoload": {
1544
                "psr-4": {
1545
                    "Psr\\EventDispatcher\\": "src/"
1546
                }
1547
            },
1548
            "notification-url": "https://packagist.org/downloads/",
1549
            "license": [
1550
                "MIT"
1551
            ],
1552
            "authors": [
1553
                {
1554
                    "name": "PHP-FIG",
1555
                    "homepage": "http://www.php-fig.org/"
1556
                }
1557
            ],
1558
            "description": "Standard interfaces for event handling.",
1559
            "keywords": [
1560
                "events",
1561
                "psr",
1562
                "psr-14"
1563
            ],
1564
            "time": "2019-01-08T18:20:26+00:00"
1565
        },
1566
        {
1567
            "name": "psr/http-message",
1568
            "version": "1.0.1",
1569
            "source": {
1570
                "type": "git",
1571
                "url": "https://github.com/php-fig/http-message.git",
1572
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1573
            },
1574
            "dist": {
1575
                "type": "zip",
1576
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1577
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1578
                "shasum": ""
1579
            },
1580
            "require": {
1581
                "php": ">=5.3.0"
1582
            },
1583
            "type": "library",
1584
            "extra": {
1585
                "branch-alias": {
1586
                    "dev-master": "1.0.x-dev"
1587
                }
1588
            },
1589
            "autoload": {
1590
                "psr-4": {
1591
                    "Psr\\Http\\Message\\": "src/"
1592
                }
1593
            },
1594
            "notification-url": "https://packagist.org/downloads/",
1595
            "license": [
1596
                "MIT"
1597
            ],
1598
            "authors": [
1599
                {
1600
                    "name": "PHP-FIG",
1601
                    "homepage": "http://www.php-fig.org/"
1602
                }
1603
            ],
1604
            "description": "Common interface for HTTP messages",
1605
            "homepage": "https://github.com/php-fig/http-message",
1606
            "keywords": [
1607
                "http",
1608
                "http-message",
1609
                "psr",
1610
                "psr-7",
1611
                "request",
1612
                "response"
1613
            ],
1614
            "time": "2016-08-06T14:39:51+00:00"
1615
        },
1616
        {
1617
            "name": "psr/log",
1618
            "version": "1.1.2",
1619
            "source": {
1620
                "type": "git",
1621
                "url": "https://github.com/php-fig/log.git",
1622
                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1623
            },
1624
            "dist": {
1625
                "type": "zip",
1626
                "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1627
                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1628
                "shasum": ""
1629
            },
1630
            "require": {
1631
                "php": ">=5.3.0"
1632
            },
1633
            "type": "library",
1634
            "extra": {
1635
                "branch-alias": {
1636
                    "dev-master": "1.1.x-dev"
1637
                }
1638
            },
1639
            "autoload": {
1640
                "psr-4": {
1641
                    "Psr\\Log\\": "Psr/Log/"
1642
                }
1643
            },
1644
            "notification-url": "https://packagist.org/downloads/",
1645
            "license": [
1646
                "MIT"
1647
            ],
1648
            "authors": [
1649
                {
1650
                    "name": "PHP-FIG",
1651
                    "homepage": "http://www.php-fig.org/"
1652
                }
1653
            ],
1654
            "description": "Common interface for logging libraries",
1655
            "homepage": "https://github.com/php-fig/log",
1656
            "keywords": [
1657
                "log",
1658
                "psr",
1659
                "psr-3"
1660
            ],
1661
            "time": "2019-11-01T11:05:21+00:00"
1662
        },
1663
        {
1664
            "name": "psr/simple-cache",
1665
            "version": "1.0.1",
1666
            "source": {
1667
                "type": "git",
1668
                "url": "https://github.com/php-fig/simple-cache.git",
1669
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1670
            },
1671
            "dist": {
1672
                "type": "zip",
1673
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1674
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1675
                "shasum": ""
1676
            },
1677
            "require": {
1678
                "php": ">=5.3.0"
1679
            },
1680
            "type": "library",
1681
            "extra": {
1682
                "branch-alias": {
1683
                    "dev-master": "1.0.x-dev"
1684
                }
1685
            },
1686
            "autoload": {
1687
                "psr-4": {
1688
                    "Psr\\SimpleCache\\": "src/"
1689
                }
1690
            },
1691
            "notification-url": "https://packagist.org/downloads/",
1692
            "license": [
1693
                "MIT"
1694
            ],
1695
            "authors": [
1696
                {
1697
                    "name": "PHP-FIG",
1698
                    "homepage": "http://www.php-fig.org/"
1699
                }
1700
            ],
1701
            "description": "Common interfaces for simple caching",
1702
            "keywords": [
1703
                "cache",
1704
                "caching",
1705
                "psr",
1706
                "psr-16",
1707
                "simple-cache"
1708
            ],
1709
            "time": "2017-10-23T01:57:42+00:00"
1710
        },
1711
        {
1712
            "name": "psy/psysh",
1713
            "version": "v0.9.12",
1714
            "source": {
1715
                "type": "git",
1716
                "url": "https://github.com/bobthecow/psysh.git",
1717
                "reference": "90da7f37568aee36b116a030c5f99c915267edd4"
1718
            },
1719
            "dist": {
1720
                "type": "zip",
1721
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4",
1722
                "reference": "90da7f37568aee36b116a030c5f99c915267edd4",
1723
                "shasum": ""
1724
            },
1725
            "require": {
1726
                "dnoegel/php-xdg-base-dir": "0.1.*",
1727
                "ext-json": "*",
1728
                "ext-tokenizer": "*",
1729
                "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
1730
                "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
1731
                "php": ">=5.4.0",
1732
                "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
1733
                "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
1734
            },
1735
            "require-dev": {
1736
                "bamarni/composer-bin-plugin": "^1.2",
1737
                "hoa/console": "~2.15|~3.16",
1738
                "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
1739
            },
1740
            "suggest": {
1741
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1742
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1743
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1744
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
1745
                "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
1746
            },
1747
            "bin": [
1748
                "bin/psysh"
1749
            ],
1750
            "type": "library",
1751
            "extra": {
1752
                "branch-alias": {
1753
                    "dev-develop": "0.9.x-dev"
1754
                }
1755
            },
1756
            "autoload": {
1757
                "files": [
1758
                    "src/functions.php"
1759
                ],
1760
                "psr-4": {
1761
                    "Psy\\": "src/"
1762
                }
1763
            },
1764
            "notification-url": "https://packagist.org/downloads/",
1765
            "license": [
1766
                "MIT"
1767
            ],
1768
            "authors": [
1769
                {
1770
                    "name": "Justin Hileman",
1771
                    "email": "justin@justinhileman.info",
1772
                    "homepage": "http://justinhileman.com"
1773
                }
1774
            ],
1775
            "description": "An interactive shell for modern PHP.",
1776
            "homepage": "http://psysh.org",
1777
            "keywords": [
1778
                "REPL",
1779
                "console",
1780
                "interactive",
1781
                "shell"
1782
            ],
1783
            "time": "2019-12-06T14:19:43+00:00"
1784
        },
1785
        {
1786
            "name": "ralouphie/getallheaders",
1787
            "version": "3.0.3",
1788
            "source": {
1789
                "type": "git",
1790
                "url": "https://github.com/ralouphie/getallheaders.git",
1791
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
1792
            },
1793
            "dist": {
1794
                "type": "zip",
1795
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1796
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
1797
                "shasum": ""
1798
            },
1799
            "require": {
1800
                "php": ">=5.6"
1801
            },
1802
            "require-dev": {
1803
                "php-coveralls/php-coveralls": "^2.1",
1804
                "phpunit/phpunit": "^5 || ^6.5"
1805
            },
1806
            "type": "library",
1807
            "autoload": {
1808
                "files": [
1809
                    "src/getallheaders.php"
1810
                ]
1811
            },
1812
            "notification-url": "https://packagist.org/downloads/",
1813
            "license": [
1814
                "MIT"
1815
            ],
1816
            "authors": [
1817
                {
1818
                    "name": "Ralph Khattar",
1819
                    "email": "ralph.khattar@gmail.com"
1820
                }
1821
            ],
1822
            "description": "A polyfill for getallheaders.",
1823
            "time": "2019-03-08T08:55:37+00:00"
1824
        },
1825
        {
1826
            "name": "ramsey/uuid",
1827
            "version": "3.9.3",
1828
            "source": {
1829
                "type": "git",
1830
                "url": "https://github.com/ramsey/uuid.git",
1831
                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
1832
            },
1833
            "dist": {
1834
                "type": "zip",
1835
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
1836
                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
1837
                "shasum": ""
1838
            },
1839
            "require": {
1840
                "ext-json": "*",
1841
                "paragonie/random_compat": "^1 | ^2 | 9.99.99",
1842
                "php": "^5.4 | ^7 | ^8",
1843
                "symfony/polyfill-ctype": "^1.8"
1844
            },
1845
            "replace": {
1846
                "rhumsaa/uuid": "self.version"
1847
            },
1848
            "require-dev": {
1849
                "codeception/aspect-mock": "^1 | ^2",
1850
                "doctrine/annotations": "^1.2",
1851
                "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
1852
                "jakub-onderka/php-parallel-lint": "^1",
1853
                "mockery/mockery": "^0.9.11 | ^1",
1854
                "moontoast/math": "^1.1",
1855
                "paragonie/random-lib": "^2",
1856
                "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
1857
                "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
1858
                "squizlabs/php_codesniffer": "^3.5"
1859
            },
1860
            "suggest": {
1861
                "ext-ctype": "Provides support for PHP Ctype functions",
1862
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1863
                "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
1864
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1865
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1866
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1867
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1868
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1869
            },
1870
            "type": "library",
1871
            "extra": {
1872
                "branch-alias": {
1873
                    "dev-master": "3.x-dev"
1874
                }
1875
            },
1876
            "autoload": {
1877
                "psr-4": {
1878
                    "Ramsey\\Uuid\\": "src/"
1879
                },
1880
                "files": [
1881
                    "src/functions.php"
1882
                ]
1883
            },
1884
            "notification-url": "https://packagist.org/downloads/",
1885
            "license": [
1886
                "MIT"
1887
            ],
1888
            "authors": [
1889
                {
1890
                    "name": "Ben Ramsey",
1891
                    "email": "ben@benramsey.com",
1892
                    "homepage": "https://benramsey.com"
1893
                },
1894
                {
1895
                    "name": "Marijn Huizendveld",
1896
                    "email": "marijn.huizendveld@gmail.com"
1897
                },
1898
                {
1899
                    "name": "Thibaud Fabre",
1900
                    "email": "thibaud@aztech.io"
1901
                }
1902
            ],
1903
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1904
            "homepage": "https://github.com/ramsey/uuid",
1905
            "keywords": [
1906
                "guid",
1907
                "identifier",
1908
                "uuid"
1909
            ],
1910
            "time": "2020-02-21T04:36:14+00:00"
1911
        },
1912
        {
1913
            "name": "swiftmailer/swiftmailer",
1914
            "version": "v6.2.3",
1915
            "source": {
1916
                "type": "git",
1917
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1918
                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
1919
            },
1920
            "dist": {
1921
                "type": "zip",
1922
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
1923
                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
1924
                "shasum": ""
1925
            },
1926
            "require": {
1927
                "egulias/email-validator": "~2.0",
1928
                "php": ">=7.0.0",
1929
                "symfony/polyfill-iconv": "^1.0",
1930
                "symfony/polyfill-intl-idn": "^1.10",
1931
                "symfony/polyfill-mbstring": "^1.0"
1932
            },
1933
            "require-dev": {
1934
                "mockery/mockery": "~0.9.1",
1935
                "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
1936
            },
1937
            "suggest": {
1938
                "ext-intl": "Needed to support internationalized email addresses",
1939
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
1940
            },
1941
            "type": "library",
1942
            "extra": {
1943
                "branch-alias": {
1944
                    "dev-master": "6.2-dev"
1945
                }
1946
            },
1947
            "autoload": {
1948
                "files": [
1949
                    "lib/swift_required.php"
1950
                ]
1951
            },
1952
            "notification-url": "https://packagist.org/downloads/",
1953
            "license": [
1954
                "MIT"
1955
            ],
1956
            "authors": [
1957
                {
1958
                    "name": "Chris Corbyn"
1959
                },
1960
                {
1961
                    "name": "Fabien Potencier",
1962
                    "email": "fabien@symfony.com"
1963
                }
1964
            ],
1965
            "description": "Swiftmailer, free feature-rich PHP mailer",
1966
            "homepage": "https://swiftmailer.symfony.com",
1967
            "keywords": [
1968
                "email",
1969
                "mail",
1970
                "mailer"
1971
            ],
1972
            "time": "2019-11-12T09:31:26+00:00"
1973
        },
1974
        {
1975
            "name": "symfony/console",
1976
            "version": "v5.0.5",
1977
            "source": {
1978
                "type": "git",
1979
                "url": "https://github.com/symfony/console.git",
1980
                "reference": "d29e2d36941de13600c399e393a60b8cfe59ac49"
1981
            },
1982
            "dist": {
1983
                "type": "zip",
1984
                "url": "https://api.github.com/repos/symfony/console/zipball/d29e2d36941de13600c399e393a60b8cfe59ac49",
1985
                "reference": "d29e2d36941de13600c399e393a60b8cfe59ac49",
1986
                "shasum": ""
1987
            },
1988
            "require": {
1989
                "php": "^7.2.5",
1990
                "symfony/polyfill-mbstring": "~1.0",
1991
                "symfony/polyfill-php73": "^1.8",
1992
                "symfony/service-contracts": "^1.1|^2"
1993
            },
1994
            "conflict": {
1995
                "symfony/dependency-injection": "<4.4",
1996
                "symfony/event-dispatcher": "<4.4",
1997
                "symfony/lock": "<4.4",
1998
                "symfony/process": "<4.4"
1999
            },
2000
            "provide": {
2001
                "psr/log-implementation": "1.0"
2002
            },
2003
            "require-dev": {
2004
                "psr/log": "~1.0",
2005
                "symfony/config": "^4.4|^5.0",
2006
                "symfony/dependency-injection": "^4.4|^5.0",
2007
                "symfony/event-dispatcher": "^4.4|^5.0",
2008
                "symfony/lock": "^4.4|^5.0",
2009
                "symfony/process": "^4.4|^5.0",
2010
                "symfony/var-dumper": "^4.4|^5.0"
2011
            },
2012
            "suggest": {
2013
                "psr/log": "For using the console logger",
2014
                "symfony/event-dispatcher": "",
2015
                "symfony/lock": "",
2016
                "symfony/process": ""
2017
            },
2018
            "type": "library",
2019
            "extra": {
2020
                "branch-alias": {
2021
                    "dev-master": "5.0-dev"
2022
                }
2023
            },
2024
            "autoload": {
2025
                "psr-4": {
2026
                    "Symfony\\Component\\Console\\": ""
2027
                },
2028
                "exclude-from-classmap": [
2029
                    "/Tests/"
2030
                ]
2031
            },
2032
            "notification-url": "https://packagist.org/downloads/",
2033
            "license": [
2034
                "MIT"
2035
            ],
2036
            "authors": [
2037
                {
2038
                    "name": "Fabien Potencier",
2039
                    "email": "fabien@symfony.com"
2040
                },
2041
                {
2042
                    "name": "Symfony Community",
2043
                    "homepage": "https://symfony.com/contributors"
2044
                }
2045
            ],
2046
            "description": "Symfony Console Component",
2047
            "homepage": "https://symfony.com",
2048
            "time": "2020-02-24T15:05:31+00:00"
2049
        },
2050
        {
2051
            "name": "symfony/css-selector",
2052
            "version": "v5.0.5",
2053
            "source": {
2054
                "type": "git",
2055
                "url": "https://github.com/symfony/css-selector.git",
2056
                "reference": "a0b51ba9938ccc206d9284de7eb527c2d4550b44"
2057
            },
2058
            "dist": {
2059
                "type": "zip",
2060
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/a0b51ba9938ccc206d9284de7eb527c2d4550b44",
2061
                "reference": "a0b51ba9938ccc206d9284de7eb527c2d4550b44",
2062
                "shasum": ""
2063
            },
2064
            "require": {
2065
                "php": "^7.2.5"
2066
            },
2067
            "type": "library",
2068
            "extra": {
2069
                "branch-alias": {
2070
                    "dev-master": "5.0-dev"
2071
                }
2072
            },
2073
            "autoload": {
2074
                "psr-4": {
2075
                    "Symfony\\Component\\CssSelector\\": ""
2076
                },
2077
                "exclude-from-classmap": [
2078
                    "/Tests/"
2079
                ]
2080
            },
2081
            "notification-url": "https://packagist.org/downloads/",
2082
            "license": [
2083
                "MIT"
2084
            ],
2085
            "authors": [
2086
                {
2087
                    "name": "Fabien Potencier",
2088
                    "email": "fabien@symfony.com"
2089
                },
2090
                {
2091
                    "name": "Jean-François Simon",
2092
                    "email": "jeanfrancois.simon@sensiolabs.com"
2093
                },
2094
                {
2095
                    "name": "Symfony Community",
2096
                    "homepage": "https://symfony.com/contributors"
2097
                }
2098
            ],
2099
            "description": "Symfony CssSelector Component",
2100
            "homepage": "https://symfony.com",
2101
            "time": "2020-02-04T09:41:09+00:00"
2102
        },
2103
        {
2104
            "name": "symfony/error-handler",
2105
            "version": "v5.0.5",
2106
            "source": {
2107
                "type": "git",
2108
                "url": "https://github.com/symfony/error-handler.git",
2109
                "reference": "24a938d9913f42d006ee1ca0164ea1f29c1067ec"
2110
            },
2111
            "dist": {
2112
                "type": "zip",
2113
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/24a938d9913f42d006ee1ca0164ea1f29c1067ec",
2114
                "reference": "24a938d9913f42d006ee1ca0164ea1f29c1067ec",
2115
                "shasum": ""
2116
            },
2117
            "require": {
2118
                "php": "^7.2.5",
2119
                "psr/log": "^1.0",
2120
                "symfony/var-dumper": "^4.4|^5.0"
2121
            },
2122
            "require-dev": {
2123
                "symfony/http-kernel": "^4.4|^5.0",
2124
                "symfony/serializer": "^4.4|^5.0"
2125
            },
2126
            "type": "library",
2127
            "extra": {
2128
                "branch-alias": {
2129
                    "dev-master": "5.0-dev"
2130
                }
2131
            },
2132
            "autoload": {
2133
                "psr-4": {
2134
                    "Symfony\\Component\\ErrorHandler\\": ""
2135
                },
2136
                "exclude-from-classmap": [
2137
                    "/Tests/"
2138
                ]
2139
            },
2140
            "notification-url": "https://packagist.org/downloads/",
2141
            "license": [
2142
                "MIT"
2143
            ],
2144
            "authors": [
2145
                {
2146
                    "name": "Fabien Potencier",
2147
                    "email": "fabien@symfony.com"
2148
                },
2149
                {
2150
                    "name": "Symfony Community",
2151
                    "homepage": "https://symfony.com/contributors"
2152
                }
2153
            ],
2154
            "description": "Symfony ErrorHandler Component",
2155
            "homepage": "https://symfony.com",
2156
            "time": "2020-02-29T10:07:09+00:00"
2157
        },
2158
        {
2159
            "name": "symfony/event-dispatcher",
2160
            "version": "v5.0.5",
2161
            "source": {
2162
                "type": "git",
2163
                "url": "https://github.com/symfony/event-dispatcher.git",
2164
                "reference": "b45ad88b253c5a9702ce218e201d89c85d148cea"
2165
            },
2166
            "dist": {
2167
                "type": "zip",
2168
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b45ad88b253c5a9702ce218e201d89c85d148cea",
2169
                "reference": "b45ad88b253c5a9702ce218e201d89c85d148cea",
2170
                "shasum": ""
2171
            },
2172
            "require": {
2173
                "php": "^7.2.5",
2174
                "symfony/event-dispatcher-contracts": "^2"
2175
            },
2176
            "conflict": {
2177
                "symfony/dependency-injection": "<4.4"
2178
            },
2179
            "provide": {
2180
                "psr/event-dispatcher-implementation": "1.0",
2181
                "symfony/event-dispatcher-implementation": "2.0"
2182
            },
2183
            "require-dev": {
2184
                "psr/log": "~1.0",
2185
                "symfony/config": "^4.4|^5.0",
2186
                "symfony/dependency-injection": "^4.4|^5.0",
2187
                "symfony/expression-language": "^4.4|^5.0",
2188
                "symfony/http-foundation": "^4.4|^5.0",
2189
                "symfony/service-contracts": "^1.1|^2",
2190
                "symfony/stopwatch": "^4.4|^5.0"
2191
            },
2192
            "suggest": {
2193
                "symfony/dependency-injection": "",
2194
                "symfony/http-kernel": ""
2195
            },
2196
            "type": "library",
2197
            "extra": {
2198
                "branch-alias": {
2199
                    "dev-master": "5.0-dev"
2200
                }
2201
            },
2202
            "autoload": {
2203
                "psr-4": {
2204
                    "Symfony\\Component\\EventDispatcher\\": ""
2205
                },
2206
                "exclude-from-classmap": [
2207
                    "/Tests/"
2208
                ]
2209
            },
2210
            "notification-url": "https://packagist.org/downloads/",
2211
            "license": [
2212
                "MIT"
2213
            ],
2214
            "authors": [
2215
                {
2216
                    "name": "Fabien Potencier",
2217
                    "email": "fabien@symfony.com"
2218
                },
2219
                {
2220
                    "name": "Symfony Community",
2221
                    "homepage": "https://symfony.com/contributors"
2222
                }
2223
            ],
2224
            "description": "Symfony EventDispatcher Component",
2225
            "homepage": "https://symfony.com",
2226
            "time": "2020-02-22T20:09:08+00:00"
2227
        },
2228
        {
2229
            "name": "symfony/event-dispatcher-contracts",
2230
            "version": "v2.0.1",
2231
            "source": {
2232
                "type": "git",
2233
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2234
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
2235
            },
2236
            "dist": {
2237
                "type": "zip",
2238
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
2239
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
2240
                "shasum": ""
2241
            },
2242
            "require": {
2243
                "php": "^7.2.5",
2244
                "psr/event-dispatcher": "^1"
2245
            },
2246
            "suggest": {
2247
                "symfony/event-dispatcher-implementation": ""
2248
            },
2249
            "type": "library",
2250
            "extra": {
2251
                "branch-alias": {
2252
                    "dev-master": "2.0-dev"
2253
                }
2254
            },
2255
            "autoload": {
2256
                "psr-4": {
2257
                    "Symfony\\Contracts\\EventDispatcher\\": ""
2258
                }
2259
            },
2260
            "notification-url": "https://packagist.org/downloads/",
2261
            "license": [
2262
                "MIT"
2263
            ],
2264
            "authors": [
2265
                {
2266
                    "name": "Nicolas Grekas",
2267
                    "email": "p@tchwork.com"
2268
                },
2269
                {
2270
                    "name": "Symfony Community",
2271
                    "homepage": "https://symfony.com/contributors"
2272
                }
2273
            ],
2274
            "description": "Generic abstractions related to dispatching event",
2275
            "homepage": "https://symfony.com",
2276
            "keywords": [
2277
                "abstractions",
2278
                "contracts",
2279
                "decoupling",
2280
                "interfaces",
2281
                "interoperability",
2282
                "standards"
2283
            ],
2284
            "time": "2019-11-18T17:27:11+00:00"
2285
        },
2286
        {
2287
            "name": "symfony/finder",
2288
            "version": "v5.0.5",
2289
            "source": {
2290
                "type": "git",
2291
                "url": "https://github.com/symfony/finder.git",
2292
                "reference": "6251f201187ca9d66f6b099d3de65d279e971138"
2293
            },
2294
            "dist": {
2295
                "type": "zip",
2296
                "url": "https://api.github.com/repos/symfony/finder/zipball/6251f201187ca9d66f6b099d3de65d279e971138",
2297
                "reference": "6251f201187ca9d66f6b099d3de65d279e971138",
2298
                "shasum": ""
2299
            },
2300
            "require": {
2301
                "php": "^7.2.5"
2302
            },
2303
            "type": "library",
2304
            "extra": {
2305
                "branch-alias": {
2306
                    "dev-master": "5.0-dev"
2307
                }
2308
            },
2309
            "autoload": {
2310
                "psr-4": {
2311
                    "Symfony\\Component\\Finder\\": ""
2312
                },
2313
                "exclude-from-classmap": [
2314
                    "/Tests/"
2315
                ]
2316
            },
2317
            "notification-url": "https://packagist.org/downloads/",
2318
            "license": [
2319
                "MIT"
2320
            ],
2321
            "authors": [
2322
                {
2323
                    "name": "Fabien Potencier",
2324
                    "email": "fabien@symfony.com"
2325
                },
2326
                {
2327
                    "name": "Symfony Community",
2328
                    "homepage": "https://symfony.com/contributors"
2329
                }
2330
            ],
2331
            "description": "Symfony Finder Component",
2332
            "homepage": "https://symfony.com",
2333
            "time": "2020-02-14T07:43:07+00:00"
2334
        },
2335
        {
2336
            "name": "symfony/http-foundation",
2337
            "version": "v5.0.5",
2338
            "source": {
2339
                "type": "git",
2340
                "url": "https://github.com/symfony/http-foundation.git",
2341
                "reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335"
2342
            },
2343
            "dist": {
2344
                "type": "zip",
2345
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f9c2ba72f4295d7ce6cf9f79dbb18036291d335",
2346
                "reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335",
2347
                "shasum": ""
2348
            },
2349
            "require": {
2350
                "php": "^7.2.5",
2351
                "symfony/mime": "^4.4|^5.0",
2352
                "symfony/polyfill-mbstring": "~1.1"
2353
            },
2354
            "require-dev": {
2355
                "predis/predis": "~1.0",
2356
                "symfony/expression-language": "^4.4|^5.0"
2357
            },
2358
            "type": "library",
2359
            "extra": {
2360
                "branch-alias": {
2361
                    "dev-master": "5.0-dev"
2362
                }
2363
            },
2364
            "autoload": {
2365
                "psr-4": {
2366
                    "Symfony\\Component\\HttpFoundation\\": ""
2367
                },
2368
                "exclude-from-classmap": [
2369
                    "/Tests/"
2370
                ]
2371
            },
2372
            "notification-url": "https://packagist.org/downloads/",
2373
            "license": [
2374
                "MIT"
2375
            ],
2376
            "authors": [
2377
                {
2378
                    "name": "Fabien Potencier",
2379
                    "email": "fabien@symfony.com"
2380
                },
2381
                {
2382
                    "name": "Symfony Community",
2383
                    "homepage": "https://symfony.com/contributors"
2384
                }
2385
            ],
2386
            "description": "Symfony HttpFoundation Component",
2387
            "homepage": "https://symfony.com",
2388
            "time": "2020-02-14T07:43:07+00:00"
2389
        },
2390
        {
2391
            "name": "symfony/http-kernel",
2392
            "version": "v5.0.5",
2393
            "source": {
2394
                "type": "git",
2395
                "url": "https://github.com/symfony/http-kernel.git",
2396
                "reference": "021d7d54e080405678f2d8c54cb31d0bb03b4520"
2397
            },
2398
            "dist": {
2399
                "type": "zip",
2400
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/021d7d54e080405678f2d8c54cb31d0bb03b4520",
2401
                "reference": "021d7d54e080405678f2d8c54cb31d0bb03b4520",
2402
                "shasum": ""
2403
            },
2404
            "require": {
2405
                "php": "^7.2.5",
2406
                "psr/log": "~1.0",
2407
                "symfony/error-handler": "^4.4|^5.0",
2408
                "symfony/event-dispatcher": "^5.0",
2409
                "symfony/http-foundation": "^4.4|^5.0",
2410
                "symfony/polyfill-ctype": "^1.8",
2411
                "symfony/polyfill-php73": "^1.9"
2412
            },
2413
            "conflict": {
2414
                "symfony/browser-kit": "<4.4",
2415
                "symfony/cache": "<5.0",
2416
                "symfony/config": "<5.0",
2417
                "symfony/dependency-injection": "<4.4",
2418
                "symfony/doctrine-bridge": "<5.0",
2419
                "symfony/form": "<5.0",
2420
                "symfony/http-client": "<5.0",
2421
                "symfony/mailer": "<5.0",
2422
                "symfony/messenger": "<5.0",
2423
                "symfony/translation": "<5.0",
2424
                "symfony/twig-bridge": "<5.0",
2425
                "symfony/validator": "<5.0",
2426
                "twig/twig": "<2.4"
2427
            },
2428
            "provide": {
2429
                "psr/log-implementation": "1.0"
2430
            },
2431
            "require-dev": {
2432
                "psr/cache": "~1.0",
2433
                "symfony/browser-kit": "^4.4|^5.0",
2434
                "symfony/config": "^5.0",
2435
                "symfony/console": "^4.4|^5.0",
2436
                "symfony/css-selector": "^4.4|^5.0",
2437
                "symfony/dependency-injection": "^4.4|^5.0",
2438
                "symfony/dom-crawler": "^4.4|^5.0",
2439
                "symfony/expression-language": "^4.4|^5.0",
2440
                "symfony/finder": "^4.4|^5.0",
2441
                "symfony/process": "^4.4|^5.0",
2442
                "symfony/routing": "^4.4|^5.0",
2443
                "symfony/stopwatch": "^4.4|^5.0",
2444
                "symfony/translation": "^4.4|^5.0",
2445
                "symfony/translation-contracts": "^1.1|^2",
2446
                "twig/twig": "^2.4|^3.0"
2447
            },
2448
            "suggest": {
2449
                "symfony/browser-kit": "",
2450
                "symfony/config": "",
2451
                "symfony/console": "",
2452
                "symfony/dependency-injection": ""
2453
            },
2454
            "type": "library",
2455
            "extra": {
2456
                "branch-alias": {
2457
                    "dev-master": "5.0-dev"
2458
                }
2459
            },
2460
            "autoload": {
2461
                "psr-4": {
2462
                    "Symfony\\Component\\HttpKernel\\": ""
2463
                },
2464
                "exclude-from-classmap": [
2465
                    "/Tests/"
2466
                ]
2467
            },
2468
            "notification-url": "https://packagist.org/downloads/",
2469
            "license": [
2470
                "MIT"
2471
            ],
2472
            "authors": [
2473
                {
2474
                    "name": "Fabien Potencier",
2475
                    "email": "fabien@symfony.com"
2476
                },
2477
                {
2478
                    "name": "Symfony Community",
2479
                    "homepage": "https://symfony.com/contributors"
2480
                }
2481
            ],
2482
            "description": "Symfony HttpKernel Component",
2483
            "homepage": "https://symfony.com",
2484
            "time": "2020-02-29T10:41:30+00:00"
2485
        },
2486
        {
2487
            "name": "symfony/mime",
2488
            "version": "v5.0.5",
2489
            "source": {
2490
                "type": "git",
2491
                "url": "https://github.com/symfony/mime.git",
2492
                "reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c"
2493
            },
2494
            "dist": {
2495
                "type": "zip",
2496
                "url": "https://api.github.com/repos/symfony/mime/zipball/9b3e5b5e58c56bbd76628c952d2b78556d305f3c",
2497
                "reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c",
2498
                "shasum": ""
2499
            },
2500
            "require": {
2501
                "php": "^7.2.5",
2502
                "symfony/polyfill-intl-idn": "^1.10",
2503
                "symfony/polyfill-mbstring": "^1.0"
2504
            },
2505
            "conflict": {
2506
                "symfony/mailer": "<4.4"
2507
            },
2508
            "require-dev": {
2509
                "egulias/email-validator": "^2.1.10",
2510
                "symfony/dependency-injection": "^4.4|^5.0"
2511
            },
2512
            "type": "library",
2513
            "extra": {
2514
                "branch-alias": {
2515
                    "dev-master": "5.0-dev"
2516
                }
2517
            },
2518
            "autoload": {
2519
                "psr-4": {
2520
                    "Symfony\\Component\\Mime\\": ""
2521
                },
2522
                "exclude-from-classmap": [
2523
                    "/Tests/"
2524
                ]
2525
            },
2526
            "notification-url": "https://packagist.org/downloads/",
2527
            "license": [
2528
                "MIT"
2529
            ],
2530
            "authors": [
2531
                {
2532
                    "name": "Fabien Potencier",
2533
                    "email": "fabien@symfony.com"
2534
                },
2535
                {
2536
                    "name": "Symfony Community",
2537
                    "homepage": "https://symfony.com/contributors"
2538
                }
2539
            ],
2540
            "description": "A library to manipulate MIME messages",
2541
            "homepage": "https://symfony.com",
2542
            "keywords": [
2543
                "mime",
2544
                "mime-type"
2545
            ],
2546
            "time": "2020-02-04T09:41:09+00:00"
2547
        },
2548
        {
2549
            "name": "symfony/polyfill-ctype",
2550
            "version": "v1.14.0",
2551
            "source": {
2552
                "type": "git",
2553
                "url": "https://github.com/symfony/polyfill-ctype.git",
2554
                "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
2555
            },
2556
            "dist": {
2557
                "type": "zip",
2558
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
2559
                "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
2560
                "shasum": ""
2561
            },
2562
            "require": {
2563
                "php": ">=5.3.3"
2564
            },
2565
            "suggest": {
2566
                "ext-ctype": "For best performance"
2567
            },
2568
            "type": "library",
2569
            "extra": {
2570
                "branch-alias": {
2571
                    "dev-master": "1.14-dev"
2572
                }
2573
            },
2574
            "autoload": {
2575
                "psr-4": {
2576
                    "Symfony\\Polyfill\\Ctype\\": ""
2577
                },
2578
                "files": [
2579
                    "bootstrap.php"
2580
                ]
2581
            },
2582
            "notification-url": "https://packagist.org/downloads/",
2583
            "license": [
2584
                "MIT"
2585
            ],
2586
            "authors": [
2587
                {
2588
                    "name": "Gert de Pagter",
2589
                    "email": "BackEndTea@gmail.com"
2590
                },
2591
                {
2592
                    "name": "Symfony Community",
2593
                    "homepage": "https://symfony.com/contributors"
2594
                }
2595
            ],
2596
            "description": "Symfony polyfill for ctype functions",
2597
            "homepage": "https://symfony.com",
2598
            "keywords": [
2599
                "compatibility",
2600
                "ctype",
2601
                "polyfill",
2602
                "portable"
2603
            ],
2604
            "time": "2020-01-13T11:15:53+00:00"
2605
        },
2606
        {
2607
            "name": "symfony/polyfill-iconv",
2608
            "version": "v1.14.0",
2609
            "source": {
2610
                "type": "git",
2611
                "url": "https://github.com/symfony/polyfill-iconv.git",
2612
                "reference": "926832ce51059bb58211b7b2080a88e0c3b5328e"
2613
            },
2614
            "dist": {
2615
                "type": "zip",
2616
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/926832ce51059bb58211b7b2080a88e0c3b5328e",
2617
                "reference": "926832ce51059bb58211b7b2080a88e0c3b5328e",
2618
                "shasum": ""
2619
            },
2620
            "require": {
2621
                "php": ">=5.3.3"
2622
            },
2623
            "suggest": {
2624
                "ext-iconv": "For best performance"
2625
            },
2626
            "type": "library",
2627
            "extra": {
2628
                "branch-alias": {
2629
                    "dev-master": "1.14-dev"
2630
                }
2631
            },
2632
            "autoload": {
2633
                "psr-4": {
2634
                    "Symfony\\Polyfill\\Iconv\\": ""
2635
                },
2636
                "files": [
2637
                    "bootstrap.php"
2638
                ]
2639
            },
2640
            "notification-url": "https://packagist.org/downloads/",
2641
            "license": [
2642
                "MIT"
2643
            ],
2644
            "authors": [
2645
                {
2646
                    "name": "Nicolas Grekas",
2647
                    "email": "p@tchwork.com"
2648
                },
2649
                {
2650
                    "name": "Symfony Community",
2651
                    "homepage": "https://symfony.com/contributors"
2652
                }
2653
            ],
2654
            "description": "Symfony polyfill for the Iconv extension",
2655
            "homepage": "https://symfony.com",
2656
            "keywords": [
2657
                "compatibility",
2658
                "iconv",
2659
                "polyfill",
2660
                "portable",
2661
                "shim"
2662
            ],
2663
            "time": "2020-01-13T11:15:53+00:00"
2664
        },
2665
        {
2666
            "name": "symfony/polyfill-intl-idn",
2667
            "version": "v1.14.0",
2668
            "source": {
2669
                "type": "git",
2670
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
2671
                "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a"
2672
            },
2673
            "dist": {
2674
                "type": "zip",
2675
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6842f1a39cf7d580655688069a03dd7cd83d244a",
2676
                "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a",
2677
                "shasum": ""
2678
            },
2679
            "require": {
2680
                "php": ">=5.3.3",
2681
                "symfony/polyfill-mbstring": "^1.3",
2682
                "symfony/polyfill-php72": "^1.10"
2683
            },
2684
            "suggest": {
2685
                "ext-intl": "For best performance"
2686
            },
2687
            "type": "library",
2688
            "extra": {
2689
                "branch-alias": {
2690
                    "dev-master": "1.14-dev"
2691
                }
2692
            },
2693
            "autoload": {
2694
                "psr-4": {
2695
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
2696
                },
2697
                "files": [
2698
                    "bootstrap.php"
2699
                ]
2700
            },
2701
            "notification-url": "https://packagist.org/downloads/",
2702
            "license": [
2703
                "MIT"
2704
            ],
2705
            "authors": [
2706
                {
2707
                    "name": "Laurent Bassin",
2708
                    "email": "laurent@bassin.info"
2709
                },
2710
                {
2711
                    "name": "Symfony Community",
2712
                    "homepage": "https://symfony.com/contributors"
2713
                }
2714
            ],
2715
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2716
            "homepage": "https://symfony.com",
2717
            "keywords": [
2718
                "compatibility",
2719
                "idn",
2720
                "intl",
2721
                "polyfill",
2722
                "portable",
2723
                "shim"
2724
            ],
2725
            "time": "2020-01-17T12:01:36+00:00"
2726
        },
2727
        {
2728
            "name": "symfony/polyfill-mbstring",
2729
            "version": "v1.14.0",
2730
            "source": {
2731
                "type": "git",
2732
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2733
                "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
2734
            },
2735
            "dist": {
2736
                "type": "zip",
2737
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
2738
                "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
2739
                "shasum": ""
2740
            },
2741
            "require": {
2742
                "php": ">=5.3.3"
2743
            },
2744
            "suggest": {
2745
                "ext-mbstring": "For best performance"
2746
            },
2747
            "type": "library",
2748
            "extra": {
2749
                "branch-alias": {
2750
                    "dev-master": "1.14-dev"
2751
                }
2752
            },
2753
            "autoload": {
2754
                "psr-4": {
2755
                    "Symfony\\Polyfill\\Mbstring\\": ""
2756
                },
2757
                "files": [
2758
                    "bootstrap.php"
2759
                ]
2760
            },
2761
            "notification-url": "https://packagist.org/downloads/",
2762
            "license": [
2763
                "MIT"
2764
            ],
2765
            "authors": [
2766
                {
2767
                    "name": "Nicolas Grekas",
2768
                    "email": "p@tchwork.com"
2769
                },
2770
                {
2771
                    "name": "Symfony Community",
2772
                    "homepage": "https://symfony.com/contributors"
2773
                }
2774
            ],
2775
            "description": "Symfony polyfill for the Mbstring extension",
2776
            "homepage": "https://symfony.com",
2777
            "keywords": [
2778
                "compatibility",
2779
                "mbstring",
2780
                "polyfill",
2781
                "portable",
2782
                "shim"
2783
            ],
2784
            "time": "2020-01-13T11:15:53+00:00"
2785
        },
2786
        {
2787
            "name": "symfony/polyfill-php72",
2788
            "version": "v1.14.0",
2789
            "source": {
2790
                "type": "git",
2791
                "url": "https://github.com/symfony/polyfill-php72.git",
2792
                "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf"
2793
            },
2794
            "dist": {
2795
                "type": "zip",
2796
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
2797
                "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
2798
                "shasum": ""
2799
            },
2800
            "require": {
2801
                "php": ">=5.3.3"
2802
            },
2803
            "type": "library",
2804
            "extra": {
2805
                "branch-alias": {
2806
                    "dev-master": "1.14-dev"
2807
                }
2808
            },
2809
            "autoload": {
2810
                "psr-4": {
2811
                    "Symfony\\Polyfill\\Php72\\": ""
2812
                },
2813
                "files": [
2814
                    "bootstrap.php"
2815
                ]
2816
            },
2817
            "notification-url": "https://packagist.org/downloads/",
2818
            "license": [
2819
                "MIT"
2820
            ],
2821
            "authors": [
2822
                {
2823
                    "name": "Nicolas Grekas",
2824
                    "email": "p@tchwork.com"
2825
                },
2826
                {
2827
                    "name": "Symfony Community",
2828
                    "homepage": "https://symfony.com/contributors"
2829
                }
2830
            ],
2831
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2832
            "homepage": "https://symfony.com",
2833
            "keywords": [
2834
                "compatibility",
2835
                "polyfill",
2836
                "portable",
2837
                "shim"
2838
            ],
2839
            "time": "2020-01-13T11:15:53+00:00"
2840
        },
2841
        {
2842
            "name": "symfony/polyfill-php73",
2843
            "version": "v1.14.0",
2844
            "source": {
2845
                "type": "git",
2846
                "url": "https://github.com/symfony/polyfill-php73.git",
2847
                "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675"
2848
            },
2849
            "dist": {
2850
                "type": "zip",
2851
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675",
2852
                "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675",
2853
                "shasum": ""
2854
            },
2855
            "require": {
2856
                "php": ">=5.3.3"
2857
            },
2858
            "type": "library",
2859
            "extra": {
2860
                "branch-alias": {
2861
                    "dev-master": "1.14-dev"
2862
                }
2863
            },
2864
            "autoload": {
2865
                "psr-4": {
2866
                    "Symfony\\Polyfill\\Php73\\": ""
2867
                },
2868
                "files": [
2869
                    "bootstrap.php"
2870
                ],
2871
                "classmap": [
2872
                    "Resources/stubs"
2873
                ]
2874
            },
2875
            "notification-url": "https://packagist.org/downloads/",
2876
            "license": [
2877
                "MIT"
2878
            ],
2879
            "authors": [
2880
                {
2881
                    "name": "Nicolas Grekas",
2882
                    "email": "p@tchwork.com"
2883
                },
2884
                {
2885
                    "name": "Symfony Community",
2886
                    "homepage": "https://symfony.com/contributors"
2887
                }
2888
            ],
2889
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2890
            "homepage": "https://symfony.com",
2891
            "keywords": [
2892
                "compatibility",
2893
                "polyfill",
2894
                "portable",
2895
                "shim"
2896
            ],
2897
            "time": "2020-01-13T11:15:53+00:00"
2898
        },
2899
        {
2900
            "name": "symfony/process",
2901
            "version": "v5.0.5",
2902
            "source": {
2903
                "type": "git",
2904
                "url": "https://github.com/symfony/process.git",
2905
                "reference": "fd4a86dd7e36437f2fc080d8c42c7415d828a0a8"
2906
            },
2907
            "dist": {
2908
                "type": "zip",
2909
                "url": "https://api.github.com/repos/symfony/process/zipball/fd4a86dd7e36437f2fc080d8c42c7415d828a0a8",
2910
                "reference": "fd4a86dd7e36437f2fc080d8c42c7415d828a0a8",
2911
                "shasum": ""
2912
            },
2913
            "require": {
2914
                "php": "^7.2.5"
2915
            },
2916
            "type": "library",
2917
            "extra": {
2918
                "branch-alias": {
2919
                    "dev-master": "5.0-dev"
2920
                }
2921
            },
2922
            "autoload": {
2923
                "psr-4": {
2924
                    "Symfony\\Component\\Process\\": ""
2925
                },
2926
                "exclude-from-classmap": [
2927
                    "/Tests/"
2928
                ]
2929
            },
2930
            "notification-url": "https://packagist.org/downloads/",
2931
            "license": [
2932
                "MIT"
2933
            ],
2934
            "authors": [
2935
                {
2936
                    "name": "Fabien Potencier",
2937
                    "email": "fabien@symfony.com"
2938
                },
2939
                {
2940
                    "name": "Symfony Community",
2941
                    "homepage": "https://symfony.com/contributors"
2942
                }
2943
            ],
2944
            "description": "Symfony Process Component",
2945
            "homepage": "https://symfony.com",
2946
            "time": "2020-02-08T17:00:58+00:00"
2947
        },
2948
        {
2949
            "name": "symfony/routing",
2950
            "version": "v5.0.5",
2951
            "source": {
2952
                "type": "git",
2953
                "url": "https://github.com/symfony/routing.git",
2954
                "reference": "d6ca39fd05c1902bf34d724ba06fb8044a0b46de"
2955
            },
2956
            "dist": {
2957
                "type": "zip",
2958
                "url": "https://api.github.com/repos/symfony/routing/zipball/d6ca39fd05c1902bf34d724ba06fb8044a0b46de",
2959
                "reference": "d6ca39fd05c1902bf34d724ba06fb8044a0b46de",
2960
                "shasum": ""
2961
            },
2962
            "require": {
2963
                "php": "^7.2.5"
2964
            },
2965
            "conflict": {
2966
                "symfony/config": "<5.0",
2967
                "symfony/dependency-injection": "<4.4",
2968
                "symfony/yaml": "<4.4"
2969
            },
2970
            "require-dev": {
2971
                "doctrine/annotations": "~1.2",
2972
                "psr/log": "~1.0",
2973
                "symfony/config": "^5.0",
2974
                "symfony/dependency-injection": "^4.4|^5.0",
2975
                "symfony/expression-language": "^4.4|^5.0",
2976
                "symfony/http-foundation": "^4.4|^5.0",
2977
                "symfony/yaml": "^4.4|^5.0"
2978
            },
2979
            "suggest": {
2980
                "doctrine/annotations": "For using the annotation loader",
2981
                "symfony/config": "For using the all-in-one router or any loader",
2982
                "symfony/expression-language": "For using expression matching",
2983
                "symfony/http-foundation": "For using a Symfony Request object",
2984
                "symfony/yaml": "For using the YAML loader"
2985
            },
2986
            "type": "library",
2987
            "extra": {
2988
                "branch-alias": {
2989
                    "dev-master": "5.0-dev"
2990
                }
2991
            },
2992
            "autoload": {
2993
                "psr-4": {
2994
                    "Symfony\\Component\\Routing\\": ""
2995
                },
2996
                "exclude-from-classmap": [
2997
                    "/Tests/"
2998
                ]
2999
            },
3000
            "notification-url": "https://packagist.org/downloads/",
3001
            "license": [
3002
                "MIT"
3003
            ],
3004
            "authors": [
3005
                {
3006
                    "name": "Fabien Potencier",
3007
                    "email": "fabien@symfony.com"
3008
                },
3009
                {
3010
                    "name": "Symfony Community",
3011
                    "homepage": "https://symfony.com/contributors"
3012
                }
3013
            ],
3014
            "description": "Symfony Routing Component",
3015
            "homepage": "https://symfony.com",
3016
            "keywords": [
3017
                "router",
3018
                "routing",
3019
                "uri",
3020
                "url"
3021
            ],
3022
            "time": "2020-02-25T14:24:11+00:00"
3023
        },
3024
        {
3025
            "name": "symfony/service-contracts",
3026
            "version": "v2.0.1",
3027
            "source": {
3028
                "type": "git",
3029
                "url": "https://github.com/symfony/service-contracts.git",
3030
                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
3031
            },
3032
            "dist": {
3033
                "type": "zip",
3034
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
3035
                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
3036
                "shasum": ""
3037
            },
3038
            "require": {
3039
                "php": "^7.2.5",
3040
                "psr/container": "^1.0"
3041
            },
3042
            "suggest": {
3043
                "symfony/service-implementation": ""
3044
            },
3045
            "type": "library",
3046
            "extra": {
3047
                "branch-alias": {
3048
                    "dev-master": "2.0-dev"
3049
                }
3050
            },
3051
            "autoload": {
3052
                "psr-4": {
3053
                    "Symfony\\Contracts\\Service\\": ""
3054
                }
3055
            },
3056
            "notification-url": "https://packagist.org/downloads/",
3057
            "license": [
3058
                "MIT"
3059
            ],
3060
            "authors": [
3061
                {
3062
                    "name": "Nicolas Grekas",
3063
                    "email": "p@tchwork.com"
3064
                },
3065
                {
3066
                    "name": "Symfony Community",
3067
                    "homepage": "https://symfony.com/contributors"
3068
                }
3069
            ],
3070
            "description": "Generic abstractions related to writing services",
3071
            "homepage": "https://symfony.com",
3072
            "keywords": [
3073
                "abstractions",
3074
                "contracts",
3075
                "decoupling",
3076
                "interfaces",
3077
                "interoperability",
3078
                "standards"
3079
            ],
3080
            "time": "2019-11-18T17:27:11+00:00"
3081
        },
3082
        {
3083
            "name": "symfony/translation",
3084
            "version": "v5.0.5",
3085
            "source": {
3086
                "type": "git",
3087
                "url": "https://github.com/symfony/translation.git",
3088
                "reference": "e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b"
3089
            },
3090
            "dist": {
3091
                "type": "zip",
3092
                "url": "https://api.github.com/repos/symfony/translation/zipball/e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b",
3093
                "reference": "e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b",
3094
                "shasum": ""
3095
            },
3096
            "require": {
3097
                "php": "^7.2.5",
3098
                "symfony/polyfill-mbstring": "~1.0",
3099
                "symfony/translation-contracts": "^2"
3100
            },
3101
            "conflict": {
3102
                "symfony/config": "<4.4",
3103
                "symfony/dependency-injection": "<5.0",
3104
                "symfony/http-kernel": "<5.0",
3105
                "symfony/twig-bundle": "<5.0",
3106
                "symfony/yaml": "<4.4"
3107
            },
3108
            "provide": {
3109
                "symfony/translation-implementation": "2.0"
3110
            },
3111
            "require-dev": {
3112
                "psr/log": "~1.0",
3113
                "symfony/config": "^4.4|^5.0",
3114
                "symfony/console": "^4.4|^5.0",
3115
                "symfony/dependency-injection": "^5.0",
3116
                "symfony/finder": "^4.4|^5.0",
3117
                "symfony/http-kernel": "^5.0",
3118
                "symfony/intl": "^4.4|^5.0",
3119
                "symfony/service-contracts": "^1.1.2|^2",
3120
                "symfony/yaml": "^4.4|^5.0"
3121
            },
3122
            "suggest": {
3123
                "psr/log-implementation": "To use logging capability in translator",
3124
                "symfony/config": "",
3125
                "symfony/yaml": ""
3126
            },
3127
            "type": "library",
3128
            "extra": {
3129
                "branch-alias": {
3130
                    "dev-master": "5.0-dev"
3131
                }
3132
            },
3133
            "autoload": {
3134
                "psr-4": {
3135
                    "Symfony\\Component\\Translation\\": ""
3136
                },
3137
                "exclude-from-classmap": [
3138
                    "/Tests/"
3139
                ]
3140
            },
3141
            "notification-url": "https://packagist.org/downloads/",
3142
            "license": [
3143
                "MIT"
3144
            ],
3145
            "authors": [
3146
                {
3147
                    "name": "Fabien Potencier",
3148
                    "email": "fabien@symfony.com"
3149
                },
3150
                {
3151
                    "name": "Symfony Community",
3152
                    "homepage": "https://symfony.com/contributors"
3153
                }
3154
            ],
3155
            "description": "Symfony Translation Component",
3156
            "homepage": "https://symfony.com",
3157
            "time": "2020-02-04T07:41:34+00:00"
3158
        },
3159
        {
3160
            "name": "symfony/translation-contracts",
3161
            "version": "v2.0.1",
3162
            "source": {
3163
                "type": "git",
3164
                "url": "https://github.com/symfony/translation-contracts.git",
3165
                "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
3166
            },
3167
            "dist": {
3168
                "type": "zip",
3169
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
3170
                "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
3171
                "shasum": ""
3172
            },
3173
            "require": {
3174
                "php": "^7.2.5"
3175
            },
3176
            "suggest": {
3177
                "symfony/translation-implementation": ""
3178
            },
3179
            "type": "library",
3180
            "extra": {
3181
                "branch-alias": {
3182
                    "dev-master": "2.0-dev"
3183
                }
3184
            },
3185
            "autoload": {
3186
                "psr-4": {
3187
                    "Symfony\\Contracts\\Translation\\": ""
3188
                }
3189
            },
3190
            "notification-url": "https://packagist.org/downloads/",
3191
            "license": [
3192
                "MIT"
3193
            ],
3194
            "authors": [
3195
                {
3196
                    "name": "Nicolas Grekas",
3197
                    "email": "p@tchwork.com"
3198
                },
3199
                {
3200
                    "name": "Symfony Community",
3201
                    "homepage": "https://symfony.com/contributors"
3202
                }
3203
            ],
3204
            "description": "Generic abstractions related to translation",
3205
            "homepage": "https://symfony.com",
3206
            "keywords": [
3207
                "abstractions",
3208
                "contracts",
3209
                "decoupling",
3210
                "interfaces",
3211
                "interoperability",
3212
                "standards"
3213
            ],
3214
            "time": "2019-11-18T17:27:11+00:00"
3215
        },
3216
        {
3217
            "name": "symfony/var-dumper",
3218
            "version": "v5.0.5",
3219
            "source": {
3220
                "type": "git",
3221
                "url": "https://github.com/symfony/var-dumper.git",
3222
                "reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9"
3223
            },
3224
            "dist": {
3225
                "type": "zip",
3226
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
3227
                "reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
3228
                "shasum": ""
3229
            },
3230
            "require": {
3231
                "php": "^7.2.5",
3232
                "symfony/polyfill-mbstring": "~1.0"
3233
            },
3234
            "conflict": {
3235
                "phpunit/phpunit": "<5.4.3",
3236
                "symfony/console": "<4.4"
3237
            },
3238
            "require-dev": {
3239
                "ext-iconv": "*",
3240
                "symfony/console": "^4.4|^5.0",
3241
                "symfony/process": "^4.4|^5.0",
3242
                "twig/twig": "^2.4|^3.0"
3243
            },
3244
            "suggest": {
3245
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3246
                "ext-intl": "To show region name in time zone dump",
3247
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
3248
            },
3249
            "bin": [
3250
                "Resources/bin/var-dump-server"
3251
            ],
3252
            "type": "library",
3253
            "extra": {
3254
                "branch-alias": {
3255
                    "dev-master": "5.0-dev"
3256
                }
3257
            },
3258
            "autoload": {
3259
                "files": [
3260
                    "Resources/functions/dump.php"
3261
                ],
3262
                "psr-4": {
3263
                    "Symfony\\Component\\VarDumper\\": ""
3264
                },
3265
                "exclude-from-classmap": [
3266
                    "/Tests/"
3267
                ]
3268
            },
3269
            "notification-url": "https://packagist.org/downloads/",
3270
            "license": [
3271
                "MIT"
3272
            ],
3273
            "authors": [
3274
                {
3275
                    "name": "Nicolas Grekas",
3276
                    "email": "p@tchwork.com"
3277
                },
3278
                {
3279
                    "name": "Symfony Community",
3280
                    "homepage": "https://symfony.com/contributors"
3281
                }
3282
            ],
3283
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3284
            "homepage": "https://symfony.com",
3285
            "keywords": [
3286
                "debug",
3287
                "dump"
3288
            ],
3289
            "time": "2020-02-26T22:30:10+00:00"
3290
        },
3291
        {
3292
            "name": "tijsverkoyen/css-to-inline-styles",
3293
            "version": "2.2.2",
3294
            "source": {
3295
                "type": "git",
3296
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
3297
                "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
3298
            },
3299
            "dist": {
3300
                "type": "zip",
3301
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
3302
                "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
3303
                "shasum": ""
3304
            },
3305
            "require": {
3306
                "ext-dom": "*",
3307
                "ext-libxml": "*",
3308
                "php": "^5.5 || ^7.0",
3309
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
3310
            },
3311
            "require-dev": {
3312
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3313
            },
3314
            "type": "library",
3315
            "extra": {
3316
                "branch-alias": {
3317
                    "dev-master": "2.2.x-dev"
3318
                }
3319
            },
3320
            "autoload": {
3321
                "psr-4": {
3322
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
3323
                }
3324
            },
3325
            "notification-url": "https://packagist.org/downloads/",
3326
            "license": [
3327
                "BSD-3-Clause"
3328
            ],
3329
            "authors": [
3330
                {
3331
                    "name": "Tijs Verkoyen",
3332
                    "email": "css_to_inline_styles@verkoyen.eu",
3333
                    "role": "Developer"
3334
                }
3335
            ],
3336
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
3337
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
3338
            "time": "2019-10-24T08:53:34+00:00"
3339
        },
3340
        {
3341
            "name": "vlucas/phpdotenv",
3342
            "version": "v4.1.2",
3343
            "source": {
3344
                "type": "git",
3345
                "url": "https://github.com/vlucas/phpdotenv.git",
3346
                "reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39"
3347
            },
3348
            "dist": {
3349
                "type": "zip",
3350
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/939dfda2d7267ac8fc53ac3d642b5de357554c39",
3351
                "reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39",
3352
                "shasum": ""
3353
            },
3354
            "require": {
3355
                "php": "^5.5.9 || ^7.0",
3356
                "phpoption/phpoption": "^1.7.2",
3357
                "symfony/polyfill-ctype": "^1.9"
3358
            },
3359
            "require-dev": {
3360
                "bamarni/composer-bin-plugin": "^1.3",
3361
                "ext-filter": "*",
3362
                "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
3363
            },
3364
            "suggest": {
3365
                "ext-filter": "Required to use the boolean validator."
3366
            },
3367
            "type": "library",
3368
            "extra": {
3369
                "branch-alias": {
3370
                    "dev-master": "4.1-dev"
3371
                }
3372
            },
3373
            "autoload": {
3374
                "psr-4": {
3375
                    "Dotenv\\": "src/"
3376
                }
3377
            },
3378
            "notification-url": "https://packagist.org/downloads/",
3379
            "license": [
3380
                "BSD-3-Clause"
3381
            ],
3382
            "authors": [
3383
                {
3384
                    "name": "Graham Campbell",
3385
                    "email": "graham@alt-three.com",
3386
                    "homepage": "https://gjcampbell.co.uk/"
3387
                },
3388
                {
3389
                    "name": "Vance Lucas",
3390
                    "email": "vance@vancelucas.com",
3391
                    "homepage": "https://vancelucas.com/"
3392
                }
3393
            ],
3394
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3395
            "keywords": [
3396
                "dotenv",
3397
                "env",
3398
                "environment"
3399
            ],
3400
            "time": "2020-03-12T13:44:15+00:00"
3401
        },
3402
        {
3403
            "name": "voku/portable-ascii",
3404
            "version": "1.4.10",
3405
            "source": {
3406
                "type": "git",
3407
                "url": "https://github.com/voku/portable-ascii.git",
3408
                "reference": "240e93829a5f985fab0984a6e55ae5e26b78a334"
3409
            },
3410
            "dist": {
3411
                "type": "zip",
3412
                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/240e93829a5f985fab0984a6e55ae5e26b78a334",
3413
                "reference": "240e93829a5f985fab0984a6e55ae5e26b78a334",
3414
                "shasum": ""
3415
            },
3416
            "require": {
3417
                "php": ">=7.0.0"
3418
            },
3419
            "require-dev": {
3420
                "phpunit/phpunit": "~6.0 || ~7.0"
3421
            },
3422
            "suggest": {
3423
                "ext-intl": "Use Intl for transliterator_transliterate() support"
3424
            },
3425
            "type": "library",
3426
            "autoload": {
3427
                "psr-4": {
3428
                    "voku\\": "src/voku/",
3429
                    "voku\\tests\\": "tests/"
3430
                }
3431
            },
3432
            "notification-url": "https://packagist.org/downloads/",
3433
            "license": [
3434
                "MIT"
3435
            ],
3436
            "authors": [
3437
                {
3438
                    "name": "Lars Moelleken",
3439
                    "homepage": "http://www.moelleken.org/"
3440
                }
3441
            ],
3442
            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
3443
            "homepage": "https://github.com/voku/portable-ascii",
3444
            "keywords": [
3445
                "ascii",
3446
                "clean",
3447
                "php"
3448
            ],
3449
            "time": "2020-03-13T01:23:26+00:00"
3450
        }
3451
    ],
3452
    "packages-dev": [
3453
        {
3454
            "name": "doctrine/instantiator",
3455
            "version": "1.3.0",
3456
            "source": {
3457
                "type": "git",
3458
                "url": "https://github.com/doctrine/instantiator.git",
3459
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
3460
            },
3461
            "dist": {
3462
                "type": "zip",
3463
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
3464
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
3465
                "shasum": ""
3466
            },
3467
            "require": {
3468
                "php": "^7.1"
3469
            },
3470
            "require-dev": {
3471
                "doctrine/coding-standard": "^6.0",
3472
                "ext-pdo": "*",
3473
                "ext-phar": "*",
3474
                "phpbench/phpbench": "^0.13",
3475
                "phpstan/phpstan-phpunit": "^0.11",
3476
                "phpstan/phpstan-shim": "^0.11",
3477
                "phpunit/phpunit": "^7.0"
3478
            },
3479
            "type": "library",
3480
            "extra": {
3481
                "branch-alias": {
3482
                    "dev-master": "1.2.x-dev"
3483
                }
3484
            },
3485
            "autoload": {
3486
                "psr-4": {
3487
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3488
                }
3489
            },
3490
            "notification-url": "https://packagist.org/downloads/",
3491
            "license": [
3492
                "MIT"
3493
            ],
3494
            "authors": [
3495
                {
3496
                    "name": "Marco Pivetta",
3497
                    "email": "ocramius@gmail.com",
3498
                    "homepage": "http://ocramius.github.com/"
3499
                }
3500
            ],
3501
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3502
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
3503
            "keywords": [
3504
                "constructor",
3505
                "instantiate"
3506
            ],
3507
            "time": "2019-10-21T16:45:58+00:00"
3508
        },
3509
        {
3510
            "name": "facade/flare-client-php",
3511
            "version": "1.3.2",
3512
            "source": {
3513
                "type": "git",
3514
                "url": "https://github.com/facade/flare-client-php.git",
3515
                "reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004"
3516
            },
3517
            "dist": {
3518
                "type": "zip",
3519
                "url": "https://api.github.com/repos/facade/flare-client-php/zipball/db1e03426e7f9472c9ecd1092aff00f56aa6c004",
3520
                "reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004",
3521
                "shasum": ""
3522
            },
3523
            "require": {
3524
                "facade/ignition-contracts": "~1.0",
3525
                "illuminate/pipeline": "^5.5|^6.0|^7.0",
3526
                "php": "^7.1",
3527
                "symfony/http-foundation": "^3.3|^4.1|^5.0",
3528
                "symfony/var-dumper": "^3.4|^4.0|^5.0"
3529
            },
3530
            "require-dev": {
3531
                "larapack/dd": "^1.1",
3532
                "phpunit/phpunit": "^7.5.16",
3533
                "spatie/phpunit-snapshot-assertions": "^2.0"
3534
            },
3535
            "type": "library",
3536
            "extra": {
3537
                "branch-alias": {
3538
                    "dev-master": "1.0-dev"
3539
                }
3540
            },
3541
            "autoload": {
3542
                "psr-4": {
3543
                    "Facade\\FlareClient\\": "src"
3544
                },
3545
                "files": [
3546
                    "src/helpers.php"
3547
                ]
3548
            },
3549
            "notification-url": "https://packagist.org/downloads/",
3550
            "license": [
3551
                "MIT"
3552
            ],
3553
            "description": "Send PHP errors to Flare",
3554
            "homepage": "https://github.com/facade/flare-client-php",
3555
            "keywords": [
3556
                "exception",
3557
                "facade",
3558
                "flare",
3559
                "reporting"
3560
            ],
3561
            "time": "2020-03-02T15:52:04+00:00"
3562
        },
3563
        {
3564
            "name": "facade/ignition",
3565
            "version": "2.0.1",
3566
            "source": {
3567
                "type": "git",
3568
                "url": "https://github.com/facade/ignition.git",
3569
                "reference": "b8dbf7791c81619161270d580a64a30bad41b832"
3570
            },
3571
            "dist": {
3572
                "type": "zip",
3573
                "url": "https://api.github.com/repos/facade/ignition/zipball/b8dbf7791c81619161270d580a64a30bad41b832",
3574
                "reference": "b8dbf7791c81619161270d580a64a30bad41b832",
3575
                "shasum": ""
3576
            },
3577
            "require": {
3578
                "ext-json": "*",
3579
                "ext-mbstring": "*",
3580
                "facade/flare-client-php": "^1.0",
3581
                "facade/ignition-contracts": "^1.0",
3582
                "filp/whoops": "^2.4",
3583
                "illuminate/support": "^7.0",
3584
                "monolog/monolog": "^2.0",
3585
                "php": "^7.2.5",
3586
                "scrivo/highlight.php": "^9.15",
3587
                "symfony/console": "^5.0",
3588
                "symfony/var-dumper": "^5.0"
3589
            },
3590
            "require-dev": {
3591
                "friendsofphp/php-cs-fixer": "^2.14",
3592
                "mockery/mockery": "^1.3",
3593
                "orchestra/testbench": "5.0"
3594
            },
3595
            "suggest": {
3596
                "laravel/telescope": "^2.0"
3597
            },
3598
            "type": "library",
3599
            "extra": {
3600
                "branch-alias": {
3601
                    "dev-master": "2.x-dev"
3602
                },
3603
                "laravel": {
3604
                    "providers": [
3605
                        "Facade\\Ignition\\IgnitionServiceProvider"
3606
                    ],
3607
                    "aliases": {
3608
                        "Flare": "Facade\\Ignition\\Facades\\Flare"
3609
                    }
3610
                }
3611
            },
3612
            "autoload": {
3613
                "psr-4": {
3614
                    "Facade\\Ignition\\": "src"
3615
                },
3616
                "files": [
3617
                    "src/helpers.php"
3618
                ]
3619
            },
3620
            "notification-url": "https://packagist.org/downloads/",
3621
            "license": [
3622
                "MIT"
3623
            ],
3624
            "description": "A beautiful error page for Laravel applications.",
3625
            "homepage": "https://github.com/facade/ignition",
3626
            "keywords": [
3627
                "error",
3628
                "flare",
3629
                "laravel",
3630
                "page"
3631
            ],
3632
            "time": "2020-03-05T12:32:22+00:00"
3633
        },
3634
        {
3635
            "name": "facade/ignition-contracts",
3636
            "version": "1.0.0",
3637
            "source": {
3638
                "type": "git",
3639
                "url": "https://github.com/facade/ignition-contracts.git",
3640
                "reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
3641
            },
3642
            "dist": {
3643
                "type": "zip",
3644
                "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
3645
                "reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
3646
                "shasum": ""
3647
            },
3648
            "require": {
3649
                "php": "^7.1"
3650
            },
3651
            "type": "library",
3652
            "autoload": {
3653
                "psr-4": {
3654
                    "Facade\\IgnitionContracts\\": "src"
3655
                }
3656
            },
3657
            "notification-url": "https://packagist.org/downloads/",
3658
            "license": [
3659
                "MIT"
3660
            ],
3661
            "authors": [
3662
                {
3663
                    "name": "Freek Van der Herten",
3664
                    "email": "freek@spatie.be",
3665
                    "homepage": "https://flareapp.io",
3666
                    "role": "Developer"
3667
                }
3668
            ],
3669
            "description": "Solution contracts for Ignition",
3670
            "homepage": "https://github.com/facade/ignition-contracts",
3671
            "keywords": [
3672
                "contracts",
3673
                "flare",
3674
                "ignition"
3675
            ],
3676
            "time": "2019-08-30T14:06:08+00:00"
3677
        },
3678
        {
3679
            "name": "filp/whoops",
3680
            "version": "2.7.1",
3681
            "source": {
3682
                "type": "git",
3683
                "url": "https://github.com/filp/whoops.git",
3684
                "reference": "fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130"
3685
            },
3686
            "dist": {
3687
                "type": "zip",
3688
                "url": "https://api.github.com/repos/filp/whoops/zipball/fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130",
3689
                "reference": "fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130",
3690
                "shasum": ""
3691
            },
3692
            "require": {
3693
                "php": "^5.5.9 || ^7.0",
3694
                "psr/log": "^1.0.1"
3695
            },
3696
            "require-dev": {
3697
                "mockery/mockery": "^0.9 || ^1.0",
3698
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
3699
                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
3700
            },
3701
            "suggest": {
3702
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
3703
                "whoops/soap": "Formats errors as SOAP responses"
3704
            },
3705
            "type": "library",
3706
            "extra": {
3707
                "branch-alias": {
3708
                    "dev-master": "2.6-dev"
3709
                }
3710
            },
3711
            "autoload": {
3712
                "psr-4": {
3713
                    "Whoops\\": "src/Whoops/"
3714
                }
3715
            },
3716
            "notification-url": "https://packagist.org/downloads/",
3717
            "license": [
3718
                "MIT"
3719
            ],
3720
            "authors": [
3721
                {
3722
                    "name": "Filipe Dobreira",
3723
                    "homepage": "https://github.com/filp",
3724
                    "role": "Developer"
3725
                }
3726
            ],
3727
            "description": "php error handling for cool kids",
3728
            "homepage": "https://filp.github.io/whoops/",
3729
            "keywords": [
3730
                "error",
3731
                "exception",
3732
                "handling",
3733
                "library",
3734
                "throwable",
3735
                "whoops"
3736
            ],
3737
            "time": "2020-01-15T10:00:00+00:00"
3738
        },
3739
        {
3740
            "name": "fzaninotto/faker",
3741
            "version": "v1.9.1",
3742
            "source": {
3743
                "type": "git",
3744
                "url": "https://github.com/fzaninotto/Faker.git",
3745
                "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
3746
            },
3747
            "dist": {
3748
                "type": "zip",
3749
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
3750
                "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
3751
                "shasum": ""
3752
            },
3753
            "require": {
3754
                "php": "^5.3.3 || ^7.0"
3755
            },
3756
            "require-dev": {
3757
                "ext-intl": "*",
3758
                "phpunit/phpunit": "^4.8.35 || ^5.7",
3759
                "squizlabs/php_codesniffer": "^2.9.2"
3760
            },
3761
            "type": "library",
3762
            "extra": {
3763
                "branch-alias": {
3764
                    "dev-master": "1.9-dev"
3765
                }
3766
            },
3767
            "autoload": {
3768
                "psr-4": {
3769
                    "Faker\\": "src/Faker/"
3770
                }
3771
            },
3772
            "notification-url": "https://packagist.org/downloads/",
3773
            "license": [
3774
                "MIT"
3775
            ],
3776
            "authors": [
3777
                {
3778
                    "name": "François Zaninotto"
3779
                }
3780
            ],
3781
            "description": "Faker is a PHP library that generates fake data for you.",
3782
            "keywords": [
3783
                "data",
3784
                "faker",
3785
                "fixtures"
3786
            ],
3787
            "time": "2019-12-12T13:22:17+00:00"
3788
        },
3789
        {
3790
            "name": "hamcrest/hamcrest-php",
3791
            "version": "v2.0.0",
3792
            "source": {
3793
                "type": "git",
3794
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3795
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3796
            },
3797
            "dist": {
3798
                "type": "zip",
3799
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3800
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3801
                "shasum": ""
3802
            },
3803
            "require": {
3804
                "php": "^5.3|^7.0"
3805
            },
3806
            "replace": {
3807
                "cordoval/hamcrest-php": "*",
3808
                "davedevelopment/hamcrest-php": "*",
3809
                "kodova/hamcrest-php": "*"
3810
            },
3811
            "require-dev": {
3812
                "phpunit/php-file-iterator": "1.3.3",
3813
                "phpunit/phpunit": "~4.0",
3814
                "satooshi/php-coveralls": "^1.0"
3815
            },
3816
            "type": "library",
3817
            "extra": {
3818
                "branch-alias": {
3819
                    "dev-master": "2.0-dev"
3820
                }
3821
            },
3822
            "autoload": {
3823
                "classmap": [
3824
                    "hamcrest"
3825
                ]
3826
            },
3827
            "notification-url": "https://packagist.org/downloads/",
3828
            "license": [
3829
                "BSD"
3830
            ],
3831
            "description": "This is the PHP port of Hamcrest Matchers",
3832
            "keywords": [
3833
                "test"
3834
            ],
3835
            "time": "2016-01-20T08:20:44+00:00"
3836
        },
3837
        {
3838
            "name": "mockery/mockery",
3839
            "version": "1.3.1",
3840
            "source": {
3841
                "type": "git",
3842
                "url": "https://github.com/mockery/mockery.git",
3843
                "reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be"
3844
            },
3845
            "dist": {
3846
                "type": "zip",
3847
                "url": "https://api.github.com/repos/mockery/mockery/zipball/f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
3848
                "reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
3849
                "shasum": ""
3850
            },
3851
            "require": {
3852
                "hamcrest/hamcrest-php": "~2.0",
3853
                "lib-pcre": ">=7.0",
3854
                "php": ">=5.6.0"
3855
            },
3856
            "require-dev": {
3857
                "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
3858
            },
3859
            "type": "library",
3860
            "extra": {
3861
                "branch-alias": {
3862
                    "dev-master": "1.3.x-dev"
3863
                }
3864
            },
3865
            "autoload": {
3866
                "psr-0": {
3867
                    "Mockery": "library/"
3868
                }
3869
            },
3870
            "notification-url": "https://packagist.org/downloads/",
3871
            "license": [
3872
                "BSD-3-Clause"
3873
            ],
3874
            "authors": [
3875
                {
3876
                    "name": "Pádraic Brady",
3877
                    "email": "padraic.brady@gmail.com",
3878
                    "homepage": "http://blog.astrumfutura.com"
3879
                },
3880
                {
3881
                    "name": "Dave Marshall",
3882
                    "email": "dave.marshall@atstsolutions.co.uk",
3883
                    "homepage": "http://davedevelopment.co.uk"
3884
                }
3885
            ],
3886
            "description": "Mockery is a simple yet flexible PHP mock object framework",
3887
            "homepage": "https://github.com/mockery/mockery",
3888
            "keywords": [
3889
                "BDD",
3890
                "TDD",
3891
                "library",
3892
                "mock",
3893
                "mock objects",
3894
                "mockery",
3895
                "stub",
3896
                "test",
3897
                "test double",
3898
                "testing"
3899
            ],
3900
            "time": "2019-12-26T09:49:15+00:00"
3901
        },
3902
        {
3903
            "name": "myclabs/deep-copy",
3904
            "version": "1.9.5",
3905
            "source": {
3906
                "type": "git",
3907
                "url": "https://github.com/myclabs/DeepCopy.git",
3908
                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
3909
            },
3910
            "dist": {
3911
                "type": "zip",
3912
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
3913
                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
3914
                "shasum": ""
3915
            },
3916
            "require": {
3917
                "php": "^7.1"
3918
            },
3919
            "replace": {
3920
                "myclabs/deep-copy": "self.version"
3921
            },
3922
            "require-dev": {
3923
                "doctrine/collections": "^1.0",
3924
                "doctrine/common": "^2.6",
3925
                "phpunit/phpunit": "^7.1"
3926
            },
3927
            "type": "library",
3928
            "autoload": {
3929
                "psr-4": {
3930
                    "DeepCopy\\": "src/DeepCopy/"
3931
                },
3932
                "files": [
3933
                    "src/DeepCopy/deep_copy.php"
3934
                ]
3935
            },
3936
            "notification-url": "https://packagist.org/downloads/",
3937
            "license": [
3938
                "MIT"
3939
            ],
3940
            "description": "Create deep copies (clones) of your objects",
3941
            "keywords": [
3942
                "clone",
3943
                "copy",
3944
                "duplicate",
3945
                "object",
3946
                "object graph"
3947
            ],
3948
            "time": "2020-01-17T21:11:47+00:00"
3949
        },
3950
        {
3951
            "name": "nunomaduro/collision",
3952
            "version": "v4.1.3",
3953
            "source": {
3954
                "type": "git",
3955
                "url": "https://github.com/nunomaduro/collision.git",
3956
                "reference": "a430bce33d1ad07f756ea6cae9afce9ef8670b42"
3957
            },
3958
            "dist": {
3959
                "type": "zip",
3960
                "url": "https://api.github.com/repos/nunomaduro/collision/zipball/a430bce33d1ad07f756ea6cae9afce9ef8670b42",
3961
                "reference": "a430bce33d1ad07f756ea6cae9afce9ef8670b42",
3962
                "shasum": ""
3963
            },
3964
            "require": {
3965
                "facade/ignition-contracts": "^1.0",
3966
                "filp/whoops": "^2.4",
3967
                "jakub-onderka/php-console-highlighter": "^0.4",
3968
                "php": "^7.2.5",
3969
                "symfony/console": "^5.0"
3970
            },
3971
            "require-dev": {
3972
                "facade/ignition": "^2.0",
3973
                "fideloper/proxy": "^4.2",
3974
                "fruitcake/laravel-cors": "^1.0",
3975
                "laravel/framework": "^7.0",
3976
                "laravel/tinker": "^2.0",
3977
                "nunomaduro/larastan": "^0.5",
3978
                "orchestra/testbench": "^5.0",
3979
                "phpstan/phpstan": "^0.12.3",
3980
                "phpunit/phpunit": "^8.5.1 || ^9.0"
3981
            },
3982
            "type": "library",
3983
            "extra": {
3984
                "laravel": {
3985
                    "providers": [
3986
                        "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
3987
                    ]
3988
                }
3989
            },
3990
            "autoload": {
3991
                "psr-4": {
3992
                    "NunoMaduro\\Collision\\": "src/"
3993
                }
3994
            },
3995
            "notification-url": "https://packagist.org/downloads/",
3996
            "license": [
3997
                "MIT"
3998
            ],
3999
            "authors": [
4000
                {
4001
                    "name": "Nuno Maduro",
4002
                    "email": "enunomaduro@gmail.com"
4003
                }
4004
            ],
4005
            "description": "Cli error handling for console/command-line PHP applications.",
4006
            "keywords": [
4007
                "artisan",
4008
                "cli",
4009
                "command-line",
4010
                "console",
4011
                "error",
4012
                "handling",
4013
                "laravel",
4014
                "laravel-zero",
4015
                "php",
4016
                "symfony"
4017
            ],
4018
            "time": "2020-03-07T12:46:00+00:00"
4019
        },
4020
        {
4021
            "name": "phar-io/manifest",
4022
            "version": "1.0.3",
4023
            "source": {
4024
                "type": "git",
4025
                "url": "https://github.com/phar-io/manifest.git",
4026
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4027
            },
4028
            "dist": {
4029
                "type": "zip",
4030
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4031
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4032
                "shasum": ""
4033
            },
4034
            "require": {
4035
                "ext-dom": "*",
4036
                "ext-phar": "*",
4037
                "phar-io/version": "^2.0",
4038
                "php": "^5.6 || ^7.0"
4039
            },
4040
            "type": "library",
4041
            "extra": {
4042
                "branch-alias": {
4043
                    "dev-master": "1.0.x-dev"
4044
                }
4045
            },
4046
            "autoload": {
4047
                "classmap": [
4048
                    "src/"
4049
                ]
4050
            },
4051
            "notification-url": "https://packagist.org/downloads/",
4052
            "license": [
4053
                "BSD-3-Clause"
4054
            ],
4055
            "authors": [
4056
                {
4057
                    "name": "Arne Blankerts",
4058
                    "email": "arne@blankerts.de",
4059
                    "role": "Developer"
4060
                },
4061
                {
4062
                    "name": "Sebastian Heuer",
4063
                    "email": "sebastian@phpeople.de",
4064
                    "role": "Developer"
4065
                },
4066
                {
4067
                    "name": "Sebastian Bergmann",
4068
                    "email": "sebastian@phpunit.de",
4069
                    "role": "Developer"
4070
                }
4071
            ],
4072
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4073
            "time": "2018-07-08T19:23:20+00:00"
4074
        },
4075
        {
4076
            "name": "phar-io/version",
4077
            "version": "2.0.1",
4078
            "source": {
4079
                "type": "git",
4080
                "url": "https://github.com/phar-io/version.git",
4081
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4082
            },
4083
            "dist": {
4084
                "type": "zip",
4085
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4086
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4087
                "shasum": ""
4088
            },
4089
            "require": {
4090
                "php": "^5.6 || ^7.0"
4091
            },
4092
            "type": "library",
4093
            "autoload": {
4094
                "classmap": [
4095
                    "src/"
4096
                ]
4097
            },
4098
            "notification-url": "https://packagist.org/downloads/",
4099
            "license": [
4100
                "BSD-3-Clause"
4101
            ],
4102
            "authors": [
4103
                {
4104
                    "name": "Arne Blankerts",
4105
                    "email": "arne@blankerts.de",
4106
                    "role": "Developer"
4107
                },
4108
                {
4109
                    "name": "Sebastian Heuer",
4110
                    "email": "sebastian@phpeople.de",
4111
                    "role": "Developer"
4112
                },
4113
                {
4114
                    "name": "Sebastian Bergmann",
4115
                    "email": "sebastian@phpunit.de",
4116
                    "role": "Developer"
4117
                }
4118
            ],
4119
            "description": "Library for handling version information and constraints",
4120
            "time": "2018-07-08T19:19:57+00:00"
4121
        },
4122
        {
4123
            "name": "phpdocumentor/reflection-common",
4124
            "version": "2.0.0",
4125
            "source": {
4126
                "type": "git",
4127
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4128
                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
4129
            },
4130
            "dist": {
4131
                "type": "zip",
4132
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
4133
                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
4134
                "shasum": ""
4135
            },
4136
            "require": {
4137
                "php": ">=7.1"
4138
            },
4139
            "require-dev": {
4140
                "phpunit/phpunit": "~6"
4141
            },
4142
            "type": "library",
4143
            "extra": {
4144
                "branch-alias": {
4145
                    "dev-master": "2.x-dev"
4146
                }
4147
            },
4148
            "autoload": {
4149
                "psr-4": {
4150
                    "phpDocumentor\\Reflection\\": "src/"
4151
                }
4152
            },
4153
            "notification-url": "https://packagist.org/downloads/",
4154
            "license": [
4155
                "MIT"
4156
            ],
4157
            "authors": [
4158
                {
4159
                    "name": "Jaap van Otterdijk",
4160
                    "email": "opensource@ijaap.nl"
4161
                }
4162
            ],
4163
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4164
            "homepage": "http://www.phpdoc.org",
4165
            "keywords": [
4166
                "FQSEN",
4167
                "phpDocumentor",
4168
                "phpdoc",
4169
                "reflection",
4170
                "static analysis"
4171
            ],
4172
            "time": "2018-08-07T13:53:10+00:00"
4173
        },
4174
        {
4175
            "name": "phpdocumentor/reflection-docblock",
4176
            "version": "5.1.0",
4177
            "source": {
4178
                "type": "git",
4179
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4180
                "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
4181
            },
4182
            "dist": {
4183
                "type": "zip",
4184
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
4185
                "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
4186
                "shasum": ""
4187
            },
4188
            "require": {
4189
                "ext-filter": "^7.1",
4190
                "php": "^7.2",
4191
                "phpdocumentor/reflection-common": "^2.0",
4192
                "phpdocumentor/type-resolver": "^1.0",
4193
                "webmozart/assert": "^1"
4194
            },
4195
            "require-dev": {
4196
                "doctrine/instantiator": "^1",
4197
                "mockery/mockery": "^1"
4198
            },
4199
            "type": "library",
4200
            "extra": {
4201
                "branch-alias": {
4202
                    "dev-master": "5.x-dev"
4203
                }
4204
            },
4205
            "autoload": {
4206
                "psr-4": {
4207
                    "phpDocumentor\\Reflection\\": "src"
4208
                }
4209
            },
4210
            "notification-url": "https://packagist.org/downloads/",
4211
            "license": [
4212
                "MIT"
4213
            ],
4214
            "authors": [
4215
                {
4216
                    "name": "Mike van Riel",
4217
                    "email": "me@mikevanriel.com"
4218
                },
4219
                {
4220
                    "name": "Jaap van Otterdijk",
4221
                    "email": "account@ijaap.nl"
4222
                }
4223
            ],
4224
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4225
            "time": "2020-02-22T12:28:44+00:00"
4226
        },
4227
        {
4228
            "name": "phpdocumentor/type-resolver",
4229
            "version": "1.1.0",
4230
            "source": {
4231
                "type": "git",
4232
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4233
                "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
4234
            },
4235
            "dist": {
4236
                "type": "zip",
4237
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
4238
                "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
4239
                "shasum": ""
4240
            },
4241
            "require": {
4242
                "php": "^7.2",
4243
                "phpdocumentor/reflection-common": "^2.0"
4244
            },
4245
            "require-dev": {
4246
                "ext-tokenizer": "^7.2",
4247
                "mockery/mockery": "~1"
4248
            },
4249
            "type": "library",
4250
            "extra": {
4251
                "branch-alias": {
4252
                    "dev-master": "1.x-dev"
4253
                }
4254
            },
4255
            "autoload": {
4256
                "psr-4": {
4257
                    "phpDocumentor\\Reflection\\": "src"
4258
                }
4259
            },
4260
            "notification-url": "https://packagist.org/downloads/",
4261
            "license": [
4262
                "MIT"
4263
            ],
4264
            "authors": [
4265
                {
4266
                    "name": "Mike van Riel",
4267
                    "email": "me@mikevanriel.com"
4268
                }
4269
            ],
4270
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
4271
            "time": "2020-02-18T18:59:58+00:00"
4272
        },
4273
        {
4274
            "name": "phpspec/prophecy",
4275
            "version": "v1.10.3",
4276
            "source": {
4277
                "type": "git",
4278
                "url": "https://github.com/phpspec/prophecy.git",
4279
                "reference": "451c3cd1418cf640de218914901e51b064abb093"
4280
            },
4281
            "dist": {
4282
                "type": "zip",
4283
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
4284
                "reference": "451c3cd1418cf640de218914901e51b064abb093",
4285
                "shasum": ""
4286
            },
4287
            "require": {
4288
                "doctrine/instantiator": "^1.0.2",
4289
                "php": "^5.3|^7.0",
4290
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
4291
                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
4292
                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
4293
            },
4294
            "require-dev": {
4295
                "phpspec/phpspec": "^2.5 || ^3.2",
4296
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4297
            },
4298
            "type": "library",
4299
            "extra": {
4300
                "branch-alias": {
4301
                    "dev-master": "1.10.x-dev"
4302
                }
4303
            },
4304
            "autoload": {
4305
                "psr-4": {
4306
                    "Prophecy\\": "src/Prophecy"
4307
                }
4308
            },
4309
            "notification-url": "https://packagist.org/downloads/",
4310
            "license": [
4311
                "MIT"
4312
            ],
4313
            "authors": [
4314
                {
4315
                    "name": "Konstantin Kudryashov",
4316
                    "email": "ever.zet@gmail.com",
4317
                    "homepage": "http://everzet.com"
4318
                },
4319
                {
4320
                    "name": "Marcello Duarte",
4321
                    "email": "marcello.duarte@gmail.com"
4322
                }
4323
            ],
4324
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4325
            "homepage": "https://github.com/phpspec/prophecy",
4326
            "keywords": [
4327
                "Double",
4328
                "Dummy",
4329
                "fake",
4330
                "mock",
4331
                "spy",
4332
                "stub"
4333
            ],
4334
            "time": "2020-03-05T15:02:03+00:00"
4335
        },
4336
        {
4337
            "name": "phpunit/php-code-coverage",
4338
            "version": "7.0.10",
4339
            "source": {
4340
                "type": "git",
4341
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4342
                "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
4343
            },
4344
            "dist": {
4345
                "type": "zip",
4346
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
4347
                "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
4348
                "shasum": ""
4349
            },
4350
            "require": {
4351
                "ext-dom": "*",
4352
                "ext-xmlwriter": "*",
4353
                "php": "^7.2",
4354
                "phpunit/php-file-iterator": "^2.0.2",
4355
                "phpunit/php-text-template": "^1.2.1",
4356
                "phpunit/php-token-stream": "^3.1.1",
4357
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4358
                "sebastian/environment": "^4.2.2",
4359
                "sebastian/version": "^2.0.1",
4360
                "theseer/tokenizer": "^1.1.3"
4361
            },
4362
            "require-dev": {
4363
                "phpunit/phpunit": "^8.2.2"
4364
            },
4365
            "suggest": {
4366
                "ext-xdebug": "^2.7.2"
4367
            },
4368
            "type": "library",
4369
            "extra": {
4370
                "branch-alias": {
4371
                    "dev-master": "7.0-dev"
4372
                }
4373
            },
4374
            "autoload": {
4375
                "classmap": [
4376
                    "src/"
4377
                ]
4378
            },
4379
            "notification-url": "https://packagist.org/downloads/",
4380
            "license": [
4381
                "BSD-3-Clause"
4382
            ],
4383
            "authors": [
4384
                {
4385
                    "name": "Sebastian Bergmann",
4386
                    "email": "sebastian@phpunit.de",
4387
                    "role": "lead"
4388
                }
4389
            ],
4390
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4391
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4392
            "keywords": [
4393
                "coverage",
4394
                "testing",
4395
                "xunit"
4396
            ],
4397
            "time": "2019-11-20T13:55:58+00:00"
4398
        },
4399
        {
4400
            "name": "phpunit/php-file-iterator",
4401
            "version": "2.0.2",
4402
            "source": {
4403
                "type": "git",
4404
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4405
                "reference": "050bedf145a257b1ff02746c31894800e5122946"
4406
            },
4407
            "dist": {
4408
                "type": "zip",
4409
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
4410
                "reference": "050bedf145a257b1ff02746c31894800e5122946",
4411
                "shasum": ""
4412
            },
4413
            "require": {
4414
                "php": "^7.1"
4415
            },
4416
            "require-dev": {
4417
                "phpunit/phpunit": "^7.1"
4418
            },
4419
            "type": "library",
4420
            "extra": {
4421
                "branch-alias": {
4422
                    "dev-master": "2.0.x-dev"
4423
                }
4424
            },
4425
            "autoload": {
4426
                "classmap": [
4427
                    "src/"
4428
                ]
4429
            },
4430
            "notification-url": "https://packagist.org/downloads/",
4431
            "license": [
4432
                "BSD-3-Clause"
4433
            ],
4434
            "authors": [
4435
                {
4436
                    "name": "Sebastian Bergmann",
4437
                    "email": "sebastian@phpunit.de",
4438
                    "role": "lead"
4439
                }
4440
            ],
4441
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4442
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4443
            "keywords": [
4444
                "filesystem",
4445
                "iterator"
4446
            ],
4447
            "time": "2018-09-13T20:33:42+00:00"
4448
        },
4449
        {
4450
            "name": "phpunit/php-text-template",
4451
            "version": "1.2.1",
4452
            "source": {
4453
                "type": "git",
4454
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4455
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4456
            },
4457
            "dist": {
4458
                "type": "zip",
4459
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4460
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4461
                "shasum": ""
4462
            },
4463
            "require": {
4464
                "php": ">=5.3.3"
4465
            },
4466
            "type": "library",
4467
            "autoload": {
4468
                "classmap": [
4469
                    "src/"
4470
                ]
4471
            },
4472
            "notification-url": "https://packagist.org/downloads/",
4473
            "license": [
4474
                "BSD-3-Clause"
4475
            ],
4476
            "authors": [
4477
                {
4478
                    "name": "Sebastian Bergmann",
4479
                    "email": "sebastian@phpunit.de",
4480
                    "role": "lead"
4481
                }
4482
            ],
4483
            "description": "Simple template engine.",
4484
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4485
            "keywords": [
4486
                "template"
4487
            ],
4488
            "time": "2015-06-21T13:50:34+00:00"
4489
        },
4490
        {
4491
            "name": "phpunit/php-timer",
4492
            "version": "2.1.2",
4493
            "source": {
4494
                "type": "git",
4495
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4496
                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
4497
            },
4498
            "dist": {
4499
                "type": "zip",
4500
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
4501
                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
4502
                "shasum": ""
4503
            },
4504
            "require": {
4505
                "php": "^7.1"
4506
            },
4507
            "require-dev": {
4508
                "phpunit/phpunit": "^7.0"
4509
            },
4510
            "type": "library",
4511
            "extra": {
4512
                "branch-alias": {
4513
                    "dev-master": "2.1-dev"
4514
                }
4515
            },
4516
            "autoload": {
4517
                "classmap": [
4518
                    "src/"
4519
                ]
4520
            },
4521
            "notification-url": "https://packagist.org/downloads/",
4522
            "license": [
4523
                "BSD-3-Clause"
4524
            ],
4525
            "authors": [
4526
                {
4527
                    "name": "Sebastian Bergmann",
4528
                    "email": "sebastian@phpunit.de",
4529
                    "role": "lead"
4530
                }
4531
            ],
4532
            "description": "Utility class for timing",
4533
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4534
            "keywords": [
4535
                "timer"
4536
            ],
4537
            "time": "2019-06-07T04:22:29+00:00"
4538
        },
4539
        {
4540
            "name": "phpunit/php-token-stream",
4541
            "version": "3.1.1",
4542
            "source": {
4543
                "type": "git",
4544
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4545
                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
4546
            },
4547
            "dist": {
4548
                "type": "zip",
4549
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
4550
                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
4551
                "shasum": ""
4552
            },
4553
            "require": {
4554
                "ext-tokenizer": "*",
4555
                "php": "^7.1"
4556
            },
4557
            "require-dev": {
4558
                "phpunit/phpunit": "^7.0"
4559
            },
4560
            "type": "library",
4561
            "extra": {
4562
                "branch-alias": {
4563
                    "dev-master": "3.1-dev"
4564
                }
4565
            },
4566
            "autoload": {
4567
                "classmap": [
4568
                    "src/"
4569
                ]
4570
            },
4571
            "notification-url": "https://packagist.org/downloads/",
4572
            "license": [
4573
                "BSD-3-Clause"
4574
            ],
4575
            "authors": [
4576
                {
4577
                    "name": "Sebastian Bergmann",
4578
                    "email": "sebastian@phpunit.de"
4579
                }
4580
            ],
4581
            "description": "Wrapper around PHP's tokenizer extension.",
4582
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4583
            "keywords": [
4584
                "tokenizer"
4585
            ],
4586
            "time": "2019-09-17T06:23:10+00:00"
4587
        },
4588
        {
4589
            "name": "phpunit/phpunit",
4590
            "version": "8.5.2",
4591
            "source": {
4592
                "type": "git",
4593
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4594
                "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0"
4595
            },
4596
            "dist": {
4597
                "type": "zip",
4598
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
4599
                "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
4600
                "shasum": ""
4601
            },
4602
            "require": {
4603
                "doctrine/instantiator": "^1.2.0",
4604
                "ext-dom": "*",
4605
                "ext-json": "*",
4606
                "ext-libxml": "*",
4607
                "ext-mbstring": "*",
4608
                "ext-xml": "*",
4609
                "ext-xmlwriter": "*",
4610
                "myclabs/deep-copy": "^1.9.1",
4611
                "phar-io/manifest": "^1.0.3",
4612
                "phar-io/version": "^2.0.1",
4613
                "php": "^7.2",
4614
                "phpspec/prophecy": "^1.8.1",
4615
                "phpunit/php-code-coverage": "^7.0.7",
4616
                "phpunit/php-file-iterator": "^2.0.2",
4617
                "phpunit/php-text-template": "^1.2.1",
4618
                "phpunit/php-timer": "^2.1.2",
4619
                "sebastian/comparator": "^3.0.2",
4620
                "sebastian/diff": "^3.0.2",
4621
                "sebastian/environment": "^4.2.2",
4622
                "sebastian/exporter": "^3.1.1",
4623
                "sebastian/global-state": "^3.0.0",
4624
                "sebastian/object-enumerator": "^3.0.3",
4625
                "sebastian/resource-operations": "^2.0.1",
4626
                "sebastian/type": "^1.1.3",
4627
                "sebastian/version": "^2.0.1"
4628
            },
4629
            "require-dev": {
4630
                "ext-pdo": "*"
4631
            },
4632
            "suggest": {
4633
                "ext-soap": "*",
4634
                "ext-xdebug": "*",
4635
                "phpunit/php-invoker": "^2.0.0"
4636
            },
4637
            "bin": [
4638
                "phpunit"
4639
            ],
4640
            "type": "library",
4641
            "extra": {
4642
                "branch-alias": {
4643
                    "dev-master": "8.5-dev"
4644
                }
4645
            },
4646
            "autoload": {
4647
                "classmap": [
4648
                    "src/"
4649
                ]
4650
            },
4651
            "notification-url": "https://packagist.org/downloads/",
4652
            "license": [
4653
                "BSD-3-Clause"
4654
            ],
4655
            "authors": [
4656
                {
4657
                    "name": "Sebastian Bergmann",
4658
                    "email": "sebastian@phpunit.de",
4659
                    "role": "lead"
4660
                }
4661
            ],
4662
            "description": "The PHP Unit Testing framework.",
4663
            "homepage": "https://phpunit.de/",
4664
            "keywords": [
4665
                "phpunit",
4666
                "testing",
4667
                "xunit"
4668
            ],
4669
            "time": "2020-01-08T08:49:49+00:00"
4670
        },
4671
        {
4672
            "name": "scrivo/highlight.php",
4673
            "version": "v9.18.1.1",
4674
            "source": {
4675
                "type": "git",
4676
                "url": "https://github.com/scrivo/highlight.php.git",
4677
                "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558"
4678
            },
4679
            "dist": {
4680
                "type": "zip",
4681
                "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558",
4682
                "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558",
4683
                "shasum": ""
4684
            },
4685
            "require": {
4686
                "ext-json": "*",
4687
                "ext-mbstring": "*",
4688
                "php": ">=5.4"
4689
            },
4690
            "require-dev": {
4691
                "phpunit/phpunit": "^4.8|^5.7",
4692
                "sabberworm/php-css-parser": "^8.3",
4693
                "symfony/finder": "^2.8|^3.4",
4694
                "symfony/var-dumper": "^2.8|^3.4"
4695
            },
4696
            "suggest": {
4697
                "ext-dom": "Needed to make use of the features in the utilities namespace"
4698
            },
4699
            "type": "library",
4700
            "autoload": {
4701
                "psr-0": {
4702
                    "Highlight\\": "",
4703
                    "HighlightUtilities\\": ""
4704
                },
4705
                "files": [
4706
                    "HighlightUtilities/functions.php"
4707
                ]
4708
            },
4709
            "notification-url": "https://packagist.org/downloads/",
4710
            "license": [
4711
                "BSD-3-Clause"
4712
            ],
4713
            "authors": [
4714
                {
4715
                    "name": "Geert Bergman",
4716
                    "homepage": "http://www.scrivo.org/",
4717
                    "role": "Project Author"
4718
                },
4719
                {
4720
                    "name": "Vladimir Jimenez",
4721
                    "homepage": "https://allejo.io",
4722
                    "role": "Maintainer"
4723
                },
4724
                {
4725
                    "name": "Martin Folkers",
4726
                    "homepage": "https://twobrain.io",
4727
                    "role": "Contributor"
4728
                }
4729
            ],
4730
            "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
4731
            "keywords": [
4732
                "code",
4733
                "highlight",
4734
                "highlight.js",
4735
                "highlight.php",
4736
                "syntax"
4737
            ],
4738
            "time": "2020-03-02T05:59:21+00:00"
4739
        },
4740
        {
4741
            "name": "sebastian/code-unit-reverse-lookup",
4742
            "version": "1.0.1",
4743
            "source": {
4744
                "type": "git",
4745
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4746
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4747
            },
4748
            "dist": {
4749
                "type": "zip",
4750
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4751
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4752
                "shasum": ""
4753
            },
4754
            "require": {
4755
                "php": "^5.6 || ^7.0"
4756
            },
4757
            "require-dev": {
4758
                "phpunit/phpunit": "^5.7 || ^6.0"
4759
            },
4760
            "type": "library",
4761
            "extra": {
4762
                "branch-alias": {
4763
                    "dev-master": "1.0.x-dev"
4764
                }
4765
            },
4766
            "autoload": {
4767
                "classmap": [
4768
                    "src/"
4769
                ]
4770
            },
4771
            "notification-url": "https://packagist.org/downloads/",
4772
            "license": [
4773
                "BSD-3-Clause"
4774
            ],
4775
            "authors": [
4776
                {
4777
                    "name": "Sebastian Bergmann",
4778
                    "email": "sebastian@phpunit.de"
4779
                }
4780
            ],
4781
            "description": "Looks up which function or method a line of code belongs to",
4782
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4783
            "time": "2017-03-04T06:30:41+00:00"
4784
        },
4785
        {
4786
            "name": "sebastian/comparator",
4787
            "version": "3.0.2",
4788
            "source": {
4789
                "type": "git",
4790
                "url": "https://github.com/sebastianbergmann/comparator.git",
4791
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
4792
            },
4793
            "dist": {
4794
                "type": "zip",
4795
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4796
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4797
                "shasum": ""
4798
            },
4799
            "require": {
4800
                "php": "^7.1",
4801
                "sebastian/diff": "^3.0",
4802
                "sebastian/exporter": "^3.1"
4803
            },
4804
            "require-dev": {
4805
                "phpunit/phpunit": "^7.1"
4806
            },
4807
            "type": "library",
4808
            "extra": {
4809
                "branch-alias": {
4810
                    "dev-master": "3.0-dev"
4811
                }
4812
            },
4813
            "autoload": {
4814
                "classmap": [
4815
                    "src/"
4816
                ]
4817
            },
4818
            "notification-url": "https://packagist.org/downloads/",
4819
            "license": [
4820
                "BSD-3-Clause"
4821
            ],
4822
            "authors": [
4823
                {
4824
                    "name": "Jeff Welch",
4825
                    "email": "whatthejeff@gmail.com"
4826
                },
4827
                {
4828
                    "name": "Volker Dusch",
4829
                    "email": "github@wallbash.com"
4830
                },
4831
                {
4832
                    "name": "Bernhard Schussek",
4833
                    "email": "bschussek@2bepublished.at"
4834
                },
4835
                {
4836
                    "name": "Sebastian Bergmann",
4837
                    "email": "sebastian@phpunit.de"
4838
                }
4839
            ],
4840
            "description": "Provides the functionality to compare PHP values for equality",
4841
            "homepage": "https://github.com/sebastianbergmann/comparator",
4842
            "keywords": [
4843
                "comparator",
4844
                "compare",
4845
                "equality"
4846
            ],
4847
            "time": "2018-07-12T15:12:46+00:00"
4848
        },
4849
        {
4850
            "name": "sebastian/diff",
4851
            "version": "3.0.2",
4852
            "source": {
4853
                "type": "git",
4854
                "url": "https://github.com/sebastianbergmann/diff.git",
4855
                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
4856
            },
4857
            "dist": {
4858
                "type": "zip",
4859
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4860
                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4861
                "shasum": ""
4862
            },
4863
            "require": {
4864
                "php": "^7.1"
4865
            },
4866
            "require-dev": {
4867
                "phpunit/phpunit": "^7.5 || ^8.0",
4868
                "symfony/process": "^2 || ^3.3 || ^4"
4869
            },
4870
            "type": "library",
4871
            "extra": {
4872
                "branch-alias": {
4873
                    "dev-master": "3.0-dev"
4874
                }
4875
            },
4876
            "autoload": {
4877
                "classmap": [
4878
                    "src/"
4879
                ]
4880
            },
4881
            "notification-url": "https://packagist.org/downloads/",
4882
            "license": [
4883
                "BSD-3-Clause"
4884
            ],
4885
            "authors": [
4886
                {
4887
                    "name": "Kore Nordmann",
4888
                    "email": "mail@kore-nordmann.de"
4889
                },
4890
                {
4891
                    "name": "Sebastian Bergmann",
4892
                    "email": "sebastian@phpunit.de"
4893
                }
4894
            ],
4895
            "description": "Diff implementation",
4896
            "homepage": "https://github.com/sebastianbergmann/diff",
4897
            "keywords": [
4898
                "diff",
4899
                "udiff",
4900
                "unidiff",
4901
                "unified diff"
4902
            ],
4903
            "time": "2019-02-04T06:01:07+00:00"
4904
        },
4905
        {
4906
            "name": "sebastian/environment",
4907
            "version": "4.2.3",
4908
            "source": {
4909
                "type": "git",
4910
                "url": "https://github.com/sebastianbergmann/environment.git",
4911
                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
4912
            },
4913
            "dist": {
4914
                "type": "zip",
4915
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
4916
                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
4917
                "shasum": ""
4918
            },
4919
            "require": {
4920
                "php": "^7.1"
4921
            },
4922
            "require-dev": {
4923
                "phpunit/phpunit": "^7.5"
4924
            },
4925
            "suggest": {
4926
                "ext-posix": "*"
4927
            },
4928
            "type": "library",
4929
            "extra": {
4930
                "branch-alias": {
4931
                    "dev-master": "4.2-dev"
4932
                }
4933
            },
4934
            "autoload": {
4935
                "classmap": [
4936
                    "src/"
4937
                ]
4938
            },
4939
            "notification-url": "https://packagist.org/downloads/",
4940
            "license": [
4941
                "BSD-3-Clause"
4942
            ],
4943
            "authors": [
4944
                {
4945
                    "name": "Sebastian Bergmann",
4946
                    "email": "sebastian@phpunit.de"
4947
                }
4948
            ],
4949
            "description": "Provides functionality to handle HHVM/PHP environments",
4950
            "homepage": "http://www.github.com/sebastianbergmann/environment",
4951
            "keywords": [
4952
                "Xdebug",
4953
                "environment",
4954
                "hhvm"
4955
            ],
4956
            "time": "2019-11-20T08:46:58+00:00"
4957
        },
4958
        {
4959
            "name": "sebastian/exporter",
4960
            "version": "3.1.2",
4961
            "source": {
4962
                "type": "git",
4963
                "url": "https://github.com/sebastianbergmann/exporter.git",
4964
                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
4965
            },
4966
            "dist": {
4967
                "type": "zip",
4968
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
4969
                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
4970
                "shasum": ""
4971
            },
4972
            "require": {
4973
                "php": "^7.0",
4974
                "sebastian/recursion-context": "^3.0"
4975
            },
4976
            "require-dev": {
4977
                "ext-mbstring": "*",
4978
                "phpunit/phpunit": "^6.0"
4979
            },
4980
            "type": "library",
4981
            "extra": {
4982
                "branch-alias": {
4983
                    "dev-master": "3.1.x-dev"
4984
                }
4985
            },
4986
            "autoload": {
4987
                "classmap": [
4988
                    "src/"
4989
                ]
4990
            },
4991
            "notification-url": "https://packagist.org/downloads/",
4992
            "license": [
4993
                "BSD-3-Clause"
4994
            ],
4995
            "authors": [
4996
                {
4997
                    "name": "Sebastian Bergmann",
4998
                    "email": "sebastian@phpunit.de"
4999
                },
5000
                {
5001
                    "name": "Jeff Welch",
5002
                    "email": "whatthejeff@gmail.com"
5003
                },
5004
                {
5005
                    "name": "Volker Dusch",
5006
                    "email": "github@wallbash.com"
5007
                },
5008
                {
5009
                    "name": "Adam Harvey",
5010
                    "email": "aharvey@php.net"
5011
                },
5012
                {
5013
                    "name": "Bernhard Schussek",
5014
                    "email": "bschussek@gmail.com"
5015
                }
5016
            ],
5017
            "description": "Provides the functionality to export PHP variables for visualization",
5018
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5019
            "keywords": [
5020
                "export",
5021
                "exporter"
5022
            ],
5023
            "time": "2019-09-14T09:02:43+00:00"
5024
        },
5025
        {
5026
            "name": "sebastian/global-state",
5027
            "version": "3.0.0",
5028
            "source": {
5029
                "type": "git",
5030
                "url": "https://github.com/sebastianbergmann/global-state.git",
5031
                "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
5032
            },
5033
            "dist": {
5034
                "type": "zip",
5035
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
5036
                "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
5037
                "shasum": ""
5038
            },
5039
            "require": {
5040
                "php": "^7.2",
5041
                "sebastian/object-reflector": "^1.1.1",
5042
                "sebastian/recursion-context": "^3.0"
5043
            },
5044
            "require-dev": {
5045
                "ext-dom": "*",
5046
                "phpunit/phpunit": "^8.0"
5047
            },
5048
            "suggest": {
5049
                "ext-uopz": "*"
5050
            },
5051
            "type": "library",
5052
            "extra": {
5053
                "branch-alias": {
5054
                    "dev-master": "3.0-dev"
5055
                }
5056
            },
5057
            "autoload": {
5058
                "classmap": [
5059
                    "src/"
5060
                ]
5061
            },
5062
            "notification-url": "https://packagist.org/downloads/",
5063
            "license": [
5064
                "BSD-3-Clause"
5065
            ],
5066
            "authors": [
5067
                {
5068
                    "name": "Sebastian Bergmann",
5069
                    "email": "sebastian@phpunit.de"
5070
                }
5071
            ],
5072
            "description": "Snapshotting of global state",
5073
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5074
            "keywords": [
5075
                "global state"
5076
            ],
5077
            "time": "2019-02-01T05:30:01+00:00"
5078
        },
5079
        {
5080
            "name": "sebastian/object-enumerator",
5081
            "version": "3.0.3",
5082
            "source": {
5083
                "type": "git",
5084
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5085
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5086
            },
5087
            "dist": {
5088
                "type": "zip",
5089
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5090
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5091
                "shasum": ""
5092
            },
5093
            "require": {
5094
                "php": "^7.0",
5095
                "sebastian/object-reflector": "^1.1.1",
5096
                "sebastian/recursion-context": "^3.0"
5097
            },
5098
            "require-dev": {
5099
                "phpunit/phpunit": "^6.0"
5100
            },
5101
            "type": "library",
5102
            "extra": {
5103
                "branch-alias": {
5104
                    "dev-master": "3.0.x-dev"
5105
                }
5106
            },
5107
            "autoload": {
5108
                "classmap": [
5109
                    "src/"
5110
                ]
5111
            },
5112
            "notification-url": "https://packagist.org/downloads/",
5113
            "license": [
5114
                "BSD-3-Clause"
5115
            ],
5116
            "authors": [
5117
                {
5118
                    "name": "Sebastian Bergmann",
5119
                    "email": "sebastian@phpunit.de"
5120
                }
5121
            ],
5122
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5123
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5124
            "time": "2017-08-03T12:35:26+00:00"
5125
        },
5126
        {
5127
            "name": "sebastian/object-reflector",
5128
            "version": "1.1.1",
5129
            "source": {
5130
                "type": "git",
5131
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5132
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5133
            },
5134
            "dist": {
5135
                "type": "zip",
5136
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5137
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5138
                "shasum": ""
5139
            },
5140
            "require": {
5141
                "php": "^7.0"
5142
            },
5143
            "require-dev": {
5144
                "phpunit/phpunit": "^6.0"
5145
            },
5146
            "type": "library",
5147
            "extra": {
5148
                "branch-alias": {
5149
                    "dev-master": "1.1-dev"
5150
                }
5151
            },
5152
            "autoload": {
5153
                "classmap": [
5154
                    "src/"
5155
                ]
5156
            },
5157
            "notification-url": "https://packagist.org/downloads/",
5158
            "license": [
5159
                "BSD-3-Clause"
5160
            ],
5161
            "authors": [
5162
                {
5163
                    "name": "Sebastian Bergmann",
5164
                    "email": "sebastian@phpunit.de"
5165
                }
5166
            ],
5167
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5168
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5169
            "time": "2017-03-29T09:07:27+00:00"
5170
        },
5171
        {
5172
            "name": "sebastian/recursion-context",
5173
            "version": "3.0.0",
5174
            "source": {
5175
                "type": "git",
5176
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5177
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5178
            },
5179
            "dist": {
5180
                "type": "zip",
5181
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5182
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5183
                "shasum": ""
5184
            },
5185
            "require": {
5186
                "php": "^7.0"
5187
            },
5188
            "require-dev": {
5189
                "phpunit/phpunit": "^6.0"
5190
            },
5191
            "type": "library",
5192
            "extra": {
5193
                "branch-alias": {
5194
                    "dev-master": "3.0.x-dev"
5195
                }
5196
            },
5197
            "autoload": {
5198
                "classmap": [
5199
                    "src/"
5200
                ]
5201
            },
5202
            "notification-url": "https://packagist.org/downloads/",
5203
            "license": [
5204
                "BSD-3-Clause"
5205
            ],
5206
            "authors": [
5207
                {
5208
                    "name": "Jeff Welch",
5209
                    "email": "whatthejeff@gmail.com"
5210
                },
5211
                {
5212
                    "name": "Sebastian Bergmann",
5213
                    "email": "sebastian@phpunit.de"
5214
                },
5215
                {
5216
                    "name": "Adam Harvey",
5217
                    "email": "aharvey@php.net"
5218
                }
5219
            ],
5220
            "description": "Provides functionality to recursively process PHP variables",
5221
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5222
            "time": "2017-03-03T06:23:57+00:00"
5223
        },
5224
        {
5225
            "name": "sebastian/resource-operations",
5226
            "version": "2.0.1",
5227
            "source": {
5228
                "type": "git",
5229
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5230
                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5231
            },
5232
            "dist": {
5233
                "type": "zip",
5234
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5235
                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5236
                "shasum": ""
5237
            },
5238
            "require": {
5239
                "php": "^7.1"
5240
            },
5241
            "type": "library",
5242
            "extra": {
5243
                "branch-alias": {
5244
                    "dev-master": "2.0-dev"
5245
                }
5246
            },
5247
            "autoload": {
5248
                "classmap": [
5249
                    "src/"
5250
                ]
5251
            },
5252
            "notification-url": "https://packagist.org/downloads/",
5253
            "license": [
5254
                "BSD-3-Clause"
5255
            ],
5256
            "authors": [
5257
                {
5258
                    "name": "Sebastian Bergmann",
5259
                    "email": "sebastian@phpunit.de"
5260
                }
5261
            ],
5262
            "description": "Provides a list of PHP built-in functions that operate on resources",
5263
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5264
            "time": "2018-10-04T04:07:39+00:00"
5265
        },
5266
        {
5267
            "name": "sebastian/type",
5268
            "version": "1.1.3",
5269
            "source": {
5270
                "type": "git",
5271
                "url": "https://github.com/sebastianbergmann/type.git",
5272
                "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
5273
            },
5274
            "dist": {
5275
                "type": "zip",
5276
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
5277
                "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
5278
                "shasum": ""
5279
            },
5280
            "require": {
5281
                "php": "^7.2"
5282
            },
5283
            "require-dev": {
5284
                "phpunit/phpunit": "^8.2"
5285
            },
5286
            "type": "library",
5287
            "extra": {
5288
                "branch-alias": {
5289
                    "dev-master": "1.1-dev"
5290
                }
5291
            },
5292
            "autoload": {
5293
                "classmap": [
5294
                    "src/"
5295
                ]
5296
            },
5297
            "notification-url": "https://packagist.org/downloads/",
5298
            "license": [
5299
                "BSD-3-Clause"
5300
            ],
5301
            "authors": [
5302
                {
5303
                    "name": "Sebastian Bergmann",
5304
                    "email": "sebastian@phpunit.de",
5305
                    "role": "lead"
5306
                }
5307
            ],
5308
            "description": "Collection of value objects that represent the types of the PHP type system",
5309
            "homepage": "https://github.com/sebastianbergmann/type",
5310
            "time": "2019-07-02T08:10:15+00:00"
5311
        },
5312
        {
5313
            "name": "sebastian/version",
5314
            "version": "2.0.1",
5315
            "source": {
5316
                "type": "git",
5317
                "url": "https://github.com/sebastianbergmann/version.git",
5318
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5319
            },
5320
            "dist": {
5321
                "type": "zip",
5322
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5323
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5324
                "shasum": ""
5325
            },
5326
            "require": {
5327
                "php": ">=5.6"
5328
            },
5329
            "type": "library",
5330
            "extra": {
5331
                "branch-alias": {
5332
                    "dev-master": "2.0.x-dev"
5333
                }
5334
            },
5335
            "autoload": {
5336
                "classmap": [
5337
                    "src/"
5338
                ]
5339
            },
5340
            "notification-url": "https://packagist.org/downloads/",
5341
            "license": [
5342
                "BSD-3-Clause"
5343
            ],
5344
            "authors": [
5345
                {
5346
                    "name": "Sebastian Bergmann",
5347
                    "email": "sebastian@phpunit.de",
5348
                    "role": "lead"
5349
                }
5350
            ],
5351
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5352
            "homepage": "https://github.com/sebastianbergmann/version",
5353
            "time": "2016-10-03T07:35:21+00:00"
5354
        },
5355
        {
5356
            "name": "theseer/tokenizer",
5357
            "version": "1.1.3",
5358
            "source": {
5359
                "type": "git",
5360
                "url": "https://github.com/theseer/tokenizer.git",
5361
                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
5362
            },
5363
            "dist": {
5364
                "type": "zip",
5365
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
5366
                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
5367
                "shasum": ""
5368
            },
5369
            "require": {
5370
                "ext-dom": "*",
5371
                "ext-tokenizer": "*",
5372
                "ext-xmlwriter": "*",
5373
                "php": "^7.0"
5374
            },
5375
            "type": "library",
5376
            "autoload": {
5377
                "classmap": [
5378
                    "src/"
5379
                ]
5380
            },
5381
            "notification-url": "https://packagist.org/downloads/",
5382
            "license": [
5383
                "BSD-3-Clause"
5384
            ],
5385
            "authors": [
5386
                {
5387
                    "name": "Arne Blankerts",
5388
                    "email": "arne@blankerts.de",
5389
                    "role": "Developer"
5390
                }
5391
            ],
5392
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5393
            "time": "2019-06-13T22:48:21+00:00"
5394
        },
5395
        {
5396
            "name": "webmozart/assert",
5397
            "version": "1.7.0",
5398
            "source": {
5399
                "type": "git",
5400
                "url": "https://github.com/webmozart/assert.git",
5401
                "reference": "aed98a490f9a8f78468232db345ab9cf606cf598"
5402
            },
5403
            "dist": {
5404
                "type": "zip",
5405
                "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598",
5406
                "reference": "aed98a490f9a8f78468232db345ab9cf606cf598",
5407
                "shasum": ""
5408
            },
5409
            "require": {
5410
                "php": "^5.3.3 || ^7.0",
5411
                "symfony/polyfill-ctype": "^1.8"
5412
            },
5413
            "conflict": {
5414
                "vimeo/psalm": "<3.6.0"
5415
            },
5416
            "require-dev": {
5417
                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
5418
            },
5419
            "type": "library",
5420
            "autoload": {
5421
                "psr-4": {
5422
                    "Webmozart\\Assert\\": "src/"
5423
                }
5424
            },
5425
            "notification-url": "https://packagist.org/downloads/",
5426
            "license": [
5427
                "MIT"
5428
            ],
5429
            "authors": [
5430
                {
5431
                    "name": "Bernhard Schussek",
5432
                    "email": "bschussek@gmail.com"
5433
                }
5434
            ],
5435
            "description": "Assertions to validate method input/output with nice error messages.",
5436
            "keywords": [
5437
                "assert",
5438
                "check",
5439
                "validate"
5440
            ],
5441
            "time": "2020-02-14T12:15:55+00:00"
5442
        }
5443
    ],
5444
    "aliases": [],
5445
    "minimum-stability": "dev",
5446
    "stability-flags": [],
5447
    "prefer-stable": true,
5448
    "prefer-lowest": false,
5449
    "platform": {
5450
        "php": "^7.2.5"
5451
    },
5452
    "platform-dev": []
5453
}
(10-10/14)