Proyectos de Subversion LeadersLinked - Backend

Rev

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