Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 511 | Rev 4113 | Ir a la última revisión | | 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
    ],
511 efrain 7
    "content-hash": "291e4a80b0b5b95b019a1c140f2b7401",
1 www 8
    "packages": [
9
        {
10
            "name": "abraham/twitteroauth",
11
            "version": "2.0.2",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/abraham/twitteroauth.git",
15
                "reference": "5a424e80a1200674451844fbaae8a0098a316a01"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/5a424e80a1200674451844fbaae8a0098a316a01",
20
                "reference": "5a424e80a1200674451844fbaae8a0098a316a01",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "composer/ca-bundle": "^1.2",
25
                "ext-curl": "*",
26
                "php": "^7.3 || ^7.4 || ^8.0"
27
            },
28
            "require-dev": {
29
                "php-vcr/php-vcr": "^1",
30
                "php-vcr/phpunit-testlistener-vcr": "dev-php-8",
31
                "phpmd/phpmd": "^2",
32
                "phpunit/phpunit": "^8 || ^9",
33
                "squizlabs/php_codesniffer": "^3"
34
            },
35
            "type": "library",
36
            "autoload": {
37
                "psr-4": {
38
                    "Abraham\\TwitterOAuth\\": "src"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Abraham Williams",
48
                    "email": "abraham@abrah.am",
49
                    "homepage": "https://abrah.am",
50
                    "role": "Developer"
51
                }
52
            ],
53
            "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
54
            "homepage": "https://twitteroauth.com",
55
            "keywords": [
56
                "Twitter API",
57
                "Twitter oAuth",
58
                "api",
59
                "oauth",
60
                "rest",
61
                "social",
62
                "twitter"
63
            ],
64
            "support": {
65
                "issues": "https://github.com/abraham/twitteroauth/issues",
66
                "source": "https://github.com/abraham/twitteroauth"
67
            },
68
            "time": "2021-06-11T02:56:14+00:00"
69
        },
70
        {
511 efrain 71
            "name": "amenadiel/jpgraph",
72
            "version": "v4.1.1",
73
            "source": {
74
                "type": "git",
75
                "url": "https://github.com/HuasoFoundries/jpgraph.git",
76
                "reference": "e196d51a520a4182cc26240b4a0744495706f11a"
77
            },
78
            "dist": {
79
                "type": "zip",
80
                "url": "https://api.github.com/repos/HuasoFoundries/jpgraph/zipball/e196d51a520a4182cc26240b4a0744495706f11a",
81
                "reference": "e196d51a520a4182cc26240b4a0744495706f11a",
82
                "shasum": ""
83
            },
84
            "require": {
85
                "ext-gd": "*",
86
                "php": ">=7.2.0"
87
            },
88
            "require-dev": {
89
                "codeception/codeception": "^4.0",
90
                "codeception/module-asserts": "^1.1",
91
                "ergebnis/composer-normalize": "^2.13",
92
                "ergebnis/php-cs-fixer-config": "^2.13",
93
                "kint-php/kint": "^3.3",
94
                "monolog/monolog": "^2.0",
95
                "overtrue/phplint": "^2.3",
96
                "squizlabs/php_codesniffer": "^3.6",
97
                "symfony/dotenv": "^4.0 || ^5.0",
98
                "symfony/event-dispatcher": "^4.0 || ^5.0",
99
                "symfony/yaml": "^4.0 || ^5.0"
100
            },
101
            "type": "library",
102
            "extra": {
103
                "composer-normalize": {
104
                    "indent-size": 4,
105
                    "indent-style": "space"
106
                },
107
                "version": "4.1.1"
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Amenadiel\\JpGraph\\": "src/",
112
                    "Amenadiel\\JpGraph\\Plot\\": "src/plot",
113
                    "Amenadiel\\JpGraph\\Text\\": "src/text",
114
                    "Amenadiel\\JpGraph\\Util\\": "src/util",
115
                    "Amenadiel\\JpGraph\\Graph\\": "src/graph",
116
                    "Amenadiel\\JpGraph\\Image\\": "src/image",
117
                    "Amenadiel\\JpGraph\\Themes\\": "src/themes",
118
                    "Amenadiel\\JpGraph\\Graph\\Axis\\": "src/graph/axis",
119
                    "Amenadiel\\JpGraph\\Graph\\Tick\\": "src/graph/tick",
120
                    "Amenadiel\\JpGraph\\Graph\\Scale\\": "src/graph/scale"
121
                }
122
            },
123
            "notification-url": "https://packagist.org/downloads/",
124
            "license": [
125
                "QPL-1.0"
126
            ],
127
            "description": "Composer Friendly, full refactor of JpGraph, library to make graphs and charts",
128
            "homepage": "http://jpgraph.net/",
129
            "keywords": [
130
                "chart",
131
                "data",
132
                "graph",
133
                "jpgraph",
134
                "pie"
135
            ],
136
            "support": {
137
                "issues": "https://github.com/huasofoundries/jpgraph/issues",
138
                "source": "https://github.com/HuasoFoundries/jpgraph/tree/v4.1.1"
139
            },
140
            "time": "2021-04-27T19:09:11+00:00"
141
        },
142
        {
1 www 143
            "name": "bigbluebutton/bigbluebutton-api-php",
144
            "version": "2.0.13",
145
            "source": {
146
                "type": "git",
147
                "url": "https://github.com/bigbluebutton/bigbluebutton-api-php.git",
148
                "reference": "bae7b32f71119e6c0bc4015ea12ef4a0feeb694d"
149
            },
150
            "dist": {
151
                "type": "zip",
152
                "url": "https://api.github.com/repos/bigbluebutton/bigbluebutton-api-php/zipball/bae7b32f71119e6c0bc4015ea12ef4a0feeb694d",
153
                "reference": "bae7b32f71119e6c0bc4015ea12ef4a0feeb694d",
154
                "shasum": ""
155
            },
156
            "require": {
157
                "ext-curl": "*",
158
                "ext-mbstring": "*",
159
                "ext-simplexml": "*",
160
                "php": ">=7.1"
161
            },
162
            "require-dev": {
163
                "composer/composer": "^1.10.0",
164
                "ext-mbstring": "*",
165
                "fakerphp/faker": "^1.14",
166
                "friendsofphp/php-cs-fixer": "2.*",
167
                "php-coveralls/php-coveralls": "^2.4.0",
168
                "phpunit/phpunit": "^8",
169
                "squizlabs/php_codesniffer": "3.*"
170
            },
171
            "type": "library",
172
            "autoload": {
173
                "psr-4": {
174
                    "BigBlueButton\\": "src"
175
                }
176
            },
177
            "notification-url": "https://packagist.org/downloads/",
178
            "license": [
179
                "LGPL-3.0-or-later"
180
            ],
181
            "authors": [
182
                {
183
                    "name": "Ghazi Triki",
184
                    "email": "ghazi.nocturne@gmail.com",
185
                    "role": "Developer"
186
                }
187
            ],
188
            "description": "BigBlueButton PHP API Library for PHP",
189
            "homepage": "http://bigbluebutton.org/",
190
            "keywords": [
191
                "api",
192
                "bbb",
193
                "bigbluebutton"
194
            ],
195
            "support": {
196
                "issues": "https://github.com/bigbluebutton/bigbluebutton-api-php/issues",
197
                "source": "https://github.com/bigbluebutton/bigbluebutton-api-php/tree/2.0.13"
198
            },
199
            "time": "2021-06-11T20:48:11+00:00"
200
        },
201
        {
202
            "name": "brainfoolong/cryptojs-aes-php",
203
            "version": "2.1.1",
204
            "source": {
205
                "type": "git",
206
                "url": "https://github.com/brainfoolong/cryptojs-aes-php.git",
207
                "reference": "b73384d8c683d80a682521c827e16dba692ced10"
208
            },
209
            "dist": {
210
                "type": "zip",
211
                "url": "https://api.github.com/repos/brainfoolong/cryptojs-aes-php/zipball/b73384d8c683d80a682521c827e16dba692ced10",
212
                "reference": "b73384d8c683d80a682521c827e16dba692ced10",
213
                "shasum": ""
214
            },
215
            "require": {
216
                "ext-json": "*",
217
                "ext-openssl": "*",
218
                "php": ">=7.0.0"
219
            },
220
            "type": "library",
221
            "autoload": {
222
                "psr-4": {
223
                    "Nullix\\CryptoJsAes\\": "src/"
224
                }
225
            },
226
            "notification-url": "https://packagist.org/downloads/",
227
            "license": [
228
                "MIT"
229
            ],
230
            "authors": [
231
                {
232
                    "name": "Roland Eigelsreiter",
233
                    "homepage": "https://github.com/brainfoolong/cryptojs-aes-php",
234
                    "role": "Developer"
235
                }
236
            ],
237
            "description": "CryptoJS 3.x AES encryption/decryption on client side with Javascript and on server side with PHP",
238
            "homepage": "https://github.com/brainfoolong/cryptojs-aes-php",
239
            "keywords": [
240
                "aes",
241
                "encryption",
242
                "javascript",
243
                "php"
244
            ],
245
            "support": {
246
                "issues": "https://github.com/brainfoolong/cryptojs-aes-php/issues",
247
                "source": "https://github.com/brainfoolong/cryptojs-aes-php/tree/2.1.1"
248
            },
249
            "funding": [
250
                {
251
                    "url": "https://github.com/brainfoolong",
252
                    "type": "github"
253
                }
254
            ],
255
            "time": "2021-01-15T10:16:05+00:00"
256
        },
257
        {
258
            "name": "brick/varexporter",
3086 efrain 259
            "version": "0.3.7",
1 www 260
            "source": {
261
                "type": "git",
262
                "url": "https://github.com/brick/varexporter.git",
3086 efrain 263
                "reference": "3e263cd718d242594c52963760fee2059fd5833c"
1 www 264
            },
265
            "dist": {
266
                "type": "zip",
3086 efrain 267
                "url": "https://api.github.com/repos/brick/varexporter/zipball/3e263cd718d242594c52963760fee2059fd5833c",
268
                "reference": "3e263cd718d242594c52963760fee2059fd5833c",
1 www 269
                "shasum": ""
270
            },
271
            "require": {
272
                "nikic/php-parser": "^4.0",
273
                "php": "^7.2 || ^8.0"
274
            },
275
            "require-dev": {
276
                "php-coveralls/php-coveralls": "^2.2",
277
                "phpunit/phpunit": "^8.5 || ^9.0",
3086 efrain 278
                "vimeo/psalm": "4.23.0"
1 www 279
            },
280
            "type": "library",
281
            "autoload": {
282
                "psr-4": {
283
                    "Brick\\VarExporter\\": "src/"
284
                }
285
            },
286
            "notification-url": "https://packagist.org/downloads/",
287
            "license": [
288
                "MIT"
289
            ],
290
            "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
291
            "keywords": [
292
                "var_export"
293
            ],
294
            "support": {
295
                "issues": "https://github.com/brick/varexporter/issues",
3086 efrain 296
                "source": "https://github.com/brick/varexporter/tree/0.3.7"
1 www 297
            },
3086 efrain 298
            "funding": [
299
                {
300
                    "url": "https://github.com/BenMorel",
301
                    "type": "github"
302
                }
303
            ],
304
            "time": "2022-06-29T23:37:57+00:00"
1 www 305
        },
306
        {
307
            "name": "composer/ca-bundle",
3086 efrain 308
            "version": "1.3.3",
1 www 309
            "source": {
310
                "type": "git",
311
                "url": "https://github.com/composer/ca-bundle.git",
3086 efrain 312
                "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c"
1 www 313
            },
314
            "dist": {
315
                "type": "zip",
3086 efrain 316
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c",
317
                "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c",
1 www 318
                "shasum": ""
319
            },
320
            "require": {
321
                "ext-openssl": "*",
322
                "ext-pcre": "*",
323
                "php": "^5.3.2 || ^7.0 || ^8.0"
324
            },
325
            "require-dev": {
326
                "phpstan/phpstan": "^0.12.55",
327
                "psr/log": "^1.0",
328
                "symfony/phpunit-bridge": "^4.2 || ^5",
16 efrain 329
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
1 www 330
            },
331
            "type": "library",
332
            "extra": {
333
                "branch-alias": {
334
                    "dev-main": "1.x-dev"
335
                }
336
            },
337
            "autoload": {
338
                "psr-4": {
339
                    "Composer\\CaBundle\\": "src"
340
                }
341
            },
342
            "notification-url": "https://packagist.org/downloads/",
343
            "license": [
344
                "MIT"
345
            ],
346
            "authors": [
347
                {
348
                    "name": "Jordi Boggiano",
349
                    "email": "j.boggiano@seld.be",
350
                    "homepage": "http://seld.be"
351
                }
352
            ],
353
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
354
            "keywords": [
355
                "cabundle",
356
                "cacert",
357
                "certificate",
358
                "ssl",
359
                "tls"
360
            ],
361
            "support": {
362
                "irc": "irc://irc.freenode.org/composer",
363
                "issues": "https://github.com/composer/ca-bundle/issues",
3086 efrain 364
                "source": "https://github.com/composer/ca-bundle/tree/1.3.3"
1 www 365
            },
366
            "funding": [
367
                {
368
                    "url": "https://packagist.com",
369
                    "type": "custom"
370
                },
371
                {
372
                    "url": "https://github.com/composer",
373
                    "type": "github"
374
                },
375
                {
376
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
377
                    "type": "tidelift"
378
                }
379
            ],
3086 efrain 380
            "time": "2022-07-20T07:14:26+00:00"
1 www 381
        },
382
        {
383
            "name": "doctrine/instantiator",
3086 efrain 384
            "version": "1.4.1",
1 www 385
            "source": {
386
                "type": "git",
387
                "url": "https://github.com/doctrine/instantiator.git",
3086 efrain 388
                "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
1 www 389
            },
390
            "dist": {
391
                "type": "zip",
3086 efrain 392
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
393
                "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
1 www 394
                "shasum": ""
395
            },
396
            "require": {
397
                "php": "^7.1 || ^8.0"
398
            },
399
            "require-dev": {
3086 efrain 400
                "doctrine/coding-standard": "^9",
1 www 401
                "ext-pdo": "*",
402
                "ext-phar": "*",
3086 efrain 403
                "phpbench/phpbench": "^0.16 || ^1",
404
                "phpstan/phpstan": "^1.4",
405
                "phpstan/phpstan-phpunit": "^1",
406
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
407
                "vimeo/psalm": "^4.22"
1 www 408
            },
409
            "type": "library",
410
            "autoload": {
411
                "psr-4": {
412
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
413
                }
414
            },
415
            "notification-url": "https://packagist.org/downloads/",
416
            "license": [
417
                "MIT"
418
            ],
419
            "authors": [
420
                {
421
                    "name": "Marco Pivetta",
422
                    "email": "ocramius@gmail.com",
423
                    "homepage": "https://ocramius.github.io/"
424
                }
425
            ],
426
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
427
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
428
            "keywords": [
429
                "constructor",
430
                "instantiate"
431
            ],
432
            "support": {
433
                "issues": "https://github.com/doctrine/instantiator/issues",
3086 efrain 434
                "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
1 www 435
            },
436
            "funding": [
437
                {
438
                    "url": "https://www.doctrine-project.org/sponsorship.html",
439
                    "type": "custom"
440
                },
441
                {
442
                    "url": "https://www.patreon.com/phpdoctrine",
443
                    "type": "patreon"
444
                },
445
                {
446
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
447
                    "type": "tidelift"
448
                }
449
            ],
3086 efrain 450
            "time": "2022-03-03T08:28:38+00:00"
1 www 451
        },
452
        {
453
            "name": "ezyang/htmlpurifier",
3086 efrain 454
            "version": "v4.16.0",
1 www 455
            "source": {
456
                "type": "git",
457
                "url": "https://github.com/ezyang/htmlpurifier.git",
3086 efrain 458
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
1 www 459
            },
460
            "dist": {
461
                "type": "zip",
3086 efrain 462
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
463
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
1 www 464
                "shasum": ""
465
            },
466
            "require": {
3086 efrain 467
                "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 468
            },
3086 efrain 469
            "require-dev": {
470
                "cerdic/css-tidy": "^1.7 || ^2.0",
471
                "simpletest/simpletest": "dev-master"
472
            },
473
            "suggest": {
474
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
475
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
476
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
477
                "ext-tidy": "Used for pretty-printing HTML"
478
            },
1 www 479
            "type": "library",
480
            "autoload": {
3086 efrain 481
                "files": [
482
                    "library/HTMLPurifier.composer.php"
483
                ],
1 www 484
                "psr-0": {
485
                    "HTMLPurifier": "library/"
486
                },
487
                "exclude-from-classmap": [
488
                    "/library/HTMLPurifier/Language/"
489
                ]
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "LGPL-2.1-or-later"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "Edward Z. Yang",
498
                    "email": "admin@htmlpurifier.org",
499
                    "homepage": "http://ezyang.com"
500
                }
501
            ],
502
            "description": "Standards compliant HTML filter written in PHP",
503
            "homepage": "http://htmlpurifier.org/",
504
            "keywords": [
505
                "html"
506
            ],
507
            "support": {
508
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
3086 efrain 509
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
1 www 510
            },
3086 efrain 511
            "time": "2022-09-18T07:06:19+00:00"
1 www 512
        },
513
        {
514
            "name": "facebook/graph-sdk",
515
            "version": "5.7.0",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/facebook/php-graph-sdk.git",
519
                "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b",
524
                "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b",
525
                "shasum": ""
526
            },
527
            "require": {
528
                "php": "^5.4|^7.0"
529
            },
530
            "require-dev": {
531
                "guzzlehttp/guzzle": "~5.0",
532
                "mockery/mockery": "~0.8",
533
                "phpunit/phpunit": "~4.0"
534
            },
535
            "suggest": {
536
                "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
537
                "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
538
            },
539
            "type": "library",
540
            "extra": {
541
                "branch-alias": {
542
                    "dev-master": "5.x-dev"
543
                }
544
            },
545
            "autoload": {
3086 efrain 546
                "files": [
547
                    "src/Facebook/polyfills.php"
548
                ],
1 www 549
                "psr-4": {
550
                    "Facebook\\": "src/Facebook/"
3086 efrain 551
                }
1 www 552
            },
553
            "notification-url": "https://packagist.org/downloads/",
554
            "license": [
555
                "Facebook Platform"
556
            ],
557
            "authors": [
558
                {
559
                    "name": "Facebook",
560
                    "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
561
                }
562
            ],
563
            "description": "Facebook SDK for PHP",
564
            "homepage": "https://github.com/facebook/php-graph-sdk",
565
            "keywords": [
566
                "facebook",
567
                "sdk"
568
            ],
569
            "support": {
570
                "issues": "https://github.com/facebook/php-graph-sdk/issues",
571
                "source": "https://github.com/facebook/php-graph-sdk/tree/5.7.0"
572
            },
3086 efrain 573
            "abandoned": true,
1 www 574
            "time": "2018-12-11T22:56:31+00:00"
575
        },
576
        {
577
            "name": "firebase/php-jwt",
3086 efrain 578
            "version": "v6.3.0",
1 www 579
            "source": {
580
                "type": "git",
581
                "url": "https://github.com/firebase/php-jwt.git",
3086 efrain 582
                "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8"
1 www 583
            },
584
            "dist": {
585
                "type": "zip",
3086 efrain 586
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
587
                "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
1 www 588
                "shasum": ""
589
            },
590
            "require": {
3086 efrain 591
                "php": "^7.1||^8.0"
1 www 592
            },
593
            "require-dev": {
3086 efrain 594
                "guzzlehttp/guzzle": "^6.5||^7.4",
595
                "phpspec/prophecy-phpunit": "^1.1",
596
                "phpunit/phpunit": "^7.5||^9.5",
597
                "psr/cache": "^1.0||^2.0",
598
                "psr/http-client": "^1.0",
599
                "psr/http-factory": "^1.0"
1 www 600
            },
601
            "suggest": {
602
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
603
            },
604
            "type": "library",
605
            "autoload": {
606
                "psr-4": {
607
                    "Firebase\\JWT\\": "src"
608
                }
609
            },
610
            "notification-url": "https://packagist.org/downloads/",
611
            "license": [
612
                "BSD-3-Clause"
613
            ],
614
            "authors": [
615
                {
616
                    "name": "Neuman Vong",
617
                    "email": "neuman+pear@twilio.com",
618
                    "role": "Developer"
619
                },
620
                {
621
                    "name": "Anant Narayanan",
622
                    "email": "anant@php.net",
623
                    "role": "Developer"
624
                }
625
            ],
626
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
627
            "homepage": "https://github.com/firebase/php-jwt",
628
            "keywords": [
629
                "jwt",
630
                "php"
631
            ],
632
            "support": {
633
                "issues": "https://github.com/firebase/php-jwt/issues",
3086 efrain 634
                "source": "https://github.com/firebase/php-jwt/tree/v6.3.0"
1 www 635
            },
3086 efrain 636
            "time": "2022-07-15T16:48:45+00:00"
1 www 637
        },
638
        {
511 efrain 639
            "name": "fpdf/fpdf",
3086 efrain 640
            "version": "1.84.1",
511 efrain 641
            "source": {
642
                "type": "git",
643
                "url": "https://github.com/coreydoughty/Fpdf.git",
3086 efrain 644
                "reference": "cfafa307947f7c646b87045d0decc67bdc423209"
511 efrain 645
            },
646
            "dist": {
647
                "type": "zip",
3086 efrain 648
                "url": "https://api.github.com/repos/coreydoughty/Fpdf/zipball/cfafa307947f7c646b87045d0decc67bdc423209",
649
                "reference": "cfafa307947f7c646b87045d0decc67bdc423209",
511 efrain 650
                "shasum": ""
651
            },
652
            "require": {
653
                "php": ">=5.6.0"
654
            },
655
            "type": "library",
656
            "autoload": {
657
                "psr-4": {
658
                    "Fpdf\\": "src/Fpdf"
659
                }
660
            },
661
            "notification-url": "https://packagist.org/downloads/",
662
            "license": [
663
                "MIT"
664
            ],
665
            "authors": [
666
                {
667
                    "name": "Corey Doughty",
668
                    "email": "corey@doughty.ca"
669
                }
670
            ],
671
            "description": "FPDF Composer Wrapper",
672
            "homepage": "https://github.com/coreydoughty/Fpdf",
673
            "keywords": [
674
                "fpdf",
675
                "pdf",
676
                "wrapper"
677
            ],
678
            "support": {
679
                "issues": "https://github.com/coreydoughty/Fpdf/issues",
3086 efrain 680
                "source": "https://github.com/coreydoughty/Fpdf/tree/1.84.1"
511 efrain 681
            },
3086 efrain 682
            "time": "2022-09-02T14:13:29+00:00"
511 efrain 683
        },
684
        {
1 www 685
            "name": "geoip2/geoip2",
3086 efrain 686
            "version": "v2.13.0",
1 www 687
            "source": {
688
                "type": "git",
3086 efrain 689
                "url": "git@github.com:maxmind/GeoIP2-php.git",
690
                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23"
1 www 691
            },
692
            "dist": {
693
                "type": "zip",
3086 efrain 694
                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
695
                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
1 www 696
                "shasum": ""
697
            },
698
            "require": {
699
                "ext-json": "*",
700
                "maxmind-db/reader": "~1.8",
701
                "maxmind/web-service-common": "~0.8",
702
                "php": ">=7.2"
703
            },
704
            "require-dev": {
16 efrain 705
                "friendsofphp/php-cs-fixer": "3.*",
706
                "phpstan/phpstan": "*",
1 www 707
                "phpunit/phpunit": "^8.0 || ^9.0",
708
                "squizlabs/php_codesniffer": "3.*"
709
            },
710
            "type": "library",
711
            "autoload": {
712
                "psr-4": {
713
                    "GeoIp2\\": "src"
714
                }
715
            },
716
            "notification-url": "https://packagist.org/downloads/",
717
            "license": [
718
                "Apache-2.0"
719
            ],
720
            "authors": [
721
                {
722
                    "name": "Gregory J. Oschwald",
723
                    "email": "goschwald@maxmind.com",
724
                    "homepage": "https://www.maxmind.com/"
725
                }
726
            ],
727
            "description": "MaxMind GeoIP2 PHP API",
728
            "homepage": "https://github.com/maxmind/GeoIP2-php",
729
            "keywords": [
730
                "IP",
731
                "geoip",
732
                "geoip2",
733
                "geolocation",
734
                "maxmind"
735
            ],
3086 efrain 736
            "time": "2022-08-05T20:32:58+00:00"
1 www 737
        },
738
        {
739
            "name": "google/apiclient",
3086 efrain 740
            "version": "v2.12.6",
1 www 741
            "source": {
742
                "type": "git",
743
                "url": "https://github.com/googleapis/google-api-php-client.git",
3086 efrain 744
                "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e"
1 www 745
            },
746
            "dist": {
747
                "type": "zip",
3086 efrain 748
                "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e",
749
                "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e",
1 www 750
                "shasum": ""
751
            },
752
            "require": {
3086 efrain 753
                "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
1 www 754
                "google/apiclient-services": "~0.200",
755
                "google/auth": "^1.10",
756
                "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
3086 efrain 757
                "guzzlehttp/psr7": "^1.8.4||^2.2.1",
758
                "monolog/monolog": "^1.17||^2.0||^3.0",
1 www 759
                "php": "^5.6|^7.0|^8.0",
760
                "phpseclib/phpseclib": "~2.0||^3.0.2"
761
            },
762
            "require-dev": {
763
                "cache/filesystem-adapter": "^0.3.2|^1.1",
764
                "composer/composer": "^1.10.22",
765
                "phpcompatibility/php-compatibility": "^9.2",
16 efrain 766
                "phpspec/prophecy-phpunit": "^1.1||^2.0",
767
                "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
3086 efrain 768
                "squizlabs/php_codesniffer": "^3.0",
1 www 769
                "symfony/css-selector": "~2.1",
16 efrain 770
                "symfony/dom-crawler": "~2.1",
771
                "yoast/phpunit-polyfills": "^1.0"
1 www 772
            },
773
            "suggest": {
774
                "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
775
            },
776
            "type": "library",
777
            "extra": {
778
                "branch-alias": {
16 efrain 779
                    "dev-main": "2.x-dev"
1 www 780
                }
781
            },
782
            "autoload": {
3086 efrain 783
                "files": [
784
                    "src/aliases.php"
785
                ],
1 www 786
                "psr-4": {
787
                    "Google\\": "src/"
788
                },
789
                "classmap": [
790
                    "src/aliases.php"
791
                ]
792
            },
793
            "notification-url": "https://packagist.org/downloads/",
794
            "license": [
795
                "Apache-2.0"
796
            ],
797
            "description": "Client library for Google APIs",
798
            "homepage": "http://developers.google.com/api-client-library/php",
799
            "keywords": [
800
                "google"
801
            ],
802
            "support": {
803
                "issues": "https://github.com/googleapis/google-api-php-client/issues",
3086 efrain 804
                "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.6"
1 www 805
            },
3086 efrain 806
            "time": "2022-06-06T20:00:19+00:00"
1 www 807
        },
808
        {
809
            "name": "google/apiclient-services",
3086 efrain 810
            "version": "v0.270.0",
1 www 811
            "source": {
812
                "type": "git",
813
                "url": "https://github.com/googleapis/google-api-php-client-services.git",
3086 efrain 814
                "reference": "902b415a7ab92ccb50e2b7dda334a3497c8bc3da"
1 www 815
            },
816
            "dist": {
817
                "type": "zip",
3086 efrain 818
                "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/902b415a7ab92ccb50e2b7dda334a3497c8bc3da",
819
                "reference": "902b415a7ab92ccb50e2b7dda334a3497c8bc3da",
1 www 820
                "shasum": ""
821
            },
822
            "require": {
823
                "php": ">=5.6"
824
            },
825
            "require-dev": {
826
                "phpunit/phpunit": "^5.7||^8.5.13"
827
            },
828
            "type": "library",
829
            "autoload": {
3086 efrain 830
                "files": [
831
                    "autoload.php"
832
                ],
1 www 833
                "psr-4": {
834
                    "Google\\Service\\": "src"
3086 efrain 835
                }
1 www 836
            },
837
            "notification-url": "https://packagist.org/downloads/",
838
            "license": [
839
                "Apache-2.0"
840
            ],
841
            "description": "Client library for Google APIs",
842
            "homepage": "http://developers.google.com/api-client-library/php",
843
            "keywords": [
844
                "google"
845
            ],
846
            "support": {
847
                "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
3086 efrain 848
                "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.270.0"
1 www 849
            },
3086 efrain 850
            "time": "2022-10-08T01:14:15+00:00"
1 www 851
        },
852
        {
853
            "name": "google/auth",
3086 efrain 854
            "version": "v1.23.0",
1 www 855
            "source": {
856
                "type": "git",
857
                "url": "https://github.com/googleapis/google-auth-library-php.git",
3086 efrain 858
                "reference": "8da16102d2cd1bdc128d97f323553df465ee7701"
1 www 859
            },
860
            "dist": {
861
                "type": "zip",
3086 efrain 862
                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/8da16102d2cd1bdc128d97f323553df465ee7701",
863
                "reference": "8da16102d2cd1bdc128d97f323553df465ee7701",
1 www 864
                "shasum": ""
865
            },
866
            "require": {
3086 efrain 867
                "firebase/php-jwt": "^5.5||^6.0",
868
                "guzzlehttp/guzzle": "^6.2.1|^7.0",
16 efrain 869
                "guzzlehttp/psr7": "^1.7|^2.0",
3086 efrain 870
                "php": "^7.1||^8.0",
871
                "psr/cache": "^1.0|^2.0|^3.0",
1 www 872
                "psr/http-message": "^1.0"
873
            },
874
            "require-dev": {
875
                "guzzlehttp/promises": "0.1.1|^1.3",
876
                "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
877
                "phpseclib/phpseclib": "^2.0.31",
3086 efrain 878
                "phpspec/prophecy-phpunit": "^1.1",
879
                "phpunit/phpunit": "^7.5||^8.5",
880
                "sebastian/comparator": ">=1.2.3",
881
                "squizlabs/php_codesniffer": "^3.5"
1 www 882
            },
883
            "suggest": {
884
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
885
            },
886
            "type": "library",
887
            "autoload": {
888
                "psr-4": {
889
                    "Google\\Auth\\": "src"
890
                }
891
            },
892
            "notification-url": "https://packagist.org/downloads/",
893
            "license": [
894
                "Apache-2.0"
895
            ],
896
            "description": "Google Auth Library for PHP",
897
            "homepage": "http://github.com/google/google-auth-library-php",
898
            "keywords": [
899
                "Authentication",
900
                "google",
901
                "oauth2"
902
            ],
903
            "support": {
3086 efrain 904
                "docs": "https://googleapis.github.io/google-auth-library-php/main/",
1 www 905
                "issues": "https://github.com/googleapis/google-auth-library-php/issues",
3086 efrain 906
                "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.23.0"
1 www 907
            },
3086 efrain 908
            "time": "2022-09-27T16:27:23+00:00"
1 www 909
        },
910
        {
911
            "name": "guzzlehttp/guzzle",
3086 efrain 912
            "version": "7.5.0",
1 www 913
            "source": {
914
                "type": "git",
915
                "url": "https://github.com/guzzle/guzzle.git",
3086 efrain 916
                "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
1 www 917
            },
918
            "dist": {
919
                "type": "zip",
3086 efrain 920
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
921
                "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1 www 922
                "shasum": ""
923
            },
924
            "require": {
925
                "ext-json": "*",
16 efrain 926
                "guzzlehttp/promises": "^1.5",
3086 efrain 927
                "guzzlehttp/psr7": "^1.9 || ^2.4",
1 www 928
                "php": "^7.2.5 || ^8.0",
16 efrain 929
                "psr/http-client": "^1.0",
930
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
1 www 931
            },
932
            "provide": {
933
                "psr/http-client-implementation": "1.0"
934
            },
935
            "require-dev": {
3086 efrain 936
                "bamarni/composer-bin-plugin": "^1.8.1",
1 www 937
                "ext-curl": "*",
938
                "php-http/client-integration-tests": "^3.0",
3086 efrain 939
                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
16 efrain 940
                "psr/log": "^1.1 || ^2.0 || ^3.0"
1 www 941
            },
942
            "suggest": {
943
                "ext-curl": "Required for CURL handler support",
944
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
945
                "psr/log": "Required for using the Log middleware"
946
            },
947
            "type": "library",
948
            "extra": {
3086 efrain 949
                "bamarni-bin": {
950
                    "bin-links": true,
951
                    "forward-command": false
952
                },
1 www 953
                "branch-alias": {
3086 efrain 954
                    "dev-master": "7.5-dev"
1 www 955
                }
956
            },
957
            "autoload": {
3086 efrain 958
                "files": [
959
                    "src/functions_include.php"
960
                ],
1 www 961
                "psr-4": {
962
                    "GuzzleHttp\\": "src/"
3086 efrain 963
                }
1 www 964
            },
965
            "notification-url": "https://packagist.org/downloads/",
966
            "license": [
967
                "MIT"
968
            ],
969
            "authors": [
970
                {
16 efrain 971
                    "name": "Graham Campbell",
972
                    "email": "hello@gjcampbell.co.uk",
973
                    "homepage": "https://github.com/GrahamCampbell"
974
                },
975
                {
1 www 976
                    "name": "Michael Dowling",
977
                    "email": "mtdowling@gmail.com",
978
                    "homepage": "https://github.com/mtdowling"
979
                },
980
                {
16 efrain 981
                    "name": "Jeremy Lindblom",
982
                    "email": "jeremeamia@gmail.com",
983
                    "homepage": "https://github.com/jeremeamia"
984
                },
985
                {
986
                    "name": "George Mponos",
987
                    "email": "gmponos@gmail.com",
988
                    "homepage": "https://github.com/gmponos"
989
                },
990
                {
991
                    "name": "Tobias Nyholm",
992
                    "email": "tobias.nyholm@gmail.com",
993
                    "homepage": "https://github.com/Nyholm"
994
                },
995
                {
1 www 996
                    "name": "Márk Sági-Kazár",
997
                    "email": "mark.sagikazar@gmail.com",
16 efrain 998
                    "homepage": "https://github.com/sagikazarmark"
999
                },
1000
                {
1001
                    "name": "Tobias Schultze",
1002
                    "email": "webmaster@tubo-world.de",
1003
                    "homepage": "https://github.com/Tobion"
1 www 1004
                }
1005
            ],
1006
            "description": "Guzzle is a PHP HTTP client library",
1007
            "keywords": [
1008
                "client",
1009
                "curl",
1010
                "framework",
1011
                "http",
1012
                "http client",
1013
                "psr-18",
1014
                "psr-7",
1015
                "rest",
1016
                "web service"
1017
            ],
1018
            "support": {
1019
                "issues": "https://github.com/guzzle/guzzle/issues",
3086 efrain 1020
                "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
1 www 1021
            },
1022
            "funding": [
1023
                {
1024
                    "url": "https://github.com/GrahamCampbell",
1025
                    "type": "github"
1026
                },
1027
                {
1028
                    "url": "https://github.com/Nyholm",
1029
                    "type": "github"
1030
                },
1031
                {
16 efrain 1032
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1033
                    "type": "tidelift"
1 www 1034
                }
1035
            ],
3086 efrain 1036
            "time": "2022-08-28T15:39:27+00:00"
1 www 1037
        },
1038
        {
1039
            "name": "guzzlehttp/promises",
3086 efrain 1040
            "version": "1.5.2",
1 www 1041
            "source": {
1042
                "type": "git",
1043
                "url": "https://github.com/guzzle/promises.git",
3086 efrain 1044
                "reference": "b94b2807d85443f9719887892882d0329d1e2598"
1 www 1045
            },
1046
            "dist": {
1047
                "type": "zip",
3086 efrain 1048
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
1049
                "reference": "b94b2807d85443f9719887892882d0329d1e2598",
1 www 1050
                "shasum": ""
1051
            },
1052
            "require": {
1053
                "php": ">=5.5"
1054
            },
1055
            "require-dev": {
1056
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
1057
            },
1058
            "type": "library",
1059
            "extra": {
1060
                "branch-alias": {
16 efrain 1061
                    "dev-master": "1.5-dev"
1 www 1062
                }
1063
            },
1064
            "autoload": {
3086 efrain 1065
                "files": [
1066
                    "src/functions_include.php"
1067
                ],
1 www 1068
                "psr-4": {
1069
                    "GuzzleHttp\\Promise\\": "src/"
3086 efrain 1070
                }
1 www 1071
            },
1072
            "notification-url": "https://packagist.org/downloads/",
1073
            "license": [
1074
                "MIT"
1075
            ],
1076
            "authors": [
1077
                {
16 efrain 1078
                    "name": "Graham Campbell",
1079
                    "email": "hello@gjcampbell.co.uk",
1080
                    "homepage": "https://github.com/GrahamCampbell"
1081
                },
1082
                {
1 www 1083
                    "name": "Michael Dowling",
1084
                    "email": "mtdowling@gmail.com",
1085
                    "homepage": "https://github.com/mtdowling"
16 efrain 1086
                },
1087
                {
1088
                    "name": "Tobias Nyholm",
1089
                    "email": "tobias.nyholm@gmail.com",
1090
                    "homepage": "https://github.com/Nyholm"
1091
                },
1092
                {
1093
                    "name": "Tobias Schultze",
1094
                    "email": "webmaster@tubo-world.de",
1095
                    "homepage": "https://github.com/Tobion"
1 www 1096
                }
1097
            ],
1098
            "description": "Guzzle promises library",
1099
            "keywords": [
1100
                "promise"
1101
            ],
1102
            "support": {
1103
                "issues": "https://github.com/guzzle/promises/issues",
3086 efrain 1104
                "source": "https://github.com/guzzle/promises/tree/1.5.2"
1 www 1105
            },
16 efrain 1106
            "funding": [
1107
                {
1108
                    "url": "https://github.com/GrahamCampbell",
1109
                    "type": "github"
1110
                },
1111
                {
1112
                    "url": "https://github.com/Nyholm",
1113
                    "type": "github"
1114
                },
1115
                {
1116
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1117
                    "type": "tidelift"
1118
                }
1119
            ],
3086 efrain 1120
            "time": "2022-08-28T14:55:35+00:00"
1 www 1121
        },
1122
        {
1123
            "name": "guzzlehttp/psr7",
3086 efrain 1124
            "version": "2.4.1",
1 www 1125
            "source": {
1126
                "type": "git",
1127
                "url": "https://github.com/guzzle/psr7.git",
3086 efrain 1128
                "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379"
1 www 1129
            },
1130
            "dist": {
1131
                "type": "zip",
3086 efrain 1132
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379",
1133
                "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379",
1 www 1134
                "shasum": ""
1135
            },
1136
            "require": {
16 efrain 1137
                "php": "^7.2.5 || ^8.0",
1138
                "psr/http-factory": "^1.0",
1139
                "psr/http-message": "^1.0",
1140
                "ralouphie/getallheaders": "^3.0"
1 www 1141
            },
1142
            "provide": {
16 efrain 1143
                "psr/http-factory-implementation": "1.0",
1 www 1144
                "psr/http-message-implementation": "1.0"
1145
            },
1146
            "require-dev": {
3086 efrain 1147
                "bamarni/composer-bin-plugin": "^1.8.1",
16 efrain 1148
                "http-interop/http-factory-tests": "^0.9",
3086 efrain 1149
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1 www 1150
            },
1151
            "suggest": {
1152
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1153
            },
1154
            "type": "library",
1155
            "extra": {
3086 efrain 1156
                "bamarni-bin": {
1157
                    "bin-links": true,
1158
                    "forward-command": false
1159
                },
1 www 1160
                "branch-alias": {
3086 efrain 1161
                    "dev-master": "2.4-dev"
1 www 1162
                }
1163
            },
1164
            "autoload": {
1165
                "psr-4": {
1166
                    "GuzzleHttp\\Psr7\\": "src/"
16 efrain 1167
                }
1 www 1168
            },
1169
            "notification-url": "https://packagist.org/downloads/",
1170
            "license": [
1171
                "MIT"
1172
            ],
1173
            "authors": [
1174
                {
16 efrain 1175
                    "name": "Graham Campbell",
1176
                    "email": "hello@gjcampbell.co.uk",
1177
                    "homepage": "https://github.com/GrahamCampbell"
1178
                },
1179
                {
1 www 1180
                    "name": "Michael Dowling",
1181
                    "email": "mtdowling@gmail.com",
1182
                    "homepage": "https://github.com/mtdowling"
1183
                },
1184
                {
16 efrain 1185
                    "name": "George Mponos",
1186
                    "email": "gmponos@gmail.com",
1187
                    "homepage": "https://github.com/gmponos"
1188
                },
1189
                {
1190
                    "name": "Tobias Nyholm",
1191
                    "email": "tobias.nyholm@gmail.com",
1192
                    "homepage": "https://github.com/Nyholm"
1193
                },
1194
                {
1195
                    "name": "Márk Sági-Kazár",
1196
                    "email": "mark.sagikazar@gmail.com",
1197
                    "homepage": "https://github.com/sagikazarmark"
1198
                },
1199
                {
1 www 1200
                    "name": "Tobias Schultze",
16 efrain 1201
                    "email": "webmaster@tubo-world.de",
1 www 1202
                    "homepage": "https://github.com/Tobion"
16 efrain 1203
                },
1204
                {
1205
                    "name": "Márk Sági-Kazár",
1206
                    "email": "mark.sagikazar@gmail.com",
1207
                    "homepage": "https://sagikazarmark.hu"
1 www 1208
                }
1209
            ],
1210
            "description": "PSR-7 message implementation that also provides common utility methods",
1211
            "keywords": [
1212
                "http",
1213
                "message",
1214
                "psr-7",
1215
                "request",
1216
                "response",
1217
                "stream",
1218
                "uri",
1219
                "url"
1220
            ],
1221
            "support": {
1222
                "issues": "https://github.com/guzzle/psr7/issues",
3086 efrain 1223
                "source": "https://github.com/guzzle/psr7/tree/2.4.1"
1 www 1224
            },
16 efrain 1225
            "funding": [
1226
                {
1227
                    "url": "https://github.com/GrahamCampbell",
1228
                    "type": "github"
1229
                },
1230
                {
1231
                    "url": "https://github.com/Nyholm",
1232
                    "type": "github"
1233
                },
1234
                {
1235
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1236
                    "type": "tidelift"
1237
                }
1238
            ],
3086 efrain 1239
            "time": "2022-08-28T14:45:39+00:00"
1 www 1240
        },
1241
        {
1242
            "name": "laminas/laminas-authentication",
3086 efrain 1243
            "version": "2.12.0",
1 www 1244
            "source": {
1245
                "type": "git",
1246
                "url": "https://github.com/laminas/laminas-authentication.git",
3086 efrain 1247
                "reference": "ecb59c6d7f7d0ed39790264ca16a94636cac98ae"
1 www 1248
            },
1249
            "dist": {
1250
                "type": "zip",
3086 efrain 1251
                "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/ecb59c6d7f7d0ed39790264ca16a94636cac98ae",
1252
                "reference": "ecb59c6d7f7d0ed39790264ca16a94636cac98ae",
1 www 1253
                "shasum": ""
1254
            },
1255
            "require": {
3086 efrain 1256
                "laminas/laminas-stdlib": "^3.6.0",
1257
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 1258
            },
16 efrain 1259
            "conflict": {
1260
                "zendframework/zend-authentication": "*"
1 www 1261
            },
1262
            "require-dev": {
3086 efrain 1263
                "laminas/laminas-coding-standard": "~2.4.0",
1264
                "laminas/laminas-crypt": "^2.6.0 || ^3.2.1",
1265
                "laminas/laminas-db": "^2.13.0",
16 efrain 1266
                "laminas/laminas-http": "^2.15.0",
3086 efrain 1267
                "laminas/laminas-ldap": "^2.12.0",
1268
                "laminas/laminas-session": "^2.12.0",
1269
                "laminas/laminas-uri": "^2.9.1",
1270
                "laminas/laminas-validator": "^2.15.0",
1271
                "phpunit/phpunit": "^9.3.4",
1 www 1272
                "psalm/plugin-phpunit": "^0.15.1",
3086 efrain 1273
                "squizlabs/php_codesniffer": "^3.6.0",
1274
                "vimeo/psalm": "^4.6.0"
1 www 1275
            },
1276
            "suggest": {
1277
                "laminas/laminas-crypt": "Laminas\\Crypt component",
1278
                "laminas/laminas-db": "Laminas\\Db component",
1279
                "laminas/laminas-http": "Laminas\\Http component",
1280
                "laminas/laminas-ldap": "Laminas\\Ldap component",
1281
                "laminas/laminas-session": "Laminas\\Session component",
1282
                "laminas/laminas-uri": "Laminas\\Uri component",
1283
                "laminas/laminas-validator": "Laminas\\Validator component"
1284
            },
1285
            "type": "library",
1286
            "autoload": {
1287
                "psr-4": {
1288
                    "Laminas\\Authentication\\": "src/"
1289
                }
1290
            },
1291
            "notification-url": "https://packagist.org/downloads/",
1292
            "license": [
1293
                "BSD-3-Clause"
1294
            ],
1295
            "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
1296
            "homepage": "https://laminas.dev",
1297
            "keywords": [
1298
                "Authentication",
1299
                "laminas"
1300
            ],
1301
            "support": {
1302
                "chat": "https://laminas.dev/chat",
1303
                "docs": "https://docs.laminas.dev/laminas-authentication/",
1304
                "forum": "https://discourse.laminas.dev",
1305
                "issues": "https://github.com/laminas/laminas-authentication/issues",
1306
                "rss": "https://github.com/laminas/laminas-authentication/releases.atom",
1307
                "source": "https://github.com/laminas/laminas-authentication"
1308
            },
1309
            "funding": [
1310
                {
1311
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1312
                    "type": "community_bridge"
1313
                }
1314
            ],
3086 efrain 1315
            "time": "2022-09-12T18:40:34+00:00"
1 www 1316
        },
1317
        {
1318
            "name": "laminas/laminas-cache",
16 efrain 1319
            "version": "2.13.2",
1 www 1320
            "source": {
1321
                "type": "git",
1322
                "url": "https://github.com/laminas/laminas-cache.git",
16 efrain 1323
                "reference": "fc3255833c1c687ed2c5312e9663ef062be155c9"
1 www 1324
            },
1325
            "dist": {
1326
                "type": "zip",
16 efrain 1327
                "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/fc3255833c1c687ed2c5312e9663ef062be155c9",
1328
                "reference": "fc3255833c1c687ed2c5312e9663ef062be155c9",
1 www 1329
                "shasum": ""
1330
            },
1331
            "require": {
1332
                "laminas/laminas-cache-storage-adapter-apc": "^1.0",
1333
                "laminas/laminas-cache-storage-adapter-apcu": "^1.0",
1334
                "laminas/laminas-cache-storage-adapter-blackhole": "^1.0",
1335
                "laminas/laminas-cache-storage-adapter-dba": "^1.0",
1336
                "laminas/laminas-cache-storage-adapter-ext-mongodb": "^1.0",
1337
                "laminas/laminas-cache-storage-adapter-filesystem": "^1.0",
1338
                "laminas/laminas-cache-storage-adapter-memcache": "^1.0",
1339
                "laminas/laminas-cache-storage-adapter-memcached": "^1.0",
1340
                "laminas/laminas-cache-storage-adapter-memory": "^1.0",
1341
                "laminas/laminas-cache-storage-adapter-mongodb": "^1.0",
1342
                "laminas/laminas-cache-storage-adapter-redis": "^1.0",
1343
                "laminas/laminas-cache-storage-adapter-session": "^1.0",
1344
                "laminas/laminas-cache-storage-adapter-wincache": "^1.0",
1345
                "laminas/laminas-cache-storage-adapter-xcache": "^1.0",
1346
                "laminas/laminas-cache-storage-adapter-zend-server": "^1.0",
1347
                "laminas/laminas-eventmanager": "^3.3",
1348
                "laminas/laminas-servicemanager": "^3.6",
1349
                "laminas/laminas-stdlib": "^3.3",
1350
                "laminas/laminas-zendframework-bridge": "^1.0",
1351
                "php": "^7.3 || ~8.0.0",
1352
                "psr/cache": "^1.0",
1353
                "psr/simple-cache": "^1.0"
1354
            },
1355
            "conflict": {
1356
                "symfony/console": "<5.1"
1357
            },
1358
            "provide": {
1359
                "psr/cache-implementation": "1.0",
1360
                "psr/simple-cache-implementation": "1.0"
1361
            },
1362
            "replace": {
1363
                "zendframework/zend-cache": "^2.9.0"
1364
            },
1365
            "require-dev": {
1366
                "laminas/laminas-cli": "^1.0",
1367
                "laminas/laminas-coding-standard": "~1.0.0",
1368
                "laminas/laminas-config-aggregator": "^1.5",
1369
                "laminas/laminas-feed": "^2.14",
1370
                "laminas/laminas-serializer": "^2.6",
1371
                "phpbench/phpbench": "^1.0.0-beta2",
1372
                "phpspec/prophecy-phpunit": "^2.0",
1373
                "phpunit/phpunit": "^9.5"
1374
            },
1375
            "suggest": {
1376
                "laminas/laminas-cli": "The laminas-cli binary can be used to consume commands provided by this component",
1377
                "laminas/laminas-serializer": "Laminas\\Serializer component"
1378
            },
1379
            "type": "library",
1380
            "extra": {
1381
                "laminas": {
1382
                    "component": "Laminas\\Cache",
1383
                    "config-provider": "Laminas\\Cache\\ConfigProvider"
1384
                }
1385
            },
1386
            "autoload": {
1387
                "files": [
1388
                    "autoload/patternPluginManagerPolyfill.php"
1389
                ],
1390
                "psr-4": {
1391
                    "Laminas\\Cache\\": "src/"
1392
                }
1393
            },
1394
            "notification-url": "https://packagist.org/downloads/",
1395
            "license": [
1396
                "BSD-3-Clause"
1397
            ],
1398
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
1399
            "homepage": "https://laminas.dev",
1400
            "keywords": [
1401
                "cache",
1402
                "laminas",
1403
                "psr-16",
1404
                "psr-6"
1405
            ],
1406
            "support": {
1407
                "chat": "https://laminas.dev/chat",
1408
                "docs": "https://docs.laminas.dev/laminas-cache/",
1409
                "forum": "https://discourse.laminas.dev",
1410
                "issues": "https://github.com/laminas/laminas-cache/issues",
1411
                "rss": "https://github.com/laminas/laminas-cache/releases.atom",
1412
                "source": "https://github.com/laminas/laminas-cache"
1413
            },
1414
            "funding": [
1415
                {
1416
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1417
                    "type": "community_bridge"
1418
                }
1419
            ],
16 efrain 1420
            "time": "2021-11-07T13:11:51+00:00"
1 www 1421
        },
1422
        {
1423
            "name": "laminas/laminas-cache-storage-adapter-apc",
1424
            "version": "1.0.1",
1425
            "source": {
1426
                "type": "git",
1427
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-apc.git",
1428
                "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1"
1429
            },
1430
            "dist": {
1431
                "type": "zip",
1432
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apc/zipball/8b375d994f6e67534f6ae6e995249e706faa30c1",
1433
                "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1",
1434
                "shasum": ""
1435
            },
1436
            "require": {
1437
                "php": "^5.6 || ^7.0"
1438
            },
1439
            "conflict": {
1440
                "laminas/laminas-cache": "<2.10"
1441
            },
1442
            "provide": {
1443
                "laminas/laminas-cache-storage-implementation": "1.0"
1444
            },
1445
            "require-dev": {
1446
                "laminas/laminas-cache": "^2.10",
1447
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1448
                "laminas/laminas-coding-standard": "~1.0.0",
1449
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
1450
            },
1451
            "suggest": {
1452
                "ext-apc": "APC or compatible extension, to use the APC storage adapter"
1453
            },
1454
            "type": "library",
1455
            "autoload": {
1456
                "psr-4": {
1457
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1458
                }
1459
            },
1460
            "notification-url": "https://packagist.org/downloads/",
1461
            "license": [
1462
                "BSD-3-Clause"
1463
            ],
1464
            "description": "Laminas cache adapter",
1465
            "keywords": [
1466
                "cache",
1467
                "laminas"
1468
            ],
1469
            "support": {
1470
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apc/",
1471
                "forum": "https://discourse.laminas.dev/",
1472
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apc/issues",
1473
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apc/releases.atom",
1474
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-apc"
1475
            },
1476
            "funding": [
1477
                {
1478
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1479
                    "type": "community_bridge"
1480
                }
1481
            ],
1482
            "abandoned": true,
1483
            "time": "2020-10-12T16:04:12+00:00"
1484
        },
1485
        {
1486
            "name": "laminas/laminas-cache-storage-adapter-apcu",
1487
            "version": "1.1.0",
1488
            "source": {
1489
                "type": "git",
1490
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-apcu.git",
1491
                "reference": "e182aab739d6b03992a9915cc3c7019391a94548"
1492
            },
1493
            "dist": {
1494
                "type": "zip",
1495
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apcu/zipball/e182aab739d6b03992a9915cc3c7019391a94548",
1496
                "reference": "e182aab739d6b03992a9915cc3c7019391a94548",
1497
                "shasum": ""
1498
            },
1499
            "require": {
1500
                "php": "^7.3 || ~8.0.0"
1501
            },
1502
            "conflict": {
1503
                "laminas/laminas-cache": "<2.10"
1504
            },
1505
            "provide": {
1506
                "laminas/laminas-cache-storage-implementation": "1.0"
1507
            },
1508
            "require-dev": {
1509
                "ext-apcu": "*",
1510
                "laminas/laminas-cache": "^2.10.1",
1511
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1512
                "laminas/laminas-coding-standard": "~1.0.0",
1513
                "squizlabs/php_codesniffer": "^2.7"
1514
            },
1515
            "suggest": {
1516
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter"
1517
            },
1518
            "type": "library",
1519
            "autoload": {
1520
                "psr-4": {
1521
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1522
                }
1523
            },
1524
            "notification-url": "https://packagist.org/downloads/",
1525
            "license": [
1526
                "BSD-3-Clause"
1527
            ],
1528
            "description": "Laminas cache adapter for apcu",
1529
            "keywords": [
1530
                "cache",
1531
                "laminas"
1532
            ],
1533
            "support": {
1534
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apcu/",
1535
                "forum": "https://discourse.laminas.dev/",
1536
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/issues",
1537
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/releases.atom",
1538
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-apcu"
1539
            },
1540
            "funding": [
1541
                {
1542
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1543
                    "type": "community_bridge"
1544
                }
1545
            ],
1546
            "time": "2021-05-03T20:41:53+00:00"
1547
        },
1548
        {
1549
            "name": "laminas/laminas-cache-storage-adapter-blackhole",
1550
            "version": "1.2.1",
1551
            "source": {
1552
                "type": "git",
1553
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole.git",
1554
                "reference": "4af1053efd81785a292c2a9442871c075700345a"
1555
            },
1556
            "dist": {
1557
                "type": "zip",
1558
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-blackhole/zipball/4af1053efd81785a292c2a9442871c075700345a",
1559
                "reference": "4af1053efd81785a292c2a9442871c075700345a",
1560
                "shasum": ""
1561
            },
1562
            "require": {
1563
                "php": "^7.3 || ~8.0.0"
1564
            },
1565
            "conflict": {
1566
                "laminas/laminas-cache": "<2.10"
1567
            },
1568
            "provide": {
1569
                "laminas/laminas-cache-storage-implementation": "1.0"
1570
            },
1571
            "require-dev": {
1572
                "laminas/laminas-cache": "^2.10.1",
1573
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1574
                "laminas/laminas-coding-standard": "^2.1.4",
1575
                "squizlabs/php_codesniffer": "^3.5.8"
1576
            },
1577
            "type": "library",
1578
            "autoload": {
1579
                "psr-4": {
1580
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1581
                }
1582
            },
1583
            "notification-url": "https://packagist.org/downloads/",
1584
            "license": [
1585
                "BSD-3-Clause"
1586
            ],
1587
            "description": "Laminas cache adapter for blackhole",
1588
            "keywords": [
1589
                "cache",
1590
                "laminas"
1591
            ],
1592
            "support": {
1593
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-blackhole/",
1594
                "forum": "https://discourse.laminas.dev/",
1595
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/issues",
1596
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/releases.atom",
1597
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole"
1598
            },
1599
            "funding": [
1600
                {
1601
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1602
                    "type": "community_bridge"
1603
                }
1604
            ],
1605
            "time": "2021-04-29T21:06:24+00:00"
1606
        },
1607
        {
1608
            "name": "laminas/laminas-cache-storage-adapter-dba",
1609
            "version": "1.0.1",
1610
            "source": {
1611
                "type": "git",
1612
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-dba.git",
1613
                "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b"
1614
            },
1615
            "dist": {
1616
                "type": "zip",
1617
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-dba/zipball/ad968d3d8a0350af8e6717be58bb96e5a9e77f3b",
1618
                "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b",
1619
                "shasum": ""
1620
            },
1621
            "require": {
1622
                "php": "^5.6 || ^7.0"
1623
            },
1624
            "conflict": {
1625
                "laminas/laminas-cache": "<2.10"
1626
            },
1627
            "provide": {
1628
                "laminas/laminas-cache-storage-implementation": "1.0"
1629
            },
1630
            "require-dev": {
1631
                "laminas/laminas-cache": "^2.10",
1632
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1633
                "laminas/laminas-coding-standard": "~1.0.0",
1634
                "squizlabs/php_codesniffer": "^2.7"
1635
            },
1636
            "suggest": {
1637
                "ext-dba": "DBA, to use the DBA storage adapter"
1638
            },
1639
            "type": "library",
1640
            "autoload": {
1641
                "psr-4": {
1642
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1643
                }
1644
            },
1645
            "notification-url": "https://packagist.org/downloads/",
1646
            "license": [
1647
                "BSD-3-Clause"
1648
            ],
1649
            "description": "Laminas cache adapter for dba",
1650
            "keywords": [
1651
                "cache",
1652
                "laminas"
1653
            ],
1654
            "support": {
1655
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-dba/",
1656
                "forum": "https://discourse.laminas.dev/",
1657
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-dba/issues",
1658
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-dba/releases.atom",
1659
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-dba"
1660
            },
1661
            "funding": [
1662
                {
1663
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1664
                    "type": "community_bridge"
1665
                }
1666
            ],
1667
            "abandoned": true,
1668
            "time": "2020-10-12T16:08:58+00:00"
1669
        },
1670
        {
1671
            "name": "laminas/laminas-cache-storage-adapter-ext-mongodb",
16 efrain 1672
            "version": "1.2.0",
1 www 1673
            "source": {
1674
                "type": "git",
1675
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb.git",
16 efrain 1676
                "reference": "72f68589cc8323fa688167a4720b795dd0907f4e"
1 www 1677
            },
1678
            "dist": {
1679
                "type": "zip",
16 efrain 1680
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-ext-mongodb/zipball/72f68589cc8323fa688167a4720b795dd0907f4e",
1681
                "reference": "72f68589cc8323fa688167a4720b795dd0907f4e",
1 www 1682
                "shasum": ""
1683
            },
1684
            "require": {
1685
                "php": "^7.3 || ~8.0.0"
1686
            },
1687
            "conflict": {
1688
                "laminas/laminas-cache": "<2.10",
1689
                "mongodb/mongodb": "<1.8"
1690
            },
1691
            "provide": {
1692
                "laminas/laminas-cache-storage-implementation": "1.0"
1693
            },
1694
            "require-dev": {
1695
                "laminas/laminas-cache": "^2.10.3",
1696
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
16 efrain 1697
                "laminas/laminas-coding-standard": "~2.2.0",
1 www 1698
                "laminas/laminas-serializer": "^2.10.1",
1699
                "mongodb/mongodb": "^1.8.0",
16 efrain 1700
                "psalm/plugin-phpunit": "^0.16.1",
1701
                "vimeo/psalm": "^4.9"
1 www 1702
            },
1703
            "suggest": {
1704
                "mongodb/mongodb": "MongoDB, to use the ExtMongoDb storage adapter"
1705
            },
1706
            "type": "library",
1707
            "autoload": {
1708
                "psr-4": {
1709
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1710
                }
1711
            },
1712
            "notification-url": "https://packagist.org/downloads/",
1713
            "license": [
1714
                "BSD-3-Clause"
1715
            ],
1716
            "description": "Laminas cache adapter for ext-mongodb",
1717
            "keywords": [
1718
                "cache",
1719
                "laminas"
1720
            ],
1721
            "support": {
1722
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-ext-mongodb/",
1723
                "forum": "https://discourse.laminas.dev/",
1724
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/issues",
1725
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/releases.atom",
1726
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb"
1727
            },
1728
            "funding": [
1729
                {
1730
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1731
                    "type": "community_bridge"
1732
                }
1733
            ],
16 efrain 1734
            "time": "2021-08-10T18:17:48+00:00"
1 www 1735
        },
1736
        {
1737
            "name": "laminas/laminas-cache-storage-adapter-filesystem",
1738
            "version": "1.1.1",
1739
            "source": {
1740
                "type": "git",
1741
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem.git",
1742
                "reference": "76fc488c3fa0ad442e4e70f807305c940d1bdcbc"
1743
            },
1744
            "dist": {
1745
                "type": "zip",
1746
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-filesystem/zipball/76fc488c3fa0ad442e4e70f807305c940d1bdcbc",
1747
                "reference": "76fc488c3fa0ad442e4e70f807305c940d1bdcbc",
1748
                "shasum": ""
1749
            },
1750
            "require": {
1751
                "php": "^7.3 || ~8.0.0"
1752
            },
1753
            "conflict": {
1754
                "laminas/laminas-cache": "<2.10"
1755
            },
1756
            "provide": {
1757
                "laminas/laminas-cache-storage-implementation": "1.0"
1758
            },
1759
            "require-dev": {
1760
                "laminas/laminas-cache": "^2.10",
1761
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1762
                "laminas/laminas-coding-standard": "~1.0.0",
1763
                "laminas/laminas-serializer": "^2.10",
1764
                "phpunit/phpunit": "^9.5",
1765
                "squizlabs/php_codesniffer": "^2.7"
1766
            },
1767
            "type": "library",
1768
            "autoload": {
1769
                "psr-4": {
1770
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1771
                }
1772
            },
1773
            "notification-url": "https://packagist.org/downloads/",
1774
            "license": [
1775
                "BSD-3-Clause"
1776
            ],
1777
            "description": "Laminas cache adapter for filesystem",
1778
            "keywords": [
1779
                "cache",
1780
                "laminas"
1781
            ],
1782
            "support": {
1783
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-filesystem/",
1784
                "forum": "https://discourse.laminas.dev/",
1785
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/issues",
1786
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/releases.atom",
1787
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem"
1788
            },
1789
            "funding": [
1790
                {
1791
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1792
                    "type": "community_bridge"
1793
                }
1794
            ],
1795
            "time": "2021-04-25T00:27:54+00:00"
1796
        },
1797
        {
1798
            "name": "laminas/laminas-cache-storage-adapter-memcache",
1799
            "version": "1.1.0",
1800
            "source": {
1801
                "type": "git",
1802
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcache.git",
1803
                "reference": "1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088"
1804
            },
1805
            "dist": {
1806
                "type": "zip",
1807
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcache/zipball/1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088",
1808
                "reference": "1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088",
1809
                "shasum": ""
1810
            },
1811
            "require": {
1812
                "php": "^7.3 || ~8.0.0"
1813
            },
1814
            "conflict": {
1815
                "laminas/laminas-cache": "<2.10"
1816
            },
1817
            "provide": {
1818
                "laminas/laminas-cache-storage-implementation": "1.0"
1819
            },
1820
            "require-dev": {
1821
                "laminas/laminas-cache": "^2.10.1",
1822
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1823
                "laminas/laminas-coding-standard": "^2.1.4",
1824
                "laminas/laminas-serializer": "^2.10.1",
1825
                "squizlabs/php_codesniffer": "^3.6.0"
1826
            },
1827
            "suggest": {
1828
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter"
1829
            },
1830
            "type": "library",
1831
            "autoload": {
1832
                "psr-4": {
1833
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1834
                }
1835
            },
1836
            "notification-url": "https://packagist.org/downloads/",
1837
            "license": [
1838
                "BSD-3-Clause"
1839
            ],
1840
            "description": "Laminas cache adapter for memcache",
1841
            "keywords": [
1842
                "cache",
1843
                "laminas"
1844
            ],
1845
            "support": {
1846
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcache/",
1847
                "forum": "https://discourse.laminas.dev/",
1848
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/issues",
1849
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/releases.atom",
1850
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcache"
1851
            },
1852
            "funding": [
1853
                {
1854
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1855
                    "type": "community_bridge"
1856
                }
1857
            ],
1858
            "abandoned": true,
1859
            "time": "2021-04-29T19:57:43+00:00"
1860
        },
1861
        {
1862
            "name": "laminas/laminas-cache-storage-adapter-memcached",
16 efrain 1863
            "version": "1.2.0",
1 www 1864
            "source": {
1865
                "type": "git",
1866
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcached.git",
16 efrain 1867
                "reference": "d05f33e43a352b85c6d0208e9cfbf2a59f02ede3"
1 www 1868
            },
1869
            "dist": {
1870
                "type": "zip",
16 efrain 1871
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcached/zipball/d05f33e43a352b85c6d0208e9cfbf2a59f02ede3",
1872
                "reference": "d05f33e43a352b85c6d0208e9cfbf2a59f02ede3",
1 www 1873
                "shasum": ""
1874
            },
1875
            "require": {
16 efrain 1876
                "php": "^7.3 || ~8.0.0"
1 www 1877
            },
1878
            "conflict": {
1879
                "laminas/laminas-cache": "<2.10"
1880
            },
1881
            "provide": {
1882
                "laminas/laminas-cache-storage-implementation": "1.0"
1883
            },
1884
            "require-dev": {
1885
                "laminas/laminas-cache": "^2.10",
1886
                "laminas/laminas-cache-storage-adapter-test": "^1.0.2",
16 efrain 1887
                "laminas/laminas-coding-standard": "~2.2.0",
1888
                "phpunit/phpunit": "^9.5.8"
1 www 1889
            },
1890
            "suggest": {
1891
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter"
1892
            },
1893
            "type": "library",
1894
            "autoload": {
1895
                "psr-4": {
1896
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1897
                }
1898
            },
1899
            "notification-url": "https://packagist.org/downloads/",
1900
            "license": [
1901
                "BSD-3-Clause"
1902
            ],
1903
            "description": "Laminas cache adapter for memcached",
1904
            "keywords": [
1905
                "cache",
1906
                "laminas",
1907
                "memcached"
1908
            ],
1909
            "support": {
1910
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcached/",
1911
                "forum": "https://discourse.laminas.dev/",
1912
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/issues",
1913
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/releases.atom",
1914
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcached"
1915
            },
1916
            "funding": [
1917
                {
1918
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1919
                    "type": "community_bridge"
1920
                }
1921
            ],
16 efrain 1922
            "time": "2021-08-08T14:51:12+00:00"
1 www 1923
        },
1924
        {
1925
            "name": "laminas/laminas-cache-storage-adapter-memory",
1926
            "version": "1.1.0",
1927
            "source": {
1928
                "type": "git",
1929
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-memory.git",
1930
                "reference": "02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd"
1931
            },
1932
            "dist": {
1933
                "type": "zip",
1934
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memory/zipball/02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd",
1935
                "reference": "02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd",
1936
                "shasum": ""
1937
            },
1938
            "require": {
1939
                "php": "^7.3 || ~8.0.0"
1940
            },
1941
            "conflict": {
1942
                "laminas/laminas-cache": "<2.10"
1943
            },
1944
            "provide": {
1945
                "laminas/laminas-cache-storage-implementation": "1.0"
1946
            },
1947
            "require-dev": {
1948
                "laminas/laminas-cache": "^2.10.1",
1949
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1950
                "laminas/laminas-coding-standard": "^2.1.4",
1951
                "squizlabs/php_codesniffer": "^3.5.8"
1952
            },
1953
            "type": "library",
1954
            "autoload": {
1955
                "psr-4": {
1956
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1957
                }
1958
            },
1959
            "notification-url": "https://packagist.org/downloads/",
1960
            "license": [
1961
                "BSD-3-Clause"
1962
            ],
1963
            "description": "Laminas cache adapter for memory",
1964
            "keywords": [
1965
                "cache",
1966
                "laminas"
1967
            ],
1968
            "support": {
1969
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memory/",
1970
                "forum": "https://discourse.laminas.dev/",
1971
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memory/issues",
1972
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memory/releases.atom",
1973
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-memory"
1974
            },
1975
            "funding": [
1976
                {
1977
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1978
                    "type": "community_bridge"
1979
                }
1980
            ],
1981
            "time": "2021-04-28T17:27:13+00:00"
1982
        },
1983
        {
1984
            "name": "laminas/laminas-cache-storage-adapter-mongodb",
1985
            "version": "1.0.1",
1986
            "source": {
1987
                "type": "git",
1988
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb.git",
1989
                "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6"
1990
            },
1991
            "dist": {
1992
                "type": "zip",
1993
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-mongodb/zipball/ef4aa396b55533b8eb3e1d4126c39a78a22e49a6",
1994
                "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6",
1995
                "shasum": ""
1996
            },
1997
            "require": {
1998
                "php": "^5.6 || ^7.0"
1999
            },
2000
            "conflict": {
2001
                "laminas/laminas-cache": "<2.10"
2002
            },
2003
            "provide": {
2004
                "laminas/laminas-cache-storage-implementation": "1.0"
2005
            },
2006
            "require-dev": {
2007
                "laminas/laminas-cache": "^2.10",
2008
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2009
                "laminas/laminas-coding-standard": "~1.0.0",
2010
                "squizlabs/php_codesniffer": "^2.7"
2011
            },
2012
            "type": "library",
2013
            "autoload": {
2014
                "psr-4": {
2015
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2016
                }
2017
            },
2018
            "notification-url": "https://packagist.org/downloads/",
2019
            "license": [
2020
                "BSD-3-Clause"
2021
            ],
2022
            "description": "Laminas cache adapter for mongodb",
2023
            "keywords": [
2024
                "cache",
2025
                "laminas"
2026
            ],
2027
            "support": {
2028
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-mongodb/",
2029
                "forum": "https://discourse.laminas.dev/",
2030
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/issues",
2031
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/releases.atom",
2032
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb"
2033
            },
2034
            "funding": [
2035
                {
2036
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2037
                    "type": "community_bridge"
2038
                }
2039
            ],
2040
            "abandoned": true,
2041
            "time": "2020-10-12T16:19:10+00:00"
2042
        },
2043
        {
2044
            "name": "laminas/laminas-cache-storage-adapter-redis",
2045
            "version": "1.2.0",
2046
            "source": {
2047
                "type": "git",
2048
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-redis.git",
2049
                "reference": "de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee"
2050
            },
2051
            "dist": {
2052
                "type": "zip",
2053
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-redis/zipball/de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee",
2054
                "reference": "de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee",
2055
                "shasum": ""
2056
            },
2057
            "require": {
2058
                "php": "^7.3 || ~8.0.0"
2059
            },
2060
            "conflict": {
2061
                "laminas/laminas-cache": "<2.10",
2062
                "phpunit/phpunit": "<6.1.0"
2063
            },
2064
            "provide": {
2065
                "laminas/laminas-cache-storage-implementation": "1.0"
2066
            },
2067
            "require-dev": {
2068
                "composer-runtime-api": "^2",
2069
                "ext-posix": "*",
2070
                "ext-redis": "*",
2071
                "laminas/laminas-cache": "^2.10",
2072
                "laminas/laminas-cache-storage-adapter-test": "^1.1",
2073
                "laminas/laminas-coding-standard": "^2.1",
2074
                "laminas/laminas-serializer": "^2.10",
2075
                "psalm/plugin-phpunit": "^0.15.1",
2076
                "vimeo/psalm": "^4.7"
2077
            },
2078
            "type": "library",
2079
            "autoload": {
2080
                "psr-4": {
2081
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2082
                }
2083
            },
2084
            "notification-url": "https://packagist.org/downloads/",
2085
            "license": [
2086
                "BSD-3-Clause"
2087
            ],
2088
            "description": "Laminas cache adapter for redis",
2089
            "keywords": [
2090
                "cache",
2091
                "laminas"
2092
            ],
2093
            "support": {
2094
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-redis/",
2095
                "forum": "https://discourse.laminas.dev/",
2096
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-redis/issues",
2097
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-redis/releases.atom",
2098
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-redis"
2099
            },
2100
            "funding": [
2101
                {
2102
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2103
                    "type": "community_bridge"
2104
                }
2105
            ],
2106
            "time": "2021-06-03T16:14:07+00:00"
2107
        },
2108
        {
2109
            "name": "laminas/laminas-cache-storage-adapter-session",
2110
            "version": "1.1.0",
2111
            "source": {
2112
                "type": "git",
2113
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-session.git",
2114
                "reference": "74a275056cfca2300eb9a67cd1d917f7066b4113"
2115
            },
2116
            "dist": {
2117
                "type": "zip",
2118
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-session/zipball/74a275056cfca2300eb9a67cd1d917f7066b4113",
2119
                "reference": "74a275056cfca2300eb9a67cd1d917f7066b4113",
2120
                "shasum": ""
2121
            },
2122
            "require": {
2123
                "php": "^7.3 || ~8.0.0"
2124
            },
2125
            "conflict": {
2126
                "laminas/laminas-cache": "<2.10"
2127
            },
2128
            "provide": {
2129
                "laminas/laminas-cache-storage-implementation": "1.0"
2130
            },
2131
            "require-dev": {
2132
                "laminas/laminas-cache": "^2.10",
2133
                "laminas/laminas-cache-storage-adapter-test": "^1.1",
2134
                "laminas/laminas-coding-standard": "^2.1",
2135
                "laminas/laminas-session": "^2.7.4"
2136
            },
2137
            "suggest": {
2138
                "laminas/laminas-session": "Laminas\\Session component"
2139
            },
2140
            "type": "library",
2141
            "autoload": {
2142
                "psr-4": {
2143
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2144
                }
2145
            },
2146
            "notification-url": "https://packagist.org/downloads/",
2147
            "license": [
2148
                "BSD-3-Clause"
2149
            ],
2150
            "description": "Laminas cache adapter for session",
2151
            "keywords": [
2152
                "cache",
2153
                "laminas"
2154
            ],
2155
            "support": {
2156
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-session/",
2157
                "forum": "https://discourse.laminas.dev/",
2158
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-session/issues",
2159
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-session/releases.atom",
2160
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-session"
2161
            },
2162
            "funding": [
2163
                {
2164
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2165
                    "type": "community_bridge"
2166
                }
2167
            ],
2168
            "time": "2021-05-02T13:52:36+00:00"
2169
        },
2170
        {
2171
            "name": "laminas/laminas-cache-storage-adapter-wincache",
2172
            "version": "1.0.1",
2173
            "source": {
2174
                "type": "git",
2175
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-wincache.git",
2176
                "reference": "0f54599c5d9aff11b01adadd2742097f923170ba"
2177
            },
2178
            "dist": {
2179
                "type": "zip",
2180
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-wincache/zipball/0f54599c5d9aff11b01adadd2742097f923170ba",
2181
                "reference": "0f54599c5d9aff11b01adadd2742097f923170ba",
2182
                "shasum": ""
2183
            },
2184
            "require": {
2185
                "php": "^5.6 || ^7.0"
2186
            },
2187
            "conflict": {
2188
                "laminas/laminas-cache": "<2.10"
2189
            },
2190
            "provide": {
2191
                "laminas/laminas-cache-storage-implementation": "1.0"
2192
            },
2193
            "require-dev": {
2194
                "laminas/laminas-cache": "^2.10",
2195
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2196
                "laminas/laminas-coding-standard": "~1.0.0",
2197
                "squizlabs/php_codesniffer": "^2.7"
2198
            },
2199
            "suggest": {
2200
                "ext-wincache": "WinCache, to use the WinCache storage adapter"
2201
            },
2202
            "type": "library",
2203
            "autoload": {
2204
                "psr-4": {
2205
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2206
                }
2207
            },
2208
            "notification-url": "https://packagist.org/downloads/",
2209
            "license": [
2210
                "BSD-3-Clause"
2211
            ],
2212
            "description": "Laminas cache adapter for wincache",
2213
            "keywords": [
2214
                "cache",
2215
                "laminas"
2216
            ],
2217
            "support": {
2218
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-wincache/",
2219
                "forum": "https://discourse.laminas.dev/",
2220
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/issues",
2221
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/releases.atom",
2222
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-wincache"
2223
            },
2224
            "funding": [
2225
                {
2226
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2227
                    "type": "community_bridge"
2228
                }
2229
            ],
2230
            "abandoned": true,
2231
            "time": "2020-10-12T16:22:49+00:00"
2232
        },
2233
        {
2234
            "name": "laminas/laminas-cache-storage-adapter-xcache",
2235
            "version": "1.0.1",
2236
            "source": {
2237
                "type": "git",
2238
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-xcache.git",
2239
                "reference": "24049557aa796ec7527bcc8032ed68346232b219"
2240
            },
2241
            "dist": {
2242
                "type": "zip",
2243
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-xcache/zipball/24049557aa796ec7527bcc8032ed68346232b219",
2244
                "reference": "24049557aa796ec7527bcc8032ed68346232b219",
2245
                "shasum": ""
2246
            },
2247
            "require": {
2248
                "php": "^5.6 || ^7.0"
2249
            },
2250
            "conflict": {
2251
                "laminas/laminas-cache": "<2.10"
2252
            },
2253
            "provide": {
2254
                "laminas/laminas-cache-storage-implementation": "1.0"
2255
            },
2256
            "require-dev": {
2257
                "laminas/laminas-cache": "^2.10",
2258
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2259
                "laminas/laminas-coding-standard": "~1.0.0",
2260
                "laminas/laminas-serializer": "^2.9",
2261
                "squizlabs/php_codesniffer": "^2.7"
2262
            },
2263
            "suggest": {
2264
                "ext-xcache": "XCache, to use the XCache storage adapter"
2265
            },
2266
            "type": "library",
2267
            "autoload": {
2268
                "psr-4": {
2269
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2270
                }
2271
            },
2272
            "notification-url": "https://packagist.org/downloads/",
2273
            "license": [
2274
                "BSD-3-Clause"
2275
            ],
2276
            "description": "Laminas cache adapter for xcache",
2277
            "keywords": [
2278
                "cache",
2279
                "laminas"
2280
            ],
2281
            "support": {
2282
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-xcache/",
2283
                "forum": "https://discourse.laminas.dev/",
2284
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/issues",
2285
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/releases.atom",
2286
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-xcache"
2287
            },
2288
            "funding": [
2289
                {
2290
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2291
                    "type": "community_bridge"
2292
                }
2293
            ],
2294
            "abandoned": true,
2295
            "time": "2020-10-12T16:23:46+00:00"
2296
        },
2297
        {
2298
            "name": "laminas/laminas-cache-storage-adapter-zend-server",
2299
            "version": "1.0.1",
2300
            "source": {
2301
                "type": "git",
2302
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server.git",
2303
                "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc"
2304
            },
2305
            "dist": {
2306
                "type": "zip",
2307
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-zend-server/zipball/8d0b0d219a048a92472d89a5e527990f3ea2decc",
2308
                "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc",
2309
                "shasum": ""
2310
            },
2311
            "require": {
2312
                "php": "^5.6 || ^7.0"
2313
            },
2314
            "conflict": {
2315
                "laminas/laminas-cache": "<2.10"
2316
            },
2317
            "provide": {
2318
                "laminas/laminas-cache-storage-implementation": "1.0"
2319
            },
2320
            "require-dev": {
2321
                "laminas/laminas-cache": "^2.10",
2322
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2323
                "laminas/laminas-coding-standard": "~1.0.0",
2324
                "squizlabs/php_codesniffer": "^2.7"
2325
            },
2326
            "type": "library",
2327
            "autoload": {
2328
                "psr-4": {
2329
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2330
                }
2331
            },
2332
            "notification-url": "https://packagist.org/downloads/",
2333
            "license": [
2334
                "BSD-3-Clause"
2335
            ],
2336
            "description": "Laminas cache adapter for zend-server",
2337
            "keywords": [
2338
                "cache",
2339
                "laminas"
2340
            ],
2341
            "support": {
2342
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-zend-server/",
2343
                "forum": "https://discourse.laminas.dev/",
2344
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/issues",
2345
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/releases.atom",
2346
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server"
2347
            },
2348
            "funding": [
2349
                {
2350
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2351
                    "type": "community_bridge"
2352
                }
2353
            ],
2354
            "time": "2020-10-12T16:24:25+00:00"
2355
        },
2356
        {
2357
            "name": "laminas/laminas-captcha",
3086 efrain 2358
            "version": "2.13.0",
1 www 2359
            "source": {
2360
                "type": "git",
2361
                "url": "https://github.com/laminas/laminas-captcha.git",
3086 efrain 2362
                "reference": "debd6783ce593cb2e4cf74c3028baf1730918d85"
1 www 2363
            },
2364
            "dist": {
2365
                "type": "zip",
3086 efrain 2366
                "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/debd6783ce593cb2e4cf74c3028baf1730918d85",
2367
                "reference": "debd6783ce593cb2e4cf74c3028baf1730918d85",
1 www 2368
                "shasum": ""
2369
            },
2370
            "require": {
3086 efrain 2371
                "laminas/laminas-recaptcha": "^3.4.0",
2372
                "laminas/laminas-session": "^2.12",
2373
                "laminas/laminas-stdlib": "^3.10.1",
2374
                "laminas/laminas-text": "^2.9.0",
2375
                "laminas/laminas-validator": "^2.19.0",
2376
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 2377
            },
16 efrain 2378
            "conflict": {
2379
                "zendframework/zend-captcha": "*"
1 www 2380
            },
2381
            "require-dev": {
3086 efrain 2382
                "ext-gd": "*",
2383
                "laminas/laminas-coding-standard": "~2.3.0",
2384
                "phpunit/phpunit": "^9.5.21",
2385
                "psalm/plugin-phpunit": "^0.17.0",
2386
                "vimeo/psalm": "^4.24.0"
1 www 2387
            },
2388
            "suggest": {
3086 efrain 2389
                "laminas/laminas-i18n-resources": "Translations of captcha messages"
1 www 2390
            },
2391
            "type": "library",
2392
            "autoload": {
2393
                "psr-4": {
2394
                    "Laminas\\Captcha\\": "src/"
2395
                }
2396
            },
2397
            "notification-url": "https://packagist.org/downloads/",
2398
            "license": [
2399
                "BSD-3-Clause"
2400
            ],
2401
            "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
2402
            "homepage": "https://laminas.dev",
2403
            "keywords": [
2404
                "captcha",
2405
                "laminas"
2406
            ],
2407
            "support": {
2408
                "chat": "https://laminas.dev/chat",
2409
                "docs": "https://docs.laminas.dev/laminas-captcha/",
2410
                "forum": "https://discourse.laminas.dev",
2411
                "issues": "https://github.com/laminas/laminas-captcha/issues",
2412
                "rss": "https://github.com/laminas/laminas-captcha/releases.atom",
2413
                "source": "https://github.com/laminas/laminas-captcha"
2414
            },
2415
            "funding": [
2416
                {
2417
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2418
                    "type": "community_bridge"
2419
                }
2420
            ],
3086 efrain 2421
            "time": "2022-07-24T15:35:33+00:00"
1 www 2422
        },
2423
        {
2424
            "name": "laminas/laminas-cli",
3086 efrain 2425
            "version": "1.5.0",
1 www 2426
            "source": {
2427
                "type": "git",
2428
                "url": "https://github.com/laminas/laminas-cli.git",
3086 efrain 2429
                "reference": "fb1076fbd0cb472fff3ebf9e08a7a9dbd70634a7"
1 www 2430
            },
2431
            "dist": {
2432
                "type": "zip",
3086 efrain 2433
                "url": "https://api.github.com/repos/laminas/laminas-cli/zipball/fb1076fbd0cb472fff3ebf9e08a7a9dbd70634a7",
2434
                "reference": "fb1076fbd0cb472fff3ebf9e08a7a9dbd70634a7",
1 www 2435
                "shasum": ""
2436
            },
2437
            "require": {
112 efrain 2438
                "composer-runtime-api": "^2.0.0",
16 efrain 2439
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
2440
                "psr/container": "^1.0 || ^2.0",
2441
                "symfony/console": "^5.3.7 || ^6.0",
2442
                "symfony/event-dispatcher": "^5.0 || ^6.0",
1 www 2443
                "symfony/polyfill-php80": "^1.17",
16 efrain 2444
                "webmozart/assert": "^1.10"
1 www 2445
            },
2446
            "require-dev": {
3086 efrain 2447
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 2448
                "laminas/laminas-mvc": "^3.1.1",
3086 efrain 2449
                "laminas/laminas-servicemanager": "^3.15.1",
1 www 2450
                "mikey179/vfsstream": "2.0.x-dev",
16 efrain 2451
                "phpunit/phpunit": "^9.5.9",
3086 efrain 2452
                "psalm/plugin-phpunit": "^0.17.0",
2453
                "vimeo/psalm": "^4.24.0"
1 www 2454
            },
2455
            "bin": [
2456
                "bin/laminas"
2457
            ],
2458
            "type": "library",
2459
            "autoload": {
2460
                "psr-4": {
2461
                    "Laminas\\Cli\\": "src/"
2462
                }
2463
            },
2464
            "notification-url": "https://packagist.org/downloads/",
2465
            "license": [
2466
                "BSD-3-Clause"
2467
            ],
2468
            "description": "Command-line interface for Laminas projects",
2469
            "keywords": [
2470
                "cli",
2471
                "command",
2472
                "console",
2473
                "laminas"
2474
            ],
2475
            "support": {
2476
                "chat": "https://laminas.dev/chat",
2477
                "docs": "https://docs.laminas.dev/laminas-cli/",
2478
                "forum": "https://discourse.laminas.dev",
2479
                "issues": "https://github.com/mezzio/laminas-cli/issues",
2480
                "rss": "https://github.com/mezzio/laminas-cli/releases.atom",
2481
                "source": "https://github.com/mezzio/laminas-cli"
2482
            },
2483
            "funding": [
2484
                {
2485
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2486
                    "type": "community_bridge"
2487
                }
2488
            ],
3086 efrain 2489
            "time": "2022-08-03T17:19:22+00:00"
1 www 2490
        },
2491
        {
2492
            "name": "laminas/laminas-code",
2493
            "version": "3.5.1",
2494
            "source": {
2495
                "type": "git",
2496
                "url": "https://github.com/laminas/laminas-code.git",
2497
                "reference": "b549b70c0bb6e935d497f84f750c82653326ac77"
2498
            },
2499
            "dist": {
2500
                "type": "zip",
2501
                "url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77",
2502
                "reference": "b549b70c0bb6e935d497f84f750c82653326ac77",
2503
                "shasum": ""
2504
            },
2505
            "require": {
2506
                "laminas/laminas-eventmanager": "^3.3",
2507
                "laminas/laminas-zendframework-bridge": "^1.1",
2508
                "php": "^7.3 || ~8.0.0"
2509
            },
2510
            "conflict": {
2511
                "phpspec/prophecy": "<1.9.0"
2512
            },
2513
            "replace": {
2514
                "zendframework/zend-code": "^3.4.1"
2515
            },
2516
            "require-dev": {
2517
                "doctrine/annotations": "^1.10.4",
2518
                "ext-phar": "*",
2519
                "laminas/laminas-coding-standard": "^1.0.0",
2520
                "laminas/laminas-stdlib": "^3.3.0",
2521
                "phpunit/phpunit": "^9.4.2"
2522
            },
2523
            "suggest": {
2524
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
2525
                "laminas/laminas-stdlib": "Laminas\\Stdlib component"
2526
            },
2527
            "type": "library",
2528
            "autoload": {
2529
                "psr-4": {
2530
                    "Laminas\\Code\\": "src/"
2531
                }
2532
            },
2533
            "notification-url": "https://packagist.org/downloads/",
2534
            "license": [
2535
                "BSD-3-Clause"
2536
            ],
2537
            "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
2538
            "homepage": "https://laminas.dev",
2539
            "keywords": [
2540
                "code",
2541
                "laminas"
2542
            ],
2543
            "support": {
2544
                "chat": "https://laminas.dev/chat",
2545
                "docs": "https://docs.laminas.dev/laminas-code/",
2546
                "forum": "https://discourse.laminas.dev",
2547
                "issues": "https://github.com/laminas/laminas-code/issues",
2548
                "rss": "https://github.com/laminas/laminas-code/releases.atom",
2549
                "source": "https://github.com/laminas/laminas-code"
2550
            },
2551
            "funding": [
2552
                {
2553
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2554
                    "type": "community_bridge"
2555
                }
2556
            ],
2557
            "time": "2020-11-30T20:16:31+00:00"
2558
        },
2559
        {
2560
            "name": "laminas/laminas-component-installer",
3086 efrain 2561
            "version": "2.8.0",
1 www 2562
            "source": {
2563
                "type": "git",
2564
                "url": "https://github.com/laminas/laminas-component-installer.git",
3086 efrain 2565
                "reference": "3c998d2b2755985c71cd4d5d9b294228f63d3a65"
1 www 2566
            },
2567
            "dist": {
2568
                "type": "zip",
3086 efrain 2569
                "url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/3c998d2b2755985c71cd4d5d9b294228f63d3a65",
2570
                "reference": "3c998d2b2755985c71cd4d5d9b294228f63d3a65",
1 www 2571
                "shasum": ""
2572
            },
2573
            "require": {
2574
                "composer-plugin-api": "^1.0 || ^2.0",
16 efrain 2575
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 2576
            },
16 efrain 2577
            "conflict": {
2578
                "zendframework/zend-component-installer": "*"
1 www 2579
            },
2580
            "require-dev": {
3086 efrain 2581
                "composer/composer": "^2.1.9@RC",
16 efrain 2582
                "laminas/laminas-coding-standard": "~2.3.0",
2583
                "mikey179/vfsstream": "^1.6.10",
3086 efrain 2584
                "phpunit/phpunit": "^9.5.19",
16 efrain 2585
                "psalm/plugin-phpunit": "^0.16.1",
3086 efrain 2586
                "vimeo/psalm": "^4.22.0",
2587
                "webmozart/assert": "^1.10.0"
1 www 2588
            },
2589
            "type": "composer-plugin",
2590
            "extra": {
2591
                "class": "Laminas\\ComponentInstaller\\ComponentInstaller"
2592
            },
2593
            "autoload": {
2594
                "psr-4": {
2595
                    "Laminas\\ComponentInstaller\\": "src/"
2596
                }
2597
            },
2598
            "notification-url": "https://packagist.org/downloads/",
2599
            "license": [
2600
                "BSD-3-Clause"
2601
            ],
2602
            "description": "Composer plugin for injecting modules and configuration providers into application configuration",
2603
            "homepage": "https://laminas.dev",
2604
            "keywords": [
2605
                "component installer",
2606
                "composer",
2607
                "laminas",
2608
                "plugin"
2609
            ],
2610
            "support": {
2611
                "chat": "https://laminas.dev/chat",
2612
                "docs": "https://docs.laminas.dev/laminas-component-installer/",
2613
                "forum": "https://discourse.laminas.dev",
2614
                "issues": "https://github.com/laminas/laminas-component-installer/issues",
2615
                "rss": "https://github.com/laminas/laminas-component-installer/releases.atom",
2616
                "source": "https://github.com/laminas/laminas-component-installer"
2617
            },
2618
            "funding": [
2619
                {
2620
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2621
                    "type": "community_bridge"
2622
                }
2623
            ],
3086 efrain 2624
            "time": "2022-07-03T21:27:51+00:00"
1 www 2625
        },
2626
        {
2627
            "name": "laminas/laminas-config",
16 efrain 2628
            "version": "3.7.0",
1 www 2629
            "source": {
2630
                "type": "git",
2631
                "url": "https://github.com/laminas/laminas-config.git",
16 efrain 2632
                "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd"
1 www 2633
            },
2634
            "dist": {
2635
                "type": "zip",
16 efrain 2636
                "url": "https://api.github.com/repos/laminas/laminas-config/zipball/e43d13dcfc273d4392812eb395ce636f73f34dfd",
2637
                "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd",
1 www 2638
                "shasum": ""
2639
            },
2640
            "require": {
2641
                "ext-json": "*",
16 efrain 2642
                "laminas/laminas-stdlib": "^3.6",
2643
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
1 www 2644
                "psr/container": "^1.0"
2645
            },
2646
            "conflict": {
16 efrain 2647
                "container-interop/container-interop": "<1.2.0",
2648
                "zendframework/zend-config": "*"
1 www 2649
            },
2650
            "require-dev": {
2651
                "laminas/laminas-coding-standard": "~1.0.0",
2652
                "laminas/laminas-filter": "^2.7.2",
2653
                "laminas/laminas-i18n": "^2.10.3",
16 efrain 2654
                "laminas/laminas-servicemanager": "^3.7",
2655
                "phpunit/phpunit": "^9.5.5"
1 www 2656
            },
2657
            "suggest": {
2658
                "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
2659
                "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
2660
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
2661
            },
2662
            "type": "library",
2663
            "autoload": {
2664
                "psr-4": {
2665
                    "Laminas\\Config\\": "src/"
2666
                }
2667
            },
2668
            "notification-url": "https://packagist.org/downloads/",
2669
            "license": [
2670
                "BSD-3-Clause"
2671
            ],
2672
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
2673
            "homepage": "https://laminas.dev",
2674
            "keywords": [
2675
                "config",
2676
                "laminas"
2677
            ],
2678
            "support": {
2679
                "chat": "https://laminas.dev/chat",
2680
                "docs": "https://docs.laminas.dev/laminas-config/",
2681
                "forum": "https://discourse.laminas.dev",
2682
                "issues": "https://github.com/laminas/laminas-config/issues",
2683
                "rss": "https://github.com/laminas/laminas-config/releases.atom",
2684
                "source": "https://github.com/laminas/laminas-config"
2685
            },
2686
            "funding": [
2687
                {
2688
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2689
                    "type": "community_bridge"
2690
                }
2691
            ],
16 efrain 2692
            "time": "2021-10-01T16:07:46+00:00"
1 www 2693
        },
2694
        {
2695
            "name": "laminas/laminas-console",
2696
            "version": "2.8.0",
2697
            "source": {
2698
                "type": "git",
2699
                "url": "https://github.com/laminas/laminas-console.git",
2700
                "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
2701
            },
2702
            "dist": {
2703
                "type": "zip",
2704
                "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
2705
                "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
2706
                "shasum": ""
2707
            },
2708
            "require": {
2709
                "laminas/laminas-stdlib": "^3.2.1",
2710
                "laminas/laminas-zendframework-bridge": "^1.0",
2711
                "php": "^5.6 || ^7.0"
2712
            },
2713
            "replace": {
2714
                "zendframework/zend-console": "self.version"
2715
            },
2716
            "require-dev": {
2717
                "laminas/laminas-coding-standard": "~1.0.0",
2718
                "laminas/laminas-filter": "^2.7.2",
2719
                "laminas/laminas-json": "^2.6 || ^3.0",
2720
                "laminas/laminas-validator": "^2.10.1",
2721
                "phpunit/phpunit": "^5.7.23 || ^6.4.3"
2722
            },
2723
            "suggest": {
2724
                "laminas/laminas-filter": "To support DefaultRouteMatcher usage",
2725
                "laminas/laminas-validator": "To support DefaultRouteMatcher usage"
2726
            },
2727
            "type": "library",
2728
            "extra": {
2729
                "branch-alias": {
2730
                    "dev-master": "2.8.x-dev",
2731
                    "dev-develop": "2.9.x-dev"
2732
                }
2733
            },
2734
            "autoload": {
2735
                "psr-4": {
2736
                    "Laminas\\Console\\": "src/"
2737
                }
2738
            },
2739
            "notification-url": "https://packagist.org/downloads/",
2740
            "license": [
2741
                "BSD-3-Clause"
2742
            ],
2743
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
2744
            "homepage": "https://laminas.dev",
2745
            "keywords": [
2746
                "console",
2747
                "laminas"
2748
            ],
2749
            "support": {
2750
                "chat": "https://laminas.dev/chat",
2751
                "docs": "https://docs.laminas.dev/laminas-console/",
2752
                "forum": "https://discourse.laminas.dev",
2753
                "issues": "https://github.com/laminas/laminas-console/issues",
2754
                "rss": "https://github.com/laminas/laminas-console/releases.atom",
2755
                "source": "https://github.com/laminas/laminas-console"
2756
            },
2757
            "abandoned": "laminas/laminas-cli",
2758
            "time": "2019-12-31T16:31:45+00:00"
2759
        },
2760
        {
2761
            "name": "laminas/laminas-db",
3086 efrain 2762
            "version": "2.15.0",
1 www 2763
            "source": {
2764
                "type": "git",
2765
                "url": "https://github.com/laminas/laminas-db.git",
3086 efrain 2766
                "reference": "1125ef2e55108bdfcc1f0030d3a0f9b895e09606"
1 www 2767
            },
2768
            "dist": {
2769
                "type": "zip",
3086 efrain 2770
                "url": "https://api.github.com/repos/laminas/laminas-db/zipball/1125ef2e55108bdfcc1f0030d3a0f9b895e09606",
2771
                "reference": "1125ef2e55108bdfcc1f0030d3a0f9b895e09606",
1 www 2772
                "shasum": ""
2773
            },
2774
            "require": {
3086 efrain 2775
                "laminas/laminas-stdlib": "^3.7.1",
16 efrain 2776
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 2777
            },
16 efrain 2778
            "conflict": {
2779
                "zendframework/zend-db": "*"
1 www 2780
            },
2781
            "require-dev": {
16 efrain 2782
                "laminas/laminas-coding-standard": "~2.2.1",
3086 efrain 2783
                "laminas/laminas-eventmanager": "^3.4.0",
16 efrain 2784
                "laminas/laminas-hydrator": "^3.2 || ^4.3",
3086 efrain 2785
                "laminas/laminas-servicemanager": "^3.7.0",
2786
                "phpunit/phpunit": "^9.5.19"
1 www 2787
            },
2788
            "suggest": {
2789
                "laminas/laminas-eventmanager": "Laminas\\EventManager component",
16 efrain 2790
                "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1 www 2791
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2792
            },
2793
            "type": "library",
2794
            "extra": {
2795
                "laminas": {
2796
                    "component": "Laminas\\Db",
2797
                    "config-provider": "Laminas\\Db\\ConfigProvider"
2798
                }
2799
            },
2800
            "autoload": {
2801
                "psr-4": {
2802
                    "Laminas\\Db\\": "src/"
2803
                }
2804
            },
2805
            "notification-url": "https://packagist.org/downloads/",
2806
            "license": [
2807
                "BSD-3-Clause"
2808
            ],
2809
            "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
2810
            "homepage": "https://laminas.dev",
2811
            "keywords": [
2812
                "db",
2813
                "laminas"
2814
            ],
2815
            "support": {
2816
                "chat": "https://laminas.dev/chat",
2817
                "docs": "https://docs.laminas.dev/laminas-db/",
2818
                "forum": "https://discourse.laminas.dev",
2819
                "issues": "https://github.com/laminas/laminas-db/issues",
2820
                "rss": "https://github.com/laminas/laminas-db/releases.atom",
2821
                "source": "https://github.com/laminas/laminas-db"
2822
            },
2823
            "funding": [
2824
                {
2825
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2826
                    "type": "community_bridge"
2827
                }
2828
            ],
3086 efrain 2829
            "time": "2022-04-11T13:26:20+00:00"
1 www 2830
        },
2831
        {
2832
            "name": "laminas/laminas-development-mode",
3086 efrain 2833
            "version": "3.8.0",
1 www 2834
            "source": {
2835
                "type": "git",
2836
                "url": "https://github.com/laminas/laminas-development-mode.git",
3086 efrain 2837
                "reference": "a01e937a41909df8a6750d500a819fbda4ce6be0"
1 www 2838
            },
2839
            "dist": {
2840
                "type": "zip",
3086 efrain 2841
                "url": "https://api.github.com/repos/laminas/laminas-development-mode/zipball/a01e937a41909df8a6750d500a819fbda4ce6be0",
2842
                "reference": "a01e937a41909df8a6750d500a819fbda4ce6be0",
1 www 2843
                "shasum": ""
2844
            },
2845
            "require": {
3086 efrain 2846
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 2847
            },
16 efrain 2848
            "conflict": {
2849
                "zfcampus/zf-development-mode": "*"
1 www 2850
            },
2851
            "require-dev": {
16 efrain 2852
                "laminas/laminas-coding-standard": "~2.3.0",
2853
                "mikey179/vfsstream": "^1.6.10",
3086 efrain 2854
                "phpunit/phpunit": "^9.5.21",
2855
                "psalm/plugin-phpunit": "^0.17.0",
2856
                "vimeo/psalm": "^4.24"
1 www 2857
            },
2858
            "bin": [
2859
                "bin/laminas-development-mode"
2860
            ],
2861
            "type": "library",
2862
            "autoload": {
2863
                "psr-4": {
2864
                    "Laminas\\DevelopmentMode\\": "src/"
2865
                }
2866
            },
2867
            "notification-url": "https://packagist.org/downloads/",
2868
            "license": [
2869
                "BSD-3-Clause"
2870
            ],
2871
            "description": "Laminas development mode script",
2872
            "homepage": "https://laminas.dev",
2873
            "keywords": [
2874
                "framework",
2875
                "laminas"
2876
            ],
2877
            "support": {
2878
                "chat": "https://laminas.dev/chat",
2879
                "forum": "https://discourse.laminas.dev",
2880
                "issues": "https://github.com/laminas/laminas-development-mode/issues",
2881
                "rss": "https://github.com/laminas/laminas-development-mode/releases.atom",
2882
                "source": "https://github.com/laminas/laminas-development-mode"
2883
            },
2884
            "funding": [
2885
                {
2886
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2887
                    "type": "community_bridge"
2888
                }
2889
            ],
3086 efrain 2890
            "time": "2022-07-26T07:48:21+00:00"
1 www 2891
        },
2892
        {
2893
            "name": "laminas/laminas-di",
3086 efrain 2894
            "version": "3.9.1",
1 www 2895
            "source": {
2896
                "type": "git",
2897
                "url": "https://github.com/laminas/laminas-di.git",
3086 efrain 2898
                "reference": "9b7091c50587f7ded53519d229421a02532feb9a"
1 www 2899
            },
2900
            "dist": {
2901
                "type": "zip",
3086 efrain 2902
                "url": "https://api.github.com/repos/laminas/laminas-di/zipball/9b7091c50587f7ded53519d229421a02532feb9a",
2903
                "reference": "9b7091c50587f7ded53519d229421a02532feb9a",
1 www 2904
                "shasum": ""
2905
            },
2906
            "require": {
16 efrain 2907
                "laminas/laminas-stdlib": "^3.6",
3086 efrain 2908
                "php": ">=7.4, <8.2",
16 efrain 2909
                "psr/container": "^1.1.1",
3086 efrain 2910
                "psr/log": "^1.1.4 || ^3.0.0"
1 www 2911
            },
2912
            "conflict": {
3086 efrain 2913
                "laminas/laminas-servicemanager": "<3.13.0",
1 www 2914
                "laminas/laminas-servicemanager-di": "*",
16 efrain 2915
                "phpspec/prophecy": "<1.9.0",
2916
                "zendframework/zend-di": "*"
1 www 2917
            },
2918
            "require-dev": {
16 efrain 2919
                "laminas/laminas-coding-standard": "~2.3.0",
3086 efrain 2920
                "laminas/laminas-servicemanager": "^3.12",
16 efrain 2921
                "mikey179/vfsstream": "^1.6.10@alpha",
3086 efrain 2922
                "phpbench/phpbench": "^1.2",
1 www 2923
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 2924
                "phpunit/phpunit": "^9.5.5",
2925
                "squizlabs/php_codesniffer": "^3.6"
1 www 2926
            },
2927
            "suggest": {
2928
                "laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
2929
            },
2930
            "type": "library",
2931
            "extra": {
2932
                "laminas": {
2933
                    "component": "Laminas\\Di",
2934
                    "config-provider": "Laminas\\Di\\ConfigProvider"
2935
                }
2936
            },
2937
            "autoload": {
2938
                "psr-4": {
2939
                    "Laminas\\Di\\": "src/"
2940
                }
2941
            },
2942
            "notification-url": "https://packagist.org/downloads/",
2943
            "license": [
2944
                "BSD-3-Clause"
2945
            ],
2946
            "description": "Automated dependency injection for PSR-11 containers",
2947
            "homepage": "https://laminas.dev",
2948
            "keywords": [
2949
                "PSR-11",
2950
                "di",
2951
                "laminas"
2952
            ],
2953
            "support": {
2954
                "chat": "https://laminas.dev/chat",
2955
                "docs": "https://docs.laminas.dev/laminas-di/",
2956
                "forum": "https://discourse.laminas.dev",
2957
                "issues": "https://github.com/laminas/laminas-di/issues",
2958
                "rss": "https://github.com/laminas/laminas-di/releases.atom",
2959
                "source": "https://github.com/laminas/laminas-di"
2960
            },
2961
            "funding": [
2962
                {
2963
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2964
                    "type": "community_bridge"
2965
                }
2966
            ],
3086 efrain 2967
            "time": "2022-06-30T12:29:26+00:00"
1 www 2968
        },
2969
        {
2970
            "name": "laminas/laminas-diactoros",
3086 efrain 2971
            "version": "2.17.0",
1 www 2972
            "source": {
2973
                "type": "git",
2974
                "url": "https://github.com/laminas/laminas-diactoros.git",
3086 efrain 2975
                "reference": "5b32597aa46b83c8b85bb1cf9a6ed4fe7dd980c5"
1 www 2976
            },
2977
            "dist": {
2978
                "type": "zip",
3086 efrain 2979
                "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5b32597aa46b83c8b85bb1cf9a6ed4fe7dd980c5",
2980
                "reference": "5b32597aa46b83c8b85bb1cf9a6ed4fe7dd980c5",
1 www 2981
                "shasum": ""
2982
            },
2983
            "require": {
3086 efrain 2984
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
1 www 2985
                "psr/http-factory": "^1.0",
2986
                "psr/http-message": "^1.0"
2987
            },
2988
            "conflict": {
16 efrain 2989
                "zendframework/zend-diactoros": "*"
1 www 2990
            },
2991
            "provide": {
2992
                "psr/http-factory-implementation": "1.0",
2993
                "psr/http-message-implementation": "1.0"
2994
            },
2995
            "require-dev": {
2996
                "ext-curl": "*",
2997
                "ext-dom": "*",
2998
                "ext-gd": "*",
2999
                "ext-libxml": "*",
3086 efrain 3000
                "http-interop/http-factory-tests": "^0.9.0",
3001
                "laminas/laminas-coding-standard": "^2.4.0",
3002
                "php-http/psr7-integration-tests": "^1.1.1",
3003
                "phpunit/phpunit": "^9.5.23",
3004
                "psalm/plugin-phpunit": "^0.17.0",
3005
                "vimeo/psalm": "^4.24.0"
1 www 3006
            },
3007
            "type": "library",
3008
            "extra": {
3009
                "laminas": {
3010
                    "config-provider": "Laminas\\Diactoros\\ConfigProvider",
3011
                    "module": "Laminas\\Diactoros"
3012
                }
3013
            },
3014
            "autoload": {
3015
                "files": [
3016
                    "src/functions/create_uploaded_file.php",
3017
                    "src/functions/marshal_headers_from_sapi.php",
3018
                    "src/functions/marshal_method_from_sapi.php",
3019
                    "src/functions/marshal_protocol_version_from_sapi.php",
3020
                    "src/functions/marshal_uri_from_sapi.php",
3021
                    "src/functions/normalize_server.php",
3022
                    "src/functions/normalize_uploaded_files.php",
3023
                    "src/functions/parse_cookie_header.php",
3024
                    "src/functions/create_uploaded_file.legacy.php",
3025
                    "src/functions/marshal_headers_from_sapi.legacy.php",
3026
                    "src/functions/marshal_method_from_sapi.legacy.php",
3027
                    "src/functions/marshal_protocol_version_from_sapi.legacy.php",
3028
                    "src/functions/marshal_uri_from_sapi.legacy.php",
3029
                    "src/functions/normalize_server.legacy.php",
3030
                    "src/functions/normalize_uploaded_files.legacy.php",
3031
                    "src/functions/parse_cookie_header.legacy.php"
3032
                ],
3033
                "psr-4": {
3034
                    "Laminas\\Diactoros\\": "src/"
3035
                }
3036
            },
3037
            "notification-url": "https://packagist.org/downloads/",
3038
            "license": [
3039
                "BSD-3-Clause"
3040
            ],
3041
            "description": "PSR HTTP Message implementations",
3042
            "homepage": "https://laminas.dev",
3043
            "keywords": [
3044
                "http",
3045
                "laminas",
3046
                "psr",
3047
                "psr-17",
3048
                "psr-7"
3049
            ],
3050
            "support": {
3051
                "chat": "https://laminas.dev/chat",
3052
                "docs": "https://docs.laminas.dev/laminas-diactoros/",
3053
                "forum": "https://discourse.laminas.dev",
3054
                "issues": "https://github.com/laminas/laminas-diactoros/issues",
3055
                "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
3056
                "source": "https://github.com/laminas/laminas-diactoros"
3057
            },
3058
            "funding": [
3059
                {
3060
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3061
                    "type": "community_bridge"
3062
                }
3063
            ],
3086 efrain 3064
            "time": "2022-08-30T17:01:46+00:00"
1 www 3065
        },
3066
        {
3067
            "name": "laminas/laminas-escaper",
3086 efrain 3068
            "version": "2.12.0",
1 www 3069
            "source": {
3070
                "type": "git",
3071
                "url": "https://github.com/laminas/laminas-escaper.git",
3086 efrain 3072
                "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
1 www 3073
            },
3074
            "dist": {
3075
                "type": "zip",
3086 efrain 3076
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
3077
                "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1 www 3078
                "shasum": ""
3079
            },
3080
            "require": {
3086 efrain 3081
                "ext-ctype": "*",
3082
                "ext-mbstring": "*",
3083
                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3084
            },
16 efrain 3085
            "conflict": {
3086
                "zendframework/zend-escaper": "*"
1 www 3087
            },
3088
            "require-dev": {
3086 efrain 3089
                "infection/infection": "^0.26.6",
3090
                "laminas/laminas-coding-standard": "~2.4.0",
3091
                "maglnet/composer-require-checker": "^3.8.0",
3092
                "phpunit/phpunit": "^9.5.18",
3093
                "psalm/plugin-phpunit": "^0.17.0",
3094
                "vimeo/psalm": "^4.22.0"
1 www 3095
            },
3096
            "type": "library",
3097
            "autoload": {
3098
                "psr-4": {
3099
                    "Laminas\\Escaper\\": "src/"
3100
                }
3101
            },
3102
            "notification-url": "https://packagist.org/downloads/",
3103
            "license": [
3104
                "BSD-3-Clause"
3105
            ],
3106
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
3107
            "homepage": "https://laminas.dev",
3108
            "keywords": [
3109
                "escaper",
3110
                "laminas"
3111
            ],
3112
            "support": {
3113
                "chat": "https://laminas.dev/chat",
3114
                "docs": "https://docs.laminas.dev/laminas-escaper/",
3115
                "forum": "https://discourse.laminas.dev",
3116
                "issues": "https://github.com/laminas/laminas-escaper/issues",
3117
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
3118
                "source": "https://github.com/laminas/laminas-escaper"
3119
            },
3120
            "funding": [
3121
                {
3122
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3123
                    "type": "community_bridge"
3124
                }
3125
            ],
3086 efrain 3126
            "time": "2022-10-10T10:11:09+00:00"
1 www 3127
        },
3128
        {
3129
            "name": "laminas/laminas-eventmanager",
3086 efrain 3130
            "version": "3.5.0",
1 www 3131
            "source": {
3132
                "type": "git",
3133
                "url": "https://github.com/laminas/laminas-eventmanager.git",
3086 efrain 3134
                "reference": "41f7209428f37cab9573365e361f4078209aaafa"
1 www 3135
            },
3136
            "dist": {
3137
                "type": "zip",
3086 efrain 3138
                "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/41f7209428f37cab9573365e361f4078209aaafa",
3139
                "reference": "41f7209428f37cab9573365e361f4078209aaafa",
1 www 3140
                "shasum": ""
3141
            },
3142
            "require": {
3086 efrain 3143
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3144
            },
16 efrain 3145
            "conflict": {
3086 efrain 3146
                "container-interop/container-interop": "<1.2",
16 efrain 3147
                "zendframework/zend-eventmanager": "*"
1 www 3148
            },
3149
            "require-dev": {
16 efrain 3150
                "laminas/laminas-coding-standard": "~2.2.1",
3151
                "laminas/laminas-stdlib": "^3.6",
3152
                "phpbench/phpbench": "^1.1",
3153
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 3154
                "phpunit/phpunit": "^9.5.5",
3155
                "psr/container": "^1.1.2 || ^2.0.2"
1 www 3156
            },
3157
            "suggest": {
3086 efrain 3158
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
3159
                "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
1 www 3160
            },
3161
            "type": "library",
3162
            "autoload": {
3163
                "psr-4": {
3164
                    "Laminas\\EventManager\\": "src/"
3165
                }
3166
            },
3167
            "notification-url": "https://packagist.org/downloads/",
3168
            "license": [
3169
                "BSD-3-Clause"
3170
            ],
3171
            "description": "Trigger and listen to events within a PHP application",
3172
            "homepage": "https://laminas.dev",
3173
            "keywords": [
3174
                "event",
3175
                "eventmanager",
3176
                "events",
3177
                "laminas"
3178
            ],
3179
            "support": {
3180
                "chat": "https://laminas.dev/chat",
3181
                "docs": "https://docs.laminas.dev/laminas-eventmanager/",
3182
                "forum": "https://discourse.laminas.dev",
3183
                "issues": "https://github.com/laminas/laminas-eventmanager/issues",
3184
                "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
3185
                "source": "https://github.com/laminas/laminas-eventmanager"
3186
            },
3187
            "funding": [
3188
                {
3189
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3190
                    "type": "community_bridge"
3191
                }
3192
            ],
3086 efrain 3193
            "time": "2022-04-06T21:05:17+00:00"
1 www 3194
        },
3195
        {
3196
            "name": "laminas/laminas-filter",
3086 efrain 3197
            "version": "2.22.0",
1 www 3198
            "source": {
3199
                "type": "git",
3200
                "url": "https://github.com/laminas/laminas-filter.git",
3086 efrain 3201
                "reference": "c48e8a392a81de7d211026c078dce0e8bc57e2e3"
1 www 3202
            },
3203
            "dist": {
3204
                "type": "zip",
3086 efrain 3205
                "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/c48e8a392a81de7d211026c078dce0e8bc57e2e3",
3206
                "reference": "c48e8a392a81de7d211026c078dce0e8bc57e2e3",
1 www 3207
                "shasum": ""
3208
            },
3209
            "require": {
3086 efrain 3210
                "ext-mbstring": "*",
3211
                "laminas/laminas-servicemanager": "^3.14.0",
3212
                "laminas/laminas-stdlib": "^3.13.0",
16 efrain 3213
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3214
            },
3215
            "conflict": {
16 efrain 3216
                "laminas/laminas-validator": "<2.10.1",
3217
                "zendframework/zend-filter": "*"
1 www 3218
            },
3219
            "require-dev": {
3086 efrain 3220
                "laminas/laminas-coding-standard": "~2.4.0",
16 efrain 3221
                "laminas/laminas-crypt": "^3.5.1",
3222
                "laminas/laminas-uri": "^2.9.1",
3223
                "pear/archive_tar": "^1.4.14",
3224
                "phpspec/prophecy-phpunit": "^2.0.1",
3086 efrain 3225
                "phpunit/phpunit": "^9.5.24",
3226
                "psalm/plugin-phpunit": "^0.17.0",
16 efrain 3227
                "psr/http-factory": "^1.0.1",
3086 efrain 3228
                "vimeo/psalm": "^4.27.0"
1 www 3229
            },
3230
            "suggest": {
3231
                "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
3232
                "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
3233
                "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
3234
                "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
3235
            },
3236
            "type": "library",
3237
            "extra": {
3238
                "laminas": {
3239
                    "component": "Laminas\\Filter",
3240
                    "config-provider": "Laminas\\Filter\\ConfigProvider"
3241
                }
3242
            },
3243
            "autoload": {
3244
                "psr-4": {
3245
                    "Laminas\\Filter\\": "src/"
3246
                }
3247
            },
3248
            "notification-url": "https://packagist.org/downloads/",
3249
            "license": [
3250
                "BSD-3-Clause"
3251
            ],
3252
            "description": "Programmatically filter and normalize data and files",
3253
            "homepage": "https://laminas.dev",
3254
            "keywords": [
3255
                "filter",
3256
                "laminas"
3257
            ],
3258
            "support": {
3259
                "chat": "https://laminas.dev/chat",
3260
                "docs": "https://docs.laminas.dev/laminas-filter/",
3261
                "forum": "https://discourse.laminas.dev",
3262
                "issues": "https://github.com/laminas/laminas-filter/issues",
3263
                "rss": "https://github.com/laminas/laminas-filter/releases.atom",
3264
                "source": "https://github.com/laminas/laminas-filter"
3265
            },
3266
            "funding": [
3267
                {
3268
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3269
                    "type": "community_bridge"
3270
                }
3271
            ],
3086 efrain 3272
            "time": "2022-10-11T08:14:46+00:00"
1 www 3273
        },
3274
        {
3275
            "name": "laminas/laminas-form",
3086 efrain 3276
            "version": "2.17.1",
1 www 3277
            "source": {
3278
                "type": "git",
3279
                "url": "https://github.com/laminas/laminas-form.git",
3086 efrain 3280
                "reference": "af231c26209fa0684af9e934e8ee5c085eb14cd0"
1 www 3281
            },
3282
            "dist": {
3283
                "type": "zip",
3086 efrain 3284
                "url": "https://api.github.com/repos/laminas/laminas-form/zipball/af231c26209fa0684af9e934e8ee5c085eb14cd0",
3285
                "reference": "af231c26209fa0684af9e934e8ee5c085eb14cd0",
1 www 3286
                "shasum": ""
3287
            },
3288
            "require": {
3289
                "laminas/laminas-hydrator": "^3.2 || ^4.0",
3290
                "laminas/laminas-inputfilter": "^2.10",
3291
                "laminas/laminas-stdlib": "^3.3",
3292
                "laminas/laminas-zendframework-bridge": "^1.1",
3293
                "php": "^7.3 || ~8.0.0"
3294
            },
3295
            "conflict": {
3296
                "laminas/laminas-code": "<3.5.0 || >=4.0.0"
3297
            },
3298
            "replace": {
3299
                "zendframework/zend-form": "^2.14.3"
3300
            },
3301
            "require-dev": {
3302
                "doctrine/annotations": "^1.10.4",
3303
                "laminas/laminas-cache": "^2.9.0",
3304
                "laminas/laminas-captcha": "^2.9.0",
3305
                "laminas/laminas-code": "^3.5.0",
3306
                "laminas/laminas-coding-standard": "^1.0.0",
3307
                "laminas/laminas-escaper": "^2.6.1",
3308
                "laminas/laminas-eventmanager": "^3.3.0",
3309
                "laminas/laminas-filter": "^2.9.4",
3310
                "laminas/laminas-i18n": "^2.10.3",
3311
                "laminas/laminas-recaptcha": "^3.2.0",
3312
                "laminas/laminas-servicemanager": "^3.4.1",
3313
                "laminas/laminas-session": "^2.9.3",
3314
                "laminas/laminas-text": "^2.7.1",
3315
                "laminas/laminas-validator": "^2.13.4",
3316
                "laminas/laminas-view": "^2.11.4",
3317
                "phpspec/prophecy-phpunit": "^2.0",
3318
                "phpunit/phpunit": "^9.4.2",
3319
                "psalm/plugin-phpunit": "^0.15.1",
3320
                "vimeo/psalm": "^4.7"
3321
            },
3322
            "suggest": {
3323
                "laminas/laminas-captcha": "^2.9, required for using CAPTCHA form elements",
3324
                "laminas/laminas-code": "^3.5, required to use laminas-form annotations support",
3325
                "laminas/laminas-eventmanager": "^3.3, reuired for laminas-form annotations support",
3326
                "laminas/laminas-i18n": "^2.10, required when using laminas-form view helpers",
3327
                "laminas/laminas-recaptcha": "^3.2, in order to use the ReCaptcha form element",
3328
                "laminas/laminas-servicemanager": "^3.4.1, required to use the form factories or provide services",
3329
                "laminas/laminas-view": "^2.11.4, required for using the laminas-form view helpers"
3330
            },
3331
            "type": "library",
3332
            "extra": {
3333
                "laminas": {
3334
                    "component": "Laminas\\Form",
3335
                    "config-provider": "Laminas\\Form\\ConfigProvider"
3336
                }
3337
            },
3338
            "autoload": {
3339
                "psr-4": {
3340
                    "Laminas\\Form\\": "src/"
3341
                }
3342
            },
3343
            "notification-url": "https://packagist.org/downloads/",
3344
            "license": [
3345
                "BSD-3-Clause"
3346
            ],
3347
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
3348
            "homepage": "https://laminas.dev",
3349
            "keywords": [
3350
                "form",
3351
                "laminas"
3352
            ],
3353
            "support": {
3354
                "chat": "https://laminas.dev/chat",
3355
                "docs": "https://docs.laminas.dev/laminas-form/",
3356
                "forum": "https://discourse.laminas.dev",
3357
                "issues": "https://github.com/laminas/laminas-form/issues",
3358
                "rss": "https://github.com/laminas/laminas-form/releases.atom",
3359
                "source": "https://github.com/laminas/laminas-form"
3360
            },
3361
            "funding": [
3362
                {
3363
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3364
                    "type": "community_bridge"
3365
                }
3366
            ],
3086 efrain 3367
            "time": "2022-02-01T07:18:59+00:00"
1 www 3368
        },
3369
        {
3370
            "name": "laminas/laminas-http",
3086 efrain 3371
            "version": "2.16.0",
1 www 3372
            "source": {
3373
                "type": "git",
3374
                "url": "https://github.com/laminas/laminas-http.git",
3086 efrain 3375
                "reference": "7300482d3e570e81b6a6ecf6b28da1b12334bf63"
1 www 3376
            },
3377
            "dist": {
3378
                "type": "zip",
3086 efrain 3379
                "url": "https://api.github.com/repos/laminas/laminas-http/zipball/7300482d3e570e81b6a6ecf6b28da1b12334bf63",
3380
                "reference": "7300482d3e570e81b6a6ecf6b28da1b12334bf63",
1 www 3381
                "shasum": ""
3382
            },
3383
            "require": {
16 efrain 3384
                "laminas/laminas-loader": "^2.8",
3385
                "laminas/laminas-stdlib": "^3.6",
3386
                "laminas/laminas-uri": "^2.9.1",
3387
                "laminas/laminas-validator": "^2.15",
3388
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3389
            },
16 efrain 3390
            "conflict": {
3391
                "zendframework/zend-http": "*"
1 www 3392
            },
3393
            "require-dev": {
16 efrain 3394
                "ext-curl": "*",
3395
                "laminas/laminas-coding-standard": "~2.2.1",
3396
                "phpunit/phpunit": "^9.5.5"
1 www 3397
            },
3398
            "suggest": {
3399
                "paragonie/certainty": "For automated management of cacert.pem"
3400
            },
3401
            "type": "library",
3402
            "autoload": {
3403
                "psr-4": {
3404
                    "Laminas\\Http\\": "src/"
3405
                }
3406
            },
3407
            "notification-url": "https://packagist.org/downloads/",
3408
            "license": [
3409
                "BSD-3-Clause"
3410
            ],
3411
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
3412
            "homepage": "https://laminas.dev",
3413
            "keywords": [
3414
                "http",
3415
                "http client",
3416
                "laminas"
3417
            ],
3418
            "support": {
3419
                "chat": "https://laminas.dev/chat",
3420
                "docs": "https://docs.laminas.dev/laminas-http/",
3421
                "forum": "https://discourse.laminas.dev",
3422
                "issues": "https://github.com/laminas/laminas-http/issues",
3423
                "rss": "https://github.com/laminas/laminas-http/releases.atom",
3424
                "source": "https://github.com/laminas/laminas-http"
3425
            },
3426
            "funding": [
3427
                {
3428
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3429
                    "type": "community_bridge"
3430
                }
3431
            ],
3086 efrain 3432
            "time": "2022-08-17T17:22:15+00:00"
1 www 3433
        },
3434
        {
3435
            "name": "laminas/laminas-hydrator",
3086 efrain 3436
            "version": "4.5.0",
1 www 3437
            "source": {
3438
                "type": "git",
3439
                "url": "https://github.com/laminas/laminas-hydrator.git",
3086 efrain 3440
                "reference": "bc849d46fb44e96dd93f7479e21266185ad3def3"
1 www 3441
            },
3442
            "dist": {
3443
                "type": "zip",
3086 efrain 3444
                "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/bc849d46fb44e96dd93f7479e21266185ad3def3",
3445
                "reference": "bc849d46fb44e96dd93f7479e21266185ad3def3",
1 www 3446
                "shasum": ""
3447
            },
3448
            "require": {
3449
                "laminas/laminas-stdlib": "^3.3",
3086 efrain 3450
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
1 www 3451
                "webmozart/assert": "^1.10"
3452
            },
16 efrain 3453
            "conflict": {
3086 efrain 3454
                "laminas/laminas-servicemanager": "<3.14.0",
16 efrain 3455
                "zendframework/zend-hydrator": "*"
1 www 3456
            },
3457
            "require-dev": {
3458
                "laminas/laminas-coding-standard": "~2.3.0",
3086 efrain 3459
                "laminas/laminas-eventmanager": "^3.5.0",
3460
                "laminas/laminas-modulemanager": "^2.11.0",
3461
                "laminas/laminas-serializer": "^2.13.0",
3462
                "laminas/laminas-servicemanager": "^3.14.0",
3463
                "phpbench/phpbench": "^1.2.5",
3464
                "phpunit/phpunit": "~9.5.21",
3465
                "psalm/plugin-phpunit": "^0.17.0",
16 efrain 3466
                "psr/cache": "1.0.1",
3086 efrain 3467
                "vimeo/psalm": "^4.24.0"
1 www 3468
            },
3469
            "suggest": {
3470
                "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
3471
                "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
3086 efrain 3472
                "laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
1 www 3473
            },
3474
            "type": "library",
3475
            "extra": {
3476
                "laminas": {
3477
                    "component": "Laminas\\Hydrator",
3478
                    "config-provider": "Laminas\\Hydrator\\ConfigProvider"
3479
                }
3480
            },
3481
            "autoload": {
3482
                "psr-4": {
3483
                    "Laminas\\Hydrator\\": "src/"
3484
                }
3485
            },
3486
            "notification-url": "https://packagist.org/downloads/",
3487
            "license": [
3488
                "BSD-3-Clause"
3489
            ],
3490
            "description": "Serialize objects to arrays, and vice versa",
3491
            "homepage": "https://laminas.dev",
3492
            "keywords": [
3493
                "hydrator",
3494
                "laminas"
3495
            ],
3496
            "support": {
3497
                "chat": "https://laminas.dev/chat",
3498
                "docs": "https://docs.laminas.dev/laminas-hydrator/",
3499
                "forum": "https://discourse.laminas.dev",
3500
                "issues": "https://github.com/laminas/laminas-hydrator/issues",
3501
                "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
3502
                "source": "https://github.com/laminas/laminas-hydrator"
3503
            },
3504
            "funding": [
3505
                {
3506
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3507
                    "type": "community_bridge"
3508
                }
3509
            ],
3086 efrain 3510
            "time": "2022-07-13T13:58:31+00:00"
1 www 3511
        },
3512
        {
3513
            "name": "laminas/laminas-i18n",
3086 efrain 3514
            "version": "2.17.0",
1 www 3515
            "source": {
3516
                "type": "git",
3517
                "url": "https://github.com/laminas/laminas-i18n.git",
3086 efrain 3518
                "reference": "7e8e63353b38792f2f360dc57cfa7187be20f182"
1 www 3519
            },
3520
            "dist": {
3521
                "type": "zip",
3086 efrain 3522
                "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/7e8e63353b38792f2f360dc57cfa7187be20f182",
3523
                "reference": "7e8e63353b38792f2f360dc57cfa7187be20f182",
1 www 3524
                "shasum": ""
3525
            },
3526
            "require": {
3527
                "ext-intl": "*",
3086 efrain 3528
                "laminas/laminas-servicemanager": "^3.14.0",
1 www 3529
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
3086 efrain 3530
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3531
            },
3532
            "conflict": {
3086 efrain 3533
                "laminas/laminas-view": "<2.20.0",
16 efrain 3534
                "phpspec/prophecy": "<1.9.0",
3535
                "zendframework/zend-i18n": "*"
1 www 3536
            },
3537
            "require-dev": {
16 efrain 3538
                "laminas/laminas-cache": "^3.1.2",
3539
                "laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
3540
                "laminas/laminas-cache-storage-deprecated-factory": "^1.0.0",
3086 efrain 3541
                "laminas/laminas-coding-standard": "~2.3.0",
16 efrain 3542
                "laminas/laminas-config": "^3.4.0",
3086 efrain 3543
                "laminas/laminas-eventmanager": "^3.5.0",
3544
                "laminas/laminas-filter": "^2.16.0",
3545
                "laminas/laminas-validator": "^2.17.0",
3546
                "laminas/laminas-view": "^2.21.0",
3547
                "phpspec/prophecy-phpunit": "^2.0",
3548
                "phpunit/phpunit": "^9.5.21",
3549
                "psalm/plugin-phpunit": "^0.17.0",
3550
                "vimeo/psalm": "^4.24.0"
1 www 3551
            },
3552
            "suggest": {
16 efrain 3553
                "laminas/laminas-cache": "You should install this package to cache the translations",
3554
                "laminas/laminas-config": "You should install this package to use the INI translation format",
1 www 3555
                "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
3556
                "laminas/laminas-filter": "You should install this package to use the provided filters",
16 efrain 3557
                "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
1 www 3558
                "laminas/laminas-validator": "You should install this package to use the provided validators",
3559
                "laminas/laminas-view": "You should install this package to use the provided view helpers"
3560
            },
3561
            "type": "library",
3562
            "extra": {
3563
                "laminas": {
3564
                    "component": "Laminas\\I18n",
3565
                    "config-provider": "Laminas\\I18n\\ConfigProvider"
3566
                }
3567
            },
3568
            "autoload": {
3569
                "psr-4": {
3570
                    "Laminas\\I18n\\": "src/"
3571
                }
3572
            },
3573
            "notification-url": "https://packagist.org/downloads/",
3574
            "license": [
3575
                "BSD-3-Clause"
3576
            ],
3577
            "description": "Provide translations for your application, and filter and validate internationalized values",
3578
            "homepage": "https://laminas.dev",
3579
            "keywords": [
3580
                "i18n",
3581
                "laminas"
3582
            ],
3583
            "support": {
3584
                "chat": "https://laminas.dev/chat",
3585
                "docs": "https://docs.laminas.dev/laminas-i18n/",
3586
                "forum": "https://discourse.laminas.dev",
3587
                "issues": "https://github.com/laminas/laminas-i18n/issues",
3588
                "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
3589
                "source": "https://github.com/laminas/laminas-i18n"
3590
            },
3591
            "funding": [
3592
                {
3593
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3594
                    "type": "community_bridge"
3595
                }
3596
            ],
3086 efrain 3597
            "time": "2022-07-27T11:23:29+00:00"
1 www 3598
        },
3599
        {
3600
            "name": "laminas/laminas-i18n-resources",
16 efrain 3601
            "version": "2.8.0",
1 www 3602
            "source": {
3603
                "type": "git",
3604
                "url": "https://github.com/laminas/laminas-i18n-resources.git",
16 efrain 3605
                "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b"
1 www 3606
            },
3607
            "dist": {
3608
                "type": "zip",
16 efrain 3609
                "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
3610
                "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
1 www 3611
                "shasum": ""
3612
            },
3613
            "require": {
16 efrain 3614
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3615
            },
16 efrain 3616
            "conflict": {
3617
                "zendframework/zend-i18n-resources": "*"
1 www 3618
            },
3619
            "require-dev": {
3620
                "laminas/laminas-coding-standard": "~1.0.0",
3621
                "phpunit/phpunit": "^9.5"
3622
            },
3623
            "type": "library",
3624
            "autoload": {
3625
                "classmap": [
3626
                    "src/Resources.php"
3627
                ]
3628
            },
3629
            "notification-url": "https://packagist.org/downloads/",
3630
            "license": [
3631
                "BSD-3-Clause"
3632
            ],
3633
            "description": "Provides validator and captcha translations for laminas-i18n's Translator",
3634
            "homepage": "https://laminas.dev",
3635
            "keywords": [
3636
                "laminas",
3637
                "resources",
3638
                "translations"
3639
            ],
3640
            "support": {
3641
                "chat": "https://laminas.dev/chat",
3642
                "docs": "https://docs.laminas.dev/laminas-i18n-resources/",
3643
                "forum": "https://discourse.laminas.dev",
3644
                "issues": "https://github.com/laminas/laminas-i18n-resources/issues",
3645
                "rss": "https://github.com/laminas/laminas-i18n-resources/releases.atom",
3646
                "source": "https://github.com/laminas/laminas-i18n-resources"
3647
            },
3648
            "funding": [
3649
                {
3650
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3651
                    "type": "community_bridge"
3652
                }
3653
            ],
16 efrain 3654
            "time": "2021-09-14T04:16:52+00:00"
1 www 3655
        },
3656
        {
3657
            "name": "laminas/laminas-inputfilter",
3086 efrain 3658
            "version": "2.21.0",
1 www 3659
            "source": {
3660
                "type": "git",
3661
                "url": "https://github.com/laminas/laminas-inputfilter.git",
3086 efrain 3662
                "reference": "8668227246d19564f339643f0f2aedcdff66612b"
1 www 3663
            },
3664
            "dist": {
3665
                "type": "zip",
3086 efrain 3666
                "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/8668227246d19564f339643f0f2aedcdff66612b",
3667
                "reference": "8668227246d19564f339643f0f2aedcdff66612b",
1 www 3668
                "shasum": ""
3669
            },
3670
            "require": {
16 efrain 3671
                "laminas/laminas-filter": "^2.13",
3086 efrain 3672
                "laminas/laminas-servicemanager": "^3.16.0",
1 www 3673
                "laminas/laminas-stdlib": "^3.0",
16 efrain 3674
                "laminas/laminas-validator": "^2.15",
3675
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3676
            },
16 efrain 3677
            "conflict": {
3678
                "zendframework/zend-inputfilter": "*"
1 www 3679
            },
3680
            "require-dev": {
3086 efrain 3681
                "ext-json": "*",
3682
                "laminas/laminas-coding-standard": "~2.4.0",
3683
                "laminas/laminas-db": "^2.15.0",
3684
                "phpunit/phpunit": "^9.5.24",
3685
                "psalm/plugin-phpunit": "^0.17.0",
1 www 3686
                "psr/http-message": "^1.0",
3086 efrain 3687
                "vimeo/psalm": "^4.27.0",
3688
                "webmozart/assert": "^1.11"
1 www 3689
            },
3690
            "suggest": {
3691
                "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
3692
            },
3693
            "type": "library",
3694
            "extra": {
3695
                "laminas": {
3696
                    "component": "Laminas\\InputFilter",
3697
                    "config-provider": "Laminas\\InputFilter\\ConfigProvider"
3698
                }
3699
            },
3700
            "autoload": {
3701
                "psr-4": {
3702
                    "Laminas\\InputFilter\\": "src/"
3703
                }
3704
            },
3705
            "notification-url": "https://packagist.org/downloads/",
3706
            "license": [
3707
                "BSD-3-Clause"
3708
            ],
3709
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
3710
            "homepage": "https://laminas.dev",
3711
            "keywords": [
3712
                "inputfilter",
3713
                "laminas"
3714
            ],
3715
            "support": {
3716
                "chat": "https://laminas.dev/chat",
3717
                "docs": "https://docs.laminas.dev/laminas-inputfilter/",
3718
                "forum": "https://discourse.laminas.dev",
3719
                "issues": "https://github.com/laminas/laminas-inputfilter/issues",
3720
                "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
3721
                "source": "https://github.com/laminas/laminas-inputfilter"
3722
            },
3723
            "funding": [
3724
                {
3725
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3726
                    "type": "community_bridge"
3727
                }
3728
            ],
3086 efrain 3729
            "time": "2022-09-20T10:03:09+00:00"
1 www 3730
        },
3731
        {
3732
            "name": "laminas/laminas-json",
16 efrain 3733
            "version": "3.3.0",
1 www 3734
            "source": {
3735
                "type": "git",
3736
                "url": "https://github.com/laminas/laminas-json.git",
16 efrain 3737
                "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f"
1 www 3738
            },
3739
            "dist": {
3740
                "type": "zip",
16 efrain 3741
                "url": "https://api.github.com/repos/laminas/laminas-json/zipball/9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
3742
                "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
1 www 3743
                "shasum": ""
3744
            },
3745
            "require": {
16 efrain 3746
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3747
            },
16 efrain 3748
            "conflict": {
3749
                "zendframework/zend-json": "*"
1 www 3750
            },
3751
            "require-dev": {
16 efrain 3752
                "laminas/laminas-coding-standard": "~2.2.1",
1 www 3753
                "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
3754
                "phpunit/phpunit": "^9.3"
3755
            },
3756
            "suggest": {
3757
                "laminas/laminas-json-server": "For implementing JSON-RPC servers",
3758
                "laminas/laminas-xml2json": "For converting XML documents to JSON"
3759
            },
3760
            "type": "library",
3761
            "autoload": {
3762
                "psr-4": {
3763
                    "Laminas\\Json\\": "src/"
3764
                }
3765
            },
3766
            "notification-url": "https://packagist.org/downloads/",
3767
            "license": [
3768
                "BSD-3-Clause"
3769
            ],
3770
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
3771
            "homepage": "https://laminas.dev",
3772
            "keywords": [
3773
                "json",
3774
                "laminas"
3775
            ],
3776
            "support": {
3777
                "chat": "https://laminas.dev/chat",
3778
                "docs": "https://docs.laminas.dev/laminas-json/",
3779
                "forum": "https://discourse.laminas.dev",
3780
                "issues": "https://github.com/laminas/laminas-json/issues",
3781
                "rss": "https://github.com/laminas/laminas-json/releases.atom",
3782
                "source": "https://github.com/laminas/laminas-json"
3783
            },
3784
            "funding": [
3785
                {
3786
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3787
                    "type": "community_bridge"
3788
                }
3789
            ],
16 efrain 3790
            "time": "2021-09-02T18:02:31+00:00"
1 www 3791
        },
3792
        {
3793
            "name": "laminas/laminas-loader",
16 efrain 3794
            "version": "2.8.0",
1 www 3795
            "source": {
3796
                "type": "git",
3797
                "url": "https://github.com/laminas/laminas-loader.git",
16 efrain 3798
                "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b"
1 www 3799
            },
3800
            "dist": {
3801
                "type": "zip",
16 efrain 3802
                "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/d0589ec9dd48365fd95ad10d1c906efd7711c16b",
3803
                "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b",
1 www 3804
                "shasum": ""
3805
            },
3806
            "require": {
16 efrain 3807
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3808
            },
16 efrain 3809
            "conflict": {
3810
                "zendframework/zend-loader": "*"
1 www 3811
            },
3812
            "require-dev": {
16 efrain 3813
                "laminas/laminas-coding-standard": "~2.2.1",
1 www 3814
                "phpunit/phpunit": "^9.3"
3815
            },
3816
            "type": "library",
3817
            "autoload": {
3818
                "psr-4": {
3819
                    "Laminas\\Loader\\": "src/"
3820
                }
3821
            },
3822
            "notification-url": "https://packagist.org/downloads/",
3823
            "license": [
3824
                "BSD-3-Clause"
3825
            ],
3826
            "description": "Autoloading and plugin loading strategies",
3827
            "homepage": "https://laminas.dev",
3828
            "keywords": [
3829
                "laminas",
3830
                "loader"
3831
            ],
3832
            "support": {
3833
                "chat": "https://laminas.dev/chat",
3834
                "docs": "https://docs.laminas.dev/laminas-loader/",
3835
                "forum": "https://discourse.laminas.dev",
3836
                "issues": "https://github.com/laminas/laminas-loader/issues",
3837
                "rss": "https://github.com/laminas/laminas-loader/releases.atom",
3838
                "source": "https://github.com/laminas/laminas-loader"
3839
            },
3840
            "funding": [
3841
                {
3842
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3843
                    "type": "community_bridge"
3844
                }
3845
            ],
16 efrain 3846
            "time": "2021-09-02T18:30:53+00:00"
1 www 3847
        },
3848
        {
3849
            "name": "laminas/laminas-log",
3086 efrain 3850
            "version": "2.15.2",
1 www 3851
            "source": {
3852
                "type": "git",
3853
                "url": "https://github.com/laminas/laminas-log.git",
3086 efrain 3854
                "reference": "178b850d8b4a480e4a9e61a2ae849e8511c17d49"
1 www 3855
            },
3856
            "dist": {
3857
                "type": "zip",
3086 efrain 3858
                "url": "https://api.github.com/repos/laminas/laminas-log/zipball/178b850d8b4a480e4a9e61a2ae849e8511c17d49",
3859
                "reference": "178b850d8b4a480e4a9e61a2ae849e8511c17d49",
1 www 3860
                "shasum": ""
3861
            },
3862
            "require": {
3863
                "laminas/laminas-servicemanager": "^3.3.0",
3864
                "laminas/laminas-stdlib": "^3.0",
16 efrain 3865
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
1 www 3866
                "psr/log": "^1.1.2"
3867
            },
16 efrain 3868
            "conflict": {
3869
                "zendframework/zend-log": "*"
3870
            },
1 www 3871
            "provide": {
3872
                "psr/log-implementation": "1.0.0"
3873
            },
3874
            "require-dev": {
16 efrain 3875
                "ext-dom": "*",
3876
                "ext-json": "*",
3877
                "ext-xml": "*",
3878
                "firephp/firephp-core": "^0.5.3",
3879
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 3880
                "laminas/laminas-db": "^2.6",
3881
                "laminas/laminas-escaper": "^2.5",
3882
                "laminas/laminas-filter": "^2.5",
3883
                "laminas/laminas-mail": "^2.6.1",
3884
                "laminas/laminas-validator": "^2.10.1",
3885
                "mikey179/vfsstream": "^1.6.7",
3886
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 3887
                "phpunit/phpunit": "^9.5.10"
1 www 3888
            },
3889
            "suggest": {
3890
                "ext-mongo": "mongo extension to use Mongo writer",
3891
                "ext-mongodb": "mongodb extension to use MongoDB writer",
3892
                "laminas/laminas-db": "Laminas\\Db component to use the database log writer",
3893
                "laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter",
3894
                "laminas/laminas-mail": "Laminas\\Mail component to use the email log writer",
3895
                "laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages"
3896
            },
3897
            "type": "library",
3898
            "extra": {
3899
                "laminas": {
3900
                    "component": "Laminas\\Log",
3901
                    "config-provider": "Laminas\\Log\\ConfigProvider"
3902
                }
3903
            },
3904
            "autoload": {
3905
                "psr-4": {
3906
                    "Laminas\\Log\\": "src/"
3907
                }
3908
            },
3909
            "notification-url": "https://packagist.org/downloads/",
3910
            "license": [
3911
                "BSD-3-Clause"
3912
            ],
3913
            "description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
3914
            "homepage": "https://laminas.dev",
3915
            "keywords": [
3916
                "laminas",
3917
                "log",
3918
                "logging"
3919
            ],
3920
            "support": {
3921
                "chat": "https://laminas.dev/chat",
3922
                "docs": "https://docs.laminas.dev/laminas-log/",
3923
                "forum": "https://discourse.laminas.dev",
3924
                "issues": "https://github.com/laminas/laminas-log/issues",
3925
                "rss": "https://github.com/laminas/laminas-log/releases.atom",
3926
                "source": "https://github.com/laminas/laminas-log"
3927
            },
3928
            "funding": [
3929
                {
3930
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3931
                    "type": "community_bridge"
3932
                }
3933
            ],
3086 efrain 3934
            "time": "2022-07-22T09:01:09+00:00"
1 www 3935
        },
3936
        {
3937
            "name": "laminas/laminas-math",
16 efrain 3938
            "version": "3.5.0",
1 www 3939
            "source": {
3940
                "type": "git",
3941
                "url": "https://github.com/laminas/laminas-math.git",
16 efrain 3942
                "reference": "146d8187ab247ae152e811a6704a953d43537381"
1 www 3943
            },
3944
            "dist": {
3945
                "type": "zip",
16 efrain 3946
                "url": "https://api.github.com/repos/laminas/laminas-math/zipball/146d8187ab247ae152e811a6704a953d43537381",
3947
                "reference": "146d8187ab247ae152e811a6704a953d43537381",
1 www 3948
                "shasum": ""
3949
            },
3950
            "require": {
3951
                "ext-mbstring": "*",
16 efrain 3952
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3953
            },
16 efrain 3954
            "conflict": {
3955
                "zendframework/zend-math": "*"
1 www 3956
            },
3957
            "require-dev": {
3958
                "laminas/laminas-coding-standard": "~1.0.0",
16 efrain 3959
                "phpunit/phpunit": "^9.5.5"
1 www 3960
            },
3961
            "suggest": {
3962
                "ext-bcmath": "If using the bcmath functionality",
3963
                "ext-gmp": "If using the gmp functionality"
3964
            },
3965
            "type": "library",
3966
            "extra": {
3967
                "branch-alias": {
3968
                    "dev-master": "3.2.x-dev",
3969
                    "dev-develop": "3.3.x-dev"
3970
                }
3971
            },
3972
            "autoload": {
3973
                "psr-4": {
3974
                    "Laminas\\Math\\": "src/"
3975
                }
3976
            },
3977
            "notification-url": "https://packagist.org/downloads/",
3978
            "license": [
3979
                "BSD-3-Clause"
3980
            ],
3981
            "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
3982
            "homepage": "https://laminas.dev",
3983
            "keywords": [
3984
                "laminas",
3985
                "math"
3986
            ],
3987
            "support": {
3988
                "chat": "https://laminas.dev/chat",
3989
                "docs": "https://docs.laminas.dev/laminas-math/",
3990
                "forum": "https://discourse.laminas.dev",
3991
                "issues": "https://github.com/laminas/laminas-math/issues",
3992
                "rss": "https://github.com/laminas/laminas-math/releases.atom",
3993
                "source": "https://github.com/laminas/laminas-math"
3994
            },
3995
            "funding": [
3996
                {
3997
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3998
                    "type": "community_bridge"
3999
                }
4000
            ],
16 efrain 4001
            "time": "2021-12-06T02:02:07+00:00"
1 www 4002
        },
4003
        {
4004
            "name": "laminas/laminas-modulemanager",
3086 efrain 4005
            "version": "2.12.0",
1 www 4006
            "source": {
4007
                "type": "git",
4008
                "url": "https://github.com/laminas/laminas-modulemanager.git",
3086 efrain 4009
                "reference": "cd2dd3b3dc59e75a9f2117374222c0d84b25bf19"
1 www 4010
            },
4011
            "dist": {
4012
                "type": "zip",
3086 efrain 4013
                "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/cd2dd3b3dc59e75a9f2117374222c0d84b25bf19",
4014
                "reference": "cd2dd3b3dc59e75a9f2117374222c0d84b25bf19",
1 www 4015
                "shasum": ""
4016
            },
4017
            "require": {
4018
                "brick/varexporter": "^0.3.2",
16 efrain 4019
                "laminas/laminas-config": "^3.7",
4020
                "laminas/laminas-eventmanager": "^3.4",
4021
                "laminas/laminas-stdlib": "^3.6",
4022
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
1 www 4023
                "webimpress/safe-writer": "^1.0.2 || ^2.1"
4024
            },
16 efrain 4025
            "conflict": {
4026
                "zendframework/zend-modulemanager": "*"
1 www 4027
            },
4028
            "require-dev": {
16 efrain 4029
                "laminas/laminas-coding-standard": "^2.3",
4030
                "laminas/laminas-loader": "^2.8",
1 www 4031
                "laminas/laminas-mvc": "^3.1.1",
16 efrain 4032
                "laminas/laminas-servicemanager": "^3.7",
3086 efrain 4033
                "phpunit/phpunit": "^9.5.5",
4034
                "psalm/plugin-phpunit": "^0.16.1",
4035
                "vimeo/psalm": "^4.10"
1 www 4036
            },
4037
            "suggest": {
4038
                "laminas/laminas-console": "Laminas\\Console component",
4039
                "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
4040
                "laminas/laminas-mvc": "Laminas\\Mvc component",
4041
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
4042
            },
4043
            "type": "library",
4044
            "autoload": {
4045
                "psr-4": {
4046
                    "Laminas\\ModuleManager\\": "src/"
4047
                }
4048
            },
4049
            "notification-url": "https://packagist.org/downloads/",
4050
            "license": [
4051
                "BSD-3-Clause"
4052
            ],
4053
            "description": "Modular application system for laminas-mvc applications",
4054
            "homepage": "https://laminas.dev",
4055
            "keywords": [
4056
                "laminas",
4057
                "modulemanager"
4058
            ],
4059
            "support": {
4060
                "chat": "https://laminas.dev/chat",
4061
                "docs": "https://docs.laminas.dev/laminas-modulemanager/",
4062
                "forum": "https://discourse.laminas.dev",
4063
                "issues": "https://github.com/laminas/laminas-modulemanager/issues",
4064
                "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
4065
                "source": "https://github.com/laminas/laminas-modulemanager"
4066
            },
4067
            "funding": [
4068
                {
4069
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4070
                    "type": "community_bridge"
4071
                }
4072
            ],
3086 efrain 4073
            "time": "2022-09-07T11:22:27+00:00"
1 www 4074
        },
4075
        {
4076
            "name": "laminas/laminas-mvc",
3086 efrain 4077
            "version": "3.3.5",
1 www 4078
            "source": {
4079
                "type": "git",
4080
                "url": "https://github.com/laminas/laminas-mvc.git",
3086 efrain 4081
                "reference": "43fa8b0a02376cfe3209a91140bc97e94cd62d6e"
1 www 4082
            },
4083
            "dist": {
4084
                "type": "zip",
3086 efrain 4085
                "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/43fa8b0a02376cfe3209a91140bc97e94cd62d6e",
4086
                "reference": "43fa8b0a02376cfe3209a91140bc97e94cd62d6e",
1 www 4087
                "shasum": ""
4088
            },
4089
            "require": {
4090
                "container-interop/container-interop": "^1.2",
16 efrain 4091
                "laminas/laminas-eventmanager": "^3.4",
4092
                "laminas/laminas-http": "^2.15",
1 www 4093
                "laminas/laminas-modulemanager": "^2.8",
16 efrain 4094
                "laminas/laminas-router": "^3.5",
4095
                "laminas/laminas-servicemanager": "^3.7",
4096
                "laminas/laminas-stdlib": "^3.6",
4097
                "laminas/laminas-view": "^2.14",
4098
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4099
            },
16 efrain 4100
            "conflict": {
4101
                "zendframework/zend-mvc": "*"
1 www 4102
            },
4103
            "require-dev": {
4104
                "http-interop/http-middleware": "^0.4.1",
4105
                "laminas/laminas-coding-standard": "^1.0.0",
16 efrain 4106
                "laminas/laminas-json": "^3.3",
1 www 4107
                "laminas/laminas-psr7bridge": "^1.0",
4108
                "laminas/laminas-stratigility": ">=2.0.1 <2.2",
4109
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 4110
                "phpunit/phpunit": "^9.5.5"
1 www 4111
            },
4112
            "suggest": {
4113
                "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
4114
                "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
4115
                "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
4116
                "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
4117
                "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
4118
                "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
4119
                "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
4120
                "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
4121
                "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
4122
                "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
4123
                "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
4124
            },
4125
            "type": "library",
4126
            "autoload": {
4127
                "psr-4": {
4128
                    "Laminas\\Mvc\\": "src/"
4129
                }
4130
            },
4131
            "notification-url": "https://packagist.org/downloads/",
4132
            "license": [
4133
                "BSD-3-Clause"
4134
            ],
4135
            "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
4136
            "homepage": "https://laminas.dev",
4137
            "keywords": [
4138
                "laminas",
4139
                "mvc"
4140
            ],
4141
            "support": {
4142
                "chat": "https://laminas.dev/chat",
4143
                "docs": "https://docs.laminas.dev/laminas-mvc/",
4144
                "forum": "https://discourse.laminas.dev",
4145
                "issues": "https://github.com/laminas/laminas-mvc/issues",
4146
                "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
4147
                "source": "https://github.com/laminas/laminas-mvc"
4148
            },
4149
            "funding": [
4150
                {
4151
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4152
                    "type": "community_bridge"
4153
                }
4154
            ],
3086 efrain 4155
            "time": "2022-09-20T12:37:51+00:00"
1 www 4156
        },
4157
        {
4158
            "name": "laminas/laminas-mvc-form",
16 efrain 4159
            "version": "1.2.0",
1 www 4160
            "source": {
4161
                "type": "git",
4162
                "url": "https://github.com/laminas/laminas-mvc-form.git",
16 efrain 4163
                "reference": "9e03ded7e7605a5b1e34a2f187b14d7fd4f1e44f"
1 www 4164
            },
4165
            "dist": {
4166
                "type": "zip",
16 efrain 4167
                "url": "https://api.github.com/repos/laminas/laminas-mvc-form/zipball/9e03ded7e7605a5b1e34a2f187b14d7fd4f1e44f",
4168
                "reference": "9e03ded7e7605a5b1e34a2f187b14d7fd4f1e44f",
1 www 4169
                "shasum": ""
4170
            },
4171
            "require": {
16 efrain 4172
                "laminas/laminas-code": "^3.5.1",
4173
                "laminas/laminas-form": "^2.17.0",
4174
                "laminas/laminas-i18n": "^2.11.1"
1 www 4175
            },
4176
            "replace": {
4177
                "zendframework/zend-mvc-form": "^1.0.0"
4178
            },
4179
            "type": "metapackage",
4180
            "extra": {
4181
                "laminas": {
4182
                    "component": "Laminas\\Form"
4183
                }
4184
            },
4185
            "notification-url": "https://packagist.org/downloads/",
4186
            "license": [
4187
                "BSD-3-Clause"
4188
            ],
4189
            "description": "Metapackage with all requirements needed to use laminas-form with laminas-mvc.",
4190
            "homepage": "https://laminas.dev",
4191
            "keywords": [
4192
                "form",
4193
                "laminas",
4194
                "mvc"
4195
            ],
4196
            "support": {
4197
                "chat": "https://laminas.dev/chat",
4198
                "forum": "https://discourse.laminas.dev",
4199
                "issues": "https://github.com/laminas/laminas-mvc-form/issues",
4200
                "rss": "https://github.com/laminas/laminas-mvc-form/releases.atom",
4201
                "source": "https://github.com/laminas/laminas-mvc-form"
4202
            },
4203
            "funding": [
4204
                {
4205
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4206
                    "type": "community_bridge"
4207
                }
4208
            ],
16 efrain 4209
            "time": "2021-10-08T09:59:01+00:00"
1 www 4210
        },
4211
        {
4212
            "name": "laminas/laminas-mvc-i18n",
3086 efrain 4213
            "version": "1.4.0",
1 www 4214
            "source": {
4215
                "type": "git",
4216
                "url": "https://github.com/laminas/laminas-mvc-i18n.git",
3086 efrain 4217
                "reference": "6dc949c045d7a2c27652a3bb891d46ef5e1814e4"
1 www 4218
            },
4219
            "dist": {
4220
                "type": "zip",
3086 efrain 4221
                "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/6dc949c045d7a2c27652a3bb891d46ef5e1814e4",
4222
                "reference": "6dc949c045d7a2c27652a3bb891d46ef5e1814e4",
1 www 4223
                "shasum": ""
4224
            },
4225
            "require": {
4226
                "container-interop/container-interop": "^1.1",
3086 efrain 4227
                "ext-intl": "*",
4228
                "laminas/laminas-i18n": "^2.13.0",
4229
                "laminas/laminas-router": "^3.5.0",
4230
                "laminas/laminas-servicemanager": "^3.15.1",
4231
                "laminas/laminas-stdlib": "^3.10.1",
4232
                "laminas/laminas-validator": "^2.19.0",
4233
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4234
            },
4235
            "conflict": {
4236
                "laminas/laminas-mvc": "<3.0.0",
16 efrain 4237
                "phpspec/prophecy": "<1.8.0",
4238
                "zendframework/zend-mvc-i18n": "*"
1 www 4239
            },
4240
            "require-dev": {
3086 efrain 4241
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 4242
                "phpspec/prophecy-phpunit": "^2.0",
4243
                "phpunit/phpunit": "^9.5",
3086 efrain 4244
                "psalm/plugin-phpunit": "^0.17.0",
4245
                "vimeo/psalm": "^4.24.0"
1 www 4246
            },
4247
            "suggest": {
4248
                "laminas/laminas-cache": "To enable caching of translation strings"
4249
            },
4250
            "type": "library",
4251
            "extra": {
4252
                "laminas": {
4253
                    "component": "Laminas\\Mvc\\I18n",
4254
                    "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
4255
                }
4256
            },
4257
            "autoload": {
4258
                "psr-4": {
4259
                    "Laminas\\Mvc\\I18n\\": "src/"
4260
                }
4261
            },
4262
            "notification-url": "https://packagist.org/downloads/",
4263
            "license": [
4264
                "BSD-3-Clause"
4265
            ],
4266
            "description": "Integration between laminas-mvc and laminas-i18n",
4267
            "homepage": "https://laminas.dev",
4268
            "keywords": [
4269
                "i18n",
4270
                "laminas",
4271
                "mvc"
4272
            ],
4273
            "support": {
4274
                "chat": "https://laminas.dev/chat",
4275
                "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
4276
                "forum": "https://discourse.laminas.dev",
4277
                "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
4278
                "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
4279
                "source": "https://github.com/laminas/laminas-mvc-i18n"
4280
            },
4281
            "funding": [
4282
                {
4283
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4284
                    "type": "community_bridge"
4285
                }
4286
            ],
3086 efrain 4287
            "time": "2022-07-21T16:59:34+00:00"
1 www 4288
        },
4289
        {
4290
            "name": "laminas/laminas-mvc-plugin-fileprg",
4291
            "version": "1.2.0",
4292
            "source": {
4293
                "type": "git",
4294
                "url": "https://github.com/laminas/laminas-mvc-plugin-fileprg.git",
4295
                "reference": "2d6a64bf916b3f5f26a062b9c62d06af26ee483f"
4296
            },
4297
            "dist": {
4298
                "type": "zip",
4299
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-fileprg/zipball/2d6a64bf916b3f5f26a062b9c62d06af26ee483f",
4300
                "reference": "2d6a64bf916b3f5f26a062b9c62d06af26ee483f",
4301
                "shasum": ""
4302
            },
4303
            "require": {
4304
                "laminas/laminas-filter": "^2.6.1",
4305
                "laminas/laminas-form": "^2.7",
4306
                "laminas/laminas-inputfilter": "^2.8.1",
4307
                "laminas/laminas-mvc": "^3.0",
4308
                "laminas/laminas-session": "^2.8.5",
4309
                "laminas/laminas-stdlib": "^3.3",
4310
                "laminas/laminas-validator": "^2.6",
4311
                "laminas/laminas-zendframework-bridge": "^1.0",
4312
                "php": "^7.3 || ~8.0.0"
4313
            },
4314
            "conflict": {
4315
                "laminas/laminas-mvc": "<3.0.0"
4316
            },
4317
            "replace": {
4318
                "zendframework/zend-mvc-plugin-fileprg": "^1.1.0"
4319
            },
4320
            "require-dev": {
4321
                "laminas/laminas-coding-standard": "~1.0.0",
4322
                "phpunit/phpunit": "^9.3"
4323
            },
4324
            "type": "library",
4325
            "extra": {
4326
                "laminas": {
4327
                    "component": "Laminas\\Mvc\\Plugin\\FilePrg"
4328
                }
4329
            },
4330
            "autoload": {
4331
                "psr-4": {
4332
                    "Laminas\\Mvc\\Plugin\\FilePrg\\": "src/"
4333
                }
4334
            },
4335
            "notification-url": "https://packagist.org/downloads/",
4336
            "license": [
4337
                "BSD-3-Clause"
4338
            ],
4339
            "description": "Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers",
4340
            "homepage": "https://laminas.dev",
4341
            "keywords": [
4342
                "laminas",
4343
                "mvc"
4344
            ],
4345
            "support": {
4346
                "chat": "https://laminas.dev/chat",
4347
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-fileprg/",
4348
                "forum": "https://discourse.laminas.dev",
4349
                "issues": "https://github.com/laminas/laminas-mvc-plugin-fileprg/issues",
4350
                "rss": "https://github.com/laminas/laminas-mvc-plugin-fileprg/releases.atom",
4351
                "source": "https://github.com/laminas/laminas-mvc-plugin-fileprg"
4352
            },
4353
            "funding": [
4354
                {
4355
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4356
                    "type": "community_bridge"
4357
                }
4358
            ],
4359
            "time": "2021-04-13T15:22:13+00:00"
4360
        },
4361
        {
4362
            "name": "laminas/laminas-mvc-plugin-flashmessenger",
3086 efrain 4363
            "version": "1.8.1",
1 www 4364
            "source": {
4365
                "type": "git",
4366
                "url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git",
3086 efrain 4367
                "reference": "7293ba47e068304e3c1cacd4013ac2e615f96625"
1 www 4368
            },
4369
            "dist": {
4370
                "type": "zip",
3086 efrain 4371
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/7293ba47e068304e3c1cacd4013ac2e615f96625",
4372
                "reference": "7293ba47e068304e3c1cacd4013ac2e615f96625",
1 www 4373
                "shasum": ""
4374
            },
4375
            "require": {
3086 efrain 4376
                "laminas/laminas-mvc": "^3.3",
4377
                "laminas/laminas-session": "^2.12.0",
4378
                "laminas/laminas-stdlib": "^3.6.4",
4379
                "laminas/laminas-view": "^2.13.1",
4380
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4381
            },
4382
            "conflict": {
16 efrain 4383
                "laminas/laminas-mvc": "<3.0.0",
4384
                "zendframework/zend-mvc-plugin-flashmessenger": "*"
1 www 4385
            },
4386
            "require-dev": {
3086 efrain 4387
                "laminas/laminas-coding-standard": "~2.3.0",
4388
                "laminas/laminas-i18n": "^2.13.0",
4389
                "phpunit/phpunit": "^9.5.4",
4390
                "psalm/plugin-phpunit": "^0.16.1",
4391
                "vimeo/psalm": "^4.18"
1 www 4392
            },
4393
            "type": "library",
4394
            "extra": {
4395
                "laminas": {
4396
                    "component": "Laminas\\Mvc\\Plugin\\FlashMessenger"
4397
                }
4398
            },
4399
            "autoload": {
4400
                "psr-4": {
4401
                    "Laminas\\Mvc\\Plugin\\FlashMessenger\\": "src/"
4402
                }
4403
            },
4404
            "notification-url": "https://packagist.org/downloads/",
4405
            "license": [
4406
                "BSD-3-Clause"
4407
            ],
4408
            "description": "Plugin for creating and exposing flash messages via laminas-mvc controllers",
4409
            "homepage": "https://laminas.dev",
4410
            "keywords": [
4411
                "laminas",
4412
                "mvc"
4413
            ],
4414
            "support": {
4415
                "chat": "https://laminas.dev/chat",
4416
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-flashmessenger/",
4417
                "forum": "https://discourse.laminas.dev",
4418
                "issues": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/issues",
4419
                "rss": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/releases.atom",
4420
                "source": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger"
4421
            },
4422
            "funding": [
4423
                {
4424
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4425
                    "type": "community_bridge"
4426
                }
4427
            ],
3086 efrain 4428
            "time": "2022-08-02T08:03:40+00:00"
1 www 4429
        },
4430
        {
4431
            "name": "laminas/laminas-mvc-plugin-identity",
3086 efrain 4432
            "version": "1.4.0",
1 www 4433
            "source": {
4434
                "type": "git",
4435
                "url": "https://github.com/laminas/laminas-mvc-plugin-identity.git",
3086 efrain 4436
                "reference": "81b4bf2121044f6e3e24e00ea8676fa6de595f59"
1 www 4437
            },
4438
            "dist": {
4439
                "type": "zip",
3086 efrain 4440
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-identity/zipball/81b4bf2121044f6e3e24e00ea8676fa6de595f59",
4441
                "reference": "81b4bf2121044f6e3e24e00ea8676fa6de595f59",
1 www 4442
                "shasum": ""
4443
            },
4444
            "require": {
3086 efrain 4445
                "laminas/laminas-authentication": "^2.11.0",
4446
                "laminas/laminas-mvc": "^3.3.3",
4447
                "laminas/laminas-servicemanager": "^3.15.1",
4448
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4449
            },
4450
            "conflict": {
16 efrain 4451
                "laminas/laminas-mvc": "<3.0.0",
4452
                "zendframework/zend-mvc-plugin-identity": "*"
1 www 4453
            },
4454
            "require-dev": {
3086 efrain 4455
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 4456
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 4457
                "phpunit/phpunit": "^9.5",
4458
                "psalm/plugin-phpunit": "^0.17.0",
4459
                "vimeo/psalm": "^4.24"
1 www 4460
            },
4461
            "type": "library",
4462
            "extra": {
4463
                "laminas": {
4464
                    "component": "Laminas\\Mvc\\Plugin\\Identity"
4465
                }
4466
            },
4467
            "autoload": {
4468
                "psr-4": {
4469
                    "Laminas\\Mvc\\Plugin\\Identity\\": "src/"
4470
                }
4471
            },
4472
            "notification-url": "https://packagist.org/downloads/",
4473
            "license": [
4474
                "BSD-3-Clause"
4475
            ],
4476
            "description": "Plugin for retrieving the current authenticated identity within laminas-mvc controllers",
4477
            "homepage": "https://laminas.dev",
4478
            "keywords": [
4479
                "laminas",
4480
                "mvc"
4481
            ],
4482
            "support": {
4483
                "chat": "https://laminas.dev/chat",
4484
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-identity/",
4485
                "forum": "https://discourse.laminas.dev",
4486
                "issues": "https://github.com/laminas/laminas-mvc-plugin-identity/issues",
4487
                "rss": "https://github.com/laminas/laminas-mvc-plugin-identity/releases.atom",
4488
                "source": "https://github.com/laminas/laminas-mvc-plugin-identity"
4489
            },
4490
            "funding": [
4491
                {
4492
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4493
                    "type": "community_bridge"
4494
                }
4495
            ],
3086 efrain 4496
            "time": "2022-07-21T10:29:30+00:00"
1 www 4497
        },
4498
        {
4499
            "name": "laminas/laminas-mvc-plugin-prg",
3086 efrain 4500
            "version": "1.6.0",
1 www 4501
            "source": {
4502
                "type": "git",
4503
                "url": "https://github.com/laminas/laminas-mvc-plugin-prg.git",
3086 efrain 4504
                "reference": "d6e1052fbc6027b516fb325063961e192a16883e"
1 www 4505
            },
4506
            "dist": {
4507
                "type": "zip",
3086 efrain 4508
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-prg/zipball/d6e1052fbc6027b516fb325063961e192a16883e",
4509
                "reference": "d6e1052fbc6027b516fb325063961e192a16883e",
1 www 4510
                "shasum": ""
4511
            },
4512
            "require": {
3086 efrain 4513
                "laminas/laminas-mvc": "^3.3.3",
4514
                "laminas/laminas-session": "^2.12.1",
4515
                "laminas/laminas-stdlib": "^3.10.1",
4516
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4517
            },
16 efrain 4518
            "conflict": {
4519
                "zendframework/zend-mvc-plugin-prg": "*"
1 www 4520
            },
4521
            "require-dev": {
3086 efrain 4522
                "laminas/laminas-coding-standard": "~2.3.0",
4523
                "phpunit/phpunit": "^9.5.21",
4524
                "psalm/plugin-phpunit": "^0.17.0",
4525
                "vimeo/psalm": "^4.24"
1 www 4526
            },
4527
            "type": "library",
4528
            "extra": {
4529
                "laminas": {
4530
                    "component": "Laminas\\Mvc\\Plugin\\Prg"
4531
                }
4532
            },
4533
            "autoload": {
4534
                "psr-4": {
4535
                    "Laminas\\Mvc\\Plugin\\Prg\\": "src/"
4536
                }
4537
            },
4538
            "notification-url": "https://packagist.org/downloads/",
4539
            "license": [
4540
                "BSD-3-Clause"
4541
            ],
4542
            "description": "Post/Redirect/Get plugin for laminas-mvc controllers",
4543
            "homepage": "https://laminas.dev",
4544
            "keywords": [
4545
                "laminas",
4546
                "mvc"
4547
            ],
4548
            "support": {
4549
                "chat": "https://laminas.dev/chat",
4550
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-prg/",
4551
                "forum": "https://discourse.laminas.dev",
4552
                "issues": "https://github.com/laminas/laminas-mvc-plugin-prg/issues",
4553
                "rss": "https://github.com/laminas/laminas-mvc-plugin-prg/releases.atom",
4554
                "source": "https://github.com/laminas/laminas-mvc-plugin-prg"
4555
            },
4556
            "funding": [
4557
                {
4558
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4559
                    "type": "community_bridge"
4560
                }
4561
            ],
3086 efrain 4562
            "time": "2022-07-21T16:00:29+00:00"
1 www 4563
        },
4564
        {
4565
            "name": "laminas/laminas-mvc-plugins",
16 efrain 4566
            "version": "1.2.0",
1 www 4567
            "source": {
4568
                "type": "git",
4569
                "url": "https://github.com/laminas/laminas-mvc-plugins.git",
16 efrain 4570
                "reference": "ea91854e410fcf0451c8bc53062da215605cf5ad"
1 www 4571
            },
4572
            "dist": {
4573
                "type": "zip",
16 efrain 4574
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugins/zipball/ea91854e410fcf0451c8bc53062da215605cf5ad",
4575
                "reference": "ea91854e410fcf0451c8bc53062da215605cf5ad",
1 www 4576
                "shasum": ""
4577
            },
4578
            "require": {
4579
                "laminas/laminas-mvc-plugin-fileprg": "^1.2",
4580
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.3",
4581
                "laminas/laminas-mvc-plugin-identity": "^1.2",
4582
                "laminas/laminas-mvc-plugin-prg": "^1.3"
4583
            },
16 efrain 4584
            "conflict": {
4585
                "zendframework/zend-mvc-plugins": "*"
1 www 4586
            },
4587
            "type": "metapackage",
4588
            "extra": {
4589
                "laminas": {
4590
                    "component": [
4591
                        "Laminas\\Mvc\\Plugin\\FilePrg",
4592
                        "Laminas\\Mvc\\Plugin\\FlashMessenger",
4593
                        "Laminas\\Mvc\\Plugin\\Identity",
4594
                        "Laminas\\Mvc\\Plugin\\Prg"
4595
                    ]
4596
                }
4597
            },
4598
            "notification-url": "https://packagist.org/downloads/",
4599
            "license": [
4600
                "BSD-3-Clause"
4601
            ],
4602
            "description": "Collection of all stable laminas-mvc plugins served via separate packages.",
4603
            "homepage": "https://laminas.dev",
4604
            "keywords": [
4605
                "laminas",
4606
                "mvc",
4607
                "plugins"
4608
            ],
4609
            "support": {
4610
                "chat": "https://laminas.dev/chat",
4611
                "forum": "https://discourse.laminas.dev",
4612
                "issues": "https://github.com/laminas/laminas-mvc-plugins/issues",
4613
                "rss": "https://github.com/laminas/laminas-mvc-plugins/releases.atom",
4614
                "source": "https://github.com/laminas/laminas-mvc-plugins"
4615
            },
4616
            "funding": [
4617
                {
4618
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4619
                    "type": "community_bridge"
4620
                }
4621
            ],
16 efrain 4622
            "time": "2021-12-06T00:49:46+00:00"
1 www 4623
        },
4624
        {
4625
            "name": "laminas/laminas-navigation",
3086 efrain 4626
            "version": "2.15.0",
1 www 4627
            "source": {
4628
                "type": "git",
4629
                "url": "https://github.com/laminas/laminas-navigation.git",
3086 efrain 4630
                "reference": "4818d772a3d51231c07e1ae3067e48ceef746b85"
1 www 4631
            },
4632
            "dist": {
4633
                "type": "zip",
3086 efrain 4634
                "url": "https://api.github.com/repos/laminas/laminas-navigation/zipball/4818d772a3d51231c07e1ae3067e48ceef746b85",
4635
                "reference": "4818d772a3d51231c07e1ae3067e48ceef746b85",
1 www 4636
                "shasum": ""
4637
            },
4638
            "require": {
4639
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
16 efrain 4640
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4641
            },
16 efrain 4642
            "conflict": {
4643
                "zendframework/zend-navigation": "*"
1 www 4644
            },
4645
            "require-dev": {
3086 efrain 4646
                "laminas/laminas-coding-standard": "~2.4.0",
16 efrain 4647
                "laminas/laminas-config": "^3.7.0",
3086 efrain 4648
                "laminas/laminas-http": "^2.16.0",
4649
                "laminas/laminas-i18n": "^2.17.0",
4650
                "laminas/laminas-mvc": "^3.3.4",
4651
                "laminas/laminas-permissions-acl": "^2.10.0",
4652
                "laminas/laminas-router": "^3.9.0",
4653
                "laminas/laminas-servicemanager": "^3.16.0",
16 efrain 4654
                "laminas/laminas-uri": "^2.9.1",
3086 efrain 4655
                "laminas/laminas-view": "^2.22.1",
16 efrain 4656
                "phpspec/prophecy-phpunit": "^2.0.1",
3086 efrain 4657
                "phpunit/phpunit": "^9.5.24",
4658
                "psalm/plugin-phpunit": "^0.17.0",
4659
                "vimeo/psalm": "^4.27"
1 www 4660
            },
4661
            "suggest": {
16 efrain 4662
                "laminas/laminas-config": "^3.7, to provide page configuration (optional, as arrays and Traversables are also allowed)",
4663
                "laminas/laminas-permissions-acl": "^2.9, to provide ACL-based access restrictions to pages",
4664
                "laminas/laminas-router": "^3.5, to use router-based URI generation with Mvc pages",
3086 efrain 4665
                "laminas/laminas-servicemanager": "^3.16, to use the navigation factories",
16 efrain 4666
                "laminas/laminas-view": "^2.14, to use the navigation view helpers"
1 www 4667
            },
4668
            "type": "library",
4669
            "extra": {
4670
                "laminas": {
4671
                    "component": "Laminas\\Navigation",
4672
                    "config-provider": "Laminas\\Navigation\\ConfigProvider"
4673
                }
4674
            },
4675
            "autoload": {
4676
                "psr-4": {
4677
                    "Laminas\\Navigation\\": "src/"
4678
                }
4679
            },
4680
            "notification-url": "https://packagist.org/downloads/",
4681
            "license": [
4682
                "BSD-3-Clause"
4683
            ],
4684
            "description": "Manage trees of pointers to web pages in order to build navigation systems",
4685
            "homepage": "https://laminas.dev",
4686
            "keywords": [
4687
                "laminas",
4688
                "navigation"
4689
            ],
4690
            "support": {
4691
                "chat": "https://laminas.dev/chat",
4692
                "docs": "https://docs.laminas.dev/laminas-navigation/",
4693
                "forum": "https://discourse.laminas.dev",
4694
                "issues": "https://github.com/laminas/laminas-navigation/issues",
4695
                "rss": "https://github.com/laminas/laminas-navigation/releases.atom",
4696
                "source": "https://github.com/laminas/laminas-navigation"
4697
            },
4698
            "funding": [
4699
                {
4700
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4701
                    "type": "community_bridge"
4702
                }
4703
            ],
3086 efrain 4704
            "time": "2022-09-13T11:14:03+00:00"
1 www 4705
        },
4706
        {
4707
            "name": "laminas/laminas-paginator",
3086 efrain 4708
            "version": "2.13.0",
1 www 4709
            "source": {
4710
                "type": "git",
4711
                "url": "https://github.com/laminas/laminas-paginator.git",
3086 efrain 4712
                "reference": "2d6a9d21f5d67963347d497cd53873e3e693b0b5"
1 www 4713
            },
4714
            "dist": {
4715
                "type": "zip",
3086 efrain 4716
                "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/2d6a9d21f5d67963347d497cd53873e3e693b0b5",
4717
                "reference": "2d6a9d21f5d67963347d497cd53873e3e693b0b5",
1 www 4718
                "shasum": ""
4719
            },
4720
            "require": {
4721
                "ext-json": "*",
3086 efrain 4722
                "laminas/laminas-stdlib": "^3.10.1",
16 efrain 4723
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4724
            },
16 efrain 4725
            "conflict": {
4726
                "zendframework/zend-paginator": "*"
1 www 4727
            },
4728
            "require-dev": {
16 efrain 4729
                "laminas/laminas-cache": "^3.1.2",
4730
                "laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
4731
                "laminas/laminas-coding-standard": "^2.3.0",
4732
                "laminas/laminas-config": "^3.7.0",
4733
                "laminas/laminas-filter": "^2.13.0",
3086 efrain 4734
                "laminas/laminas-servicemanager": "^3.14.0",
16 efrain 4735
                "laminas/laminas-view": "^2.15.0",
3086 efrain 4736
                "phpunit/phpunit": "^9.5.21",
16 efrain 4737
                "psalm/plugin-phpunit": "^0.16.1",
3086 efrain 4738
                "vimeo/psalm": "^4.24.0"
1 www 4739
            },
4740
            "suggest": {
4741
                "laminas/laminas-cache": "Laminas\\Cache component to support cache features",
4742
                "laminas/laminas-filter": "Laminas\\Filter component",
4743
                "laminas/laminas-paginator-adapter-laminasdb": "Provides pagination adapters for Select statements and TableGateway instances",
4744
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
4745
                "laminas/laminas-view": "Laminas\\View component"
4746
            },
4747
            "type": "library",
4748
            "extra": {
4749
                "laminas": {
4750
                    "component": "Laminas\\Paginator",
4751
                    "config-provider": "Laminas\\Paginator\\ConfigProvider"
4752
                }
4753
            },
4754
            "autoload": {
4755
                "psr-4": {
4756
                    "Laminas\\Paginator\\": "src/"
4757
                }
4758
            },
4759
            "notification-url": "https://packagist.org/downloads/",
4760
            "license": [
4761
                "BSD-3-Clause"
4762
            ],
4763
            "description": "Paginate collections of data from arbitrary sources",
4764
            "homepage": "https://laminas.dev",
4765
            "keywords": [
4766
                "laminas",
4767
                "paginator"
4768
            ],
4769
            "support": {
4770
                "chat": "https://laminas.dev/chat",
4771
                "docs": "https://docs.laminas.dev/laminas-paginator/",
4772
                "forum": "https://discourse.laminas.dev",
4773
                "issues": "https://github.com/laminas/laminas-paginator/issues",
4774
                "rss": "https://github.com/laminas/laminas-paginator/releases.atom",
4775
                "source": "https://github.com/laminas/laminas-paginator"
4776
            },
4777
            "funding": [
4778
                {
4779
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4780
                    "type": "community_bridge"
4781
                }
4782
            ],
3086 efrain 4783
            "time": "2022-07-12T11:56:05+00:00"
1 www 4784
        },
4785
        {
4786
            "name": "laminas/laminas-permissions-acl",
3086 efrain 4787
            "version": "2.10.0",
1 www 4788
            "source": {
4789
                "type": "git",
4790
                "url": "https://github.com/laminas/laminas-permissions-acl.git",
3086 efrain 4791
                "reference": "e927ae0a3001655fea97eb240eeea9d10638e82f"
1 www 4792
            },
4793
            "dist": {
4794
                "type": "zip",
3086 efrain 4795
                "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/e927ae0a3001655fea97eb240eeea9d10638e82f",
4796
                "reference": "e927ae0a3001655fea97eb240eeea9d10638e82f",
1 www 4797
                "shasum": ""
4798
            },
4799
            "require": {
3086 efrain 4800
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4801
            },
4802
            "conflict": {
16 efrain 4803
                "laminas/laminas-servicemanager": "<3.0",
4804
                "zendframework/zend-permissions-acl": "*"
1 www 4805
            },
4806
            "require-dev": {
3086 efrain 4807
                "laminas/laminas-coding-standard": "~2.3.0",
4808
                "laminas/laminas-servicemanager": "^3.15.1",
16 efrain 4809
                "phpunit/phpunit": "^9.5.0",
3086 efrain 4810
                "psalm/plugin-phpunit": "^0.17.0",
4811
                "vimeo/psalm": "^4.24.0"
1 www 4812
            },
4813
            "suggest": {
4814
                "laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
4815
            },
4816
            "type": "library",
4817
            "autoload": {
4818
                "psr-4": {
4819
                    "Laminas\\Permissions\\Acl\\": "src/"
4820
                }
4821
            },
4822
            "notification-url": "https://packagist.org/downloads/",
4823
            "license": [
4824
                "BSD-3-Clause"
4825
            ],
4826
            "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
4827
            "homepage": "https://laminas.dev",
4828
            "keywords": [
4829
                "acl",
4830
                "laminas"
4831
            ],
4832
            "support": {
4833
                "chat": "https://laminas.dev/chat",
4834
                "docs": "https://docs.laminas.dev/laminas-permissions-acl/",
4835
                "forum": "https://discourse.laminas.dev",
4836
                "issues": "https://github.com/laminas/laminas-permissions-acl/issues",
4837
                "rss": "https://github.com/laminas/laminas-permissions-acl/releases.atom",
4838
                "source": "https://github.com/laminas/laminas-permissions-acl"
4839
            },
4840
            "funding": [
4841
                {
4842
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4843
                    "type": "community_bridge"
4844
                }
4845
            ],
3086 efrain 4846
            "time": "2022-07-21T09:23:39+00:00"
1 www 4847
        },
4848
        {
4849
            "name": "laminas/laminas-psr7bridge",
3086 efrain 4850
            "version": "1.7.0",
1 www 4851
            "source": {
4852
                "type": "git",
4853
                "url": "https://github.com/laminas/laminas-psr7bridge.git",
3086 efrain 4854
                "reference": "7318e3762d25cf802fa0589aecf3d9b3eb411f3f"
1 www 4855
            },
4856
            "dist": {
4857
                "type": "zip",
3086 efrain 4858
                "url": "https://api.github.com/repos/laminas/laminas-psr7bridge/zipball/7318e3762d25cf802fa0589aecf3d9b3eb411f3f",
4859
                "reference": "7318e3762d25cf802fa0589aecf3d9b3eb411f3f",
1 www 4860
                "shasum": ""
4861
            },
4862
            "require": {
3086 efrain 4863
                "laminas/laminas-diactoros": "^2.0",
16 efrain 4864
                "laminas/laminas-http": "^2.15",
3086 efrain 4865
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
1 www 4866
                "psr/http-message": "^1.0"
4867
            },
4868
            "conflict": {
16 efrain 4869
                "laminas/laminas-stdlib": "< 3.2.1",
4870
                "zendframework/zend-psr7bridge": "*"
1 www 4871
            },
4872
            "require-dev": {
3086 efrain 4873
                "laminas/laminas-coding-standard": "^2.4.0",
16 efrain 4874
                "phpunit/phpunit": "^9.5.10",
3086 efrain 4875
                "psalm/plugin-phpunit": "^0.17.0",
16 efrain 4876
                "vimeo/psalm": "^4.11"
1 www 4877
            },
4878
            "type": "library",
4879
            "autoload": {
4880
                "psr-4": {
4881
                    "Laminas\\Psr7Bridge\\": "src/"
4882
                }
4883
            },
4884
            "notification-url": "https://packagist.org/downloads/",
4885
            "license": [
4886
                "BSD-3-Clause"
4887
            ],
16 efrain 4888
            "description": "Bidirectional conversions between PSR-7 and laminas-http messages",
1 www 4889
            "homepage": "https://laminas.dev",
4890
            "keywords": [
4891
                "http",
4892
                "laminas",
4893
                "psr",
4894
                "psr-7"
4895
            ],
4896
            "support": {
4897
                "chat": "https://laminas.dev/chat",
4898
                "docs": "https://docs.laminas.dev/laminas-psr7bridge/",
4899
                "forum": "https://discourse.laminas.dev",
4900
                "issues": "https://github.com/laminas/laminas-psr7bridge/issues",
4901
                "rss": "https://github.com/laminas/laminas-psr7bridge/releases.atom",
4902
                "source": "https://github.com/laminas/laminas-psr7bridge"
4903
            },
4904
            "funding": [
4905
                {
4906
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4907
                    "type": "community_bridge"
4908
                }
4909
            ],
3086 efrain 4910
            "time": "2022-08-24T20:18:40+00:00"
1 www 4911
        },
4912
        {
4913
            "name": "laminas/laminas-recaptcha",
16 efrain 4914
            "version": "3.4.0",
1 www 4915
            "source": {
4916
                "type": "git",
4917
                "url": "https://github.com/laminas/laminas-recaptcha.git",
16 efrain 4918
                "reference": "f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71"
1 www 4919
            },
4920
            "dist": {
4921
                "type": "zip",
16 efrain 4922
                "url": "https://api.github.com/repos/laminas/laminas-recaptcha/zipball/f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71",
4923
                "reference": "f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71",
1 www 4924
                "shasum": ""
4925
            },
4926
            "require": {
4927
                "ext-json": "*",
16 efrain 4928
                "laminas/laminas-http": "^2.15",
4929
                "laminas/laminas-json": "^3.3",
4930
                "laminas/laminas-stdlib": "^3.6",
4931
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4932
            },
16 efrain 4933
            "conflict": {
4934
                "zendframework/zendservice-recaptcha": "*"
1 www 4935
            },
4936
            "require-dev": {
16 efrain 4937
                "laminas/laminas-coding-standard": "~2.3.0",
4938
                "laminas/laminas-config": "^3.7",
4939
                "laminas/laminas-validator": "^2.15",
4940
                "phpunit/phpunit": "^9.5.4"
1 www 4941
            },
4942
            "suggest": {
4943
                "laminas/laminas-validator": "~2.0, if using ReCaptcha's Mailhide API"
4944
            },
4945
            "type": "library",
4946
            "autoload": {
4947
                "psr-4": {
4948
                    "Laminas\\ReCaptcha\\": "src/"
4949
                }
4950
            },
4951
            "notification-url": "https://packagist.org/downloads/",
4952
            "license": [
4953
                "BSD-3-Clause"
4954
            ],
4955
            "description": "OOP wrapper for the ReCaptcha web service",
4956
            "homepage": "https://laminas.dev",
4957
            "keywords": [
4958
                "laminas",
4959
                "recaptcha"
4960
            ],
4961
            "support": {
4962
                "chat": "https://laminas.dev/chat",
4963
                "docs": "https://docs.laminas.dev/laminas-recaptcha/",
4964
                "forum": "https://discourse.laminas.dev",
4965
                "issues": "https://github.com/laminas/laminas-recaptcha/issues",
4966
                "rss": "https://github.com/laminas/laminas-recaptcha/releases.atom",
4967
                "source": "https://github.com/laminas/laminas-recaptcha"
4968
            },
4969
            "funding": [
4970
                {
4971
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4972
                    "type": "community_bridge"
4973
                }
4974
            ],
16 efrain 4975
            "time": "2021-11-28T18:10:25+00:00"
1 www 4976
        },
4977
        {
4978
            "name": "laminas/laminas-router",
3086 efrain 4979
            "version": "3.9.0",
1 www 4980
            "source": {
4981
                "type": "git",
4982
                "url": "https://github.com/laminas/laminas-router.git",
3086 efrain 4983
                "reference": "ebd084f7fda7520394b9ddc1e9ec2cbdf2094daa"
1 www 4984
            },
4985
            "dist": {
4986
                "type": "zip",
3086 efrain 4987
                "url": "https://api.github.com/repos/laminas/laminas-router/zipball/ebd084f7fda7520394b9ddc1e9ec2cbdf2094daa",
4988
                "reference": "ebd084f7fda7520394b9ddc1e9ec2cbdf2094daa",
1 www 4989
                "shasum": ""
4990
            },
4991
            "require": {
16 efrain 4992
                "laminas/laminas-http": "^2.15",
3086 efrain 4993
                "laminas/laminas-servicemanager": "^3.14.0",
4994
                "laminas/laminas-stdlib": "^3.10.1",
4995
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4996
            },
16 efrain 4997
            "conflict": {
4998
                "zendframework/zend-router": "*"
1 www 4999
            },
5000
            "require-dev": {
3086 efrain 5001
                "laminas/laminas-coding-standard": "~2.4.0",
5002
                "laminas/laminas-i18n": "^2.15.0",
16 efrain 5003
                "phpunit/phpunit": "^9.5.5",
3086 efrain 5004
                "psalm/plugin-phpunit": "^0.17.0",
5005
                "vimeo/psalm": "^4.24.0"
1 www 5006
            },
5007
            "suggest": {
3086 efrain 5008
                "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
1 www 5009
            },
5010
            "type": "library",
5011
            "extra": {
5012
                "laminas": {
5013
                    "component": "Laminas\\Router",
5014
                    "config-provider": "Laminas\\Router\\ConfigProvider"
5015
                }
5016
            },
5017
            "autoload": {
5018
                "psr-4": {
5019
                    "Laminas\\Router\\": "src/"
5020
                }
5021
            },
5022
            "notification-url": "https://packagist.org/downloads/",
5023
            "license": [
5024
                "BSD-3-Clause"
5025
            ],
5026
            "description": "Flexible routing system for HTTP and console applications",
5027
            "homepage": "https://laminas.dev",
5028
            "keywords": [
5029
                "laminas",
5030
                "routing"
5031
            ],
5032
            "support": {
5033
                "chat": "https://laminas.dev/chat",
5034
                "docs": "https://docs.laminas.dev/laminas-router/",
5035
                "forum": "https://discourse.laminas.dev",
5036
                "issues": "https://github.com/laminas/laminas-router/issues",
5037
                "rss": "https://github.com/laminas/laminas-router/releases.atom",
5038
                "source": "https://github.com/laminas/laminas-router"
5039
            },
5040
            "funding": [
5041
                {
5042
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5043
                    "type": "community_bridge"
5044
                }
5045
            ],
3086 efrain 5046
            "time": "2022-08-30T22:41:24+00:00"
1 www 5047
        },
5048
        {
5049
            "name": "laminas/laminas-servicemanager",
3086 efrain 5050
            "version": "3.17.0",
1 www 5051
            "source": {
5052
                "type": "git",
5053
                "url": "https://github.com/laminas/laminas-servicemanager.git",
3086 efrain 5054
                "reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec"
1 www 5055
            },
5056
            "dist": {
5057
                "type": "zip",
3086 efrain 5058
                "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/360be5f16955dd1edbcce1cfaa98ed82a17f02ec",
5059
                "reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec",
1 www 5060
                "shasum": ""
5061
            },
5062
            "require": {
5063
                "laminas/laminas-stdlib": "^3.2.1",
16 efrain 5064
                "php": "~7.4.0 || ~8.0.0 || ~8.1.0",
1 www 5065
                "psr/container": "^1.0"
5066
            },
5067
            "conflict": {
3086 efrain 5068
                "ext-psr": "*",
1 www 5069
                "laminas/laminas-code": "<3.3.1",
16 efrain 5070
                "zendframework/zend-code": "<3.3.1",
5071
                "zendframework/zend-servicemanager": "*"
1 www 5072
            },
5073
            "provide": {
5074
                "psr/container-implementation": "^1.0"
5075
            },
3086 efrain 5076
            "replace": {
5077
                "container-interop/container-interop": "^1.2.0"
5078
            },
1 www 5079
            "require-dev": {
5080
                "composer/package-versions-deprecated": "^1.0",
3086 efrain 5081
                "laminas/laminas-coding-standard": "~2.4.0",
5082
                "laminas/laminas-container-config-test": "^0.7",
1 www 5083
                "laminas/laminas-dependency-plugin": "^2.1.2",
16 efrain 5084
                "mikey179/vfsstream": "^1.6.10@alpha",
5085
                "ocramius/proxy-manager": "^2.11",
5086
                "phpbench/phpbench": "^1.1",
1 www 5087
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 5088
                "phpunit/phpunit": "^9.5.5",
3086 efrain 5089
                "psalm/plugin-phpunit": "^0.17.0",
1 www 5090
                "vimeo/psalm": "^4.8"
5091
            },
5092
            "suggest": {
5093
                "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
5094
            },
5095
            "bin": [
5096
                "bin/generate-deps-for-config-factory",
5097
                "bin/generate-factory-for-class"
5098
            ],
5099
            "type": "library",
5100
            "autoload": {
3086 efrain 5101
                "files": [
5102
                    "src/autoload.php"
5103
                ],
1 www 5104
                "psr-4": {
5105
                    "Laminas\\ServiceManager\\": "src/"
5106
                }
5107
            },
5108
            "notification-url": "https://packagist.org/downloads/",
5109
            "license": [
5110
                "BSD-3-Clause"
5111
            ],
5112
            "description": "Factory-Driven Dependency Injection Container",
5113
            "homepage": "https://laminas.dev",
5114
            "keywords": [
5115
                "PSR-11",
5116
                "dependency-injection",
5117
                "di",
5118
                "dic",
5119
                "laminas",
5120
                "service-manager",
5121
                "servicemanager"
5122
            ],
5123
            "support": {
5124
                "chat": "https://laminas.dev/chat",
5125
                "docs": "https://docs.laminas.dev/laminas-servicemanager/",
5126
                "forum": "https://discourse.laminas.dev",
5127
                "issues": "https://github.com/laminas/laminas-servicemanager/issues",
5128
                "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
5129
                "source": "https://github.com/laminas/laminas-servicemanager"
5130
            },
5131
            "funding": [
5132
                {
5133
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5134
                    "type": "community_bridge"
5135
                }
5136
            ],
3086 efrain 5137
            "time": "2022-09-22T11:33:46+00:00"
1 www 5138
        },
5139
        {
5140
            "name": "laminas/laminas-session",
3086 efrain 5141
            "version": "2.13.0",
1 www 5142
            "source": {
5143
                "type": "git",
5144
                "url": "https://github.com/laminas/laminas-session.git",
3086 efrain 5145
                "reference": "9f8a6077dd22b3b253583b1be84ddd5bf6fa1ef4"
1 www 5146
            },
5147
            "dist": {
5148
                "type": "zip",
3086 efrain 5149
                "url": "https://api.github.com/repos/laminas/laminas-session/zipball/9f8a6077dd22b3b253583b1be84ddd5bf6fa1ef4",
5150
                "reference": "9f8a6077dd22b3b253583b1be84ddd5bf6fa1ef4",
1 www 5151
                "shasum": ""
5152
            },
5153
            "require": {
3086 efrain 5154
                "laminas/laminas-eventmanager": "^3.5",
5155
                "laminas/laminas-servicemanager": "^3.15.1",
5156
                "laminas/laminas-stdlib": "^3.10.1",
5157
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 5158
            },
16 efrain 5159
            "conflict": {
5160
                "zendframework/zend-session": "*"
1 www 5161
            },
5162
            "require-dev": {
3086 efrain 5163
                "laminas/laminas-cache": "^3.1.3",
5164
                "laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
5165
                "laminas/laminas-coding-standard": "~2.3.0",
16 efrain 5166
                "laminas/laminas-db": "^2.13.4",
5167
                "laminas/laminas-http": "^2.15",
5168
                "laminas/laminas-validator": "^2.15",
3086 efrain 5169
                "mongodb/mongodb": "~1.12.0",
1 www 5170
                "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
5171
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 5172
                "phpunit/phpunit": "^9.5.9",
5173
                "psalm/plugin-phpunit": "^0.17.0",
5174
                "vimeo/psalm": "^4.24.0"
1 www 5175
            },
5176
            "suggest": {
5177
                "laminas/laminas-cache": "Laminas\\Cache component",
5178
                "laminas/laminas-db": "Laminas\\Db component",
5179
                "laminas/laminas-http": "Laminas\\Http component",
5180
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
5181
                "laminas/laminas-validator": "Laminas\\Validator component",
5182
                "mongodb/mongodb": "If you want to use the MongoDB session save handler"
5183
            },
5184
            "type": "library",
5185
            "extra": {
5186
                "laminas": {
5187
                    "component": "Laminas\\Session",
5188
                    "config-provider": "Laminas\\Session\\ConfigProvider"
5189
                }
5190
            },
5191
            "autoload": {
5192
                "psr-4": {
5193
                    "Laminas\\Session\\": "src/"
5194
                }
5195
            },
5196
            "notification-url": "https://packagist.org/downloads/",
5197
            "license": [
5198
                "BSD-3-Clause"
5199
            ],
5200
            "description": "Object-oriented interface to PHP sessions and storage",
5201
            "homepage": "https://laminas.dev",
5202
            "keywords": [
5203
                "laminas",
5204
                "session"
5205
            ],
5206
            "support": {
5207
                "chat": "https://laminas.dev/chat",
5208
                "docs": "https://docs.laminas.dev/laminas-session/",
5209
                "forum": "https://discourse.laminas.dev",
5210
                "issues": "https://github.com/laminas/laminas-session/issues",
5211
                "rss": "https://github.com/laminas/laminas-session/releases.atom",
5212
                "source": "https://github.com/laminas/laminas-session"
5213
            },
5214
            "funding": [
5215
                {
5216
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5217
                    "type": "community_bridge"
5218
                }
5219
            ],
3086 efrain 5220
            "time": "2022-07-22T10:26:33+00:00"
1 www 5221
        },
5222
        {
5223
            "name": "laminas/laminas-stdlib",
3086 efrain 5224
            "version": "3.13.0",
1 www 5225
            "source": {
5226
                "type": "git",
5227
                "url": "https://github.com/laminas/laminas-stdlib.git",
3086 efrain 5228
                "reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76"
1 www 5229
            },
5230
            "dist": {
5231
                "type": "zip",
3086 efrain 5232
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/66a6d03c381f6c9f1dd988bf8244f9afb9380d76",
5233
                "reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76",
1 www 5234
                "shasum": ""
5235
            },
5236
            "require": {
3086 efrain 5237
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 5238
            },
5239
            "conflict": {
5240
                "zendframework/zend-stdlib": "*"
5241
            },
5242
            "require-dev": {
5243
                "laminas/laminas-coding-standard": "~2.3.0",
3086 efrain 5244
                "phpbench/phpbench": "^1.2.6",
5245
                "phpstan/phpdoc-parser": "^0.5.4",
5246
                "phpunit/phpunit": "^9.5.23",
5247
                "psalm/plugin-phpunit": "^0.17.0",
5248
                "vimeo/psalm": "^4.26"
1 www 5249
            },
5250
            "type": "library",
5251
            "autoload": {
5252
                "psr-4": {
5253
                    "Laminas\\Stdlib\\": "src/"
5254
                }
5255
            },
5256
            "notification-url": "https://packagist.org/downloads/",
5257
            "license": [
5258
                "BSD-3-Clause"
5259
            ],
5260
            "description": "SPL extensions, array utilities, error handlers, and more",
5261
            "homepage": "https://laminas.dev",
5262
            "keywords": [
5263
                "laminas",
5264
                "stdlib"
5265
            ],
5266
            "support": {
5267
                "chat": "https://laminas.dev/chat",
5268
                "docs": "https://docs.laminas.dev/laminas-stdlib/",
5269
                "forum": "https://discourse.laminas.dev",
5270
                "issues": "https://github.com/laminas/laminas-stdlib/issues",
5271
                "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
5272
                "source": "https://github.com/laminas/laminas-stdlib"
5273
            },
5274
            "funding": [
5275
                {
5276
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5277
                    "type": "community_bridge"
5278
                }
5279
            ],
3086 efrain 5280
            "time": "2022-08-24T13:56:50+00:00"
1 www 5281
        },
5282
        {
5283
            "name": "laminas/laminas-test",
16 efrain 5284
            "version": "3.8.0",
1 www 5285
            "source": {
5286
                "type": "git",
5287
                "url": "https://github.com/laminas/laminas-test.git",
16 efrain 5288
                "reference": "ae49929c0060800f0e516cb984620674dfb74458"
1 www 5289
            },
5290
            "dist": {
5291
                "type": "zip",
16 efrain 5292
                "url": "https://api.github.com/repos/laminas/laminas-test/zipball/ae49929c0060800f0e516cb984620674dfb74458",
5293
                "reference": "ae49929c0060800f0e516cb984620674dfb74458",
1 www 5294
                "shasum": ""
5295
            },
5296
            "require": {
5297
                "laminas/laminas-console": "^2.6",
5298
                "laminas/laminas-eventmanager": "^3.0",
16 efrain 5299
                "laminas/laminas-http": "^2.15.0",
5300
                "laminas/laminas-mvc": "^3.3.0",
1 www 5301
                "laminas/laminas-servicemanager": "^3.0.3",
5302
                "laminas/laminas-uri": "^2.5",
16 efrain 5303
                "laminas/laminas-view": "^2.13.1",
5304
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
5305
                "phpunit/phpunit": "^8.5.14 || ^9.0",
5306
                "symfony/css-selector": "^5.4 || ^6.0",
5307
                "symfony/dom-crawler": "^5.4 || ^6.0"
1 www 5308
            },
16 efrain 5309
            "conflict": {
5310
                "zendframework/zend-test": "*"
1 www 5311
            },
5312
            "require-dev": {
16 efrain 5313
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 5314
                "laminas/laminas-i18n": "^2.6",
5315
                "laminas/laminas-log": "^2.7.1",
5316
                "laminas/laminas-modulemanager": "^2.7.1",
5317
                "laminas/laminas-mvc-console": "^1.1.8",
16 efrain 5318
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.4.0",
1 www 5319
                "laminas/laminas-serializer": "^2.6.1",
16 efrain 5320
                "laminas/laminas-session": "^2.12.0",
5321
                "laminas/laminas-stdlib": "^3.6.0",
1 www 5322
                "laminas/laminas-validator": "^2.8",
5323
                "mikey179/vfsstream": "^1.6.8",
5324
                "psalm/plugin-phpunit": "^0.16.0",
5325
                "vimeo/psalm": "^4.7"
5326
            },
5327
            "suggest": {
5328
                "laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration"
5329
            },
5330
            "type": "library",
5331
            "autoload": {
5332
                "psr-4": {
5333
                    "Laminas\\Test\\": "src/"
5334
                }
5335
            },
5336
            "notification-url": "https://packagist.org/downloads/",
5337
            "license": [
5338
                "BSD-3-Clause"
5339
            ],
16 efrain 5340
            "description": "Tools to facilitate integration testing of laminas-mvc applications",
1 www 5341
            "homepage": "https://laminas.dev",
5342
            "keywords": [
5343
                "laminas",
5344
                "test"
5345
            ],
5346
            "support": {
5347
                "chat": "https://laminas.dev/chat",
5348
                "docs": "https://docs.laminas.dev/laminas-test/",
5349
                "forum": "https://discourse.laminas.dev",
5350
                "issues": "https://github.com/laminas/laminas-test/issues",
5351
                "rss": "https://github.com/laminas/laminas-test/releases.atom",
5352
                "source": "https://github.com/laminas/laminas-test"
5353
            },
5354
            "funding": [
5355
                {
5356
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5357
                    "type": "community_bridge"
5358
                }
5359
            ],
16 efrain 5360
            "time": "2021-12-08T04:16:21+00:00"
1 www 5361
        },
5362
        {
3086 efrain 5363
            "name": "laminas/laminas-text",
5364
            "version": "2.9.0",
5365
            "source": {
5366
                "type": "git",
5367
                "url": "https://github.com/laminas/laminas-text.git",
5368
                "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7"
5369
            },
5370
            "dist": {
5371
                "type": "zip",
5372
                "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7",
5373
                "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7",
5374
                "shasum": ""
5375
            },
5376
            "require": {
5377
                "laminas/laminas-servicemanager": "^3.4",
5378
                "laminas/laminas-stdlib": "^3.6",
5379
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
5380
            },
5381
            "conflict": {
5382
                "zendframework/zend-text": "*"
5383
            },
5384
            "require-dev": {
5385
                "laminas/laminas-coding-standard": "~1.0.0",
5386
                "phpunit/phpunit": "^9.3"
5387
            },
5388
            "type": "library",
5389
            "autoload": {
5390
                "psr-4": {
5391
                    "Laminas\\Text\\": "src/"
5392
                }
5393
            },
5394
            "notification-url": "https://packagist.org/downloads/",
5395
            "license": [
5396
                "BSD-3-Clause"
5397
            ],
5398
            "description": "Create FIGlets and text-based tables",
5399
            "homepage": "https://laminas.dev",
5400
            "keywords": [
5401
                "laminas",
5402
                "text"
5403
            ],
5404
            "support": {
5405
                "chat": "https://laminas.dev/chat",
5406
                "docs": "https://docs.laminas.dev/laminas-text/",
5407
                "forum": "https://discourse.laminas.dev",
5408
                "issues": "https://github.com/laminas/laminas-text/issues",
5409
                "rss": "https://github.com/laminas/laminas-text/releases.atom",
5410
                "source": "https://github.com/laminas/laminas-text"
5411
            },
5412
            "funding": [
5413
                {
5414
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5415
                    "type": "community_bridge"
5416
                }
5417
            ],
5418
            "time": "2021-09-02T16:50:53+00:00"
5419
        },
5420
        {
1 www 5421
            "name": "laminas/laminas-uri",
16 efrain 5422
            "version": "2.9.1",
1 www 5423
            "source": {
5424
                "type": "git",
5425
                "url": "https://github.com/laminas/laminas-uri.git",
16 efrain 5426
                "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b"
1 www 5427
            },
5428
            "dist": {
5429
                "type": "zip",
16 efrain 5430
                "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/7e837dc15c8fd3949df7d1213246fd7c8640032b",
5431
                "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b",
1 www 5432
                "shasum": ""
5433
            },
5434
            "require": {
16 efrain 5435
                "laminas/laminas-escaper": "^2.9",
5436
                "laminas/laminas-validator": "^2.15",
5437
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 5438
            },
16 efrain 5439
            "conflict": {
5440
                "zendframework/zend-uri": "*"
1 www 5441
            },
5442
            "require-dev": {
16 efrain 5443
                "laminas/laminas-coding-standard": "~2.2.1",
5444
                "phpunit/phpunit": "^9.5.5"
1 www 5445
            },
5446
            "type": "library",
5447
            "autoload": {
5448
                "psr-4": {
5449
                    "Laminas\\Uri\\": "src/"
5450
                }
5451
            },
5452
            "notification-url": "https://packagist.org/downloads/",
5453
            "license": [
5454
                "BSD-3-Clause"
5455
            ],
5456
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
5457
            "homepage": "https://laminas.dev",
5458
            "keywords": [
5459
                "laminas",
5460
                "uri"
5461
            ],
5462
            "support": {
5463
                "chat": "https://laminas.dev/chat",
5464
                "docs": "https://docs.laminas.dev/laminas-uri/",
5465
                "forum": "https://discourse.laminas.dev",
5466
                "issues": "https://github.com/laminas/laminas-uri/issues",
5467
                "rss": "https://github.com/laminas/laminas-uri/releases.atom",
5468
                "source": "https://github.com/laminas/laminas-uri"
5469
            },
5470
            "funding": [
5471
                {
5472
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5473
                    "type": "community_bridge"
5474
                }
5475
            ],
16 efrain 5476
            "time": "2021-09-09T18:37:15+00:00"
1 www 5477
        },
5478
        {
5479
            "name": "laminas/laminas-validator",
3086 efrain 5480
            "version": "2.25.0",
1 www 5481
            "source": {
5482
                "type": "git",
5483
                "url": "https://github.com/laminas/laminas-validator.git",
3086 efrain 5484
                "reference": "42de39b78e73b321db7d948cf8530a2764f8b9aa"
1 www 5485
            },
5486
            "dist": {
5487
                "type": "zip",
3086 efrain 5488
                "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/42de39b78e73b321db7d948cf8530a2764f8b9aa",
5489
                "reference": "42de39b78e73b321db7d948cf8530a2764f8b9aa",
1 www 5490
                "shasum": ""
5491
            },
5492
            "require": {
3086 efrain 5493
                "laminas/laminas-servicemanager": "^3.12.0",
5494
                "laminas/laminas-stdlib": "^3.13",
5495
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 5496
            },
16 efrain 5497
            "conflict": {
5498
                "zendframework/zend-validator": "*"
1 www 5499
            },
5500
            "require-dev": {
3086 efrain 5501
                "laminas/laminas-coding-standard": "^2.4.0",
5502
                "laminas/laminas-db": "^2.15.0",
5503
                "laminas/laminas-filter": "^2.18.0",
5504
                "laminas/laminas-http": "^2.16.0",
5505
                "laminas/laminas-i18n": "^2.17.0",
5506
                "laminas/laminas-session": "^2.13.0",
5507
                "laminas/laminas-uri": "^2.9.1",
1 www 5508
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 5509
                "phpunit/phpunit": "^9.5.24",
5510
                "psalm/plugin-phpunit": "^0.17.0",
1 www 5511
                "psr/http-client": "^1.0",
5512
                "psr/http-factory": "^1.0",
5513
                "psr/http-message": "^1.0",
3086 efrain 5514
                "vimeo/psalm": "^4.27.0"
1 www 5515
            },
5516
            "suggest": {
5517
                "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
5518
                "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
5519
                "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
5520
                "laminas/laminas-i18n-resources": "Translations of validator messages",
5521
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
5522
                "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
5523
                "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
5524
                "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
5525
            },
5526
            "type": "library",
5527
            "extra": {
5528
                "laminas": {
5529
                    "component": "Laminas\\Validator",
5530
                    "config-provider": "Laminas\\Validator\\ConfigProvider"
5531
                }
5532
            },
5533
            "autoload": {
5534
                "psr-4": {
5535
                    "Laminas\\Validator\\": "src/"
5536
                }
5537
            },
5538
            "notification-url": "https://packagist.org/downloads/",
5539
            "license": [
5540
                "BSD-3-Clause"
5541
            ],
5542
            "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
5543
            "homepage": "https://laminas.dev",
5544
            "keywords": [
5545
                "laminas",
5546
                "validator"
5547
            ],
5548
            "support": {
5549
                "chat": "https://laminas.dev/chat",
5550
                "docs": "https://docs.laminas.dev/laminas-validator/",
5551
                "forum": "https://discourse.laminas.dev",
5552
                "issues": "https://github.com/laminas/laminas-validator/issues",
5553
                "rss": "https://github.com/laminas/laminas-validator/releases.atom",
5554
                "source": "https://github.com/laminas/laminas-validator"
5555
            },
5556
            "funding": [
5557
                {
5558
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5559
                    "type": "community_bridge"
5560
                }
5561
            ],
3086 efrain 5562
            "time": "2022-09-20T11:33:19+00:00"
1 www 5563
        },
5564
        {
5565
            "name": "laminas/laminas-view",
3086 efrain 5566
            "version": "2.23.0",
1 www 5567
            "source": {
5568
                "type": "git",
5569
                "url": "https://github.com/laminas/laminas-view.git",
3086 efrain 5570
                "reference": "69ea122cd53f7839e58cb250975932332e542524"
1 www 5571
            },
5572
            "dist": {
5573
                "type": "zip",
3086 efrain 5574
                "url": "https://api.github.com/repos/laminas/laminas-view/zipball/69ea122cd53f7839e58cb250975932332e542524",
5575
                "reference": "69ea122cd53f7839e58cb250975932332e542524",
1 www 5576
                "shasum": ""
5577
            },
5578
            "require": {
3086 efrain 5579
                "container-interop/container-interop": "^1.2",
5580
                "ext-dom": "*",
5581
                "ext-filter": "*",
16 efrain 5582
                "ext-json": "*",
3086 efrain 5583
                "laminas/laminas-escaper": "^2.5",
16 efrain 5584
                "laminas/laminas-eventmanager": "^3.4",
3086 efrain 5585
                "laminas/laminas-json": "^3.3",
5586
                "laminas/laminas-servicemanager": "^3.14.0",
5587
                "laminas/laminas-stdlib": "^3.10.1",
5588
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
5589
                "psr/container": "^1 || ^2"
1 www 5590
            },
5591
            "conflict": {
112 efrain 5592
                "container-interop/container-interop": "<1.2",
16 efrain 5593
                "laminas/laminas-router": "<3.0.1",
5594
                "laminas/laminas-servicemanager": "<3.3",
3086 efrain 5595
                "laminas/laminas-session": "<2.12",
16 efrain 5596
                "zendframework/zend-view": "*"
1 www 5597
            },
5598
            "require-dev": {
5599
                "laminas/laminas-authentication": "^2.5",
3086 efrain 5600
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 5601
                "laminas/laminas-console": "^2.6",
16 efrain 5602
                "laminas/laminas-feed": "^2.15",
3086 efrain 5603
                "laminas/laminas-filter": "^2.13.0",
16 efrain 5604
                "laminas/laminas-http": "^2.15",
1 www 5605
                "laminas/laminas-i18n": "^2.6",
5606
                "laminas/laminas-modulemanager": "^2.7.1",
3086 efrain 5607
                "laminas/laminas-mvc": "^3.0",
16 efrain 5608
                "laminas/laminas-mvc-i18n": "^1.1",
3086 efrain 5609
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.5.0",
5610
                "laminas/laminas-navigation": "^2.13.1",
5611
                "laminas/laminas-paginator": "^2.11.0",
1 www 5612
                "laminas/laminas-permissions-acl": "^2.6",
5613
                "laminas/laminas-router": "^3.0.1",
5614
                "laminas/laminas-uri": "^2.5",
5615
                "phpspec/prophecy": "^1.12",
5616
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 5617
                "phpunit/phpunit": "^9.5.5",
3086 efrain 5618
                "psalm/plugin-phpunit": "^0.17.0",
16 efrain 5619
                "vimeo/psalm": "^4.10"
1 www 5620
            },
5621
            "suggest": {
5622
                "laminas/laminas-authentication": "Laminas\\Authentication component",
5623
                "laminas/laminas-escaper": "Laminas\\Escaper component",
5624
                "laminas/laminas-feed": "Laminas\\Feed component",
5625
                "laminas/laminas-filter": "Laminas\\Filter component",
5626
                "laminas/laminas-http": "Laminas\\Http component",
5627
                "laminas/laminas-i18n": "Laminas\\I18n component",
5628
                "laminas/laminas-mvc": "Laminas\\Mvc component",
5629
                "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",
5630
                "laminas/laminas-navigation": "Laminas\\Navigation component",
5631
                "laminas/laminas-paginator": "Laminas\\Paginator component",
5632
                "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
5633
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
5634
                "laminas/laminas-uri": "Laminas\\Uri component"
5635
            },
5636
            "bin": [
5637
                "bin/templatemap_generator.php"
5638
            ],
5639
            "type": "library",
5640
            "autoload": {
5641
                "psr-4": {
5642
                    "Laminas\\View\\": "src/"
5643
                }
5644
            },
5645
            "notification-url": "https://packagist.org/downloads/",
5646
            "license": [
5647
                "BSD-3-Clause"
5648
            ],
5649
            "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
5650
            "homepage": "https://laminas.dev",
5651
            "keywords": [
5652
                "laminas",
5653
                "view"
5654
            ],
5655
            "support": {
5656
                "chat": "https://laminas.dev/chat",
5657
                "docs": "https://docs.laminas.dev/laminas-view/",
5658
                "forum": "https://discourse.laminas.dev",
5659
                "issues": "https://github.com/laminas/laminas-view/issues",
5660
                "rss": "https://github.com/laminas/laminas-view/releases.atom",
5661
                "source": "https://github.com/laminas/laminas-view"
5662
            },
5663
            "funding": [
5664
                {
5665
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5666
                    "type": "community_bridge"
5667
                }
5668
            ],
3086 efrain 5669
            "time": "2022-09-19T15:43:14+00:00"
1 www 5670
        },
5671
        {
5672
            "name": "laminas/laminas-zendframework-bridge",
3086 efrain 5673
            "version": "1.6.1",
1 www 5674
            "source": {
5675
                "type": "git",
5676
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
3086 efrain 5677
                "reference": "e112dd2c099f4f6142c16fc65fda89a638e06885"
1 www 5678
            },
5679
            "dist": {
5680
                "type": "zip",
3086 efrain 5681
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/e112dd2c099f4f6142c16fc65fda89a638e06885",
5682
                "reference": "e112dd2c099f4f6142c16fc65fda89a638e06885",
1 www 5683
                "shasum": ""
5684
            },
5685
            "require": {
3086 efrain 5686
                "php": ">=7.4, <8.2"
1 www 5687
            },
5688
            "require-dev": {
3086 efrain 5689
                "phpunit/phpunit": "^9.5.14",
5690
                "psalm/plugin-phpunit": "^0.15.2",
5691
                "squizlabs/php_codesniffer": "^3.6.2",
5692
                "vimeo/psalm": "^4.21.0"
1 www 5693
            },
5694
            "type": "library",
5695
            "extra": {
5696
                "laminas": {
5697
                    "module": "Laminas\\ZendFrameworkBridge"
5698
                }
5699
            },
5700
            "autoload": {
5701
                "files": [
5702
                    "src/autoload.php"
5703
                ],
5704
                "psr-4": {
5705
                    "Laminas\\ZendFrameworkBridge\\": "src//"
5706
                }
5707
            },
5708
            "notification-url": "https://packagist.org/downloads/",
5709
            "license": [
5710
                "BSD-3-Clause"
5711
            ],
5712
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
5713
            "keywords": [
5714
                "ZendFramework",
5715
                "autoloading",
5716
                "laminas",
5717
                "zf"
5718
            ],
5719
            "support": {
5720
                "forum": "https://discourse.laminas.dev/",
5721
                "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
5722
                "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
5723
                "source": "https://github.com/laminas/laminas-zendframework-bridge"
5724
            },
5725
            "funding": [
5726
                {
5727
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5728
                    "type": "community_bridge"
5729
                }
5730
            ],
3086 efrain 5731
            "time": "2022-07-29T13:28:29+00:00"
1 www 5732
        },
5733
        {
5734
            "name": "maennchen/zipstream-php",
3086 efrain 5735
            "version": "2.2.1",
1 www 5736
            "source": {
5737
                "type": "git",
5738
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
3086 efrain 5739
                "reference": "211e9ba1530ea5260b45d90c9ea252f56ec52729"
1 www 5740
            },
5741
            "dist": {
5742
                "type": "zip",
3086 efrain 5743
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/211e9ba1530ea5260b45d90c9ea252f56ec52729",
5744
                "reference": "211e9ba1530ea5260b45d90c9ea252f56ec52729",
1 www 5745
                "shasum": ""
5746
            },
5747
            "require": {
5748
                "myclabs/php-enum": "^1.5",
3086 efrain 5749
                "php": "^7.4 || ^8.0",
1 www 5750
                "psr/http-message": "^1.0",
5751
                "symfony/polyfill-mbstring": "^1.0"
5752
            },
5753
            "require-dev": {
5754
                "ext-zip": "*",
3086 efrain 5755
                "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
1 www 5756
                "mikey179/vfsstream": "^1.6",
3086 efrain 5757
                "php-coveralls/php-coveralls": "^2.4",
5758
                "phpunit/phpunit": "^8.5.8 || ^9.4.2",
5759
                "vimeo/psalm": "^4.1"
1 www 5760
            },
5761
            "type": "library",
5762
            "autoload": {
5763
                "psr-4": {
5764
                    "ZipStream\\": "src/"
5765
                }
5766
            },
5767
            "notification-url": "https://packagist.org/downloads/",
5768
            "license": [
5769
                "MIT"
5770
            ],
5771
            "authors": [
5772
                {
5773
                    "name": "Paul Duncan",
5774
                    "email": "pabs@pablotron.org"
5775
                },
5776
                {
5777
                    "name": "Jonatan Männchen",
5778
                    "email": "jonatan@maennchen.ch"
5779
                },
5780
                {
5781
                    "name": "Jesse Donat",
5782
                    "email": "donatj@gmail.com"
5783
                },
5784
                {
5785
                    "name": "András Kolesár",
5786
                    "email": "kolesar@kolesar.hu"
5787
                }
5788
            ],
5789
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
5790
            "keywords": [
5791
                "stream",
5792
                "zip"
5793
            ],
5794
            "support": {
5795
                "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
3086 efrain 5796
                "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.1"
1 www 5797
            },
5798
            "funding": [
5799
                {
5800
                    "url": "https://opencollective.com/zipstream",
5801
                    "type": "open_collective"
5802
                }
5803
            ],
3086 efrain 5804
            "time": "2022-05-18T15:52:06+00:00"
1 www 5805
        },
5806
        {
5807
            "name": "markbaker/complex",
16 efrain 5808
            "version": "3.0.1",
1 www 5809
            "source": {
5810
                "type": "git",
5811
                "url": "https://github.com/MarkBaker/PHPComplex.git",
16 efrain 5812
                "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22"
1 www 5813
            },
5814
            "dist": {
5815
                "type": "zip",
16 efrain 5816
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22",
5817
                "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22",
1 www 5818
                "shasum": ""
5819
            },
5820
            "require": {
5821
                "php": "^7.2 || ^8.0"
5822
            },
5823
            "require-dev": {
5824
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5825
                "phpcompatibility/php-compatibility": "^9.0",
5826
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
5827
                "squizlabs/php_codesniffer": "^3.4"
5828
            },
5829
            "type": "library",
5830
            "autoload": {
5831
                "psr-4": {
5832
                    "Complex\\": "classes/src/"
16 efrain 5833
                }
1 www 5834
            },
5835
            "notification-url": "https://packagist.org/downloads/",
5836
            "license": [
5837
                "MIT"
5838
            ],
5839
            "authors": [
5840
                {
5841
                    "name": "Mark Baker",
5842
                    "email": "mark@lange.demon.co.uk"
5843
                }
5844
            ],
5845
            "description": "PHP Class for working with complex numbers",
5846
            "homepage": "https://github.com/MarkBaker/PHPComplex",
5847
            "keywords": [
5848
                "complex",
5849
                "mathematics"
5850
            ],
5851
            "support": {
5852
                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
16 efrain 5853
                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.1"
1 www 5854
            },
16 efrain 5855
            "time": "2021-06-29T15:32:53+00:00"
1 www 5856
        },
5857
        {
5858
            "name": "markbaker/matrix",
16 efrain 5859
            "version": "3.0.0",
1 www 5860
            "source": {
5861
                "type": "git",
5862
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
16 efrain 5863
                "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
1 www 5864
            },
5865
            "dist": {
5866
                "type": "zip",
16 efrain 5867
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
5868
                "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
1 www 5869
                "shasum": ""
5870
            },
5871
            "require": {
5872
                "php": "^7.1 || ^8.0"
5873
            },
5874
            "require-dev": {
5875
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5876
                "phpcompatibility/php-compatibility": "^9.0",
5877
                "phpdocumentor/phpdocumentor": "2.*",
5878
                "phploc/phploc": "^4.0",
5879
                "phpmd/phpmd": "2.*",
5880
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
5881
                "sebastian/phpcpd": "^4.0",
5882
                "squizlabs/php_codesniffer": "^3.4"
5883
            },
5884
            "type": "library",
5885
            "autoload": {
5886
                "psr-4": {
5887
                    "Matrix\\": "classes/src/"
16 efrain 5888
                }
1 www 5889
            },
5890
            "notification-url": "https://packagist.org/downloads/",
5891
            "license": [
5892
                "MIT"
5893
            ],
5894
            "authors": [
5895
                {
5896
                    "name": "Mark Baker",
5897
                    "email": "mark@demon-angel.eu"
5898
                }
5899
            ],
5900
            "description": "PHP Class for working with matrices",
5901
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
5902
            "keywords": [
5903
                "mathematics",
5904
                "matrix",
5905
                "vector"
5906
            ],
5907
            "support": {
5908
                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
16 efrain 5909
                "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0"
1 www 5910
            },
16 efrain 5911
            "time": "2021-07-01T19:01:15+00:00"
1 www 5912
        },
5913
        {
5914
            "name": "maxmind-db/reader",
16 efrain 5915
            "version": "v1.11.0",
1 www 5916
            "source": {
5917
                "type": "git",
5918
                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
16 efrain 5919
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
1 www 5920
            },
5921
            "dist": {
5922
                "type": "zip",
16 efrain 5923
                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
5924
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
1 www 5925
                "shasum": ""
5926
            },
5927
            "require": {
5928
                "php": ">=7.2"
5929
            },
5930
            "conflict": {
5931
                "ext-maxminddb": "<1.10.1,>=2.0.0"
5932
            },
5933
            "require-dev": {
16 efrain 5934
                "friendsofphp/php-cs-fixer": "3.*",
1 www 5935
                "php-coveralls/php-coveralls": "^2.1",
5936
                "phpstan/phpstan": "*",
5937
                "phpunit/phpcov": ">=6.0.0",
5938
                "phpunit/phpunit": ">=8.0.0,<10.0.0",
5939
                "squizlabs/php_codesniffer": "3.*"
5940
            },
5941
            "suggest": {
5942
                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
5943
                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
5944
                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
5945
            },
5946
            "type": "library",
5947
            "autoload": {
5948
                "psr-4": {
5949
                    "MaxMind\\Db\\": "src/MaxMind/Db"
5950
                }
5951
            },
5952
            "notification-url": "https://packagist.org/downloads/",
5953
            "license": [
5954
                "Apache-2.0"
5955
            ],
5956
            "authors": [
5957
                {
5958
                    "name": "Gregory J. Oschwald",
5959
                    "email": "goschwald@maxmind.com",
5960
                    "homepage": "https://www.maxmind.com/"
5961
                }
5962
            ],
5963
            "description": "MaxMind DB Reader API",
5964
            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
5965
            "keywords": [
5966
                "database",
5967
                "geoip",
5968
                "geoip2",
5969
                "geolocation",
5970
                "maxmind"
5971
            ],
5972
            "support": {
5973
                "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
16 efrain 5974
                "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0"
1 www 5975
            },
16 efrain 5976
            "time": "2021-10-18T15:23:10+00:00"
1 www 5977
        },
5978
        {
5979
            "name": "maxmind/web-service-common",
3086 efrain 5980
            "version": "v0.9.0",
1 www 5981
            "source": {
5982
                "type": "git",
5983
                "url": "https://github.com/maxmind/web-service-common-php.git",
3086 efrain 5984
                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53"
1 www 5985
            },
5986
            "dist": {
5987
                "type": "zip",
3086 efrain 5988
                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
5989
                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
1 www 5990
                "shasum": ""
5991
            },
5992
            "require": {
5993
                "composer/ca-bundle": "^1.0.3",
5994
                "ext-curl": "*",
5995
                "ext-json": "*",
5996
                "php": ">=7.2"
5997
            },
5998
            "require-dev": {
3086 efrain 5999
                "friendsofphp/php-cs-fixer": "3.*",
6000
                "phpstan/phpstan": "*",
1 www 6001
                "phpunit/phpunit": "^8.0 || ^9.0",
6002
                "squizlabs/php_codesniffer": "3.*"
6003
            },
6004
            "type": "library",
6005
            "autoload": {
6006
                "psr-4": {
6007
                    "MaxMind\\Exception\\": "src/Exception",
6008
                    "MaxMind\\WebService\\": "src/WebService"
6009
                }
6010
            },
6011
            "notification-url": "https://packagist.org/downloads/",
6012
            "license": [
6013
                "Apache-2.0"
6014
            ],
6015
            "authors": [
6016
                {
6017
                    "name": "Gregory Oschwald",
6018
                    "email": "goschwald@maxmind.com"
6019
                }
6020
            ],
6021
            "description": "Internal MaxMind Web Service API",
6022
            "homepage": "https://github.com/maxmind/web-service-common-php",
6023
            "support": {
6024
                "issues": "https://github.com/maxmind/web-service-common-php/issues",
3086 efrain 6025
                "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0"
1 www 6026
            },
3086 efrain 6027
            "time": "2022-03-28T17:43:20+00:00"
1 www 6028
        },
6029
        {
6030
            "name": "monolog/monolog",
3086 efrain 6031
            "version": "2.8.0",
1 www 6032
            "source": {
6033
                "type": "git",
6034
                "url": "https://github.com/Seldaek/monolog.git",
3086 efrain 6035
                "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
1 www 6036
            },
6037
            "dist": {
6038
                "type": "zip",
3086 efrain 6039
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
6040
                "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
1 www 6041
                "shasum": ""
6042
            },
6043
            "require": {
6044
                "php": ">=7.2",
16 efrain 6045
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1 www 6046
            },
6047
            "provide": {
16 efrain 6048
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
1 www 6049
            },
6050
            "require-dev": {
6051
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
6052
                "doctrine/couchdb": "~1.0@dev",
3086 efrain 6053
                "elasticsearch/elasticsearch": "^7 || ^8",
6054
                "ext-json": "*",
1 www 6055
                "graylog2/gelf-php": "^1.4.2",
3086 efrain 6056
                "guzzlehttp/guzzle": "^7.4",
6057
                "guzzlehttp/psr7": "^2.2",
1 www 6058
                "mongodb/mongodb": "^1.8",
16 efrain 6059
                "php-amqplib/php-amqplib": "~2.4 || ^3",
3086 efrain 6060
                "phpspec/prophecy": "^1.15",
1 www 6061
                "phpstan/phpstan": "^0.12.91",
3086 efrain 6062
                "phpunit/phpunit": "^8.5.14",
6063
                "predis/predis": "^1.1 || ^2.0",
6064
                "rollbar/rollbar": "^1.3 || ^2 || ^3",
6065
                "ruflin/elastica": "^7",
6066
                "swiftmailer/swiftmailer": "^5.3|^6.0",
6067
                "symfony/mailer": "^5.4 || ^6",
6068
                "symfony/mime": "^5.4 || ^6"
1 www 6069
            },
6070
            "suggest": {
6071
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
6072
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
6073
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
6074
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
16 efrain 6075
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1 www 6076
                "ext-mbstring": "Allow to work properly with unicode symbols",
6077
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
16 efrain 6078
                "ext-openssl": "Required to send log messages using SSL",
6079
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1 www 6080
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
6081
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
6082
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
6083
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
6084
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
6085
            },
6086
            "type": "library",
6087
            "extra": {
6088
                "branch-alias": {
6089
                    "dev-main": "2.x-dev"
6090
                }
6091
            },
6092
            "autoload": {
6093
                "psr-4": {
6094
                    "Monolog\\": "src/Monolog"
6095
                }
6096
            },
6097
            "notification-url": "https://packagist.org/downloads/",
6098
            "license": [
6099
                "MIT"
6100
            ],
6101
            "authors": [
6102
                {
6103
                    "name": "Jordi Boggiano",
6104
                    "email": "j.boggiano@seld.be",
6105
                    "homepage": "https://seld.be"
6106
                }
6107
            ],
6108
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
6109
            "homepage": "https://github.com/Seldaek/monolog",
6110
            "keywords": [
6111
                "log",
6112
                "logging",
6113
                "psr-3"
6114
            ],
6115
            "support": {
6116
                "issues": "https://github.com/Seldaek/monolog/issues",
3086 efrain 6117
                "source": "https://github.com/Seldaek/monolog/tree/2.8.0"
1 www 6118
            },
6119
            "funding": [
6120
                {
6121
                    "url": "https://github.com/Seldaek",
6122
                    "type": "github"
6123
                },
6124
                {
6125
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
6126
                    "type": "tidelift"
6127
                }
6128
            ],
3086 efrain 6129
            "time": "2022-07-24T11:55:47+00:00"
1 www 6130
        },
6131
        {
6132
            "name": "myclabs/deep-copy",
3086 efrain 6133
            "version": "1.11.0",
1 www 6134
            "source": {
6135
                "type": "git",
6136
                "url": "https://github.com/myclabs/DeepCopy.git",
3086 efrain 6137
                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
1 www 6138
            },
6139
            "dist": {
6140
                "type": "zip",
3086 efrain 6141
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
6142
                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
1 www 6143
                "shasum": ""
6144
            },
6145
            "require": {
6146
                "php": "^7.1 || ^8.0"
6147
            },
3086 efrain 6148
            "conflict": {
6149
                "doctrine/collections": "<1.6.8",
6150
                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
6151
            },
1 www 6152
            "require-dev": {
3086 efrain 6153
                "doctrine/collections": "^1.6.8",
6154
                "doctrine/common": "^2.13.3 || ^3.2.2",
6155
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
1 www 6156
            },
6157
            "type": "library",
6158
            "autoload": {
3086 efrain 6159
                "files": [
6160
                    "src/DeepCopy/deep_copy.php"
6161
                ],
1 www 6162
                "psr-4": {
6163
                    "DeepCopy\\": "src/DeepCopy/"
3086 efrain 6164
                }
1 www 6165
            },
6166
            "notification-url": "https://packagist.org/downloads/",
6167
            "license": [
6168
                "MIT"
6169
            ],
6170
            "description": "Create deep copies (clones) of your objects",
6171
            "keywords": [
6172
                "clone",
6173
                "copy",
6174
                "duplicate",
6175
                "object",
6176
                "object graph"
6177
            ],
6178
            "support": {
6179
                "issues": "https://github.com/myclabs/DeepCopy/issues",
3086 efrain 6180
                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
1 www 6181
            },
6182
            "funding": [
6183
                {
6184
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6185
                    "type": "tidelift"
6186
                }
6187
            ],
3086 efrain 6188
            "time": "2022-03-03T13:19:32+00:00"
1 www 6189
        },
6190
        {
6191
            "name": "myclabs/php-enum",
3086 efrain 6192
            "version": "1.8.4",
1 www 6193
            "source": {
6194
                "type": "git",
6195
                "url": "https://github.com/myclabs/php-enum.git",
3086 efrain 6196
                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
1 www 6197
            },
6198
            "dist": {
6199
                "type": "zip",
3086 efrain 6200
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
6201
                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
1 www 6202
                "shasum": ""
6203
            },
6204
            "require": {
6205
                "ext-json": "*",
6206
                "php": "^7.3 || ^8.0"
6207
            },
6208
            "require-dev": {
6209
                "phpunit/phpunit": "^9.5",
6210
                "squizlabs/php_codesniffer": "1.*",
6211
                "vimeo/psalm": "^4.6.2"
6212
            },
6213
            "type": "library",
6214
            "autoload": {
6215
                "psr-4": {
6216
                    "MyCLabs\\Enum\\": "src/"
3086 efrain 6217
                },
6218
                "classmap": [
6219
                    "stubs/Stringable.php"
6220
                ]
1 www 6221
            },
6222
            "notification-url": "https://packagist.org/downloads/",
6223
            "license": [
6224
                "MIT"
6225
            ],
6226
            "authors": [
6227
                {
6228
                    "name": "PHP Enum contributors",
6229
                    "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
6230
                }
6231
            ],
6232
            "description": "PHP Enum implementation",
6233
            "homepage": "http://github.com/myclabs/php-enum",
6234
            "keywords": [
6235
                "enum"
6236
            ],
6237
            "support": {
6238
                "issues": "https://github.com/myclabs/php-enum/issues",
3086 efrain 6239
                "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
1 www 6240
            },
6241
            "funding": [
6242
                {
6243
                    "url": "https://github.com/mnapoli",
6244
                    "type": "github"
6245
                },
6246
                {
6247
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
6248
                    "type": "tidelift"
6249
                }
6250
            ],
3086 efrain 6251
            "time": "2022-08-04T09:53:51+00:00"
1 www 6252
        },
6253
        {
6254
            "name": "nikic/php-parser",
3086 efrain 6255
            "version": "v4.15.1",
1 www 6256
            "source": {
6257
                "type": "git",
6258
                "url": "https://github.com/nikic/PHP-Parser.git",
3086 efrain 6259
                "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900"
1 www 6260
            },
6261
            "dist": {
6262
                "type": "zip",
3086 efrain 6263
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
6264
                "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
1 www 6265
                "shasum": ""
6266
            },
6267
            "require": {
6268
                "ext-tokenizer": "*",
6269
                "php": ">=7.0"
6270
            },
6271
            "require-dev": {
6272
                "ircmaxell/php-yacc": "^0.0.7",
6273
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
6274
            },
6275
            "bin": [
6276
                "bin/php-parse"
6277
            ],
6278
            "type": "library",
6279
            "extra": {
6280
                "branch-alias": {
6281
                    "dev-master": "4.9-dev"
6282
                }
6283
            },
6284
            "autoload": {
6285
                "psr-4": {
6286
                    "PhpParser\\": "lib/PhpParser"
6287
                }
6288
            },
6289
            "notification-url": "https://packagist.org/downloads/",
6290
            "license": [
6291
                "BSD-3-Clause"
6292
            ],
6293
            "authors": [
6294
                {
6295
                    "name": "Nikita Popov"
6296
                }
6297
            ],
6298
            "description": "A PHP parser written in PHP",
6299
            "keywords": [
6300
                "parser",
6301
                "php"
6302
            ],
6303
            "support": {
6304
                "issues": "https://github.com/nikic/PHP-Parser/issues",
3086 efrain 6305
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1"
1 www 6306
            },
3086 efrain 6307
            "time": "2022-09-04T07:30:47+00:00"
1 www 6308
        },
6309
        {
6310
            "name": "paragonie/constant_time_encoding",
3086 efrain 6311
            "version": "v2.6.3",
1 www 6312
            "source": {
6313
                "type": "git",
6314
                "url": "https://github.com/paragonie/constant_time_encoding.git",
3086 efrain 6315
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
1 www 6316
            },
6317
            "dist": {
6318
                "type": "zip",
3086 efrain 6319
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
6320
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
1 www 6321
                "shasum": ""
6322
            },
6323
            "require": {
6324
                "php": "^7|^8"
6325
            },
6326
            "require-dev": {
6327
                "phpunit/phpunit": "^6|^7|^8|^9",
6328
                "vimeo/psalm": "^1|^2|^3|^4"
6329
            },
6330
            "type": "library",
6331
            "autoload": {
6332
                "psr-4": {
6333
                    "ParagonIE\\ConstantTime\\": "src/"
6334
                }
6335
            },
6336
            "notification-url": "https://packagist.org/downloads/",
6337
            "license": [
6338
                "MIT"
6339
            ],
6340
            "authors": [
6341
                {
6342
                    "name": "Paragon Initiative Enterprises",
6343
                    "email": "security@paragonie.com",
6344
                    "homepage": "https://paragonie.com",
6345
                    "role": "Maintainer"
6346
                },
6347
                {
6348
                    "name": "Steve 'Sc00bz' Thomas",
6349
                    "email": "steve@tobtu.com",
6350
                    "homepage": "https://www.tobtu.com",
6351
                    "role": "Original Developer"
6352
                }
6353
            ],
6354
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
6355
            "keywords": [
6356
                "base16",
6357
                "base32",
6358
                "base32_decode",
6359
                "base32_encode",
6360
                "base64",
6361
                "base64_decode",
6362
                "base64_encode",
6363
                "bin2hex",
6364
                "encoding",
6365
                "hex",
6366
                "hex2bin",
6367
                "rfc4648"
6368
            ],
6369
            "support": {
6370
                "email": "info@paragonie.com",
6371
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
6372
                "source": "https://github.com/paragonie/constant_time_encoding"
6373
            },
3086 efrain 6374
            "time": "2022-06-14T06:56:20+00:00"
1 www 6375
        },
6376
        {
6377
            "name": "paragonie/random_compat",
6378
            "version": "v9.99.100",
6379
            "source": {
6380
                "type": "git",
6381
                "url": "https://github.com/paragonie/random_compat.git",
6382
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
6383
            },
6384
            "dist": {
6385
                "type": "zip",
6386
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
6387
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
6388
                "shasum": ""
6389
            },
6390
            "require": {
6391
                "php": ">= 7"
6392
            },
6393
            "require-dev": {
6394
                "phpunit/phpunit": "4.*|5.*",
6395
                "vimeo/psalm": "^1"
6396
            },
6397
            "suggest": {
6398
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
6399
            },
6400
            "type": "library",
6401
            "notification-url": "https://packagist.org/downloads/",
6402
            "license": [
6403
                "MIT"
6404
            ],
6405
            "authors": [
6406
                {
6407
                    "name": "Paragon Initiative Enterprises",
6408
                    "email": "security@paragonie.com",
6409
                    "homepage": "https://paragonie.com"
6410
                }
6411
            ],
6412
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
6413
            "keywords": [
6414
                "csprng",
6415
                "polyfill",
6416
                "pseudorandom",
6417
                "random"
6418
            ],
6419
            "support": {
6420
                "email": "info@paragonie.com",
6421
                "issues": "https://github.com/paragonie/random_compat/issues",
6422
                "source": "https://github.com/paragonie/random_compat"
6423
            },
6424
            "time": "2020-10-15T08:29:30+00:00"
6425
        },
6426
        {
6427
            "name": "paypal/paypal-checkout-sdk",
16 efrain 6428
            "version": "1.0.2",
1 www 6429
            "source": {
6430
                "type": "git",
6431
                "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
16 efrain 6432
                "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812"
1 www 6433
            },
6434
            "dist": {
6435
                "type": "zip",
16 efrain 6436
                "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
6437
                "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
1 www 6438
                "shasum": ""
6439
            },
6440
            "require": {
16 efrain 6441
                "paypal/paypalhttp": "1.0.1"
1 www 6442
            },
6443
            "require-dev": {
6444
                "phpunit/phpunit": "^5.7"
6445
            },
6446
            "type": "library",
6447
            "autoload": {
6448
                "psr-4": {
3086 efrain 6449
                    "Sample\\": "samples/",
6450
                    "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk"
1 www 6451
                }
6452
            },
6453
            "notification-url": "https://packagist.org/downloads/",
6454
            "license": [
6455
                "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
6456
            ],
6457
            "authors": [
6458
                {
6459
                    "name": "PayPal",
6460
                    "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
6461
                }
6462
            ],
6463
            "description": "PayPal's PHP SDK for Checkout REST APIs",
6464
            "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
6465
            "keywords": [
6466
                "checkout",
6467
                "orders",
6468
                "payments",
6469
                "paypal",
6470
                "rest",
6471
                "sdk"
6472
            ],
6473
            "support": {
16 efrain 6474
                "source": "https://github.com/paypal/Checkout-PHP-SDK/tree/1.0.2"
1 www 6475
            },
3086 efrain 6476
            "abandoned": true,
16 efrain 6477
            "time": "2021-09-21T20:57:38+00:00"
1 www 6478
        },
6479
        {
6480
            "name": "paypal/paypalhttp",
16 efrain 6481
            "version": "1.0.1",
1 www 6482
            "source": {
6483
                "type": "git",
6484
                "url": "https://github.com/paypal/paypalhttp_php.git",
16 efrain 6485
                "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25"
1 www 6486
            },
6487
            "dist": {
6488
                "type": "zip",
16 efrain 6489
                "url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/7b09c89c80828e842c79230e7f156b61fbb68d25",
6490
                "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25",
1 www 6491
                "shasum": ""
6492
            },
6493
            "require": {
6494
                "ext-curl": "*"
6495
            },
6496
            "require-dev": {
6497
                "phpunit/phpunit": "^5.7",
6498
                "wiremock-php/wiremock-php": "1.43.2"
6499
            },
6500
            "type": "library",
6501
            "autoload": {
6502
                "psr-4": {
6503
                    "PayPalHttp\\": "lib/PayPalHttp"
6504
                }
6505
            },
6506
            "notification-url": "https://packagist.org/downloads/",
6507
            "license": [
6508
                "MIT"
6509
            ],
6510
            "authors": [
6511
                {
6512
                    "name": "PayPal",
6513
                    "homepage": "https://github.com/paypal/paypalhttp_php/contributors"
6514
                }
6515
            ],
6516
            "support": {
6517
                "issues": "https://github.com/paypal/paypalhttp_php/issues",
16 efrain 6518
                "source": "https://github.com/paypal/paypalhttp_php/tree/1.0.1"
1 www 6519
            },
16 efrain 6520
            "time": "2021-09-14T21:35:26+00:00"
1 www 6521
        },
6522
        {
6523
            "name": "phar-io/manifest",
6524
            "version": "2.0.3",
6525
            "source": {
6526
                "type": "git",
6527
                "url": "https://github.com/phar-io/manifest.git",
6528
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
6529
            },
6530
            "dist": {
6531
                "type": "zip",
6532
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
6533
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
6534
                "shasum": ""
6535
            },
6536
            "require": {
6537
                "ext-dom": "*",
6538
                "ext-phar": "*",
6539
                "ext-xmlwriter": "*",
6540
                "phar-io/version": "^3.0.1",
6541
                "php": "^7.2 || ^8.0"
6542
            },
6543
            "type": "library",
6544
            "extra": {
6545
                "branch-alias": {
6546
                    "dev-master": "2.0.x-dev"
6547
                }
6548
            },
6549
            "autoload": {
6550
                "classmap": [
6551
                    "src/"
6552
                ]
6553
            },
6554
            "notification-url": "https://packagist.org/downloads/",
6555
            "license": [
6556
                "BSD-3-Clause"
6557
            ],
6558
            "authors": [
6559
                {
6560
                    "name": "Arne Blankerts",
6561
                    "email": "arne@blankerts.de",
6562
                    "role": "Developer"
6563
                },
6564
                {
6565
                    "name": "Sebastian Heuer",
6566
                    "email": "sebastian@phpeople.de",
6567
                    "role": "Developer"
6568
                },
6569
                {
6570
                    "name": "Sebastian Bergmann",
6571
                    "email": "sebastian@phpunit.de",
6572
                    "role": "Developer"
6573
                }
6574
            ],
6575
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6576
            "support": {
6577
                "issues": "https://github.com/phar-io/manifest/issues",
6578
                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
6579
            },
6580
            "time": "2021-07-20T11:28:43+00:00"
6581
        },
6582
        {
6583
            "name": "phar-io/version",
3086 efrain 6584
            "version": "3.2.1",
1 www 6585
            "source": {
6586
                "type": "git",
6587
                "url": "https://github.com/phar-io/version.git",
3086 efrain 6588
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
1 www 6589
            },
6590
            "dist": {
6591
                "type": "zip",
3086 efrain 6592
                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6593
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
1 www 6594
                "shasum": ""
6595
            },
6596
            "require": {
6597
                "php": "^7.2 || ^8.0"
6598
            },
6599
            "type": "library",
6600
            "autoload": {
6601
                "classmap": [
6602
                    "src/"
6603
                ]
6604
            },
6605
            "notification-url": "https://packagist.org/downloads/",
6606
            "license": [
6607
                "BSD-3-Clause"
6608
            ],
6609
            "authors": [
6610
                {
6611
                    "name": "Arne Blankerts",
6612
                    "email": "arne@blankerts.de",
6613
                    "role": "Developer"
6614
                },
6615
                {
6616
                    "name": "Sebastian Heuer",
6617
                    "email": "sebastian@phpeople.de",
6618
                    "role": "Developer"
6619
                },
6620
                {
6621
                    "name": "Sebastian Bergmann",
6622
                    "email": "sebastian@phpunit.de",
6623
                    "role": "Developer"
6624
                }
6625
            ],
6626
            "description": "Library for handling version information and constraints",
6627
            "support": {
6628
                "issues": "https://github.com/phar-io/version/issues",
3086 efrain 6629
                "source": "https://github.com/phar-io/version/tree/3.2.1"
1 www 6630
            },
3086 efrain 6631
            "time": "2022-02-21T01:04:05+00:00"
1 www 6632
        },
6633
        {
6634
            "name": "phpmailer/phpmailer",
3086 efrain 6635
            "version": "v6.6.5",
1 www 6636
            "source": {
6637
                "type": "git",
6638
                "url": "https://github.com/PHPMailer/PHPMailer.git",
3086 efrain 6639
                "reference": "8b6386d7417526d1ea4da9edb70b8352f7543627"
1 www 6640
            },
6641
            "dist": {
6642
                "type": "zip",
3086 efrain 6643
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/8b6386d7417526d1ea4da9edb70b8352f7543627",
6644
                "reference": "8b6386d7417526d1ea4da9edb70b8352f7543627",
1 www 6645
                "shasum": ""
6646
            },
6647
            "require": {
6648
                "ext-ctype": "*",
6649
                "ext-filter": "*",
6650
                "ext-hash": "*",
6651
                "php": ">=5.5.0"
6652
            },
6653
            "require-dev": {
6654
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
6655
                "doctrine/annotations": "^1.2",
3086 efrain 6656
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
6657
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
1 www 6658
                "phpcompatibility/php-compatibility": "^9.3.5",
6659
                "roave/security-advisories": "dev-latest",
3086 efrain 6660
                "squizlabs/php_codesniffer": "^3.6.2",
16 efrain 6661
                "yoast/phpunit-polyfills": "^1.0.0"
1 www 6662
            },
6663
            "suggest": {
6664
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
6665
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
6666
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
6667
                "psr/log": "For optional PSR-3 debug logging",
3086 efrain 6668
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
6669
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
1 www 6670
            },
6671
            "type": "library",
6672
            "autoload": {
6673
                "psr-4": {
6674
                    "PHPMailer\\PHPMailer\\": "src/"
6675
                }
6676
            },
6677
            "notification-url": "https://packagist.org/downloads/",
6678
            "license": [
6679
                "LGPL-2.1-only"
6680
            ],
6681
            "authors": [
6682
                {
6683
                    "name": "Marcus Bointon",
6684
                    "email": "phpmailer@synchromedia.co.uk"
6685
                },
6686
                {
6687
                    "name": "Jim Jagielski",
6688
                    "email": "jimjag@gmail.com"
6689
                },
6690
                {
6691
                    "name": "Andy Prevost",
6692
                    "email": "codeworxtech@users.sourceforge.net"
6693
                },
6694
                {
6695
                    "name": "Brent R. Matzelle"
6696
                }
6697
            ],
6698
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
6699
            "support": {
6700
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
3086 efrain 6701
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.5"
1 www 6702
            },
6703
            "funding": [
6704
                {
6705
                    "url": "https://github.com/Synchro",
6706
                    "type": "github"
6707
                }
6708
            ],
3086 efrain 6709
            "time": "2022-10-07T12:23:10+00:00"
1 www 6710
        },
6711
        {
6712
            "name": "phpoffice/phpspreadsheet",
3086 efrain 6713
            "version": "1.25.2",
1 www 6714
            "source": {
6715
                "type": "git",
6716
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
3086 efrain 6717
                "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5"
1 www 6718
            },
6719
            "dist": {
6720
                "type": "zip",
3086 efrain 6721
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a317a09e7def49852400a4b3eca4a4b0790ceeb5",
6722
                "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5",
1 www 6723
                "shasum": ""
6724
            },
6725
            "require": {
6726
                "ext-ctype": "*",
6727
                "ext-dom": "*",
6728
                "ext-fileinfo": "*",
6729
                "ext-gd": "*",
6730
                "ext-iconv": "*",
6731
                "ext-libxml": "*",
6732
                "ext-mbstring": "*",
6733
                "ext-simplexml": "*",
6734
                "ext-xml": "*",
6735
                "ext-xmlreader": "*",
6736
                "ext-xmlwriter": "*",
6737
                "ext-zip": "*",
6738
                "ext-zlib": "*",
3086 efrain 6739
                "ezyang/htmlpurifier": "^4.15",
1 www 6740
                "maennchen/zipstream-php": "^2.1",
16 efrain 6741
                "markbaker/complex": "^3.0",
6742
                "markbaker/matrix": "^3.0",
6743
                "php": "^7.3 || ^8.0",
1 www 6744
                "psr/http-client": "^1.0",
6745
                "psr/http-factory": "^1.0",
3086 efrain 6746
                "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
1 www 6747
            },
6748
            "require-dev": {
6749
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
3086 efrain 6750
                "dompdf/dompdf": "^1.0 || ^2.0",
16 efrain 6751
                "friendsofphp/php-cs-fixer": "^3.2",
3086 efrain 6752
                "mitoteam/jpgraph": "10.2.4",
6753
                "mpdf/mpdf": "8.1.1",
1 www 6754
                "phpcompatibility/php-compatibility": "^9.3",
16 efrain 6755
                "phpstan/phpstan": "^1.1",
6756
                "phpstan/phpstan-phpunit": "^1.0",
6757
                "phpunit/phpunit": "^8.5 || ^9.0",
3086 efrain 6758
                "squizlabs/php_codesniffer": "^3.7",
6759
                "tecnickcom/tcpdf": "6.5"
1 www 6760
            },
6761
            "suggest": {
3086 efrain 6762
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
6763
                "ext-intl": "PHP Internationalization Functions",
6764
                "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
1 www 6765
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
3086 efrain 6766
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
1 www 6767
            },
6768
            "type": "library",
6769
            "autoload": {
6770
                "psr-4": {
6771
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
6772
                }
6773
            },
6774
            "notification-url": "https://packagist.org/downloads/",
6775
            "license": [
6776
                "MIT"
6777
            ],
6778
            "authors": [
6779
                {
6780
                    "name": "Maarten Balliauw",
6781
                    "homepage": "https://blog.maartenballiauw.be"
6782
                },
6783
                {
6784
                    "name": "Mark Baker",
6785
                    "homepage": "https://markbakeruk.net"
6786
                },
6787
                {
6788
                    "name": "Franck Lefevre",
6789
                    "homepage": "https://rootslabs.net"
6790
                },
6791
                {
6792
                    "name": "Erik Tilt"
6793
                },
6794
                {
6795
                    "name": "Adrien Crivelli"
6796
                }
6797
            ],
6798
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
6799
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
6800
            "keywords": [
6801
                "OpenXML",
6802
                "excel",
6803
                "gnumeric",
6804
                "ods",
6805
                "php",
6806
                "spreadsheet",
6807
                "xls",
6808
                "xlsx"
6809
            ],
6810
            "support": {
6811
                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
3086 efrain 6812
                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.25.2"
1 www 6813
            },
3086 efrain 6814
            "time": "2022-09-25T17:21:01+00:00"
1 www 6815
        },
6816
        {
6817
            "name": "phpseclib/phpseclib",
3086 efrain 6818
            "version": "3.0.16",
1 www 6819
            "source": {
6820
                "type": "git",
6821
                "url": "https://github.com/phpseclib/phpseclib.git",
3086 efrain 6822
                "reference": "7181378909ed8890be4db53d289faac5b77f8b05"
1 www 6823
            },
6824
            "dist": {
6825
                "type": "zip",
3086 efrain 6826
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7181378909ed8890be4db53d289faac5b77f8b05",
6827
                "reference": "7181378909ed8890be4db53d289faac5b77f8b05",
1 www 6828
                "shasum": ""
6829
            },
6830
            "require": {
6831
                "paragonie/constant_time_encoding": "^1|^2",
6832
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
6833
                "php": ">=5.6.1"
6834
            },
6835
            "require-dev": {
3086 efrain 6836
                "phpunit/phpunit": "*"
1 www 6837
            },
6838
            "suggest": {
3086 efrain 6839
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
1 www 6840
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6841
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6842
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6843
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6844
            },
6845
            "type": "library",
6846
            "autoload": {
6847
                "files": [
6848
                    "phpseclib/bootstrap.php"
6849
                ],
6850
                "psr-4": {
6851
                    "phpseclib3\\": "phpseclib/"
6852
                }
6853
            },
6854
            "notification-url": "https://packagist.org/downloads/",
6855
            "license": [
6856
                "MIT"
6857
            ],
6858
            "authors": [
6859
                {
6860
                    "name": "Jim Wigginton",
6861
                    "email": "terrafrost@php.net",
6862
                    "role": "Lead Developer"
6863
                },
6864
                {
6865
                    "name": "Patrick Monnerat",
6866
                    "email": "pm@datasphere.ch",
6867
                    "role": "Developer"
6868
                },
6869
                {
6870
                    "name": "Andreas Fischer",
6871
                    "email": "bantu@phpbb.com",
6872
                    "role": "Developer"
6873
                },
6874
                {
6875
                    "name": "Hans-Jürgen Petrich",
6876
                    "email": "petrich@tronic-media.com",
6877
                    "role": "Developer"
6878
                },
6879
                {
6880
                    "name": "Graham Campbell",
6881
                    "email": "graham@alt-three.com",
6882
                    "role": "Developer"
6883
                }
6884
            ],
6885
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6886
            "homepage": "http://phpseclib.sourceforge.net",
6887
            "keywords": [
6888
                "BigInteger",
6889
                "aes",
6890
                "asn.1",
6891
                "asn1",
6892
                "blowfish",
6893
                "crypto",
6894
                "cryptography",
6895
                "encryption",
6896
                "rsa",
6897
                "security",
6898
                "sftp",
6899
                "signature",
6900
                "signing",
6901
                "ssh",
6902
                "twofish",
6903
                "x.509",
6904
                "x509"
6905
            ],
6906
            "support": {
6907
                "issues": "https://github.com/phpseclib/phpseclib/issues",
3086 efrain 6908
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.16"
1 www 6909
            },
6910
            "funding": [
6911
                {
6912
                    "url": "https://github.com/terrafrost",
6913
                    "type": "github"
6914
                },
6915
                {
6916
                    "url": "https://www.patreon.com/phpseclib",
6917
                    "type": "patreon"
6918
                },
6919
                {
6920
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6921
                    "type": "tidelift"
6922
                }
6923
            ],
3086 efrain 6924
            "time": "2022-09-05T18:03:08+00:00"
1 www 6925
        },
6926
        {
6927
            "name": "phpunit/php-code-coverage",
3086 efrain 6928
            "version": "9.2.17",
1 www 6929
            "source": {
6930
                "type": "git",
6931
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3086 efrain 6932
                "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8"
1 www 6933
            },
6934
            "dist": {
6935
                "type": "zip",
3086 efrain 6936
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa94dc41e8661fe90c7316849907cba3007b10d8",
6937
                "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8",
1 www 6938
                "shasum": ""
6939
            },
6940
            "require": {
6941
                "ext-dom": "*",
6942
                "ext-libxml": "*",
6943
                "ext-xmlwriter": "*",
3086 efrain 6944
                "nikic/php-parser": "^4.14",
1 www 6945
                "php": ">=7.3",
6946
                "phpunit/php-file-iterator": "^3.0.3",
6947
                "phpunit/php-text-template": "^2.0.2",
6948
                "sebastian/code-unit-reverse-lookup": "^2.0.2",
6949
                "sebastian/complexity": "^2.0",
6950
                "sebastian/environment": "^5.1.2",
6951
                "sebastian/lines-of-code": "^1.0.3",
6952
                "sebastian/version": "^3.0.1",
6953
                "theseer/tokenizer": "^1.2.0"
6954
            },
6955
            "require-dev": {
6956
                "phpunit/phpunit": "^9.3"
6957
            },
6958
            "suggest": {
6959
                "ext-pcov": "*",
6960
                "ext-xdebug": "*"
6961
            },
6962
            "type": "library",
6963
            "extra": {
6964
                "branch-alias": {
6965
                    "dev-master": "9.2-dev"
6966
                }
6967
            },
6968
            "autoload": {
6969
                "classmap": [
6970
                    "src/"
6971
                ]
6972
            },
6973
            "notification-url": "https://packagist.org/downloads/",
6974
            "license": [
6975
                "BSD-3-Clause"
6976
            ],
6977
            "authors": [
6978
                {
6979
                    "name": "Sebastian Bergmann",
6980
                    "email": "sebastian@phpunit.de",
6981
                    "role": "lead"
6982
                }
6983
            ],
6984
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6985
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6986
            "keywords": [
6987
                "coverage",
6988
                "testing",
6989
                "xunit"
6990
            ],
6991
            "support": {
6992
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
3086 efrain 6993
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.17"
1 www 6994
            },
6995
            "funding": [
6996
                {
6997
                    "url": "https://github.com/sebastianbergmann",
6998
                    "type": "github"
6999
                }
7000
            ],
3086 efrain 7001
            "time": "2022-08-30T12:24:04+00:00"
1 www 7002
        },
7003
        {
7004
            "name": "phpunit/php-file-iterator",
16 efrain 7005
            "version": "3.0.6",
1 www 7006
            "source": {
7007
                "type": "git",
7008
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
16 efrain 7009
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
1 www 7010
            },
7011
            "dist": {
7012
                "type": "zip",
16 efrain 7013
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
7014
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
1 www 7015
                "shasum": ""
7016
            },
7017
            "require": {
7018
                "php": ">=7.3"
7019
            },
7020
            "require-dev": {
7021
                "phpunit/phpunit": "^9.3"
7022
            },
7023
            "type": "library",
7024
            "extra": {
7025
                "branch-alias": {
7026
                    "dev-master": "3.0-dev"
7027
                }
7028
            },
7029
            "autoload": {
7030
                "classmap": [
7031
                    "src/"
7032
                ]
7033
            },
7034
            "notification-url": "https://packagist.org/downloads/",
7035
            "license": [
7036
                "BSD-3-Clause"
7037
            ],
7038
            "authors": [
7039
                {
7040
                    "name": "Sebastian Bergmann",
7041
                    "email": "sebastian@phpunit.de",
7042
                    "role": "lead"
7043
                }
7044
            ],
7045
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7046
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7047
            "keywords": [
7048
                "filesystem",
7049
                "iterator"
7050
            ],
7051
            "support": {
7052
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
16 efrain 7053
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
1 www 7054
            },
7055
            "funding": [
7056
                {
7057
                    "url": "https://github.com/sebastianbergmann",
7058
                    "type": "github"
7059
                }
7060
            ],
16 efrain 7061
            "time": "2021-12-02T12:48:52+00:00"
1 www 7062
        },
7063
        {
7064
            "name": "phpunit/php-invoker",
7065
            "version": "3.1.1",
7066
            "source": {
7067
                "type": "git",
7068
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
7069
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
7070
            },
7071
            "dist": {
7072
                "type": "zip",
7073
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7074
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7075
                "shasum": ""
7076
            },
7077
            "require": {
7078
                "php": ">=7.3"
7079
            },
7080
            "require-dev": {
7081
                "ext-pcntl": "*",
7082
                "phpunit/phpunit": "^9.3"
7083
            },
7084
            "suggest": {
7085
                "ext-pcntl": "*"
7086
            },
7087
            "type": "library",
7088
            "extra": {
7089
                "branch-alias": {
7090
                    "dev-master": "3.1-dev"
7091
                }
7092
            },
7093
            "autoload": {
7094
                "classmap": [
7095
                    "src/"
7096
                ]
7097
            },
7098
            "notification-url": "https://packagist.org/downloads/",
7099
            "license": [
7100
                "BSD-3-Clause"
7101
            ],
7102
            "authors": [
7103
                {
7104
                    "name": "Sebastian Bergmann",
7105
                    "email": "sebastian@phpunit.de",
7106
                    "role": "lead"
7107
                }
7108
            ],
7109
            "description": "Invoke callables with a timeout",
7110
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
7111
            "keywords": [
7112
                "process"
7113
            ],
7114
            "support": {
7115
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
7116
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
7117
            },
7118
            "funding": [
7119
                {
7120
                    "url": "https://github.com/sebastianbergmann",
7121
                    "type": "github"
7122
                }
7123
            ],
7124
            "time": "2020-09-28T05:58:55+00:00"
7125
        },
7126
        {
7127
            "name": "phpunit/php-text-template",
7128
            "version": "2.0.4",
7129
            "source": {
7130
                "type": "git",
7131
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
7132
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
7133
            },
7134
            "dist": {
7135
                "type": "zip",
7136
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7137
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7138
                "shasum": ""
7139
            },
7140
            "require": {
7141
                "php": ">=7.3"
7142
            },
7143
            "require-dev": {
7144
                "phpunit/phpunit": "^9.3"
7145
            },
7146
            "type": "library",
7147
            "extra": {
7148
                "branch-alias": {
7149
                    "dev-master": "2.0-dev"
7150
                }
7151
            },
7152
            "autoload": {
7153
                "classmap": [
7154
                    "src/"
7155
                ]
7156
            },
7157
            "notification-url": "https://packagist.org/downloads/",
7158
            "license": [
7159
                "BSD-3-Clause"
7160
            ],
7161
            "authors": [
7162
                {
7163
                    "name": "Sebastian Bergmann",
7164
                    "email": "sebastian@phpunit.de",
7165
                    "role": "lead"
7166
                }
7167
            ],
7168
            "description": "Simple template engine.",
7169
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7170
            "keywords": [
7171
                "template"
7172
            ],
7173
            "support": {
7174
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
7175
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
7176
            },
7177
            "funding": [
7178
                {
7179
                    "url": "https://github.com/sebastianbergmann",
7180
                    "type": "github"
7181
                }
7182
            ],
7183
            "time": "2020-10-26T05:33:50+00:00"
7184
        },
7185
        {
7186
            "name": "phpunit/php-timer",
7187
            "version": "5.0.3",
7188
            "source": {
7189
                "type": "git",
7190
                "url": "https://github.com/sebastianbergmann/php-timer.git",
7191
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
7192
            },
7193
            "dist": {
7194
                "type": "zip",
7195
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7196
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7197
                "shasum": ""
7198
            },
7199
            "require": {
7200
                "php": ">=7.3"
7201
            },
7202
            "require-dev": {
7203
                "phpunit/phpunit": "^9.3"
7204
            },
7205
            "type": "library",
7206
            "extra": {
7207
                "branch-alias": {
7208
                    "dev-master": "5.0-dev"
7209
                }
7210
            },
7211
            "autoload": {
7212
                "classmap": [
7213
                    "src/"
7214
                ]
7215
            },
7216
            "notification-url": "https://packagist.org/downloads/",
7217
            "license": [
7218
                "BSD-3-Clause"
7219
            ],
7220
            "authors": [
7221
                {
7222
                    "name": "Sebastian Bergmann",
7223
                    "email": "sebastian@phpunit.de",
7224
                    "role": "lead"
7225
                }
7226
            ],
7227
            "description": "Utility class for timing",
7228
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
7229
            "keywords": [
7230
                "timer"
7231
            ],
7232
            "support": {
7233
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
7234
                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
7235
            },
7236
            "funding": [
7237
                {
7238
                    "url": "https://github.com/sebastianbergmann",
7239
                    "type": "github"
7240
                }
7241
            ],
7242
            "time": "2020-10-26T13:16:10+00:00"
7243
        },
7244
        {
7245
            "name": "phpunit/phpunit",
3086 efrain 7246
            "version": "9.5.25",
1 www 7247
            "source": {
7248
                "type": "git",
7249
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3086 efrain 7250
                "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d"
1 www 7251
            },
7252
            "dist": {
7253
                "type": "zip",
3086 efrain 7254
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d",
7255
                "reference": "3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d",
1 www 7256
                "shasum": ""
7257
            },
7258
            "require": {
7259
                "doctrine/instantiator": "^1.3.1",
7260
                "ext-dom": "*",
7261
                "ext-json": "*",
7262
                "ext-libxml": "*",
7263
                "ext-mbstring": "*",
7264
                "ext-xml": "*",
7265
                "ext-xmlwriter": "*",
7266
                "myclabs/deep-copy": "^1.10.1",
7267
                "phar-io/manifest": "^2.0.3",
7268
                "phar-io/version": "^3.0.2",
7269
                "php": ">=7.3",
3086 efrain 7270
                "phpunit/php-code-coverage": "^9.2.13",
1 www 7271
                "phpunit/php-file-iterator": "^3.0.5",
7272
                "phpunit/php-invoker": "^3.1.1",
7273
                "phpunit/php-text-template": "^2.0.3",
7274
                "phpunit/php-timer": "^5.0.2",
7275
                "sebastian/cli-parser": "^1.0.1",
7276
                "sebastian/code-unit": "^1.0.6",
3086 efrain 7277
                "sebastian/comparator": "^4.0.8",
1 www 7278
                "sebastian/diff": "^4.0.3",
7279
                "sebastian/environment": "^5.1.3",
3086 efrain 7280
                "sebastian/exporter": "^4.0.5",
1 www 7281
                "sebastian/global-state": "^5.0.1",
7282
                "sebastian/object-enumerator": "^4.0.3",
7283
                "sebastian/resource-operations": "^3.0.3",
3086 efrain 7284
                "sebastian/type": "^3.2",
1 www 7285
                "sebastian/version": "^3.0.2"
7286
            },
7287
            "suggest": {
7288
                "ext-soap": "*",
7289
                "ext-xdebug": "*"
7290
            },
7291
            "bin": [
7292
                "phpunit"
7293
            ],
7294
            "type": "library",
7295
            "extra": {
7296
                "branch-alias": {
7297
                    "dev-master": "9.5-dev"
7298
                }
7299
            },
7300
            "autoload": {
3086 efrain 7301
                "files": [
7302
                    "src/Framework/Assert/Functions.php"
7303
                ],
1 www 7304
                "classmap": [
7305
                    "src/"
7306
                ]
7307
            },
7308
            "notification-url": "https://packagist.org/downloads/",
7309
            "license": [
7310
                "BSD-3-Clause"
7311
            ],
7312
            "authors": [
7313
                {
7314
                    "name": "Sebastian Bergmann",
7315
                    "email": "sebastian@phpunit.de",
7316
                    "role": "lead"
7317
                }
7318
            ],
7319
            "description": "The PHP Unit Testing framework.",
7320
            "homepage": "https://phpunit.de/",
7321
            "keywords": [
7322
                "phpunit",
7323
                "testing",
7324
                "xunit"
7325
            ],
7326
            "support": {
7327
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
3086 efrain 7328
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.25"
1 www 7329
            },
7330
            "funding": [
7331
                {
112 efrain 7332
                    "url": "https://phpunit.de/sponsors.html",
1 www 7333
                    "type": "custom"
7334
                },
7335
                {
7336
                    "url": "https://github.com/sebastianbergmann",
7337
                    "type": "github"
3086 efrain 7338
                },
7339
                {
7340
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
7341
                    "type": "tidelift"
1 www 7342
                }
7343
            ],
3086 efrain 7344
            "time": "2022-09-25T03:44:45+00:00"
1 www 7345
        },
7346
        {
7347
            "name": "psr/cache",
7348
            "version": "1.0.1",
7349
            "source": {
7350
                "type": "git",
7351
                "url": "https://github.com/php-fig/cache.git",
7352
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
7353
            },
7354
            "dist": {
7355
                "type": "zip",
7356
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
7357
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
7358
                "shasum": ""
7359
            },
7360
            "require": {
7361
                "php": ">=5.3.0"
7362
            },
7363
            "type": "library",
7364
            "extra": {
7365
                "branch-alias": {
7366
                    "dev-master": "1.0.x-dev"
7367
                }
7368
            },
7369
            "autoload": {
7370
                "psr-4": {
7371
                    "Psr\\Cache\\": "src/"
7372
                }
7373
            },
7374
            "notification-url": "https://packagist.org/downloads/",
7375
            "license": [
7376
                "MIT"
7377
            ],
7378
            "authors": [
7379
                {
7380
                    "name": "PHP-FIG",
7381
                    "homepage": "http://www.php-fig.org/"
7382
                }
7383
            ],
7384
            "description": "Common interface for caching libraries",
7385
            "keywords": [
7386
                "cache",
7387
                "psr",
7388
                "psr-6"
7389
            ],
7390
            "support": {
7391
                "source": "https://github.com/php-fig/cache/tree/master"
7392
            },
7393
            "time": "2016-08-06T20:24:11+00:00"
7394
        },
7395
        {
7396
            "name": "psr/container",
16 efrain 7397
            "version": "1.1.2",
1 www 7398
            "source": {
7399
                "type": "git",
7400
                "url": "https://github.com/php-fig/container.git",
16 efrain 7401
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
1 www 7402
            },
7403
            "dist": {
7404
                "type": "zip",
16 efrain 7405
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
7406
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
1 www 7407
                "shasum": ""
7408
            },
7409
            "require": {
16 efrain 7410
                "php": ">=7.4.0"
1 www 7411
            },
7412
            "type": "library",
7413
            "autoload": {
7414
                "psr-4": {
7415
                    "Psr\\Container\\": "src/"
7416
                }
7417
            },
7418
            "notification-url": "https://packagist.org/downloads/",
7419
            "license": [
7420
                "MIT"
7421
            ],
7422
            "authors": [
7423
                {
7424
                    "name": "PHP-FIG",
7425
                    "homepage": "https://www.php-fig.org/"
7426
                }
7427
            ],
7428
            "description": "Common Container Interface (PHP FIG PSR-11)",
7429
            "homepage": "https://github.com/php-fig/container",
7430
            "keywords": [
7431
                "PSR-11",
7432
                "container",
7433
                "container-interface",
7434
                "container-interop",
7435
                "psr"
7436
            ],
7437
            "support": {
7438
                "issues": "https://github.com/php-fig/container/issues",
16 efrain 7439
                "source": "https://github.com/php-fig/container/tree/1.1.2"
1 www 7440
            },
16 efrain 7441
            "time": "2021-11-05T16:50:12+00:00"
1 www 7442
        },
7443
        {
7444
            "name": "psr/event-dispatcher",
7445
            "version": "1.0.0",
7446
            "source": {
7447
                "type": "git",
7448
                "url": "https://github.com/php-fig/event-dispatcher.git",
7449
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
7450
            },
7451
            "dist": {
7452
                "type": "zip",
7453
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
7454
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
7455
                "shasum": ""
7456
            },
7457
            "require": {
7458
                "php": ">=7.2.0"
7459
            },
7460
            "type": "library",
7461
            "extra": {
7462
                "branch-alias": {
7463
                    "dev-master": "1.0.x-dev"
7464
                }
7465
            },
7466
            "autoload": {
7467
                "psr-4": {
7468
                    "Psr\\EventDispatcher\\": "src/"
7469
                }
7470
            },
7471
            "notification-url": "https://packagist.org/downloads/",
7472
            "license": [
7473
                "MIT"
7474
            ],
7475
            "authors": [
7476
                {
7477
                    "name": "PHP-FIG",
7478
                    "homepage": "http://www.php-fig.org/"
7479
                }
7480
            ],
7481
            "description": "Standard interfaces for event handling.",
7482
            "keywords": [
7483
                "events",
7484
                "psr",
7485
                "psr-14"
7486
            ],
7487
            "support": {
7488
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
7489
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
7490
            },
7491
            "time": "2019-01-08T18:20:26+00:00"
7492
        },
7493
        {
7494
            "name": "psr/http-client",
7495
            "version": "1.0.1",
7496
            "source": {
7497
                "type": "git",
7498
                "url": "https://github.com/php-fig/http-client.git",
7499
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
7500
            },
7501
            "dist": {
7502
                "type": "zip",
7503
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
7504
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
7505
                "shasum": ""
7506
            },
7507
            "require": {
7508
                "php": "^7.0 || ^8.0",
7509
                "psr/http-message": "^1.0"
7510
            },
7511
            "type": "library",
7512
            "extra": {
7513
                "branch-alias": {
7514
                    "dev-master": "1.0.x-dev"
7515
                }
7516
            },
7517
            "autoload": {
7518
                "psr-4": {
7519
                    "Psr\\Http\\Client\\": "src/"
7520
                }
7521
            },
7522
            "notification-url": "https://packagist.org/downloads/",
7523
            "license": [
7524
                "MIT"
7525
            ],
7526
            "authors": [
7527
                {
7528
                    "name": "PHP-FIG",
7529
                    "homepage": "http://www.php-fig.org/"
7530
                }
7531
            ],
7532
            "description": "Common interface for HTTP clients",
7533
            "homepage": "https://github.com/php-fig/http-client",
7534
            "keywords": [
7535
                "http",
7536
                "http-client",
7537
                "psr",
7538
                "psr-18"
7539
            ],
7540
            "support": {
7541
                "source": "https://github.com/php-fig/http-client/tree/master"
7542
            },
7543
            "time": "2020-06-29T06:28:15+00:00"
7544
        },
7545
        {
7546
            "name": "psr/http-factory",
7547
            "version": "1.0.1",
7548
            "source": {
7549
                "type": "git",
7550
                "url": "https://github.com/php-fig/http-factory.git",
7551
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
7552
            },
7553
            "dist": {
7554
                "type": "zip",
7555
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7556
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7557
                "shasum": ""
7558
            },
7559
            "require": {
7560
                "php": ">=7.0.0",
7561
                "psr/http-message": "^1.0"
7562
            },
7563
            "type": "library",
7564
            "extra": {
7565
                "branch-alias": {
7566
                    "dev-master": "1.0.x-dev"
7567
                }
7568
            },
7569
            "autoload": {
7570
                "psr-4": {
7571
                    "Psr\\Http\\Message\\": "src/"
7572
                }
7573
            },
7574
            "notification-url": "https://packagist.org/downloads/",
7575
            "license": [
7576
                "MIT"
7577
            ],
7578
            "authors": [
7579
                {
7580
                    "name": "PHP-FIG",
7581
                    "homepage": "http://www.php-fig.org/"
7582
                }
7583
            ],
7584
            "description": "Common interfaces for PSR-7 HTTP message factories",
7585
            "keywords": [
7586
                "factory",
7587
                "http",
7588
                "message",
7589
                "psr",
7590
                "psr-17",
7591
                "psr-7",
7592
                "request",
7593
                "response"
7594
            ],
7595
            "support": {
7596
                "source": "https://github.com/php-fig/http-factory/tree/master"
7597
            },
7598
            "time": "2019-04-30T12:38:16+00:00"
7599
        },
7600
        {
7601
            "name": "psr/http-message",
7602
            "version": "1.0.1",
7603
            "source": {
7604
                "type": "git",
7605
                "url": "https://github.com/php-fig/http-message.git",
7606
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7607
            },
7608
            "dist": {
7609
                "type": "zip",
7610
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7611
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7612
                "shasum": ""
7613
            },
7614
            "require": {
7615
                "php": ">=5.3.0"
7616
            },
7617
            "type": "library",
7618
            "extra": {
7619
                "branch-alias": {
7620
                    "dev-master": "1.0.x-dev"
7621
                }
7622
            },
7623
            "autoload": {
7624
                "psr-4": {
7625
                    "Psr\\Http\\Message\\": "src/"
7626
                }
7627
            },
7628
            "notification-url": "https://packagist.org/downloads/",
7629
            "license": [
7630
                "MIT"
7631
            ],
7632
            "authors": [
7633
                {
7634
                    "name": "PHP-FIG",
7635
                    "homepage": "http://www.php-fig.org/"
7636
                }
7637
            ],
7638
            "description": "Common interface for HTTP messages",
7639
            "homepage": "https://github.com/php-fig/http-message",
7640
            "keywords": [
7641
                "http",
7642
                "http-message",
7643
                "psr",
7644
                "psr-7",
7645
                "request",
7646
                "response"
7647
            ],
7648
            "support": {
7649
                "source": "https://github.com/php-fig/http-message/tree/master"
7650
            },
7651
            "time": "2016-08-06T14:39:51+00:00"
7652
        },
7653
        {
7654
            "name": "psr/log",
7655
            "version": "1.1.4",
7656
            "source": {
7657
                "type": "git",
7658
                "url": "https://github.com/php-fig/log.git",
7659
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
7660
            },
7661
            "dist": {
7662
                "type": "zip",
7663
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
7664
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
7665
                "shasum": ""
7666
            },
7667
            "require": {
7668
                "php": ">=5.3.0"
7669
            },
7670
            "type": "library",
7671
            "extra": {
7672
                "branch-alias": {
7673
                    "dev-master": "1.1.x-dev"
7674
                }
7675
            },
7676
            "autoload": {
7677
                "psr-4": {
7678
                    "Psr\\Log\\": "Psr/Log/"
7679
                }
7680
            },
7681
            "notification-url": "https://packagist.org/downloads/",
7682
            "license": [
7683
                "MIT"
7684
            ],
7685
            "authors": [
7686
                {
7687
                    "name": "PHP-FIG",
7688
                    "homepage": "https://www.php-fig.org/"
7689
                }
7690
            ],
7691
            "description": "Common interface for logging libraries",
7692
            "homepage": "https://github.com/php-fig/log",
7693
            "keywords": [
7694
                "log",
7695
                "psr",
7696
                "psr-3"
7697
            ],
7698
            "support": {
7699
                "source": "https://github.com/php-fig/log/tree/1.1.4"
7700
            },
7701
            "time": "2021-05-03T11:20:27+00:00"
7702
        },
7703
        {
7704
            "name": "psr/simple-cache",
7705
            "version": "1.0.1",
7706
            "source": {
7707
                "type": "git",
7708
                "url": "https://github.com/php-fig/simple-cache.git",
7709
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7710
            },
7711
            "dist": {
7712
                "type": "zip",
7713
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7714
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7715
                "shasum": ""
7716
            },
7717
            "require": {
7718
                "php": ">=5.3.0"
7719
            },
7720
            "type": "library",
7721
            "extra": {
7722
                "branch-alias": {
7723
                    "dev-master": "1.0.x-dev"
7724
                }
7725
            },
7726
            "autoload": {
7727
                "psr-4": {
7728
                    "Psr\\SimpleCache\\": "src/"
7729
                }
7730
            },
7731
            "notification-url": "https://packagist.org/downloads/",
7732
            "license": [
7733
                "MIT"
7734
            ],
7735
            "authors": [
7736
                {
7737
                    "name": "PHP-FIG",
7738
                    "homepage": "http://www.php-fig.org/"
7739
                }
7740
            ],
7741
            "description": "Common interfaces for simple caching",
7742
            "keywords": [
7743
                "cache",
7744
                "caching",
7745
                "psr",
7746
                "psr-16",
7747
                "simple-cache"
7748
            ],
7749
            "support": {
7750
                "source": "https://github.com/php-fig/simple-cache/tree/master"
7751
            },
7752
            "time": "2017-10-23T01:57:42+00:00"
7753
        },
7754
        {
7755
            "name": "ralouphie/getallheaders",
7756
            "version": "3.0.3",
7757
            "source": {
7758
                "type": "git",
7759
                "url": "https://github.com/ralouphie/getallheaders.git",
7760
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
7761
            },
7762
            "dist": {
7763
                "type": "zip",
7764
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7765
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
7766
                "shasum": ""
7767
            },
7768
            "require": {
7769
                "php": ">=5.6"
7770
            },
7771
            "require-dev": {
7772
                "php-coveralls/php-coveralls": "^2.1",
7773
                "phpunit/phpunit": "^5 || ^6.5"
7774
            },
7775
            "type": "library",
7776
            "autoload": {
7777
                "files": [
7778
                    "src/getallheaders.php"
7779
                ]
7780
            },
7781
            "notification-url": "https://packagist.org/downloads/",
7782
            "license": [
7783
                "MIT"
7784
            ],
7785
            "authors": [
7786
                {
7787
                    "name": "Ralph Khattar",
7788
                    "email": "ralph.khattar@gmail.com"
7789
                }
7790
            ],
7791
            "description": "A polyfill for getallheaders.",
7792
            "support": {
7793
                "issues": "https://github.com/ralouphie/getallheaders/issues",
7794
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
7795
            },
7796
            "time": "2019-03-08T08:55:37+00:00"
7797
        },
7798
        {
7799
            "name": "rncryptor/rncryptor",
7800
            "version": "4.3.0",
7801
            "source": {
7802
                "type": "git",
7803
                "url": "https://github.com/RNCryptor/RNCryptor-php.git",
7804
                "reference": "6155afba39f053a50b9bd0bcd2f3062731821302"
7805
            },
7806
            "dist": {
7807
                "type": "zip",
7808
                "url": "https://api.github.com/repos/RNCryptor/RNCryptor-php/zipball/6155afba39f053a50b9bd0bcd2f3062731821302",
7809
                "reference": "6155afba39f053a50b9bd0bcd2f3062731821302",
7810
                "shasum": ""
7811
            },
7812
            "require": {
7813
                "ext-openssl": "*",
7814
                "php": ">=7.0"
7815
            },
7816
            "require-dev": {
7817
                "phpunit/phpunit": "~6.0",
7818
                "rncryptor/spec": "~4.0",
7819
                "squizlabs/php_codesniffer": "^2.8"
7820
            },
7821
            "type": "library",
7822
            "autoload": {
7823
                "psr-4": {
7824
                    "RNCryptor\\": "src/"
7825
                }
7826
            },
7827
            "notification-url": "https://packagist.org/downloads/",
7828
            "license": [
7829
                "MIT"
7830
            ],
7831
            "authors": [
7832
                {
7833
                    "name": "Rob Napier",
7834
                    "email": "robnapier@gmail.com"
7835
                },
7836
                {
7837
                    "name": "Guysung Kim",
7838
                    "email": "guysung.kim@gmail.com"
7839
                },
7840
                {
7841
                    "name": "Curtis Farnham",
7842
                    "email": "curtisfarnham@gmail.com"
7843
                }
7844
            ],
7845
            "description": "PHP implementation of RNCryptor",
7846
            "homepage": "http://rncryptor.github.io",
7847
            "keywords": [
7848
                "crypto",
7849
                "encryption",
7850
                "rncryptor"
7851
            ],
7852
            "support": {
7853
                "issues": "https://github.com/RNCryptor/RNCryptor-php/issues",
7854
                "source": "https://github.com/RNCryptor/RNCryptor-php/tree/master"
7855
            },
7856
            "time": "2020-02-20T18:23:55+00:00"
7857
        },
7858
        {
7859
            "name": "sebastian/cli-parser",
7860
            "version": "1.0.1",
7861
            "source": {
7862
                "type": "git",
7863
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
7864
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
7865
            },
7866
            "dist": {
7867
                "type": "zip",
7868
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
7869
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
7870
                "shasum": ""
7871
            },
7872
            "require": {
7873
                "php": ">=7.3"
7874
            },
7875
            "require-dev": {
7876
                "phpunit/phpunit": "^9.3"
7877
            },
7878
            "type": "library",
7879
            "extra": {
7880
                "branch-alias": {
7881
                    "dev-master": "1.0-dev"
7882
                }
7883
            },
7884
            "autoload": {
7885
                "classmap": [
7886
                    "src/"
7887
                ]
7888
            },
7889
            "notification-url": "https://packagist.org/downloads/",
7890
            "license": [
7891
                "BSD-3-Clause"
7892
            ],
7893
            "authors": [
7894
                {
7895
                    "name": "Sebastian Bergmann",
7896
                    "email": "sebastian@phpunit.de",
7897
                    "role": "lead"
7898
                }
7899
            ],
7900
            "description": "Library for parsing CLI options",
7901
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
7902
            "support": {
7903
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
7904
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
7905
            },
7906
            "funding": [
7907
                {
7908
                    "url": "https://github.com/sebastianbergmann",
7909
                    "type": "github"
7910
                }
7911
            ],
7912
            "time": "2020-09-28T06:08:49+00:00"
7913
        },
7914
        {
7915
            "name": "sebastian/code-unit",
7916
            "version": "1.0.8",
7917
            "source": {
7918
                "type": "git",
7919
                "url": "https://github.com/sebastianbergmann/code-unit.git",
7920
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
7921
            },
7922
            "dist": {
7923
                "type": "zip",
7924
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
7925
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
7926
                "shasum": ""
7927
            },
7928
            "require": {
7929
                "php": ">=7.3"
7930
            },
7931
            "require-dev": {
7932
                "phpunit/phpunit": "^9.3"
7933
            },
7934
            "type": "library",
7935
            "extra": {
7936
                "branch-alias": {
7937
                    "dev-master": "1.0-dev"
7938
                }
7939
            },
7940
            "autoload": {
7941
                "classmap": [
7942
                    "src/"
7943
                ]
7944
            },
7945
            "notification-url": "https://packagist.org/downloads/",
7946
            "license": [
7947
                "BSD-3-Clause"
7948
            ],
7949
            "authors": [
7950
                {
7951
                    "name": "Sebastian Bergmann",
7952
                    "email": "sebastian@phpunit.de",
7953
                    "role": "lead"
7954
                }
7955
            ],
7956
            "description": "Collection of value objects that represent the PHP code units",
7957
            "homepage": "https://github.com/sebastianbergmann/code-unit",
7958
            "support": {
7959
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
7960
                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
7961
            },
7962
            "funding": [
7963
                {
7964
                    "url": "https://github.com/sebastianbergmann",
7965
                    "type": "github"
7966
                }
7967
            ],
7968
            "time": "2020-10-26T13:08:54+00:00"
7969
        },
7970
        {
7971
            "name": "sebastian/code-unit-reverse-lookup",
7972
            "version": "2.0.3",
7973
            "source": {
7974
                "type": "git",
7975
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7976
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
7977
            },
7978
            "dist": {
7979
                "type": "zip",
7980
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
7981
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
7982
                "shasum": ""
7983
            },
7984
            "require": {
7985
                "php": ">=7.3"
7986
            },
7987
            "require-dev": {
7988
                "phpunit/phpunit": "^9.3"
7989
            },
7990
            "type": "library",
7991
            "extra": {
7992
                "branch-alias": {
7993
                    "dev-master": "2.0-dev"
7994
                }
7995
            },
7996
            "autoload": {
7997
                "classmap": [
7998
                    "src/"
7999
                ]
8000
            },
8001
            "notification-url": "https://packagist.org/downloads/",
8002
            "license": [
8003
                "BSD-3-Clause"
8004
            ],
8005
            "authors": [
8006
                {
8007
                    "name": "Sebastian Bergmann",
8008
                    "email": "sebastian@phpunit.de"
8009
                }
8010
            ],
8011
            "description": "Looks up which function or method a line of code belongs to",
8012
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8013
            "support": {
8014
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8015
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
8016
            },
8017
            "funding": [
8018
                {
8019
                    "url": "https://github.com/sebastianbergmann",
8020
                    "type": "github"
8021
                }
8022
            ],
8023
            "time": "2020-09-28T05:30:19+00:00"
8024
        },
8025
        {
8026
            "name": "sebastian/comparator",
3086 efrain 8027
            "version": "4.0.8",
1 www 8028
            "source": {
8029
                "type": "git",
8030
                "url": "https://github.com/sebastianbergmann/comparator.git",
3086 efrain 8031
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
1 www 8032
            },
8033
            "dist": {
8034
                "type": "zip",
3086 efrain 8035
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
8036
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
1 www 8037
                "shasum": ""
8038
            },
8039
            "require": {
8040
                "php": ">=7.3",
8041
                "sebastian/diff": "^4.0",
8042
                "sebastian/exporter": "^4.0"
8043
            },
8044
            "require-dev": {
8045
                "phpunit/phpunit": "^9.3"
8046
            },
8047
            "type": "library",
8048
            "extra": {
8049
                "branch-alias": {
8050
                    "dev-master": "4.0-dev"
8051
                }
8052
            },
8053
            "autoload": {
8054
                "classmap": [
8055
                    "src/"
8056
                ]
8057
            },
8058
            "notification-url": "https://packagist.org/downloads/",
8059
            "license": [
8060
                "BSD-3-Clause"
8061
            ],
8062
            "authors": [
8063
                {
8064
                    "name": "Sebastian Bergmann",
8065
                    "email": "sebastian@phpunit.de"
8066
                },
8067
                {
8068
                    "name": "Jeff Welch",
8069
                    "email": "whatthejeff@gmail.com"
8070
                },
8071
                {
8072
                    "name": "Volker Dusch",
8073
                    "email": "github@wallbash.com"
8074
                },
8075
                {
8076
                    "name": "Bernhard Schussek",
8077
                    "email": "bschussek@2bepublished.at"
8078
                }
8079
            ],
8080
            "description": "Provides the functionality to compare PHP values for equality",
8081
            "homepage": "https://github.com/sebastianbergmann/comparator",
8082
            "keywords": [
8083
                "comparator",
8084
                "compare",
8085
                "equality"
8086
            ],
8087
            "support": {
8088
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
3086 efrain 8089
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
1 www 8090
            },
8091
            "funding": [
8092
                {
8093
                    "url": "https://github.com/sebastianbergmann",
8094
                    "type": "github"
8095
                }
8096
            ],
3086 efrain 8097
            "time": "2022-09-14T12:41:17+00:00"
1 www 8098
        },
8099
        {
8100
            "name": "sebastian/complexity",
8101
            "version": "2.0.2",
8102
            "source": {
8103
                "type": "git",
8104
                "url": "https://github.com/sebastianbergmann/complexity.git",
8105
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
8106
            },
8107
            "dist": {
8108
                "type": "zip",
8109
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
8110
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
8111
                "shasum": ""
8112
            },
8113
            "require": {
8114
                "nikic/php-parser": "^4.7",
8115
                "php": ">=7.3"
8116
            },
8117
            "require-dev": {
8118
                "phpunit/phpunit": "^9.3"
8119
            },
8120
            "type": "library",
8121
            "extra": {
8122
                "branch-alias": {
8123
                    "dev-master": "2.0-dev"
8124
                }
8125
            },
8126
            "autoload": {
8127
                "classmap": [
8128
                    "src/"
8129
                ]
8130
            },
8131
            "notification-url": "https://packagist.org/downloads/",
8132
            "license": [
8133
                "BSD-3-Clause"
8134
            ],
8135
            "authors": [
8136
                {
8137
                    "name": "Sebastian Bergmann",
8138
                    "email": "sebastian@phpunit.de",
8139
                    "role": "lead"
8140
                }
8141
            ],
8142
            "description": "Library for calculating the complexity of PHP code units",
8143
            "homepage": "https://github.com/sebastianbergmann/complexity",
8144
            "support": {
8145
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
8146
                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
8147
            },
8148
            "funding": [
8149
                {
8150
                    "url": "https://github.com/sebastianbergmann",
8151
                    "type": "github"
8152
                }
8153
            ],
8154
            "time": "2020-10-26T15:52:27+00:00"
8155
        },
8156
        {
8157
            "name": "sebastian/diff",
8158
            "version": "4.0.4",
8159
            "source": {
8160
                "type": "git",
8161
                "url": "https://github.com/sebastianbergmann/diff.git",
8162
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
8163
            },
8164
            "dist": {
8165
                "type": "zip",
8166
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
8167
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
8168
                "shasum": ""
8169
            },
8170
            "require": {
8171
                "php": ">=7.3"
8172
            },
8173
            "require-dev": {
8174
                "phpunit/phpunit": "^9.3",
8175
                "symfony/process": "^4.2 || ^5"
8176
            },
8177
            "type": "library",
8178
            "extra": {
8179
                "branch-alias": {
8180
                    "dev-master": "4.0-dev"
8181
                }
8182
            },
8183
            "autoload": {
8184
                "classmap": [
8185
                    "src/"
8186
                ]
8187
            },
8188
            "notification-url": "https://packagist.org/downloads/",
8189
            "license": [
8190
                "BSD-3-Clause"
8191
            ],
8192
            "authors": [
8193
                {
8194
                    "name": "Sebastian Bergmann",
8195
                    "email": "sebastian@phpunit.de"
8196
                },
8197
                {
8198
                    "name": "Kore Nordmann",
8199
                    "email": "mail@kore-nordmann.de"
8200
                }
8201
            ],
8202
            "description": "Diff implementation",
8203
            "homepage": "https://github.com/sebastianbergmann/diff",
8204
            "keywords": [
8205
                "diff",
8206
                "udiff",
8207
                "unidiff",
8208
                "unified diff"
8209
            ],
8210
            "support": {
8211
                "issues": "https://github.com/sebastianbergmann/diff/issues",
8212
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
8213
            },
8214
            "funding": [
8215
                {
8216
                    "url": "https://github.com/sebastianbergmann",
8217
                    "type": "github"
8218
                }
8219
            ],
8220
            "time": "2020-10-26T13:10:38+00:00"
8221
        },
8222
        {
8223
            "name": "sebastian/environment",
3086 efrain 8224
            "version": "5.1.4",
1 www 8225
            "source": {
8226
                "type": "git",
8227
                "url": "https://github.com/sebastianbergmann/environment.git",
3086 efrain 8228
                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
1 www 8229
            },
8230
            "dist": {
8231
                "type": "zip",
3086 efrain 8232
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
8233
                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
1 www 8234
                "shasum": ""
8235
            },
8236
            "require": {
8237
                "php": ">=7.3"
8238
            },
8239
            "require-dev": {
8240
                "phpunit/phpunit": "^9.3"
8241
            },
8242
            "suggest": {
8243
                "ext-posix": "*"
8244
            },
8245
            "type": "library",
8246
            "extra": {
8247
                "branch-alias": {
8248
                    "dev-master": "5.1-dev"
8249
                }
8250
            },
8251
            "autoload": {
8252
                "classmap": [
8253
                    "src/"
8254
                ]
8255
            },
8256
            "notification-url": "https://packagist.org/downloads/",
8257
            "license": [
8258
                "BSD-3-Clause"
8259
            ],
8260
            "authors": [
8261
                {
8262
                    "name": "Sebastian Bergmann",
8263
                    "email": "sebastian@phpunit.de"
8264
                }
8265
            ],
8266
            "description": "Provides functionality to handle HHVM/PHP environments",
8267
            "homepage": "http://www.github.com/sebastianbergmann/environment",
8268
            "keywords": [
8269
                "Xdebug",
8270
                "environment",
8271
                "hhvm"
8272
            ],
8273
            "support": {
8274
                "issues": "https://github.com/sebastianbergmann/environment/issues",
3086 efrain 8275
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
1 www 8276
            },
8277
            "funding": [
8278
                {
8279
                    "url": "https://github.com/sebastianbergmann",
8280
                    "type": "github"
8281
                }
8282
            ],
3086 efrain 8283
            "time": "2022-04-03T09:37:03+00:00"
1 www 8284
        },
8285
        {
8286
            "name": "sebastian/exporter",
3086 efrain 8287
            "version": "4.0.5",
1 www 8288
            "source": {
8289
                "type": "git",
8290
                "url": "https://github.com/sebastianbergmann/exporter.git",
3086 efrain 8291
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
1 www 8292
            },
8293
            "dist": {
8294
                "type": "zip",
3086 efrain 8295
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
8296
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
1 www 8297
                "shasum": ""
8298
            },
8299
            "require": {
8300
                "php": ">=7.3",
8301
                "sebastian/recursion-context": "^4.0"
8302
            },
8303
            "require-dev": {
8304
                "ext-mbstring": "*",
8305
                "phpunit/phpunit": "^9.3"
8306
            },
8307
            "type": "library",
8308
            "extra": {
8309
                "branch-alias": {
8310
                    "dev-master": "4.0-dev"
8311
                }
8312
            },
8313
            "autoload": {
8314
                "classmap": [
8315
                    "src/"
8316
                ]
8317
            },
8318
            "notification-url": "https://packagist.org/downloads/",
8319
            "license": [
8320
                "BSD-3-Clause"
8321
            ],
8322
            "authors": [
8323
                {
8324
                    "name": "Sebastian Bergmann",
8325
                    "email": "sebastian@phpunit.de"
8326
                },
8327
                {
8328
                    "name": "Jeff Welch",
8329
                    "email": "whatthejeff@gmail.com"
8330
                },
8331
                {
8332
                    "name": "Volker Dusch",
8333
                    "email": "github@wallbash.com"
8334
                },
8335
                {
8336
                    "name": "Adam Harvey",
8337
                    "email": "aharvey@php.net"
8338
                },
8339
                {
8340
                    "name": "Bernhard Schussek",
8341
                    "email": "bschussek@gmail.com"
8342
                }
8343
            ],
8344
            "description": "Provides the functionality to export PHP variables for visualization",
16 efrain 8345
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
1 www 8346
            "keywords": [
8347
                "export",
8348
                "exporter"
8349
            ],
8350
            "support": {
8351
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
3086 efrain 8352
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
1 www 8353
            },
8354
            "funding": [
8355
                {
8356
                    "url": "https://github.com/sebastianbergmann",
8357
                    "type": "github"
8358
                }
8359
            ],
3086 efrain 8360
            "time": "2022-09-14T06:03:37+00:00"
1 www 8361
        },
8362
        {
8363
            "name": "sebastian/global-state",
3086 efrain 8364
            "version": "5.0.5",
1 www 8365
            "source": {
8366
                "type": "git",
8367
                "url": "https://github.com/sebastianbergmann/global-state.git",
3086 efrain 8368
                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
1 www 8369
            },
8370
            "dist": {
8371
                "type": "zip",
3086 efrain 8372
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
8373
                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
1 www 8374
                "shasum": ""
8375
            },
8376
            "require": {
8377
                "php": ">=7.3",
8378
                "sebastian/object-reflector": "^2.0",
8379
                "sebastian/recursion-context": "^4.0"
8380
            },
8381
            "require-dev": {
8382
                "ext-dom": "*",
8383
                "phpunit/phpunit": "^9.3"
8384
            },
8385
            "suggest": {
8386
                "ext-uopz": "*"
8387
            },
8388
            "type": "library",
8389
            "extra": {
8390
                "branch-alias": {
8391
                    "dev-master": "5.0-dev"
8392
                }
8393
            },
8394
            "autoload": {
8395
                "classmap": [
8396
                    "src/"
8397
                ]
8398
            },
8399
            "notification-url": "https://packagist.org/downloads/",
8400
            "license": [
8401
                "BSD-3-Clause"
8402
            ],
8403
            "authors": [
8404
                {
8405
                    "name": "Sebastian Bergmann",
8406
                    "email": "sebastian@phpunit.de"
8407
                }
8408
            ],
8409
            "description": "Snapshotting of global state",
8410
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
8411
            "keywords": [
8412
                "global state"
8413
            ],
8414
            "support": {
8415
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
3086 efrain 8416
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
1 www 8417
            },
8418
            "funding": [
8419
                {
8420
                    "url": "https://github.com/sebastianbergmann",
8421
                    "type": "github"
8422
                }
8423
            ],
3086 efrain 8424
            "time": "2022-02-14T08:28:10+00:00"
1 www 8425
        },
8426
        {
8427
            "name": "sebastian/lines-of-code",
8428
            "version": "1.0.3",
8429
            "source": {
8430
                "type": "git",
8431
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
8432
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
8433
            },
8434
            "dist": {
8435
                "type": "zip",
8436
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8437
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8438
                "shasum": ""
8439
            },
8440
            "require": {
8441
                "nikic/php-parser": "^4.6",
8442
                "php": ">=7.3"
8443
            },
8444
            "require-dev": {
8445
                "phpunit/phpunit": "^9.3"
8446
            },
8447
            "type": "library",
8448
            "extra": {
8449
                "branch-alias": {
8450
                    "dev-master": "1.0-dev"
8451
                }
8452
            },
8453
            "autoload": {
8454
                "classmap": [
8455
                    "src/"
8456
                ]
8457
            },
8458
            "notification-url": "https://packagist.org/downloads/",
8459
            "license": [
8460
                "BSD-3-Clause"
8461
            ],
8462
            "authors": [
8463
                {
8464
                    "name": "Sebastian Bergmann",
8465
                    "email": "sebastian@phpunit.de",
8466
                    "role": "lead"
8467
                }
8468
            ],
8469
            "description": "Library for counting the lines of code in PHP source code",
8470
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
8471
            "support": {
8472
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
8473
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
8474
            },
8475
            "funding": [
8476
                {
8477
                    "url": "https://github.com/sebastianbergmann",
8478
                    "type": "github"
8479
                }
8480
            ],
8481
            "time": "2020-11-28T06:42:11+00:00"
8482
        },
8483
        {
8484
            "name": "sebastian/object-enumerator",
8485
            "version": "4.0.4",
8486
            "source": {
8487
                "type": "git",
8488
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8489
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
8490
            },
8491
            "dist": {
8492
                "type": "zip",
8493
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
8494
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
8495
                "shasum": ""
8496
            },
8497
            "require": {
8498
                "php": ">=7.3",
8499
                "sebastian/object-reflector": "^2.0",
8500
                "sebastian/recursion-context": "^4.0"
8501
            },
8502
            "require-dev": {
8503
                "phpunit/phpunit": "^9.3"
8504
            },
8505
            "type": "library",
8506
            "extra": {
8507
                "branch-alias": {
8508
                    "dev-master": "4.0-dev"
8509
                }
8510
            },
8511
            "autoload": {
8512
                "classmap": [
8513
                    "src/"
8514
                ]
8515
            },
8516
            "notification-url": "https://packagist.org/downloads/",
8517
            "license": [
8518
                "BSD-3-Clause"
8519
            ],
8520
            "authors": [
8521
                {
8522
                    "name": "Sebastian Bergmann",
8523
                    "email": "sebastian@phpunit.de"
8524
                }
8525
            ],
8526
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8527
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8528
            "support": {
8529
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
8530
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
8531
            },
8532
            "funding": [
8533
                {
8534
                    "url": "https://github.com/sebastianbergmann",
8535
                    "type": "github"
8536
                }
8537
            ],
8538
            "time": "2020-10-26T13:12:34+00:00"
8539
        },
8540
        {
8541
            "name": "sebastian/object-reflector",
8542
            "version": "2.0.4",
8543
            "source": {
8544
                "type": "git",
8545
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
8546
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
8547
            },
8548
            "dist": {
8549
                "type": "zip",
8550
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8551
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8552
                "shasum": ""
8553
            },
8554
            "require": {
8555
                "php": ">=7.3"
8556
            },
8557
            "require-dev": {
8558
                "phpunit/phpunit": "^9.3"
8559
            },
8560
            "type": "library",
8561
            "extra": {
8562
                "branch-alias": {
8563
                    "dev-master": "2.0-dev"
8564
                }
8565
            },
8566
            "autoload": {
8567
                "classmap": [
8568
                    "src/"
8569
                ]
8570
            },
8571
            "notification-url": "https://packagist.org/downloads/",
8572
            "license": [
8573
                "BSD-3-Clause"
8574
            ],
8575
            "authors": [
8576
                {
8577
                    "name": "Sebastian Bergmann",
8578
                    "email": "sebastian@phpunit.de"
8579
                }
8580
            ],
8581
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
8582
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
8583
            "support": {
8584
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
8585
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
8586
            },
8587
            "funding": [
8588
                {
8589
                    "url": "https://github.com/sebastianbergmann",
8590
                    "type": "github"
8591
                }
8592
            ],
8593
            "time": "2020-10-26T13:14:26+00:00"
8594
        },
8595
        {
8596
            "name": "sebastian/recursion-context",
8597
            "version": "4.0.4",
8598
            "source": {
8599
                "type": "git",
8600
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
8601
                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
8602
            },
8603
            "dist": {
8604
                "type": "zip",
8605
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
8606
                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
8607
                "shasum": ""
8608
            },
8609
            "require": {
8610
                "php": ">=7.3"
8611
            },
8612
            "require-dev": {
8613
                "phpunit/phpunit": "^9.3"
8614
            },
8615
            "type": "library",
8616
            "extra": {
8617
                "branch-alias": {
8618
                    "dev-master": "4.0-dev"
8619
                }
8620
            },
8621
            "autoload": {
8622
                "classmap": [
8623
                    "src/"
8624
                ]
8625
            },
8626
            "notification-url": "https://packagist.org/downloads/",
8627
            "license": [
8628
                "BSD-3-Clause"
8629
            ],
8630
            "authors": [
8631
                {
8632
                    "name": "Sebastian Bergmann",
8633
                    "email": "sebastian@phpunit.de"
8634
                },
8635
                {
8636
                    "name": "Jeff Welch",
8637
                    "email": "whatthejeff@gmail.com"
8638
                },
8639
                {
8640
                    "name": "Adam Harvey",
8641
                    "email": "aharvey@php.net"
8642
                }
8643
            ],
8644
            "description": "Provides functionality to recursively process PHP variables",
8645
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
8646
            "support": {
8647
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
8648
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
8649
            },
8650
            "funding": [
8651
                {
8652
                    "url": "https://github.com/sebastianbergmann",
8653
                    "type": "github"
8654
                }
8655
            ],
8656
            "time": "2020-10-26T13:17:30+00:00"
8657
        },
8658
        {
8659
            "name": "sebastian/resource-operations",
8660
            "version": "3.0.3",
8661
            "source": {
8662
                "type": "git",
8663
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
8664
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
8665
            },
8666
            "dist": {
8667
                "type": "zip",
8668
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
8669
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
8670
                "shasum": ""
8671
            },
8672
            "require": {
8673
                "php": ">=7.3"
8674
            },
8675
            "require-dev": {
8676
                "phpunit/phpunit": "^9.0"
8677
            },
8678
            "type": "library",
8679
            "extra": {
8680
                "branch-alias": {
8681
                    "dev-master": "3.0-dev"
8682
                }
8683
            },
8684
            "autoload": {
8685
                "classmap": [
8686
                    "src/"
8687
                ]
8688
            },
8689
            "notification-url": "https://packagist.org/downloads/",
8690
            "license": [
8691
                "BSD-3-Clause"
8692
            ],
8693
            "authors": [
8694
                {
8695
                    "name": "Sebastian Bergmann",
8696
                    "email": "sebastian@phpunit.de"
8697
                }
8698
            ],
8699
            "description": "Provides a list of PHP built-in functions that operate on resources",
8700
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8701
            "support": {
8702
                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
8703
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
8704
            },
8705
            "funding": [
8706
                {
8707
                    "url": "https://github.com/sebastianbergmann",
8708
                    "type": "github"
8709
                }
8710
            ],
8711
            "time": "2020-09-28T06:45:17+00:00"
8712
        },
8713
        {
8714
            "name": "sebastian/type",
3086 efrain 8715
            "version": "3.2.0",
1 www 8716
            "source": {
8717
                "type": "git",
8718
                "url": "https://github.com/sebastianbergmann/type.git",
3086 efrain 8719
                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
1 www 8720
            },
8721
            "dist": {
8722
                "type": "zip",
3086 efrain 8723
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
8724
                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
1 www 8725
                "shasum": ""
8726
            },
8727
            "require": {
8728
                "php": ">=7.3"
8729
            },
8730
            "require-dev": {
3086 efrain 8731
                "phpunit/phpunit": "^9.5"
1 www 8732
            },
8733
            "type": "library",
8734
            "extra": {
8735
                "branch-alias": {
3086 efrain 8736
                    "dev-master": "3.2-dev"
1 www 8737
                }
8738
            },
8739
            "autoload": {
8740
                "classmap": [
8741
                    "src/"
8742
                ]
8743
            },
8744
            "notification-url": "https://packagist.org/downloads/",
8745
            "license": [
8746
                "BSD-3-Clause"
8747
            ],
8748
            "authors": [
8749
                {
8750
                    "name": "Sebastian Bergmann",
8751
                    "email": "sebastian@phpunit.de",
8752
                    "role": "lead"
8753
                }
8754
            ],
8755
            "description": "Collection of value objects that represent the types of the PHP type system",
8756
            "homepage": "https://github.com/sebastianbergmann/type",
8757
            "support": {
8758
                "issues": "https://github.com/sebastianbergmann/type/issues",
3086 efrain 8759
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
1 www 8760
            },
8761
            "funding": [
8762
                {
8763
                    "url": "https://github.com/sebastianbergmann",
8764
                    "type": "github"
8765
                }
8766
            ],
3086 efrain 8767
            "time": "2022-09-12T14:47:03+00:00"
1 www 8768
        },
8769
        {
8770
            "name": "sebastian/version",
8771
            "version": "3.0.2",
8772
            "source": {
8773
                "type": "git",
8774
                "url": "https://github.com/sebastianbergmann/version.git",
8775
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
8776
            },
8777
            "dist": {
8778
                "type": "zip",
8779
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
8780
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
8781
                "shasum": ""
8782
            },
8783
            "require": {
8784
                "php": ">=7.3"
8785
            },
8786
            "type": "library",
8787
            "extra": {
8788
                "branch-alias": {
8789
                    "dev-master": "3.0-dev"
8790
                }
8791
            },
8792
            "autoload": {
8793
                "classmap": [
8794
                    "src/"
8795
                ]
8796
            },
8797
            "notification-url": "https://packagist.org/downloads/",
8798
            "license": [
8799
                "BSD-3-Clause"
8800
            ],
8801
            "authors": [
8802
                {
8803
                    "name": "Sebastian Bergmann",
8804
                    "email": "sebastian@phpunit.de",
8805
                    "role": "lead"
8806
                }
8807
            ],
8808
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8809
            "homepage": "https://github.com/sebastianbergmann/version",
8810
            "support": {
8811
                "issues": "https://github.com/sebastianbergmann/version/issues",
8812
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
8813
            },
8814
            "funding": [
8815
                {
8816
                    "url": "https://github.com/sebastianbergmann",
8817
                    "type": "github"
8818
                }
8819
            ],
8820
            "time": "2020-09-28T06:39:44+00:00"
8821
        },
8822
        {
8823
            "name": "symfony/console",
3086 efrain 8824
            "version": "v5.4.13",
1 www 8825
            "source": {
8826
                "type": "git",
8827
                "url": "https://github.com/symfony/console.git",
3086 efrain 8828
                "reference": "3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be"
1 www 8829
            },
8830
            "dist": {
8831
                "type": "zip",
3086 efrain 8832
                "url": "https://api.github.com/repos/symfony/console/zipball/3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be",
8833
                "reference": "3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be",
1 www 8834
                "shasum": ""
8835
            },
8836
            "require": {
8837
                "php": ">=7.2.5",
16 efrain 8838
                "symfony/deprecation-contracts": "^2.1|^3",
1 www 8839
                "symfony/polyfill-mbstring": "~1.0",
16 efrain 8840
                "symfony/polyfill-php73": "^1.9",
1 www 8841
                "symfony/polyfill-php80": "^1.16",
16 efrain 8842
                "symfony/service-contracts": "^1.1|^2|^3",
8843
                "symfony/string": "^5.1|^6.0"
1 www 8844
            },
8845
            "conflict": {
8846
                "psr/log": ">=3",
8847
                "symfony/dependency-injection": "<4.4",
8848
                "symfony/dotenv": "<5.1",
8849
                "symfony/event-dispatcher": "<4.4",
8850
                "symfony/lock": "<4.4",
8851
                "symfony/process": "<4.4"
8852
            },
8853
            "provide": {
8854
                "psr/log-implementation": "1.0|2.0"
8855
            },
8856
            "require-dev": {
8857
                "psr/log": "^1|^2",
16 efrain 8858
                "symfony/config": "^4.4|^5.0|^6.0",
8859
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8860
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
8861
                "symfony/lock": "^4.4|^5.0|^6.0",
8862
                "symfony/process": "^4.4|^5.0|^6.0",
8863
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
1 www 8864
            },
8865
            "suggest": {
8866
                "psr/log": "For using the console logger",
8867
                "symfony/event-dispatcher": "",
8868
                "symfony/lock": "",
8869
                "symfony/process": ""
8870
            },
8871
            "type": "library",
8872
            "autoload": {
8873
                "psr-4": {
8874
                    "Symfony\\Component\\Console\\": ""
8875
                },
8876
                "exclude-from-classmap": [
8877
                    "/Tests/"
8878
                ]
8879
            },
8880
            "notification-url": "https://packagist.org/downloads/",
8881
            "license": [
8882
                "MIT"
8883
            ],
8884
            "authors": [
8885
                {
8886
                    "name": "Fabien Potencier",
8887
                    "email": "fabien@symfony.com"
8888
                },
8889
                {
8890
                    "name": "Symfony Community",
8891
                    "homepage": "https://symfony.com/contributors"
8892
                }
8893
            ],
8894
            "description": "Eases the creation of beautiful and testable command line interfaces",
8895
            "homepage": "https://symfony.com",
8896
            "keywords": [
8897
                "cli",
8898
                "command line",
8899
                "console",
8900
                "terminal"
8901
            ],
8902
            "support": {
3086 efrain 8903
                "source": "https://github.com/symfony/console/tree/v5.4.13"
1 www 8904
            },
8905
            "funding": [
8906
                {
8907
                    "url": "https://symfony.com/sponsor",
8908
                    "type": "custom"
8909
                },
8910
                {
8911
                    "url": "https://github.com/fabpot",
8912
                    "type": "github"
8913
                },
8914
                {
8915
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8916
                    "type": "tidelift"
8917
                }
8918
            ],
3086 efrain 8919
            "time": "2022-08-26T13:50:20+00:00"
1 www 8920
        },
8921
        {
16 efrain 8922
            "name": "symfony/css-selector",
3086 efrain 8923
            "version": "v5.4.11",
16 efrain 8924
            "source": {
8925
                "type": "git",
8926
                "url": "https://github.com/symfony/css-selector.git",
3086 efrain 8927
                "reference": "c1681789f059ab756001052164726ae88512ae3d"
16 efrain 8928
            },
8929
            "dist": {
8930
                "type": "zip",
3086 efrain 8931
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/c1681789f059ab756001052164726ae88512ae3d",
8932
                "reference": "c1681789f059ab756001052164726ae88512ae3d",
16 efrain 8933
                "shasum": ""
8934
            },
8935
            "require": {
8936
                "php": ">=7.2.5",
8937
                "symfony/polyfill-php80": "^1.16"
8938
            },
8939
            "type": "library",
8940
            "autoload": {
8941
                "psr-4": {
8942
                    "Symfony\\Component\\CssSelector\\": ""
8943
                },
8944
                "exclude-from-classmap": [
8945
                    "/Tests/"
8946
                ]
8947
            },
8948
            "notification-url": "https://packagist.org/downloads/",
8949
            "license": [
8950
                "MIT"
8951
            ],
8952
            "authors": [
8953
                {
8954
                    "name": "Fabien Potencier",
8955
                    "email": "fabien@symfony.com"
8956
                },
8957
                {
8958
                    "name": "Jean-François Simon",
8959
                    "email": "jeanfrancois.simon@sensiolabs.com"
8960
                },
8961
                {
8962
                    "name": "Symfony Community",
8963
                    "homepage": "https://symfony.com/contributors"
8964
                }
8965
            ],
8966
            "description": "Converts CSS selectors to XPath expressions",
8967
            "homepage": "https://symfony.com",
8968
            "support": {
3086 efrain 8969
                "source": "https://github.com/symfony/css-selector/tree/v5.4.11"
16 efrain 8970
            },
8971
            "funding": [
8972
                {
8973
                    "url": "https://symfony.com/sponsor",
8974
                    "type": "custom"
8975
                },
8976
                {
8977
                    "url": "https://github.com/fabpot",
8978
                    "type": "github"
8979
                },
8980
                {
8981
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8982
                    "type": "tidelift"
8983
                }
8984
            ],
3086 efrain 8985
            "time": "2022-06-27T16:58:25+00:00"
16 efrain 8986
        },
8987
        {
1 www 8988
            "name": "symfony/deprecation-contracts",
3086 efrain 8989
            "version": "v2.5.2",
1 www 8990
            "source": {
8991
                "type": "git",
8992
                "url": "https://github.com/symfony/deprecation-contracts.git",
3086 efrain 8993
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
1 www 8994
            },
8995
            "dist": {
8996
                "type": "zip",
3086 efrain 8997
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
8998
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
1 www 8999
                "shasum": ""
9000
            },
9001
            "require": {
9002
                "php": ">=7.1"
9003
            },
9004
            "type": "library",
9005
            "extra": {
9006
                "branch-alias": {
16 efrain 9007
                    "dev-main": "2.5-dev"
1 www 9008
                },
9009
                "thanks": {
9010
                    "name": "symfony/contracts",
9011
                    "url": "https://github.com/symfony/contracts"
9012
                }
9013
            },
9014
            "autoload": {
9015
                "files": [
9016
                    "function.php"
9017
                ]
9018
            },
9019
            "notification-url": "https://packagist.org/downloads/",
9020
            "license": [
9021
                "MIT"
9022
            ],
9023
            "authors": [
9024
                {
9025
                    "name": "Nicolas Grekas",
9026
                    "email": "p@tchwork.com"
9027
                },
9028
                {
9029
                    "name": "Symfony Community",
9030
                    "homepage": "https://symfony.com/contributors"
9031
                }
9032
            ],
9033
            "description": "A generic function and convention to trigger deprecation notices",
9034
            "homepage": "https://symfony.com",
9035
            "support": {
3086 efrain 9036
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
1 www 9037
            },
9038
            "funding": [
9039
                {
9040
                    "url": "https://symfony.com/sponsor",
9041
                    "type": "custom"
9042
                },
9043
                {
9044
                    "url": "https://github.com/fabpot",
9045
                    "type": "github"
9046
                },
9047
                {
9048
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9049
                    "type": "tidelift"
9050
                }
9051
            ],
3086 efrain 9052
            "time": "2022-01-02T09:53:40+00:00"
1 www 9053
        },
9054
        {
16 efrain 9055
            "name": "symfony/dom-crawler",
3086 efrain 9056
            "version": "v5.4.12",
16 efrain 9057
            "source": {
9058
                "type": "git",
9059
                "url": "https://github.com/symfony/dom-crawler.git",
3086 efrain 9060
                "reference": "291c1e92281a09152dda089f782e23dedd34bd4f"
16 efrain 9061
            },
9062
            "dist": {
9063
                "type": "zip",
3086 efrain 9064
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/291c1e92281a09152dda089f782e23dedd34bd4f",
9065
                "reference": "291c1e92281a09152dda089f782e23dedd34bd4f",
16 efrain 9066
                "shasum": ""
9067
            },
9068
            "require": {
9069
                "php": ">=7.2.5",
9070
                "symfony/deprecation-contracts": "^2.1|^3",
9071
                "symfony/polyfill-ctype": "~1.8",
9072
                "symfony/polyfill-mbstring": "~1.0",
9073
                "symfony/polyfill-php80": "^1.16"
9074
            },
9075
            "conflict": {
9076
                "masterminds/html5": "<2.6"
9077
            },
9078
            "require-dev": {
9079
                "masterminds/html5": "^2.6",
9080
                "symfony/css-selector": "^4.4|^5.0|^6.0"
9081
            },
9082
            "suggest": {
9083
                "symfony/css-selector": ""
9084
            },
9085
            "type": "library",
9086
            "autoload": {
9087
                "psr-4": {
9088
                    "Symfony\\Component\\DomCrawler\\": ""
9089
                },
9090
                "exclude-from-classmap": [
9091
                    "/Tests/"
9092
                ]
9093
            },
9094
            "notification-url": "https://packagist.org/downloads/",
9095
            "license": [
9096
                "MIT"
9097
            ],
9098
            "authors": [
9099
                {
9100
                    "name": "Fabien Potencier",
9101
                    "email": "fabien@symfony.com"
9102
                },
9103
                {
9104
                    "name": "Symfony Community",
9105
                    "homepage": "https://symfony.com/contributors"
9106
                }
9107
            ],
9108
            "description": "Eases DOM navigation for HTML and XML documents",
9109
            "homepage": "https://symfony.com",
9110
            "support": {
3086 efrain 9111
                "source": "https://github.com/symfony/dom-crawler/tree/v5.4.12"
16 efrain 9112
            },
9113
            "funding": [
9114
                {
9115
                    "url": "https://symfony.com/sponsor",
9116
                    "type": "custom"
9117
                },
9118
                {
9119
                    "url": "https://github.com/fabpot",
9120
                    "type": "github"
9121
                },
9122
                {
9123
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9124
                    "type": "tidelift"
9125
                }
9126
            ],
3086 efrain 9127
            "time": "2022-08-03T13:09:21+00:00"
16 efrain 9128
        },
9129
        {
1 www 9130
            "name": "symfony/event-dispatcher",
3086 efrain 9131
            "version": "v5.4.9",
1 www 9132
            "source": {
9133
                "type": "git",
9134
                "url": "https://github.com/symfony/event-dispatcher.git",
3086 efrain 9135
                "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
1 www 9136
            },
9137
            "dist": {
9138
                "type": "zip",
3086 efrain 9139
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
9140
                "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
1 www 9141
                "shasum": ""
9142
            },
9143
            "require": {
9144
                "php": ">=7.2.5",
16 efrain 9145
                "symfony/deprecation-contracts": "^2.1|^3",
9146
                "symfony/event-dispatcher-contracts": "^2|^3",
1 www 9147
                "symfony/polyfill-php80": "^1.16"
9148
            },
9149
            "conflict": {
9150
                "symfony/dependency-injection": "<4.4"
9151
            },
9152
            "provide": {
9153
                "psr/event-dispatcher-implementation": "1.0",
9154
                "symfony/event-dispatcher-implementation": "2.0"
9155
            },
9156
            "require-dev": {
9157
                "psr/log": "^1|^2|^3",
16 efrain 9158
                "symfony/config": "^4.4|^5.0|^6.0",
9159
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
9160
                "symfony/error-handler": "^4.4|^5.0|^6.0",
9161
                "symfony/expression-language": "^4.4|^5.0|^6.0",
9162
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
9163
                "symfony/service-contracts": "^1.1|^2|^3",
9164
                "symfony/stopwatch": "^4.4|^5.0|^6.0"
1 www 9165
            },
9166
            "suggest": {
9167
                "symfony/dependency-injection": "",
9168
                "symfony/http-kernel": ""
9169
            },
9170
            "type": "library",
9171
            "autoload": {
9172
                "psr-4": {
9173
                    "Symfony\\Component\\EventDispatcher\\": ""
9174
                },
9175
                "exclude-from-classmap": [
9176
                    "/Tests/"
9177
                ]
9178
            },
9179
            "notification-url": "https://packagist.org/downloads/",
9180
            "license": [
9181
                "MIT"
9182
            ],
9183
            "authors": [
9184
                {
9185
                    "name": "Fabien Potencier",
9186
                    "email": "fabien@symfony.com"
9187
                },
9188
                {
9189
                    "name": "Symfony Community",
9190
                    "homepage": "https://symfony.com/contributors"
9191
                }
9192
            ],
9193
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
9194
            "homepage": "https://symfony.com",
9195
            "support": {
3086 efrain 9196
                "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
1 www 9197
            },
9198
            "funding": [
9199
                {
9200
                    "url": "https://symfony.com/sponsor",
9201
                    "type": "custom"
9202
                },
9203
                {
9204
                    "url": "https://github.com/fabpot",
9205
                    "type": "github"
9206
                },
9207
                {
9208
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9209
                    "type": "tidelift"
9210
                }
9211
            ],
3086 efrain 9212
            "time": "2022-05-05T16:45:39+00:00"
1 www 9213
        },
9214
        {
9215
            "name": "symfony/event-dispatcher-contracts",
3086 efrain 9216
            "version": "v2.5.2",
1 www 9217
            "source": {
9218
                "type": "git",
9219
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3086 efrain 9220
                "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
1 www 9221
            },
9222
            "dist": {
9223
                "type": "zip",
3086 efrain 9224
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
9225
                "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
1 www 9226
                "shasum": ""
9227
            },
9228
            "require": {
9229
                "php": ">=7.2.5",
9230
                "psr/event-dispatcher": "^1"
9231
            },
9232
            "suggest": {
9233
                "symfony/event-dispatcher-implementation": ""
9234
            },
9235
            "type": "library",
9236
            "extra": {
9237
                "branch-alias": {
16 efrain 9238
                    "dev-main": "2.5-dev"
1 www 9239
                },
9240
                "thanks": {
9241
                    "name": "symfony/contracts",
9242
                    "url": "https://github.com/symfony/contracts"
9243
                }
9244
            },
9245
            "autoload": {
9246
                "psr-4": {
9247
                    "Symfony\\Contracts\\EventDispatcher\\": ""
9248
                }
9249
            },
9250
            "notification-url": "https://packagist.org/downloads/",
9251
            "license": [
9252
                "MIT"
9253
            ],
9254
            "authors": [
9255
                {
9256
                    "name": "Nicolas Grekas",
9257
                    "email": "p@tchwork.com"
9258
                },
9259
                {
9260
                    "name": "Symfony Community",
9261
                    "homepage": "https://symfony.com/contributors"
9262
                }
9263
            ],
9264
            "description": "Generic abstractions related to dispatching event",
9265
            "homepage": "https://symfony.com",
9266
            "keywords": [
9267
                "abstractions",
9268
                "contracts",
9269
                "decoupling",
9270
                "interfaces",
9271
                "interoperability",
9272
                "standards"
9273
            ],
9274
            "support": {
3086 efrain 9275
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
1 www 9276
            },
9277
            "funding": [
9278
                {
9279
                    "url": "https://symfony.com/sponsor",
9280
                    "type": "custom"
9281
                },
9282
                {
9283
                    "url": "https://github.com/fabpot",
9284
                    "type": "github"
9285
                },
9286
                {
9287
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9288
                    "type": "tidelift"
9289
                }
9290
            ],
3086 efrain 9291
            "time": "2022-01-02T09:53:40+00:00"
1 www 9292
        },
9293
        {
9294
            "name": "symfony/polyfill-ctype",
3086 efrain 9295
            "version": "v1.26.0",
1 www 9296
            "source": {
9297
                "type": "git",
9298
                "url": "https://github.com/symfony/polyfill-ctype.git",
3086 efrain 9299
                "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
1 www 9300
            },
9301
            "dist": {
9302
                "type": "zip",
3086 efrain 9303
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
9304
                "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
1 www 9305
                "shasum": ""
9306
            },
9307
            "require": {
9308
                "php": ">=7.1"
9309
            },
112 efrain 9310
            "provide": {
9311
                "ext-ctype": "*"
9312
            },
1 www 9313
            "suggest": {
9314
                "ext-ctype": "For best performance"
9315
            },
9316
            "type": "library",
9317
            "extra": {
9318
                "branch-alias": {
3086 efrain 9319
                    "dev-main": "1.26-dev"
1 www 9320
                },
9321
                "thanks": {
9322
                    "name": "symfony/polyfill",
9323
                    "url": "https://github.com/symfony/polyfill"
9324
                }
9325
            },
9326
            "autoload": {
3086 efrain 9327
                "files": [
9328
                    "bootstrap.php"
9329
                ],
1 www 9330
                "psr-4": {
9331
                    "Symfony\\Polyfill\\Ctype\\": ""
3086 efrain 9332
                }
1 www 9333
            },
9334
            "notification-url": "https://packagist.org/downloads/",
9335
            "license": [
9336
                "MIT"
9337
            ],
9338
            "authors": [
9339
                {
9340
                    "name": "Gert de Pagter",
9341
                    "email": "BackEndTea@gmail.com"
9342
                },
9343
                {
9344
                    "name": "Symfony Community",
9345
                    "homepage": "https://symfony.com/contributors"
9346
                }
9347
            ],
9348
            "description": "Symfony polyfill for ctype functions",
9349
            "homepage": "https://symfony.com",
9350
            "keywords": [
9351
                "compatibility",
9352
                "ctype",
9353
                "polyfill",
9354
                "portable"
9355
            ],
9356
            "support": {
3086 efrain 9357
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
1 www 9358
            },
9359
            "funding": [
9360
                {
9361
                    "url": "https://symfony.com/sponsor",
9362
                    "type": "custom"
9363
                },
9364
                {
9365
                    "url": "https://github.com/fabpot",
9366
                    "type": "github"
9367
                },
9368
                {
9369
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9370
                    "type": "tidelift"
9371
                }
9372
            ],
3086 efrain 9373
            "time": "2022-05-24T11:49:31+00:00"
1 www 9374
        },
9375
        {
9376
            "name": "symfony/polyfill-intl-grapheme",
3086 efrain 9377
            "version": "v1.26.0",
1 www 9378
            "source": {
9379
                "type": "git",
9380
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3086 efrain 9381
                "reference": "433d05519ce6990bf3530fba6957499d327395c2"
1 www 9382
            },
9383
            "dist": {
9384
                "type": "zip",
3086 efrain 9385
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
9386
                "reference": "433d05519ce6990bf3530fba6957499d327395c2",
1 www 9387
                "shasum": ""
9388
            },
9389
            "require": {
9390
                "php": ">=7.1"
9391
            },
9392
            "suggest": {
9393
                "ext-intl": "For best performance"
9394
            },
9395
            "type": "library",
9396
            "extra": {
9397
                "branch-alias": {
3086 efrain 9398
                    "dev-main": "1.26-dev"
1 www 9399
                },
9400
                "thanks": {
9401
                    "name": "symfony/polyfill",
9402
                    "url": "https://github.com/symfony/polyfill"
9403
                }
9404
            },
9405
            "autoload": {
3086 efrain 9406
                "files": [
9407
                    "bootstrap.php"
9408
                ],
1 www 9409
                "psr-4": {
9410
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3086 efrain 9411
                }
1 www 9412
            },
9413
            "notification-url": "https://packagist.org/downloads/",
9414
            "license": [
9415
                "MIT"
9416
            ],
9417
            "authors": [
9418
                {
9419
                    "name": "Nicolas Grekas",
9420
                    "email": "p@tchwork.com"
9421
                },
9422
                {
9423
                    "name": "Symfony Community",
9424
                    "homepage": "https://symfony.com/contributors"
9425
                }
9426
            ],
9427
            "description": "Symfony polyfill for intl's grapheme_* functions",
9428
            "homepage": "https://symfony.com",
9429
            "keywords": [
9430
                "compatibility",
9431
                "grapheme",
9432
                "intl",
9433
                "polyfill",
9434
                "portable",
9435
                "shim"
9436
            ],
9437
            "support": {
3086 efrain 9438
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
1 www 9439
            },
9440
            "funding": [
9441
                {
9442
                    "url": "https://symfony.com/sponsor",
9443
                    "type": "custom"
9444
                },
9445
                {
9446
                    "url": "https://github.com/fabpot",
9447
                    "type": "github"
9448
                },
9449
                {
9450
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9451
                    "type": "tidelift"
9452
                }
9453
            ],
3086 efrain 9454
            "time": "2022-05-24T11:49:31+00:00"
1 www 9455
        },
9456
        {
9457
            "name": "symfony/polyfill-intl-normalizer",
3086 efrain 9458
            "version": "v1.26.0",
1 www 9459
            "source": {
9460
                "type": "git",
9461
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3086 efrain 9462
                "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
1 www 9463
            },
9464
            "dist": {
9465
                "type": "zip",
3086 efrain 9466
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
9467
                "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
1 www 9468
                "shasum": ""
9469
            },
9470
            "require": {
9471
                "php": ">=7.1"
9472
            },
9473
            "suggest": {
9474
                "ext-intl": "For best performance"
9475
            },
9476
            "type": "library",
9477
            "extra": {
9478
                "branch-alias": {
3086 efrain 9479
                    "dev-main": "1.26-dev"
1 www 9480
                },
9481
                "thanks": {
9482
                    "name": "symfony/polyfill",
9483
                    "url": "https://github.com/symfony/polyfill"
9484
                }
9485
            },
9486
            "autoload": {
3086 efrain 9487
                "files": [
9488
                    "bootstrap.php"
9489
                ],
1 www 9490
                "psr-4": {
9491
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
9492
                },
9493
                "classmap": [
9494
                    "Resources/stubs"
9495
                ]
9496
            },
9497
            "notification-url": "https://packagist.org/downloads/",
9498
            "license": [
9499
                "MIT"
9500
            ],
9501
            "authors": [
9502
                {
9503
                    "name": "Nicolas Grekas",
9504
                    "email": "p@tchwork.com"
9505
                },
9506
                {
9507
                    "name": "Symfony Community",
9508
                    "homepage": "https://symfony.com/contributors"
9509
                }
9510
            ],
9511
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
9512
            "homepage": "https://symfony.com",
9513
            "keywords": [
9514
                "compatibility",
9515
                "intl",
9516
                "normalizer",
9517
                "polyfill",
9518
                "portable",
9519
                "shim"
9520
            ],
9521
            "support": {
3086 efrain 9522
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
1 www 9523
            },
9524
            "funding": [
9525
                {
9526
                    "url": "https://symfony.com/sponsor",
9527
                    "type": "custom"
9528
                },
9529
                {
9530
                    "url": "https://github.com/fabpot",
9531
                    "type": "github"
9532
                },
9533
                {
9534
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9535
                    "type": "tidelift"
9536
                }
9537
            ],
3086 efrain 9538
            "time": "2022-05-24T11:49:31+00:00"
1 www 9539
        },
9540
        {
9541
            "name": "symfony/polyfill-mbstring",
3086 efrain 9542
            "version": "v1.26.0",
1 www 9543
            "source": {
9544
                "type": "git",
9545
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3086 efrain 9546
                "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
1 www 9547
            },
9548
            "dist": {
9549
                "type": "zip",
3086 efrain 9550
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
9551
                "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
1 www 9552
                "shasum": ""
9553
            },
9554
            "require": {
9555
                "php": ">=7.1"
9556
            },
112 efrain 9557
            "provide": {
9558
                "ext-mbstring": "*"
9559
            },
1 www 9560
            "suggest": {
9561
                "ext-mbstring": "For best performance"
9562
            },
9563
            "type": "library",
9564
            "extra": {
9565
                "branch-alias": {
3086 efrain 9566
                    "dev-main": "1.26-dev"
1 www 9567
                },
9568
                "thanks": {
9569
                    "name": "symfony/polyfill",
9570
                    "url": "https://github.com/symfony/polyfill"
9571
                }
9572
            },
9573
            "autoload": {
3086 efrain 9574
                "files": [
9575
                    "bootstrap.php"
9576
                ],
1 www 9577
                "psr-4": {
9578
                    "Symfony\\Polyfill\\Mbstring\\": ""
3086 efrain 9579
                }
1 www 9580
            },
9581
            "notification-url": "https://packagist.org/downloads/",
9582
            "license": [
9583
                "MIT"
9584
            ],
9585
            "authors": [
9586
                {
9587
                    "name": "Nicolas Grekas",
9588
                    "email": "p@tchwork.com"
9589
                },
9590
                {
9591
                    "name": "Symfony Community",
9592
                    "homepage": "https://symfony.com/contributors"
9593
                }
9594
            ],
9595
            "description": "Symfony polyfill for the Mbstring extension",
9596
            "homepage": "https://symfony.com",
9597
            "keywords": [
9598
                "compatibility",
9599
                "mbstring",
9600
                "polyfill",
9601
                "portable",
9602
                "shim"
9603
            ],
9604
            "support": {
3086 efrain 9605
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
1 www 9606
            },
9607
            "funding": [
9608
                {
9609
                    "url": "https://symfony.com/sponsor",
9610
                    "type": "custom"
9611
                },
9612
                {
9613
                    "url": "https://github.com/fabpot",
9614
                    "type": "github"
9615
                },
9616
                {
9617
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9618
                    "type": "tidelift"
9619
                }
9620
            ],
3086 efrain 9621
            "time": "2022-05-24T11:49:31+00:00"
1 www 9622
        },
9623
        {
9624
            "name": "symfony/polyfill-php73",
3086 efrain 9625
            "version": "v1.26.0",
1 www 9626
            "source": {
9627
                "type": "git",
9628
                "url": "https://github.com/symfony/polyfill-php73.git",
3086 efrain 9629
                "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
1 www 9630
            },
9631
            "dist": {
9632
                "type": "zip",
3086 efrain 9633
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
9634
                "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
1 www 9635
                "shasum": ""
9636
            },
9637
            "require": {
9638
                "php": ">=7.1"
9639
            },
9640
            "type": "library",
9641
            "extra": {
9642
                "branch-alias": {
3086 efrain 9643
                    "dev-main": "1.26-dev"
1 www 9644
                },
9645
                "thanks": {
9646
                    "name": "symfony/polyfill",
9647
                    "url": "https://github.com/symfony/polyfill"
9648
                }
9649
            },
9650
            "autoload": {
3086 efrain 9651
                "files": [
9652
                    "bootstrap.php"
9653
                ],
1 www 9654
                "psr-4": {
9655
                    "Symfony\\Polyfill\\Php73\\": ""
9656
                },
9657
                "classmap": [
9658
                    "Resources/stubs"
9659
                ]
9660
            },
9661
            "notification-url": "https://packagist.org/downloads/",
9662
            "license": [
9663
                "MIT"
9664
            ],
9665
            "authors": [
9666
                {
9667
                    "name": "Nicolas Grekas",
9668
                    "email": "p@tchwork.com"
9669
                },
9670
                {
9671
                    "name": "Symfony Community",
9672
                    "homepage": "https://symfony.com/contributors"
9673
                }
9674
            ],
9675
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
9676
            "homepage": "https://symfony.com",
9677
            "keywords": [
9678
                "compatibility",
9679
                "polyfill",
9680
                "portable",
9681
                "shim"
9682
            ],
9683
            "support": {
3086 efrain 9684
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
1 www 9685
            },
9686
            "funding": [
9687
                {
9688
                    "url": "https://symfony.com/sponsor",
9689
                    "type": "custom"
9690
                },
9691
                {
9692
                    "url": "https://github.com/fabpot",
9693
                    "type": "github"
9694
                },
9695
                {
9696
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9697
                    "type": "tidelift"
9698
                }
9699
            ],
3086 efrain 9700
            "time": "2022-05-24T11:49:31+00:00"
1 www 9701
        },
9702
        {
9703
            "name": "symfony/polyfill-php80",
3086 efrain 9704
            "version": "v1.26.0",
1 www 9705
            "source": {
9706
                "type": "git",
9707
                "url": "https://github.com/symfony/polyfill-php80.git",
3086 efrain 9708
                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
1 www 9709
            },
9710
            "dist": {
9711
                "type": "zip",
3086 efrain 9712
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
9713
                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
1 www 9714
                "shasum": ""
9715
            },
9716
            "require": {
9717
                "php": ">=7.1"
9718
            },
9719
            "type": "library",
9720
            "extra": {
9721
                "branch-alias": {
3086 efrain 9722
                    "dev-main": "1.26-dev"
1 www 9723
                },
9724
                "thanks": {
9725
                    "name": "symfony/polyfill",
9726
                    "url": "https://github.com/symfony/polyfill"
9727
                }
9728
            },
9729
            "autoload": {
3086 efrain 9730
                "files": [
9731
                    "bootstrap.php"
9732
                ],
1 www 9733
                "psr-4": {
9734
                    "Symfony\\Polyfill\\Php80\\": ""
9735
                },
9736
                "classmap": [
9737
                    "Resources/stubs"
9738
                ]
9739
            },
9740
            "notification-url": "https://packagist.org/downloads/",
9741
            "license": [
9742
                "MIT"
9743
            ],
9744
            "authors": [
9745
                {
9746
                    "name": "Ion Bazan",
9747
                    "email": "ion.bazan@gmail.com"
9748
                },
9749
                {
9750
                    "name": "Nicolas Grekas",
9751
                    "email": "p@tchwork.com"
9752
                },
9753
                {
9754
                    "name": "Symfony Community",
9755
                    "homepage": "https://symfony.com/contributors"
9756
                }
9757
            ],
9758
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
9759
            "homepage": "https://symfony.com",
9760
            "keywords": [
9761
                "compatibility",
9762
                "polyfill",
9763
                "portable",
9764
                "shim"
9765
            ],
9766
            "support": {
3086 efrain 9767
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
1 www 9768
            },
9769
            "funding": [
9770
                {
9771
                    "url": "https://symfony.com/sponsor",
9772
                    "type": "custom"
9773
                },
9774
                {
9775
                    "url": "https://github.com/fabpot",
9776
                    "type": "github"
9777
                },
9778
                {
9779
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9780
                    "type": "tidelift"
9781
                }
9782
            ],
3086 efrain 9783
            "time": "2022-05-10T07:21:04+00:00"
1 www 9784
        },
9785
        {
9786
            "name": "symfony/service-contracts",
3086 efrain 9787
            "version": "v2.5.2",
1 www 9788
            "source": {
9789
                "type": "git",
9790
                "url": "https://github.com/symfony/service-contracts.git",
3086 efrain 9791
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
1 www 9792
            },
9793
            "dist": {
9794
                "type": "zip",
3086 efrain 9795
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9796
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
1 www 9797
                "shasum": ""
9798
            },
9799
            "require": {
9800
                "php": ">=7.2.5",
16 efrain 9801
                "psr/container": "^1.1",
3086 efrain 9802
                "symfony/deprecation-contracts": "^2.1|^3"
1 www 9803
            },
16 efrain 9804
            "conflict": {
9805
                "ext-psr": "<1.1|>=2"
9806
            },
1 www 9807
            "suggest": {
9808
                "symfony/service-implementation": ""
9809
            },
9810
            "type": "library",
9811
            "extra": {
9812
                "branch-alias": {
16 efrain 9813
                    "dev-main": "2.5-dev"
1 www 9814
                },
9815
                "thanks": {
9816
                    "name": "symfony/contracts",
9817
                    "url": "https://github.com/symfony/contracts"
9818
                }
9819
            },
9820
            "autoload": {
9821
                "psr-4": {
9822
                    "Symfony\\Contracts\\Service\\": ""
9823
                }
9824
            },
9825
            "notification-url": "https://packagist.org/downloads/",
9826
            "license": [
9827
                "MIT"
9828
            ],
9829
            "authors": [
9830
                {
9831
                    "name": "Nicolas Grekas",
9832
                    "email": "p@tchwork.com"
9833
                },
9834
                {
9835
                    "name": "Symfony Community",
9836
                    "homepage": "https://symfony.com/contributors"
9837
                }
9838
            ],
9839
            "description": "Generic abstractions related to writing services",
9840
            "homepage": "https://symfony.com",
9841
            "keywords": [
9842
                "abstractions",
9843
                "contracts",
9844
                "decoupling",
9845
                "interfaces",
9846
                "interoperability",
9847
                "standards"
9848
            ],
9849
            "support": {
3086 efrain 9850
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
1 www 9851
            },
9852
            "funding": [
9853
                {
9854
                    "url": "https://symfony.com/sponsor",
9855
                    "type": "custom"
9856
                },
9857
                {
9858
                    "url": "https://github.com/fabpot",
9859
                    "type": "github"
9860
                },
9861
                {
9862
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9863
                    "type": "tidelift"
9864
                }
9865
            ],
3086 efrain 9866
            "time": "2022-05-30T19:17:29+00:00"
1 www 9867
        },
9868
        {
9869
            "name": "symfony/string",
3086 efrain 9870
            "version": "v5.4.13",
1 www 9871
            "source": {
9872
                "type": "git",
9873
                "url": "https://github.com/symfony/string.git",
3086 efrain 9874
                "reference": "2900c668a32138a34118740de3e4d5a701801f53"
1 www 9875
            },
9876
            "dist": {
9877
                "type": "zip",
3086 efrain 9878
                "url": "https://api.github.com/repos/symfony/string/zipball/2900c668a32138a34118740de3e4d5a701801f53",
9879
                "reference": "2900c668a32138a34118740de3e4d5a701801f53",
1 www 9880
                "shasum": ""
9881
            },
9882
            "require": {
9883
                "php": ">=7.2.5",
9884
                "symfony/polyfill-ctype": "~1.8",
9885
                "symfony/polyfill-intl-grapheme": "~1.0",
9886
                "symfony/polyfill-intl-normalizer": "~1.0",
9887
                "symfony/polyfill-mbstring": "~1.0",
9888
                "symfony/polyfill-php80": "~1.15"
9889
            },
16 efrain 9890
            "conflict": {
9891
                "symfony/translation-contracts": ">=3.0"
9892
            },
1 www 9893
            "require-dev": {
16 efrain 9894
                "symfony/error-handler": "^4.4|^5.0|^6.0",
9895
                "symfony/http-client": "^4.4|^5.0|^6.0",
1 www 9896
                "symfony/translation-contracts": "^1.1|^2",
16 efrain 9897
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
1 www 9898
            },
9899
            "type": "library",
9900
            "autoload": {
3086 efrain 9901
                "files": [
9902
                    "Resources/functions.php"
9903
                ],
1 www 9904
                "psr-4": {
9905
                    "Symfony\\Component\\String\\": ""
9906
                },
9907
                "exclude-from-classmap": [
9908
                    "/Tests/"
9909
                ]
9910
            },
9911
            "notification-url": "https://packagist.org/downloads/",
9912
            "license": [
9913
                "MIT"
9914
            ],
9915
            "authors": [
9916
                {
9917
                    "name": "Nicolas Grekas",
9918
                    "email": "p@tchwork.com"
9919
                },
9920
                {
9921
                    "name": "Symfony Community",
9922
                    "homepage": "https://symfony.com/contributors"
9923
                }
9924
            ],
9925
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
9926
            "homepage": "https://symfony.com",
9927
            "keywords": [
9928
                "grapheme",
9929
                "i18n",
9930
                "string",
9931
                "unicode",
9932
                "utf-8",
9933
                "utf8"
9934
            ],
9935
            "support": {
3086 efrain 9936
                "source": "https://github.com/symfony/string/tree/v5.4.13"
1 www 9937
            },
9938
            "funding": [
9939
                {
9940
                    "url": "https://symfony.com/sponsor",
9941
                    "type": "custom"
9942
                },
9943
                {
9944
                    "url": "https://github.com/fabpot",
9945
                    "type": "github"
9946
                },
9947
                {
9948
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9949
                    "type": "tidelift"
9950
                }
9951
            ],
3086 efrain 9952
            "time": "2022-09-01T01:52:16+00:00"
1 www 9953
        },
9954
        {
9955
            "name": "theseer/tokenizer",
9956
            "version": "1.2.1",
9957
            "source": {
9958
                "type": "git",
9959
                "url": "https://github.com/theseer/tokenizer.git",
9960
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
9961
            },
9962
            "dist": {
9963
                "type": "zip",
9964
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
9965
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
9966
                "shasum": ""
9967
            },
9968
            "require": {
9969
                "ext-dom": "*",
9970
                "ext-tokenizer": "*",
9971
                "ext-xmlwriter": "*",
9972
                "php": "^7.2 || ^8.0"
9973
            },
9974
            "type": "library",
9975
            "autoload": {
9976
                "classmap": [
9977
                    "src/"
9978
                ]
9979
            },
9980
            "notification-url": "https://packagist.org/downloads/",
9981
            "license": [
9982
                "BSD-3-Clause"
9983
            ],
9984
            "authors": [
9985
                {
9986
                    "name": "Arne Blankerts",
9987
                    "email": "arne@blankerts.de",
9988
                    "role": "Developer"
9989
                }
9990
            ],
9991
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9992
            "support": {
9993
                "issues": "https://github.com/theseer/tokenizer/issues",
9994
                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
9995
            },
9996
            "funding": [
9997
                {
9998
                    "url": "https://github.com/theseer",
9999
                    "type": "github"
10000
                }
10001
            ],
10002
            "time": "2021-07-28T10:34:58+00:00"
10003
        },
10004
        {
10005
            "name": "webimpress/safe-writer",
10006
            "version": "2.2.0",
10007
            "source": {
10008
                "type": "git",
10009
                "url": "https://github.com/webimpress/safe-writer.git",
10010
                "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
10011
            },
10012
            "dist": {
10013
                "type": "zip",
10014
                "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
10015
                "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
10016
                "shasum": ""
10017
            },
10018
            "require": {
10019
                "php": "^7.3 || ^8.0"
10020
            },
10021
            "require-dev": {
10022
                "phpunit/phpunit": "^9.5.4",
10023
                "vimeo/psalm": "^4.7",
10024
                "webimpress/coding-standard": "^1.2.2"
10025
            },
10026
            "type": "library",
10027
            "extra": {
10028
                "branch-alias": {
10029
                    "dev-master": "2.2.x-dev",
10030
                    "dev-develop": "2.3.x-dev",
10031
                    "dev-release-1.0": "1.0.x-dev"
10032
                }
10033
            },
10034
            "autoload": {
10035
                "psr-4": {
10036
                    "Webimpress\\SafeWriter\\": "src/"
10037
                }
10038
            },
10039
            "notification-url": "https://packagist.org/downloads/",
10040
            "license": [
10041
                "BSD-2-Clause"
10042
            ],
10043
            "description": "Tool to write files safely, to avoid race conditions",
10044
            "keywords": [
10045
                "concurrent write",
10046
                "file writer",
10047
                "race condition",
10048
                "safe writer",
10049
                "webimpress"
10050
            ],
10051
            "support": {
10052
                "issues": "https://github.com/webimpress/safe-writer/issues",
10053
                "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
10054
            },
10055
            "funding": [
10056
                {
10057
                    "url": "https://github.com/michalbundyra",
10058
                    "type": "github"
10059
                }
10060
            ],
10061
            "time": "2021-04-19T16:34:45+00:00"
10062
        },
10063
        {
10064
            "name": "webmozart/assert",
3086 efrain 10065
            "version": "1.11.0",
1 www 10066
            "source": {
10067
                "type": "git",
10068
                "url": "https://github.com/webmozarts/assert.git",
3086 efrain 10069
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
1 www 10070
            },
10071
            "dist": {
10072
                "type": "zip",
3086 efrain 10073
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
10074
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
1 www 10075
                "shasum": ""
10076
            },
10077
            "require": {
3086 efrain 10078
                "ext-ctype": "*",
10079
                "php": "^7.2 || ^8.0"
1 www 10080
            },
10081
            "conflict": {
10082
                "phpstan/phpstan": "<0.12.20",
10083
                "vimeo/psalm": "<4.6.1 || 4.6.2"
10084
            },
10085
            "require-dev": {
10086
                "phpunit/phpunit": "^8.5.13"
10087
            },
10088
            "type": "library",
10089
            "extra": {
10090
                "branch-alias": {
10091
                    "dev-master": "1.10-dev"
10092
                }
10093
            },
10094
            "autoload": {
10095
                "psr-4": {
10096
                    "Webmozart\\Assert\\": "src/"
10097
                }
10098
            },
10099
            "notification-url": "https://packagist.org/downloads/",
10100
            "license": [
10101
                "MIT"
10102
            ],
10103
            "authors": [
10104
                {
10105
                    "name": "Bernhard Schussek",
10106
                    "email": "bschussek@gmail.com"
10107
                }
10108
            ],
10109
            "description": "Assertions to validate method input/output with nice error messages.",
10110
            "keywords": [
10111
                "assert",
10112
                "check",
10113
                "validate"
10114
            ],
10115
            "support": {
10116
                "issues": "https://github.com/webmozarts/assert/issues",
3086 efrain 10117
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
1 www 10118
            },
3086 efrain 10119
            "time": "2022-06-03T18:03:27+00:00"
1 www 10120
        }
10121
    ],
10122
    "packages-dev": [
10123
        {
10124
            "name": "laminas/laminas-developer-tools",
10125
            "version": "1.3.2",
10126
            "source": {
10127
                "type": "git",
10128
                "url": "https://github.com/laminas/laminas-developer-tools.git",
10129
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3"
10130
            },
10131
            "dist": {
10132
                "type": "zip",
10133
                "url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/8c29d053be1815711ef049a7a2fd0b7f437978e3",
10134
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3",
10135
                "shasum": ""
10136
            },
10137
            "require": {
10138
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
10139
                "laminas/laminas-modulemanager": "^2.7",
10140
                "laminas/laminas-mvc": "^2.7 || ^3.0.1",
10141
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
10142
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
10143
                "laminas/laminas-view": "^2.6",
10144
                "laminas/laminas-zendframework-bridge": "^1.0",
10145
                "php": "^5.6 || ^7.0",
10146
                "symfony/var-dumper": "^3.4.36 || ^4.4.1 || ^5.0.1"
10147
            },
10148
            "replace": {
10149
                "zendframework/zend-developer-tools": "^1.3.0"
10150
            },
10151
            "require-dev": {
10152
                "laminas/laminas-coding-standard": "~1.0.0",
10153
                "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1"
10154
            },
10155
            "suggest": {
10156
                "aist/aist-git-tools": "Show you information about current GIT repository",
10157
                "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Laminas) Db collector.",
10158
                "doctrine/doctrine-orm-module": "Profile DoctrineORM queries",
10159
                "jhuet/zdt-logger-module": "Show you log data from Laminas\\Log",
10160
                "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.",
10161
                "san/san-session-toolbar": "SanSessionToolbar can help you see current Laminas\\Session data you're using within your application.",
10162
                "snapshotpl/api-tools-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Laminas\\EventManager"
10163
            },
10164
            "type": "library",
10165
            "extra": {
10166
                "branch-alias": {
10167
                    "dev-master": "1.3.x-dev",
10168
                    "dev-develop": "2.0.x-dev"
10169
                },
10170
                "laminas": {
10171
                    "module": "Laminas\\DeveloperTools"
10172
                }
10173
            },
10174
            "autoload": {
10175
                "psr-4": {
10176
                    "Laminas\\DeveloperTools\\": "src/"
10177
                }
10178
            },
10179
            "notification-url": "https://packagist.org/downloads/",
10180
            "license": [
10181
                "BSD-3-Clause"
10182
            ],
10183
            "description": "Module for developer and debug tools for use with laminas-mvc applications.",
10184
            "homepage": "https://laminas.dev",
10185
            "keywords": [
10186
                "debug",
10187
                "developer",
10188
                "laminas",
10189
                "module"
10190
            ],
10191
            "support": {
10192
                "chat": "https://laminas.dev/chat",
10193
                "docs": "https://docs.laminas.dev/laminas-developer-tools/",
10194
                "forum": "https://discourse.laminas.dev",
10195
                "issues": "https://github.com/laminas/laminas-developer-tools/issues",
10196
                "rss": "https://github.com/laminas/laminas-developer-tools/releases.atom",
10197
                "source": "https://github.com/laminas/laminas-developer-tools"
10198
            },
10199
            "time": "2020-03-29T12:17:06+00:00"
10200
        },
10201
        {
10202
            "name": "symfony/var-dumper",
3086 efrain 10203
            "version": "v5.4.13",
1 www 10204
            "source": {
10205
                "type": "git",
10206
                "url": "https://github.com/symfony/var-dumper.git",
3086 efrain 10207
                "reference": "2bf2ccab581bec363191672f0df40e0c85569e1c"
1 www 10208
            },
10209
            "dist": {
10210
                "type": "zip",
3086 efrain 10211
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2bf2ccab581bec363191672f0df40e0c85569e1c",
10212
                "reference": "2bf2ccab581bec363191672f0df40e0c85569e1c",
1 www 10213
                "shasum": ""
10214
            },
10215
            "require": {
10216
                "php": ">=7.2.5",
10217
                "symfony/polyfill-mbstring": "~1.0",
10218
                "symfony/polyfill-php80": "^1.16"
10219
            },
10220
            "conflict": {
10221
                "phpunit/phpunit": "<5.4.3",
10222
                "symfony/console": "<4.4"
10223
            },
10224
            "require-dev": {
10225
                "ext-iconv": "*",
16 efrain 10226
                "symfony/console": "^4.4|^5.0|^6.0",
10227
                "symfony/process": "^4.4|^5.0|^6.0",
10228
                "symfony/uid": "^5.1|^6.0",
1 www 10229
                "twig/twig": "^2.13|^3.0.4"
10230
            },
10231
            "suggest": {
10232
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
10233
                "ext-intl": "To show region name in time zone dump",
10234
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
10235
            },
10236
            "bin": [
10237
                "Resources/bin/var-dump-server"
10238
            ],
10239
            "type": "library",
10240
            "autoload": {
10241
                "files": [
10242
                    "Resources/functions/dump.php"
10243
                ],
10244
                "psr-4": {
10245
                    "Symfony\\Component\\VarDumper\\": ""
10246
                },
10247
                "exclude-from-classmap": [
10248
                    "/Tests/"
10249
                ]
10250
            },
10251
            "notification-url": "https://packagist.org/downloads/",
10252
            "license": [
10253
                "MIT"
10254
            ],
10255
            "authors": [
10256
                {
10257
                    "name": "Nicolas Grekas",
10258
                    "email": "p@tchwork.com"
10259
                },
10260
                {
10261
                    "name": "Symfony Community",
10262
                    "homepage": "https://symfony.com/contributors"
10263
                }
10264
            ],
10265
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
10266
            "homepage": "https://symfony.com",
10267
            "keywords": [
10268
                "debug",
10269
                "dump"
10270
            ],
10271
            "support": {
3086 efrain 10272
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.13"
1 www 10273
            },
10274
            "funding": [
10275
                {
10276
                    "url": "https://symfony.com/sponsor",
10277
                    "type": "custom"
10278
                },
10279
                {
10280
                    "url": "https://github.com/fabpot",
10281
                    "type": "github"
10282
                },
10283
                {
10284
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10285
                    "type": "tidelift"
10286
                }
10287
            ],
3086 efrain 10288
            "time": "2022-09-06T13:23:31+00:00"
1 www 10289
        }
10290
    ],
10291
    "aliases": [],
10292
    "minimum-stability": "stable",
10293
    "stability-flags": [],
10294
    "prefer-stable": false,
10295
    "prefer-lowest": false,
10296
    "platform": {
10297
        "php": "^7.1"
10298
    },
10299
    "platform-dev": [],
511 efrain 10300
    "plugin-api-version": "2.3.0"
1 www 10301
}