Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5751 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 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
    ],
6803 efrain 7
    "content-hash": "13d2f28fd0300bd655b93e3d9fef28ec",
1 www 8
    "packages": [
9
        {
10
            "name": "abraham/twitteroauth",
6803 efrain 11
            "version": "5.0.0",
1 www 12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/abraham/twitteroauth.git",
6803 efrain 15
                "reference": "6a68a5e53f72fbb31d4d304dc4752d3adefe0d10"
1 www 16
            },
17
            "dist": {
18
                "type": "zip",
6803 efrain 19
                "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/6a68a5e53f72fbb31d4d304dc4752d3adefe0d10",
20
                "reference": "6a68a5e53f72fbb31d4d304dc4752d3adefe0d10",
1 www 21
                "shasum": ""
22
            },
23
            "require": {
24
                "composer/ca-bundle": "^1.2",
25
                "ext-curl": "*",
6803 efrain 26
                "php": "^8.0 || ^8.1"
1 www 27
            },
28
            "require-dev": {
29
                "php-vcr/php-vcr": "^1",
6803 efrain 30
                "php-vcr/phpunit-testlistener-vcr": "dev-php8",
1 www 31
                "phpmd/phpmd": "^2",
6803 efrain 32
                "phpunit/phpunit": "^9",
33
                "rector/rector": "^0.14.0",
1 www 34
                "squizlabs/php_codesniffer": "^3"
35
            },
36
            "type": "library",
37
            "autoload": {
38
                "psr-4": {
39
                    "Abraham\\TwitterOAuth\\": "src"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Abraham Williams",
49
                    "email": "abraham@abrah.am",
50
                    "homepage": "https://abrah.am",
51
                    "role": "Developer"
52
                }
53
            ],
54
            "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
55
            "homepage": "https://twitteroauth.com",
56
            "keywords": [
57
                "Twitter API",
58
                "Twitter oAuth",
59
                "api",
60
                "oauth",
61
                "rest",
62
                "social",
63
                "twitter"
64
            ],
65
            "support": {
66
                "issues": "https://github.com/abraham/twitteroauth/issues",
67
                "source": "https://github.com/abraham/twitteroauth"
68
            },
6803 efrain 69
            "time": "2023-01-17T01:10:54+00:00"
1 www 70
        },
71
        {
511 efrain 72
            "name": "amenadiel/jpgraph",
73
            "version": "v4.1.1",
74
            "source": {
75
                "type": "git",
76
                "url": "https://github.com/HuasoFoundries/jpgraph.git",
77
                "reference": "e196d51a520a4182cc26240b4a0744495706f11a"
78
            },
79
            "dist": {
80
                "type": "zip",
81
                "url": "https://api.github.com/repos/HuasoFoundries/jpgraph/zipball/e196d51a520a4182cc26240b4a0744495706f11a",
82
                "reference": "e196d51a520a4182cc26240b4a0744495706f11a",
83
                "shasum": ""
84
            },
85
            "require": {
86
                "ext-gd": "*",
87
                "php": ">=7.2.0"
88
            },
89
            "require-dev": {
90
                "codeception/codeception": "^4.0",
91
                "codeception/module-asserts": "^1.1",
92
                "ergebnis/composer-normalize": "^2.13",
93
                "ergebnis/php-cs-fixer-config": "^2.13",
94
                "kint-php/kint": "^3.3",
95
                "monolog/monolog": "^2.0",
96
                "overtrue/phplint": "^2.3",
97
                "squizlabs/php_codesniffer": "^3.6",
98
                "symfony/dotenv": "^4.0 || ^5.0",
99
                "symfony/event-dispatcher": "^4.0 || ^5.0",
100
                "symfony/yaml": "^4.0 || ^5.0"
101
            },
102
            "type": "library",
103
            "extra": {
104
                "composer-normalize": {
105
                    "indent-size": 4,
106
                    "indent-style": "space"
107
                },
108
                "version": "4.1.1"
109
            },
110
            "autoload": {
111
                "psr-4": {
112
                    "Amenadiel\\JpGraph\\": "src/",
113
                    "Amenadiel\\JpGraph\\Plot\\": "src/plot",
114
                    "Amenadiel\\JpGraph\\Text\\": "src/text",
115
                    "Amenadiel\\JpGraph\\Util\\": "src/util",
116
                    "Amenadiel\\JpGraph\\Graph\\": "src/graph",
117
                    "Amenadiel\\JpGraph\\Image\\": "src/image",
118
                    "Amenadiel\\JpGraph\\Themes\\": "src/themes",
119
                    "Amenadiel\\JpGraph\\Graph\\Axis\\": "src/graph/axis",
120
                    "Amenadiel\\JpGraph\\Graph\\Tick\\": "src/graph/tick",
121
                    "Amenadiel\\JpGraph\\Graph\\Scale\\": "src/graph/scale"
122
                }
123
            },
124
            "notification-url": "https://packagist.org/downloads/",
125
            "license": [
126
                "QPL-1.0"
127
            ],
128
            "description": "Composer Friendly, full refactor of JpGraph, library to make graphs and charts",
129
            "homepage": "http://jpgraph.net/",
130
            "keywords": [
131
                "chart",
132
                "data",
133
                "graph",
134
                "jpgraph",
135
                "pie"
136
            ],
137
            "support": {
138
                "issues": "https://github.com/huasofoundries/jpgraph/issues",
139
                "source": "https://github.com/HuasoFoundries/jpgraph/tree/v4.1.1"
140
            },
141
            "time": "2021-04-27T19:09:11+00:00"
142
        },
143
        {
6803 efrain 144
            "name": "bacon/bacon-qr-code",
145
            "version": "2.0.8",
1 www 146
            "source": {
147
                "type": "git",
6803 efrain 148
                "url": "https://github.com/Bacon/BaconQrCode.git",
149
                "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
1 www 150
            },
151
            "dist": {
152
                "type": "zip",
6803 efrain 153
                "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
154
                "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
1 www 155
                "shasum": ""
156
            },
157
            "require": {
6803 efrain 158
                "dasprid/enum": "^1.0.3",
159
                "ext-iconv": "*",
160
                "php": "^7.1 || ^8.0"
1 www 161
            },
162
            "require-dev": {
6803 efrain 163
                "phly/keep-a-changelog": "^2.1",
164
                "phpunit/phpunit": "^7 | ^8 | ^9",
165
                "spatie/phpunit-snapshot-assertions": "^4.2.9",
166
                "squizlabs/php_codesniffer": "^3.4"
1 www 167
            },
6803 efrain 168
            "suggest": {
169
                "ext-imagick": "to generate QR code images"
170
            },
1 www 171
            "type": "library",
172
            "autoload": {
173
                "psr-4": {
6803 efrain 174
                    "BaconQrCode\\": "src/"
1 www 175
                }
176
            },
177
            "notification-url": "https://packagist.org/downloads/",
178
            "license": [
6803 efrain 179
                "BSD-2-Clause"
1 www 180
            ],
181
            "authors": [
182
                {
6803 efrain 183
                    "name": "Ben Scholzen 'DASPRiD'",
184
                    "email": "mail@dasprids.de",
185
                    "homepage": "https://dasprids.de/",
1 www 186
                    "role": "Developer"
187
                }
188
            ],
6803 efrain 189
            "description": "BaconQrCode is a QR code generator for PHP.",
190
            "homepage": "https://github.com/Bacon/BaconQrCode",
1 www 191
            "support": {
6803 efrain 192
                "issues": "https://github.com/Bacon/BaconQrCode/issues",
193
                "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
1 www 194
            },
6803 efrain 195
            "time": "2022-12-07T17:46:57+00:00"
1 www 196
        },
197
        {
198
            "name": "brainfoolong/cryptojs-aes-php",
6803 efrain 199
            "version": "2.2.0",
1 www 200
            "source": {
201
                "type": "git",
202
                "url": "https://github.com/brainfoolong/cryptojs-aes-php.git",
6803 efrain 203
                "reference": "bdc1cc675995784d899f6288ce35987977bd8e5d"
1 www 204
            },
205
            "dist": {
206
                "type": "zip",
6803 efrain 207
                "url": "https://api.github.com/repos/brainfoolong/cryptojs-aes-php/zipball/bdc1cc675995784d899f6288ce35987977bd8e5d",
208
                "reference": "bdc1cc675995784d899f6288ce35987977bd8e5d",
1 www 209
                "shasum": ""
210
            },
211
            "require": {
212
                "ext-json": "*",
213
                "ext-openssl": "*",
214
                "php": ">=7.0.0"
215
            },
216
            "type": "library",
217
            "autoload": {
218
                "psr-4": {
219
                    "Nullix\\CryptoJsAes\\": "src/"
220
                }
221
            },
222
            "notification-url": "https://packagist.org/downloads/",
223
            "license": [
224
                "MIT"
225
            ],
226
            "authors": [
227
                {
228
                    "name": "Roland Eigelsreiter",
229
                    "homepage": "https://github.com/brainfoolong/cryptojs-aes-php",
230
                    "role": "Developer"
231
                }
232
            ],
233
            "description": "CryptoJS 3.x AES encryption/decryption on client side with Javascript and on server side with PHP",
234
            "homepage": "https://github.com/brainfoolong/cryptojs-aes-php",
235
            "keywords": [
236
                "aes",
237
                "encryption",
238
                "javascript",
239
                "php"
240
            ],
241
            "support": {
242
                "issues": "https://github.com/brainfoolong/cryptojs-aes-php/issues",
6803 efrain 243
                "source": "https://github.com/brainfoolong/cryptojs-aes-php/tree/2.2.0"
1 www 244
            },
245
            "funding": [
246
                {
247
                    "url": "https://github.com/brainfoolong",
248
                    "type": "github"
249
                }
250
            ],
6803 efrain 251
            "time": "2023-06-13T08:59:00+00:00"
1 www 252
        },
253
        {
254
            "name": "brick/varexporter",
5751 efrain 255
            "version": "0.3.8",
1 www 256
            "source": {
257
                "type": "git",
258
                "url": "https://github.com/brick/varexporter.git",
5751 efrain 259
                "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed"
1 www 260
            },
261
            "dist": {
262
                "type": "zip",
5751 efrain 263
                "url": "https://api.github.com/repos/brick/varexporter/zipball/b5853edea6204ff8fa10633c3a4cccc4058410ed",
264
                "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed",
1 www 265
                "shasum": ""
266
            },
267
            "require": {
268
                "nikic/php-parser": "^4.0",
269
                "php": "^7.2 || ^8.0"
270
            },
271
            "require-dev": {
272
                "php-coveralls/php-coveralls": "^2.2",
273
                "phpunit/phpunit": "^8.5 || ^9.0",
3086 efrain 274
                "vimeo/psalm": "4.23.0"
1 www 275
            },
276
            "type": "library",
277
            "autoload": {
278
                "psr-4": {
279
                    "Brick\\VarExporter\\": "src/"
280
                }
281
            },
282
            "notification-url": "https://packagist.org/downloads/",
283
            "license": [
284
                "MIT"
285
            ],
286
            "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
287
            "keywords": [
288
                "var_export"
289
            ],
290
            "support": {
291
                "issues": "https://github.com/brick/varexporter/issues",
5751 efrain 292
                "source": "https://github.com/brick/varexporter/tree/0.3.8"
1 www 293
            },
3086 efrain 294
            "funding": [
295
                {
296
                    "url": "https://github.com/BenMorel",
297
                    "type": "github"
298
                }
299
            ],
5751 efrain 300
            "time": "2023-01-21T23:05:38+00:00"
1 www 301
        },
302
        {
303
            "name": "composer/ca-bundle",
6803 efrain 304
            "version": "1.3.6",
1 www 305
            "source": {
306
                "type": "git",
307
                "url": "https://github.com/composer/ca-bundle.git",
6803 efrain 308
                "reference": "90d087e988ff194065333d16bc5cf649872d9cdb"
1 www 309
            },
310
            "dist": {
311
                "type": "zip",
6803 efrain 312
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb",
313
                "reference": "90d087e988ff194065333d16bc5cf649872d9cdb",
1 www 314
                "shasum": ""
315
            },
316
            "require": {
317
                "ext-openssl": "*",
318
                "ext-pcre": "*",
319
                "php": "^5.3.2 || ^7.0 || ^8.0"
320
            },
321
            "require-dev": {
322
                "phpstan/phpstan": "^0.12.55",
323
                "psr/log": "^1.0",
324
                "symfony/phpunit-bridge": "^4.2 || ^5",
16 efrain 325
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
1 www 326
            },
327
            "type": "library",
328
            "extra": {
329
                "branch-alias": {
330
                    "dev-main": "1.x-dev"
331
                }
332
            },
333
            "autoload": {
334
                "psr-4": {
335
                    "Composer\\CaBundle\\": "src"
336
                }
337
            },
338
            "notification-url": "https://packagist.org/downloads/",
339
            "license": [
340
                "MIT"
341
            ],
342
            "authors": [
343
                {
344
                    "name": "Jordi Boggiano",
345
                    "email": "j.boggiano@seld.be",
346
                    "homepage": "http://seld.be"
347
                }
348
            ],
349
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
350
            "keywords": [
351
                "cabundle",
352
                "cacert",
353
                "certificate",
354
                "ssl",
355
                "tls"
356
            ],
357
            "support": {
358
                "irc": "irc://irc.freenode.org/composer",
359
                "issues": "https://github.com/composer/ca-bundle/issues",
6803 efrain 360
                "source": "https://github.com/composer/ca-bundle/tree/1.3.6"
1 www 361
            },
362
            "funding": [
363
                {
364
                    "url": "https://packagist.com",
365
                    "type": "custom"
366
                },
367
                {
368
                    "url": "https://github.com/composer",
369
                    "type": "github"
370
                },
371
                {
372
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
373
                    "type": "tidelift"
374
                }
375
            ],
6803 efrain 376
            "time": "2023-06-06T12:02:59+00:00"
1 www 377
        },
378
        {
6803 efrain 379
            "name": "dasprid/enum",
380
            "version": "1.0.4",
1 www 381
            "source": {
382
                "type": "git",
6803 efrain 383
                "url": "https://github.com/DASPRiD/Enum.git",
384
                "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
1 www 385
            },
386
            "dist": {
387
                "type": "zip",
6803 efrain 388
                "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
389
                "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
1 www 390
                "shasum": ""
391
            },
392
            "require": {
6803 efrain 393
                "php": ">=7.1 <9.0"
1 www 394
            },
395
            "require-dev": {
6803 efrain 396
                "phpunit/phpunit": "^7 | ^8 | ^9",
397
                "squizlabs/php_codesniffer": "*"
398
            },
399
            "type": "library",
400
            "autoload": {
401
                "psr-4": {
402
                    "DASPRiD\\Enum\\": "src/"
403
                }
404
            },
405
            "notification-url": "https://packagist.org/downloads/",
406
            "license": [
407
                "BSD-2-Clause"
408
            ],
409
            "authors": [
410
                {
411
                    "name": "Ben Scholzen 'DASPRiD'",
412
                    "email": "mail@dasprids.de",
413
                    "homepage": "https://dasprids.de/",
414
                    "role": "Developer"
415
                }
416
            ],
417
            "description": "PHP 7.1 enum implementation",
418
            "keywords": [
419
                "enum",
420
                "map"
421
            ],
422
            "support": {
423
                "issues": "https://github.com/DASPRiD/Enum/issues",
424
                "source": "https://github.com/DASPRiD/Enum/tree/1.0.4"
425
            },
426
            "time": "2023-03-01T18:44:03+00:00"
427
        },
428
        {
429
            "name": "doctrine/annotations",
430
            "version": "2.0.1",
431
            "source": {
432
                "type": "git",
433
                "url": "https://github.com/doctrine/annotations.git",
434
                "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f"
435
            },
436
            "dist": {
437
                "type": "zip",
438
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
439
                "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
440
                "shasum": ""
441
            },
442
            "require": {
443
                "doctrine/lexer": "^2 || ^3",
444
                "ext-tokenizer": "*",
445
                "php": "^7.2 || ^8.0",
446
                "psr/cache": "^1 || ^2 || ^3"
447
            },
448
            "require-dev": {
449
                "doctrine/cache": "^2.0",
450
                "doctrine/coding-standard": "^10",
451
                "phpstan/phpstan": "^1.8.0",
3086 efrain 452
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
6803 efrain 453
                "symfony/cache": "^5.4 || ^6",
454
                "vimeo/psalm": "^4.10"
1 www 455
            },
6803 efrain 456
            "suggest": {
457
                "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
458
            },
1 www 459
            "type": "library",
460
            "autoload": {
461
                "psr-4": {
6803 efrain 462
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
1 www 463
                }
464
            },
465
            "notification-url": "https://packagist.org/downloads/",
466
            "license": [
467
                "MIT"
468
            ],
469
            "authors": [
470
                {
6803 efrain 471
                    "name": "Guilherme Blanco",
472
                    "email": "guilhermeblanco@gmail.com"
473
                },
474
                {
475
                    "name": "Roman Borschel",
476
                    "email": "roman@code-factory.org"
477
                },
478
                {
479
                    "name": "Benjamin Eberlei",
480
                    "email": "kontakt@beberlei.de"
481
                },
482
                {
483
                    "name": "Jonathan Wage",
484
                    "email": "jonwage@gmail.com"
485
                },
486
                {
487
                    "name": "Johannes Schmitt",
488
                    "email": "schmittjoh@gmail.com"
1 www 489
                }
490
            ],
6803 efrain 491
            "description": "Docblock Annotations Parser",
492
            "homepage": "https://www.doctrine-project.org/projects/annotations.html",
1 www 493
            "keywords": [
6803 efrain 494
                "annotations",
495
                "docblock",
496
                "parser"
1 www 497
            ],
498
            "support": {
6803 efrain 499
                "issues": "https://github.com/doctrine/annotations/issues",
500
                "source": "https://github.com/doctrine/annotations/tree/2.0.1"
1 www 501
            },
6803 efrain 502
            "time": "2023-02-02T22:02:53+00:00"
503
        },
504
        {
505
            "name": "doctrine/lexer",
506
            "version": "3.0.0",
507
            "source": {
508
                "type": "git",
509
                "url": "https://github.com/doctrine/lexer.git",
510
                "reference": "84a527db05647743d50373e0ec53a152f2cde568"
511
            },
512
            "dist": {
513
                "type": "zip",
514
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
515
                "reference": "84a527db05647743d50373e0ec53a152f2cde568",
516
                "shasum": ""
517
            },
518
            "require": {
519
                "php": "^8.1"
520
            },
521
            "require-dev": {
522
                "doctrine/coding-standard": "^10",
523
                "phpstan/phpstan": "^1.9",
524
                "phpunit/phpunit": "^9.5",
525
                "psalm/plugin-phpunit": "^0.18.3",
526
                "vimeo/psalm": "^5.0"
527
            },
528
            "type": "library",
529
            "autoload": {
530
                "psr-4": {
531
                    "Doctrine\\Common\\Lexer\\": "src"
532
                }
533
            },
534
            "notification-url": "https://packagist.org/downloads/",
535
            "license": [
536
                "MIT"
537
            ],
538
            "authors": [
539
                {
540
                    "name": "Guilherme Blanco",
541
                    "email": "guilhermeblanco@gmail.com"
542
                },
543
                {
544
                    "name": "Roman Borschel",
545
                    "email": "roman@code-factory.org"
546
                },
547
                {
548
                    "name": "Johannes Schmitt",
549
                    "email": "schmittjoh@gmail.com"
550
                }
551
            ],
552
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
553
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
554
            "keywords": [
555
                "annotations",
556
                "docblock",
557
                "lexer",
558
                "parser",
559
                "php"
560
            ],
561
            "support": {
562
                "issues": "https://github.com/doctrine/lexer/issues",
563
                "source": "https://github.com/doctrine/lexer/tree/3.0.0"
564
            },
1 www 565
            "funding": [
566
                {
567
                    "url": "https://www.doctrine-project.org/sponsorship.html",
568
                    "type": "custom"
569
                },
570
                {
571
                    "url": "https://www.patreon.com/phpdoctrine",
572
                    "type": "patreon"
573
                },
574
                {
6803 efrain 575
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
1 www 576
                    "type": "tidelift"
577
                }
578
            ],
6803 efrain 579
            "time": "2022-12-15T16:57:16+00:00"
1 www 580
        },
581
        {
6803 efrain 582
            "name": "endroid/qr-code",
583
            "version": "4.8.2",
584
            "source": {
585
                "type": "git",
586
                "url": "https://github.com/endroid/qr-code.git",
587
                "reference": "2436c2333a3931c95e2b96eb82f16f53143d6bba"
588
            },
589
            "dist": {
590
                "type": "zip",
591
                "url": "https://api.github.com/repos/endroid/qr-code/zipball/2436c2333a3931c95e2b96eb82f16f53143d6bba",
592
                "reference": "2436c2333a3931c95e2b96eb82f16f53143d6bba",
593
                "shasum": ""
594
            },
595
            "require": {
596
                "bacon/bacon-qr-code": "^2.0.5",
597
                "php": "^8.0"
598
            },
599
            "conflict": {
600
                "khanamiryan/qrcode-detector-decoder": "^1.0.6"
601
            },
602
            "require-dev": {
603
                "endroid/quality": "dev-master",
604
                "ext-gd": "*",
605
                "khanamiryan/qrcode-detector-decoder": "^1.0.4||^2.0.2",
606
                "setasign/fpdf": "^1.8.2"
607
            },
608
            "suggest": {
609
                "ext-gd": "Enables you to write PNG images",
610
                "khanamiryan/qrcode-detector-decoder": "Enables you to use the image validator",
611
                "roave/security-advisories": "Makes sure package versions with known security issues are not installed",
612
                "setasign/fpdf": "Enables you to use the PDF writer"
613
            },
614
            "type": "library",
615
            "extra": {
616
                "branch-alias": {
617
                    "dev-master": "4.x-dev"
618
                }
619
            },
620
            "autoload": {
621
                "psr-4": {
622
                    "Endroid\\QrCode\\": "src/"
623
                }
624
            },
625
            "notification-url": "https://packagist.org/downloads/",
626
            "license": [
627
                "MIT"
628
            ],
629
            "authors": [
630
                {
631
                    "name": "Jeroen van den Enden",
632
                    "email": "info@endroid.nl"
633
                }
634
            ],
635
            "description": "Endroid QR Code",
636
            "homepage": "https://github.com/endroid/qr-code",
637
            "keywords": [
638
                "code",
639
                "endroid",
640
                "php",
641
                "qr",
642
                "qrcode"
643
            ],
644
            "support": {
645
                "issues": "https://github.com/endroid/qr-code/issues",
646
                "source": "https://github.com/endroid/qr-code/tree/4.8.2"
647
            },
648
            "funding": [
649
                {
650
                    "url": "https://github.com/endroid",
651
                    "type": "github"
652
                }
653
            ],
654
            "time": "2023-03-30T18:46:02+00:00"
655
        },
656
        {
1 www 657
            "name": "ezyang/htmlpurifier",
3086 efrain 658
            "version": "v4.16.0",
1 www 659
            "source": {
660
                "type": "git",
661
                "url": "https://github.com/ezyang/htmlpurifier.git",
3086 efrain 662
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
1 www 663
            },
664
            "dist": {
665
                "type": "zip",
3086 efrain 666
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
667
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
1 www 668
                "shasum": ""
669
            },
670
            "require": {
3086 efrain 671
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 672
            },
3086 efrain 673
            "require-dev": {
674
                "cerdic/css-tidy": "^1.7 || ^2.0",
675
                "simpletest/simpletest": "dev-master"
676
            },
677
            "suggest": {
678
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
679
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
680
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
681
                "ext-tidy": "Used for pretty-printing HTML"
682
            },
1 www 683
            "type": "library",
684
            "autoload": {
3086 efrain 685
                "files": [
686
                    "library/HTMLPurifier.composer.php"
687
                ],
1 www 688
                "psr-0": {
689
                    "HTMLPurifier": "library/"
690
                },
691
                "exclude-from-classmap": [
692
                    "/library/HTMLPurifier/Language/"
693
                ]
694
            },
695
            "notification-url": "https://packagist.org/downloads/",
696
            "license": [
697
                "LGPL-2.1-or-later"
698
            ],
699
            "authors": [
700
                {
701
                    "name": "Edward Z. Yang",
702
                    "email": "admin@htmlpurifier.org",
703
                    "homepage": "http://ezyang.com"
704
                }
705
            ],
706
            "description": "Standards compliant HTML filter written in PHP",
707
            "homepage": "http://htmlpurifier.org/",
708
            "keywords": [
709
                "html"
710
            ],
711
            "support": {
712
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
3086 efrain 713
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
1 www 714
            },
3086 efrain 715
            "time": "2022-09-18T07:06:19+00:00"
1 www 716
        },
717
        {
718
            "name": "facebook/graph-sdk",
6803 efrain 719
            "version": "5.1.4",
1 www 720
            "source": {
721
                "type": "git",
722
                "url": "https://github.com/facebook/php-graph-sdk.git",
6803 efrain 723
                "reference": "38fd7187a6704d3ab14ded2f3a534ac4ee6f3481"
1 www 724
            },
725
            "dist": {
726
                "type": "zip",
6803 efrain 727
                "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/38fd7187a6704d3ab14ded2f3a534ac4ee6f3481",
728
                "reference": "38fd7187a6704d3ab14ded2f3a534ac4ee6f3481",
1 www 729
                "shasum": ""
730
            },
731
            "require": {
6803 efrain 732
                "ext-mbstring": "*",
733
                "php": ">=5.4.0"
1 www 734
            },
735
            "require-dev": {
736
                "guzzlehttp/guzzle": "~5.0",
737
                "mockery/mockery": "~0.8",
738
                "phpunit/phpunit": "~4.0"
739
            },
740
            "suggest": {
6803 efrain 741
                "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client"
1 www 742
            },
743
            "type": "library",
744
            "extra": {
745
                "branch-alias": {
746
                    "dev-master": "5.x-dev"
747
                }
748
            },
749
            "autoload": {
750
                "psr-4": {
751
                    "Facebook\\": "src/Facebook/"
3086 efrain 752
                }
1 www 753
            },
754
            "notification-url": "https://packagist.org/downloads/",
755
            "license": [
756
                "Facebook Platform"
757
            ],
758
            "authors": [
759
                {
760
                    "name": "Facebook",
6803 efrain 761
                    "homepage": "https://github.com/facebook/facebook-php-sdk-v4/contributors"
1 www 762
                }
763
            ],
764
            "description": "Facebook SDK for PHP",
6803 efrain 765
            "homepage": "https://github.com/facebook/facebook-php-sdk-v4",
1 www 766
            "keywords": [
767
                "facebook",
768
                "sdk"
769
            ],
770
            "support": {
771
                "issues": "https://github.com/facebook/php-graph-sdk/issues",
6803 efrain 772
                "source": "https://github.com/facebook/php-graph-sdk/tree/5.1.4"
1 www 773
            },
3086 efrain 774
            "abandoned": true,
6803 efrain 775
            "time": "2016-05-13T17:28:30+00:00"
1 www 776
        },
777
        {
6803 efrain 778
            "name": "fig/http-message-util",
779
            "version": "1.1.5",
780
            "source": {
781
                "type": "git",
782
                "url": "https://github.com/php-fig/http-message-util.git",
783
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
784
            },
785
            "dist": {
786
                "type": "zip",
787
                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
788
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
789
                "shasum": ""
790
            },
791
            "require": {
792
                "php": "^5.3 || ^7.0 || ^8.0"
793
            },
794
            "suggest": {
795
                "psr/http-message": "The package containing the PSR-7 interfaces"
796
            },
797
            "type": "library",
798
            "extra": {
799
                "branch-alias": {
800
                    "dev-master": "1.1.x-dev"
801
                }
802
            },
803
            "autoload": {
804
                "psr-4": {
805
                    "Fig\\Http\\Message\\": "src/"
806
                }
807
            },
808
            "notification-url": "https://packagist.org/downloads/",
809
            "license": [
810
                "MIT"
811
            ],
812
            "authors": [
813
                {
814
                    "name": "PHP-FIG",
815
                    "homepage": "https://www.php-fig.org/"
816
                }
817
            ],
818
            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
819
            "keywords": [
820
                "http",
821
                "http-message",
822
                "psr",
823
                "psr-7",
824
                "request",
825
                "response"
826
            ],
827
            "support": {
828
                "issues": "https://github.com/php-fig/http-message-util/issues",
829
                "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
830
            },
831
            "time": "2020-11-24T22:02:12+00:00"
832
        },
833
        {
1 www 834
            "name": "firebase/php-jwt",
6803 efrain 835
            "version": "v6.8.0",
1 www 836
            "source": {
837
                "type": "git",
838
                "url": "https://github.com/firebase/php-jwt.git",
6803 efrain 839
                "reference": "48b0210c51718d682e53210c24d25c5a10a2299b"
1 www 840
            },
841
            "dist": {
842
                "type": "zip",
6803 efrain 843
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/48b0210c51718d682e53210c24d25c5a10a2299b",
844
                "reference": "48b0210c51718d682e53210c24d25c5a10a2299b",
1 www 845
                "shasum": ""
846
            },
847
            "require": {
6803 efrain 848
                "php": "^7.4||^8.0"
1 www 849
            },
850
            "require-dev": {
3086 efrain 851
                "guzzlehttp/guzzle": "^6.5||^7.4",
6803 efrain 852
                "phpspec/prophecy-phpunit": "^2.0",
853
                "phpunit/phpunit": "^9.5",
3086 efrain 854
                "psr/cache": "^1.0||^2.0",
855
                "psr/http-client": "^1.0",
856
                "psr/http-factory": "^1.0"
1 www 857
            },
858
            "suggest": {
5751 efrain 859
                "ext-sodium": "Support EdDSA (Ed25519) signatures",
1 www 860
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
861
            },
862
            "type": "library",
863
            "autoload": {
864
                "psr-4": {
865
                    "Firebase\\JWT\\": "src"
866
                }
867
            },
868
            "notification-url": "https://packagist.org/downloads/",
869
            "license": [
870
                "BSD-3-Clause"
871
            ],
872
            "authors": [
873
                {
874
                    "name": "Neuman Vong",
875
                    "email": "neuman+pear@twilio.com",
876
                    "role": "Developer"
877
                },
878
                {
879
                    "name": "Anant Narayanan",
880
                    "email": "anant@php.net",
881
                    "role": "Developer"
882
                }
883
            ],
884
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
885
            "homepage": "https://github.com/firebase/php-jwt",
886
            "keywords": [
887
                "jwt",
888
                "php"
889
            ],
890
            "support": {
891
                "issues": "https://github.com/firebase/php-jwt/issues",
6803 efrain 892
                "source": "https://github.com/firebase/php-jwt/tree/v6.8.0"
1 www 893
            },
6803 efrain 894
            "time": "2023-06-20T16:45:35+00:00"
1 www 895
        },
896
        {
511 efrain 897
            "name": "fpdf/fpdf",
6803 efrain 898
            "version": "1.86.0",
511 efrain 899
            "source": {
900
                "type": "git",
901
                "url": "https://github.com/coreydoughty/Fpdf.git",
6803 efrain 902
                "reference": "d2a0cbd9e4b5557b9c6c29ddc8eb2b36d8761e00"
511 efrain 903
            },
904
            "dist": {
905
                "type": "zip",
6803 efrain 906
                "url": "https://api.github.com/repos/coreydoughty/Fpdf/zipball/d2a0cbd9e4b5557b9c6c29ddc8eb2b36d8761e00",
907
                "reference": "d2a0cbd9e4b5557b9c6c29ddc8eb2b36d8761e00",
511 efrain 908
                "shasum": ""
909
            },
910
            "require": {
911
                "php": ">=5.6.0"
912
            },
913
            "type": "library",
4113 efrain 914
            "extra": {
915
                "laravel": {
916
                    "aliases": {
917
                        "FPDF": "Fpdf\\Fpdf"
918
                    }
919
                }
920
            },
511 efrain 921
            "autoload": {
922
                "psr-4": {
923
                    "Fpdf\\": "src/Fpdf"
924
                }
925
            },
926
            "notification-url": "https://packagist.org/downloads/",
927
            "license": [
928
                "MIT"
929
            ],
930
            "authors": [
931
                {
932
                    "name": "Corey Doughty",
933
                    "email": "corey@doughty.ca"
934
                }
935
            ],
936
            "description": "FPDF Composer Wrapper",
937
            "homepage": "https://github.com/coreydoughty/Fpdf",
938
            "keywords": [
939
                "fpdf",
940
                "pdf",
941
                "wrapper"
942
            ],
943
            "support": {
944
                "issues": "https://github.com/coreydoughty/Fpdf/issues",
6803 efrain 945
                "source": "https://github.com/coreydoughty/Fpdf/tree/1.86.0"
511 efrain 946
            },
6803 efrain 947
            "time": "2023-07-04T16:41:45+00:00"
511 efrain 948
        },
949
        {
1 www 950
            "name": "geoip2/geoip2",
3086 efrain 951
            "version": "v2.13.0",
1 www 952
            "source": {
953
                "type": "git",
3086 efrain 954
                "url": "git@github.com:maxmind/GeoIP2-php.git",
955
                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23"
1 www 956
            },
957
            "dist": {
958
                "type": "zip",
3086 efrain 959
                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
960
                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
1 www 961
                "shasum": ""
962
            },
963
            "require": {
964
                "ext-json": "*",
965
                "maxmind-db/reader": "~1.8",
966
                "maxmind/web-service-common": "~0.8",
967
                "php": ">=7.2"
968
            },
969
            "require-dev": {
16 efrain 970
                "friendsofphp/php-cs-fixer": "3.*",
971
                "phpstan/phpstan": "*",
1 www 972
                "phpunit/phpunit": "^8.0 || ^9.0",
973
                "squizlabs/php_codesniffer": "3.*"
974
            },
975
            "type": "library",
976
            "autoload": {
977
                "psr-4": {
978
                    "GeoIp2\\": "src"
979
                }
980
            },
981
            "notification-url": "https://packagist.org/downloads/",
982
            "license": [
983
                "Apache-2.0"
984
            ],
985
            "authors": [
986
                {
987
                    "name": "Gregory J. Oschwald",
988
                    "email": "goschwald@maxmind.com",
989
                    "homepage": "https://www.maxmind.com/"
990
                }
991
            ],
992
            "description": "MaxMind GeoIP2 PHP API",
993
            "homepage": "https://github.com/maxmind/GeoIP2-php",
994
            "keywords": [
995
                "IP",
996
                "geoip",
997
                "geoip2",
998
                "geolocation",
999
                "maxmind"
1000
            ],
3086 efrain 1001
            "time": "2022-08-05T20:32:58+00:00"
1 www 1002
        },
1003
        {
1004
            "name": "google/apiclient",
6803 efrain 1005
            "version": "v2.15.0",
1 www 1006
            "source": {
1007
                "type": "git",
1008
                "url": "https://github.com/googleapis/google-api-php-client.git",
6803 efrain 1009
                "reference": "49787fa30b8d8313146a61efbf77ed1fede723c2"
1 www 1010
            },
1011
            "dist": {
1012
                "type": "zip",
6803 efrain 1013
                "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/49787fa30b8d8313146a61efbf77ed1fede723c2",
1014
                "reference": "49787fa30b8d8313146a61efbf77ed1fede723c2",
1 www 1015
                "shasum": ""
1016
            },
1017
            "require": {
6803 efrain 1018
                "firebase/php-jwt": "~6.0",
1 www 1019
                "google/apiclient-services": "~0.200",
6803 efrain 1020
                "google/auth": "^1.28",
1021
                "guzzlehttp/guzzle": "~6.5||~7.0",
3086 efrain 1022
                "guzzlehttp/psr7": "^1.8.4||^2.2.1",
6803 efrain 1023
                "monolog/monolog": "^2.9||^3.0",
1024
                "php": "^7.4|^8.0",
1025
                "phpseclib/phpseclib": "^3.0.2"
1 www 1026
            },
1027
            "require-dev": {
6803 efrain 1028
                "cache/filesystem-adapter": "^1.1",
1 www 1029
                "composer/composer": "^1.10.22",
1030
                "phpcompatibility/php-compatibility": "^9.2",
6803 efrain 1031
                "phpspec/prophecy-phpunit": "^2.0",
1032
                "phpunit/phpunit": "^9.5",
3086 efrain 1033
                "squizlabs/php_codesniffer": "^3.0",
1 www 1034
                "symfony/css-selector": "~2.1",
6803 efrain 1035
                "symfony/dom-crawler": "~2.1"
1 www 1036
            },
1037
            "suggest": {
1038
                "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
1039
            },
1040
            "type": "library",
1041
            "extra": {
1042
                "branch-alias": {
16 efrain 1043
                    "dev-main": "2.x-dev"
1 www 1044
                }
1045
            },
1046
            "autoload": {
3086 efrain 1047
                "files": [
1048
                    "src/aliases.php"
1049
                ],
1 www 1050
                "psr-4": {
1051
                    "Google\\": "src/"
1052
                },
1053
                "classmap": [
1054
                    "src/aliases.php"
1055
                ]
1056
            },
1057
            "notification-url": "https://packagist.org/downloads/",
1058
            "license": [
1059
                "Apache-2.0"
1060
            ],
1061
            "description": "Client library for Google APIs",
1062
            "homepage": "http://developers.google.com/api-client-library/php",
1063
            "keywords": [
1064
                "google"
1065
            ],
1066
            "support": {
1067
                "issues": "https://github.com/googleapis/google-api-php-client/issues",
6803 efrain 1068
                "source": "https://github.com/googleapis/google-api-php-client/tree/v2.15.0"
1 www 1069
            },
6803 efrain 1070
            "time": "2023-05-18T13:51:33+00:00"
1 www 1071
        },
1072
        {
1073
            "name": "google/apiclient-services",
6803 efrain 1074
            "version": "v0.308.0",
1 www 1075
            "source": {
1076
                "type": "git",
1077
                "url": "https://github.com/googleapis/google-api-php-client-services.git",
6803 efrain 1078
                "reference": "85cf00383e6bf6eca131bd3261b7859ea418a578"
1 www 1079
            },
1080
            "dist": {
1081
                "type": "zip",
6803 efrain 1082
                "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/85cf00383e6bf6eca131bd3261b7859ea418a578",
1083
                "reference": "85cf00383e6bf6eca131bd3261b7859ea418a578",
1 www 1084
                "shasum": ""
1085
            },
1086
            "require": {
6803 efrain 1087
                "php": "^7.4||^8.0"
1 www 1088
            },
1089
            "require-dev": {
1090
                "phpunit/phpunit": "^5.7||^8.5.13"
1091
            },
1092
            "type": "library",
1093
            "autoload": {
3086 efrain 1094
                "files": [
1095
                    "autoload.php"
1096
                ],
1 www 1097
                "psr-4": {
1098
                    "Google\\Service\\": "src"
3086 efrain 1099
                }
1 www 1100
            },
1101
            "notification-url": "https://packagist.org/downloads/",
1102
            "license": [
1103
                "Apache-2.0"
1104
            ],
1105
            "description": "Client library for Google APIs",
1106
            "homepage": "http://developers.google.com/api-client-library/php",
1107
            "keywords": [
1108
                "google"
1109
            ],
1110
            "support": {
1111
                "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
6803 efrain 1112
                "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.308.0"
1 www 1113
            },
6803 efrain 1114
            "time": "2023-07-09T01:06:13+00:00"
1 www 1115
        },
1116
        {
1117
            "name": "google/auth",
6803 efrain 1118
            "version": "v1.28.0",
1 www 1119
            "source": {
1120
                "type": "git",
1121
                "url": "https://github.com/googleapis/google-auth-library-php.git",
6803 efrain 1122
                "reference": "07f7f6305f1b7df32b2acf6e101c1225c839c7ac"
1 www 1123
            },
1124
            "dist": {
1125
                "type": "zip",
6803 efrain 1126
                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/07f7f6305f1b7df32b2acf6e101c1225c839c7ac",
1127
                "reference": "07f7f6305f1b7df32b2acf6e101c1225c839c7ac",
1 www 1128
                "shasum": ""
1129
            },
1130
            "require": {
6803 efrain 1131
                "firebase/php-jwt": "^6.0",
3086 efrain 1132
                "guzzlehttp/guzzle": "^6.2.1|^7.0",
6803 efrain 1133
                "guzzlehttp/psr7": "^2.4.5",
1134
                "php": "^7.4||^8.0",
1135
                "psr/cache": "^1.0||^2.0||^3.0",
1136
                "psr/http-message": "^1.1||^2.0"
1 www 1137
            },
1138
            "require-dev": {
6803 efrain 1139
                "guzzlehttp/promises": "^1.3",
5751 efrain 1140
                "kelvinmo/simplejwt": "0.7.0",
6803 efrain 1141
                "phpseclib/phpseclib": "^3.0",
1142
                "phpspec/prophecy-phpunit": "^2.0",
1143
                "phpunit/phpunit": "^9.0.0",
3086 efrain 1144
                "sebastian/comparator": ">=1.2.3",
1145
                "squizlabs/php_codesniffer": "^3.5"
1 www 1146
            },
1147
            "suggest": {
1148
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
1149
            },
1150
            "type": "library",
1151
            "autoload": {
1152
                "psr-4": {
1153
                    "Google\\Auth\\": "src"
1154
                }
1155
            },
1156
            "notification-url": "https://packagist.org/downloads/",
1157
            "license": [
1158
                "Apache-2.0"
1159
            ],
1160
            "description": "Google Auth Library for PHP",
1161
            "homepage": "http://github.com/google/google-auth-library-php",
1162
            "keywords": [
1163
                "Authentication",
1164
                "google",
1165
                "oauth2"
1166
            ],
1167
            "support": {
3086 efrain 1168
                "docs": "https://googleapis.github.io/google-auth-library-php/main/",
1 www 1169
                "issues": "https://github.com/googleapis/google-auth-library-php/issues",
6803 efrain 1170
                "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.28.0"
1 www 1171
            },
6803 efrain 1172
            "time": "2023-05-11T21:58:18+00:00"
1 www 1173
        },
1174
        {
1175
            "name": "guzzlehttp/guzzle",
6803 efrain 1176
            "version": "7.7.0",
1 www 1177
            "source": {
1178
                "type": "git",
1179
                "url": "https://github.com/guzzle/guzzle.git",
6803 efrain 1180
                "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
1 www 1181
            },
1182
            "dist": {
1183
                "type": "zip",
6803 efrain 1184
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
1185
                "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
1 www 1186
                "shasum": ""
1187
            },
1188
            "require": {
1189
                "ext-json": "*",
6803 efrain 1190
                "guzzlehttp/promises": "^1.5.3 || ^2.0",
5751 efrain 1191
                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
1 www 1192
                "php": "^7.2.5 || ^8.0",
16 efrain 1193
                "psr/http-client": "^1.0",
1194
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
1 www 1195
            },
1196
            "provide": {
1197
                "psr/http-client-implementation": "1.0"
1198
            },
1199
            "require-dev": {
3086 efrain 1200
                "bamarni/composer-bin-plugin": "^1.8.1",
1 www 1201
                "ext-curl": "*",
6803 efrain 1202
                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
1203
                "php-http/message-factory": "^1.1",
3086 efrain 1204
                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
16 efrain 1205
                "psr/log": "^1.1 || ^2.0 || ^3.0"
1 www 1206
            },
1207
            "suggest": {
1208
                "ext-curl": "Required for CURL handler support",
1209
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1210
                "psr/log": "Required for using the Log middleware"
1211
            },
1212
            "type": "library",
1213
            "extra": {
3086 efrain 1214
                "bamarni-bin": {
1215
                    "bin-links": true,
1216
                    "forward-command": false
1 www 1217
                }
1218
            },
1219
            "autoload": {
3086 efrain 1220
                "files": [
1221
                    "src/functions_include.php"
1222
                ],
1 www 1223
                "psr-4": {
1224
                    "GuzzleHttp\\": "src/"
3086 efrain 1225
                }
1 www 1226
            },
1227
            "notification-url": "https://packagist.org/downloads/",
1228
            "license": [
1229
                "MIT"
1230
            ],
1231
            "authors": [
1232
                {
16 efrain 1233
                    "name": "Graham Campbell",
1234
                    "email": "hello@gjcampbell.co.uk",
1235
                    "homepage": "https://github.com/GrahamCampbell"
1236
                },
1237
                {
1 www 1238
                    "name": "Michael Dowling",
1239
                    "email": "mtdowling@gmail.com",
1240
                    "homepage": "https://github.com/mtdowling"
1241
                },
1242
                {
16 efrain 1243
                    "name": "Jeremy Lindblom",
1244
                    "email": "jeremeamia@gmail.com",
1245
                    "homepage": "https://github.com/jeremeamia"
1246
                },
1247
                {
1248
                    "name": "George Mponos",
1249
                    "email": "gmponos@gmail.com",
1250
                    "homepage": "https://github.com/gmponos"
1251
                },
1252
                {
1253
                    "name": "Tobias Nyholm",
1254
                    "email": "tobias.nyholm@gmail.com",
1255
                    "homepage": "https://github.com/Nyholm"
1256
                },
1257
                {
1 www 1258
                    "name": "Márk Sági-Kazár",
1259
                    "email": "mark.sagikazar@gmail.com",
16 efrain 1260
                    "homepage": "https://github.com/sagikazarmark"
1261
                },
1262
                {
1263
                    "name": "Tobias Schultze",
1264
                    "email": "webmaster@tubo-world.de",
1265
                    "homepage": "https://github.com/Tobion"
1 www 1266
                }
1267
            ],
1268
            "description": "Guzzle is a PHP HTTP client library",
1269
            "keywords": [
1270
                "client",
1271
                "curl",
1272
                "framework",
1273
                "http",
1274
                "http client",
1275
                "psr-18",
1276
                "psr-7",
1277
                "rest",
1278
                "web service"
1279
            ],
1280
            "support": {
1281
                "issues": "https://github.com/guzzle/guzzle/issues",
6803 efrain 1282
                "source": "https://github.com/guzzle/guzzle/tree/7.7.0"
1 www 1283
            },
1284
            "funding": [
1285
                {
1286
                    "url": "https://github.com/GrahamCampbell",
1287
                    "type": "github"
1288
                },
1289
                {
1290
                    "url": "https://github.com/Nyholm",
1291
                    "type": "github"
1292
                },
1293
                {
16 efrain 1294
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1295
                    "type": "tidelift"
1 www 1296
                }
1297
            ],
6803 efrain 1298
            "time": "2023-05-21T14:04:53+00:00"
1 www 1299
        },
1300
        {
1301
            "name": "guzzlehttp/promises",
6803 efrain 1302
            "version": "2.0.0",
1 www 1303
            "source": {
1304
                "type": "git",
1305
                "url": "https://github.com/guzzle/promises.git",
6803 efrain 1306
                "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6"
1 www 1307
            },
1308
            "dist": {
1309
                "type": "zip",
6803 efrain 1310
                "url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
1311
                "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6",
1 www 1312
                "shasum": ""
1313
            },
1314
            "require": {
6803 efrain 1315
                "php": "^7.2.5 || ^8.0"
1 www 1316
            },
1317
            "require-dev": {
6803 efrain 1318
                "bamarni/composer-bin-plugin": "^1.8.1",
1319
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1 www 1320
            },
1321
            "type": "library",
1322
            "extra": {
6803 efrain 1323
                "bamarni-bin": {
1324
                    "bin-links": true,
1325
                    "forward-command": false
1 www 1326
                }
1327
            },
1328
            "autoload": {
1329
                "psr-4": {
1330
                    "GuzzleHttp\\Promise\\": "src/"
3086 efrain 1331
                }
1 www 1332
            },
1333
            "notification-url": "https://packagist.org/downloads/",
1334
            "license": [
1335
                "MIT"
1336
            ],
1337
            "authors": [
1338
                {
16 efrain 1339
                    "name": "Graham Campbell",
1340
                    "email": "hello@gjcampbell.co.uk",
1341
                    "homepage": "https://github.com/GrahamCampbell"
1342
                },
1343
                {
1 www 1344
                    "name": "Michael Dowling",
1345
                    "email": "mtdowling@gmail.com",
1346
                    "homepage": "https://github.com/mtdowling"
16 efrain 1347
                },
1348
                {
1349
                    "name": "Tobias Nyholm",
1350
                    "email": "tobias.nyholm@gmail.com",
1351
                    "homepage": "https://github.com/Nyholm"
1352
                },
1353
                {
1354
                    "name": "Tobias Schultze",
1355
                    "email": "webmaster@tubo-world.de",
1356
                    "homepage": "https://github.com/Tobion"
1 www 1357
                }
1358
            ],
1359
            "description": "Guzzle promises library",
1360
            "keywords": [
1361
                "promise"
1362
            ],
1363
            "support": {
1364
                "issues": "https://github.com/guzzle/promises/issues",
6803 efrain 1365
                "source": "https://github.com/guzzle/promises/tree/2.0.0"
1 www 1366
            },
16 efrain 1367
            "funding": [
1368
                {
1369
                    "url": "https://github.com/GrahamCampbell",
1370
                    "type": "github"
1371
                },
1372
                {
1373
                    "url": "https://github.com/Nyholm",
1374
                    "type": "github"
1375
                },
1376
                {
1377
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1378
                    "type": "tidelift"
1379
                }
1380
            ],
6803 efrain 1381
            "time": "2023-05-21T13:50:22+00:00"
1 www 1382
        },
1383
        {
1384
            "name": "guzzlehttp/psr7",
5751 efrain 1385
            "version": "2.5.0",
1 www 1386
            "source": {
1387
                "type": "git",
1388
                "url": "https://github.com/guzzle/psr7.git",
5751 efrain 1389
                "reference": "b635f279edd83fc275f822a1188157ffea568ff6"
1 www 1390
            },
1391
            "dist": {
1392
                "type": "zip",
5751 efrain 1393
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
1394
                "reference": "b635f279edd83fc275f822a1188157ffea568ff6",
1 www 1395
                "shasum": ""
1396
            },
1397
            "require": {
16 efrain 1398
                "php": "^7.2.5 || ^8.0",
1399
                "psr/http-factory": "^1.0",
5751 efrain 1400
                "psr/http-message": "^1.1 || ^2.0",
16 efrain 1401
                "ralouphie/getallheaders": "^3.0"
1 www 1402
            },
1403
            "provide": {
16 efrain 1404
                "psr/http-factory-implementation": "1.0",
1 www 1405
                "psr/http-message-implementation": "1.0"
1406
            },
1407
            "require-dev": {
3086 efrain 1408
                "bamarni/composer-bin-plugin": "^1.8.1",
16 efrain 1409
                "http-interop/http-factory-tests": "^0.9",
3086 efrain 1410
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1 www 1411
            },
1412
            "suggest": {
1413
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1414
            },
1415
            "type": "library",
1416
            "extra": {
3086 efrain 1417
                "bamarni-bin": {
1418
                    "bin-links": true,
1419
                    "forward-command": false
1 www 1420
                }
1421
            },
1422
            "autoload": {
1423
                "psr-4": {
1424
                    "GuzzleHttp\\Psr7\\": "src/"
16 efrain 1425
                }
1 www 1426
            },
1427
            "notification-url": "https://packagist.org/downloads/",
1428
            "license": [
1429
                "MIT"
1430
            ],
1431
            "authors": [
1432
                {
16 efrain 1433
                    "name": "Graham Campbell",
1434
                    "email": "hello@gjcampbell.co.uk",
1435
                    "homepage": "https://github.com/GrahamCampbell"
1436
                },
1437
                {
1 www 1438
                    "name": "Michael Dowling",
1439
                    "email": "mtdowling@gmail.com",
1440
                    "homepage": "https://github.com/mtdowling"
1441
                },
1442
                {
16 efrain 1443
                    "name": "George Mponos",
1444
                    "email": "gmponos@gmail.com",
1445
                    "homepage": "https://github.com/gmponos"
1446
                },
1447
                {
1448
                    "name": "Tobias Nyholm",
1449
                    "email": "tobias.nyholm@gmail.com",
1450
                    "homepage": "https://github.com/Nyholm"
1451
                },
1452
                {
1453
                    "name": "Márk Sági-Kazár",
1454
                    "email": "mark.sagikazar@gmail.com",
1455
                    "homepage": "https://github.com/sagikazarmark"
1456
                },
1457
                {
1 www 1458
                    "name": "Tobias Schultze",
16 efrain 1459
                    "email": "webmaster@tubo-world.de",
1 www 1460
                    "homepage": "https://github.com/Tobion"
16 efrain 1461
                },
1462
                {
1463
                    "name": "Márk Sági-Kazár",
1464
                    "email": "mark.sagikazar@gmail.com",
1465
                    "homepage": "https://sagikazarmark.hu"
1 www 1466
                }
1467
            ],
1468
            "description": "PSR-7 message implementation that also provides common utility methods",
1469
            "keywords": [
1470
                "http",
1471
                "message",
1472
                "psr-7",
1473
                "request",
1474
                "response",
1475
                "stream",
1476
                "uri",
1477
                "url"
1478
            ],
1479
            "support": {
1480
                "issues": "https://github.com/guzzle/psr7/issues",
5751 efrain 1481
                "source": "https://github.com/guzzle/psr7/tree/2.5.0"
1 www 1482
            },
16 efrain 1483
            "funding": [
1484
                {
1485
                    "url": "https://github.com/GrahamCampbell",
1486
                    "type": "github"
1487
                },
1488
                {
1489
                    "url": "https://github.com/Nyholm",
1490
                    "type": "github"
1491
                },
1492
                {
1493
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1494
                    "type": "tidelift"
1495
                }
1496
            ],
5751 efrain 1497
            "time": "2023-04-17T16:11:26+00:00"
1 www 1498
        },
1499
        {
1500
            "name": "laminas/laminas-authentication",
6803 efrain 1501
            "version": "2.15.0",
1 www 1502
            "source": {
1503
                "type": "git",
1504
                "url": "https://github.com/laminas/laminas-authentication.git",
6803 efrain 1505
                "reference": "9036ae55a84862b16f8631460f90eeea6c19c54e"
1 www 1506
            },
1507
            "dist": {
1508
                "type": "zip",
6803 efrain 1509
                "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/9036ae55a84862b16f8631460f90eeea6c19c54e",
1510
                "reference": "9036ae55a84862b16f8631460f90eeea6c19c54e",
1 www 1511
                "shasum": ""
1512
            },
1513
            "require": {
3086 efrain 1514
                "laminas/laminas-stdlib": "^3.6.0",
6803 efrain 1515
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 1516
            },
16 efrain 1517
            "conflict": {
1518
                "zendframework/zend-authentication": "*"
1 www 1519
            },
1520
            "require-dev": {
3086 efrain 1521
                "laminas/laminas-coding-standard": "~2.4.0",
6803 efrain 1522
                "laminas/laminas-crypt": "^2.6.0 || ^3.9.0",
1523
                "laminas/laminas-db": "^2.15.0",
1524
                "laminas/laminas-http": "^2.17.0",
1525
                "laminas/laminas-ldap": "^2.16",
1526
                "laminas/laminas-session": "^2.13.0",
1527
                "laminas/laminas-uri": "^2.10.0",
1528
                "laminas/laminas-validator": "^2.26.0",
1529
                "phpunit/phpunit": "^9.5.25",
1530
                "psalm/plugin-phpunit": "^0.17.0",
1531
                "squizlabs/php_codesniffer": "^3.7.1",
1532
                "vimeo/psalm": "^4.29.0"
1 www 1533
            },
1534
            "suggest": {
1535
                "laminas/laminas-crypt": "Laminas\\Crypt component",
1536
                "laminas/laminas-db": "Laminas\\Db component",
1537
                "laminas/laminas-http": "Laminas\\Http component",
1538
                "laminas/laminas-ldap": "Laminas\\Ldap component",
1539
                "laminas/laminas-session": "Laminas\\Session component",
1540
                "laminas/laminas-uri": "Laminas\\Uri component",
1541
                "laminas/laminas-validator": "Laminas\\Validator component"
1542
            },
1543
            "type": "library",
1544
            "autoload": {
1545
                "psr-4": {
1546
                    "Laminas\\Authentication\\": "src/"
1547
                }
1548
            },
1549
            "notification-url": "https://packagist.org/downloads/",
1550
            "license": [
1551
                "BSD-3-Clause"
1552
            ],
1553
            "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
1554
            "homepage": "https://laminas.dev",
1555
            "keywords": [
1556
                "Authentication",
1557
                "laminas"
1558
            ],
1559
            "support": {
1560
                "chat": "https://laminas.dev/chat",
1561
                "docs": "https://docs.laminas.dev/laminas-authentication/",
1562
                "forum": "https://discourse.laminas.dev",
1563
                "issues": "https://github.com/laminas/laminas-authentication/issues",
1564
                "rss": "https://github.com/laminas/laminas-authentication/releases.atom",
1565
                "source": "https://github.com/laminas/laminas-authentication"
1566
            },
1567
            "funding": [
1568
                {
1569
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1570
                    "type": "community_bridge"
1571
                }
1572
            ],
6803 efrain 1573
            "time": "2023-07-12T08:21:19+00:00"
1 www 1574
        },
1575
        {
1576
            "name": "laminas/laminas-captcha",
6803 efrain 1577
            "version": "2.16.0",
1 www 1578
            "source": {
1579
                "type": "git",
1580
                "url": "https://github.com/laminas/laminas-captcha.git",
6803 efrain 1581
                "reference": "8623619b1b634ba3672f91a9fb610deffec9c932"
1 www 1582
            },
1583
            "dist": {
1584
                "type": "zip",
6803 efrain 1585
                "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/8623619b1b634ba3672f91a9fb610deffec9c932",
1586
                "reference": "8623619b1b634ba3672f91a9fb610deffec9c932",
1 www 1587
                "shasum": ""
1588
            },
1589
            "require": {
3086 efrain 1590
                "laminas/laminas-recaptcha": "^3.4.0",
1591
                "laminas/laminas-session": "^2.12",
1592
                "laminas/laminas-stdlib": "^3.10.1",
1593
                "laminas/laminas-text": "^2.9.0",
1594
                "laminas/laminas-validator": "^2.19.0",
6803 efrain 1595
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 1596
            },
16 efrain 1597
            "conflict": {
1598
                "zendframework/zend-captcha": "*"
1 www 1599
            },
1600
            "require-dev": {
3086 efrain 1601
                "ext-gd": "*",
4113 efrain 1602
                "laminas/laminas-coding-standard": "~2.4.0",
1603
                "phpunit/phpunit": "^9.5.26",
6803 efrain 1604
                "psalm/plugin-phpunit": "^0.18.4",
1605
                "vimeo/psalm": "^5.1"
1 www 1606
            },
1607
            "suggest": {
3086 efrain 1608
                "laminas/laminas-i18n-resources": "Translations of captcha messages"
1 www 1609
            },
1610
            "type": "library",
1611
            "autoload": {
1612
                "psr-4": {
1613
                    "Laminas\\Captcha\\": "src/"
1614
                }
1615
            },
1616
            "notification-url": "https://packagist.org/downloads/",
1617
            "license": [
1618
                "BSD-3-Clause"
1619
            ],
1620
            "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
1621
            "homepage": "https://laminas.dev",
1622
            "keywords": [
1623
                "captcha",
1624
                "laminas"
1625
            ],
1626
            "support": {
1627
                "chat": "https://laminas.dev/chat",
1628
                "docs": "https://docs.laminas.dev/laminas-captcha/",
1629
                "forum": "https://discourse.laminas.dev",
1630
                "issues": "https://github.com/laminas/laminas-captcha/issues",
1631
                "rss": "https://github.com/laminas/laminas-captcha/releases.atom",
1632
                "source": "https://github.com/laminas/laminas-captcha"
1633
            },
1634
            "funding": [
1635
                {
1636
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1637
                    "type": "community_bridge"
1638
                }
1639
            ],
6803 efrain 1640
            "time": "2023-01-01T13:12:40+00:00"
1 www 1641
        },
1642
        {
1643
            "name": "laminas/laminas-cli",
6803 efrain 1644
            "version": "1.8.0",
1 www 1645
            "source": {
1646
                "type": "git",
1647
                "url": "https://github.com/laminas/laminas-cli.git",
6803 efrain 1648
                "reference": "97930db3fd2550da0374a3ccbdc7f9b9d6177319"
1 www 1649
            },
1650
            "dist": {
1651
                "type": "zip",
6803 efrain 1652
                "url": "https://api.github.com/repos/laminas/laminas-cli/zipball/97930db3fd2550da0374a3ccbdc7f9b9d6177319",
1653
                "reference": "97930db3fd2550da0374a3ccbdc7f9b9d6177319",
1 www 1654
                "shasum": ""
1655
            },
1656
            "require": {
112 efrain 1657
                "composer-runtime-api": "^2.0.0",
6803 efrain 1658
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
16 efrain 1659
                "psr/container": "^1.0 || ^2.0",
1660
                "symfony/console": "^5.3.7 || ^6.0",
1661
                "symfony/event-dispatcher": "^5.0 || ^6.0",
1 www 1662
                "symfony/polyfill-php80": "^1.17",
16 efrain 1663
                "webmozart/assert": "^1.10"
1 www 1664
            },
1665
            "require-dev": {
6803 efrain 1666
                "laminas/laminas-coding-standard": "~2.5.0",
1667
                "laminas/laminas-mvc": "^3.6",
1668
                "laminas/laminas-servicemanager": "^3.20",
1 www 1669
                "mikey179/vfsstream": "2.0.x-dev",
6803 efrain 1670
                "phpunit/phpunit": "^9.5.28",
1671
                "psalm/plugin-phpunit": "^0.18.4",
1672
                "vimeo/psalm": "^5.6"
1 www 1673
            },
1674
            "bin": [
1675
                "bin/laminas"
1676
            ],
1677
            "type": "library",
1678
            "autoload": {
1679
                "psr-4": {
1680
                    "Laminas\\Cli\\": "src/"
1681
                }
1682
            },
1683
            "notification-url": "https://packagist.org/downloads/",
1684
            "license": [
1685
                "BSD-3-Clause"
1686
            ],
1687
            "description": "Command-line interface for Laminas projects",
1688
            "keywords": [
1689
                "cli",
1690
                "command",
1691
                "console",
1692
                "laminas"
1693
            ],
1694
            "support": {
1695
                "chat": "https://laminas.dev/chat",
1696
                "docs": "https://docs.laminas.dev/laminas-cli/",
1697
                "forum": "https://discourse.laminas.dev",
1698
                "issues": "https://github.com/mezzio/laminas-cli/issues",
1699
                "rss": "https://github.com/mezzio/laminas-cli/releases.atom",
1700
                "source": "https://github.com/mezzio/laminas-cli"
1701
            },
1702
            "funding": [
1703
                {
1704
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1705
                    "type": "community_bridge"
1706
                }
1707
            ],
6803 efrain 1708
            "time": "2023-02-02T10:57:32+00:00"
1 www 1709
        },
1710
        {
1711
            "name": "laminas/laminas-component-installer",
6803 efrain 1712
            "version": "3.2.1",
1 www 1713
            "source": {
1714
                "type": "git",
1715
                "url": "https://github.com/laminas/laminas-component-installer.git",
6803 efrain 1716
                "reference": "a7b486a4df99e0e1cf45ae6e72d88a475fecfb90"
1 www 1717
            },
1718
            "dist": {
1719
                "type": "zip",
6803 efrain 1720
                "url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/a7b486a4df99e0e1cf45ae6e72d88a475fecfb90",
1721
                "reference": "a7b486a4df99e0e1cf45ae6e72d88a475fecfb90",
1 www 1722
                "shasum": ""
1723
            },
1724
            "require": {
6803 efrain 1725
                "composer-plugin-api": "^2.0",
1726
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 1727
            },
16 efrain 1728
            "conflict": {
1729
                "zendframework/zend-component-installer": "*"
1 www 1730
            },
1731
            "require-dev": {
6803 efrain 1732
                "composer/composer": "^2.4.4",
1733
                "laminas/laminas-coding-standard": "~2.4.0",
1734
                "mikey179/vfsstream": "^1.6.11",
1735
                "phpunit/phpunit": "^9.5.26",
1736
                "psalm/plugin-phpunit": "^0.18.0",
1737
                "vimeo/psalm": "^5.0.0",
1738
                "webmozart/assert": "^1.11.0"
1 www 1739
            },
1740
            "type": "composer-plugin",
1741
            "extra": {
1742
                "class": "Laminas\\ComponentInstaller\\ComponentInstaller"
1743
            },
1744
            "autoload": {
1745
                "psr-4": {
1746
                    "Laminas\\ComponentInstaller\\": "src/"
1747
                }
1748
            },
1749
            "notification-url": "https://packagist.org/downloads/",
1750
            "license": [
1751
                "BSD-3-Clause"
1752
            ],
1753
            "description": "Composer plugin for injecting modules and configuration providers into application configuration",
1754
            "homepage": "https://laminas.dev",
1755
            "keywords": [
1756
                "component installer",
1757
                "composer",
1758
                "laminas",
1759
                "plugin"
1760
            ],
1761
            "support": {
1762
                "chat": "https://laminas.dev/chat",
1763
                "docs": "https://docs.laminas.dev/laminas-component-installer/",
1764
                "forum": "https://discourse.laminas.dev",
1765
                "issues": "https://github.com/laminas/laminas-component-installer/issues",
1766
                "rss": "https://github.com/laminas/laminas-component-installer/releases.atom",
1767
                "source": "https://github.com/laminas/laminas-component-installer"
1768
            },
1769
            "funding": [
1770
                {
1771
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1772
                    "type": "community_bridge"
1773
                }
1774
            ],
6803 efrain 1775
            "time": "2023-05-24T16:25:08+00:00"
1 www 1776
        },
1777
        {
1778
            "name": "laminas/laminas-config",
6803 efrain 1779
            "version": "3.8.0",
1 www 1780
            "source": {
1781
                "type": "git",
1782
                "url": "https://github.com/laminas/laminas-config.git",
6803 efrain 1783
                "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0"
1 www 1784
            },
1785
            "dist": {
1786
                "type": "zip",
6803 efrain 1787
                "url": "https://api.github.com/repos/laminas/laminas-config/zipball/46baad58d0b12cf98539e04334eff40a1fdfb9a0",
1788
                "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0",
1 www 1789
                "shasum": ""
1790
            },
1791
            "require": {
1792
                "ext-json": "*",
16 efrain 1793
                "laminas/laminas-stdlib": "^3.6",
6803 efrain 1794
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
1 www 1795
                "psr/container": "^1.0"
1796
            },
1797
            "conflict": {
16 efrain 1798
                "container-interop/container-interop": "<1.2.0",
1799
                "zendframework/zend-config": "*"
1 www 1800
            },
1801
            "require-dev": {
6803 efrain 1802
                "laminas/laminas-coding-standard": "~2.4.0",
1803
                "laminas/laminas-filter": "~2.23.0",
1804
                "laminas/laminas-i18n": "~2.19.0",
1805
                "laminas/laminas-servicemanager": "~3.19.0",
1806
                "phpunit/phpunit": "~9.5.25"
1 www 1807
            },
1808
            "suggest": {
1809
                "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
1810
                "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
1811
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
1812
            },
1813
            "type": "library",
1814
            "autoload": {
1815
                "psr-4": {
1816
                    "Laminas\\Config\\": "src/"
1817
                }
1818
            },
1819
            "notification-url": "https://packagist.org/downloads/",
1820
            "license": [
1821
                "BSD-3-Clause"
1822
            ],
1823
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
1824
            "homepage": "https://laminas.dev",
1825
            "keywords": [
1826
                "config",
1827
                "laminas"
1828
            ],
1829
            "support": {
1830
                "chat": "https://laminas.dev/chat",
1831
                "docs": "https://docs.laminas.dev/laminas-config/",
1832
                "forum": "https://discourse.laminas.dev",
1833
                "issues": "https://github.com/laminas/laminas-config/issues",
1834
                "rss": "https://github.com/laminas/laminas-config/releases.atom",
1835
                "source": "https://github.com/laminas/laminas-config"
1836
            },
1837
            "funding": [
1838
                {
1839
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1840
                    "type": "community_bridge"
1841
                }
1842
            ],
6803 efrain 1843
            "time": "2022-10-16T14:21:22+00:00"
1 www 1844
        },
1845
        {
1846
            "name": "laminas/laminas-db",
6803 efrain 1847
            "version": "2.18.0",
1 www 1848
            "source": {
1849
                "type": "git",
1850
                "url": "https://github.com/laminas/laminas-db.git",
6803 efrain 1851
                "reference": "4df7a3f7ffe268e8683306fcec125c269408b295"
1 www 1852
            },
1853
            "dist": {
1854
                "type": "zip",
6803 efrain 1855
                "url": "https://api.github.com/repos/laminas/laminas-db/zipball/4df7a3f7ffe268e8683306fcec125c269408b295",
1856
                "reference": "4df7a3f7ffe268e8683306fcec125c269408b295",
1 www 1857
                "shasum": ""
1858
            },
1859
            "require": {
3086 efrain 1860
                "laminas/laminas-stdlib": "^3.7.1",
6803 efrain 1861
                "php": "~8.0.0 || ~8.1.0|| ~8.2.0"
1 www 1862
            },
16 efrain 1863
            "conflict": {
1864
                "zendframework/zend-db": "*"
1 www 1865
            },
1866
            "require-dev": {
6803 efrain 1867
                "laminas/laminas-coding-standard": "^2.4.0",
1868
                "laminas/laminas-eventmanager": "^3.6.0",
1869
                "laminas/laminas-hydrator": "^4.7",
1870
                "laminas/laminas-servicemanager": "^3.19.0",
1871
                "phpunit/phpunit": "^9.5.25"
1 www 1872
            },
1873
            "suggest": {
1874
                "laminas/laminas-eventmanager": "Laminas\\EventManager component",
16 efrain 1875
                "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1 www 1876
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
1877
            },
1878
            "type": "library",
1879
            "extra": {
1880
                "laminas": {
1881
                    "component": "Laminas\\Db",
1882
                    "config-provider": "Laminas\\Db\\ConfigProvider"
1883
                }
1884
            },
1885
            "autoload": {
1886
                "psr-4": {
1887
                    "Laminas\\Db\\": "src/"
1888
                }
1889
            },
1890
            "notification-url": "https://packagist.org/downloads/",
1891
            "license": [
1892
                "BSD-3-Clause"
1893
            ],
1894
            "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1895
            "homepage": "https://laminas.dev",
1896
            "keywords": [
1897
                "db",
1898
                "laminas"
1899
            ],
1900
            "support": {
1901
                "chat": "https://laminas.dev/chat",
1902
                "docs": "https://docs.laminas.dev/laminas-db/",
1903
                "forum": "https://discourse.laminas.dev",
1904
                "issues": "https://github.com/laminas/laminas-db/issues",
1905
                "rss": "https://github.com/laminas/laminas-db/releases.atom",
1906
                "source": "https://github.com/laminas/laminas-db"
1907
            },
1908
            "funding": [
1909
                {
1910
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1911
                    "type": "community_bridge"
1912
                }
1913
            ],
6803 efrain 1914
            "time": "2023-05-05T16:22:28+00:00"
1 www 1915
        },
1916
        {
1917
            "name": "laminas/laminas-development-mode",
6803 efrain 1918
            "version": "3.11.0",
1 www 1919
            "source": {
1920
                "type": "git",
1921
                "url": "https://github.com/laminas/laminas-development-mode.git",
6803 efrain 1922
                "reference": "3be715ec938e1aa9ffb586a07588c3b312857a8c"
1 www 1923
            },
1924
            "dist": {
1925
                "type": "zip",
6803 efrain 1926
                "url": "https://api.github.com/repos/laminas/laminas-development-mode/zipball/3be715ec938e1aa9ffb586a07588c3b312857a8c",
1927
                "reference": "3be715ec938e1aa9ffb586a07588c3b312857a8c",
1 www 1928
                "shasum": ""
1929
            },
1930
            "require": {
6803 efrain 1931
                "php": "~8.1.0 || ~8.2.0"
1 www 1932
            },
16 efrain 1933
            "conflict": {
1934
                "zfcampus/zf-development-mode": "*"
1 www 1935
            },
1936
            "require-dev": {
6803 efrain 1937
                "laminas/laminas-coding-standard": "~2.5.0",
1938
                "mikey179/vfsstream": "^1.6.11",
1939
                "phpunit/phpunit": "^10.2.2",
1940
                "psalm/plugin-phpunit": "^0.18.4",
1941
                "vimeo/psalm": "^5.13.1"
1 www 1942
            },
1943
            "bin": [
1944
                "bin/laminas-development-mode"
1945
            ],
1946
            "type": "library",
1947
            "autoload": {
1948
                "psr-4": {
1949
                    "Laminas\\DevelopmentMode\\": "src/"
1950
                }
1951
            },
1952
            "notification-url": "https://packagist.org/downloads/",
1953
            "license": [
1954
                "BSD-3-Clause"
1955
            ],
1956
            "description": "Laminas development mode script",
1957
            "homepage": "https://laminas.dev",
1958
            "keywords": [
1959
                "framework",
1960
                "laminas"
1961
            ],
1962
            "support": {
1963
                "chat": "https://laminas.dev/chat",
1964
                "forum": "https://discourse.laminas.dev",
1965
                "issues": "https://github.com/laminas/laminas-development-mode/issues",
1966
                "rss": "https://github.com/laminas/laminas-development-mode/releases.atom",
1967
                "source": "https://github.com/laminas/laminas-development-mode"
1968
            },
1969
            "funding": [
1970
                {
1971
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1972
                    "type": "community_bridge"
1973
                }
1974
            ],
6803 efrain 1975
            "time": "2023-06-28T11:00:04+00:00"
1 www 1976
        },
1977
        {
1978
            "name": "laminas/laminas-di",
6803 efrain 1979
            "version": "3.12.0",
1 www 1980
            "source": {
1981
                "type": "git",
1982
                "url": "https://github.com/laminas/laminas-di.git",
6803 efrain 1983
                "reference": "8d4074b5f51b747a6e4e055995f1bdf2a825d5a6"
1 www 1984
            },
1985
            "dist": {
1986
                "type": "zip",
6803 efrain 1987
                "url": "https://api.github.com/repos/laminas/laminas-di/zipball/8d4074b5f51b747a6e4e055995f1bdf2a825d5a6",
1988
                "reference": "8d4074b5f51b747a6e4e055995f1bdf2a825d5a6",
1 www 1989
                "shasum": ""
1990
            },
1991
            "require": {
16 efrain 1992
                "laminas/laminas-stdlib": "^3.6",
6803 efrain 1993
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
16 efrain 1994
                "psr/container": "^1.1.1",
3086 efrain 1995
                "psr/log": "^1.1.4 || ^3.0.0"
1 www 1996
            },
1997
            "conflict": {
3086 efrain 1998
                "laminas/laminas-servicemanager": "<3.13.0",
1 www 1999
                "laminas/laminas-servicemanager-di": "*",
16 efrain 2000
                "zendframework/zend-di": "*"
1 www 2001
            },
2002
            "require-dev": {
6803 efrain 2003
                "laminas/laminas-coding-standard": "~2.4.0",
3086 efrain 2004
                "laminas/laminas-servicemanager": "^3.12",
6803 efrain 2005
                "mikey179/vfsstream": "^1.6.11@alpha",
2006
                "phpbench/phpbench": "^1.2.7",
2007
                "phpunit/phpunit": "^9.5.26",
2008
                "psalm/plugin-phpunit": "^0.18.0",
2009
                "squizlabs/php_codesniffer": "^3.7.1",
2010
                "vimeo/psalm": "^5.0"
1 www 2011
            },
2012
            "suggest": {
2013
                "laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
2014
            },
2015
            "type": "library",
2016
            "extra": {
2017
                "laminas": {
2018
                    "component": "Laminas\\Di",
2019
                    "config-provider": "Laminas\\Di\\ConfigProvider"
2020
                }
2021
            },
2022
            "autoload": {
2023
                "psr-4": {
2024
                    "Laminas\\Di\\": "src/"
2025
                }
2026
            },
2027
            "notification-url": "https://packagist.org/downloads/",
2028
            "license": [
2029
                "BSD-3-Clause"
2030
            ],
2031
            "description": "Automated dependency injection for PSR-11 containers",
2032
            "homepage": "https://laminas.dev",
2033
            "keywords": [
2034
                "PSR-11",
2035
                "di",
2036
                "laminas"
2037
            ],
2038
            "support": {
2039
                "chat": "https://laminas.dev/chat",
2040
                "docs": "https://docs.laminas.dev/laminas-di/",
2041
                "forum": "https://discourse.laminas.dev",
2042
                "issues": "https://github.com/laminas/laminas-di/issues",
2043
                "rss": "https://github.com/laminas/laminas-di/releases.atom",
2044
                "source": "https://github.com/laminas/laminas-di"
2045
            },
2046
            "funding": [
2047
                {
2048
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2049
                    "type": "community_bridge"
2050
                }
2051
            ],
6803 efrain 2052
            "time": "2023-01-02T18:24:36+00:00"
1 www 2053
        },
2054
        {
2055
            "name": "laminas/laminas-diactoros",
6803 efrain 2056
            "version": "3.0.0",
1 www 2057
            "source": {
2058
                "type": "git",
2059
                "url": "https://github.com/laminas/laminas-diactoros.git",
6803 efrain 2060
                "reference": "2515f4134258b1b418c23cb86606b8a09dd01aea"
1 www 2061
            },
2062
            "dist": {
2063
                "type": "zip",
6803 efrain 2064
                "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/2515f4134258b1b418c23cb86606b8a09dd01aea",
2065
                "reference": "2515f4134258b1b418c23cb86606b8a09dd01aea",
1 www 2066
                "shasum": ""
2067
            },
2068
            "require": {
6803 efrain 2069
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2070
                "psr/http-factory": "^1.0.2",
2071
                "psr/http-message": "^1.1 || ^2.0"
1 www 2072
            },
2073
            "provide": {
6803 efrain 2074
                "psr/http-factory-implementation": "^1.1 || ^2.0",
2075
                "psr/http-message-implementation": "^1.1 || ^2.0"
1 www 2076
            },
2077
            "require-dev": {
2078
                "ext-curl": "*",
2079
                "ext-dom": "*",
2080
                "ext-gd": "*",
2081
                "ext-libxml": "*",
3086 efrain 2082
                "http-interop/http-factory-tests": "^0.9.0",
6803 efrain 2083
                "laminas/laminas-coding-standard": "~2.5.0",
2084
                "php-http/psr7-integration-tests": "^1.3",
2085
                "phpunit/phpunit": "^9.5.28",
2086
                "psalm/plugin-phpunit": "^0.18.4",
2087
                "vimeo/psalm": "^5.9"
1 www 2088
            },
2089
            "type": "library",
2090
            "extra": {
2091
                "laminas": {
2092
                    "config-provider": "Laminas\\Diactoros\\ConfigProvider",
2093
                    "module": "Laminas\\Diactoros"
2094
                }
2095
            },
2096
            "autoload": {
2097
                "files": [
2098
                    "src/functions/create_uploaded_file.php",
2099
                    "src/functions/marshal_headers_from_sapi.php",
2100
                    "src/functions/marshal_method_from_sapi.php",
2101
                    "src/functions/marshal_protocol_version_from_sapi.php",
2102
                    "src/functions/normalize_server.php",
2103
                    "src/functions/normalize_uploaded_files.php",
6803 efrain 2104
                    "src/functions/parse_cookie_header.php"
1 www 2105
                ],
2106
                "psr-4": {
2107
                    "Laminas\\Diactoros\\": "src/"
2108
                }
2109
            },
2110
            "notification-url": "https://packagist.org/downloads/",
2111
            "license": [
2112
                "BSD-3-Clause"
2113
            ],
2114
            "description": "PSR HTTP Message implementations",
2115
            "homepage": "https://laminas.dev",
2116
            "keywords": [
2117
                "http",
2118
                "laminas",
2119
                "psr",
2120
                "psr-17",
2121
                "psr-7"
2122
            ],
2123
            "support": {
2124
                "chat": "https://laminas.dev/chat",
2125
                "docs": "https://docs.laminas.dev/laminas-diactoros/",
2126
                "forum": "https://discourse.laminas.dev",
2127
                "issues": "https://github.com/laminas/laminas-diactoros/issues",
2128
                "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
2129
                "source": "https://github.com/laminas/laminas-diactoros"
2130
            },
2131
            "funding": [
2132
                {
2133
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2134
                    "type": "community_bridge"
2135
                }
2136
            ],
6803 efrain 2137
            "time": "2023-05-04T21:18:23+00:00"
1 www 2138
        },
2139
        {
2140
            "name": "laminas/laminas-escaper",
3086 efrain 2141
            "version": "2.12.0",
1 www 2142
            "source": {
2143
                "type": "git",
2144
                "url": "https://github.com/laminas/laminas-escaper.git",
3086 efrain 2145
                "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
1 www 2146
            },
2147
            "dist": {
2148
                "type": "zip",
3086 efrain 2149
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
2150
                "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1 www 2151
                "shasum": ""
2152
            },
2153
            "require": {
3086 efrain 2154
                "ext-ctype": "*",
2155
                "ext-mbstring": "*",
2156
                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 2157
            },
16 efrain 2158
            "conflict": {
2159
                "zendframework/zend-escaper": "*"
1 www 2160
            },
2161
            "require-dev": {
3086 efrain 2162
                "infection/infection": "^0.26.6",
2163
                "laminas/laminas-coding-standard": "~2.4.0",
2164
                "maglnet/composer-require-checker": "^3.8.0",
2165
                "phpunit/phpunit": "^9.5.18",
2166
                "psalm/plugin-phpunit": "^0.17.0",
2167
                "vimeo/psalm": "^4.22.0"
1 www 2168
            },
2169
            "type": "library",
2170
            "autoload": {
2171
                "psr-4": {
2172
                    "Laminas\\Escaper\\": "src/"
2173
                }
2174
            },
2175
            "notification-url": "https://packagist.org/downloads/",
2176
            "license": [
2177
                "BSD-3-Clause"
2178
            ],
2179
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
2180
            "homepage": "https://laminas.dev",
2181
            "keywords": [
2182
                "escaper",
2183
                "laminas"
2184
            ],
2185
            "support": {
2186
                "chat": "https://laminas.dev/chat",
2187
                "docs": "https://docs.laminas.dev/laminas-escaper/",
2188
                "forum": "https://discourse.laminas.dev",
2189
                "issues": "https://github.com/laminas/laminas-escaper/issues",
2190
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
2191
                "source": "https://github.com/laminas/laminas-escaper"
2192
            },
2193
            "funding": [
2194
                {
2195
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2196
                    "type": "community_bridge"
2197
                }
2198
            ],
3086 efrain 2199
            "time": "2022-10-10T10:11:09+00:00"
1 www 2200
        },
2201
        {
2202
            "name": "laminas/laminas-eventmanager",
6803 efrain 2203
            "version": "3.10.0",
1 www 2204
            "source": {
2205
                "type": "git",
2206
                "url": "https://github.com/laminas/laminas-eventmanager.git",
6803 efrain 2207
                "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba"
1 www 2208
            },
2209
            "dist": {
2210
                "type": "zip",
6803 efrain 2211
                "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba",
2212
                "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba",
1 www 2213
                "shasum": ""
2214
            },
2215
            "require": {
6803 efrain 2216
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 2217
            },
16 efrain 2218
            "conflict": {
3086 efrain 2219
                "container-interop/container-interop": "<1.2",
16 efrain 2220
                "zendframework/zend-eventmanager": "*"
1 www 2221
            },
2222
            "require-dev": {
6803 efrain 2223
                "laminas/laminas-coding-standard": "~2.5.0",
2224
                "laminas/laminas-stdlib": "^3.15",
2225
                "phpbench/phpbench": "^1.2.7",
2226
                "phpunit/phpunit": "^9.5.26",
2227
                "psalm/plugin-phpunit": "^0.18.0",
2228
                "psr/container": "^1.1.2 || ^2.0.2",
2229
                "vimeo/psalm": "^5.0.0"
1 www 2230
            },
2231
            "suggest": {
3086 efrain 2232
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
2233
                "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
1 www 2234
            },
2235
            "type": "library",
2236
            "autoload": {
2237
                "psr-4": {
2238
                    "Laminas\\EventManager\\": "src/"
2239
                }
2240
            },
2241
            "notification-url": "https://packagist.org/downloads/",
2242
            "license": [
2243
                "BSD-3-Clause"
2244
            ],
2245
            "description": "Trigger and listen to events within a PHP application",
2246
            "homepage": "https://laminas.dev",
2247
            "keywords": [
2248
                "event",
2249
                "eventmanager",
2250
                "events",
2251
                "laminas"
2252
            ],
2253
            "support": {
2254
                "chat": "https://laminas.dev/chat",
2255
                "docs": "https://docs.laminas.dev/laminas-eventmanager/",
2256
                "forum": "https://discourse.laminas.dev",
2257
                "issues": "https://github.com/laminas/laminas-eventmanager/issues",
2258
                "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
2259
                "source": "https://github.com/laminas/laminas-eventmanager"
2260
            },
2261
            "funding": [
2262
                {
2263
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2264
                    "type": "community_bridge"
2265
                }
2266
            ],
6803 efrain 2267
            "time": "2023-01-11T19:52:45+00:00"
1 www 2268
        },
2269
        {
2270
            "name": "laminas/laminas-filter",
6803 efrain 2271
            "version": "2.32.0",
1 www 2272
            "source": {
2273
                "type": "git",
2274
                "url": "https://github.com/laminas/laminas-filter.git",
6803 efrain 2275
                "reference": "2b7e6b2b26a92412c38336ee3089251164edf141"
1 www 2276
            },
2277
            "dist": {
2278
                "type": "zip",
6803 efrain 2279
                "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/2b7e6b2b26a92412c38336ee3089251164edf141",
2280
                "reference": "2b7e6b2b26a92412c38336ee3089251164edf141",
1 www 2281
                "shasum": ""
2282
            },
2283
            "require": {
3086 efrain 2284
                "ext-mbstring": "*",
6803 efrain 2285
                "laminas/laminas-servicemanager": "^3.21.0",
3086 efrain 2286
                "laminas/laminas-stdlib": "^3.13.0",
6803 efrain 2287
                "php": "~8.1.0 || ~8.2.0"
1 www 2288
            },
2289
            "conflict": {
16 efrain 2290
                "laminas/laminas-validator": "<2.10.1",
2291
                "zendframework/zend-filter": "*"
1 www 2292
            },
2293
            "require-dev": {
6803 efrain 2294
                "laminas/laminas-coding-standard": "~2.5.0",
2295
                "laminas/laminas-crypt": "^3.10",
2296
                "laminas/laminas-uri": "^2.10",
16 efrain 2297
                "pear/archive_tar": "^1.4.14",
6803 efrain 2298
                "phpunit/phpunit": "^10.1.3",
2299
                "psalm/plugin-phpunit": "^0.18.4",
2300
                "psr/http-factory": "^1.0.2",
2301
                "vimeo/psalm": "^5.11"
1 www 2302
            },
2303
            "suggest": {
2304
                "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
2305
                "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
2306
                "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
2307
                "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
2308
            },
2309
            "type": "library",
2310
            "extra": {
2311
                "laminas": {
2312
                    "component": "Laminas\\Filter",
2313
                    "config-provider": "Laminas\\Filter\\ConfigProvider"
2314
                }
2315
            },
2316
            "autoload": {
2317
                "psr-4": {
2318
                    "Laminas\\Filter\\": "src/"
2319
                }
2320
            },
2321
            "notification-url": "https://packagist.org/downloads/",
2322
            "license": [
2323
                "BSD-3-Clause"
2324
            ],
2325
            "description": "Programmatically filter and normalize data and files",
2326
            "homepage": "https://laminas.dev",
2327
            "keywords": [
2328
                "filter",
2329
                "laminas"
2330
            ],
2331
            "support": {
2332
                "chat": "https://laminas.dev/chat",
2333
                "docs": "https://docs.laminas.dev/laminas-filter/",
2334
                "forum": "https://discourse.laminas.dev",
2335
                "issues": "https://github.com/laminas/laminas-filter/issues",
2336
                "rss": "https://github.com/laminas/laminas-filter/releases.atom",
2337
                "source": "https://github.com/laminas/laminas-filter"
2338
            },
2339
            "funding": [
2340
                {
2341
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2342
                    "type": "community_bridge"
2343
                }
2344
            ],
6803 efrain 2345
            "time": "2023-05-16T23:25:05+00:00"
1 www 2346
        },
2347
        {
2348
            "name": "laminas/laminas-form",
6803 efrain 2349
            "version": "3.12.0",
1 www 2350
            "source": {
2351
                "type": "git",
2352
                "url": "https://github.com/laminas/laminas-form.git",
6803 efrain 2353
                "reference": "263d18601cfcddf6621889704d66b4a1c7422d63"
1 www 2354
            },
2355
            "dist": {
2356
                "type": "zip",
6803 efrain 2357
                "url": "https://api.github.com/repos/laminas/laminas-form/zipball/263d18601cfcddf6621889704d66b4a1c7422d63",
2358
                "reference": "263d18601cfcddf6621889704d66b4a1c7422d63",
1 www 2359
                "shasum": ""
2360
            },
2361
            "require": {
6803 efrain 2362
                "laminas/laminas-hydrator": "^4.13.0",
2363
                "laminas/laminas-inputfilter": "^2.24.0",
2364
                "laminas/laminas-stdlib": "^3.16.1",
2365
                "php": "~8.1.0 || ~8.2.0"
1 www 2366
            },
2367
            "conflict": {
6803 efrain 2368
                "doctrine/annotations": "<1.14.0",
2369
                "laminas/laminas-captcha": "<2.16.0",
2370
                "laminas/laminas-eventmanager": "<3.10.0",
2371
                "laminas/laminas-i18n": "<2.21.0",
2372
                "laminas/laminas-recaptcha": "<3.6.0",
2373
                "laminas/laminas-servicemanager": "<3.20.0",
2374
                "laminas/laminas-view": "<2.27.0"
1 www 2375
            },
2376
            "require-dev": {
6803 efrain 2377
                "doctrine/annotations": "^1.14.3 || ^2.0.1",
2378
                "ext-intl": "*",
2379
                "laminas/laminas-captcha": "^2.16",
2380
                "laminas/laminas-coding-standard": "^2.5",
2381
                "laminas/laminas-db": "^2.17",
2382
                "laminas/laminas-escaper": "^2.12",
2383
                "laminas/laminas-eventmanager": "^3.10",
2384
                "laminas/laminas-filter": "^2.31",
2385
                "laminas/laminas-i18n": "^2.21",
2386
                "laminas/laminas-modulemanager": "^2.14.0",
2387
                "laminas/laminas-recaptcha": "^3.6",
2388
                "laminas/laminas-servicemanager": "^3.20",
2389
                "laminas/laminas-session": "^2.16",
2390
                "laminas/laminas-text": "^2.10.0",
2391
                "laminas/laminas-validator": "^2.30.1",
2392
                "laminas/laminas-view": "^2.27",
2393
                "phpunit/phpunit": "^10.0.16",
2394
                "psalm/plugin-phpunit": "^0.18.4",
2395
                "vimeo/psalm": "^5.8"
1 www 2396
            },
2397
            "suggest": {
6803 efrain 2398
                "doctrine/annotations": "^1.14, required to use laminas-form annotations support",
2399
                "laminas/laminas-captcha": "^2.16, required for using CAPTCHA form elements",
2400
                "laminas/laminas-eventmanager": "^3.10, reuired for laminas-form annotations support",
2401
                "laminas/laminas-i18n": "^2.21, required when using laminas-form view helpers",
2402
                "laminas/laminas-recaptcha": "^3.6, in order to use the ReCaptcha form element",
2403
                "laminas/laminas-servicemanager": "^3.20, required to use the form factories or provide services",
2404
                "laminas/laminas-view": "^2.27, required for using the laminas-form view helpers"
1 www 2405
            },
2406
            "type": "library",
2407
            "extra": {
2408
                "laminas": {
2409
                    "component": "Laminas\\Form",
2410
                    "config-provider": "Laminas\\Form\\ConfigProvider"
2411
                }
2412
            },
2413
            "autoload": {
2414
                "psr-4": {
2415
                    "Laminas\\Form\\": "src/"
2416
                }
2417
            },
2418
            "notification-url": "https://packagist.org/downloads/",
2419
            "license": [
2420
                "BSD-3-Clause"
2421
            ],
2422
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
2423
            "homepage": "https://laminas.dev",
2424
            "keywords": [
2425
                "form",
2426
                "laminas"
2427
            ],
2428
            "support": {
2429
                "chat": "https://laminas.dev/chat",
2430
                "docs": "https://docs.laminas.dev/laminas-form/",
2431
                "forum": "https://discourse.laminas.dev",
2432
                "issues": "https://github.com/laminas/laminas-form/issues",
2433
                "rss": "https://github.com/laminas/laminas-form/releases.atom",
2434
                "source": "https://github.com/laminas/laminas-form"
2435
            },
2436
            "funding": [
2437
                {
2438
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2439
                    "type": "community_bridge"
2440
                }
2441
            ],
6803 efrain 2442
            "time": "2023-06-26T22:26:33+00:00"
1 www 2443
        },
2444
        {
2445
            "name": "laminas/laminas-http",
6803 efrain 2446
            "version": "2.18.0",
1 www 2447
            "source": {
2448
                "type": "git",
2449
                "url": "https://github.com/laminas/laminas-http.git",
6803 efrain 2450
                "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d"
1 www 2451
            },
2452
            "dist": {
2453
                "type": "zip",
6803 efrain 2454
                "url": "https://api.github.com/repos/laminas/laminas-http/zipball/76de9008f889bc7088f85a41d0d2b06c2b59c53d",
2455
                "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d",
1 www 2456
                "shasum": ""
2457
            },
2458
            "require": {
16 efrain 2459
                "laminas/laminas-loader": "^2.8",
2460
                "laminas/laminas-stdlib": "^3.6",
2461
                "laminas/laminas-uri": "^2.9.1",
2462
                "laminas/laminas-validator": "^2.15",
6803 efrain 2463
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 2464
            },
16 efrain 2465
            "conflict": {
2466
                "zendframework/zend-http": "*"
1 www 2467
            },
2468
            "require-dev": {
16 efrain 2469
                "ext-curl": "*",
6803 efrain 2470
                "laminas/laminas-coding-standard": "~2.4.0",
2471
                "phpunit/phpunit": "^9.5.25"
1 www 2472
            },
2473
            "suggest": {
2474
                "paragonie/certainty": "For automated management of cacert.pem"
2475
            },
2476
            "type": "library",
2477
            "autoload": {
2478
                "psr-4": {
2479
                    "Laminas\\Http\\": "src/"
2480
                }
2481
            },
2482
            "notification-url": "https://packagist.org/downloads/",
2483
            "license": [
2484
                "BSD-3-Clause"
2485
            ],
2486
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2487
            "homepage": "https://laminas.dev",
2488
            "keywords": [
2489
                "http",
2490
                "http client",
2491
                "laminas"
2492
            ],
2493
            "support": {
2494
                "chat": "https://laminas.dev/chat",
2495
                "docs": "https://docs.laminas.dev/laminas-http/",
2496
                "forum": "https://discourse.laminas.dev",
2497
                "issues": "https://github.com/laminas/laminas-http/issues",
2498
                "rss": "https://github.com/laminas/laminas-http/releases.atom",
2499
                "source": "https://github.com/laminas/laminas-http"
2500
            },
2501
            "funding": [
2502
                {
2503
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2504
                    "type": "community_bridge"
2505
                }
2506
            ],
6803 efrain 2507
            "time": "2022-11-23T15:45:41+00:00"
1 www 2508
        },
2509
        {
2510
            "name": "laminas/laminas-hydrator",
6803 efrain 2511
            "version": "4.14.0",
1 www 2512
            "source": {
2513
                "type": "git",
2514
                "url": "https://github.com/laminas/laminas-hydrator.git",
6803 efrain 2515
                "reference": "ca9172c4479d995ff7f122ec196f4a29ac88b428"
1 www 2516
            },
2517
            "dist": {
2518
                "type": "zip",
6803 efrain 2519
                "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/ca9172c4479d995ff7f122ec196f4a29ac88b428",
2520
                "reference": "ca9172c4479d995ff7f122ec196f4a29ac88b428",
1 www 2521
                "shasum": ""
2522
            },
2523
            "require": {
2524
                "laminas/laminas-stdlib": "^3.3",
6803 efrain 2525
                "php": "~8.1.0 || ~8.2.0",
1 www 2526
                "webmozart/assert": "^1.10"
2527
            },
16 efrain 2528
            "conflict": {
3086 efrain 2529
                "laminas/laminas-servicemanager": "<3.14.0",
16 efrain 2530
                "zendframework/zend-hydrator": "*"
1 www 2531
            },
2532
            "require-dev": {
6803 efrain 2533
                "laminas/laminas-coding-standard": "~2.5.0",
2534
                "laminas/laminas-eventmanager": "^3.10",
2535
                "laminas/laminas-modulemanager": "^2.14.0",
2536
                "laminas/laminas-serializer": "^2.14.0",
2537
                "laminas/laminas-servicemanager": "^3.21",
2538
                "phpbench/phpbench": "^1.2.10",
2539
                "phpunit/phpunit": "^10.1.3",
2540
                "psalm/plugin-phpunit": "^0.18.4",
2541
                "vimeo/psalm": "^5.11"
1 www 2542
            },
2543
            "suggest": {
2544
                "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
2545
                "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
3086 efrain 2546
                "laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
1 www 2547
            },
2548
            "type": "library",
2549
            "extra": {
2550
                "laminas": {
2551
                    "component": "Laminas\\Hydrator",
2552
                    "config-provider": "Laminas\\Hydrator\\ConfigProvider"
2553
                }
2554
            },
2555
            "autoload": {
2556
                "psr-4": {
2557
                    "Laminas\\Hydrator\\": "src/"
2558
                }
2559
            },
2560
            "notification-url": "https://packagist.org/downloads/",
2561
            "license": [
2562
                "BSD-3-Clause"
2563
            ],
2564
            "description": "Serialize objects to arrays, and vice versa",
2565
            "homepage": "https://laminas.dev",
2566
            "keywords": [
2567
                "hydrator",
2568
                "laminas"
2569
            ],
2570
            "support": {
2571
                "chat": "https://laminas.dev/chat",
2572
                "docs": "https://docs.laminas.dev/laminas-hydrator/",
2573
                "forum": "https://discourse.laminas.dev",
2574
                "issues": "https://github.com/laminas/laminas-hydrator/issues",
2575
                "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
2576
                "source": "https://github.com/laminas/laminas-hydrator"
2577
            },
2578
            "funding": [
2579
                {
2580
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2581
                    "type": "community_bridge"
2582
                }
2583
            ],
6803 efrain 2584
            "time": "2023-05-19T10:44:34+00:00"
1 www 2585
        },
2586
        {
2587
            "name": "laminas/laminas-i18n",
6803 efrain 2588
            "version": "2.23.0",
1 www 2589
            "source": {
2590
                "type": "git",
2591
                "url": "https://github.com/laminas/laminas-i18n.git",
6803 efrain 2592
                "reference": "bb844a1141bb6e65d8889f5a08383f761a8270b2"
1 www 2593
            },
2594
            "dist": {
2595
                "type": "zip",
6803 efrain 2596
                "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/bb844a1141bb6e65d8889f5a08383f761a8270b2",
2597
                "reference": "bb844a1141bb6e65d8889f5a08383f761a8270b2",
1 www 2598
                "shasum": ""
2599
            },
2600
            "require": {
2601
                "ext-intl": "*",
6803 efrain 2602
                "laminas/laminas-servicemanager": "^3.21.0",
2603
                "laminas/laminas-stdlib": "^3.0",
2604
                "php": "~8.1.0 || ~8.2.0"
1 www 2605
            },
2606
            "conflict": {
3086 efrain 2607
                "laminas/laminas-view": "<2.20.0",
16 efrain 2608
                "zendframework/zend-i18n": "*"
1 www 2609
            },
2610
            "require-dev": {
6803 efrain 2611
                "laminas/laminas-cache": "^3.10.1",
2612
                "laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
2613
                "laminas/laminas-cache-storage-deprecated-factory": "^1.1",
2614
                "laminas/laminas-coding-standard": "~2.5.0",
2615
                "laminas/laminas-config": "^3.8.0",
2616
                "laminas/laminas-eventmanager": "^3.10",
2617
                "laminas/laminas-filter": "^2.31",
2618
                "laminas/laminas-validator": "^2.30.1",
2619
                "laminas/laminas-view": "^2.27",
2620
                "phpunit/phpunit": "^10.1.3",
2621
                "psalm/plugin-phpunit": "^0.18.4",
2622
                "vimeo/psalm": "^5.11"
1 www 2623
            },
2624
            "suggest": {
16 efrain 2625
                "laminas/laminas-cache": "You should install this package to cache the translations",
2626
                "laminas/laminas-config": "You should install this package to use the INI translation format",
1 www 2627
                "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
2628
                "laminas/laminas-filter": "You should install this package to use the provided filters",
16 efrain 2629
                "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
1 www 2630
                "laminas/laminas-validator": "You should install this package to use the provided validators",
2631
                "laminas/laminas-view": "You should install this package to use the provided view helpers"
2632
            },
2633
            "type": "library",
2634
            "extra": {
2635
                "laminas": {
2636
                    "component": "Laminas\\I18n",
2637
                    "config-provider": "Laminas\\I18n\\ConfigProvider"
2638
                }
2639
            },
2640
            "autoload": {
2641
                "psr-4": {
2642
                    "Laminas\\I18n\\": "src/"
2643
                }
2644
            },
2645
            "notification-url": "https://packagist.org/downloads/",
2646
            "license": [
2647
                "BSD-3-Clause"
2648
            ],
2649
            "description": "Provide translations for your application, and filter and validate internationalized values",
2650
            "homepage": "https://laminas.dev",
2651
            "keywords": [
2652
                "i18n",
2653
                "laminas"
2654
            ],
2655
            "support": {
2656
                "chat": "https://laminas.dev/chat",
2657
                "docs": "https://docs.laminas.dev/laminas-i18n/",
2658
                "forum": "https://discourse.laminas.dev",
2659
                "issues": "https://github.com/laminas/laminas-i18n/issues",
2660
                "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
2661
                "source": "https://github.com/laminas/laminas-i18n"
2662
            },
2663
            "funding": [
2664
                {
2665
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2666
                    "type": "community_bridge"
2667
                }
2668
            ],
6803 efrain 2669
            "time": "2023-05-16T23:22:24+00:00"
1 www 2670
        },
2671
        {
2672
            "name": "laminas/laminas-i18n-resources",
6803 efrain 2673
            "version": "2.9.0",
1 www 2674
            "source": {
2675
                "type": "git",
2676
                "url": "https://github.com/laminas/laminas-i18n-resources.git",
6803 efrain 2677
                "reference": "4e1d53bbb24136555c7d91373f7fec57af945a6a"
1 www 2678
            },
2679
            "dist": {
2680
                "type": "zip",
6803 efrain 2681
                "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/4e1d53bbb24136555c7d91373f7fec57af945a6a",
2682
                "reference": "4e1d53bbb24136555c7d91373f7fec57af945a6a",
1 www 2683
                "shasum": ""
2684
            },
2685
            "require": {
6803 efrain 2686
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 2687
            },
16 efrain 2688
            "conflict": {
2689
                "zendframework/zend-i18n-resources": "*"
1 www 2690
            },
2691
            "require-dev": {
6803 efrain 2692
                "laminas/laminas-coding-standard": "~2.4.0",
2693
                "phpunit/phpunit": "^9.5",
2694
                "psalm/plugin-phpunit": "^0.17.0",
2695
                "vimeo/psalm": "^4.24"
1 www 2696
            },
2697
            "type": "library",
2698
            "autoload": {
2699
                "classmap": [
2700
                    "src/Resources.php"
2701
                ]
2702
            },
2703
            "notification-url": "https://packagist.org/downloads/",
2704
            "license": [
2705
                "BSD-3-Clause"
2706
            ],
2707
            "description": "Provides validator and captcha translations for laminas-i18n's Translator",
2708
            "homepage": "https://laminas.dev",
2709
            "keywords": [
2710
                "laminas",
2711
                "resources",
2712
                "translations"
2713
            ],
2714
            "support": {
2715
                "chat": "https://laminas.dev/chat",
2716
                "docs": "https://docs.laminas.dev/laminas-i18n-resources/",
2717
                "forum": "https://discourse.laminas.dev",
2718
                "issues": "https://github.com/laminas/laminas-i18n-resources/issues",
2719
                "rss": "https://github.com/laminas/laminas-i18n-resources/releases.atom",
2720
                "source": "https://github.com/laminas/laminas-i18n-resources"
2721
            },
2722
            "funding": [
2723
                {
2724
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2725
                    "type": "community_bridge"
2726
                }
2727
            ],
6803 efrain 2728
            "time": "2022-10-16T14:35:32+00:00"
1 www 2729
        },
2730
        {
2731
            "name": "laminas/laminas-inputfilter",
6803 efrain 2732
            "version": "2.26.0",
1 www 2733
            "source": {
2734
                "type": "git",
2735
                "url": "https://github.com/laminas/laminas-inputfilter.git",
6803 efrain 2736
                "reference": "d054b8f866244c7fc872f446d071f21bae073b2f"
1 www 2737
            },
2738
            "dist": {
2739
                "type": "zip",
6803 efrain 2740
                "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/d054b8f866244c7fc872f446d071f21bae073b2f",
2741
                "reference": "d054b8f866244c7fc872f446d071f21bae073b2f",
1 www 2742
                "shasum": ""
2743
            },
2744
            "require": {
16 efrain 2745
                "laminas/laminas-filter": "^2.13",
6803 efrain 2746
                "laminas/laminas-servicemanager": "^3.21.0",
1 www 2747
                "laminas/laminas-stdlib": "^3.0",
16 efrain 2748
                "laminas/laminas-validator": "^2.15",
6803 efrain 2749
                "php": "~8.1.0 || ~8.2.0"
1 www 2750
            },
16 efrain 2751
            "conflict": {
2752
                "zendframework/zend-inputfilter": "*"
1 www 2753
            },
2754
            "require-dev": {
3086 efrain 2755
                "ext-json": "*",
6803 efrain 2756
                "laminas/laminas-coding-standard": "~2.5.0",
2757
                "phpunit/phpunit": "^10.1.3",
2758
                "psalm/plugin-phpunit": "^0.18.4",
2759
                "psr/http-message": "^2.0",
2760
                "vimeo/psalm": "^5.12",
3086 efrain 2761
                "webmozart/assert": "^1.11"
1 www 2762
            },
2763
            "suggest": {
2764
                "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
2765
            },
2766
            "type": "library",
2767
            "extra": {
2768
                "laminas": {
2769
                    "component": "Laminas\\InputFilter",
2770
                    "config-provider": "Laminas\\InputFilter\\ConfigProvider"
2771
                }
2772
            },
2773
            "autoload": {
2774
                "psr-4": {
2775
                    "Laminas\\InputFilter\\": "src/"
2776
                }
2777
            },
2778
            "notification-url": "https://packagist.org/downloads/",
2779
            "license": [
2780
                "BSD-3-Clause"
2781
            ],
2782
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2783
            "homepage": "https://laminas.dev",
2784
            "keywords": [
2785
                "inputfilter",
2786
                "laminas"
2787
            ],
2788
            "support": {
2789
                "chat": "https://laminas.dev/chat",
2790
                "docs": "https://docs.laminas.dev/laminas-inputfilter/",
2791
                "forum": "https://discourse.laminas.dev",
2792
                "issues": "https://github.com/laminas/laminas-inputfilter/issues",
2793
                "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
2794
                "source": "https://github.com/laminas/laminas-inputfilter"
2795
            },
2796
            "funding": [
2797
                {
2798
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2799
                    "type": "community_bridge"
2800
                }
2801
            ],
6803 efrain 2802
            "time": "2023-06-20T15:53:18+00:00"
1 www 2803
        },
2804
        {
2805
            "name": "laminas/laminas-json",
6803 efrain 2806
            "version": "3.5.0",
1 www 2807
            "source": {
2808
                "type": "git",
2809
                "url": "https://github.com/laminas/laminas-json.git",
6803 efrain 2810
                "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec"
1 www 2811
            },
2812
            "dist": {
2813
                "type": "zip",
6803 efrain 2814
                "url": "https://api.github.com/repos/laminas/laminas-json/zipball/7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
2815
                "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
1 www 2816
                "shasum": ""
2817
            },
2818
            "require": {
6803 efrain 2819
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 2820
            },
16 efrain 2821
            "conflict": {
2822
                "zendframework/zend-json": "*"
1 www 2823
            },
2824
            "require-dev": {
6803 efrain 2825
                "laminas/laminas-coding-standard": "~2.4.0",
1 www 2826
                "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
6803 efrain 2827
                "phpunit/phpunit": "^9.5.25"
1 www 2828
            },
2829
            "suggest": {
2830
                "laminas/laminas-json-server": "For implementing JSON-RPC servers",
2831
                "laminas/laminas-xml2json": "For converting XML documents to JSON"
2832
            },
2833
            "type": "library",
2834
            "autoload": {
2835
                "psr-4": {
2836
                    "Laminas\\Json\\": "src/"
2837
                }
2838
            },
2839
            "notification-url": "https://packagist.org/downloads/",
2840
            "license": [
2841
                "BSD-3-Clause"
2842
            ],
2843
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2844
            "homepage": "https://laminas.dev",
2845
            "keywords": [
2846
                "json",
2847
                "laminas"
2848
            ],
2849
            "support": {
2850
                "chat": "https://laminas.dev/chat",
2851
                "docs": "https://docs.laminas.dev/laminas-json/",
2852
                "forum": "https://discourse.laminas.dev",
2853
                "issues": "https://github.com/laminas/laminas-json/issues",
2854
                "rss": "https://github.com/laminas/laminas-json/releases.atom",
2855
                "source": "https://github.com/laminas/laminas-json"
2856
            },
2857
            "funding": [
2858
                {
2859
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2860
                    "type": "community_bridge"
2861
                }
2862
            ],
6803 efrain 2863
            "time": "2022-10-17T04:06:45+00:00"
1 www 2864
        },
2865
        {
2866
            "name": "laminas/laminas-loader",
6803 efrain 2867
            "version": "2.9.0",
1 www 2868
            "source": {
2869
                "type": "git",
2870
                "url": "https://github.com/laminas/laminas-loader.git",
6803 efrain 2871
                "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3"
1 www 2872
            },
2873
            "dist": {
2874
                "type": "zip",
6803 efrain 2875
                "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/51ed9c3fa42d1098a9997571730c0cbf42d078d3",
2876
                "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3",
1 www 2877
                "shasum": ""
2878
            },
2879
            "require": {
6803 efrain 2880
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 2881
            },
16 efrain 2882
            "conflict": {
2883
                "zendframework/zend-loader": "*"
1 www 2884
            },
2885
            "require-dev": {
6803 efrain 2886
                "laminas/laminas-coding-standard": "~2.4.0",
2887
                "phpunit/phpunit": "~9.5.25"
1 www 2888
            },
2889
            "type": "library",
2890
            "autoload": {
2891
                "psr-4": {
2892
                    "Laminas\\Loader\\": "src/"
2893
                }
2894
            },
2895
            "notification-url": "https://packagist.org/downloads/",
2896
            "license": [
2897
                "BSD-3-Clause"
2898
            ],
2899
            "description": "Autoloading and plugin loading strategies",
2900
            "homepage": "https://laminas.dev",
2901
            "keywords": [
2902
                "laminas",
2903
                "loader"
2904
            ],
2905
            "support": {
2906
                "chat": "https://laminas.dev/chat",
2907
                "docs": "https://docs.laminas.dev/laminas-loader/",
2908
                "forum": "https://discourse.laminas.dev",
2909
                "issues": "https://github.com/laminas/laminas-loader/issues",
2910
                "rss": "https://github.com/laminas/laminas-loader/releases.atom",
2911
                "source": "https://github.com/laminas/laminas-loader"
2912
            },
2913
            "funding": [
2914
                {
2915
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2916
                    "type": "community_bridge"
2917
                }
2918
            ],
6803 efrain 2919
            "time": "2022-10-16T12:50:49+00:00"
1 www 2920
        },
2921
        {
2922
            "name": "laminas/laminas-log",
6803 efrain 2923
            "version": "2.16.1",
1 www 2924
            "source": {
2925
                "type": "git",
2926
                "url": "https://github.com/laminas/laminas-log.git",
6803 efrain 2927
                "reference": "a9c16bb161311553238b8989aa587bed4b518a7e"
1 www 2928
            },
2929
            "dist": {
2930
                "type": "zip",
6803 efrain 2931
                "url": "https://api.github.com/repos/laminas/laminas-log/zipball/a9c16bb161311553238b8989aa587bed4b518a7e",
2932
                "reference": "a9c16bb161311553238b8989aa587bed4b518a7e",
1 www 2933
                "shasum": ""
2934
            },
2935
            "require": {
2936
                "laminas/laminas-servicemanager": "^3.3.0",
2937
                "laminas/laminas-stdlib": "^3.0",
6803 efrain 2938
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
1 www 2939
                "psr/log": "^1.1.2"
2940
            },
16 efrain 2941
            "conflict": {
2942
                "zendframework/zend-log": "*"
2943
            },
1 www 2944
            "provide": {
2945
                "psr/log-implementation": "1.0.0"
2946
            },
2947
            "require-dev": {
16 efrain 2948
                "ext-dom": "*",
2949
                "ext-json": "*",
2950
                "ext-xml": "*",
2951
                "firephp/firephp-core": "^0.5.3",
2952
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 2953
                "laminas/laminas-db": "^2.6",
2954
                "laminas/laminas-escaper": "^2.5",
2955
                "laminas/laminas-filter": "^2.5",
2956
                "laminas/laminas-mail": "^2.6.1",
2957
                "laminas/laminas-validator": "^2.10.1",
2958
                "mikey179/vfsstream": "^1.6.7",
2959
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 2960
                "phpunit/phpunit": "^9.5.10"
1 www 2961
            },
2962
            "suggest": {
2963
                "ext-mongo": "mongo extension to use Mongo writer",
2964
                "ext-mongodb": "mongodb extension to use MongoDB writer",
2965
                "laminas/laminas-db": "Laminas\\Db component to use the database log writer",
2966
                "laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter",
2967
                "laminas/laminas-mail": "Laminas\\Mail component to use the email log writer",
2968
                "laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages"
2969
            },
2970
            "type": "library",
2971
            "extra": {
2972
                "laminas": {
2973
                    "component": "Laminas\\Log",
2974
                    "config-provider": "Laminas\\Log\\ConfigProvider"
2975
                }
2976
            },
2977
            "autoload": {
2978
                "psr-4": {
2979
                    "Laminas\\Log\\": "src/"
2980
                }
2981
            },
2982
            "notification-url": "https://packagist.org/downloads/",
2983
            "license": [
2984
                "BSD-3-Clause"
2985
            ],
2986
            "description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
2987
            "homepage": "https://laminas.dev",
2988
            "keywords": [
2989
                "laminas",
2990
                "log",
2991
                "logging"
2992
            ],
2993
            "support": {
2994
                "chat": "https://laminas.dev/chat",
2995
                "docs": "https://docs.laminas.dev/laminas-log/",
2996
                "forum": "https://discourse.laminas.dev",
2997
                "issues": "https://github.com/laminas/laminas-log/issues",
2998
                "rss": "https://github.com/laminas/laminas-log/releases.atom",
2999
                "source": "https://github.com/laminas/laminas-log"
3000
            },
3001
            "funding": [
3002
                {
3003
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3004
                    "type": "community_bridge"
3005
                }
3006
            ],
6803 efrain 3007
            "time": "2022-12-19T16:38:15+00:00"
1 www 3008
        },
3009
        {
3010
            "name": "laminas/laminas-math",
6803 efrain 3011
            "version": "3.6.0",
1 www 3012
            "source": {
3013
                "type": "git",
3014
                "url": "https://github.com/laminas/laminas-math.git",
6803 efrain 3015
                "reference": "5770fc632a3614f5526632a8b70f41b65130460e"
1 www 3016
            },
3017
            "dist": {
3018
                "type": "zip",
6803 efrain 3019
                "url": "https://api.github.com/repos/laminas/laminas-math/zipball/5770fc632a3614f5526632a8b70f41b65130460e",
3020
                "reference": "5770fc632a3614f5526632a8b70f41b65130460e",
1 www 3021
                "shasum": ""
3022
            },
3023
            "require": {
3024
                "ext-mbstring": "*",
6803 efrain 3025
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3026
            },
16 efrain 3027
            "conflict": {
3028
                "zendframework/zend-math": "*"
1 www 3029
            },
3030
            "require-dev": {
6803 efrain 3031
                "laminas/laminas-coding-standard": "~2.4.0",
3032
                "phpunit/phpunit": "~9.5.25"
1 www 3033
            },
3034
            "suggest": {
3035
                "ext-bcmath": "If using the bcmath functionality",
3036
                "ext-gmp": "If using the gmp functionality"
3037
            },
3038
            "type": "library",
3039
            "extra": {
3040
                "branch-alias": {
3041
                    "dev-master": "3.2.x-dev",
3042
                    "dev-develop": "3.3.x-dev"
3043
                }
3044
            },
3045
            "autoload": {
3046
                "psr-4": {
3047
                    "Laminas\\Math\\": "src/"
3048
                }
3049
            },
3050
            "notification-url": "https://packagist.org/downloads/",
3051
            "license": [
3052
                "BSD-3-Clause"
3053
            ],
3054
            "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
3055
            "homepage": "https://laminas.dev",
3056
            "keywords": [
3057
                "laminas",
3058
                "math"
3059
            ],
3060
            "support": {
3061
                "chat": "https://laminas.dev/chat",
3062
                "docs": "https://docs.laminas.dev/laminas-math/",
3063
                "forum": "https://discourse.laminas.dev",
3064
                "issues": "https://github.com/laminas/laminas-math/issues",
3065
                "rss": "https://github.com/laminas/laminas-math/releases.atom",
3066
                "source": "https://github.com/laminas/laminas-math"
3067
            },
3068
            "funding": [
3069
                {
3070
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3071
                    "type": "community_bridge"
3072
                }
3073
            ],
6803 efrain 3074
            "time": "2022-10-16T14:22:28+00:00"
1 www 3075
        },
3076
        {
3077
            "name": "laminas/laminas-modulemanager",
6803 efrain 3078
            "version": "2.14.0",
1 www 3079
            "source": {
3080
                "type": "git",
3081
                "url": "https://github.com/laminas/laminas-modulemanager.git",
6803 efrain 3082
                "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac"
1 www 3083
            },
3084
            "dist": {
3085
                "type": "zip",
6803 efrain 3086
                "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
3087
                "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
1 www 3088
                "shasum": ""
3089
            },
3090
            "require": {
3091
                "brick/varexporter": "^0.3.2",
16 efrain 3092
                "laminas/laminas-config": "^3.7",
3093
                "laminas/laminas-eventmanager": "^3.4",
3094
                "laminas/laminas-stdlib": "^3.6",
6803 efrain 3095
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
1 www 3096
                "webimpress/safe-writer": "^1.0.2 || ^2.1"
3097
            },
16 efrain 3098
            "conflict": {
3099
                "zendframework/zend-modulemanager": "*"
1 www 3100
            },
3101
            "require-dev": {
16 efrain 3102
                "laminas/laminas-coding-standard": "^2.3",
6803 efrain 3103
                "laminas/laminas-loader": "^2.9.0",
3104
                "laminas/laminas-mvc": "^3.5.0",
3105
                "laminas/laminas-servicemanager": "^3.19.0",
3106
                "phpunit/phpunit": "^9.5.25",
3107
                "psalm/plugin-phpunit": "^0.17.0",
3108
                "vimeo/psalm": "^4.29"
1 www 3109
            },
3110
            "suggest": {
3111
                "laminas/laminas-console": "Laminas\\Console component",
3112
                "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
3113
                "laminas/laminas-mvc": "Laminas\\Mvc component",
3114
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
3115
            },
3116
            "type": "library",
3117
            "autoload": {
3118
                "psr-4": {
3119
                    "Laminas\\ModuleManager\\": "src/"
3120
                }
3121
            },
3122
            "notification-url": "https://packagist.org/downloads/",
3123
            "license": [
3124
                "BSD-3-Clause"
3125
            ],
3126
            "description": "Modular application system for laminas-mvc applications",
3127
            "homepage": "https://laminas.dev",
3128
            "keywords": [
3129
                "laminas",
3130
                "modulemanager"
3131
            ],
3132
            "support": {
3133
                "chat": "https://laminas.dev/chat",
3134
                "docs": "https://docs.laminas.dev/laminas-modulemanager/",
3135
                "forum": "https://discourse.laminas.dev",
3136
                "issues": "https://github.com/laminas/laminas-modulemanager/issues",
3137
                "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
3138
                "source": "https://github.com/laminas/laminas-modulemanager"
3139
            },
3140
            "funding": [
3141
                {
3142
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3143
                    "type": "community_bridge"
3144
                }
3145
            ],
6803 efrain 3146
            "time": "2022-10-28T09:21:04+00:00"
1 www 3147
        },
3148
        {
3149
            "name": "laminas/laminas-mvc",
6803 efrain 3150
            "version": "3.6.1",
1 www 3151
            "source": {
3152
                "type": "git",
3153
                "url": "https://github.com/laminas/laminas-mvc.git",
6803 efrain 3154
                "reference": "f12e801c31c04a4b35017354ff84070f5573879f"
1 www 3155
            },
3156
            "dist": {
3157
                "type": "zip",
6803 efrain 3158
                "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/f12e801c31c04a4b35017354ff84070f5573879f",
3159
                "reference": "f12e801c31c04a4b35017354ff84070f5573879f",
1 www 3160
                "shasum": ""
3161
            },
3162
            "require": {
3163
                "container-interop/container-interop": "^1.2",
16 efrain 3164
                "laminas/laminas-eventmanager": "^3.4",
3165
                "laminas/laminas-http": "^2.15",
1 www 3166
                "laminas/laminas-modulemanager": "^2.8",
6803 efrain 3167
                "laminas/laminas-router": "^3.11.1",
3168
                "laminas/laminas-servicemanager": "^3.20.0",
16 efrain 3169
                "laminas/laminas-stdlib": "^3.6",
3170
                "laminas/laminas-view": "^2.14",
6803 efrain 3171
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3172
            },
16 efrain 3173
            "conflict": {
3174
                "zendframework/zend-mvc": "*"
1 www 3175
            },
3176
            "require-dev": {
6803 efrain 3177
                "laminas/laminas-coding-standard": "^2.4.0",
16 efrain 3178
                "laminas/laminas-json": "^3.3",
6803 efrain 3179
                "phpspec/prophecy": "^1.15.0",
3180
                "phpspec/prophecy-phpunit": "^2.0.1",
3181
                "phpunit/phpunit": "^9.5.25",
3182
                "webmozart/assert": "^1.11"
1 www 3183
            },
3184
            "suggest": {
3185
                "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
3186
                "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
3187
                "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
3188
                "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
3189
                "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
3190
                "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
3191
                "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
3192
                "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
3193
                "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
3194
                "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
3195
                "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
3196
            },
3197
            "type": "library",
3198
            "autoload": {
3199
                "psr-4": {
3200
                    "Laminas\\Mvc\\": "src/"
3201
                }
3202
            },
3203
            "notification-url": "https://packagist.org/downloads/",
3204
            "license": [
3205
                "BSD-3-Clause"
3206
            ],
3207
            "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
3208
            "homepage": "https://laminas.dev",
3209
            "keywords": [
3210
                "laminas",
3211
                "mvc"
3212
            ],
3213
            "support": {
3214
                "chat": "https://laminas.dev/chat",
3215
                "docs": "https://docs.laminas.dev/laminas-mvc/",
3216
                "forum": "https://discourse.laminas.dev",
3217
                "issues": "https://github.com/laminas/laminas-mvc/issues",
3218
                "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
3219
                "source": "https://github.com/laminas/laminas-mvc"
3220
            },
3221
            "funding": [
3222
                {
3223
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3224
                    "type": "community_bridge"
3225
                }
3226
            ],
6803 efrain 3227
            "time": "2023-03-15T10:21:03+00:00"
1 www 3228
        },
3229
        {
3230
            "name": "laminas/laminas-mvc-form",
6803 efrain 3231
            "version": "2.1.1",
1 www 3232
            "source": {
3233
                "type": "git",
3234
                "url": "https://github.com/laminas/laminas-mvc-form.git",
6803 efrain 3235
                "reference": "1d9fa450b81c52bbb4cae3f9051e1b6e030be88f"
1 www 3236
            },
3237
            "dist": {
3238
                "type": "zip",
6803 efrain 3239
                "url": "https://api.github.com/repos/laminas/laminas-mvc-form/zipball/1d9fa450b81c52bbb4cae3f9051e1b6e030be88f",
3240
                "reference": "1d9fa450b81c52bbb4cae3f9051e1b6e030be88f",
1 www 3241
                "shasum": ""
3242
            },
3243
            "require": {
6803 efrain 3244
                "doctrine/annotations": "^1.14.3 || ^2.0.1",
3245
                "laminas/laminas-form": "^3.10.1",
3246
                "laminas/laminas-i18n": "^2.11.2"
1 www 3247
            },
3248
            "type": "metapackage",
3249
            "notification-url": "https://packagist.org/downloads/",
3250
            "license": [
3251
                "BSD-3-Clause"
3252
            ],
3253
            "description": "Metapackage with all requirements needed to use laminas-form with laminas-mvc.",
3254
            "homepage": "https://laminas.dev",
3255
            "keywords": [
3256
                "form",
3257
                "laminas",
3258
                "mvc"
3259
            ],
3260
            "support": {
3261
                "chat": "https://laminas.dev/chat",
3262
                "forum": "https://discourse.laminas.dev",
3263
                "issues": "https://github.com/laminas/laminas-mvc-form/issues",
3264
                "rss": "https://github.com/laminas/laminas-mvc-form/releases.atom",
3265
                "source": "https://github.com/laminas/laminas-mvc-form"
3266
            },
3267
            "funding": [
3268
                {
3269
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3270
                    "type": "community_bridge"
3271
                }
3272
            ],
6803 efrain 3273
            "time": "2023-05-24T12:25:40+00:00"
1 www 3274
        },
3275
        {
3276
            "name": "laminas/laminas-mvc-i18n",
6803 efrain 3277
            "version": "1.7.0",
1 www 3278
            "source": {
3279
                "type": "git",
3280
                "url": "https://github.com/laminas/laminas-mvc-i18n.git",
6803 efrain 3281
                "reference": "571f3e34afbff14351677c450f872a0dd19f9d28"
1 www 3282
            },
3283
            "dist": {
3284
                "type": "zip",
6803 efrain 3285
                "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/571f3e34afbff14351677c450f872a0dd19f9d28",
3286
                "reference": "571f3e34afbff14351677c450f872a0dd19f9d28",
1 www 3287
                "shasum": ""
3288
            },
3289
            "require": {
3290
                "container-interop/container-interop": "^1.1",
3086 efrain 3291
                "ext-intl": "*",
3292
                "laminas/laminas-i18n": "^2.13.0",
3293
                "laminas/laminas-router": "^3.5.0",
3294
                "laminas/laminas-servicemanager": "^3.15.1",
3295
                "laminas/laminas-stdlib": "^3.10.1",
3296
                "laminas/laminas-validator": "^2.19.0",
6803 efrain 3297
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3298
            },
3299
            "conflict": {
3300
                "laminas/laminas-mvc": "<3.0.0",
16 efrain 3301
                "phpspec/prophecy": "<1.8.0",
3302
                "zendframework/zend-mvc-i18n": "*"
1 www 3303
            },
3304
            "require-dev": {
6803 efrain 3305
                "laminas/laminas-coding-standard": "~2.4.0",
3306
                "phpspec/prophecy-phpunit": "^2.0.1",
3307
                "phpunit/phpunit": "^9.5.26",
3308
                "psalm/plugin-phpunit": "^0.18.0",
3309
                "vimeo/psalm": "^5.0.0"
1 www 3310
            },
3311
            "suggest": {
3312
                "laminas/laminas-cache": "To enable caching of translation strings"
3313
            },
3314
            "type": "library",
3315
            "extra": {
3316
                "laminas": {
3317
                    "component": "Laminas\\Mvc\\I18n",
3318
                    "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
3319
                }
3320
            },
3321
            "autoload": {
3322
                "psr-4": {
3323
                    "Laminas\\Mvc\\I18n\\": "src/"
3324
                }
3325
            },
3326
            "notification-url": "https://packagist.org/downloads/",
3327
            "license": [
3328
                "BSD-3-Clause"
3329
            ],
3330
            "description": "Integration between laminas-mvc and laminas-i18n",
3331
            "homepage": "https://laminas.dev",
3332
            "keywords": [
3333
                "i18n",
3334
                "laminas",
3335
                "mvc"
3336
            ],
3337
            "support": {
3338
                "chat": "https://laminas.dev/chat",
3339
                "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
3340
                "forum": "https://discourse.laminas.dev",
3341
                "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
3342
                "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
3343
                "source": "https://github.com/laminas/laminas-mvc-i18n"
3344
            },
3345
            "funding": [
3346
                {
3347
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3348
                    "type": "community_bridge"
3349
                }
3350
            ],
6803 efrain 3351
            "time": "2022-12-02T15:45:50+00:00"
1 www 3352
        },
3353
        {
6803 efrain 3354
            "name": "laminas/laminas-mvc-middleware",
3355
            "version": "2.3.0",
3356
            "source": {
3357
                "type": "git",
3358
                "url": "https://github.com/laminas/laminas-mvc-middleware.git",
3359
                "reference": "aa1ff1b2704ffeac728a00ef020773b00f1dcc5c"
3360
            },
3361
            "dist": {
3362
                "type": "zip",
3363
                "url": "https://api.github.com/repos/laminas/laminas-mvc-middleware/zipball/aa1ff1b2704ffeac728a00ef020773b00f1dcc5c",
3364
                "reference": "aa1ff1b2704ffeac728a00ef020773b00f1dcc5c",
3365
                "shasum": ""
3366
            },
3367
            "require": {
3368
                "laminas/laminas-mvc": "^3.2",
3369
                "laminas/laminas-psr7bridge": "^1.2.2",
3370
                "laminas/laminas-servicemanager": "^3.4",
3371
                "laminas/laminas-stratigility": "^3.3",
3372
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3373
                "psr/http-server-handler": "^1.0",
3374
                "psr/http-server-middleware": "^1.0",
3375
                "webmozart/assert": "^1.9"
3376
            },
3377
            "require-dev": {
3378
                "brick/varexporter": "^0.3.7",
3379
                "laminas/laminas-coding-standard": "^2.4",
3380
                "laminas/laminas-diactoros": "^2.22",
3381
                "laminas/laminas-router": "^3.10",
3382
                "phpunit/phpunit": "^9.5.26",
3383
                "psalm/plugin-phpunit": "^0.18.3",
3384
                "vimeo/psalm": "^5.0"
3385
            },
3386
            "type": "library",
3387
            "extra": {
3388
                "laminas": {
3389
                    "component": "Laminas\\Mvc\\Middleware"
3390
                }
3391
            },
3392
            "autoload": {
3393
                "psr-4": {
3394
                    "Laminas\\Mvc\\Middleware\\": "src/"
3395
                }
3396
            },
3397
            "notification-url": "https://packagist.org/downloads/",
3398
            "license": [
3399
                "BSD-3-Clause"
3400
            ],
3401
            "description": "Dispatch middleware pipelines in place of controllers in laminas-mvc.",
3402
            "homepage": "https://laminas.dev",
3403
            "keywords": [
3404
                "components",
3405
                "laminas",
3406
                "middleware",
3407
                "mvc",
3408
                "psr-15",
3409
                "psr-7"
3410
            ],
3411
            "support": {
3412
                "chat": "https://laminas.dev/chat",
3413
                "docs": "https://docs.laminas.dev/laminas-mvc-middleware/",
3414
                "forum": "https://discourse.laminas.dev",
3415
                "issues": "https://github.com/laminas/laminas-mvc-middleware/issues",
3416
                "rss": "https://github.com/laminas/laminas-mvc-middleware/releases.atom",
3417
                "source": "https://github.com/laminas/laminas-mvc-middleware"
3418
            },
3419
            "funding": [
3420
                {
3421
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3422
                    "type": "community_bridge"
3423
                }
3424
            ],
3425
            "time": "2022-12-02T10:25:18+00:00"
3426
        },
3427
        {
1 www 3428
            "name": "laminas/laminas-mvc-plugin-fileprg",
6803 efrain 3429
            "version": "1.6.0",
1 www 3430
            "source": {
3431
                "type": "git",
3432
                "url": "https://github.com/laminas/laminas-mvc-plugin-fileprg.git",
6803 efrain 3433
                "reference": "0ad4cbfdb77ccbefc6b0c62c26b81514b79d58f3"
1 www 3434
            },
3435
            "dist": {
3436
                "type": "zip",
6803 efrain 3437
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-fileprg/zipball/0ad4cbfdb77ccbefc6b0c62c26b81514b79d58f3",
3438
                "reference": "0ad4cbfdb77ccbefc6b0c62c26b81514b79d58f3",
1 www 3439
                "shasum": ""
3440
            },
3441
            "require": {
6803 efrain 3442
                "laminas/laminas-filter": "^2.13.1",
3443
                "laminas/laminas-form": "^3.1",
3444
                "laminas/laminas-inputfilter": "^2.13",
3445
                "laminas/laminas-mvc": "^3.3",
3446
                "laminas/laminas-session": "^2.12",
3447
                "laminas/laminas-stdlib": "^3.6.2",
3448
                "laminas/laminas-validator": "^2.15.1",
3449
                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3450
            },
3451
            "conflict": {
6803 efrain 3452
                "laminas/laminas-mvc": "<3.0.0",
3453
                "zendframework/zend-mvc-plugin-fileprg": "*"
1 www 3454
            },
3455
            "require-dev": {
6803 efrain 3456
                "laminas/laminas-coding-standard": "~2.4.0",
3457
                "phpunit/phpunit": "^9.5.27",
3458
                "psalm/plugin-phpunit": "^0.18.4",
3459
                "vimeo/psalm": "^5.4"
1 www 3460
            },
3461
            "type": "library",
3462
            "extra": {
3463
                "laminas": {
3464
                    "component": "Laminas\\Mvc\\Plugin\\FilePrg"
3465
                }
3466
            },
3467
            "autoload": {
3468
                "psr-4": {
3469
                    "Laminas\\Mvc\\Plugin\\FilePrg\\": "src/"
3470
                }
3471
            },
3472
            "notification-url": "https://packagist.org/downloads/",
3473
            "license": [
3474
                "BSD-3-Clause"
3475
            ],
3476
            "description": "Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers",
3477
            "homepage": "https://laminas.dev",
3478
            "keywords": [
3479
                "laminas",
3480
                "mvc"
3481
            ],
3482
            "support": {
3483
                "chat": "https://laminas.dev/chat",
3484
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-fileprg/",
3485
                "forum": "https://discourse.laminas.dev",
3486
                "issues": "https://github.com/laminas/laminas-mvc-plugin-fileprg/issues",
3487
                "rss": "https://github.com/laminas/laminas-mvc-plugin-fileprg/releases.atom",
3488
                "source": "https://github.com/laminas/laminas-mvc-plugin-fileprg"
3489
            },
3490
            "funding": [
3491
                {
3492
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3493
                    "type": "community_bridge"
3494
                }
3495
            ],
6803 efrain 3496
            "time": "2022-12-20T12:23:36+00:00"
1 www 3497
        },
3498
        {
3499
            "name": "laminas/laminas-mvc-plugin-flashmessenger",
6803 efrain 3500
            "version": "1.9.0",
1 www 3501
            "source": {
3502
                "type": "git",
3503
                "url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git",
6803 efrain 3504
                "reference": "dc73bb6b56a0d74f9fdc0d24ec55a5f8c87c4cfa"
1 www 3505
            },
3506
            "dist": {
3507
                "type": "zip",
6803 efrain 3508
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/dc73bb6b56a0d74f9fdc0d24ec55a5f8c87c4cfa",
3509
                "reference": "dc73bb6b56a0d74f9fdc0d24ec55a5f8c87c4cfa",
1 www 3510
                "shasum": ""
3511
            },
3512
            "require": {
3086 efrain 3513
                "laminas/laminas-mvc": "^3.3",
3514
                "laminas/laminas-session": "^2.12.0",
3515
                "laminas/laminas-stdlib": "^3.6.4",
3516
                "laminas/laminas-view": "^2.13.1",
6803 efrain 3517
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3518
            },
3519
            "conflict": {
16 efrain 3520
                "laminas/laminas-mvc": "<3.0.0",
3521
                "zendframework/zend-mvc-plugin-flashmessenger": "*"
1 www 3522
            },
3523
            "require-dev": {
6803 efrain 3524
                "laminas/laminas-coding-standard": "~2.4.0",
3525
                "laminas/laminas-i18n": "^2.19.0",
3526
                "phpunit/phpunit": "^9.5.25",
3527
                "psalm/plugin-phpunit": "^0.17.0",
3528
                "vimeo/psalm": "^4.29.0"
1 www 3529
            },
3530
            "type": "library",
3531
            "extra": {
3532
                "laminas": {
3533
                    "component": "Laminas\\Mvc\\Plugin\\FlashMessenger"
3534
                }
3535
            },
3536
            "autoload": {
3537
                "psr-4": {
3538
                    "Laminas\\Mvc\\Plugin\\FlashMessenger\\": "src/"
3539
                }
3540
            },
3541
            "notification-url": "https://packagist.org/downloads/",
3542
            "license": [
3543
                "BSD-3-Clause"
3544
            ],
3545
            "description": "Plugin for creating and exposing flash messages via laminas-mvc controllers",
3546
            "homepage": "https://laminas.dev",
3547
            "keywords": [
3548
                "laminas",
3549
                "mvc"
3550
            ],
3551
            "support": {
3552
                "chat": "https://laminas.dev/chat",
3553
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-flashmessenger/",
3554
                "forum": "https://discourse.laminas.dev",
3555
                "issues": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/issues",
3556
                "rss": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/releases.atom",
3557
                "source": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger"
3558
            },
3559
            "funding": [
3560
                {
3561
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3562
                    "type": "community_bridge"
3563
                }
3564
            ],
6803 efrain 3565
            "time": "2022-10-22T12:47:30+00:00"
1 www 3566
        },
3567
        {
3568
            "name": "laminas/laminas-mvc-plugin-identity",
6803 efrain 3569
            "version": "1.5.0",
1 www 3570
            "source": {
3571
                "type": "git",
3572
                "url": "https://github.com/laminas/laminas-mvc-plugin-identity.git",
6803 efrain 3573
                "reference": "362035bc191be806052666d8aa790ff860b394a9"
1 www 3574
            },
3575
            "dist": {
3576
                "type": "zip",
6803 efrain 3577
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-identity/zipball/362035bc191be806052666d8aa790ff860b394a9",
3578
                "reference": "362035bc191be806052666d8aa790ff860b394a9",
1 www 3579
                "shasum": ""
3580
            },
3581
            "require": {
3086 efrain 3582
                "laminas/laminas-authentication": "^2.11.0",
3583
                "laminas/laminas-mvc": "^3.3.3",
3584
                "laminas/laminas-servicemanager": "^3.15.1",
6803 efrain 3585
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3586
            },
3587
            "conflict": {
16 efrain 3588
                "laminas/laminas-mvc": "<3.0.0",
3589
                "zendframework/zend-mvc-plugin-identity": "*"
1 www 3590
            },
3591
            "require-dev": {
6803 efrain 3592
                "laminas/laminas-coding-standard": "~2.4.0",
3086 efrain 3593
                "phpunit/phpunit": "^9.5",
3594
                "psalm/plugin-phpunit": "^0.17.0",
6803 efrain 3595
                "vimeo/psalm": "^4.29"
1 www 3596
            },
3597
            "type": "library",
3598
            "extra": {
3599
                "laminas": {
3600
                    "component": "Laminas\\Mvc\\Plugin\\Identity"
3601
                }
3602
            },
3603
            "autoload": {
3604
                "psr-4": {
3605
                    "Laminas\\Mvc\\Plugin\\Identity\\": "src/"
3606
                }
3607
            },
3608
            "notification-url": "https://packagist.org/downloads/",
3609
            "license": [
3610
                "BSD-3-Clause"
3611
            ],
3612
            "description": "Plugin for retrieving the current authenticated identity within laminas-mvc controllers",
3613
            "homepage": "https://laminas.dev",
3614
            "keywords": [
3615
                "laminas",
3616
                "mvc"
3617
            ],
3618
            "support": {
3619
                "chat": "https://laminas.dev/chat",
3620
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-identity/",
3621
                "forum": "https://discourse.laminas.dev",
3622
                "issues": "https://github.com/laminas/laminas-mvc-plugin-identity/issues",
3623
                "rss": "https://github.com/laminas/laminas-mvc-plugin-identity/releases.atom",
3624
                "source": "https://github.com/laminas/laminas-mvc-plugin-identity"
3625
            },
3626
            "funding": [
3627
                {
3628
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3629
                    "type": "community_bridge"
3630
                }
3631
            ],
6803 efrain 3632
            "time": "2022-10-24T08:16:59+00:00"
1 www 3633
        },
3634
        {
3635
            "name": "laminas/laminas-mvc-plugin-prg",
4113 efrain 3636
            "version": "1.7.0",
1 www 3637
            "source": {
3638
                "type": "git",
3639
                "url": "https://github.com/laminas/laminas-mvc-plugin-prg.git",
4113 efrain 3640
                "reference": "4c879f6c8bb250a336513fd21666bd128ced6f9f"
1 www 3641
            },
3642
            "dist": {
3643
                "type": "zip",
4113 efrain 3644
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-prg/zipball/4c879f6c8bb250a336513fd21666bd128ced6f9f",
3645
                "reference": "4c879f6c8bb250a336513fd21666bd128ced6f9f",
1 www 3646
                "shasum": ""
3647
            },
3648
            "require": {
3086 efrain 3649
                "laminas/laminas-mvc": "^3.3.3",
3650
                "laminas/laminas-session": "^2.12.1",
3651
                "laminas/laminas-stdlib": "^3.10.1",
4113 efrain 3652
                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3653
            },
16 efrain 3654
            "conflict": {
3655
                "zendframework/zend-mvc-plugin-prg": "*"
1 www 3656
            },
3657
            "require-dev": {
4113 efrain 3658
                "laminas/laminas-coding-standard": "~2.4.0",
3659
                "phpunit/phpunit": "^9.5.26",
3660
                "psalm/plugin-phpunit": "^0.18.0",
3661
                "vimeo/psalm": "^5.0.0"
1 www 3662
            },
3663
            "type": "library",
3664
            "extra": {
3665
                "laminas": {
3666
                    "component": "Laminas\\Mvc\\Plugin\\Prg"
3667
                }
3668
            },
3669
            "autoload": {
3670
                "psr-4": {
3671
                    "Laminas\\Mvc\\Plugin\\Prg\\": "src/"
3672
                }
3673
            },
3674
            "notification-url": "https://packagist.org/downloads/",
3675
            "license": [
3676
                "BSD-3-Clause"
3677
            ],
3678
            "description": "Post/Redirect/Get plugin for laminas-mvc controllers",
3679
            "homepage": "https://laminas.dev",
3680
            "keywords": [
3681
                "laminas",
3682
                "mvc"
3683
            ],
3684
            "support": {
3685
                "chat": "https://laminas.dev/chat",
3686
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-prg/",
3687
                "forum": "https://discourse.laminas.dev",
3688
                "issues": "https://github.com/laminas/laminas-mvc-plugin-prg/issues",
3689
                "rss": "https://github.com/laminas/laminas-mvc-plugin-prg/releases.atom",
3690
                "source": "https://github.com/laminas/laminas-mvc-plugin-prg"
3691
            },
3692
            "funding": [
3693
                {
3694
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3695
                    "type": "community_bridge"
3696
                }
3697
            ],
4113 efrain 3698
            "time": "2022-12-07T01:17:19+00:00"
1 www 3699
        },
3700
        {
3701
            "name": "laminas/laminas-mvc-plugins",
16 efrain 3702
            "version": "1.2.0",
1 www 3703
            "source": {
3704
                "type": "git",
3705
                "url": "https://github.com/laminas/laminas-mvc-plugins.git",
16 efrain 3706
                "reference": "ea91854e410fcf0451c8bc53062da215605cf5ad"
1 www 3707
            },
3708
            "dist": {
3709
                "type": "zip",
16 efrain 3710
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugins/zipball/ea91854e410fcf0451c8bc53062da215605cf5ad",
3711
                "reference": "ea91854e410fcf0451c8bc53062da215605cf5ad",
1 www 3712
                "shasum": ""
3713
            },
3714
            "require": {
3715
                "laminas/laminas-mvc-plugin-fileprg": "^1.2",
3716
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.3",
3717
                "laminas/laminas-mvc-plugin-identity": "^1.2",
3718
                "laminas/laminas-mvc-plugin-prg": "^1.3"
3719
            },
16 efrain 3720
            "conflict": {
3721
                "zendframework/zend-mvc-plugins": "*"
1 www 3722
            },
3723
            "type": "metapackage",
3724
            "extra": {
3725
                "laminas": {
3726
                    "component": [
3727
                        "Laminas\\Mvc\\Plugin\\FilePrg",
3728
                        "Laminas\\Mvc\\Plugin\\FlashMessenger",
3729
                        "Laminas\\Mvc\\Plugin\\Identity",
3730
                        "Laminas\\Mvc\\Plugin\\Prg"
3731
                    ]
3732
                }
3733
            },
3734
            "notification-url": "https://packagist.org/downloads/",
3735
            "license": [
3736
                "BSD-3-Clause"
3737
            ],
3738
            "description": "Collection of all stable laminas-mvc plugins served via separate packages.",
3739
            "homepage": "https://laminas.dev",
3740
            "keywords": [
3741
                "laminas",
3742
                "mvc",
3743
                "plugins"
3744
            ],
3745
            "support": {
3746
                "chat": "https://laminas.dev/chat",
3747
                "forum": "https://discourse.laminas.dev",
3748
                "issues": "https://github.com/laminas/laminas-mvc-plugins/issues",
3749
                "rss": "https://github.com/laminas/laminas-mvc-plugins/releases.atom",
3750
                "source": "https://github.com/laminas/laminas-mvc-plugins"
3751
            },
3752
            "funding": [
3753
                {
3754
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3755
                    "type": "community_bridge"
3756
                }
3757
            ],
16 efrain 3758
            "time": "2021-12-06T00:49:46+00:00"
1 www 3759
        },
3760
        {
3761
            "name": "laminas/laminas-navigation",
6803 efrain 3762
            "version": "2.18.1",
1 www 3763
            "source": {
3764
                "type": "git",
3765
                "url": "https://github.com/laminas/laminas-navigation.git",
6803 efrain 3766
                "reference": "f685f8b34db462d84617c5ad440f9f273e2558f4"
1 www 3767
            },
3768
            "dist": {
3769
                "type": "zip",
6803 efrain 3770
                "url": "https://api.github.com/repos/laminas/laminas-navigation/zipball/f685f8b34db462d84617c5ad440f9f273e2558f4",
3771
                "reference": "f685f8b34db462d84617c5ad440f9f273e2558f4",
1 www 3772
                "shasum": ""
3773
            },
3774
            "require": {
3775
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
6803 efrain 3776
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3777
            },
16 efrain 3778
            "conflict": {
3779
                "zendframework/zend-navigation": "*"
1 www 3780
            },
3781
            "require-dev": {
3086 efrain 3782
                "laminas/laminas-coding-standard": "~2.4.0",
6803 efrain 3783
                "laminas/laminas-config": "^3.8.0",
3784
                "laminas/laminas-http": "^2.18",
3785
                "laminas/laminas-i18n": "^2.21",
3786
                "laminas/laminas-mvc": "^3.6",
3787
                "laminas/laminas-permissions-acl": "^2.13",
3788
                "laminas/laminas-router": "^3.11",
3789
                "laminas/laminas-servicemanager": "^3.20",
3790
                "laminas/laminas-uri": "^2.10.0",
3791
                "laminas/laminas-view": "^2.25",
3792
                "phpunit/phpunit": "^9.5.26",
3793
                "psalm/plugin-phpunit": "^0.18.4",
3794
                "vimeo/psalm": "^5.1"
1 www 3795
            },
3796
            "suggest": {
16 efrain 3797
                "laminas/laminas-config": "^3.7, to provide page configuration (optional, as arrays and Traversables are also allowed)",
3798
                "laminas/laminas-permissions-acl": "^2.9, to provide ACL-based access restrictions to pages",
3799
                "laminas/laminas-router": "^3.5, to use router-based URI generation with Mvc pages",
3086 efrain 3800
                "laminas/laminas-servicemanager": "^3.16, to use the navigation factories",
16 efrain 3801
                "laminas/laminas-view": "^2.14, to use the navigation view helpers"
1 www 3802
            },
3803
            "type": "library",
3804
            "extra": {
3805
                "laminas": {
3806
                    "component": "Laminas\\Navigation",
3807
                    "config-provider": "Laminas\\Navigation\\ConfigProvider"
3808
                }
3809
            },
3810
            "autoload": {
3811
                "psr-4": {
3812
                    "Laminas\\Navigation\\": "src/"
3813
                }
3814
            },
3815
            "notification-url": "https://packagist.org/downloads/",
3816
            "license": [
3817
                "BSD-3-Clause"
3818
            ],
3819
            "description": "Manage trees of pointers to web pages in order to build navigation systems",
3820
            "homepage": "https://laminas.dev",
3821
            "keywords": [
3822
                "laminas",
3823
                "navigation"
3824
            ],
3825
            "support": {
3826
                "chat": "https://laminas.dev/chat",
3827
                "docs": "https://docs.laminas.dev/laminas-navigation/",
3828
                "forum": "https://discourse.laminas.dev",
3829
                "issues": "https://github.com/laminas/laminas-navigation/issues",
3830
                "rss": "https://github.com/laminas/laminas-navigation/releases.atom",
3831
                "source": "https://github.com/laminas/laminas-navigation"
3832
            },
3833
            "funding": [
3834
                {
3835
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3836
                    "type": "community_bridge"
3837
                }
3838
            ],
6803 efrain 3839
            "time": "2022-12-06T18:03:48+00:00"
1 www 3840
        },
3841
        {
3842
            "name": "laminas/laminas-paginator",
6803 efrain 3843
            "version": "2.17.0",
1 www 3844
            "source": {
3845
                "type": "git",
3846
                "url": "https://github.com/laminas/laminas-paginator.git",
6803 efrain 3847
                "reference": "d0fca60a32656fe095045d76af7ad3a3bfc297f9"
1 www 3848
            },
3849
            "dist": {
3850
                "type": "zip",
6803 efrain 3851
                "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/d0fca60a32656fe095045d76af7ad3a3bfc297f9",
3852
                "reference": "d0fca60a32656fe095045d76af7ad3a3bfc297f9",
1 www 3853
                "shasum": ""
3854
            },
3855
            "require": {
3856
                "ext-json": "*",
3086 efrain 3857
                "laminas/laminas-stdlib": "^3.10.1",
6803 efrain 3858
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3859
            },
16 efrain 3860
            "conflict": {
3861
                "zendframework/zend-paginator": "*"
1 www 3862
            },
3863
            "require-dev": {
6803 efrain 3864
                "laminas/laminas-cache": "^3.6.0",
3865
                "laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
3866
                "laminas/laminas-coding-standard": "^2.4.0",
3867
                "laminas/laminas-config": "^3.8.0",
3868
                "laminas/laminas-filter": "^2.23.0",
3869
                "laminas/laminas-servicemanager": "^3.19.0",
3870
                "laminas/laminas-view": "^2.24.0",
3871
                "phpunit/phpunit": "^9.5.25",
3872
                "psalm/plugin-phpunit": "^0.18.0",
3873
                "vimeo/psalm": "^5.0.0"
1 www 3874
            },
3875
            "suggest": {
3876
                "laminas/laminas-cache": "Laminas\\Cache component to support cache features",
3877
                "laminas/laminas-filter": "Laminas\\Filter component",
3878
                "laminas/laminas-paginator-adapter-laminasdb": "Provides pagination adapters for Select statements and TableGateway instances",
3879
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
3880
                "laminas/laminas-view": "Laminas\\View component"
3881
            },
3882
            "type": "library",
3883
            "extra": {
3884
                "laminas": {
3885
                    "component": "Laminas\\Paginator",
3886
                    "config-provider": "Laminas\\Paginator\\ConfigProvider"
3887
                }
3888
            },
3889
            "autoload": {
3890
                "psr-4": {
3891
                    "Laminas\\Paginator\\": "src/"
3892
                }
3893
            },
3894
            "notification-url": "https://packagist.org/downloads/",
3895
            "license": [
3896
                "BSD-3-Clause"
3897
            ],
3898
            "description": "Paginate collections of data from arbitrary sources",
3899
            "homepage": "https://laminas.dev",
3900
            "keywords": [
3901
                "laminas",
3902
                "paginator"
3903
            ],
3904
            "support": {
3905
                "chat": "https://laminas.dev/chat",
3906
                "docs": "https://docs.laminas.dev/laminas-paginator/",
3907
                "forum": "https://discourse.laminas.dev",
3908
                "issues": "https://github.com/laminas/laminas-paginator/issues",
3909
                "rss": "https://github.com/laminas/laminas-paginator/releases.atom",
3910
                "source": "https://github.com/laminas/laminas-paginator"
3911
            },
3912
            "funding": [
3913
                {
3914
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3915
                    "type": "community_bridge"
3916
                }
3917
            ],
6803 efrain 3918
            "time": "2022-12-05T16:02:38+00:00"
1 www 3919
        },
3920
        {
3921
            "name": "laminas/laminas-permissions-acl",
6803 efrain 3922
            "version": "2.15.0",
1 www 3923
            "source": {
3924
                "type": "git",
3925
                "url": "https://github.com/laminas/laminas-permissions-acl.git",
6803 efrain 3926
                "reference": "ea9f6643a624b3e847f7d637eb828498654f492e"
1 www 3927
            },
3928
            "dist": {
3929
                "type": "zip",
6803 efrain 3930
                "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/ea9f6643a624b3e847f7d637eb828498654f492e",
3931
                "reference": "ea9f6643a624b3e847f7d637eb828498654f492e",
1 www 3932
                "shasum": ""
3933
            },
3934
            "require": {
6803 efrain 3935
                "php": "~8.1.0 || ~8.2.0"
1 www 3936
            },
3937
            "conflict": {
16 efrain 3938
                "laminas/laminas-servicemanager": "<3.0",
3939
                "zendframework/zend-permissions-acl": "*"
1 www 3940
            },
3941
            "require-dev": {
6803 efrain 3942
                "laminas/laminas-coding-standard": "~2.5.0",
3943
                "laminas/laminas-servicemanager": "^3.21",
3944
                "phpbench/phpbench": "^1.2.10",
3945
                "phpunit/phpunit": "^10.1.3",
3946
                "psalm/plugin-phpunit": "^0.18.4",
3947
                "vimeo/psalm": "^5.12"
1 www 3948
            },
3949
            "suggest": {
3950
                "laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
3951
            },
3952
            "type": "library",
3953
            "autoload": {
3954
                "psr-4": {
3955
                    "Laminas\\Permissions\\Acl\\": "src/"
3956
                }
3957
            },
3958
            "notification-url": "https://packagist.org/downloads/",
3959
            "license": [
3960
                "BSD-3-Clause"
3961
            ],
3962
            "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
3963
            "homepage": "https://laminas.dev",
3964
            "keywords": [
3965
                "acl",
3966
                "laminas"
3967
            ],
3968
            "support": {
3969
                "chat": "https://laminas.dev/chat",
3970
                "docs": "https://docs.laminas.dev/laminas-permissions-acl/",
3971
                "forum": "https://discourse.laminas.dev",
3972
                "issues": "https://github.com/laminas/laminas-permissions-acl/issues",
3973
                "rss": "https://github.com/laminas/laminas-permissions-acl/releases.atom",
3974
                "source": "https://github.com/laminas/laminas-permissions-acl"
3975
            },
3976
            "funding": [
3977
                {
3978
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3979
                    "type": "community_bridge"
3980
                }
3981
            ],
6803 efrain 3982
            "time": "2023-05-29T19:28:02+00:00"
1 www 3983
        },
3984
        {
3985
            "name": "laminas/laminas-psr7bridge",
6803 efrain 3986
            "version": "1.10.0",
1 www 3987
            "source": {
3988
                "type": "git",
3989
                "url": "https://github.com/laminas/laminas-psr7bridge.git",
6803 efrain 3990
                "reference": "c2769d2f7e6fd801147c4a7e1816e526c71db1a9"
1 www 3991
            },
3992
            "dist": {
3993
                "type": "zip",
6803 efrain 3994
                "url": "https://api.github.com/repos/laminas/laminas-psr7bridge/zipball/c2769d2f7e6fd801147c4a7e1816e526c71db1a9",
3995
                "reference": "c2769d2f7e6fd801147c4a7e1816e526c71db1a9",
1 www 3996
                "shasum": ""
3997
            },
3998
            "require": {
6803 efrain 3999
                "laminas/laminas-diactoros": "^2.25.2 || ^3.0.0",
4000
                "laminas/laminas-http": "^2.18.0",
4001
                "php": "~8.1.0 || ~8.2.0",
4002
                "psr/http-message": "^1.1 || ^2.0"
1 www 4003
            },
4004
            "require-dev": {
6803 efrain 4005
                "laminas/laminas-coding-standard": "~2.5.0",
4006
                "phpunit/phpunit": "^9.5.27",
4007
                "psalm/plugin-phpunit": "^0.18.4",
4008
                "vimeo/psalm": "^5.9.0"
1 www 4009
            },
4010
            "type": "library",
4011
            "autoload": {
4012
                "psr-4": {
4013
                    "Laminas\\Psr7Bridge\\": "src/"
4014
                }
4015
            },
4016
            "notification-url": "https://packagist.org/downloads/",
4017
            "license": [
4018
                "BSD-3-Clause"
4019
            ],
16 efrain 4020
            "description": "Bidirectional conversions between PSR-7 and laminas-http messages",
1 www 4021
            "homepage": "https://laminas.dev",
4022
            "keywords": [
4023
                "http",
4024
                "laminas",
4025
                "psr",
4026
                "psr-7"
4027
            ],
4028
            "support": {
4029
                "chat": "https://laminas.dev/chat",
4030
                "docs": "https://docs.laminas.dev/laminas-psr7bridge/",
4031
                "forum": "https://discourse.laminas.dev",
4032
                "issues": "https://github.com/laminas/laminas-psr7bridge/issues",
4033
                "rss": "https://github.com/laminas/laminas-psr7bridge/releases.atom",
4034
                "source": "https://github.com/laminas/laminas-psr7bridge"
4035
            },
4036
            "funding": [
4037
                {
4038
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4039
                    "type": "community_bridge"
4040
                }
4041
            ],
6803 efrain 4042
            "time": "2023-05-08T02:29:36+00:00"
1 www 4043
        },
4044
        {
4045
            "name": "laminas/laminas-recaptcha",
6803 efrain 4046
            "version": "3.6.0",
1 www 4047
            "source": {
4048
                "type": "git",
4049
                "url": "https://github.com/laminas/laminas-recaptcha.git",
6803 efrain 4050
                "reference": "ead14136a0ded44d1a72f4885df0f3333065d919"
1 www 4051
            },
4052
            "dist": {
4053
                "type": "zip",
6803 efrain 4054
                "url": "https://api.github.com/repos/laminas/laminas-recaptcha/zipball/ead14136a0ded44d1a72f4885df0f3333065d919",
4055
                "reference": "ead14136a0ded44d1a72f4885df0f3333065d919",
1 www 4056
                "shasum": ""
4057
            },
4058
            "require": {
4059
                "ext-json": "*",
16 efrain 4060
                "laminas/laminas-http": "^2.15",
6803 efrain 4061
                "laminas/laminas-stdlib": "^3.10.1",
4062
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 4063
            },
16 efrain 4064
            "conflict": {
4065
                "zendframework/zendservice-recaptcha": "*"
1 www 4066
            },
4067
            "require-dev": {
6803 efrain 4068
                "laminas/laminas-coding-standard": "~2.4.0",
16 efrain 4069
                "laminas/laminas-config": "^3.7",
4070
                "laminas/laminas-validator": "^2.15",
6803 efrain 4071
                "phpunit/phpunit": "^9.5.26",
4072
                "psalm/plugin-phpunit": "^0.18.0",
4073
                "vimeo/psalm": "^5.0.0"
1 www 4074
            },
4075
            "suggest": {
4076
                "laminas/laminas-validator": "~2.0, if using ReCaptcha's Mailhide API"
4077
            },
4078
            "type": "library",
4079
            "autoload": {
4080
                "psr-4": {
4081
                    "Laminas\\ReCaptcha\\": "src/"
4082
                }
4083
            },
4084
            "notification-url": "https://packagist.org/downloads/",
4085
            "license": [
4086
                "BSD-3-Clause"
4087
            ],
4088
            "description": "OOP wrapper for the ReCaptcha web service",
4089
            "homepage": "https://laminas.dev",
4090
            "keywords": [
4091
                "laminas",
4092
                "recaptcha"
4093
            ],
4094
            "support": {
4095
                "chat": "https://laminas.dev/chat",
4096
                "docs": "https://docs.laminas.dev/laminas-recaptcha/",
4097
                "forum": "https://discourse.laminas.dev",
4098
                "issues": "https://github.com/laminas/laminas-recaptcha/issues",
4099
                "rss": "https://github.com/laminas/laminas-recaptcha/releases.atom",
4100
                "source": "https://github.com/laminas/laminas-recaptcha"
4101
            },
4102
            "funding": [
4103
                {
4104
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4105
                    "type": "community_bridge"
4106
                }
4107
            ],
6803 efrain 4108
            "time": "2022-12-05T21:28:54+00:00"
1 www 4109
        },
4110
        {
4111
            "name": "laminas/laminas-router",
6803 efrain 4112
            "version": "3.11.1",
1 www 4113
            "source": {
4114
                "type": "git",
4115
                "url": "https://github.com/laminas/laminas-router.git",
6803 efrain 4116
                "reference": "3512c28cb4ffd64a62bc9e8b685a50a6547b0a11"
1 www 4117
            },
4118
            "dist": {
4119
                "type": "zip",
6803 efrain 4120
                "url": "https://api.github.com/repos/laminas/laminas-router/zipball/3512c28cb4ffd64a62bc9e8b685a50a6547b0a11",
4121
                "reference": "3512c28cb4ffd64a62bc9e8b685a50a6547b0a11",
1 www 4122
                "shasum": ""
4123
            },
4124
            "require": {
16 efrain 4125
                "laminas/laminas-http": "^2.15",
3086 efrain 4126
                "laminas/laminas-servicemanager": "^3.14.0",
4127
                "laminas/laminas-stdlib": "^3.10.1",
6803 efrain 4128
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 4129
            },
16 efrain 4130
            "conflict": {
4131
                "zendframework/zend-router": "*"
1 www 4132
            },
4133
            "require-dev": {
3086 efrain 4134
                "laminas/laminas-coding-standard": "~2.4.0",
6803 efrain 4135
                "laminas/laminas-i18n": "^2.19.0",
4136
                "phpunit/phpunit": "^9.5.26",
4137
                "psalm/plugin-phpunit": "^0.18.0",
4138
                "vimeo/psalm": "^5.0.0"
1 www 4139
            },
4140
            "suggest": {
3086 efrain 4141
                "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
1 www 4142
            },
4143
            "type": "library",
4144
            "extra": {
4145
                "laminas": {
4146
                    "component": "Laminas\\Router",
4147
                    "config-provider": "Laminas\\Router\\ConfigProvider"
4148
                }
4149
            },
4150
            "autoload": {
4151
                "psr-4": {
4152
                    "Laminas\\Router\\": "src/"
4153
                }
4154
            },
4155
            "notification-url": "https://packagist.org/downloads/",
4156
            "license": [
4157
                "BSD-3-Clause"
4158
            ],
4159
            "description": "Flexible routing system for HTTP and console applications",
4160
            "homepage": "https://laminas.dev",
4161
            "keywords": [
4162
                "laminas",
4163
                "routing"
4164
            ],
4165
            "support": {
4166
                "chat": "https://laminas.dev/chat",
4167
                "docs": "https://docs.laminas.dev/laminas-router/",
4168
                "forum": "https://discourse.laminas.dev",
4169
                "issues": "https://github.com/laminas/laminas-router/issues",
4170
                "rss": "https://github.com/laminas/laminas-router/releases.atom",
4171
                "source": "https://github.com/laminas/laminas-router"
4172
            },
4173
            "funding": [
4174
                {
4175
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4176
                    "type": "community_bridge"
4177
                }
4178
            ],
6803 efrain 4179
            "time": "2022-12-29T14:47:23+00:00"
1 www 4180
        },
4181
        {
4182
            "name": "laminas/laminas-servicemanager",
6803 efrain 4183
            "version": "3.21.0",
1 www 4184
            "source": {
4185
                "type": "git",
4186
                "url": "https://github.com/laminas/laminas-servicemanager.git",
6803 efrain 4187
                "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda"
1 www 4188
            },
4189
            "dist": {
4190
                "type": "zip",
6803 efrain 4191
                "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/625f2aa3bc6dd02688b2da5155b3a69870812bda",
4192
                "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda",
1 www 4193
                "shasum": ""
4194
            },
4195
            "require": {
6803 efrain 4196
                "laminas/laminas-stdlib": "^3.17",
4197
                "php": "~8.1.0 || ~8.2.0",
1 www 4198
                "psr/container": "^1.0"
4199
            },
4200
            "conflict": {
3086 efrain 4201
                "ext-psr": "*",
6803 efrain 4202
                "laminas/laminas-code": "<4.10.0",
16 efrain 4203
                "zendframework/zend-code": "<3.3.1",
4204
                "zendframework/zend-servicemanager": "*"
1 www 4205
            },
4206
            "provide": {
4207
                "psr/container-implementation": "^1.0"
4208
            },
3086 efrain 4209
            "replace": {
4210
                "container-interop/container-interop": "^1.2.0"
4211
            },
1 www 4212
            "require-dev": {
6803 efrain 4213
                "composer/package-versions-deprecated": "^1.11.99.5",
4214
                "friendsofphp/proxy-manager-lts": "^1.0.14",
4215
                "laminas/laminas-code": "^4.10.0",
4216
                "laminas/laminas-coding-standard": "~2.5.0",
4217
                "laminas/laminas-container-config-test": "^0.8",
4218
                "laminas/laminas-dependency-plugin": "^2.2",
4219
                "mikey179/vfsstream": "^1.6.11",
4220
                "phpbench/phpbench": "^1.2.9",
4221
                "phpunit/phpunit": "^10.0.17",
4222
                "psalm/plugin-phpunit": "^0.18.4",
4223
                "vimeo/psalm": "^5.8.0"
1 www 4224
            },
4225
            "suggest": {
6803 efrain 4226
                "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services"
1 www 4227
            },
4228
            "bin": [
4229
                "bin/generate-deps-for-config-factory",
4230
                "bin/generate-factory-for-class"
4231
            ],
4232
            "type": "library",
4233
            "autoload": {
3086 efrain 4234
                "files": [
4235
                    "src/autoload.php"
4236
                ],
1 www 4237
                "psr-4": {
4238
                    "Laminas\\ServiceManager\\": "src/"
4239
                }
4240
            },
4241
            "notification-url": "https://packagist.org/downloads/",
4242
            "license": [
4243
                "BSD-3-Clause"
4244
            ],
4245
            "description": "Factory-Driven Dependency Injection Container",
4246
            "homepage": "https://laminas.dev",
4247
            "keywords": [
4248
                "PSR-11",
4249
                "dependency-injection",
4250
                "di",
4251
                "dic",
4252
                "laminas",
4253
                "service-manager",
4254
                "servicemanager"
4255
            ],
4256
            "support": {
4257
                "chat": "https://laminas.dev/chat",
4258
                "docs": "https://docs.laminas.dev/laminas-servicemanager/",
4259
                "forum": "https://discourse.laminas.dev",
4260
                "issues": "https://github.com/laminas/laminas-servicemanager/issues",
4261
                "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
4262
                "source": "https://github.com/laminas/laminas-servicemanager"
4263
            },
4264
            "funding": [
4265
                {
4266
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4267
                    "type": "community_bridge"
4268
                }
4269
            ],
6803 efrain 4270
            "time": "2023-05-14T12:24:54+00:00"
1 www 4271
        },
4272
        {
4273
            "name": "laminas/laminas-session",
6803 efrain 4274
            "version": "2.16.0",
1 www 4275
            "source": {
4276
                "type": "git",
4277
                "url": "https://github.com/laminas/laminas-session.git",
6803 efrain 4278
                "reference": "9c845a0361625d5775cad6f043716196201ad41f"
1 www 4279
            },
4280
            "dist": {
4281
                "type": "zip",
6803 efrain 4282
                "url": "https://api.github.com/repos/laminas/laminas-session/zipball/9c845a0361625d5775cad6f043716196201ad41f",
4283
                "reference": "9c845a0361625d5775cad6f043716196201ad41f",
1 www 4284
                "shasum": ""
4285
            },
4286
            "require": {
3086 efrain 4287
                "laminas/laminas-eventmanager": "^3.5",
4288
                "laminas/laminas-servicemanager": "^3.15.1",
4289
                "laminas/laminas-stdlib": "^3.10.1",
6803 efrain 4290
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 4291
            },
16 efrain 4292
            "conflict": {
4293
                "zendframework/zend-session": "*"
1 www 4294
            },
4295
            "require-dev": {
6803 efrain 4296
                "laminas/laminas-cache": "^3.8",
4297
                "laminas/laminas-cache-storage-adapter-memory": "^2.2",
4298
                "laminas/laminas-coding-standard": "~2.4.0",
4299
                "laminas/laminas-db": "^2.15",
4300
                "laminas/laminas-http": "^2.17.1",
4301
                "laminas/laminas-validator": "^2.28",
4302
                "mongodb/mongodb": "~1.13.0",
4303
                "phpunit/phpunit": "^9.5.26",
4304
                "psalm/plugin-phpunit": "^0.18.0",
4305
                "vimeo/psalm": "^5.0"
1 www 4306
            },
4307
            "suggest": {
4308
                "laminas/laminas-cache": "Laminas\\Cache component",
4309
                "laminas/laminas-db": "Laminas\\Db component",
4310
                "laminas/laminas-http": "Laminas\\Http component",
4311
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
4312
                "laminas/laminas-validator": "Laminas\\Validator component",
4313
                "mongodb/mongodb": "If you want to use the MongoDB session save handler"
4314
            },
4315
            "type": "library",
4316
            "extra": {
4317
                "laminas": {
4318
                    "component": "Laminas\\Session",
4319
                    "config-provider": "Laminas\\Session\\ConfigProvider"
4320
                }
4321
            },
4322
            "autoload": {
4323
                "psr-4": {
4324
                    "Laminas\\Session\\": "src/"
4325
                }
4326
            },
4327
            "notification-url": "https://packagist.org/downloads/",
4328
            "license": [
4329
                "BSD-3-Clause"
4330
            ],
4331
            "description": "Object-oriented interface to PHP sessions and storage",
4332
            "homepage": "https://laminas.dev",
4333
            "keywords": [
4334
                "laminas",
4335
                "session"
4336
            ],
4337
            "support": {
4338
                "chat": "https://laminas.dev/chat",
4339
                "docs": "https://docs.laminas.dev/laminas-session/",
4340
                "forum": "https://discourse.laminas.dev",
4341
                "issues": "https://github.com/laminas/laminas-session/issues",
4342
                "rss": "https://github.com/laminas/laminas-session/releases.atom",
4343
                "source": "https://github.com/laminas/laminas-session"
4344
            },
4345
            "funding": [
4346
                {
4347
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4348
                    "type": "community_bridge"
4349
                }
4350
            ],
6803 efrain 4351
            "time": "2022-12-04T11:15:36+00:00"
1 www 4352
        },
4353
        {
6803 efrain 4354
            "name": "laminas/laminas-skeleton-installer",
4355
            "version": "1.2.0",
4356
            "source": {
4357
                "type": "git",
4358
                "url": "https://github.com/laminas/laminas-skeleton-installer.git",
4359
                "reference": "949a3c4f8daccb4a8237d09bcca1b622ebf28387"
4360
            },
4361
            "dist": {
4362
                "type": "zip",
4363
                "url": "https://api.github.com/repos/laminas/laminas-skeleton-installer/zipball/949a3c4f8daccb4a8237d09bcca1b622ebf28387",
4364
                "reference": "949a3c4f8daccb4a8237d09bcca1b622ebf28387",
4365
                "shasum": ""
4366
            },
4367
            "require": {
4368
                "composer-plugin-api": "^2.2",
4369
                "laminas/laminas-component-installer": "^3.0",
4370
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
4371
            },
4372
            "conflict": {
4373
                "zendframework/zend-skeleton-installer": "*"
4374
            },
4375
            "require-dev": {
4376
                "composer/composer": "^2.4.4",
4377
                "laminas/laminas-coding-standard": "^2.4",
4378
                "mikey179/vfsstream": "^1.6.11",
4379
                "phpspec/prophecy-phpunit": "^2.0.1",
4380
                "phpunit/phpunit": "^9.5.26",
4381
                "psalm/plugin-phpunit": "^0.18.0",
4382
                "vimeo/psalm": "^5.0.0"
4383
            },
4384
            "type": "composer-plugin",
4385
            "extra": {
4386
                "class": "Laminas\\SkeletonInstaller\\Plugin"
4387
            },
4388
            "autoload": {
4389
                "psr-4": {
4390
                    "Laminas\\SkeletonInstaller\\": "src/"
4391
                }
4392
            },
4393
            "notification-url": "https://packagist.org/downloads/",
4394
            "license": [
4395
                "BSD-3-Clause"
4396
            ],
4397
            "description": "Installer plugin for Laminas skeleton application",
4398
            "homepage": "https://laminas.dev",
4399
            "keywords": [
4400
                "laminas",
4401
                "skeleton-installer"
4402
            ],
4403
            "support": {
4404
                "chat": "https://laminas.dev/chat",
4405
                "docs": "https://docs.laminas.dev/laminas-skeleton-installer/",
4406
                "forum": "https://discourse.laminas.dev",
4407
                "issues": "https://github.com/laminas/laminas-skeleton-installer/issues",
4408
                "rss": "https://github.com/laminas/laminas-skeleton-installer/releases.atom",
4409
                "source": "https://github.com/laminas/laminas-skeleton-installer"
4410
            },
4411
            "funding": [
4412
                {
4413
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4414
                    "type": "community_bridge"
4415
                }
4416
            ],
4417
            "time": "2022-12-21T08:22:47+00:00"
4418
        },
4419
        {
1 www 4420
            "name": "laminas/laminas-stdlib",
6803 efrain 4421
            "version": "3.17.0",
1 www 4422
            "source": {
4423
                "type": "git",
4424
                "url": "https://github.com/laminas/laminas-stdlib.git",
6803 efrain 4425
                "reference": "dd35c868075bad80b6718959740913e178eb4274"
1 www 4426
            },
4427
            "dist": {
4428
                "type": "zip",
6803 efrain 4429
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/dd35c868075bad80b6718959740913e178eb4274",
4430
                "reference": "dd35c868075bad80b6718959740913e178eb4274",
1 www 4431
                "shasum": ""
4432
            },
4433
            "require": {
6803 efrain 4434
                "php": "~8.1.0 || ~8.2.0"
1 www 4435
            },
4436
            "conflict": {
4437
                "zendframework/zend-stdlib": "*"
4438
            },
4439
            "require-dev": {
6803 efrain 4440
                "laminas/laminas-coding-standard": "^2.5",
4441
                "phpbench/phpbench": "^1.2.9",
4442
                "phpunit/phpunit": "^10.0.16",
4443
                "psalm/plugin-phpunit": "^0.18.4",
4444
                "vimeo/psalm": "^5.8"
1 www 4445
            },
4446
            "type": "library",
4447
            "autoload": {
4448
                "psr-4": {
4449
                    "Laminas\\Stdlib\\": "src/"
4450
                }
4451
            },
4452
            "notification-url": "https://packagist.org/downloads/",
4453
            "license": [
4454
                "BSD-3-Clause"
4455
            ],
4456
            "description": "SPL extensions, array utilities, error handlers, and more",
4457
            "homepage": "https://laminas.dev",
4458
            "keywords": [
4459
                "laminas",
4460
                "stdlib"
4461
            ],
4462
            "support": {
4463
                "chat": "https://laminas.dev/chat",
4464
                "docs": "https://docs.laminas.dev/laminas-stdlib/",
4465
                "forum": "https://discourse.laminas.dev",
4466
                "issues": "https://github.com/laminas/laminas-stdlib/issues",
4467
                "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
4468
                "source": "https://github.com/laminas/laminas-stdlib"
4469
            },
4470
            "funding": [
4471
                {
4472
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4473
                    "type": "community_bridge"
4474
                }
4475
            ],
6803 efrain 4476
            "time": "2023-03-20T13:51:37+00:00"
1 www 4477
        },
4478
        {
6803 efrain 4479
            "name": "laminas/laminas-stratigility",
4480
            "version": "3.10.0",
1 www 4481
            "source": {
4482
                "type": "git",
6803 efrain 4483
                "url": "https://github.com/laminas/laminas-stratigility.git",
4484
                "reference": "d45eec2f61b9706d9efcb398af53a196c3c7f301"
1 www 4485
            },
4486
            "dist": {
4487
                "type": "zip",
6803 efrain 4488
                "url": "https://api.github.com/repos/laminas/laminas-stratigility/zipball/d45eec2f61b9706d9efcb398af53a196c3c7f301",
4489
                "reference": "d45eec2f61b9706d9efcb398af53a196c3c7f301",
1 www 4490
                "shasum": ""
4491
            },
4492
            "require": {
6803 efrain 4493
                "fig/http-message-util": "^1.1",
4494
                "laminas/laminas-escaper": "^2.10.0",
4495
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
4496
                "psr/http-message": "^1.0 || ^2.0",
4497
                "psr/http-server-middleware": "^1.0.2"
1 www 4498
            },
16 efrain 4499
            "conflict": {
6803 efrain 4500
                "zendframework/zend-stratigility": "*"
1 www 4501
            },
4502
            "require-dev": {
6803 efrain 4503
                "laminas/laminas-coding-standard": "~2.5.0",
4504
                "laminas/laminas-diactoros": "^2.25 || ^3.0",
4505
                "phpunit/phpunit": "^9.5.26",
4506
                "psalm/plugin-phpunit": "^0.18.3",
4507
                "vimeo/psalm": "^5.0.0"
1 www 4508
            },
4509
            "suggest": {
6803 efrain 4510
                "psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., laminas/laminas-diactoros"
1 www 4511
            },
4512
            "type": "library",
4513
            "autoload": {
6803 efrain 4514
                "files": [
4515
                    "src/functions/double-pass-middleware.php",
4516
                    "src/functions/host.php",
4517
                    "src/functions/middleware.php",
4518
                    "src/functions/path.php",
4519
                    "src/functions/double-pass-middleware.legacy.php",
4520
                    "src/functions/host.legacy.php",
4521
                    "src/functions/middleware.legacy.php",
4522
                    "src/functions/path.legacy.php"
4523
                ],
1 www 4524
                "psr-4": {
6803 efrain 4525
                    "Laminas\\Stratigility\\": "src/"
1 www 4526
                }
4527
            },
4528
            "notification-url": "https://packagist.org/downloads/",
4529
            "license": [
4530
                "BSD-3-Clause"
4531
            ],
6803 efrain 4532
            "description": "PSR-7 middleware foundation for building and dispatching middleware pipelines",
1 www 4533
            "homepage": "https://laminas.dev",
4534
            "keywords": [
6803 efrain 4535
                "http",
1 www 4536
                "laminas",
6803 efrain 4537
                "middleware",
4538
                "psr-15",
4539
                "psr-7"
1 www 4540
            ],
4541
            "support": {
4542
                "chat": "https://laminas.dev/chat",
6803 efrain 4543
                "docs": "https://docs.laminas.dev/laminas-stratigility/",
1 www 4544
                "forum": "https://discourse.laminas.dev",
6803 efrain 4545
                "issues": "https://github.com/laminas/laminas-stratigility/issues",
4546
                "rss": "https://github.com/laminas/laminas-stratigility/releases.atom",
4547
                "source": "https://github.com/laminas/laminas-stratigility"
1 www 4548
            },
4549
            "funding": [
4550
                {
4551
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4552
                    "type": "community_bridge"
4553
                }
4554
            ],
6803 efrain 4555
            "time": "2023-05-09T14:23:43+00:00"
1 www 4556
        },
4557
        {
3086 efrain 4558
            "name": "laminas/laminas-text",
6803 efrain 4559
            "version": "2.10.0",
3086 efrain 4560
            "source": {
4561
                "type": "git",
4562
                "url": "https://github.com/laminas/laminas-text.git",
6803 efrain 4563
                "reference": "40f7acdb284d41553d32db811e704d6e15e415b4"
3086 efrain 4564
            },
4565
            "dist": {
4566
                "type": "zip",
6803 efrain 4567
                "url": "https://api.github.com/repos/laminas/laminas-text/zipball/40f7acdb284d41553d32db811e704d6e15e415b4",
4568
                "reference": "40f7acdb284d41553d32db811e704d6e15e415b4",
3086 efrain 4569
                "shasum": ""
4570
            },
4571
            "require": {
6803 efrain 4572
                "laminas/laminas-servicemanager": "^3.19.0",
4573
                "laminas/laminas-stdlib": "^3.7.1",
4574
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3086 efrain 4575
            },
4576
            "conflict": {
4577
                "zendframework/zend-text": "*"
4578
            },
4579
            "require-dev": {
6803 efrain 4580
                "laminas/laminas-coding-standard": "~2.4.0",
4581
                "phpunit/phpunit": "^9.5",
4582
                "psalm/plugin-phpunit": "^0.18.4",
4583
                "vimeo/psalm": "^5.1"
3086 efrain 4584
            },
4585
            "type": "library",
4586
            "autoload": {
4587
                "psr-4": {
4588
                    "Laminas\\Text\\": "src/"
4589
                }
4590
            },
4591
            "notification-url": "https://packagist.org/downloads/",
4592
            "license": [
4593
                "BSD-3-Clause"
4594
            ],
4595
            "description": "Create FIGlets and text-based tables",
4596
            "homepage": "https://laminas.dev",
4597
            "keywords": [
4598
                "laminas",
4599
                "text"
4600
            ],
4601
            "support": {
4602
                "chat": "https://laminas.dev/chat",
4603
                "docs": "https://docs.laminas.dev/laminas-text/",
4604
                "forum": "https://discourse.laminas.dev",
4605
                "issues": "https://github.com/laminas/laminas-text/issues",
4606
                "rss": "https://github.com/laminas/laminas-text/releases.atom",
4607
                "source": "https://github.com/laminas/laminas-text"
4608
            },
4609
            "funding": [
4610
                {
4611
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4612
                    "type": "community_bridge"
4613
                }
4614
            ],
6803 efrain 4615
            "time": "2022-12-11T15:36:27+00:00"
3086 efrain 4616
        },
4617
        {
1 www 4618
            "name": "laminas/laminas-uri",
6803 efrain 4619
            "version": "2.10.0",
1 www 4620
            "source": {
4621
                "type": "git",
4622
                "url": "https://github.com/laminas/laminas-uri.git",
6803 efrain 4623
                "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80"
1 www 4624
            },
4625
            "dist": {
4626
                "type": "zip",
6803 efrain 4627
                "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/663b050294945c7345cc3a61f3ca661d5f9e1f80",
4628
                "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80",
1 www 4629
                "shasum": ""
4630
            },
4631
            "require": {
16 efrain 4632
                "laminas/laminas-escaper": "^2.9",
4633
                "laminas/laminas-validator": "^2.15",
6803 efrain 4634
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 4635
            },
16 efrain 4636
            "conflict": {
4637
                "zendframework/zend-uri": "*"
1 www 4638
            },
4639
            "require-dev": {
6803 efrain 4640
                "laminas/laminas-coding-standard": "~2.4.0",
4641
                "phpunit/phpunit": "^9.5.25"
1 www 4642
            },
4643
            "type": "library",
4644
            "autoload": {
4645
                "psr-4": {
4646
                    "Laminas\\Uri\\": "src/"
4647
                }
4648
            },
4649
            "notification-url": "https://packagist.org/downloads/",
4650
            "license": [
4651
                "BSD-3-Clause"
4652
            ],
4653
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
4654
            "homepage": "https://laminas.dev",
4655
            "keywords": [
4656
                "laminas",
4657
                "uri"
4658
            ],
4659
            "support": {
4660
                "chat": "https://laminas.dev/chat",
4661
                "docs": "https://docs.laminas.dev/laminas-uri/",
4662
                "forum": "https://discourse.laminas.dev",
4663
                "issues": "https://github.com/laminas/laminas-uri/issues",
4664
                "rss": "https://github.com/laminas/laminas-uri/releases.atom",
4665
                "source": "https://github.com/laminas/laminas-uri"
4666
            },
4667
            "funding": [
4668
                {
4669
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4670
                    "type": "community_bridge"
4671
                }
4672
            ],
6803 efrain 4673
            "time": "2022-10-16T15:02:45+00:00"
1 www 4674
        },
4675
        {
4676
            "name": "laminas/laminas-validator",
6803 efrain 4677
            "version": "2.35.0",
1 www 4678
            "source": {
4679
                "type": "git",
4680
                "url": "https://github.com/laminas/laminas-validator.git",
6803 efrain 4681
                "reference": "7a4a30f6c526a518ba9af50e037c2f97cb595958"
1 www 4682
            },
4683
            "dist": {
4684
                "type": "zip",
6803 efrain 4685
                "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/7a4a30f6c526a518ba9af50e037c2f97cb595958",
4686
                "reference": "7a4a30f6c526a518ba9af50e037c2f97cb595958",
1 www 4687
                "shasum": ""
4688
            },
4689
            "require": {
6803 efrain 4690
                "laminas/laminas-servicemanager": "^3.21.0",
3086 efrain 4691
                "laminas/laminas-stdlib": "^3.13",
6803 efrain 4692
                "php": "~8.1.0 || ~8.2.0",
4693
                "psr/http-message": "^1.0.1 || ^2.0.0"
1 www 4694
            },
16 efrain 4695
            "conflict": {
4696
                "zendframework/zend-validator": "*"
1 www 4697
            },
4698
            "require-dev": {
6803 efrain 4699
                "laminas/laminas-coding-standard": "^2.5",
4700
                "laminas/laminas-db": "^2.18",
4701
                "laminas/laminas-filter": "^2.32",
4702
                "laminas/laminas-i18n": "^2.23",
4703
                "laminas/laminas-session": "^2.16",
4704
                "laminas/laminas-uri": "^2.10.0",
4705
                "phpunit/phpunit": "^10.1.3",
4706
                "psalm/plugin-phpunit": "^0.18.4",
4707
                "psr/http-client": "^1.0.2",
4708
                "psr/http-factory": "^1.0.2",
4709
                "vimeo/psalm": "^5.12"
1 www 4710
            },
4711
            "suggest": {
4712
                "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
4713
                "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
4714
                "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
4715
                "laminas/laminas-i18n-resources": "Translations of validator messages",
4716
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
4717
                "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
4718
                "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
4719
                "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
4720
            },
4721
            "type": "library",
4722
            "extra": {
4723
                "laminas": {
4724
                    "component": "Laminas\\Validator",
4725
                    "config-provider": "Laminas\\Validator\\ConfigProvider"
4726
                }
4727
            },
4728
            "autoload": {
4729
                "psr-4": {
4730
                    "Laminas\\Validator\\": "src/"
4731
                }
4732
            },
4733
            "notification-url": "https://packagist.org/downloads/",
4734
            "license": [
4735
                "BSD-3-Clause"
4736
            ],
4737
            "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
4738
            "homepage": "https://laminas.dev",
4739
            "keywords": [
4740
                "laminas",
4741
                "validator"
4742
            ],
4743
            "support": {
4744
                "chat": "https://laminas.dev/chat",
4745
                "docs": "https://docs.laminas.dev/laminas-validator/",
4746
                "forum": "https://discourse.laminas.dev",
4747
                "issues": "https://github.com/laminas/laminas-validator/issues",
4748
                "rss": "https://github.com/laminas/laminas-validator/releases.atom",
4749
                "source": "https://github.com/laminas/laminas-validator"
4750
            },
4751
            "funding": [
4752
                {
4753
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4754
                    "type": "community_bridge"
4755
                }
4756
            ],
6803 efrain 4757
            "time": "2023-07-10T07:32:01+00:00"
1 www 4758
        },
4759
        {
4760
            "name": "laminas/laminas-view",
6803 efrain 4761
            "version": "2.28.0",
1 www 4762
            "source": {
4763
                "type": "git",
4764
                "url": "https://github.com/laminas/laminas-view.git",
6803 efrain 4765
                "reference": "c43dd9f89febb79a76cfa01c5cb2b90836d7d748"
1 www 4766
            },
4767
            "dist": {
4768
                "type": "zip",
6803 efrain 4769
                "url": "https://api.github.com/repos/laminas/laminas-view/zipball/c43dd9f89febb79a76cfa01c5cb2b90836d7d748",
4770
                "reference": "c43dd9f89febb79a76cfa01c5cb2b90836d7d748",
1 www 4771
                "shasum": ""
4772
            },
4773
            "require": {
3086 efrain 4774
                "ext-dom": "*",
4775
                "ext-filter": "*",
16 efrain 4776
                "ext-json": "*",
3086 efrain 4777
                "laminas/laminas-escaper": "^2.5",
16 efrain 4778
                "laminas/laminas-eventmanager": "^3.4",
3086 efrain 4779
                "laminas/laminas-json": "^3.3",
6803 efrain 4780
                "laminas/laminas-servicemanager": "^3.21.0",
3086 efrain 4781
                "laminas/laminas-stdlib": "^3.10.1",
6803 efrain 4782
                "php": "~8.1.0 || ~8.2.0",
3086 efrain 4783
                "psr/container": "^1 || ^2"
1 www 4784
            },
4785
            "conflict": {
112 efrain 4786
                "container-interop/container-interop": "<1.2",
16 efrain 4787
                "laminas/laminas-router": "<3.0.1",
3086 efrain 4788
                "laminas/laminas-session": "<2.12",
16 efrain 4789
                "zendframework/zend-view": "*"
1 www 4790
            },
4791
            "require-dev": {
6803 efrain 4792
                "laminas/laminas-authentication": "^2.13",
4793
                "laminas/laminas-coding-standard": "~2.5.0",
4794
                "laminas/laminas-feed": "^2.20",
4795
                "laminas/laminas-filter": "^2.32",
4796
                "laminas/laminas-http": "^2.18",
4797
                "laminas/laminas-i18n": "^2.23",
4798
                "laminas/laminas-modulemanager": "^2.14",
4799
                "laminas/laminas-mvc": "^3.6.1",
4800
                "laminas/laminas-mvc-i18n": "^1.7",
4801
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.9",
4802
                "laminas/laminas-navigation": "^2.18.1",
4803
                "laminas/laminas-paginator": "^2.17",
4804
                "laminas/laminas-permissions-acl": "^2.14",
4805
                "laminas/laminas-router": "^3.11.1",
4806
                "laminas/laminas-uri": "^2.10",
4807
                "phpunit/phpunit": "^9.6.8",
4808
                "psalm/plugin-phpunit": "^0.18.4",
4809
                "vimeo/psalm": "^5.12"
1 www 4810
            },
4811
            "suggest": {
4812
                "laminas/laminas-authentication": "Laminas\\Authentication component",
4813
                "laminas/laminas-feed": "Laminas\\Feed component",
4814
                "laminas/laminas-filter": "Laminas\\Filter component",
4815
                "laminas/laminas-http": "Laminas\\Http component",
4816
                "laminas/laminas-i18n": "Laminas\\I18n component",
4817
                "laminas/laminas-mvc": "Laminas\\Mvc component",
4818
                "laminas/laminas-mvc-plugin-flashmessenger": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-mvc versions 3 and up",
4819
                "laminas/laminas-navigation": "Laminas\\Navigation component",
4820
                "laminas/laminas-paginator": "Laminas\\Paginator component",
4821
                "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
4822
                "laminas/laminas-uri": "Laminas\\Uri component"
4823
            },
4824
            "bin": [
4825
                "bin/templatemap_generator.php"
4826
            ],
4827
            "type": "library",
4828
            "autoload": {
4829
                "psr-4": {
4830
                    "Laminas\\View\\": "src/"
4831
                }
4832
            },
4833
            "notification-url": "https://packagist.org/downloads/",
4834
            "license": [
4835
                "BSD-3-Clause"
4836
            ],
4837
            "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
4838
            "homepage": "https://laminas.dev",
4839
            "keywords": [
4840
                "laminas",
4841
                "view"
4842
            ],
4843
            "support": {
4844
                "chat": "https://laminas.dev/chat",
4845
                "docs": "https://docs.laminas.dev/laminas-view/",
4846
                "forum": "https://discourse.laminas.dev",
4847
                "issues": "https://github.com/laminas/laminas-view/issues",
4848
                "rss": "https://github.com/laminas/laminas-view/releases.atom",
4849
                "source": "https://github.com/laminas/laminas-view"
4850
            },
4851
            "funding": [
4852
                {
4853
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4854
                    "type": "community_bridge"
4855
                }
4856
            ],
6803 efrain 4857
            "time": "2023-05-30T11:38:25+00:00"
1 www 4858
        },
4859
        {
4860
            "name": "maennchen/zipstream-php",
6803 efrain 4861
            "version": "3.1.0",
1 www 4862
            "source": {
4863
                "type": "git",
4864
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
6803 efrain 4865
                "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
1 www 4866
            },
4867
            "dist": {
4868
                "type": "zip",
6803 efrain 4869
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
4870
                "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
1 www 4871
                "shasum": ""
4872
            },
4873
            "require": {
6803 efrain 4874
                "ext-mbstring": "*",
4875
                "ext-zlib": "*",
4876
                "php-64bit": "^8.1"
1 www 4877
            },
4878
            "require-dev": {
4879
                "ext-zip": "*",
6803 efrain 4880
                "friendsofphp/php-cs-fixer": "^3.16",
4881
                "guzzlehttp/guzzle": "^7.5",
1 www 4882
                "mikey179/vfsstream": "^1.6",
6803 efrain 4883
                "php-coveralls/php-coveralls": "^2.5",
4884
                "phpunit/phpunit": "^10.0",
4885
                "vimeo/psalm": "^5.0"
1 www 4886
            },
6803 efrain 4887
            "suggest": {
4888
                "guzzlehttp/psr7": "^2.4",
4889
                "psr/http-message": "^2.0"
4890
            },
1 www 4891
            "type": "library",
4892
            "autoload": {
4893
                "psr-4": {
4894
                    "ZipStream\\": "src/"
4895
                }
4896
            },
4897
            "notification-url": "https://packagist.org/downloads/",
4898
            "license": [
4899
                "MIT"
4900
            ],
4901
            "authors": [
4902
                {
4903
                    "name": "Paul Duncan",
4904
                    "email": "pabs@pablotron.org"
4905
                },
4906
                {
4907
                    "name": "Jonatan Männchen",
4908
                    "email": "jonatan@maennchen.ch"
4909
                },
4910
                {
4911
                    "name": "Jesse Donat",
4912
                    "email": "donatj@gmail.com"
4913
                },
4914
                {
4915
                    "name": "András Kolesár",
4916
                    "email": "kolesar@kolesar.hu"
4917
                }
4918
            ],
4919
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
4920
            "keywords": [
4921
                "stream",
4922
                "zip"
4923
            ],
4924
            "support": {
4925
                "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
6803 efrain 4926
                "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
1 www 4927
            },
4928
            "funding": [
4929
                {
4113 efrain 4930
                    "url": "https://github.com/maennchen",
4931
                    "type": "github"
4932
                },
4933
                {
1 www 4934
                    "url": "https://opencollective.com/zipstream",
4935
                    "type": "open_collective"
4936
                }
4937
            ],
6803 efrain 4938
            "time": "2023-06-21T14:59:35+00:00"
1 www 4939
        },
4940
        {
4941
            "name": "markbaker/complex",
4113 efrain 4942
            "version": "3.0.2",
1 www 4943
            "source": {
4944
                "type": "git",
4945
                "url": "https://github.com/MarkBaker/PHPComplex.git",
4113 efrain 4946
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
1 www 4947
            },
4948
            "dist": {
4949
                "type": "zip",
4113 efrain 4950
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
4951
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
1 www 4952
                "shasum": ""
4953
            },
4954
            "require": {
4955
                "php": "^7.2 || ^8.0"
4956
            },
4957
            "require-dev": {
4113 efrain 4958
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
4959
                "phpcompatibility/php-compatibility": "^9.3",
4960
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
4961
                "squizlabs/php_codesniffer": "^3.7"
1 www 4962
            },
4963
            "type": "library",
4964
            "autoload": {
4965
                "psr-4": {
4966
                    "Complex\\": "classes/src/"
16 efrain 4967
                }
1 www 4968
            },
4969
            "notification-url": "https://packagist.org/downloads/",
4970
            "license": [
4971
                "MIT"
4972
            ],
4973
            "authors": [
4974
                {
4975
                    "name": "Mark Baker",
4976
                    "email": "mark@lange.demon.co.uk"
4977
                }
4978
            ],
4979
            "description": "PHP Class for working with complex numbers",
4980
            "homepage": "https://github.com/MarkBaker/PHPComplex",
4981
            "keywords": [
4982
                "complex",
4983
                "mathematics"
4984
            ],
4985
            "support": {
4986
                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
4113 efrain 4987
                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
1 www 4988
            },
4113 efrain 4989
            "time": "2022-12-06T16:21:08+00:00"
1 www 4990
        },
4991
        {
4992
            "name": "markbaker/matrix",
4113 efrain 4993
            "version": "3.0.1",
1 www 4994
            "source": {
4995
                "type": "git",
4996
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
4113 efrain 4997
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
1 www 4998
            },
4999
            "dist": {
5000
                "type": "zip",
4113 efrain 5001
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
5002
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
1 www 5003
                "shasum": ""
5004
            },
5005
            "require": {
5006
                "php": "^7.1 || ^8.0"
5007
            },
5008
            "require-dev": {
4113 efrain 5009
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
5010
                "phpcompatibility/php-compatibility": "^9.3",
1 www 5011
                "phpdocumentor/phpdocumentor": "2.*",
5012
                "phploc/phploc": "^4.0",
5013
                "phpmd/phpmd": "2.*",
4113 efrain 5014
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
1 www 5015
                "sebastian/phpcpd": "^4.0",
4113 efrain 5016
                "squizlabs/php_codesniffer": "^3.7"
1 www 5017
            },
5018
            "type": "library",
5019
            "autoload": {
5020
                "psr-4": {
5021
                    "Matrix\\": "classes/src/"
16 efrain 5022
                }
1 www 5023
            },
5024
            "notification-url": "https://packagist.org/downloads/",
5025
            "license": [
5026
                "MIT"
5027
            ],
5028
            "authors": [
5029
                {
5030
                    "name": "Mark Baker",
5031
                    "email": "mark@demon-angel.eu"
5032
                }
5033
            ],
5034
            "description": "PHP Class for working with matrices",
5035
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
5036
            "keywords": [
5037
                "mathematics",
5038
                "matrix",
5039
                "vector"
5040
            ],
5041
            "support": {
5042
                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
4113 efrain 5043
                "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
1 www 5044
            },
4113 efrain 5045
            "time": "2022-12-02T22:17:43+00:00"
1 www 5046
        },
5047
        {
5048
            "name": "maxmind-db/reader",
16 efrain 5049
            "version": "v1.11.0",
1 www 5050
            "source": {
5051
                "type": "git",
5052
                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
16 efrain 5053
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
1 www 5054
            },
5055
            "dist": {
5056
                "type": "zip",
16 efrain 5057
                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
5058
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
1 www 5059
                "shasum": ""
5060
            },
5061
            "require": {
5062
                "php": ">=7.2"
5063
            },
5064
            "conflict": {
5065
                "ext-maxminddb": "<1.10.1,>=2.0.0"
5066
            },
5067
            "require-dev": {
16 efrain 5068
                "friendsofphp/php-cs-fixer": "3.*",
1 www 5069
                "php-coveralls/php-coveralls": "^2.1",
5070
                "phpstan/phpstan": "*",
5071
                "phpunit/phpcov": ">=6.0.0",
5072
                "phpunit/phpunit": ">=8.0.0,<10.0.0",
5073
                "squizlabs/php_codesniffer": "3.*"
5074
            },
5075
            "suggest": {
5076
                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
5077
                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
5078
                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
5079
            },
5080
            "type": "library",
5081
            "autoload": {
5082
                "psr-4": {
5083
                    "MaxMind\\Db\\": "src/MaxMind/Db"
5084
                }
5085
            },
5086
            "notification-url": "https://packagist.org/downloads/",
5087
            "license": [
5088
                "Apache-2.0"
5089
            ],
5090
            "authors": [
5091
                {
5092
                    "name": "Gregory J. Oschwald",
5093
                    "email": "goschwald@maxmind.com",
5094
                    "homepage": "https://www.maxmind.com/"
5095
                }
5096
            ],
5097
            "description": "MaxMind DB Reader API",
5098
            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
5099
            "keywords": [
5100
                "database",
5101
                "geoip",
5102
                "geoip2",
5103
                "geolocation",
5104
                "maxmind"
5105
            ],
5106
            "support": {
5107
                "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
16 efrain 5108
                "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0"
1 www 5109
            },
16 efrain 5110
            "time": "2021-10-18T15:23:10+00:00"
1 www 5111
        },
5112
        {
5113
            "name": "maxmind/web-service-common",
3086 efrain 5114
            "version": "v0.9.0",
1 www 5115
            "source": {
5116
                "type": "git",
5117
                "url": "https://github.com/maxmind/web-service-common-php.git",
3086 efrain 5118
                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53"
1 www 5119
            },
5120
            "dist": {
5121
                "type": "zip",
3086 efrain 5122
                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
5123
                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
1 www 5124
                "shasum": ""
5125
            },
5126
            "require": {
5127
                "composer/ca-bundle": "^1.0.3",
5128
                "ext-curl": "*",
5129
                "ext-json": "*",
5130
                "php": ">=7.2"
5131
            },
5132
            "require-dev": {
3086 efrain 5133
                "friendsofphp/php-cs-fixer": "3.*",
5134
                "phpstan/phpstan": "*",
1 www 5135
                "phpunit/phpunit": "^8.0 || ^9.0",
5136
                "squizlabs/php_codesniffer": "3.*"
5137
            },
5138
            "type": "library",
5139
            "autoload": {
5140
                "psr-4": {
5141
                    "MaxMind\\Exception\\": "src/Exception",
5142
                    "MaxMind\\WebService\\": "src/WebService"
5143
                }
5144
            },
5145
            "notification-url": "https://packagist.org/downloads/",
5146
            "license": [
5147
                "Apache-2.0"
5148
            ],
5149
            "authors": [
5150
                {
5151
                    "name": "Gregory Oschwald",
5152
                    "email": "goschwald@maxmind.com"
5153
                }
5154
            ],
5155
            "description": "Internal MaxMind Web Service API",
5156
            "homepage": "https://github.com/maxmind/web-service-common-php",
5157
            "support": {
5158
                "issues": "https://github.com/maxmind/web-service-common-php/issues",
3086 efrain 5159
                "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0"
1 www 5160
            },
3086 efrain 5161
            "time": "2022-03-28T17:43:20+00:00"
1 www 5162
        },
5163
        {
5164
            "name": "monolog/monolog",
5751 efrain 5165
            "version": "2.9.1",
1 www 5166
            "source": {
5167
                "type": "git",
5168
                "url": "https://github.com/Seldaek/monolog.git",
5751 efrain 5169
                "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
1 www 5170
            },
5171
            "dist": {
5172
                "type": "zip",
5751 efrain 5173
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
5174
                "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
1 www 5175
                "shasum": ""
5176
            },
5177
            "require": {
5178
                "php": ">=7.2",
16 efrain 5179
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1 www 5180
            },
5181
            "provide": {
16 efrain 5182
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
1 www 5183
            },
5184
            "require-dev": {
5185
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
5186
                "doctrine/couchdb": "~1.0@dev",
3086 efrain 5187
                "elasticsearch/elasticsearch": "^7 || ^8",
5188
                "ext-json": "*",
5751 efrain 5189
                "graylog2/gelf-php": "^1.4.2 || ^2@dev",
3086 efrain 5190
                "guzzlehttp/guzzle": "^7.4",
5191
                "guzzlehttp/psr7": "^2.2",
1 www 5192
                "mongodb/mongodb": "^1.8",
16 efrain 5193
                "php-amqplib/php-amqplib": "~2.4 || ^3",
3086 efrain 5194
                "phpspec/prophecy": "^1.15",
1 www 5195
                "phpstan/phpstan": "^0.12.91",
3086 efrain 5196
                "phpunit/phpunit": "^8.5.14",
5197
                "predis/predis": "^1.1 || ^2.0",
5198
                "rollbar/rollbar": "^1.3 || ^2 || ^3",
5199
                "ruflin/elastica": "^7",
5200
                "swiftmailer/swiftmailer": "^5.3|^6.0",
5201
                "symfony/mailer": "^5.4 || ^6",
5202
                "symfony/mime": "^5.4 || ^6"
1 www 5203
            },
5204
            "suggest": {
5205
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
5206
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
5207
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
5208
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
16 efrain 5209
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1 www 5210
                "ext-mbstring": "Allow to work properly with unicode symbols",
5211
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
16 efrain 5212
                "ext-openssl": "Required to send log messages using SSL",
5213
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1 www 5214
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5215
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
5216
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5217
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
5218
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
5219
            },
5220
            "type": "library",
5221
            "extra": {
5222
                "branch-alias": {
5223
                    "dev-main": "2.x-dev"
5224
                }
5225
            },
5226
            "autoload": {
5227
                "psr-4": {
5228
                    "Monolog\\": "src/Monolog"
5229
                }
5230
            },
5231
            "notification-url": "https://packagist.org/downloads/",
5232
            "license": [
5233
                "MIT"
5234
            ],
5235
            "authors": [
5236
                {
5237
                    "name": "Jordi Boggiano",
5238
                    "email": "j.boggiano@seld.be",
5239
                    "homepage": "https://seld.be"
5240
                }
5241
            ],
5242
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5243
            "homepage": "https://github.com/Seldaek/monolog",
5244
            "keywords": [
5245
                "log",
5246
                "logging",
5247
                "psr-3"
5248
            ],
5249
            "support": {
5250
                "issues": "https://github.com/Seldaek/monolog/issues",
5751 efrain 5251
                "source": "https://github.com/Seldaek/monolog/tree/2.9.1"
1 www 5252
            },
5253
            "funding": [
5254
                {
5255
                    "url": "https://github.com/Seldaek",
5256
                    "type": "github"
5257
                },
5258
                {
5259
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
5260
                    "type": "tidelift"
5261
                }
5262
            ],
5751 efrain 5263
            "time": "2023-02-06T13:44:46+00:00"
1 www 5264
        },
5265
        {
5266
            "name": "nikic/php-parser",
6803 efrain 5267
            "version": "v4.16.0",
1 www 5268
            "source": {
5269
                "type": "git",
5270
                "url": "https://github.com/nikic/PHP-Parser.git",
6803 efrain 5271
                "reference": "19526a33fb561ef417e822e85f08a00db4059c17"
1 www 5272
            },
5273
            "dist": {
5274
                "type": "zip",
6803 efrain 5275
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17",
5276
                "reference": "19526a33fb561ef417e822e85f08a00db4059c17",
1 www 5277
                "shasum": ""
5278
            },
5279
            "require": {
5280
                "ext-tokenizer": "*",
5281
                "php": ">=7.0"
5282
            },
5283
            "require-dev": {
5284
                "ircmaxell/php-yacc": "^0.0.7",
5285
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
5286
            },
5287
            "bin": [
5288
                "bin/php-parse"
5289
            ],
5290
            "type": "library",
5291
            "extra": {
5292
                "branch-alias": {
5293
                    "dev-master": "4.9-dev"
5294
                }
5295
            },
5296
            "autoload": {
5297
                "psr-4": {
5298
                    "PhpParser\\": "lib/PhpParser"
5299
                }
5300
            },
5301
            "notification-url": "https://packagist.org/downloads/",
5302
            "license": [
5303
                "BSD-3-Clause"
5304
            ],
5305
            "authors": [
5306
                {
5307
                    "name": "Nikita Popov"
5308
                }
5309
            ],
5310
            "description": "A PHP parser written in PHP",
5311
            "keywords": [
5312
                "parser",
5313
                "php"
5314
            ],
5315
            "support": {
5316
                "issues": "https://github.com/nikic/PHP-Parser/issues",
6803 efrain 5317
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0"
1 www 5318
            },
6803 efrain 5319
            "time": "2023-06-25T14:52:30+00:00"
1 www 5320
        },
5321
        {
5322
            "name": "paragonie/constant_time_encoding",
3086 efrain 5323
            "version": "v2.6.3",
1 www 5324
            "source": {
5325
                "type": "git",
5326
                "url": "https://github.com/paragonie/constant_time_encoding.git",
3086 efrain 5327
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
1 www 5328
            },
5329
            "dist": {
5330
                "type": "zip",
3086 efrain 5331
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
5332
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
1 www 5333
                "shasum": ""
5334
            },
5335
            "require": {
5336
                "php": "^7|^8"
5337
            },
5338
            "require-dev": {
5339
                "phpunit/phpunit": "^6|^7|^8|^9",
5340
                "vimeo/psalm": "^1|^2|^3|^4"
5341
            },
5342
            "type": "library",
5343
            "autoload": {
5344
                "psr-4": {
5345
                    "ParagonIE\\ConstantTime\\": "src/"
5346
                }
5347
            },
5348
            "notification-url": "https://packagist.org/downloads/",
5349
            "license": [
5350
                "MIT"
5351
            ],
5352
            "authors": [
5353
                {
5354
                    "name": "Paragon Initiative Enterprises",
5355
                    "email": "security@paragonie.com",
5356
                    "homepage": "https://paragonie.com",
5357
                    "role": "Maintainer"
5358
                },
5359
                {
5360
                    "name": "Steve 'Sc00bz' Thomas",
5361
                    "email": "steve@tobtu.com",
5362
                    "homepage": "https://www.tobtu.com",
5363
                    "role": "Original Developer"
5364
                }
5365
            ],
5366
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5367
            "keywords": [
5368
                "base16",
5369
                "base32",
5370
                "base32_decode",
5371
                "base32_encode",
5372
                "base64",
5373
                "base64_decode",
5374
                "base64_encode",
5375
                "bin2hex",
5376
                "encoding",
5377
                "hex",
5378
                "hex2bin",
5379
                "rfc4648"
5380
            ],
5381
            "support": {
5382
                "email": "info@paragonie.com",
5383
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
5384
                "source": "https://github.com/paragonie/constant_time_encoding"
5385
            },
3086 efrain 5386
            "time": "2022-06-14T06:56:20+00:00"
1 www 5387
        },
5388
        {
5389
            "name": "paragonie/random_compat",
5390
            "version": "v9.99.100",
5391
            "source": {
5392
                "type": "git",
5393
                "url": "https://github.com/paragonie/random_compat.git",
5394
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
5395
            },
5396
            "dist": {
5397
                "type": "zip",
5398
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
5399
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
5400
                "shasum": ""
5401
            },
5402
            "require": {
5403
                "php": ">= 7"
5404
            },
5405
            "require-dev": {
5406
                "phpunit/phpunit": "4.*|5.*",
5407
                "vimeo/psalm": "^1"
5408
            },
5409
            "suggest": {
5410
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5411
            },
5412
            "type": "library",
5413
            "notification-url": "https://packagist.org/downloads/",
5414
            "license": [
5415
                "MIT"
5416
            ],
5417
            "authors": [
5418
                {
5419
                    "name": "Paragon Initiative Enterprises",
5420
                    "email": "security@paragonie.com",
5421
                    "homepage": "https://paragonie.com"
5422
                }
5423
            ],
5424
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5425
            "keywords": [
5426
                "csprng",
5427
                "polyfill",
5428
                "pseudorandom",
5429
                "random"
5430
            ],
5431
            "support": {
5432
                "email": "info@paragonie.com",
5433
                "issues": "https://github.com/paragonie/random_compat/issues",
5434
                "source": "https://github.com/paragonie/random_compat"
5435
            },
5436
            "time": "2020-10-15T08:29:30+00:00"
5437
        },
5438
        {
5439
            "name": "paypal/paypal-checkout-sdk",
16 efrain 5440
            "version": "1.0.2",
1 www 5441
            "source": {
5442
                "type": "git",
5443
                "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
16 efrain 5444
                "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812"
1 www 5445
            },
5446
            "dist": {
5447
                "type": "zip",
16 efrain 5448
                "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
5449
                "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
1 www 5450
                "shasum": ""
5451
            },
5452
            "require": {
16 efrain 5453
                "paypal/paypalhttp": "1.0.1"
1 www 5454
            },
5455
            "require-dev": {
5456
                "phpunit/phpunit": "^5.7"
5457
            },
5458
            "type": "library",
5459
            "autoload": {
5460
                "psr-4": {
3086 efrain 5461
                    "Sample\\": "samples/",
5462
                    "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk"
1 www 5463
                }
5464
            },
5465
            "notification-url": "https://packagist.org/downloads/",
5466
            "license": [
5467
                "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
5468
            ],
5469
            "authors": [
5470
                {
5471
                    "name": "PayPal",
5472
                    "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
5473
                }
5474
            ],
5475
            "description": "PayPal's PHP SDK for Checkout REST APIs",
5476
            "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
5477
            "keywords": [
5478
                "checkout",
5479
                "orders",
5480
                "payments",
5481
                "paypal",
5482
                "rest",
5483
                "sdk"
5484
            ],
5485
            "support": {
16 efrain 5486
                "source": "https://github.com/paypal/Checkout-PHP-SDK/tree/1.0.2"
1 www 5487
            },
3086 efrain 5488
            "abandoned": true,
16 efrain 5489
            "time": "2021-09-21T20:57:38+00:00"
1 www 5490
        },
5491
        {
5492
            "name": "paypal/paypalhttp",
16 efrain 5493
            "version": "1.0.1",
1 www 5494
            "source": {
5495
                "type": "git",
5496
                "url": "https://github.com/paypal/paypalhttp_php.git",
16 efrain 5497
                "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25"
1 www 5498
            },
5499
            "dist": {
5500
                "type": "zip",
16 efrain 5501
                "url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/7b09c89c80828e842c79230e7f156b61fbb68d25",
5502
                "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25",
1 www 5503
                "shasum": ""
5504
            },
5505
            "require": {
5506
                "ext-curl": "*"
5507
            },
5508
            "require-dev": {
5509
                "phpunit/phpunit": "^5.7",
5510
                "wiremock-php/wiremock-php": "1.43.2"
5511
            },
5512
            "type": "library",
5513
            "autoload": {
5514
                "psr-4": {
5515
                    "PayPalHttp\\": "lib/PayPalHttp"
5516
                }
5517
            },
5518
            "notification-url": "https://packagist.org/downloads/",
5519
            "license": [
5520
                "MIT"
5521
            ],
5522
            "authors": [
5523
                {
5524
                    "name": "PayPal",
5525
                    "homepage": "https://github.com/paypal/paypalhttp_php/contributors"
5526
                }
5527
            ],
5528
            "support": {
5529
                "issues": "https://github.com/paypal/paypalhttp_php/issues",
16 efrain 5530
                "source": "https://github.com/paypal/paypalhttp_php/tree/1.0.1"
1 www 5531
            },
16 efrain 5532
            "time": "2021-09-14T21:35:26+00:00"
1 www 5533
        },
5534
        {
5535
            "name": "phpmailer/phpmailer",
5751 efrain 5536
            "version": "v6.8.0",
1 www 5537
            "source": {
5538
                "type": "git",
5539
                "url": "https://github.com/PHPMailer/PHPMailer.git",
5751 efrain 5540
                "reference": "df16b615e371d81fb79e506277faea67a1be18f1"
1 www 5541
            },
5542
            "dist": {
5543
                "type": "zip",
5751 efrain 5544
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/df16b615e371d81fb79e506277faea67a1be18f1",
5545
                "reference": "df16b615e371d81fb79e506277faea67a1be18f1",
1 www 5546
                "shasum": ""
5547
            },
5548
            "require": {
5549
                "ext-ctype": "*",
5550
                "ext-filter": "*",
5551
                "ext-hash": "*",
5552
                "php": ">=5.5.0"
5553
            },
5554
            "require-dev": {
4113 efrain 5555
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
5556
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
3086 efrain 5557
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
5558
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
1 www 5559
                "phpcompatibility/php-compatibility": "^9.3.5",
5560
                "roave/security-advisories": "dev-latest",
4113 efrain 5561
                "squizlabs/php_codesniffer": "^3.7.1",
5562
                "yoast/phpunit-polyfills": "^1.0.4"
1 www 5563
            },
5564
            "suggest": {
5565
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
4113 efrain 5566
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
5567
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
1 www 5568
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
5569
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
5570
                "psr/log": "For optional PSR-3 debug logging",
3086 efrain 5571
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
5572
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
1 www 5573
            },
5574
            "type": "library",
5575
            "autoload": {
5576
                "psr-4": {
5577
                    "PHPMailer\\PHPMailer\\": "src/"
5578
                }
5579
            },
5580
            "notification-url": "https://packagist.org/downloads/",
5581
            "license": [
5582
                "LGPL-2.1-only"
5583
            ],
5584
            "authors": [
5585
                {
5586
                    "name": "Marcus Bointon",
5587
                    "email": "phpmailer@synchromedia.co.uk"
5588
                },
5589
                {
5590
                    "name": "Jim Jagielski",
5591
                    "email": "jimjag@gmail.com"
5592
                },
5593
                {
5594
                    "name": "Andy Prevost",
5595
                    "email": "codeworxtech@users.sourceforge.net"
5596
                },
5597
                {
5598
                    "name": "Brent R. Matzelle"
5599
                }
5600
            ],
5601
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
5602
            "support": {
5603
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
5751 efrain 5604
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.0"
1 www 5605
            },
5606
            "funding": [
5607
                {
5608
                    "url": "https://github.com/Synchro",
5609
                    "type": "github"
5610
                }
5611
            ],
5751 efrain 5612
            "time": "2023-03-06T14:43:22+00:00"
1 www 5613
        },
5614
        {
5615
            "name": "phpoffice/phpspreadsheet",
6803 efrain 5616
            "version": "1.29.0",
1 www 5617
            "source": {
5618
                "type": "git",
5619
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
6803 efrain 5620
                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
1 www 5621
            },
5622
            "dist": {
5623
                "type": "zip",
6803 efrain 5624
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
5625
                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
1 www 5626
                "shasum": ""
5627
            },
5628
            "require": {
5629
                "ext-ctype": "*",
5630
                "ext-dom": "*",
5631
                "ext-fileinfo": "*",
5632
                "ext-gd": "*",
5633
                "ext-iconv": "*",
5634
                "ext-libxml": "*",
5635
                "ext-mbstring": "*",
5636
                "ext-simplexml": "*",
5637
                "ext-xml": "*",
5638
                "ext-xmlreader": "*",
5639
                "ext-xmlwriter": "*",
5640
                "ext-zip": "*",
5641
                "ext-zlib": "*",
3086 efrain 5642
                "ezyang/htmlpurifier": "^4.15",
6803 efrain 5643
                "maennchen/zipstream-php": "^2.1 || ^3.0",
16 efrain 5644
                "markbaker/complex": "^3.0",
5645
                "markbaker/matrix": "^3.0",
4113 efrain 5646
                "php": "^7.4 || ^8.0",
1 www 5647
                "psr/http-client": "^1.0",
5648
                "psr/http-factory": "^1.0",
3086 efrain 5649
                "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
1 www 5650
            },
5651
            "require-dev": {
5751 efrain 5652
                "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
3086 efrain 5653
                "dompdf/dompdf": "^1.0 || ^2.0",
16 efrain 5654
                "friendsofphp/php-cs-fixer": "^3.2",
6803 efrain 5655
                "mitoteam/jpgraph": "^10.3",
4113 efrain 5656
                "mpdf/mpdf": "^8.1.1",
1 www 5657
                "phpcompatibility/php-compatibility": "^9.3",
16 efrain 5658
                "phpstan/phpstan": "^1.1",
5659
                "phpstan/phpstan-phpunit": "^1.0",
6803 efrain 5660
                "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
3086 efrain 5661
                "squizlabs/php_codesniffer": "^3.7",
4113 efrain 5662
                "tecnickcom/tcpdf": "^6.5"
1 www 5663
            },
5664
            "suggest": {
3086 efrain 5665
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
5666
                "ext-intl": "PHP Internationalization Functions",
5667
                "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
1 www 5668
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
3086 efrain 5669
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
1 www 5670
            },
5671
            "type": "library",
5672
            "autoload": {
5673
                "psr-4": {
5674
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
5675
                }
5676
            },
5677
            "notification-url": "https://packagist.org/downloads/",
5678
            "license": [
5679
                "MIT"
5680
            ],
5681
            "authors": [
5682
                {
5683
                    "name": "Maarten Balliauw",
5684
                    "homepage": "https://blog.maartenballiauw.be"
5685
                },
5686
                {
5687
                    "name": "Mark Baker",
5688
                    "homepage": "https://markbakeruk.net"
5689
                },
5690
                {
5691
                    "name": "Franck Lefevre",
5692
                    "homepage": "https://rootslabs.net"
5693
                },
5694
                {
5695
                    "name": "Erik Tilt"
5696
                },
5697
                {
5698
                    "name": "Adrien Crivelli"
5699
                }
5700
            ],
5701
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
5702
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
5703
            "keywords": [
5704
                "OpenXML",
5705
                "excel",
5706
                "gnumeric",
5707
                "ods",
5708
                "php",
5709
                "spreadsheet",
5710
                "xls",
5711
                "xlsx"
5712
            ],
5713
            "support": {
5714
                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
6803 efrain 5715
                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
1 www 5716
            },
6803 efrain 5717
            "time": "2023-06-14T22:48:31+00:00"
1 www 5718
        },
5719
        {
5720
            "name": "phpseclib/phpseclib",
6803 efrain 5721
            "version": "3.0.21",
1 www 5722
            "source": {
5723
                "type": "git",
5724
                "url": "https://github.com/phpseclib/phpseclib.git",
6803 efrain 5725
                "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1"
1 www 5726
            },
5727
            "dist": {
5728
                "type": "zip",
6803 efrain 5729
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4580645d3fc05c189024eb3b834c6c1e4f0f30a1",
5730
                "reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1",
1 www 5731
                "shasum": ""
5732
            },
5733
            "require": {
5734
                "paragonie/constant_time_encoding": "^1|^2",
5735
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
5736
                "php": ">=5.6.1"
5737
            },
5738
            "require-dev": {
3086 efrain 5739
                "phpunit/phpunit": "*"
1 www 5740
            },
5741
            "suggest": {
3086 efrain 5742
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
1 www 5743
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
5744
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
5745
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
5746
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
5747
            },
5748
            "type": "library",
5749
            "autoload": {
5750
                "files": [
5751
                    "phpseclib/bootstrap.php"
5752
                ],
5753
                "psr-4": {
5754
                    "phpseclib3\\": "phpseclib/"
5755
                }
5756
            },
5757
            "notification-url": "https://packagist.org/downloads/",
5758
            "license": [
5759
                "MIT"
5760
            ],
5761
            "authors": [
5762
                {
5763
                    "name": "Jim Wigginton",
5764
                    "email": "terrafrost@php.net",
5765
                    "role": "Lead Developer"
5766
                },
5767
                {
5768
                    "name": "Patrick Monnerat",
5769
                    "email": "pm@datasphere.ch",
5770
                    "role": "Developer"
5771
                },
5772
                {
5773
                    "name": "Andreas Fischer",
5774
                    "email": "bantu@phpbb.com",
5775
                    "role": "Developer"
5776
                },
5777
                {
5778
                    "name": "Hans-Jürgen Petrich",
5779
                    "email": "petrich@tronic-media.com",
5780
                    "role": "Developer"
5781
                },
5782
                {
5783
                    "name": "Graham Campbell",
5784
                    "email": "graham@alt-three.com",
5785
                    "role": "Developer"
5786
                }
5787
            ],
5788
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
5789
            "homepage": "http://phpseclib.sourceforge.net",
5790
            "keywords": [
5791
                "BigInteger",
5792
                "aes",
5793
                "asn.1",
5794
                "asn1",
5795
                "blowfish",
5796
                "crypto",
5797
                "cryptography",
5798
                "encryption",
5799
                "rsa",
5800
                "security",
5801
                "sftp",
5802
                "signature",
5803
                "signing",
5804
                "ssh",
5805
                "twofish",
5806
                "x.509",
5807
                "x509"
5808
            ],
5809
            "support": {
5810
                "issues": "https://github.com/phpseclib/phpseclib/issues",
6803 efrain 5811
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.21"
1 www 5812
            },
5813
            "funding": [
5814
                {
5815
                    "url": "https://github.com/terrafrost",
5816
                    "type": "github"
5817
                },
5818
                {
5819
                    "url": "https://www.patreon.com/phpseclib",
5820
                    "type": "patreon"
5821
                },
5822
                {
5823
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
5824
                    "type": "tidelift"
5825
                }
5826
            ],
6803 efrain 5827
            "time": "2023-07-09T15:24:48+00:00"
1 www 5828
        },
5829
        {
5830
            "name": "psr/cache",
6803 efrain 5831
            "version": "3.0.0",
1 www 5832
            "source": {
5833
                "type": "git",
5834
                "url": "https://github.com/php-fig/cache.git",
6803 efrain 5835
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
1 www 5836
            },
5837
            "dist": {
5838
                "type": "zip",
6803 efrain 5839
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
5840
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1 www 5841
                "shasum": ""
5842
            },
5843
            "require": {
6803 efrain 5844
                "php": ">=8.0.0"
1 www 5845
            },
5846
            "type": "library",
5847
            "extra": {
5848
                "branch-alias": {
5849
                    "dev-master": "1.0.x-dev"
5850
                }
5851
            },
5852
            "autoload": {
5853
                "psr-4": {
5854
                    "Psr\\Cache\\": "src/"
5855
                }
5856
            },
5857
            "notification-url": "https://packagist.org/downloads/",
5858
            "license": [
5859
                "MIT"
5860
            ],
5861
            "authors": [
5862
                {
5863
                    "name": "PHP-FIG",
6803 efrain 5864
                    "homepage": "https://www.php-fig.org/"
1 www 5865
                }
5866
            ],
5867
            "description": "Common interface for caching libraries",
5868
            "keywords": [
5869
                "cache",
5870
                "psr",
5871
                "psr-6"
5872
            ],
5873
            "support": {
6803 efrain 5874
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
1 www 5875
            },
6803 efrain 5876
            "time": "2021-02-03T23:26:27+00:00"
1 www 5877
        },
5878
        {
5879
            "name": "psr/container",
16 efrain 5880
            "version": "1.1.2",
1 www 5881
            "source": {
5882
                "type": "git",
5883
                "url": "https://github.com/php-fig/container.git",
16 efrain 5884
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
1 www 5885
            },
5886
            "dist": {
5887
                "type": "zip",
16 efrain 5888
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
5889
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
1 www 5890
                "shasum": ""
5891
            },
5892
            "require": {
16 efrain 5893
                "php": ">=7.4.0"
1 www 5894
            },
5895
            "type": "library",
5896
            "autoload": {
5897
                "psr-4": {
5898
                    "Psr\\Container\\": "src/"
5899
                }
5900
            },
5901
            "notification-url": "https://packagist.org/downloads/",
5902
            "license": [
5903
                "MIT"
5904
            ],
5905
            "authors": [
5906
                {
5907
                    "name": "PHP-FIG",
5908
                    "homepage": "https://www.php-fig.org/"
5909
                }
5910
            ],
5911
            "description": "Common Container Interface (PHP FIG PSR-11)",
5912
            "homepage": "https://github.com/php-fig/container",
5913
            "keywords": [
5914
                "PSR-11",
5915
                "container",
5916
                "container-interface",
5917
                "container-interop",
5918
                "psr"
5919
            ],
5920
            "support": {
5921
                "issues": "https://github.com/php-fig/container/issues",
16 efrain 5922
                "source": "https://github.com/php-fig/container/tree/1.1.2"
1 www 5923
            },
16 efrain 5924
            "time": "2021-11-05T16:50:12+00:00"
1 www 5925
        },
5926
        {
5927
            "name": "psr/event-dispatcher",
5928
            "version": "1.0.0",
5929
            "source": {
5930
                "type": "git",
5931
                "url": "https://github.com/php-fig/event-dispatcher.git",
5932
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
5933
            },
5934
            "dist": {
5935
                "type": "zip",
5936
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
5937
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
5938
                "shasum": ""
5939
            },
5940
            "require": {
5941
                "php": ">=7.2.0"
5942
            },
5943
            "type": "library",
5944
            "extra": {
5945
                "branch-alias": {
5946
                    "dev-master": "1.0.x-dev"
5947
                }
5948
            },
5949
            "autoload": {
5950
                "psr-4": {
5951
                    "Psr\\EventDispatcher\\": "src/"
5952
                }
5953
            },
5954
            "notification-url": "https://packagist.org/downloads/",
5955
            "license": [
5956
                "MIT"
5957
            ],
5958
            "authors": [
5959
                {
5960
                    "name": "PHP-FIG",
5961
                    "homepage": "http://www.php-fig.org/"
5962
                }
5963
            ],
5964
            "description": "Standard interfaces for event handling.",
5965
            "keywords": [
5966
                "events",
5967
                "psr",
5968
                "psr-14"
5969
            ],
5970
            "support": {
5971
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
5972
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
5973
            },
5974
            "time": "2019-01-08T18:20:26+00:00"
5975
        },
5976
        {
5977
            "name": "psr/http-client",
5751 efrain 5978
            "version": "1.0.2",
1 www 5979
            "source": {
5980
                "type": "git",
5981
                "url": "https://github.com/php-fig/http-client.git",
5751 efrain 5982
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
1 www 5983
            },
5984
            "dist": {
5985
                "type": "zip",
5751 efrain 5986
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
5987
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
1 www 5988
                "shasum": ""
5989
            },
5990
            "require": {
5991
                "php": "^7.0 || ^8.0",
5751 efrain 5992
                "psr/http-message": "^1.0 || ^2.0"
1 www 5993
            },
5994
            "type": "library",
5995
            "extra": {
5996
                "branch-alias": {
5997
                    "dev-master": "1.0.x-dev"
5998
                }
5999
            },
6000
            "autoload": {
6001
                "psr-4": {
6002
                    "Psr\\Http\\Client\\": "src/"
6003
                }
6004
            },
6005
            "notification-url": "https://packagist.org/downloads/",
6006
            "license": [
6007
                "MIT"
6008
            ],
6009
            "authors": [
6010
                {
6011
                    "name": "PHP-FIG",
5751 efrain 6012
                    "homepage": "https://www.php-fig.org/"
1 www 6013
                }
6014
            ],
6015
            "description": "Common interface for HTTP clients",
6016
            "homepage": "https://github.com/php-fig/http-client",
6017
            "keywords": [
6018
                "http",
6019
                "http-client",
6020
                "psr",
6021
                "psr-18"
6022
            ],
6023
            "support": {
5751 efrain 6024
                "source": "https://github.com/php-fig/http-client/tree/1.0.2"
1 www 6025
            },
5751 efrain 6026
            "time": "2023-04-10T20:12:12+00:00"
1 www 6027
        },
6028
        {
6029
            "name": "psr/http-factory",
5751 efrain 6030
            "version": "1.0.2",
1 www 6031
            "source": {
6032
                "type": "git",
6033
                "url": "https://github.com/php-fig/http-factory.git",
5751 efrain 6034
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
1 www 6035
            },
6036
            "dist": {
6037
                "type": "zip",
5751 efrain 6038
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
6039
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
1 www 6040
                "shasum": ""
6041
            },
6042
            "require": {
6043
                "php": ">=7.0.0",
5751 efrain 6044
                "psr/http-message": "^1.0 || ^2.0"
1 www 6045
            },
6046
            "type": "library",
6047
            "extra": {
6048
                "branch-alias": {
6049
                    "dev-master": "1.0.x-dev"
6050
                }
6051
            },
6052
            "autoload": {
6053
                "psr-4": {
6054
                    "Psr\\Http\\Message\\": "src/"
6055
                }
6056
            },
6057
            "notification-url": "https://packagist.org/downloads/",
6058
            "license": [
6059
                "MIT"
6060
            ],
6061
            "authors": [
6062
                {
6063
                    "name": "PHP-FIG",
5751 efrain 6064
                    "homepage": "https://www.php-fig.org/"
1 www 6065
                }
6066
            ],
6067
            "description": "Common interfaces for PSR-7 HTTP message factories",
6068
            "keywords": [
6069
                "factory",
6070
                "http",
6071
                "message",
6072
                "psr",
6073
                "psr-17",
6074
                "psr-7",
6075
                "request",
6076
                "response"
6077
            ],
6078
            "support": {
5751 efrain 6079
                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
1 www 6080
            },
5751 efrain 6081
            "time": "2023-04-10T20:10:41+00:00"
1 www 6082
        },
6083
        {
6084
            "name": "psr/http-message",
6803 efrain 6085
            "version": "2.0",
1 www 6086
            "source": {
6087
                "type": "git",
6088
                "url": "https://github.com/php-fig/http-message.git",
6803 efrain 6089
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
1 www 6090
            },
6091
            "dist": {
6092
                "type": "zip",
6803 efrain 6093
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
6094
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
1 www 6095
                "shasum": ""
6096
            },
6097
            "require": {
5751 efrain 6098
                "php": "^7.2 || ^8.0"
1 www 6099
            },
6100
            "type": "library",
6101
            "extra": {
6102
                "branch-alias": {
6803 efrain 6103
                    "dev-master": "2.0.x-dev"
1 www 6104
                }
6105
            },
6106
            "autoload": {
6107
                "psr-4": {
6108
                    "Psr\\Http\\Message\\": "src/"
6109
                }
6110
            },
6111
            "notification-url": "https://packagist.org/downloads/",
6112
            "license": [
6113
                "MIT"
6114
            ],
6115
            "authors": [
6116
                {
6117
                    "name": "PHP-FIG",
6803 efrain 6118
                    "homepage": "https://www.php-fig.org/"
1 www 6119
                }
6120
            ],
6121
            "description": "Common interface for HTTP messages",
6122
            "homepage": "https://github.com/php-fig/http-message",
6123
            "keywords": [
6124
                "http",
6125
                "http-message",
6126
                "psr",
6127
                "psr-7",
6128
                "request",
6129
                "response"
6130
            ],
6131
            "support": {
6803 efrain 6132
                "source": "https://github.com/php-fig/http-message/tree/2.0"
1 www 6133
            },
6803 efrain 6134
            "time": "2023-04-04T09:54:51+00:00"
1 www 6135
        },
6136
        {
6803 efrain 6137
            "name": "psr/http-server-handler",
6138
            "version": "1.0.2",
6139
            "source": {
6140
                "type": "git",
6141
                "url": "https://github.com/php-fig/http-server-handler.git",
6142
                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
6143
            },
6144
            "dist": {
6145
                "type": "zip",
6146
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
6147
                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
6148
                "shasum": ""
6149
            },
6150
            "require": {
6151
                "php": ">=7.0",
6152
                "psr/http-message": "^1.0 || ^2.0"
6153
            },
6154
            "type": "library",
6155
            "extra": {
6156
                "branch-alias": {
6157
                    "dev-master": "1.0.x-dev"
6158
                }
6159
            },
6160
            "autoload": {
6161
                "psr-4": {
6162
                    "Psr\\Http\\Server\\": "src/"
6163
                }
6164
            },
6165
            "notification-url": "https://packagist.org/downloads/",
6166
            "license": [
6167
                "MIT"
6168
            ],
6169
            "authors": [
6170
                {
6171
                    "name": "PHP-FIG",
6172
                    "homepage": "https://www.php-fig.org/"
6173
                }
6174
            ],
6175
            "description": "Common interface for HTTP server-side request handler",
6176
            "keywords": [
6177
                "handler",
6178
                "http",
6179
                "http-interop",
6180
                "psr",
6181
                "psr-15",
6182
                "psr-7",
6183
                "request",
6184
                "response",
6185
                "server"
6186
            ],
6187
            "support": {
6188
                "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
6189
            },
6190
            "time": "2023-04-10T20:06:20+00:00"
6191
        },
6192
        {
6193
            "name": "psr/http-server-middleware",
6194
            "version": "1.0.2",
6195
            "source": {
6196
                "type": "git",
6197
                "url": "https://github.com/php-fig/http-server-middleware.git",
6198
                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
6199
            },
6200
            "dist": {
6201
                "type": "zip",
6202
                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
6203
                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
6204
                "shasum": ""
6205
            },
6206
            "require": {
6207
                "php": ">=7.0",
6208
                "psr/http-message": "^1.0 || ^2.0",
6209
                "psr/http-server-handler": "^1.0"
6210
            },
6211
            "type": "library",
6212
            "extra": {
6213
                "branch-alias": {
6214
                    "dev-master": "1.0.x-dev"
6215
                }
6216
            },
6217
            "autoload": {
6218
                "psr-4": {
6219
                    "Psr\\Http\\Server\\": "src/"
6220
                }
6221
            },
6222
            "notification-url": "https://packagist.org/downloads/",
6223
            "license": [
6224
                "MIT"
6225
            ],
6226
            "authors": [
6227
                {
6228
                    "name": "PHP-FIG",
6229
                    "homepage": "https://www.php-fig.org/"
6230
                }
6231
            ],
6232
            "description": "Common interface for HTTP server-side middleware",
6233
            "keywords": [
6234
                "http",
6235
                "http-interop",
6236
                "middleware",
6237
                "psr",
6238
                "psr-15",
6239
                "psr-7",
6240
                "request",
6241
                "response"
6242
            ],
6243
            "support": {
6244
                "issues": "https://github.com/php-fig/http-server-middleware/issues",
6245
                "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
6246
            },
6247
            "time": "2023-04-11T06:14:47+00:00"
6248
        },
6249
        {
1 www 6250
            "name": "psr/log",
6251
            "version": "1.1.4",
6252
            "source": {
6253
                "type": "git",
6254
                "url": "https://github.com/php-fig/log.git",
6255
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
6256
            },
6257
            "dist": {
6258
                "type": "zip",
6259
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
6260
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
6261
                "shasum": ""
6262
            },
6263
            "require": {
6264
                "php": ">=5.3.0"
6265
            },
6266
            "type": "library",
6267
            "extra": {
6268
                "branch-alias": {
6269
                    "dev-master": "1.1.x-dev"
6270
                }
6271
            },
6272
            "autoload": {
6273
                "psr-4": {
6274
                    "Psr\\Log\\": "Psr/Log/"
6275
                }
6276
            },
6277
            "notification-url": "https://packagist.org/downloads/",
6278
            "license": [
6279
                "MIT"
6280
            ],
6281
            "authors": [
6282
                {
6283
                    "name": "PHP-FIG",
6284
                    "homepage": "https://www.php-fig.org/"
6285
                }
6286
            ],
6287
            "description": "Common interface for logging libraries",
6288
            "homepage": "https://github.com/php-fig/log",
6289
            "keywords": [
6290
                "log",
6291
                "psr",
6292
                "psr-3"
6293
            ],
6294
            "support": {
6295
                "source": "https://github.com/php-fig/log/tree/1.1.4"
6296
            },
6297
            "time": "2021-05-03T11:20:27+00:00"
6298
        },
6299
        {
6300
            "name": "psr/simple-cache",
6803 efrain 6301
            "version": "3.0.0",
1 www 6302
            "source": {
6303
                "type": "git",
6304
                "url": "https://github.com/php-fig/simple-cache.git",
6803 efrain 6305
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
1 www 6306
            },
6307
            "dist": {
6308
                "type": "zip",
6803 efrain 6309
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
6310
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
1 www 6311
                "shasum": ""
6312
            },
6313
            "require": {
6803 efrain 6314
                "php": ">=8.0.0"
1 www 6315
            },
6316
            "type": "library",
6317
            "extra": {
6318
                "branch-alias": {
6803 efrain 6319
                    "dev-master": "3.0.x-dev"
1 www 6320
                }
6321
            },
6322
            "autoload": {
6323
                "psr-4": {
6324
                    "Psr\\SimpleCache\\": "src/"
6325
                }
6326
            },
6327
            "notification-url": "https://packagist.org/downloads/",
6328
            "license": [
6329
                "MIT"
6330
            ],
6331
            "authors": [
6332
                {
6333
                    "name": "PHP-FIG",
6803 efrain 6334
                    "homepage": "https://www.php-fig.org/"
1 www 6335
                }
6336
            ],
6337
            "description": "Common interfaces for simple caching",
6338
            "keywords": [
6339
                "cache",
6340
                "caching",
6341
                "psr",
6342
                "psr-16",
6343
                "simple-cache"
6344
            ],
6345
            "support": {
6803 efrain 6346
                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
1 www 6347
            },
6803 efrain 6348
            "time": "2021-10-29T13:26:27+00:00"
1 www 6349
        },
6350
        {
6351
            "name": "ralouphie/getallheaders",
6352
            "version": "3.0.3",
6353
            "source": {
6354
                "type": "git",
6355
                "url": "https://github.com/ralouphie/getallheaders.git",
6356
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
6357
            },
6358
            "dist": {
6359
                "type": "zip",
6360
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
6361
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
6362
                "shasum": ""
6363
            },
6364
            "require": {
6365
                "php": ">=5.6"
6366
            },
6367
            "require-dev": {
6368
                "php-coveralls/php-coveralls": "^2.1",
6369
                "phpunit/phpunit": "^5 || ^6.5"
6370
            },
6371
            "type": "library",
6372
            "autoload": {
6373
                "files": [
6374
                    "src/getallheaders.php"
6375
                ]
6376
            },
6377
            "notification-url": "https://packagist.org/downloads/",
6378
            "license": [
6379
                "MIT"
6380
            ],
6381
            "authors": [
6382
                {
6383
                    "name": "Ralph Khattar",
6384
                    "email": "ralph.khattar@gmail.com"
6385
                }
6386
            ],
6387
            "description": "A polyfill for getallheaders.",
6388
            "support": {
6389
                "issues": "https://github.com/ralouphie/getallheaders/issues",
6390
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
6391
            },
6392
            "time": "2019-03-08T08:55:37+00:00"
6393
        },
6394
        {
6395
            "name": "rncryptor/rncryptor",
6396
            "version": "4.3.0",
6397
            "source": {
6398
                "type": "git",
6399
                "url": "https://github.com/RNCryptor/RNCryptor-php.git",
6400
                "reference": "6155afba39f053a50b9bd0bcd2f3062731821302"
6401
            },
6402
            "dist": {
6403
                "type": "zip",
6404
                "url": "https://api.github.com/repos/RNCryptor/RNCryptor-php/zipball/6155afba39f053a50b9bd0bcd2f3062731821302",
6405
                "reference": "6155afba39f053a50b9bd0bcd2f3062731821302",
6406
                "shasum": ""
6407
            },
6408
            "require": {
6409
                "ext-openssl": "*",
6410
                "php": ">=7.0"
6411
            },
6412
            "require-dev": {
6413
                "phpunit/phpunit": "~6.0",
6414
                "rncryptor/spec": "~4.0",
6415
                "squizlabs/php_codesniffer": "^2.8"
6416
            },
6417
            "type": "library",
6418
            "autoload": {
6419
                "psr-4": {
6420
                    "RNCryptor\\": "src/"
6421
                }
6422
            },
6423
            "notification-url": "https://packagist.org/downloads/",
6424
            "license": [
6425
                "MIT"
6426
            ],
6427
            "authors": [
6428
                {
6429
                    "name": "Rob Napier",
6430
                    "email": "robnapier@gmail.com"
6431
                },
6432
                {
6433
                    "name": "Guysung Kim",
6434
                    "email": "guysung.kim@gmail.com"
6435
                },
6436
                {
6437
                    "name": "Curtis Farnham",
6438
                    "email": "curtisfarnham@gmail.com"
6439
                }
6440
            ],
6441
            "description": "PHP implementation of RNCryptor",
6442
            "homepage": "http://rncryptor.github.io",
6443
            "keywords": [
6444
                "crypto",
6445
                "encryption",
6446
                "rncryptor"
6447
            ],
6448
            "support": {
6449
                "issues": "https://github.com/RNCryptor/RNCryptor-php/issues",
6450
                "source": "https://github.com/RNCryptor/RNCryptor-php/tree/master"
6451
            },
6452
            "time": "2020-02-20T18:23:55+00:00"
6453
        },
6454
        {
6803 efrain 6455
            "name": "symfony/console",
6456
            "version": "v6.3.0",
1 www 6457
            "source": {
6458
                "type": "git",
6803 efrain 6459
                "url": "https://github.com/symfony/console.git",
6460
                "reference": "8788808b07cf0bdd6e4b7fdd23d8ddb1470c83b7"
1 www 6461
            },
6462
            "dist": {
6463
                "type": "zip",
6803 efrain 6464
                "url": "https://api.github.com/repos/symfony/console/zipball/8788808b07cf0bdd6e4b7fdd23d8ddb1470c83b7",
6465
                "reference": "8788808b07cf0bdd6e4b7fdd23d8ddb1470c83b7",
1 www 6466
                "shasum": ""
6467
            },
6468
            "require": {
6803 efrain 6469
                "php": ">=8.1",
6470
                "symfony/deprecation-contracts": "^2.5|^3",
6471
                "symfony/polyfill-mbstring": "~1.0",
6472
                "symfony/service-contracts": "^2.5|^3",
6473
                "symfony/string": "^5.4|^6.0"
1 www 6474
            },
6803 efrain 6475
            "conflict": {
6476
                "symfony/dependency-injection": "<5.4",
6477
                "symfony/dotenv": "<5.4",
6478
                "symfony/event-dispatcher": "<5.4",
6479
                "symfony/lock": "<5.4",
6480
                "symfony/process": "<5.4"
6481
            },
6482
            "provide": {
6483
                "psr/log-implementation": "1.0|2.0|3.0"
6484
            },
1 www 6485
            "require-dev": {
6803 efrain 6486
                "psr/log": "^1|^2|^3",
6487
                "symfony/config": "^5.4|^6.0",
6488
                "symfony/dependency-injection": "^5.4|^6.0",
6489
                "symfony/event-dispatcher": "^5.4|^6.0",
6490
                "symfony/lock": "^5.4|^6.0",
6491
                "symfony/process": "^5.4|^6.0",
6492
                "symfony/var-dumper": "^5.4|^6.0"
1 www 6493
            },
6494
            "type": "library",
6495
            "autoload": {
6803 efrain 6496
                "psr-4": {
6497
                    "Symfony\\Component\\Console\\": ""
6498
                },
6499
                "exclude-from-classmap": [
6500
                    "/Tests/"
1 www 6501
                ]
6502
            },
6503
            "notification-url": "https://packagist.org/downloads/",
6504
            "license": [
6803 efrain 6505
                "MIT"
1 www 6506
            ],
6507
            "authors": [
6508
                {
6803 efrain 6509
                    "name": "Fabien Potencier",
6510
                    "email": "fabien@symfony.com"
6511
                },
6512
                {
6513
                    "name": "Symfony Community",
6514
                    "homepage": "https://symfony.com/contributors"
1 www 6515
                }
6516
            ],
6803 efrain 6517
            "description": "Eases the creation of beautiful and testable command line interfaces",
6518
            "homepage": "https://symfony.com",
6519
            "keywords": [
6520
                "cli",
6521
                "command-line",
6522
                "console",
6523
                "terminal"
6524
            ],
1 www 6525
            "support": {
6803 efrain 6526
                "source": "https://github.com/symfony/console/tree/v6.3.0"
1 www 6527
            },
6528
            "funding": [
6529
                {
6803 efrain 6530
                    "url": "https://symfony.com/sponsor",
6531
                    "type": "custom"
6532
                },
6533
                {
6534
                    "url": "https://github.com/fabpot",
1 www 6535
                    "type": "github"
6803 efrain 6536
                },
6537
                {
6538
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6539
                    "type": "tidelift"
1 www 6540
                }
6541
            ],
6803 efrain 6542
            "time": "2023-05-29T12:49:39+00:00"
1 www 6543
        },
6544
        {
6803 efrain 6545
            "name": "symfony/deprecation-contracts",
6546
            "version": "v3.3.0",
1 www 6547
            "source": {
6548
                "type": "git",
6803 efrain 6549
                "url": "https://github.com/symfony/deprecation-contracts.git",
6550
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
1 www 6551
            },
6552
            "dist": {
6553
                "type": "zip",
6803 efrain 6554
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
6555
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
1 www 6556
                "shasum": ""
6557
            },
6558
            "require": {
6803 efrain 6559
                "php": ">=8.1"
1 www 6560
            },
6561
            "type": "library",
6562
            "extra": {
6563
                "branch-alias": {
6803 efrain 6564
                    "dev-main": "3.4-dev"
6565
                },
6566
                "thanks": {
6567
                    "name": "symfony/contracts",
6568
                    "url": "https://github.com/symfony/contracts"
1 www 6569
                }
6570
            },
6571
            "autoload": {
6803 efrain 6572
                "files": [
6573
                    "function.php"
1 www 6574
                ]
6575
            },
6576
            "notification-url": "https://packagist.org/downloads/",
6577
            "license": [
6803 efrain 6578
                "MIT"
1 www 6579
            ],
6580
            "authors": [
6581
                {
6803 efrain 6582
                    "name": "Nicolas Grekas",
6583
                    "email": "p@tchwork.com"
6584
                },
6585
                {
6586
                    "name": "Symfony Community",
6587
                    "homepage": "https://symfony.com/contributors"
1 www 6588
                }
6589
            ],
6803 efrain 6590
            "description": "A generic function and convention to trigger deprecation notices",
6591
            "homepage": "https://symfony.com",
1 www 6592
            "support": {
6803 efrain 6593
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
1 www 6594
            },
6595
            "funding": [
6596
                {
6803 efrain 6597
                    "url": "https://symfony.com/sponsor",
6598
                    "type": "custom"
6599
                },
6600
                {
6601
                    "url": "https://github.com/fabpot",
1 www 6602
                    "type": "github"
6803 efrain 6603
                },
6604
                {
6605
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6606
                    "type": "tidelift"
1 www 6607
                }
6608
            ],
6803 efrain 6609
            "time": "2023-05-23T14:45:45+00:00"
1 www 6610
        },
6611
        {
6803 efrain 6612
            "name": "symfony/event-dispatcher",
6613
            "version": "v6.3.0",
1 www 6614
            "source": {
6615
                "type": "git",
6803 efrain 6616
                "url": "https://github.com/symfony/event-dispatcher.git",
6617
                "reference": "3af8ac1a3f98f6dbc55e10ae59c9e44bfc38dfaa"
1 www 6618
            },
6619
            "dist": {
6620
                "type": "zip",
6803 efrain 6621
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3af8ac1a3f98f6dbc55e10ae59c9e44bfc38dfaa",
6622
                "reference": "3af8ac1a3f98f6dbc55e10ae59c9e44bfc38dfaa",
1 www 6623
                "shasum": ""
6624
            },
6625
            "require": {
6803 efrain 6626
                "php": ">=8.1",
6627
                "symfony/event-dispatcher-contracts": "^2.5|^3"
1 www 6628
            },
6803 efrain 6629
            "conflict": {
6630
                "symfony/dependency-injection": "<5.4",
6631
                "symfony/service-contracts": "<2.5"
6632
            },
6633
            "provide": {
6634
                "psr/event-dispatcher-implementation": "1.0",
6635
                "symfony/event-dispatcher-implementation": "2.0|3.0"
6636
            },
1 www 6637
            "require-dev": {
6803 efrain 6638
                "psr/log": "^1|^2|^3",
6639
                "symfony/config": "^5.4|^6.0",
6640
                "symfony/dependency-injection": "^5.4|^6.0",
6641
                "symfony/error-handler": "^5.4|^6.0",
6642
                "symfony/expression-language": "^5.4|^6.0",
6643
                "symfony/http-foundation": "^5.4|^6.0",
6644
                "symfony/service-contracts": "^2.5|^3",
6645
                "symfony/stopwatch": "^5.4|^6.0"
1 www 6646
            },
6647
            "type": "library",
6648
            "autoload": {
6803 efrain 6649
                "psr-4": {
6650
                    "Symfony\\Component\\EventDispatcher\\": ""
6651
                },
6652
                "exclude-from-classmap": [
6653
                    "/Tests/"
1 www 6654
                ]
6655
            },
6656
            "notification-url": "https://packagist.org/downloads/",
6657
            "license": [
6803 efrain 6658
                "MIT"
1 www 6659
            ],
6660
            "authors": [
6661
                {
6803 efrain 6662
                    "name": "Fabien Potencier",
6663
                    "email": "fabien@symfony.com"
6664
                },
6665
                {
6666
                    "name": "Symfony Community",
6667
                    "homepage": "https://symfony.com/contributors"
1 www 6668
                }
6669
            ],
6803 efrain 6670
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
6671
            "homepage": "https://symfony.com",
1 www 6672
            "support": {
6803 efrain 6673
                "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.0"
1 www 6674
            },
6675
            "funding": [
6676
                {
6803 efrain 6677
                    "url": "https://symfony.com/sponsor",
6678
                    "type": "custom"
6679
                },
6680
                {
6681
                    "url": "https://github.com/fabpot",
1 www 6682
                    "type": "github"
6803 efrain 6683
                },
6684
                {
6685
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6686
                    "type": "tidelift"
1 www 6687
                }
6688
            ],
6803 efrain 6689
            "time": "2023-04-21T14:41:17+00:00"
1 www 6690
        },
6691
        {
6803 efrain 6692
            "name": "symfony/event-dispatcher-contracts",
6693
            "version": "v3.3.0",
1 www 6694
            "source": {
6695
                "type": "git",
6803 efrain 6696
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
6697
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
1 www 6698
            },
6699
            "dist": {
6700
                "type": "zip",
6803 efrain 6701
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
6702
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
1 www 6703
                "shasum": ""
6704
            },
6705
            "require": {
6803 efrain 6706
                "php": ">=8.1",
6707
                "psr/event-dispatcher": "^1"
1 www 6708
            },
6709
            "type": "library",
6710
            "extra": {
6711
                "branch-alias": {
6803 efrain 6712
                    "dev-main": "3.4-dev"
6713
                },
6714
                "thanks": {
6715
                    "name": "symfony/contracts",
6716
                    "url": "https://github.com/symfony/contracts"
1 www 6717
                }
6718
            },
6719
            "autoload": {
6803 efrain 6720
                "psr-4": {
6721
                    "Symfony\\Contracts\\EventDispatcher\\": ""
6722
                }
1 www 6723
            },
6724
            "notification-url": "https://packagist.org/downloads/",
6725
            "license": [
6803 efrain 6726
                "MIT"
1 www 6727
            ],
6728
            "authors": [
6729
                {
6803 efrain 6730
                    "name": "Nicolas Grekas",
6731
                    "email": "p@tchwork.com"
1 www 6732
                },
6733
                {
6803 efrain 6734
                    "name": "Symfony Community",
6735
                    "homepage": "https://symfony.com/contributors"
6736
                }
6737
            ],
6738
            "description": "Generic abstractions related to dispatching event",
6739
            "homepage": "https://symfony.com",
6740
            "keywords": [
6741
                "abstractions",
6742
                "contracts",
6743
                "decoupling",
6744
                "interfaces",
6745
                "interoperability",
6746
                "standards"
6747
            ],
6748
            "support": {
6749
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
6750
            },
6751
            "funding": [
6752
                {
6753
                    "url": "https://symfony.com/sponsor",
6754
                    "type": "custom"
1 www 6755
                },
6756
                {
6803 efrain 6757
                    "url": "https://github.com/fabpot",
6758
                    "type": "github"
1 www 6759
                },
6760
                {
6803 efrain 6761
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6762
                    "type": "tidelift"
1 www 6763
                }
6764
            ],
6803 efrain 6765
            "time": "2023-05-23T14:45:45+00:00"
6766
        },
6767
        {
6768
            "name": "symfony/polyfill-ctype",
6769
            "version": "v1.27.0",
6770
            "source": {
6771
                "type": "git",
6772
                "url": "https://github.com/symfony/polyfill-ctype.git",
6773
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
6774
            },
6775
            "dist": {
6776
                "type": "zip",
6777
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
6778
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
6779
                "shasum": ""
6780
            },
6781
            "require": {
6782
                "php": ">=7.1"
6783
            },
6784
            "provide": {
6785
                "ext-ctype": "*"
6786
            },
6787
            "suggest": {
6788
                "ext-ctype": "For best performance"
6789
            },
6790
            "type": "library",
6791
            "extra": {
6792
                "branch-alias": {
6793
                    "dev-main": "1.27-dev"
6794
                },
6795
                "thanks": {
6796
                    "name": "symfony/polyfill",
6797
                    "url": "https://github.com/symfony/polyfill"
6798
                }
6799
            },
6800
            "autoload": {
6801
                "files": [
6802
                    "bootstrap.php"
6803
                ],
6804
                "psr-4": {
6805
                    "Symfony\\Polyfill\\Ctype\\": ""
6806
                }
6807
            },
6808
            "notification-url": "https://packagist.org/downloads/",
6809
            "license": [
6810
                "MIT"
6811
            ],
6812
            "authors": [
6813
                {
6814
                    "name": "Gert de Pagter",
6815
                    "email": "BackEndTea@gmail.com"
6816
                },
6817
                {
6818
                    "name": "Symfony Community",
6819
                    "homepage": "https://symfony.com/contributors"
6820
                }
6821
            ],
6822
            "description": "Symfony polyfill for ctype functions",
6823
            "homepage": "https://symfony.com",
1 www 6824
            "keywords": [
6803 efrain 6825
                "compatibility",
6826
                "ctype",
6827
                "polyfill",
6828
                "portable"
1 www 6829
            ],
6830
            "support": {
6803 efrain 6831
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
1 www 6832
            },
6833
            "funding": [
6834
                {
6803 efrain 6835
                    "url": "https://symfony.com/sponsor",
6836
                    "type": "custom"
6837
                },
6838
                {
6839
                    "url": "https://github.com/fabpot",
1 www 6840
                    "type": "github"
6803 efrain 6841
                },
6842
                {
6843
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6844
                    "type": "tidelift"
1 www 6845
                }
6846
            ],
6803 efrain 6847
            "time": "2022-11-03T14:55:06+00:00"
1 www 6848
        },
6849
        {
6803 efrain 6850
            "name": "symfony/polyfill-intl-grapheme",
6851
            "version": "v1.27.0",
1 www 6852
            "source": {
6853
                "type": "git",
6803 efrain 6854
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
6855
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
1 www 6856
            },
6857
            "dist": {
6858
                "type": "zip",
6803 efrain 6859
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
6860
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
1 www 6861
                "shasum": ""
6862
            },
6863
            "require": {
6803 efrain 6864
                "php": ">=7.1"
1 www 6865
            },
6803 efrain 6866
            "suggest": {
6867
                "ext-intl": "For best performance"
1 www 6868
            },
6869
            "type": "library",
6870
            "extra": {
6871
                "branch-alias": {
6803 efrain 6872
                    "dev-main": "1.27-dev"
6873
                },
6874
                "thanks": {
6875
                    "name": "symfony/polyfill",
6876
                    "url": "https://github.com/symfony/polyfill"
1 www 6877
                }
6878
            },
6879
            "autoload": {
6803 efrain 6880
                "files": [
6881
                    "bootstrap.php"
6882
                ],
6883
                "psr-4": {
6884
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
6885
                }
1 www 6886
            },
6887
            "notification-url": "https://packagist.org/downloads/",
6888
            "license": [
6803 efrain 6889
                "MIT"
1 www 6890
            ],
6891
            "authors": [
6892
                {
6803 efrain 6893
                    "name": "Nicolas Grekas",
6894
                    "email": "p@tchwork.com"
6895
                },
6896
                {
6897
                    "name": "Symfony Community",
6898
                    "homepage": "https://symfony.com/contributors"
1 www 6899
                }
6900
            ],
6803 efrain 6901
            "description": "Symfony polyfill for intl's grapheme_* functions",
6902
            "homepage": "https://symfony.com",
6903
            "keywords": [
6904
                "compatibility",
6905
                "grapheme",
6906
                "intl",
6907
                "polyfill",
6908
                "portable",
6909
                "shim"
6910
            ],
1 www 6911
            "support": {
6803 efrain 6912
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
1 www 6913
            },
6914
            "funding": [
6915
                {
6803 efrain 6916
                    "url": "https://symfony.com/sponsor",
6917
                    "type": "custom"
6918
                },
6919
                {
6920
                    "url": "https://github.com/fabpot",
1 www 6921
                    "type": "github"
6803 efrain 6922
                },
6923
                {
6924
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6925
                    "type": "tidelift"
1 www 6926
                }
6927
            ],
6803 efrain 6928
            "time": "2022-11-03T14:55:06+00:00"
1 www 6929
        },
6930
        {
6803 efrain 6931
            "name": "symfony/polyfill-intl-normalizer",
6932
            "version": "v1.27.0",
1 www 6933
            "source": {
6934
                "type": "git",
6803 efrain 6935
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6936
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
1 www 6937
            },
6938
            "dist": {
6939
                "type": "zip",
6803 efrain 6940
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
6941
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
1 www 6942
                "shasum": ""
6943
            },
6944
            "require": {
6803 efrain 6945
                "php": ">=7.1"
1 www 6946
            },
6803 efrain 6947
            "suggest": {
6948
                "ext-intl": "For best performance"
1 www 6949
            },
6950
            "type": "library",
6951
            "extra": {
6952
                "branch-alias": {
6803 efrain 6953
                    "dev-main": "1.27-dev"
6954
                },
6955
                "thanks": {
6956
                    "name": "symfony/polyfill",
6957
                    "url": "https://github.com/symfony/polyfill"
1 www 6958
                }
6959
            },
6960
            "autoload": {
6803 efrain 6961
                "files": [
6962
                    "bootstrap.php"
6963
                ],
6964
                "psr-4": {
6965
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6966
                },
1 www 6967
                "classmap": [
6803 efrain 6968
                    "Resources/stubs"
1 www 6969
                ]
6970
            },
6971
            "notification-url": "https://packagist.org/downloads/",
6972
            "license": [
6803 efrain 6973
                "MIT"
1 www 6974
            ],
6975
            "authors": [
6976
                {
6803 efrain 6977
                    "name": "Nicolas Grekas",
6978
                    "email": "p@tchwork.com"
1 www 6979
                },
6980
                {
6803 efrain 6981
                    "name": "Symfony Community",
6982
                    "homepage": "https://symfony.com/contributors"
1 www 6983
                }
6984
            ],
6803 efrain 6985
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
6986
            "homepage": "https://symfony.com",
1 www 6987
            "keywords": [
6803 efrain 6988
                "compatibility",
6989
                "intl",
6990
                "normalizer",
6991
                "polyfill",
6992
                "portable",
6993
                "shim"
1 www 6994
            ],
6995
            "support": {
6803 efrain 6996
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
1 www 6997
            },
6998
            "funding": [
6999
                {
6803 efrain 7000
                    "url": "https://symfony.com/sponsor",
7001
                    "type": "custom"
7002
                },
7003
                {
7004
                    "url": "https://github.com/fabpot",
1 www 7005
                    "type": "github"
6803 efrain 7006
                },
7007
                {
7008
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7009
                    "type": "tidelift"
1 www 7010
                }
7011
            ],
6803 efrain 7012
            "time": "2022-11-03T14:55:06+00:00"
1 www 7013
        },
7014
        {
6803 efrain 7015
            "name": "symfony/polyfill-mbstring",
7016
            "version": "v1.27.0",
1 www 7017
            "source": {
7018
                "type": "git",
6803 efrain 7019
                "url": "https://github.com/symfony/polyfill-mbstring.git",
7020
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
1 www 7021
            },
7022
            "dist": {
7023
                "type": "zip",
6803 efrain 7024
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
7025
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
1 www 7026
                "shasum": ""
7027
            },
7028
            "require": {
6803 efrain 7029
                "php": ">=7.1"
1 www 7030
            },
6803 efrain 7031
            "provide": {
7032
                "ext-mbstring": "*"
1 www 7033
            },
7034
            "suggest": {
6803 efrain 7035
                "ext-mbstring": "For best performance"
1 www 7036
            },
7037
            "type": "library",
7038
            "extra": {
7039
                "branch-alias": {
6803 efrain 7040
                    "dev-main": "1.27-dev"
7041
                },
7042
                "thanks": {
7043
                    "name": "symfony/polyfill",
7044
                    "url": "https://github.com/symfony/polyfill"
1 www 7045
                }
7046
            },
7047
            "autoload": {
6803 efrain 7048
                "files": [
7049
                    "bootstrap.php"
7050
                ],
7051
                "psr-4": {
7052
                    "Symfony\\Polyfill\\Mbstring\\": ""
7053
                }
1 www 7054
            },
7055
            "notification-url": "https://packagist.org/downloads/",
7056
            "license": [
6803 efrain 7057
                "MIT"
1 www 7058
            ],
7059
            "authors": [
7060
                {
6803 efrain 7061
                    "name": "Nicolas Grekas",
7062
                    "email": "p@tchwork.com"
7063
                },
7064
                {
7065
                    "name": "Symfony Community",
7066
                    "homepage": "https://symfony.com/contributors"
1 www 7067
                }
7068
            ],
6803 efrain 7069
            "description": "Symfony polyfill for the Mbstring extension",
7070
            "homepage": "https://symfony.com",
1 www 7071
            "keywords": [
6803 efrain 7072
                "compatibility",
7073
                "mbstring",
7074
                "polyfill",
7075
                "portable",
7076
                "shim"
1 www 7077
            ],
7078
            "support": {
6803 efrain 7079
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
1 www 7080
            },
7081
            "funding": [
7082
                {
6803 efrain 7083
                    "url": "https://symfony.com/sponsor",
7084
                    "type": "custom"
7085
                },
7086
                {
7087
                    "url": "https://github.com/fabpot",
1 www 7088
                    "type": "github"
6803 efrain 7089
                },
7090
                {
7091
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7092
                    "type": "tidelift"
1 www 7093
                }
7094
            ],
6803 efrain 7095
            "time": "2022-11-03T14:55:06+00:00"
1 www 7096
        },
7097
        {
6803 efrain 7098
            "name": "symfony/polyfill-php80",
7099
            "version": "v1.27.0",
1 www 7100
            "source": {
7101
                "type": "git",
6803 efrain 7102
                "url": "https://github.com/symfony/polyfill-php80.git",
7103
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
1 www 7104
            },
7105
            "dist": {
7106
                "type": "zip",
6803 efrain 7107
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
7108
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
1 www 7109
                "shasum": ""
7110
            },
7111
            "require": {
6803 efrain 7112
                "php": ">=7.1"
1 www 7113
            },
7114
            "type": "library",
7115
            "extra": {
7116
                "branch-alias": {
6803 efrain 7117
                    "dev-main": "1.27-dev"
7118
                },
7119
                "thanks": {
7120
                    "name": "symfony/polyfill",
7121
                    "url": "https://github.com/symfony/polyfill"
1 www 7122
                }
7123
            },
7124
            "autoload": {
6803 efrain 7125
                "files": [
7126
                    "bootstrap.php"
7127
                ],
7128
                "psr-4": {
7129
                    "Symfony\\Polyfill\\Php80\\": ""
7130
                },
1 www 7131
                "classmap": [
6803 efrain 7132
                    "Resources/stubs"
1 www 7133
                ]
7134
            },
7135
            "notification-url": "https://packagist.org/downloads/",
7136
            "license": [
6803 efrain 7137
                "MIT"
1 www 7138
            ],
7139
            "authors": [
7140
                {
6803 efrain 7141
                    "name": "Ion Bazan",
7142
                    "email": "ion.bazan@gmail.com"
1 www 7143
                },
7144
                {
6803 efrain 7145
                    "name": "Nicolas Grekas",
7146
                    "email": "p@tchwork.com"
1 www 7147
                },
7148
                {
6803 efrain 7149
                    "name": "Symfony Community",
7150
                    "homepage": "https://symfony.com/contributors"
1 www 7151
                }
7152
            ],
6803 efrain 7153
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
7154
            "homepage": "https://symfony.com",
1 www 7155
            "keywords": [
6803 efrain 7156
                "compatibility",
7157
                "polyfill",
7158
                "portable",
7159
                "shim"
1 www 7160
            ],
7161
            "support": {
6803 efrain 7162
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
1 www 7163
            },
7164
            "funding": [
7165
                {
6803 efrain 7166
                    "url": "https://symfony.com/sponsor",
7167
                    "type": "custom"
7168
                },
7169
                {
7170
                    "url": "https://github.com/fabpot",
1 www 7171
                    "type": "github"
6803 efrain 7172
                },
7173
                {
7174
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7175
                    "type": "tidelift"
1 www 7176
                }
7177
            ],
6803 efrain 7178
            "time": "2022-11-03T14:55:06+00:00"
1 www 7179
        },
7180
        {
6803 efrain 7181
            "name": "symfony/service-contracts",
7182
            "version": "v2.5.2",
1 www 7183
            "source": {
7184
                "type": "git",
6803 efrain 7185
                "url": "https://github.com/symfony/service-contracts.git",
7186
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
1 www 7187
            },
7188
            "dist": {
7189
                "type": "zip",
6803 efrain 7190
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
7191
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
1 www 7192
                "shasum": ""
7193
            },
7194
            "require": {
6803 efrain 7195
                "php": ">=7.2.5",
7196
                "psr/container": "^1.1",
7197
                "symfony/deprecation-contracts": "^2.1|^3"
1 www 7198
            },
6803 efrain 7199
            "conflict": {
7200
                "ext-psr": "<1.1|>=2"
1 www 7201
            },
7202
            "suggest": {
6803 efrain 7203
                "symfony/service-implementation": ""
1 www 7204
            },
7205
            "type": "library",
7206
            "extra": {
7207
                "branch-alias": {
6803 efrain 7208
                    "dev-main": "2.5-dev"
7209
                },
7210
                "thanks": {
7211
                    "name": "symfony/contracts",
7212
                    "url": "https://github.com/symfony/contracts"
1 www 7213
                }
7214
            },
7215
            "autoload": {
6803 efrain 7216
                "psr-4": {
7217
                    "Symfony\\Contracts\\Service\\": ""
7218
                }
7219
            },
7220
            "notification-url": "https://packagist.org/downloads/",
7221
            "license": [
7222
                "MIT"
7223
            ],
7224
            "authors": [
7225
                {
7226
                    "name": "Nicolas Grekas",
7227
                    "email": "p@tchwork.com"
7228
                },
7229
                {
7230
                    "name": "Symfony Community",
7231
                    "homepage": "https://symfony.com/contributors"
7232
                }
7233
            ],
7234
            "description": "Generic abstractions related to writing services",
7235
            "homepage": "https://symfony.com",
7236
            "keywords": [
7237
                "abstractions",
7238
                "contracts",
7239
                "decoupling",
7240
                "interfaces",
7241
                "interoperability",
7242
                "standards"
7243
            ],
7244
            "support": {
7245
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
7246
            },
7247
            "funding": [
7248
                {
7249
                    "url": "https://symfony.com/sponsor",
7250
                    "type": "custom"
7251
                },
7252
                {
7253
                    "url": "https://github.com/fabpot",
7254
                    "type": "github"
7255
                },
7256
                {
7257
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7258
                    "type": "tidelift"
7259
                }
7260
            ],
7261
            "time": "2022-05-30T19:17:29+00:00"
7262
        },
7263
        {
7264
            "name": "symfony/string",
7265
            "version": "v6.3.0",
7266
            "source": {
7267
                "type": "git",
7268
                "url": "https://github.com/symfony/string.git",
7269
                "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f"
7270
            },
7271
            "dist": {
7272
                "type": "zip",
7273
                "url": "https://api.github.com/repos/symfony/string/zipball/f2e190ee75ff0f5eced645ec0be5c66fac81f51f",
7274
                "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f",
7275
                "shasum": ""
7276
            },
7277
            "require": {
7278
                "php": ">=8.1",
7279
                "symfony/polyfill-ctype": "~1.8",
7280
                "symfony/polyfill-intl-grapheme": "~1.0",
7281
                "symfony/polyfill-intl-normalizer": "~1.0",
7282
                "symfony/polyfill-mbstring": "~1.0"
7283
            },
7284
            "conflict": {
7285
                "symfony/translation-contracts": "<2.5"
7286
            },
7287
            "require-dev": {
7288
                "symfony/error-handler": "^5.4|^6.0",
7289
                "symfony/http-client": "^5.4|^6.0",
7290
                "symfony/intl": "^6.2",
7291
                "symfony/translation-contracts": "^2.5|^3.0",
7292
                "symfony/var-exporter": "^5.4|^6.0"
7293
            },
7294
            "type": "library",
7295
            "autoload": {
7296
                "files": [
7297
                    "Resources/functions.php"
7298
                ],
7299
                "psr-4": {
7300
                    "Symfony\\Component\\String\\": ""
7301
                },
7302
                "exclude-from-classmap": [
7303
                    "/Tests/"
1 www 7304
                ]
7305
            },
7306
            "notification-url": "https://packagist.org/downloads/",
7307
            "license": [
6803 efrain 7308
                "MIT"
1 www 7309
            ],
7310
            "authors": [
7311
                {
6803 efrain 7312
                    "name": "Nicolas Grekas",
7313
                    "email": "p@tchwork.com"
7314
                },
7315
                {
7316
                    "name": "Symfony Community",
7317
                    "homepage": "https://symfony.com/contributors"
1 www 7318
                }
7319
            ],
6803 efrain 7320
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
7321
            "homepage": "https://symfony.com",
1 www 7322
            "keywords": [
6803 efrain 7323
                "grapheme",
7324
                "i18n",
7325
                "string",
7326
                "unicode",
7327
                "utf-8",
7328
                "utf8"
1 www 7329
            ],
7330
            "support": {
6803 efrain 7331
                "source": "https://github.com/symfony/string/tree/v6.3.0"
1 www 7332
            },
7333
            "funding": [
7334
                {
6803 efrain 7335
                    "url": "https://symfony.com/sponsor",
7336
                    "type": "custom"
7337
                },
7338
                {
7339
                    "url": "https://github.com/fabpot",
1 www 7340
                    "type": "github"
6803 efrain 7341
                },
7342
                {
7343
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7344
                    "type": "tidelift"
1 www 7345
                }
7346
            ],
6803 efrain 7347
            "time": "2023-03-21T21:06:29+00:00"
1 www 7348
        },
7349
        {
6803 efrain 7350
            "name": "webimpress/safe-writer",
7351
            "version": "2.2.0",
1 www 7352
            "source": {
7353
                "type": "git",
6803 efrain 7354
                "url": "https://github.com/webimpress/safe-writer.git",
7355
                "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
1 www 7356
            },
7357
            "dist": {
7358
                "type": "zip",
6803 efrain 7359
                "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
7360
                "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
1 www 7361
                "shasum": ""
7362
            },
7363
            "require": {
6803 efrain 7364
                "php": "^7.3 || ^8.0"
1 www 7365
            },
7366
            "require-dev": {
6803 efrain 7367
                "phpunit/phpunit": "^9.5.4",
7368
                "vimeo/psalm": "^4.7",
7369
                "webimpress/coding-standard": "^1.2.2"
1 www 7370
            },
7371
            "type": "library",
7372
            "extra": {
7373
                "branch-alias": {
6803 efrain 7374
                    "dev-master": "2.2.x-dev",
7375
                    "dev-develop": "2.3.x-dev",
7376
                    "dev-release-1.0": "1.0.x-dev"
1 www 7377
                }
7378
            },
7379
            "autoload": {
6803 efrain 7380
                "psr-4": {
7381
                    "Webimpress\\SafeWriter\\": "src/"
7382
                }
1 www 7383
            },
7384
            "notification-url": "https://packagist.org/downloads/",
7385
            "license": [
6803 efrain 7386
                "BSD-2-Clause"
1 www 7387
            ],
6803 efrain 7388
            "description": "Tool to write files safely, to avoid race conditions",
7389
            "keywords": [
7390
                "concurrent write",
7391
                "file writer",
7392
                "race condition",
7393
                "safe writer",
7394
                "webimpress"
1 www 7395
            ],
7396
            "support": {
6803 efrain 7397
                "issues": "https://github.com/webimpress/safe-writer/issues",
7398
                "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
1 www 7399
            },
7400
            "funding": [
7401
                {
6803 efrain 7402
                    "url": "https://github.com/michalbundyra",
1 www 7403
                    "type": "github"
7404
                }
7405
            ],
6803 efrain 7406
            "time": "2021-04-19T16:34:45+00:00"
1 www 7407
        },
7408
        {
6803 efrain 7409
            "name": "webmozart/assert",
7410
            "version": "1.11.0",
1 www 7411
            "source": {
7412
                "type": "git",
6803 efrain 7413
                "url": "https://github.com/webmozarts/assert.git",
7414
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
1 www 7415
            },
7416
            "dist": {
7417
                "type": "zip",
6803 efrain 7418
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7419
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
1 www 7420
                "shasum": ""
7421
            },
7422
            "require": {
6803 efrain 7423
                "ext-ctype": "*",
7424
                "php": "^7.2 || ^8.0"
1 www 7425
            },
6803 efrain 7426
            "conflict": {
7427
                "phpstan/phpstan": "<0.12.20",
7428
                "vimeo/psalm": "<4.6.1 || 4.6.2"
7429
            },
1 www 7430
            "require-dev": {
6803 efrain 7431
                "phpunit/phpunit": "^8.5.13"
1 www 7432
            },
7433
            "type": "library",
7434
            "extra": {
7435
                "branch-alias": {
6803 efrain 7436
                    "dev-master": "1.10-dev"
1 www 7437
                }
7438
            },
7439
            "autoload": {
6803 efrain 7440
                "psr-4": {
7441
                    "Webmozart\\Assert\\": "src/"
7442
                }
1 www 7443
            },
7444
            "notification-url": "https://packagist.org/downloads/",
7445
            "license": [
6803 efrain 7446
                "MIT"
1 www 7447
            ],
7448
            "authors": [
7449
                {
6803 efrain 7450
                    "name": "Bernhard Schussek",
7451
                    "email": "bschussek@gmail.com"
1 www 7452
                }
7453
            ],
6803 efrain 7454
            "description": "Assertions to validate method input/output with nice error messages.",
7455
            "keywords": [
7456
                "assert",
7457
                "check",
7458
                "validate"
7459
            ],
1 www 7460
            "support": {
6803 efrain 7461
                "issues": "https://github.com/webmozarts/assert/issues",
7462
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
1 www 7463
            },
6803 efrain 7464
            "time": "2022-06-03T18:03:27+00:00"
7465
        }
7466
    ],
7467
    "packages-dev": [
7468
        {
7469
            "name": "laminas/laminas-test",
7470
            "version": "4.8.0",
7471
            "source": {
7472
                "type": "git",
7473
                "url": "https://github.com/laminas/laminas-test.git",
7474
                "reference": "e30ea4c4ba0eea38b803bfa1b80946aa7875bc9d"
7475
            },
7476
            "dist": {
7477
                "type": "zip",
7478
                "url": "https://api.github.com/repos/laminas/laminas-test/zipball/e30ea4c4ba0eea38b803bfa1b80946aa7875bc9d",
7479
                "reference": "e30ea4c4ba0eea38b803bfa1b80946aa7875bc9d",
7480
                "shasum": ""
7481
            },
7482
            "require": {
7483
                "laminas/laminas-eventmanager": "^3.0",
7484
                "laminas/laminas-http": "^2.15.0",
7485
                "laminas/laminas-mvc": "^3.3.0",
7486
                "laminas/laminas-servicemanager": "^3.0.3",
7487
                "laminas/laminas-uri": "^2.5",
7488
                "laminas/laminas-view": "^2.13.1",
7489
                "php": "~8.1.0 || ~8.2.0",
7490
                "phpunit/phpunit": "^10.0.0",
7491
                "symfony/css-selector": "^6.0",
7492
                "symfony/dom-crawler": "^6.0"
7493
            },
7494
            "conflict": {
7495
                "zendframework/zend-test": "*"
7496
            },
7497
            "require-dev": {
7498
                "laminas/laminas-coding-standard": "^2.4.0",
7499
                "laminas/laminas-i18n": "^2.21",
7500
                "laminas/laminas-modulemanager": "^2.14.0",
7501
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.9.0",
7502
                "laminas/laminas-serializer": "^2.14.0",
7503
                "laminas/laminas-session": "^2.16",
7504
                "laminas/laminas-stdlib": "^3.16.1",
7505
                "laminas/laminas-validator": "^2.28",
7506
                "mikey179/vfsstream": "^1.6.11",
7507
                "psalm/plugin-phpunit": "^0.18.4",
7508
                "vimeo/psalm": "^5.1"
7509
            },
7510
            "type": "library",
7511
            "autoload": {
7512
                "psr-4": {
7513
                    "Laminas\\Test\\": "src/"
7514
                }
7515
            },
7516
            "notification-url": "https://packagist.org/downloads/",
7517
            "license": [
7518
                "BSD-3-Clause"
7519
            ],
7520
            "description": "Tools to facilitate integration testing of laminas-mvc applications",
7521
            "homepage": "https://laminas.dev",
7522
            "keywords": [
7523
                "laminas",
7524
                "test"
7525
            ],
7526
            "support": {
7527
                "chat": "https://laminas.dev/chat",
7528
                "docs": "https://docs.laminas.dev/laminas-test/",
7529
                "forum": "https://discourse.laminas.dev",
7530
                "issues": "https://github.com/laminas/laminas-test/issues",
7531
                "rss": "https://github.com/laminas/laminas-test/releases.atom",
7532
                "source": "https://github.com/laminas/laminas-test"
7533
            },
1 www 7534
            "funding": [
7535
                {
6803 efrain 7536
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
7537
                    "type": "community_bridge"
1 www 7538
                }
7539
            ],
6803 efrain 7540
            "time": "2023-02-03T14:56:57+00:00"
1 www 7541
        },
7542
        {
6803 efrain 7543
            "name": "masterminds/html5",
7544
            "version": "2.8.0",
1 www 7545
            "source": {
7546
                "type": "git",
6803 efrain 7547
                "url": "https://github.com/Masterminds/html5-php.git",
7548
                "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3"
1 www 7549
            },
7550
            "dist": {
7551
                "type": "zip",
6803 efrain 7552
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
7553
                "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
1 www 7554
                "shasum": ""
7555
            },
7556
            "require": {
6803 efrain 7557
                "ext-dom": "*",
7558
                "php": ">=5.3.0"
1 www 7559
            },
7560
            "require-dev": {
6803 efrain 7561
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
1 www 7562
            },
7563
            "type": "library",
7564
            "extra": {
7565
                "branch-alias": {
6803 efrain 7566
                    "dev-master": "2.7-dev"
1 www 7567
                }
7568
            },
7569
            "autoload": {
6803 efrain 7570
                "psr-4": {
7571
                    "Masterminds\\": "src"
7572
                }
1 www 7573
            },
7574
            "notification-url": "https://packagist.org/downloads/",
7575
            "license": [
6803 efrain 7576
                "MIT"
1 www 7577
            ],
7578
            "authors": [
7579
                {
6803 efrain 7580
                    "name": "Matt Butcher",
7581
                    "email": "technosophos@gmail.com"
7582
                },
7583
                {
7584
                    "name": "Matt Farina",
7585
                    "email": "matt@mattfarina.com"
7586
                },
7587
                {
7588
                    "name": "Asmir Mustafic",
7589
                    "email": "goetas@gmail.com"
1 www 7590
                }
7591
            ],
6803 efrain 7592
            "description": "An HTML5 parser and serializer.",
7593
            "homepage": "http://masterminds.github.io/html5-php",
7594
            "keywords": [
7595
                "HTML5",
7596
                "dom",
7597
                "html",
7598
                "parser",
7599
                "querypath",
7600
                "serializer",
7601
                "xml"
7602
            ],
1 www 7603
            "support": {
6803 efrain 7604
                "issues": "https://github.com/Masterminds/html5-php/issues",
7605
                "source": "https://github.com/Masterminds/html5-php/tree/2.8.0"
1 www 7606
            },
6803 efrain 7607
            "time": "2023-04-26T07:27:39+00:00"
7608
        },
7609
        {
7610
            "name": "myclabs/deep-copy",
7611
            "version": "1.11.1",
7612
            "source": {
7613
                "type": "git",
7614
                "url": "https://github.com/myclabs/DeepCopy.git",
7615
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
7616
            },
7617
            "dist": {
7618
                "type": "zip",
7619
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
7620
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
7621
                "shasum": ""
7622
            },
7623
            "require": {
7624
                "php": "^7.1 || ^8.0"
7625
            },
7626
            "conflict": {
7627
                "doctrine/collections": "<1.6.8",
7628
                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
7629
            },
7630
            "require-dev": {
7631
                "doctrine/collections": "^1.6.8",
7632
                "doctrine/common": "^2.13.3 || ^3.2.2",
7633
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
7634
            },
7635
            "type": "library",
7636
            "autoload": {
7637
                "files": [
7638
                    "src/DeepCopy/deep_copy.php"
7639
                ],
7640
                "psr-4": {
7641
                    "DeepCopy\\": "src/DeepCopy/"
7642
                }
7643
            },
7644
            "notification-url": "https://packagist.org/downloads/",
7645
            "license": [
7646
                "MIT"
7647
            ],
7648
            "description": "Create deep copies (clones) of your objects",
7649
            "keywords": [
7650
                "clone",
7651
                "copy",
7652
                "duplicate",
7653
                "object",
7654
                "object graph"
7655
            ],
7656
            "support": {
7657
                "issues": "https://github.com/myclabs/DeepCopy/issues",
7658
                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
7659
            },
1 www 7660
            "funding": [
7661
                {
6803 efrain 7662
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
7663
                    "type": "tidelift"
1 www 7664
                }
7665
            ],
6803 efrain 7666
            "time": "2023-03-08T13:26:56+00:00"
1 www 7667
        },
7668
        {
6803 efrain 7669
            "name": "phar-io/manifest",
7670
            "version": "2.0.3",
1 www 7671
            "source": {
7672
                "type": "git",
6803 efrain 7673
                "url": "https://github.com/phar-io/manifest.git",
7674
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
1 www 7675
            },
7676
            "dist": {
7677
                "type": "zip",
6803 efrain 7678
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
7679
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
1 www 7680
                "shasum": ""
7681
            },
7682
            "require": {
6803 efrain 7683
                "ext-dom": "*",
7684
                "ext-phar": "*",
7685
                "ext-xmlwriter": "*",
7686
                "phar-io/version": "^3.0.1",
7687
                "php": "^7.2 || ^8.0"
1 www 7688
            },
7689
            "type": "library",
7690
            "extra": {
7691
                "branch-alias": {
6803 efrain 7692
                    "dev-master": "2.0.x-dev"
1 www 7693
                }
7694
            },
7695
            "autoload": {
7696
                "classmap": [
7697
                    "src/"
7698
                ]
7699
            },
7700
            "notification-url": "https://packagist.org/downloads/",
7701
            "license": [
7702
                "BSD-3-Clause"
7703
            ],
7704
            "authors": [
7705
                {
6803 efrain 7706
                    "name": "Arne Blankerts",
7707
                    "email": "arne@blankerts.de",
7708
                    "role": "Developer"
1 www 7709
                },
7710
                {
6803 efrain 7711
                    "name": "Sebastian Heuer",
7712
                    "email": "sebastian@phpeople.de",
7713
                    "role": "Developer"
1 www 7714
                },
7715
                {
6803 efrain 7716
                    "name": "Sebastian Bergmann",
7717
                    "email": "sebastian@phpunit.de",
7718
                    "role": "Developer"
1 www 7719
                }
7720
            ],
6803 efrain 7721
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1 www 7722
            "support": {
6803 efrain 7723
                "issues": "https://github.com/phar-io/manifest/issues",
7724
                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
1 www 7725
            },
6803 efrain 7726
            "time": "2021-07-20T11:28:43+00:00"
7727
        },
7728
        {
7729
            "name": "phar-io/version",
7730
            "version": "3.2.1",
7731
            "source": {
7732
                "type": "git",
7733
                "url": "https://github.com/phar-io/version.git",
7734
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
7735
            },
7736
            "dist": {
7737
                "type": "zip",
7738
                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
7739
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
7740
                "shasum": ""
7741
            },
7742
            "require": {
7743
                "php": "^7.2 || ^8.0"
7744
            },
7745
            "type": "library",
7746
            "autoload": {
7747
                "classmap": [
7748
                    "src/"
7749
                ]
7750
            },
7751
            "notification-url": "https://packagist.org/downloads/",
7752
            "license": [
7753
                "BSD-3-Clause"
7754
            ],
7755
            "authors": [
1 www 7756
                {
6803 efrain 7757
                    "name": "Arne Blankerts",
7758
                    "email": "arne@blankerts.de",
7759
                    "role": "Developer"
7760
                },
7761
                {
7762
                    "name": "Sebastian Heuer",
7763
                    "email": "sebastian@phpeople.de",
7764
                    "role": "Developer"
7765
                },
7766
                {
7767
                    "name": "Sebastian Bergmann",
7768
                    "email": "sebastian@phpunit.de",
7769
                    "role": "Developer"
1 www 7770
                }
7771
            ],
6803 efrain 7772
            "description": "Library for handling version information and constraints",
7773
            "support": {
7774
                "issues": "https://github.com/phar-io/version/issues",
7775
                "source": "https://github.com/phar-io/version/tree/3.2.1"
7776
            },
7777
            "time": "2022-02-21T01:04:05+00:00"
1 www 7778
        },
7779
        {
6803 efrain 7780
            "name": "phpunit/php-code-coverage",
7781
            "version": "10.1.2",
1 www 7782
            "source": {
7783
                "type": "git",
6803 efrain 7784
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7785
                "reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e"
1 www 7786
            },
7787
            "dist": {
7788
                "type": "zip",
6803 efrain 7789
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/db1497ec8dd382e82c962f7abbe0320e4882ee4e",
7790
                "reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e",
1 www 7791
                "shasum": ""
7792
            },
7793
            "require": {
6803 efrain 7794
                "ext-dom": "*",
7795
                "ext-libxml": "*",
7796
                "ext-xmlwriter": "*",
7797
                "nikic/php-parser": "^4.15",
7798
                "php": ">=8.1",
7799
                "phpunit/php-file-iterator": "^4.0",
7800
                "phpunit/php-text-template": "^3.0",
7801
                "sebastian/code-unit-reverse-lookup": "^3.0",
7802
                "sebastian/complexity": "^3.0",
7803
                "sebastian/environment": "^6.0",
7804
                "sebastian/lines-of-code": "^2.0",
7805
                "sebastian/version": "^4.0",
7806
                "theseer/tokenizer": "^1.2.0"
1 www 7807
            },
7808
            "require-dev": {
6803 efrain 7809
                "phpunit/phpunit": "^10.1"
1 www 7810
            },
6803 efrain 7811
            "suggest": {
7812
                "ext-pcov": "PHP extension that provides line coverage",
7813
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
7814
            },
1 www 7815
            "type": "library",
7816
            "extra": {
7817
                "branch-alias": {
6803 efrain 7818
                    "dev-main": "10.1-dev"
1 www 7819
                }
7820
            },
7821
            "autoload": {
7822
                "classmap": [
7823
                    "src/"
7824
                ]
7825
            },
7826
            "notification-url": "https://packagist.org/downloads/",
7827
            "license": [
7828
                "BSD-3-Clause"
7829
            ],
7830
            "authors": [
7831
                {
7832
                    "name": "Sebastian Bergmann",
6803 efrain 7833
                    "email": "sebastian@phpunit.de",
7834
                    "role": "lead"
1 www 7835
                }
7836
            ],
6803 efrain 7837
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7838
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7839
            "keywords": [
7840
                "coverage",
7841
                "testing",
7842
                "xunit"
7843
            ],
1 www 7844
            "support": {
6803 efrain 7845
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
7846
                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
7847
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.2"
1 www 7848
            },
7849
            "funding": [
7850
                {
7851
                    "url": "https://github.com/sebastianbergmann",
7852
                    "type": "github"
7853
                }
7854
            ],
6803 efrain 7855
            "time": "2023-05-22T09:04:27+00:00"
1 www 7856
        },
7857
        {
6803 efrain 7858
            "name": "phpunit/php-file-iterator",
7859
            "version": "4.0.2",
1 www 7860
            "source": {
7861
                "type": "git",
6803 efrain 7862
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7863
                "reference": "5647d65443818959172645e7ed999217360654b6"
1 www 7864
            },
7865
            "dist": {
7866
                "type": "zip",
6803 efrain 7867
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/5647d65443818959172645e7ed999217360654b6",
7868
                "reference": "5647d65443818959172645e7ed999217360654b6",
1 www 7869
                "shasum": ""
7870
            },
7871
            "require": {
6803 efrain 7872
                "php": ">=8.1"
1 www 7873
            },
7874
            "require-dev": {
6803 efrain 7875
                "phpunit/phpunit": "^10.0"
1 www 7876
            },
7877
            "type": "library",
7878
            "extra": {
7879
                "branch-alias": {
6803 efrain 7880
                    "dev-main": "4.0-dev"
1 www 7881
                }
7882
            },
7883
            "autoload": {
7884
                "classmap": [
7885
                    "src/"
7886
                ]
7887
            },
7888
            "notification-url": "https://packagist.org/downloads/",
7889
            "license": [
7890
                "BSD-3-Clause"
7891
            ],
7892
            "authors": [
7893
                {
7894
                    "name": "Sebastian Bergmann",
7895
                    "email": "sebastian@phpunit.de",
7896
                    "role": "lead"
7897
                }
7898
            ],
6803 efrain 7899
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7900
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7901
            "keywords": [
7902
                "filesystem",
7903
                "iterator"
7904
            ],
1 www 7905
            "support": {
6803 efrain 7906
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
7907
                "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
7908
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.2"
1 www 7909
            },
7910
            "funding": [
7911
                {
7912
                    "url": "https://github.com/sebastianbergmann",
7913
                    "type": "github"
7914
                }
7915
            ],
6803 efrain 7916
            "time": "2023-05-07T09:13:23+00:00"
1 www 7917
        },
7918
        {
6803 efrain 7919
            "name": "phpunit/php-invoker",
7920
            "version": "4.0.0",
1 www 7921
            "source": {
7922
                "type": "git",
6803 efrain 7923
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
7924
                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
1 www 7925
            },
7926
            "dist": {
7927
                "type": "zip",
6803 efrain 7928
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
7929
                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
1 www 7930
                "shasum": ""
7931
            },
7932
            "require": {
6803 efrain 7933
                "php": ">=8.1"
1 www 7934
            },
6803 efrain 7935
            "require-dev": {
7936
                "ext-pcntl": "*",
7937
                "phpunit/phpunit": "^10.0"
7938
            },
7939
            "suggest": {
7940
                "ext-pcntl": "*"
7941
            },
1 www 7942
            "type": "library",
7943
            "extra": {
7944
                "branch-alias": {
6803 efrain 7945
                    "dev-main": "4.0-dev"
1 www 7946
                }
7947
            },
7948
            "autoload": {
7949
                "classmap": [
7950
                    "src/"
7951
                ]
7952
            },
7953
            "notification-url": "https://packagist.org/downloads/",
7954
            "license": [
7955
                "BSD-3-Clause"
7956
            ],
7957
            "authors": [
7958
                {
7959
                    "name": "Sebastian Bergmann",
7960
                    "email": "sebastian@phpunit.de",
7961
                    "role": "lead"
7962
                }
7963
            ],
6803 efrain 7964
            "description": "Invoke callables with a timeout",
7965
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
7966
            "keywords": [
7967
                "process"
7968
            ],
1 www 7969
            "support": {
6803 efrain 7970
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
7971
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
1 www 7972
            },
7973
            "funding": [
7974
                {
7975
                    "url": "https://github.com/sebastianbergmann",
7976
                    "type": "github"
7977
                }
7978
            ],
6803 efrain 7979
            "time": "2023-02-03T06:56:09+00:00"
1 www 7980
        },
7981
        {
6803 efrain 7982
            "name": "phpunit/php-text-template",
7983
            "version": "3.0.0",
1 www 7984
            "source": {
7985
                "type": "git",
6803 efrain 7986
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
7987
                "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d"
1 www 7988
            },
7989
            "dist": {
7990
                "type": "zip",
6803 efrain 7991
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/9f3d3709577a527025f55bcf0f7ab8052c8bb37d",
7992
                "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d",
1 www 7993
                "shasum": ""
7994
            },
7995
            "require": {
6803 efrain 7996
                "php": ">=8.1"
1 www 7997
            },
7998
            "require-dev": {
6803 efrain 7999
                "phpunit/phpunit": "^10.0"
1 www 8000
            },
6803 efrain 8001
            "type": "library",
8002
            "extra": {
8003
                "branch-alias": {
8004
                    "dev-main": "3.0-dev"
8005
                }
1 www 8006
            },
8007
            "autoload": {
6803 efrain 8008
                "classmap": [
8009
                    "src/"
1 www 8010
                ]
8011
            },
8012
            "notification-url": "https://packagist.org/downloads/",
8013
            "license": [
6803 efrain 8014
                "BSD-3-Clause"
1 www 8015
            ],
8016
            "authors": [
8017
                {
6803 efrain 8018
                    "name": "Sebastian Bergmann",
8019
                    "email": "sebastian@phpunit.de",
8020
                    "role": "lead"
1 www 8021
                }
8022
            ],
6803 efrain 8023
            "description": "Simple template engine.",
8024
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1 www 8025
            "keywords": [
6803 efrain 8026
                "template"
1 www 8027
            ],
8028
            "support": {
6803 efrain 8029
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8030
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.0"
1 www 8031
            },
8032
            "funding": [
8033
                {
6803 efrain 8034
                    "url": "https://github.com/sebastianbergmann",
1 www 8035
                    "type": "github"
8036
                }
8037
            ],
6803 efrain 8038
            "time": "2023-02-03T06:56:46+00:00"
1 www 8039
        },
8040
        {
6803 efrain 8041
            "name": "phpunit/php-timer",
8042
            "version": "6.0.0",
16 efrain 8043
            "source": {
8044
                "type": "git",
6803 efrain 8045
                "url": "https://github.com/sebastianbergmann/php-timer.git",
8046
                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
16 efrain 8047
            },
8048
            "dist": {
8049
                "type": "zip",
6803 efrain 8050
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
8051
                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
16 efrain 8052
                "shasum": ""
8053
            },
8054
            "require": {
6803 efrain 8055
                "php": ">=8.1"
16 efrain 8056
            },
6803 efrain 8057
            "require-dev": {
8058
                "phpunit/phpunit": "^10.0"
8059
            },
16 efrain 8060
            "type": "library",
6803 efrain 8061
            "extra": {
8062
                "branch-alias": {
8063
                    "dev-main": "6.0-dev"
8064
                }
8065
            },
16 efrain 8066
            "autoload": {
6803 efrain 8067
                "classmap": [
8068
                    "src/"
16 efrain 8069
                ]
8070
            },
8071
            "notification-url": "https://packagist.org/downloads/",
8072
            "license": [
6803 efrain 8073
                "BSD-3-Clause"
16 efrain 8074
            ],
8075
            "authors": [
8076
                {
6803 efrain 8077
                    "name": "Sebastian Bergmann",
8078
                    "email": "sebastian@phpunit.de",
8079
                    "role": "lead"
16 efrain 8080
                }
8081
            ],
6803 efrain 8082
            "description": "Utility class for timing",
8083
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
8084
            "keywords": [
8085
                "timer"
8086
            ],
16 efrain 8087
            "support": {
6803 efrain 8088
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
8089
                "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
16 efrain 8090
            },
8091
            "funding": [
8092
                {
6803 efrain 8093
                    "url": "https://github.com/sebastianbergmann",
16 efrain 8094
                    "type": "github"
8095
                }
8096
            ],
6803 efrain 8097
            "time": "2023-02-03T06:57:52+00:00"
16 efrain 8098
        },
8099
        {
6803 efrain 8100
            "name": "phpunit/phpunit",
8101
            "version": "10.2.4",
1 www 8102
            "source": {
8103
                "type": "git",
6803 efrain 8104
                "url": "https://github.com/sebastianbergmann/phpunit.git",
8105
                "reference": "68484779b5a2ed711fbdeba6ca01910d87acdff2"
1 www 8106
            },
8107
            "dist": {
8108
                "type": "zip",
6803 efrain 8109
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/68484779b5a2ed711fbdeba6ca01910d87acdff2",
8110
                "reference": "68484779b5a2ed711fbdeba6ca01910d87acdff2",
1 www 8111
                "shasum": ""
8112
            },
8113
            "require": {
6803 efrain 8114
                "ext-dom": "*",
8115
                "ext-json": "*",
8116
                "ext-libxml": "*",
8117
                "ext-mbstring": "*",
8118
                "ext-xml": "*",
8119
                "ext-xmlwriter": "*",
8120
                "myclabs/deep-copy": "^1.10.1",
8121
                "phar-io/manifest": "^2.0.3",
8122
                "phar-io/version": "^3.0.2",
8123
                "php": ">=8.1",
8124
                "phpunit/php-code-coverage": "^10.1.1",
8125
                "phpunit/php-file-iterator": "^4.0",
8126
                "phpunit/php-invoker": "^4.0",
8127
                "phpunit/php-text-template": "^3.0",
8128
                "phpunit/php-timer": "^6.0",
8129
                "sebastian/cli-parser": "^2.0",
8130
                "sebastian/code-unit": "^2.0",
8131
                "sebastian/comparator": "^5.0",
8132
                "sebastian/diff": "^5.0",
8133
                "sebastian/environment": "^6.0",
8134
                "sebastian/exporter": "^5.0",
8135
                "sebastian/global-state": "^6.0",
8136
                "sebastian/object-enumerator": "^5.0",
8137
                "sebastian/recursion-context": "^5.0",
8138
                "sebastian/type": "^4.0",
8139
                "sebastian/version": "^4.0"
1 www 8140
            },
6803 efrain 8141
            "suggest": {
8142
                "ext-soap": "To be able to generate mocks based on WSDL files"
8143
            },
8144
            "bin": [
8145
                "phpunit"
8146
            ],
1 www 8147
            "type": "library",
8148
            "extra": {
8149
                "branch-alias": {
6803 efrain 8150
                    "dev-main": "10.2-dev"
1 www 8151
                }
8152
            },
8153
            "autoload": {
8154
                "files": [
6803 efrain 8155
                    "src/Framework/Assert/Functions.php"
8156
                ],
8157
                "classmap": [
8158
                    "src/"
1 www 8159
                ]
8160
            },
8161
            "notification-url": "https://packagist.org/downloads/",
8162
            "license": [
6803 efrain 8163
                "BSD-3-Clause"
1 www 8164
            ],
8165
            "authors": [
8166
                {
6803 efrain 8167
                    "name": "Sebastian Bergmann",
8168
                    "email": "sebastian@phpunit.de",
8169
                    "role": "lead"
1 www 8170
                }
8171
            ],
6803 efrain 8172
            "description": "The PHP Unit Testing framework.",
8173
            "homepage": "https://phpunit.de/",
8174
            "keywords": [
8175
                "phpunit",
8176
                "testing",
8177
                "xunit"
8178
            ],
1 www 8179
            "support": {
6803 efrain 8180
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
8181
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
8182
                "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.4"
1 www 8183
            },
8184
            "funding": [
8185
                {
6803 efrain 8186
                    "url": "https://phpunit.de/sponsors.html",
1 www 8187
                    "type": "custom"
8188
                },
8189
                {
6803 efrain 8190
                    "url": "https://github.com/sebastianbergmann",
1 www 8191
                    "type": "github"
8192
                },
8193
                {
6803 efrain 8194
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
1 www 8195
                    "type": "tidelift"
8196
                }
8197
            ],
6803 efrain 8198
            "time": "2023-07-10T04:06:08+00:00"
1 www 8199
        },
8200
        {
6803 efrain 8201
            "name": "sebastian/cli-parser",
8202
            "version": "2.0.0",
16 efrain 8203
            "source": {
8204
                "type": "git",
6803 efrain 8205
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
8206
                "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
16 efrain 8207
            },
8208
            "dist": {
8209
                "type": "zip",
6803 efrain 8210
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
8211
                "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
16 efrain 8212
                "shasum": ""
8213
            },
8214
            "require": {
6803 efrain 8215
                "php": ">=8.1"
16 efrain 8216
            },
8217
            "require-dev": {
6803 efrain 8218
                "phpunit/phpunit": "^10.0"
16 efrain 8219
            },
6803 efrain 8220
            "type": "library",
8221
            "extra": {
8222
                "branch-alias": {
8223
                    "dev-main": "2.0-dev"
8224
                }
16 efrain 8225
            },
8226
            "autoload": {
6803 efrain 8227
                "classmap": [
8228
                    "src/"
16 efrain 8229
                ]
8230
            },
8231
            "notification-url": "https://packagist.org/downloads/",
8232
            "license": [
6803 efrain 8233
                "BSD-3-Clause"
16 efrain 8234
            ],
8235
            "authors": [
8236
                {
6803 efrain 8237
                    "name": "Sebastian Bergmann",
8238
                    "email": "sebastian@phpunit.de",
8239
                    "role": "lead"
16 efrain 8240
                }
8241
            ],
6803 efrain 8242
            "description": "Library for parsing CLI options",
8243
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
16 efrain 8244
            "support": {
6803 efrain 8245
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
8246
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
16 efrain 8247
            },
8248
            "funding": [
8249
                {
6803 efrain 8250
                    "url": "https://github.com/sebastianbergmann",
16 efrain 8251
                    "type": "github"
8252
                }
8253
            ],
6803 efrain 8254
            "time": "2023-02-03T06:58:15+00:00"
16 efrain 8255
        },
8256
        {
6803 efrain 8257
            "name": "sebastian/code-unit",
8258
            "version": "2.0.0",
1 www 8259
            "source": {
8260
                "type": "git",
6803 efrain 8261
                "url": "https://github.com/sebastianbergmann/code-unit.git",
8262
                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
1 www 8263
            },
8264
            "dist": {
8265
                "type": "zip",
6803 efrain 8266
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
8267
                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
1 www 8268
                "shasum": ""
8269
            },
8270
            "require": {
6803 efrain 8271
                "php": ">=8.1"
1 www 8272
            },
8273
            "require-dev": {
6803 efrain 8274
                "phpunit/phpunit": "^10.0"
1 www 8275
            },
6803 efrain 8276
            "type": "library",
8277
            "extra": {
8278
                "branch-alias": {
8279
                    "dev-main": "2.0-dev"
8280
                }
1 www 8281
            },
8282
            "autoload": {
6803 efrain 8283
                "classmap": [
8284
                    "src/"
1 www 8285
                ]
8286
            },
8287
            "notification-url": "https://packagist.org/downloads/",
8288
            "license": [
6803 efrain 8289
                "BSD-3-Clause"
1 www 8290
            ],
8291
            "authors": [
8292
                {
6803 efrain 8293
                    "name": "Sebastian Bergmann",
8294
                    "email": "sebastian@phpunit.de",
8295
                    "role": "lead"
1 www 8296
                }
8297
            ],
6803 efrain 8298
            "description": "Collection of value objects that represent the PHP code units",
8299
            "homepage": "https://github.com/sebastianbergmann/code-unit",
1 www 8300
            "support": {
6803 efrain 8301
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
8302
                "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
1 www 8303
            },
8304
            "funding": [
8305
                {
6803 efrain 8306
                    "url": "https://github.com/sebastianbergmann",
1 www 8307
                    "type": "github"
8308
                }
8309
            ],
6803 efrain 8310
            "time": "2023-02-03T06:58:43+00:00"
1 www 8311
        },
8312
        {
6803 efrain 8313
            "name": "sebastian/code-unit-reverse-lookup",
8314
            "version": "3.0.0",
1 www 8315
            "source": {
8316
                "type": "git",
6803 efrain 8317
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8318
                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
1 www 8319
            },
8320
            "dist": {
8321
                "type": "zip",
6803 efrain 8322
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
8323
                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
1 www 8324
                "shasum": ""
8325
            },
8326
            "require": {
6803 efrain 8327
                "php": ">=8.1"
1 www 8328
            },
6803 efrain 8329
            "require-dev": {
8330
                "phpunit/phpunit": "^10.0"
1 www 8331
            },
8332
            "type": "library",
8333
            "extra": {
8334
                "branch-alias": {
6803 efrain 8335
                    "dev-main": "3.0-dev"
1 www 8336
                }
8337
            },
8338
            "autoload": {
6803 efrain 8339
                "classmap": [
8340
                    "src/"
8341
                ]
1 www 8342
            },
8343
            "notification-url": "https://packagist.org/downloads/",
8344
            "license": [
6803 efrain 8345
                "BSD-3-Clause"
1 www 8346
            ],
8347
            "authors": [
8348
                {
6803 efrain 8349
                    "name": "Sebastian Bergmann",
8350
                    "email": "sebastian@phpunit.de"
1 www 8351
                }
8352
            ],
6803 efrain 8353
            "description": "Looks up which function or method a line of code belongs to",
8354
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1 www 8355
            "support": {
6803 efrain 8356
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8357
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
1 www 8358
            },
8359
            "funding": [
8360
                {
6803 efrain 8361
                    "url": "https://github.com/sebastianbergmann",
1 www 8362
                    "type": "github"
8363
                }
8364
            ],
6803 efrain 8365
            "time": "2023-02-03T06:59:15+00:00"
1 www 8366
        },
8367
        {
6803 efrain 8368
            "name": "sebastian/comparator",
8369
            "version": "5.0.0",
1 www 8370
            "source": {
8371
                "type": "git",
6803 efrain 8372
                "url": "https://github.com/sebastianbergmann/comparator.git",
8373
                "reference": "72f01e6586e0caf6af81297897bd112eb7e9627c"
1 www 8374
            },
8375
            "dist": {
8376
                "type": "zip",
6803 efrain 8377
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/72f01e6586e0caf6af81297897bd112eb7e9627c",
8378
                "reference": "72f01e6586e0caf6af81297897bd112eb7e9627c",
1 www 8379
                "shasum": ""
8380
            },
8381
            "require": {
6803 efrain 8382
                "ext-dom": "*",
8383
                "ext-mbstring": "*",
8384
                "php": ">=8.1",
8385
                "sebastian/diff": "^5.0",
8386
                "sebastian/exporter": "^5.0"
1 www 8387
            },
6803 efrain 8388
            "require-dev": {
8389
                "phpunit/phpunit": "^10.0"
112 efrain 8390
            },
1 www 8391
            "type": "library",
8392
            "extra": {
8393
                "branch-alias": {
6803 efrain 8394
                    "dev-main": "5.0-dev"
1 www 8395
                }
8396
            },
8397
            "autoload": {
6803 efrain 8398
                "classmap": [
8399
                    "src/"
8400
                ]
1 www 8401
            },
8402
            "notification-url": "https://packagist.org/downloads/",
8403
            "license": [
6803 efrain 8404
                "BSD-3-Clause"
1 www 8405
            ],
8406
            "authors": [
8407
                {
6803 efrain 8408
                    "name": "Sebastian Bergmann",
8409
                    "email": "sebastian@phpunit.de"
1 www 8410
                },
8411
                {
6803 efrain 8412
                    "name": "Jeff Welch",
8413
                    "email": "whatthejeff@gmail.com"
8414
                },
8415
                {
8416
                    "name": "Volker Dusch",
8417
                    "email": "github@wallbash.com"
8418
                },
8419
                {
8420
                    "name": "Bernhard Schussek",
8421
                    "email": "bschussek@2bepublished.at"
1 www 8422
                }
8423
            ],
6803 efrain 8424
            "description": "Provides the functionality to compare PHP values for equality",
8425
            "homepage": "https://github.com/sebastianbergmann/comparator",
1 www 8426
            "keywords": [
6803 efrain 8427
                "comparator",
8428
                "compare",
8429
                "equality"
1 www 8430
            ],
8431
            "support": {
6803 efrain 8432
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
8433
                "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.0"
1 www 8434
            },
8435
            "funding": [
8436
                {
6803 efrain 8437
                    "url": "https://github.com/sebastianbergmann",
1 www 8438
                    "type": "github"
8439
                }
8440
            ],
6803 efrain 8441
            "time": "2023-02-03T07:07:16+00:00"
1 www 8442
        },
8443
        {
6803 efrain 8444
            "name": "sebastian/complexity",
8445
            "version": "3.0.0",
1 www 8446
            "source": {
8447
                "type": "git",
6803 efrain 8448
                "url": "https://github.com/sebastianbergmann/complexity.git",
8449
                "reference": "e67d240970c9dc7ea7b2123a6d520e334dd61dc6"
1 www 8450
            },
8451
            "dist": {
8452
                "type": "zip",
6803 efrain 8453
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/e67d240970c9dc7ea7b2123a6d520e334dd61dc6",
8454
                "reference": "e67d240970c9dc7ea7b2123a6d520e334dd61dc6",
1 www 8455
                "shasum": ""
8456
            },
8457
            "require": {
6803 efrain 8458
                "nikic/php-parser": "^4.10",
8459
                "php": ">=8.1"
1 www 8460
            },
6803 efrain 8461
            "require-dev": {
8462
                "phpunit/phpunit": "^10.0"
1 www 8463
            },
8464
            "type": "library",
8465
            "extra": {
8466
                "branch-alias": {
6803 efrain 8467
                    "dev-main": "3.0-dev"
1 www 8468
                }
8469
            },
8470
            "autoload": {
6803 efrain 8471
                "classmap": [
8472
                    "src/"
8473
                ]
1 www 8474
            },
8475
            "notification-url": "https://packagist.org/downloads/",
8476
            "license": [
6803 efrain 8477
                "BSD-3-Clause"
1 www 8478
            ],
8479
            "authors": [
8480
                {
6803 efrain 8481
                    "name": "Sebastian Bergmann",
8482
                    "email": "sebastian@phpunit.de",
8483
                    "role": "lead"
1 www 8484
                }
8485
            ],
6803 efrain 8486
            "description": "Library for calculating the complexity of PHP code units",
8487
            "homepage": "https://github.com/sebastianbergmann/complexity",
1 www 8488
            "support": {
6803 efrain 8489
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
8490
                "source": "https://github.com/sebastianbergmann/complexity/tree/3.0.0"
1 www 8491
            },
8492
            "funding": [
8493
                {
6803 efrain 8494
                    "url": "https://github.com/sebastianbergmann",
1 www 8495
                    "type": "github"
8496
                }
8497
            ],
6803 efrain 8498
            "time": "2023-02-03T06:59:47+00:00"
1 www 8499
        },
8500
        {
6803 efrain 8501
            "name": "sebastian/diff",
8502
            "version": "5.0.3",
1 www 8503
            "source": {
8504
                "type": "git",
6803 efrain 8505
                "url": "https://github.com/sebastianbergmann/diff.git",
8506
                "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
1 www 8507
            },
8508
            "dist": {
8509
                "type": "zip",
6803 efrain 8510
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
8511
                "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
1 www 8512
                "shasum": ""
8513
            },
8514
            "require": {
6803 efrain 8515
                "php": ">=8.1"
1 www 8516
            },
6803 efrain 8517
            "require-dev": {
8518
                "phpunit/phpunit": "^10.0",
8519
                "symfony/process": "^4.2 || ^5"
1 www 8520
            },
8521
            "type": "library",
8522
            "extra": {
8523
                "branch-alias": {
6803 efrain 8524
                    "dev-main": "5.0-dev"
1 www 8525
                }
8526
            },
8527
            "autoload": {
8528
                "classmap": [
6803 efrain 8529
                    "src/"
1 www 8530
                ]
8531
            },
8532
            "notification-url": "https://packagist.org/downloads/",
8533
            "license": [
6803 efrain 8534
                "BSD-3-Clause"
1 www 8535
            ],
8536
            "authors": [
8537
                {
6803 efrain 8538
                    "name": "Sebastian Bergmann",
8539
                    "email": "sebastian@phpunit.de"
1 www 8540
                },
8541
                {
6803 efrain 8542
                    "name": "Kore Nordmann",
8543
                    "email": "mail@kore-nordmann.de"
1 www 8544
                }
8545
            ],
6803 efrain 8546
            "description": "Diff implementation",
8547
            "homepage": "https://github.com/sebastianbergmann/diff",
1 www 8548
            "keywords": [
6803 efrain 8549
                "diff",
8550
                "udiff",
8551
                "unidiff",
8552
                "unified diff"
1 www 8553
            ],
8554
            "support": {
6803 efrain 8555
                "issues": "https://github.com/sebastianbergmann/diff/issues",
8556
                "security": "https://github.com/sebastianbergmann/diff/security/policy",
8557
                "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
1 www 8558
            },
8559
            "funding": [
8560
                {
6803 efrain 8561
                    "url": "https://github.com/sebastianbergmann",
1 www 8562
                    "type": "github"
8563
                }
8564
            ],
6803 efrain 8565
            "time": "2023-05-01T07:48:21+00:00"
1 www 8566
        },
8567
        {
6803 efrain 8568
            "name": "sebastian/environment",
8569
            "version": "6.0.1",
1 www 8570
            "source": {
8571
                "type": "git",
6803 efrain 8572
                "url": "https://github.com/sebastianbergmann/environment.git",
8573
                "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
1 www 8574
            },
8575
            "dist": {
8576
                "type": "zip",
6803 efrain 8577
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
8578
                "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
1 www 8579
                "shasum": ""
8580
            },
8581
            "require": {
6803 efrain 8582
                "php": ">=8.1"
1 www 8583
            },
6803 efrain 8584
            "require-dev": {
8585
                "phpunit/phpunit": "^10.0"
112 efrain 8586
            },
1 www 8587
            "suggest": {
6803 efrain 8588
                "ext-posix": "*"
1 www 8589
            },
8590
            "type": "library",
8591
            "extra": {
8592
                "branch-alias": {
6803 efrain 8593
                    "dev-main": "6.0-dev"
1 www 8594
                }
8595
            },
8596
            "autoload": {
6803 efrain 8597
                "classmap": [
8598
                    "src/"
8599
                ]
1 www 8600
            },
8601
            "notification-url": "https://packagist.org/downloads/",
8602
            "license": [
6803 efrain 8603
                "BSD-3-Clause"
1 www 8604
            ],
8605
            "authors": [
8606
                {
6803 efrain 8607
                    "name": "Sebastian Bergmann",
8608
                    "email": "sebastian@phpunit.de"
1 www 8609
                }
8610
            ],
6803 efrain 8611
            "description": "Provides functionality to handle HHVM/PHP environments",
8612
            "homepage": "https://github.com/sebastianbergmann/environment",
1 www 8613
            "keywords": [
6803 efrain 8614
                "Xdebug",
8615
                "environment",
8616
                "hhvm"
1 www 8617
            ],
8618
            "support": {
6803 efrain 8619
                "issues": "https://github.com/sebastianbergmann/environment/issues",
8620
                "security": "https://github.com/sebastianbergmann/environment/security/policy",
8621
                "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
1 www 8622
            },
8623
            "funding": [
8624
                {
6803 efrain 8625
                    "url": "https://github.com/sebastianbergmann",
1 www 8626
                    "type": "github"
8627
                }
8628
            ],
6803 efrain 8629
            "time": "2023-04-11T05:39:26+00:00"
1 www 8630
        },
8631
        {
6803 efrain 8632
            "name": "sebastian/exporter",
8633
            "version": "5.0.0",
1 www 8634
            "source": {
8635
                "type": "git",
6803 efrain 8636
                "url": "https://github.com/sebastianbergmann/exporter.git",
8637
                "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0"
1 www 8638
            },
8639
            "dist": {
8640
                "type": "zip",
6803 efrain 8641
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
8642
                "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
1 www 8643
                "shasum": ""
8644
            },
8645
            "require": {
6803 efrain 8646
                "ext-mbstring": "*",
8647
                "php": ">=8.1",
8648
                "sebastian/recursion-context": "^5.0"
1 www 8649
            },
6803 efrain 8650
            "require-dev": {
8651
                "phpunit/phpunit": "^10.0"
8652
            },
1 www 8653
            "type": "library",
8654
            "extra": {
8655
                "branch-alias": {
6803 efrain 8656
                    "dev-main": "5.0-dev"
1 www 8657
                }
8658
            },
8659
            "autoload": {
8660
                "classmap": [
6803 efrain 8661
                    "src/"
1 www 8662
                ]
8663
            },
8664
            "notification-url": "https://packagist.org/downloads/",
8665
            "license": [
6803 efrain 8666
                "BSD-3-Clause"
1 www 8667
            ],
8668
            "authors": [
8669
                {
6803 efrain 8670
                    "name": "Sebastian Bergmann",
8671
                    "email": "sebastian@phpunit.de"
1 www 8672
                },
8673
                {
6803 efrain 8674
                    "name": "Jeff Welch",
8675
                    "email": "whatthejeff@gmail.com"
8676
                },
8677
                {
8678
                    "name": "Volker Dusch",
8679
                    "email": "github@wallbash.com"
8680
                },
8681
                {
8682
                    "name": "Adam Harvey",
8683
                    "email": "aharvey@php.net"
8684
                },
8685
                {
8686
                    "name": "Bernhard Schussek",
8687
                    "email": "bschussek@gmail.com"
1 www 8688
                }
8689
            ],
6803 efrain 8690
            "description": "Provides the functionality to export PHP variables for visualization",
8691
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
1 www 8692
            "keywords": [
6803 efrain 8693
                "export",
8694
                "exporter"
1 www 8695
            ],
8696
            "support": {
6803 efrain 8697
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
8698
                "source": "https://github.com/sebastianbergmann/exporter/tree/5.0.0"
1 www 8699
            },
8700
            "funding": [
8701
                {
6803 efrain 8702
                    "url": "https://github.com/sebastianbergmann",
1 www 8703
                    "type": "github"
8704
                }
8705
            ],
6803 efrain 8706
            "time": "2023-02-03T07:06:49+00:00"
1 www 8707
        },
8708
        {
6803 efrain 8709
            "name": "sebastian/global-state",
8710
            "version": "6.0.0",
1 www 8711
            "source": {
8712
                "type": "git",
6803 efrain 8713
                "url": "https://github.com/sebastianbergmann/global-state.git",
8714
                "reference": "aab257c712de87b90194febd52e4d184551c2d44"
1 www 8715
            },
8716
            "dist": {
8717
                "type": "zip",
6803 efrain 8718
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/aab257c712de87b90194febd52e4d184551c2d44",
8719
                "reference": "aab257c712de87b90194febd52e4d184551c2d44",
1 www 8720
                "shasum": ""
8721
            },
8722
            "require": {
6803 efrain 8723
                "php": ">=8.1",
8724
                "sebastian/object-reflector": "^3.0",
8725
                "sebastian/recursion-context": "^5.0"
1 www 8726
            },
6803 efrain 8727
            "require-dev": {
8728
                "ext-dom": "*",
8729
                "phpunit/phpunit": "^10.0"
8730
            },
1 www 8731
            "type": "library",
8732
            "extra": {
8733
                "branch-alias": {
6803 efrain 8734
                    "dev-main": "6.0-dev"
1 www 8735
                }
8736
            },
8737
            "autoload": {
8738
                "classmap": [
6803 efrain 8739
                    "src/"
1 www 8740
                ]
8741
            },
8742
            "notification-url": "https://packagist.org/downloads/",
8743
            "license": [
6803 efrain 8744
                "BSD-3-Clause"
1 www 8745
            ],
8746
            "authors": [
8747
                {
6803 efrain 8748
                    "name": "Sebastian Bergmann",
8749
                    "email": "sebastian@phpunit.de"
1 www 8750
                }
8751
            ],
6803 efrain 8752
            "description": "Snapshotting of global state",
8753
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1 www 8754
            "keywords": [
6803 efrain 8755
                "global state"
1 www 8756
            ],
8757
            "support": {
6803 efrain 8758
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
8759
                "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.0"
1 www 8760
            },
8761
            "funding": [
8762
                {
6803 efrain 8763
                    "url": "https://github.com/sebastianbergmann",
1 www 8764
                    "type": "github"
8765
                }
8766
            ],
6803 efrain 8767
            "time": "2023-02-03T07:07:38+00:00"
1 www 8768
        },
8769
        {
6803 efrain 8770
            "name": "sebastian/lines-of-code",
8771
            "version": "2.0.0",
1 www 8772
            "source": {
8773
                "type": "git",
6803 efrain 8774
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
8775
                "reference": "17c4d940ecafb3d15d2cf916f4108f664e28b130"
1 www 8776
            },
8777
            "dist": {
8778
                "type": "zip",
6803 efrain 8779
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/17c4d940ecafb3d15d2cf916f4108f664e28b130",
8780
                "reference": "17c4d940ecafb3d15d2cf916f4108f664e28b130",
1 www 8781
                "shasum": ""
8782
            },
8783
            "require": {
6803 efrain 8784
                "nikic/php-parser": "^4.10",
8785
                "php": ">=8.1"
1 www 8786
            },
6803 efrain 8787
            "require-dev": {
8788
                "phpunit/phpunit": "^10.0"
16 efrain 8789
            },
1 www 8790
            "type": "library",
8791
            "extra": {
8792
                "branch-alias": {
6803 efrain 8793
                    "dev-main": "2.0-dev"
1 www 8794
                }
8795
            },
8796
            "autoload": {
6803 efrain 8797
                "classmap": [
8798
                    "src/"
8799
                ]
1 www 8800
            },
8801
            "notification-url": "https://packagist.org/downloads/",
8802
            "license": [
6803 efrain 8803
                "BSD-3-Clause"
1 www 8804
            ],
8805
            "authors": [
8806
                {
6803 efrain 8807
                    "name": "Sebastian Bergmann",
8808
                    "email": "sebastian@phpunit.de",
8809
                    "role": "lead"
1 www 8810
                }
8811
            ],
6803 efrain 8812
            "description": "Library for counting the lines of code in PHP source code",
8813
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1 www 8814
            "support": {
6803 efrain 8815
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
8816
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.0"
1 www 8817
            },
8818
            "funding": [
8819
                {
6803 efrain 8820
                    "url": "https://github.com/sebastianbergmann",
1 www 8821
                    "type": "github"
8822
                }
8823
            ],
6803 efrain 8824
            "time": "2023-02-03T07:08:02+00:00"
1 www 8825
        },
8826
        {
6803 efrain 8827
            "name": "sebastian/object-enumerator",
8828
            "version": "5.0.0",
1 www 8829
            "source": {
8830
                "type": "git",
6803 efrain 8831
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8832
                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
1 www 8833
            },
8834
            "dist": {
8835
                "type": "zip",
6803 efrain 8836
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
8837
                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
1 www 8838
                "shasum": ""
8839
            },
8840
            "require": {
6803 efrain 8841
                "php": ">=8.1",
8842
                "sebastian/object-reflector": "^3.0",
8843
                "sebastian/recursion-context": "^5.0"
1 www 8844
            },
8845
            "require-dev": {
6803 efrain 8846
                "phpunit/phpunit": "^10.0"
1 www 8847
            },
8848
            "type": "library",
6803 efrain 8849
            "extra": {
8850
                "branch-alias": {
8851
                    "dev-main": "5.0-dev"
8852
                }
8853
            },
1 www 8854
            "autoload": {
6803 efrain 8855
                "classmap": [
8856
                    "src/"
1 www 8857
                ]
8858
            },
8859
            "notification-url": "https://packagist.org/downloads/",
8860
            "license": [
6803 efrain 8861
                "BSD-3-Clause"
1 www 8862
            ],
8863
            "authors": [
8864
                {
6803 efrain 8865
                    "name": "Sebastian Bergmann",
8866
                    "email": "sebastian@phpunit.de"
1 www 8867
                }
8868
            ],
6803 efrain 8869
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8870
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1 www 8871
            "support": {
6803 efrain 8872
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
8873
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
1 www 8874
            },
8875
            "funding": [
8876
                {
6803 efrain 8877
                    "url": "https://github.com/sebastianbergmann",
1 www 8878
                    "type": "github"
8879
                }
8880
            ],
6803 efrain 8881
            "time": "2023-02-03T07:08:32+00:00"
1 www 8882
        },
8883
        {
6803 efrain 8884
            "name": "sebastian/object-reflector",
8885
            "version": "3.0.0",
1 www 8886
            "source": {
8887
                "type": "git",
6803 efrain 8888
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
8889
                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
1 www 8890
            },
8891
            "dist": {
8892
                "type": "zip",
6803 efrain 8893
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
8894
                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
1 www 8895
                "shasum": ""
8896
            },
8897
            "require": {
6803 efrain 8898
                "php": ">=8.1"
1 www 8899
            },
6803 efrain 8900
            "require-dev": {
8901
                "phpunit/phpunit": "^10.0"
8902
            },
1 www 8903
            "type": "library",
6803 efrain 8904
            "extra": {
8905
                "branch-alias": {
8906
                    "dev-main": "3.0-dev"
8907
                }
8908
            },
1 www 8909
            "autoload": {
8910
                "classmap": [
8911
                    "src/"
8912
                ]
8913
            },
8914
            "notification-url": "https://packagist.org/downloads/",
8915
            "license": [
8916
                "BSD-3-Clause"
8917
            ],
8918
            "authors": [
8919
                {
6803 efrain 8920
                    "name": "Sebastian Bergmann",
8921
                    "email": "sebastian@phpunit.de"
1 www 8922
                }
8923
            ],
6803 efrain 8924
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
8925
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1 www 8926
            "support": {
6803 efrain 8927
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
8928
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
1 www 8929
            },
8930
            "funding": [
8931
                {
6803 efrain 8932
                    "url": "https://github.com/sebastianbergmann",
1 www 8933
                    "type": "github"
8934
                }
8935
            ],
6803 efrain 8936
            "time": "2023-02-03T07:06:18+00:00"
1 www 8937
        },
8938
        {
6803 efrain 8939
            "name": "sebastian/recursion-context",
8940
            "version": "5.0.0",
1 www 8941
            "source": {
8942
                "type": "git",
6803 efrain 8943
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
8944
                "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
1 www 8945
            },
8946
            "dist": {
8947
                "type": "zip",
6803 efrain 8948
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
8949
                "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
1 www 8950
                "shasum": ""
8951
            },
8952
            "require": {
6803 efrain 8953
                "php": ">=8.1"
1 www 8954
            },
8955
            "require-dev": {
6803 efrain 8956
                "phpunit/phpunit": "^10.0"
1 www 8957
            },
8958
            "type": "library",
8959
            "extra": {
8960
                "branch-alias": {
6803 efrain 8961
                    "dev-main": "5.0-dev"
1 www 8962
                }
8963
            },
8964
            "autoload": {
6803 efrain 8965
                "classmap": [
8966
                    "src/"
8967
                ]
1 www 8968
            },
8969
            "notification-url": "https://packagist.org/downloads/",
8970
            "license": [
6803 efrain 8971
                "BSD-3-Clause"
1 www 8972
            ],
6803 efrain 8973
            "authors": [
8974
                {
8975
                    "name": "Sebastian Bergmann",
8976
                    "email": "sebastian@phpunit.de"
8977
                },
8978
                {
8979
                    "name": "Jeff Welch",
8980
                    "email": "whatthejeff@gmail.com"
8981
                },
8982
                {
8983
                    "name": "Adam Harvey",
8984
                    "email": "aharvey@php.net"
8985
                }
1 www 8986
            ],
6803 efrain 8987
            "description": "Provides functionality to recursively process PHP variables",
8988
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
1 www 8989
            "support": {
6803 efrain 8990
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
8991
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
1 www 8992
            },
8993
            "funding": [
8994
                {
6803 efrain 8995
                    "url": "https://github.com/sebastianbergmann",
1 www 8996
                    "type": "github"
8997
                }
8998
            ],
6803 efrain 8999
            "time": "2023-02-03T07:05:40+00:00"
1 www 9000
        },
9001
        {
6803 efrain 9002
            "name": "sebastian/type",
9003
            "version": "4.0.0",
1 www 9004
            "source": {
9005
                "type": "git",
6803 efrain 9006
                "url": "https://github.com/sebastianbergmann/type.git",
9007
                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
1 www 9008
            },
9009
            "dist": {
9010
                "type": "zip",
6803 efrain 9011
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
9012
                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
1 www 9013
                "shasum": ""
9014
            },
9015
            "require": {
6803 efrain 9016
                "php": ">=8.1"
1 www 9017
            },
9018
            "require-dev": {
6803 efrain 9019
                "phpunit/phpunit": "^10.0"
1 www 9020
            },
9021
            "type": "library",
9022
            "extra": {
9023
                "branch-alias": {
6803 efrain 9024
                    "dev-main": "4.0-dev"
1 www 9025
                }
9026
            },
9027
            "autoload": {
6803 efrain 9028
                "classmap": [
9029
                    "src/"
9030
                ]
1 www 9031
            },
9032
            "notification-url": "https://packagist.org/downloads/",
9033
            "license": [
6803 efrain 9034
                "BSD-3-Clause"
1 www 9035
            ],
9036
            "authors": [
9037
                {
6803 efrain 9038
                    "name": "Sebastian Bergmann",
9039
                    "email": "sebastian@phpunit.de",
9040
                    "role": "lead"
1 www 9041
                }
9042
            ],
6803 efrain 9043
            "description": "Collection of value objects that represent the types of the PHP type system",
9044
            "homepage": "https://github.com/sebastianbergmann/type",
1 www 9045
            "support": {
6803 efrain 9046
                "issues": "https://github.com/sebastianbergmann/type/issues",
9047
                "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
1 www 9048
            },
6803 efrain 9049
            "funding": [
9050
                {
9051
                    "url": "https://github.com/sebastianbergmann",
9052
                    "type": "github"
9053
                }
9054
            ],
9055
            "time": "2023-02-03T07:10:45+00:00"
9056
        },
1 www 9057
        {
6803 efrain 9058
            "name": "sebastian/version",
9059
            "version": "4.0.1",
1 www 9060
            "source": {
9061
                "type": "git",
6803 efrain 9062
                "url": "https://github.com/sebastianbergmann/version.git",
9063
                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
1 www 9064
            },
9065
            "dist": {
9066
                "type": "zip",
6803 efrain 9067
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
9068
                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
1 www 9069
                "shasum": ""
9070
            },
9071
            "require": {
6803 efrain 9072
                "php": ">=8.1"
1 www 9073
            },
9074
            "type": "library",
9075
            "extra": {
9076
                "branch-alias": {
6803 efrain 9077
                    "dev-main": "4.0-dev"
1 www 9078
                }
9079
            },
9080
            "autoload": {
6803 efrain 9081
                "classmap": [
9082
                    "src/"
9083
                ]
1 www 9084
            },
9085
            "notification-url": "https://packagist.org/downloads/",
9086
            "license": [
9087
                "BSD-3-Clause"
9088
            ],
6803 efrain 9089
            "authors": [
9090
                {
9091
                    "name": "Sebastian Bergmann",
9092
                    "email": "sebastian@phpunit.de",
9093
                    "role": "lead"
9094
                }
1 www 9095
            ],
6803 efrain 9096
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9097
            "homepage": "https://github.com/sebastianbergmann/version",
1 www 9098
            "support": {
6803 efrain 9099
                "issues": "https://github.com/sebastianbergmann/version/issues",
9100
                "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
1 www 9101
            },
6803 efrain 9102
            "funding": [
9103
                {
9104
                    "url": "https://github.com/sebastianbergmann",
9105
                    "type": "github"
9106
                }
9107
            ],
9108
            "time": "2023-02-07T11:34:05+00:00"
1 www 9109
        },
9110
        {
6803 efrain 9111
            "name": "symfony/css-selector",
9112
            "version": "v6.3.0",
1 www 9113
            "source": {
9114
                "type": "git",
6803 efrain 9115
                "url": "https://github.com/symfony/css-selector.git",
9116
                "reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf"
1 www 9117
            },
9118
            "dist": {
9119
                "type": "zip",
6803 efrain 9120
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf",
9121
                "reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf",
1 www 9122
                "shasum": ""
9123
            },
9124
            "require": {
6803 efrain 9125
                "php": ">=8.1"
1 www 9126
            },
6803 efrain 9127
            "type": "library",
9128
            "autoload": {
9129
                "psr-4": {
9130
                    "Symfony\\Component\\CssSelector\\": ""
9131
                },
9132
                "exclude-from-classmap": [
9133
                    "/Tests/"
9134
                ]
1 www 9135
            },
6803 efrain 9136
            "notification-url": "https://packagist.org/downloads/",
9137
            "license": [
9138
                "MIT"
9139
            ],
9140
            "authors": [
9141
                {
9142
                    "name": "Fabien Potencier",
9143
                    "email": "fabien@symfony.com"
9144
                },
9145
                {
9146
                    "name": "Jean-François Simon",
9147
                    "email": "jeanfrancois.simon@sensiolabs.com"
9148
                },
9149
                {
9150
                    "name": "Symfony Community",
9151
                    "homepage": "https://symfony.com/contributors"
9152
                }
9153
            ],
9154
            "description": "Converts CSS selectors to XPath expressions",
9155
            "homepage": "https://symfony.com",
9156
            "support": {
9157
                "source": "https://github.com/symfony/css-selector/tree/v6.3.0"
9158
            },
9159
            "funding": [
9160
                {
9161
                    "url": "https://symfony.com/sponsor",
9162
                    "type": "custom"
9163
                },
9164
                {
9165
                    "url": "https://github.com/fabpot",
9166
                    "type": "github"
9167
                },
9168
                {
9169
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9170
                    "type": "tidelift"
9171
                }
9172
            ],
9173
            "time": "2023-03-20T16:43:42+00:00"
9174
        },
9175
        {
9176
            "name": "symfony/dom-crawler",
9177
            "version": "v6.3.1",
9178
            "source": {
9179
                "type": "git",
9180
                "url": "https://github.com/symfony/dom-crawler.git",
9181
                "reference": "8aa333f41f05afc7fc285a976b58272fd90fc212"
9182
            },
9183
            "dist": {
9184
                "type": "zip",
9185
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8aa333f41f05afc7fc285a976b58272fd90fc212",
9186
                "reference": "8aa333f41f05afc7fc285a976b58272fd90fc212",
9187
                "shasum": ""
9188
            },
9189
            "require": {
9190
                "masterminds/html5": "^2.6",
9191
                "php": ">=8.1",
9192
                "symfony/polyfill-ctype": "~1.8",
9193
                "symfony/polyfill-mbstring": "~1.0"
9194
            },
1 www 9195
            "require-dev": {
6803 efrain 9196
                "symfony/css-selector": "^5.4|^6.0"
1 www 9197
            },
9198
            "type": "library",
9199
            "autoload": {
9200
                "psr-4": {
6803 efrain 9201
                    "Symfony\\Component\\DomCrawler\\": ""
1 www 9202
                },
9203
                "exclude-from-classmap": [
9204
                    "/Tests/"
9205
                ]
9206
            },
9207
            "notification-url": "https://packagist.org/downloads/",
9208
            "license": [
9209
                "MIT"
9210
            ],
9211
            "authors": [
9212
                {
6803 efrain 9213
                    "name": "Fabien Potencier",
9214
                    "email": "fabien@symfony.com"
1 www 9215
                },
9216
                {
9217
                    "name": "Symfony Community",
9218
                    "homepage": "https://symfony.com/contributors"
9219
                }
9220
            ],
6803 efrain 9221
            "description": "Eases DOM navigation for HTML and XML documents",
1 www 9222
            "homepage": "https://symfony.com",
9223
            "support": {
6803 efrain 9224
                "source": "https://github.com/symfony/dom-crawler/tree/v6.3.1"
1 www 9225
            },
9226
            "funding": [
9227
                {
9228
                    "url": "https://symfony.com/sponsor",
9229
                    "type": "custom"
9230
                },
9231
                {
9232
                    "url": "https://github.com/fabpot",
9233
                    "type": "github"
9234
                },
9235
                {
9236
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9237
                    "type": "tidelift"
9238
                }
9239
            ],
6803 efrain 9240
            "time": "2023-06-05T15:30:22+00:00"
9241
        },
9242
        {
9243
            "name": "theseer/tokenizer",
9244
            "version": "1.2.1",
9245
            "source": {
9246
                "type": "git",
9247
                "url": "https://github.com/theseer/tokenizer.git",
9248
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
9249
            },
9250
            "dist": {
9251
                "type": "zip",
9252
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
9253
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
9254
                "shasum": ""
9255
            },
9256
            "require": {
9257
                "ext-dom": "*",
9258
                "ext-tokenizer": "*",
9259
                "ext-xmlwriter": "*",
9260
                "php": "^7.2 || ^8.0"
9261
            },
9262
            "type": "library",
9263
            "autoload": {
9264
                "classmap": [
9265
                    "src/"
9266
                ]
9267
            },
9268
            "notification-url": "https://packagist.org/downloads/",
9269
            "license": [
9270
                "BSD-3-Clause"
9271
            ],
9272
            "authors": [
9273
                {
9274
                    "name": "Arne Blankerts",
9275
                    "email": "arne@blankerts.de",
9276
                    "role": "Developer"
9277
                }
9278
            ],
9279
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9280
            "support": {
9281
                "issues": "https://github.com/theseer/tokenizer/issues",
9282
                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
9283
            },
9284
            "funding": [
9285
                {
9286
                    "url": "https://github.com/theseer",
9287
                    "type": "github"
9288
                }
9289
            ],
9290
            "time": "2021-07-28T10:34:58+00:00"
1 www 9291
        }
9292
    ],
9293
    "aliases": [],
9294
    "minimum-stability": "stable",
9295
    "stability-flags": [],
9296
    "prefer-stable": false,
9297
    "prefer-lowest": false,
9298
    "platform": {
6803 efrain 9299
        "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 9300
    },
9301
    "platform-dev": [],
511 efrain 9302
    "plugin-api-version": "2.3.0"
1 www 9303
}