Projekt

Obecné

Profil

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