Proyectos de Subversion LeadersLinked - Backend

Rev

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