Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3086 | Rev 5751 | 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
    ],
4113 efrain 7
    "content-hash": "be4b62d70df262c1d17f2371a887baf4",
1 www 8
    "packages": [
9
        {
10
            "name": "abraham/twitteroauth",
11
            "version": "2.0.2",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/abraham/twitteroauth.git",
15
                "reference": "5a424e80a1200674451844fbaae8a0098a316a01"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/5a424e80a1200674451844fbaae8a0098a316a01",
20
                "reference": "5a424e80a1200674451844fbaae8a0098a316a01",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "composer/ca-bundle": "^1.2",
25
                "ext-curl": "*",
26
                "php": "^7.3 || ^7.4 || ^8.0"
27
            },
28
            "require-dev": {
29
                "php-vcr/php-vcr": "^1",
30
                "php-vcr/phpunit-testlistener-vcr": "dev-php-8",
31
                "phpmd/phpmd": "^2",
32
                "phpunit/phpunit": "^8 || ^9",
33
                "squizlabs/php_codesniffer": "^3"
34
            },
35
            "type": "library",
36
            "autoload": {
37
                "psr-4": {
38
                    "Abraham\\TwitterOAuth\\": "src"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Abraham Williams",
48
                    "email": "abraham@abrah.am",
49
                    "homepage": "https://abrah.am",
50
                    "role": "Developer"
51
                }
52
            ],
53
            "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
54
            "homepage": "https://twitteroauth.com",
55
            "keywords": [
56
                "Twitter API",
57
                "Twitter oAuth",
58
                "api",
59
                "oauth",
60
                "rest",
61
                "social",
62
                "twitter"
63
            ],
64
            "support": {
65
                "issues": "https://github.com/abraham/twitteroauth/issues",
66
                "source": "https://github.com/abraham/twitteroauth"
67
            },
68
            "time": "2021-06-11T02:56:14+00:00"
69
        },
70
        {
511 efrain 71
            "name": "amenadiel/jpgraph",
72
            "version": "v4.1.1",
73
            "source": {
74
                "type": "git",
75
                "url": "https://github.com/HuasoFoundries/jpgraph.git",
76
                "reference": "e196d51a520a4182cc26240b4a0744495706f11a"
77
            },
78
            "dist": {
79
                "type": "zip",
80
                "url": "https://api.github.com/repos/HuasoFoundries/jpgraph/zipball/e196d51a520a4182cc26240b4a0744495706f11a",
81
                "reference": "e196d51a520a4182cc26240b4a0744495706f11a",
82
                "shasum": ""
83
            },
84
            "require": {
85
                "ext-gd": "*",
86
                "php": ">=7.2.0"
87
            },
88
            "require-dev": {
89
                "codeception/codeception": "^4.0",
90
                "codeception/module-asserts": "^1.1",
91
                "ergebnis/composer-normalize": "^2.13",
92
                "ergebnis/php-cs-fixer-config": "^2.13",
93
                "kint-php/kint": "^3.3",
94
                "monolog/monolog": "^2.0",
95
                "overtrue/phplint": "^2.3",
96
                "squizlabs/php_codesniffer": "^3.6",
97
                "symfony/dotenv": "^4.0 || ^5.0",
98
                "symfony/event-dispatcher": "^4.0 || ^5.0",
99
                "symfony/yaml": "^4.0 || ^5.0"
100
            },
101
            "type": "library",
102
            "extra": {
103
                "composer-normalize": {
104
                    "indent-size": 4,
105
                    "indent-style": "space"
106
                },
107
                "version": "4.1.1"
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Amenadiel\\JpGraph\\": "src/",
112
                    "Amenadiel\\JpGraph\\Plot\\": "src/plot",
113
                    "Amenadiel\\JpGraph\\Text\\": "src/text",
114
                    "Amenadiel\\JpGraph\\Util\\": "src/util",
115
                    "Amenadiel\\JpGraph\\Graph\\": "src/graph",
116
                    "Amenadiel\\JpGraph\\Image\\": "src/image",
117
                    "Amenadiel\\JpGraph\\Themes\\": "src/themes",
118
                    "Amenadiel\\JpGraph\\Graph\\Axis\\": "src/graph/axis",
119
                    "Amenadiel\\JpGraph\\Graph\\Tick\\": "src/graph/tick",
120
                    "Amenadiel\\JpGraph\\Graph\\Scale\\": "src/graph/scale"
121
                }
122
            },
123
            "notification-url": "https://packagist.org/downloads/",
124
            "license": [
125
                "QPL-1.0"
126
            ],
127
            "description": "Composer Friendly, full refactor of JpGraph, library to make graphs and charts",
128
            "homepage": "http://jpgraph.net/",
129
            "keywords": [
130
                "chart",
131
                "data",
132
                "graph",
133
                "jpgraph",
134
                "pie"
135
            ],
136
            "support": {
137
                "issues": "https://github.com/huasofoundries/jpgraph/issues",
138
                "source": "https://github.com/HuasoFoundries/jpgraph/tree/v4.1.1"
139
            },
140
            "time": "2021-04-27T19:09:11+00:00"
141
        },
142
        {
1 www 143
            "name": "bigbluebutton/bigbluebutton-api-php",
144
            "version": "2.0.13",
145
            "source": {
146
                "type": "git",
147
                "url": "https://github.com/bigbluebutton/bigbluebutton-api-php.git",
148
                "reference": "bae7b32f71119e6c0bc4015ea12ef4a0feeb694d"
149
            },
150
            "dist": {
151
                "type": "zip",
152
                "url": "https://api.github.com/repos/bigbluebutton/bigbluebutton-api-php/zipball/bae7b32f71119e6c0bc4015ea12ef4a0feeb694d",
153
                "reference": "bae7b32f71119e6c0bc4015ea12ef4a0feeb694d",
154
                "shasum": ""
155
            },
156
            "require": {
157
                "ext-curl": "*",
158
                "ext-mbstring": "*",
159
                "ext-simplexml": "*",
160
                "php": ">=7.1"
161
            },
162
            "require-dev": {
163
                "composer/composer": "^1.10.0",
164
                "ext-mbstring": "*",
165
                "fakerphp/faker": "^1.14",
166
                "friendsofphp/php-cs-fixer": "2.*",
167
                "php-coveralls/php-coveralls": "^2.4.0",
168
                "phpunit/phpunit": "^8",
169
                "squizlabs/php_codesniffer": "3.*"
170
            },
171
            "type": "library",
172
            "autoload": {
173
                "psr-4": {
174
                    "BigBlueButton\\": "src"
175
                }
176
            },
177
            "notification-url": "https://packagist.org/downloads/",
178
            "license": [
179
                "LGPL-3.0-or-later"
180
            ],
181
            "authors": [
182
                {
183
                    "name": "Ghazi Triki",
184
                    "email": "ghazi.nocturne@gmail.com",
185
                    "role": "Developer"
186
                }
187
            ],
188
            "description": "BigBlueButton PHP API Library for PHP",
189
            "homepage": "http://bigbluebutton.org/",
190
            "keywords": [
191
                "api",
192
                "bbb",
193
                "bigbluebutton"
194
            ],
195
            "support": {
196
                "issues": "https://github.com/bigbluebutton/bigbluebutton-api-php/issues",
197
                "source": "https://github.com/bigbluebutton/bigbluebutton-api-php/tree/2.0.13"
198
            },
199
            "time": "2021-06-11T20:48:11+00:00"
200
        },
201
        {
202
            "name": "brainfoolong/cryptojs-aes-php",
203
            "version": "2.1.1",
204
            "source": {
205
                "type": "git",
206
                "url": "https://github.com/brainfoolong/cryptojs-aes-php.git",
207
                "reference": "b73384d8c683d80a682521c827e16dba692ced10"
208
            },
209
            "dist": {
210
                "type": "zip",
211
                "url": "https://api.github.com/repos/brainfoolong/cryptojs-aes-php/zipball/b73384d8c683d80a682521c827e16dba692ced10",
212
                "reference": "b73384d8c683d80a682521c827e16dba692ced10",
213
                "shasum": ""
214
            },
215
            "require": {
216
                "ext-json": "*",
217
                "ext-openssl": "*",
218
                "php": ">=7.0.0"
219
            },
220
            "type": "library",
221
            "autoload": {
222
                "psr-4": {
223
                    "Nullix\\CryptoJsAes\\": "src/"
224
                }
225
            },
226
            "notification-url": "https://packagist.org/downloads/",
227
            "license": [
228
                "MIT"
229
            ],
230
            "authors": [
231
                {
232
                    "name": "Roland Eigelsreiter",
233
                    "homepage": "https://github.com/brainfoolong/cryptojs-aes-php",
234
                    "role": "Developer"
235
                }
236
            ],
237
            "description": "CryptoJS 3.x AES encryption/decryption on client side with Javascript and on server side with PHP",
238
            "homepage": "https://github.com/brainfoolong/cryptojs-aes-php",
239
            "keywords": [
240
                "aes",
241
                "encryption",
242
                "javascript",
243
                "php"
244
            ],
245
            "support": {
246
                "issues": "https://github.com/brainfoolong/cryptojs-aes-php/issues",
247
                "source": "https://github.com/brainfoolong/cryptojs-aes-php/tree/2.1.1"
248
            },
249
            "funding": [
250
                {
251
                    "url": "https://github.com/brainfoolong",
252
                    "type": "github"
253
                }
254
            ],
255
            "time": "2021-01-15T10:16:05+00:00"
256
        },
257
        {
258
            "name": "brick/varexporter",
3086 efrain 259
            "version": "0.3.7",
1 www 260
            "source": {
261
                "type": "git",
262
                "url": "https://github.com/brick/varexporter.git",
3086 efrain 263
                "reference": "3e263cd718d242594c52963760fee2059fd5833c"
1 www 264
            },
265
            "dist": {
266
                "type": "zip",
3086 efrain 267
                "url": "https://api.github.com/repos/brick/varexporter/zipball/3e263cd718d242594c52963760fee2059fd5833c",
268
                "reference": "3e263cd718d242594c52963760fee2059fd5833c",
1 www 269
                "shasum": ""
270
            },
271
            "require": {
272
                "nikic/php-parser": "^4.0",
273
                "php": "^7.2 || ^8.0"
274
            },
275
            "require-dev": {
276
                "php-coveralls/php-coveralls": "^2.2",
277
                "phpunit/phpunit": "^8.5 || ^9.0",
3086 efrain 278
                "vimeo/psalm": "4.23.0"
1 www 279
            },
280
            "type": "library",
281
            "autoload": {
282
                "psr-4": {
283
                    "Brick\\VarExporter\\": "src/"
284
                }
285
            },
286
            "notification-url": "https://packagist.org/downloads/",
287
            "license": [
288
                "MIT"
289
            ],
290
            "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
291
            "keywords": [
292
                "var_export"
293
            ],
294
            "support": {
295
                "issues": "https://github.com/brick/varexporter/issues",
3086 efrain 296
                "source": "https://github.com/brick/varexporter/tree/0.3.7"
1 www 297
            },
3086 efrain 298
            "funding": [
299
                {
300
                    "url": "https://github.com/BenMorel",
301
                    "type": "github"
302
                }
303
            ],
304
            "time": "2022-06-29T23:37:57+00:00"
1 www 305
        },
306
        {
307
            "name": "composer/ca-bundle",
4113 efrain 308
            "version": "1.3.4",
1 www 309
            "source": {
310
                "type": "git",
311
                "url": "https://github.com/composer/ca-bundle.git",
4113 efrain 312
                "reference": "69098eca243998b53eed7a48d82dedd28b447cd5"
1 www 313
            },
314
            "dist": {
315
                "type": "zip",
4113 efrain 316
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5",
317
                "reference": "69098eca243998b53eed7a48d82dedd28b447cd5",
1 www 318
                "shasum": ""
319
            },
320
            "require": {
321
                "ext-openssl": "*",
322
                "ext-pcre": "*",
323
                "php": "^5.3.2 || ^7.0 || ^8.0"
324
            },
325
            "require-dev": {
326
                "phpstan/phpstan": "^0.12.55",
327
                "psr/log": "^1.0",
328
                "symfony/phpunit-bridge": "^4.2 || ^5",
16 efrain 329
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
1 www 330
            },
331
            "type": "library",
332
            "extra": {
333
                "branch-alias": {
334
                    "dev-main": "1.x-dev"
335
                }
336
            },
337
            "autoload": {
338
                "psr-4": {
339
                    "Composer\\CaBundle\\": "src"
340
                }
341
            },
342
            "notification-url": "https://packagist.org/downloads/",
343
            "license": [
344
                "MIT"
345
            ],
346
            "authors": [
347
                {
348
                    "name": "Jordi Boggiano",
349
                    "email": "j.boggiano@seld.be",
350
                    "homepage": "http://seld.be"
351
                }
352
            ],
353
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
354
            "keywords": [
355
                "cabundle",
356
                "cacert",
357
                "certificate",
358
                "ssl",
359
                "tls"
360
            ],
361
            "support": {
362
                "irc": "irc://irc.freenode.org/composer",
363
                "issues": "https://github.com/composer/ca-bundle/issues",
4113 efrain 364
                "source": "https://github.com/composer/ca-bundle/tree/1.3.4"
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
            ],
4113 efrain 380
            "time": "2022-10-12T12:08:29+00:00"
1 www 381
        },
382
        {
383
            "name": "doctrine/instantiator",
3086 efrain 384
            "version": "1.4.1",
1 www 385
            "source": {
386
                "type": "git",
387
                "url": "https://github.com/doctrine/instantiator.git",
3086 efrain 388
                "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
1 www 389
            },
390
            "dist": {
391
                "type": "zip",
3086 efrain 392
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
393
                "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
1 www 394
                "shasum": ""
395
            },
396
            "require": {
397
                "php": "^7.1 || ^8.0"
398
            },
399
            "require-dev": {
3086 efrain 400
                "doctrine/coding-standard": "^9",
1 www 401
                "ext-pdo": "*",
402
                "ext-phar": "*",
3086 efrain 403
                "phpbench/phpbench": "^0.16 || ^1",
404
                "phpstan/phpstan": "^1.4",
405
                "phpstan/phpstan-phpunit": "^1",
406
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
407
                "vimeo/psalm": "^4.22"
1 www 408
            },
409
            "type": "library",
410
            "autoload": {
411
                "psr-4": {
412
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
413
                }
414
            },
415
            "notification-url": "https://packagist.org/downloads/",
416
            "license": [
417
                "MIT"
418
            ],
419
            "authors": [
420
                {
421
                    "name": "Marco Pivetta",
422
                    "email": "ocramius@gmail.com",
423
                    "homepage": "https://ocramius.github.io/"
424
                }
425
            ],
426
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
427
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
428
            "keywords": [
429
                "constructor",
430
                "instantiate"
431
            ],
432
            "support": {
433
                "issues": "https://github.com/doctrine/instantiator/issues",
3086 efrain 434
                "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
1 www 435
            },
436
            "funding": [
437
                {
438
                    "url": "https://www.doctrine-project.org/sponsorship.html",
439
                    "type": "custom"
440
                },
441
                {
442
                    "url": "https://www.patreon.com/phpdoctrine",
443
                    "type": "patreon"
444
                },
445
                {
446
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
447
                    "type": "tidelift"
448
                }
449
            ],
3086 efrain 450
            "time": "2022-03-03T08:28:38+00:00"
1 www 451
        },
452
        {
453
            "name": "ezyang/htmlpurifier",
3086 efrain 454
            "version": "v4.16.0",
1 www 455
            "source": {
456
                "type": "git",
457
                "url": "https://github.com/ezyang/htmlpurifier.git",
3086 efrain 458
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
1 www 459
            },
460
            "dist": {
461
                "type": "zip",
3086 efrain 462
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
463
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
1 www 464
                "shasum": ""
465
            },
466
            "require": {
3086 efrain 467
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 468
            },
3086 efrain 469
            "require-dev": {
470
                "cerdic/css-tidy": "^1.7 || ^2.0",
471
                "simpletest/simpletest": "dev-master"
472
            },
473
            "suggest": {
474
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
475
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
476
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
477
                "ext-tidy": "Used for pretty-printing HTML"
478
            },
1 www 479
            "type": "library",
480
            "autoload": {
3086 efrain 481
                "files": [
482
                    "library/HTMLPurifier.composer.php"
483
                ],
1 www 484
                "psr-0": {
485
                    "HTMLPurifier": "library/"
486
                },
487
                "exclude-from-classmap": [
488
                    "/library/HTMLPurifier/Language/"
489
                ]
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "LGPL-2.1-or-later"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "Edward Z. Yang",
498
                    "email": "admin@htmlpurifier.org",
499
                    "homepage": "http://ezyang.com"
500
                }
501
            ],
502
            "description": "Standards compliant HTML filter written in PHP",
503
            "homepage": "http://htmlpurifier.org/",
504
            "keywords": [
505
                "html"
506
            ],
507
            "support": {
508
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
3086 efrain 509
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
1 www 510
            },
3086 efrain 511
            "time": "2022-09-18T07:06:19+00:00"
1 www 512
        },
513
        {
514
            "name": "facebook/graph-sdk",
515
            "version": "5.7.0",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/facebook/php-graph-sdk.git",
519
                "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b",
524
                "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b",
525
                "shasum": ""
526
            },
527
            "require": {
528
                "php": "^5.4|^7.0"
529
            },
530
            "require-dev": {
531
                "guzzlehttp/guzzle": "~5.0",
532
                "mockery/mockery": "~0.8",
533
                "phpunit/phpunit": "~4.0"
534
            },
535
            "suggest": {
536
                "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
537
                "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
538
            },
539
            "type": "library",
540
            "extra": {
541
                "branch-alias": {
542
                    "dev-master": "5.x-dev"
543
                }
544
            },
545
            "autoload": {
3086 efrain 546
                "files": [
547
                    "src/Facebook/polyfills.php"
548
                ],
1 www 549
                "psr-4": {
550
                    "Facebook\\": "src/Facebook/"
3086 efrain 551
                }
1 www 552
            },
553
            "notification-url": "https://packagist.org/downloads/",
554
            "license": [
555
                "Facebook Platform"
556
            ],
557
            "authors": [
558
                {
559
                    "name": "Facebook",
560
                    "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
561
                }
562
            ],
563
            "description": "Facebook SDK for PHP",
564
            "homepage": "https://github.com/facebook/php-graph-sdk",
565
            "keywords": [
566
                "facebook",
567
                "sdk"
568
            ],
569
            "support": {
570
                "issues": "https://github.com/facebook/php-graph-sdk/issues",
571
                "source": "https://github.com/facebook/php-graph-sdk/tree/5.7.0"
572
            },
3086 efrain 573
            "abandoned": true,
1 www 574
            "time": "2018-12-11T22:56:31+00:00"
575
        },
576
        {
577
            "name": "firebase/php-jwt",
4113 efrain 578
            "version": "v6.3.2",
1 www 579
            "source": {
580
                "type": "git",
581
                "url": "https://github.com/firebase/php-jwt.git",
4113 efrain 582
                "reference": "ea7dda77098b96e666c5ef382452f94841e439cd"
1 www 583
            },
584
            "dist": {
585
                "type": "zip",
4113 efrain 586
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ea7dda77098b96e666c5ef382452f94841e439cd",
587
                "reference": "ea7dda77098b96e666c5ef382452f94841e439cd",
1 www 588
                "shasum": ""
589
            },
590
            "require": {
3086 efrain 591
                "php": "^7.1||^8.0"
1 www 592
            },
593
            "require-dev": {
3086 efrain 594
                "guzzlehttp/guzzle": "^6.5||^7.4",
595
                "phpspec/prophecy-phpunit": "^1.1",
596
                "phpunit/phpunit": "^7.5||^9.5",
597
                "psr/cache": "^1.0||^2.0",
598
                "psr/http-client": "^1.0",
599
                "psr/http-factory": "^1.0"
1 www 600
            },
601
            "suggest": {
602
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
603
            },
604
            "type": "library",
605
            "autoload": {
606
                "psr-4": {
607
                    "Firebase\\JWT\\": "src"
608
                }
609
            },
610
            "notification-url": "https://packagist.org/downloads/",
611
            "license": [
612
                "BSD-3-Clause"
613
            ],
614
            "authors": [
615
                {
616
                    "name": "Neuman Vong",
617
                    "email": "neuman+pear@twilio.com",
618
                    "role": "Developer"
619
                },
620
                {
621
                    "name": "Anant Narayanan",
622
                    "email": "anant@php.net",
623
                    "role": "Developer"
624
                }
625
            ],
626
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
627
            "homepage": "https://github.com/firebase/php-jwt",
628
            "keywords": [
629
                "jwt",
630
                "php"
631
            ],
632
            "support": {
633
                "issues": "https://github.com/firebase/php-jwt/issues",
4113 efrain 634
                "source": "https://github.com/firebase/php-jwt/tree/v6.3.2"
1 www 635
            },
4113 efrain 636
            "time": "2022-12-19T17:10:46+00:00"
1 www 637
        },
638
        {
511 efrain 639
            "name": "fpdf/fpdf",
4113 efrain 640
            "version": "1.85.0",
511 efrain 641
            "source": {
642
                "type": "git",
643
                "url": "https://github.com/coreydoughty/Fpdf.git",
4113 efrain 644
                "reference": "5ba6a7d4363174ac828a0c15cc1b4a8f845b1e16"
511 efrain 645
            },
646
            "dist": {
647
                "type": "zip",
4113 efrain 648
                "url": "https://api.github.com/repos/coreydoughty/Fpdf/zipball/5ba6a7d4363174ac828a0c15cc1b4a8f845b1e16",
649
                "reference": "5ba6a7d4363174ac828a0c15cc1b4a8f845b1e16",
511 efrain 650
                "shasum": ""
651
            },
652
            "require": {
653
                "php": ">=5.6.0"
654
            },
655
            "type": "library",
4113 efrain 656
            "extra": {
657
                "laravel": {
658
                    "aliases": {
659
                        "FPDF": "Fpdf\\Fpdf"
660
                    }
661
                }
662
            },
511 efrain 663
            "autoload": {
664
                "psr-4": {
665
                    "Fpdf\\": "src/Fpdf"
666
                }
667
            },
668
            "notification-url": "https://packagist.org/downloads/",
669
            "license": [
670
                "MIT"
671
            ],
672
            "authors": [
673
                {
674
                    "name": "Corey Doughty",
675
                    "email": "corey@doughty.ca"
676
                }
677
            ],
678
            "description": "FPDF Composer Wrapper",
679
            "homepage": "https://github.com/coreydoughty/Fpdf",
680
            "keywords": [
681
                "fpdf",
682
                "pdf",
683
                "wrapper"
684
            ],
685
            "support": {
686
                "issues": "https://github.com/coreydoughty/Fpdf/issues",
4113 efrain 687
                "source": "https://github.com/coreydoughty/Fpdf/tree/1.85.0"
511 efrain 688
            },
4113 efrain 689
            "time": "2022-11-18T15:23:37+00:00"
511 efrain 690
        },
691
        {
1 www 692
            "name": "geoip2/geoip2",
3086 efrain 693
            "version": "v2.13.0",
1 www 694
            "source": {
695
                "type": "git",
3086 efrain 696
                "url": "git@github.com:maxmind/GeoIP2-php.git",
697
                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23"
1 www 698
            },
699
            "dist": {
700
                "type": "zip",
3086 efrain 701
                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
702
                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
1 www 703
                "shasum": ""
704
            },
705
            "require": {
706
                "ext-json": "*",
707
                "maxmind-db/reader": "~1.8",
708
                "maxmind/web-service-common": "~0.8",
709
                "php": ">=7.2"
710
            },
711
            "require-dev": {
16 efrain 712
                "friendsofphp/php-cs-fixer": "3.*",
713
                "phpstan/phpstan": "*",
1 www 714
                "phpunit/phpunit": "^8.0 || ^9.0",
715
                "squizlabs/php_codesniffer": "3.*"
716
            },
717
            "type": "library",
718
            "autoload": {
719
                "psr-4": {
720
                    "GeoIp2\\": "src"
721
                }
722
            },
723
            "notification-url": "https://packagist.org/downloads/",
724
            "license": [
725
                "Apache-2.0"
726
            ],
727
            "authors": [
728
                {
729
                    "name": "Gregory J. Oschwald",
730
                    "email": "goschwald@maxmind.com",
731
                    "homepage": "https://www.maxmind.com/"
732
                }
733
            ],
734
            "description": "MaxMind GeoIP2 PHP API",
735
            "homepage": "https://github.com/maxmind/GeoIP2-php",
736
            "keywords": [
737
                "IP",
738
                "geoip",
739
                "geoip2",
740
                "geolocation",
741
                "maxmind"
742
            ],
3086 efrain 743
            "time": "2022-08-05T20:32:58+00:00"
1 www 744
        },
745
        {
746
            "name": "google/apiclient",
4113 efrain 747
            "version": "v2.13.0",
1 www 748
            "source": {
749
                "type": "git",
750
                "url": "https://github.com/googleapis/google-api-php-client.git",
4113 efrain 751
                "reference": "b653a338c5a658adf6df4bb2f44c2cc02fe7eb1d"
1 www 752
            },
753
            "dist": {
754
                "type": "zip",
4113 efrain 755
                "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/b653a338c5a658adf6df4bb2f44c2cc02fe7eb1d",
756
                "reference": "b653a338c5a658adf6df4bb2f44c2cc02fe7eb1d",
1 www 757
                "shasum": ""
758
            },
759
            "require": {
3086 efrain 760
                "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
1 www 761
                "google/apiclient-services": "~0.200",
762
                "google/auth": "^1.10",
763
                "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
3086 efrain 764
                "guzzlehttp/psr7": "^1.8.4||^2.2.1",
765
                "monolog/monolog": "^1.17||^2.0||^3.0",
1 www 766
                "php": "^5.6|^7.0|^8.0",
767
                "phpseclib/phpseclib": "~2.0||^3.0.2"
768
            },
769
            "require-dev": {
770
                "cache/filesystem-adapter": "^0.3.2|^1.1",
771
                "composer/composer": "^1.10.22",
772
                "phpcompatibility/php-compatibility": "^9.2",
16 efrain 773
                "phpspec/prophecy-phpunit": "^1.1||^2.0",
774
                "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
3086 efrain 775
                "squizlabs/php_codesniffer": "^3.0",
1 www 776
                "symfony/css-selector": "~2.1",
16 efrain 777
                "symfony/dom-crawler": "~2.1",
778
                "yoast/phpunit-polyfills": "^1.0"
1 www 779
            },
780
            "suggest": {
781
                "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
782
            },
783
            "type": "library",
784
            "extra": {
785
                "branch-alias": {
16 efrain 786
                    "dev-main": "2.x-dev"
1 www 787
                }
788
            },
789
            "autoload": {
3086 efrain 790
                "files": [
791
                    "src/aliases.php"
792
                ],
1 www 793
                "psr-4": {
794
                    "Google\\": "src/"
795
                },
796
                "classmap": [
797
                    "src/aliases.php"
798
                ]
799
            },
800
            "notification-url": "https://packagist.org/downloads/",
801
            "license": [
802
                "Apache-2.0"
803
            ],
804
            "description": "Client library for Google APIs",
805
            "homepage": "http://developers.google.com/api-client-library/php",
806
            "keywords": [
807
                "google"
808
            ],
809
            "support": {
810
                "issues": "https://github.com/googleapis/google-api-php-client/issues",
4113 efrain 811
                "source": "https://github.com/googleapis/google-api-php-client/tree/v2.13.0"
1 www 812
            },
4113 efrain 813
            "time": "2022-12-19T22:17:11+00:00"
1 www 814
        },
815
        {
816
            "name": "google/apiclient-services",
4113 efrain 817
            "version": "v0.279.0",
1 www 818
            "source": {
819
                "type": "git",
820
                "url": "https://github.com/googleapis/google-api-php-client-services.git",
4113 efrain 821
                "reference": "2105f08f4ee00c5847f980b5b4491346f4ceb60d"
1 www 822
            },
823
            "dist": {
824
                "type": "zip",
4113 efrain 825
                "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/2105f08f4ee00c5847f980b5b4491346f4ceb60d",
826
                "reference": "2105f08f4ee00c5847f980b5b4491346f4ceb60d",
1 www 827
                "shasum": ""
828
            },
829
            "require": {
830
                "php": ">=5.6"
831
            },
832
            "require-dev": {
833
                "phpunit/phpunit": "^5.7||^8.5.13"
834
            },
835
            "type": "library",
836
            "autoload": {
3086 efrain 837
                "files": [
838
                    "autoload.php"
839
                ],
1 www 840
                "psr-4": {
841
                    "Google\\Service\\": "src"
3086 efrain 842
                }
1 www 843
            },
844
            "notification-url": "https://packagist.org/downloads/",
845
            "license": [
846
                "Apache-2.0"
847
            ],
848
            "description": "Client library for Google APIs",
849
            "homepage": "http://developers.google.com/api-client-library/php",
850
            "keywords": [
851
                "google"
852
            ],
853
            "support": {
854
                "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
4113 efrain 855
                "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.279.0"
1 www 856
            },
4113 efrain 857
            "time": "2022-12-18T01:18:15+00:00"
1 www 858
        },
859
        {
860
            "name": "google/auth",
4113 efrain 861
            "version": "v1.24.0",
1 www 862
            "source": {
863
                "type": "git",
864
                "url": "https://github.com/googleapis/google-auth-library-php.git",
4113 efrain 865
                "reference": "1f8cff5aa324700d041efd2df1a0855112a2e7ae"
1 www 866
            },
867
            "dist": {
868
                "type": "zip",
4113 efrain 869
                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/1f8cff5aa324700d041efd2df1a0855112a2e7ae",
870
                "reference": "1f8cff5aa324700d041efd2df1a0855112a2e7ae",
1 www 871
                "shasum": ""
872
            },
873
            "require": {
3086 efrain 874
                "firebase/php-jwt": "^5.5||^6.0",
875
                "guzzlehttp/guzzle": "^6.2.1|^7.0",
16 efrain 876
                "guzzlehttp/psr7": "^1.7|^2.0",
3086 efrain 877
                "php": "^7.1||^8.0",
878
                "psr/cache": "^1.0|^2.0|^3.0",
1 www 879
                "psr/http-message": "^1.0"
880
            },
881
            "require-dev": {
882
                "guzzlehttp/promises": "0.1.1|^1.3",
883
                "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
884
                "phpseclib/phpseclib": "^2.0.31",
4113 efrain 885
                "phpspec/prophecy-phpunit": "^1.1||^2.0",
886
                "phpunit/phpunit": "^7.5||^9.0.0",
3086 efrain 887
                "sebastian/comparator": ">=1.2.3",
888
                "squizlabs/php_codesniffer": "^3.5"
1 www 889
            },
890
            "suggest": {
891
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
892
            },
893
            "type": "library",
894
            "autoload": {
895
                "psr-4": {
896
                    "Google\\Auth\\": "src"
897
                }
898
            },
899
            "notification-url": "https://packagist.org/downloads/",
900
            "license": [
901
                "Apache-2.0"
902
            ],
903
            "description": "Google Auth Library for PHP",
904
            "homepage": "http://github.com/google/google-auth-library-php",
905
            "keywords": [
906
                "Authentication",
907
                "google",
908
                "oauth2"
909
            ],
910
            "support": {
3086 efrain 911
                "docs": "https://googleapis.github.io/google-auth-library-php/main/",
1 www 912
                "issues": "https://github.com/googleapis/google-auth-library-php/issues",
4113 efrain 913
                "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.24.0"
1 www 914
            },
4113 efrain 915
            "time": "2022-11-28T18:29:23+00:00"
1 www 916
        },
917
        {
918
            "name": "guzzlehttp/guzzle",
3086 efrain 919
            "version": "7.5.0",
1 www 920
            "source": {
921
                "type": "git",
922
                "url": "https://github.com/guzzle/guzzle.git",
3086 efrain 923
                "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
1 www 924
            },
925
            "dist": {
926
                "type": "zip",
3086 efrain 927
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
928
                "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1 www 929
                "shasum": ""
930
            },
931
            "require": {
932
                "ext-json": "*",
16 efrain 933
                "guzzlehttp/promises": "^1.5",
3086 efrain 934
                "guzzlehttp/psr7": "^1.9 || ^2.4",
1 www 935
                "php": "^7.2.5 || ^8.0",
16 efrain 936
                "psr/http-client": "^1.0",
937
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
1 www 938
            },
939
            "provide": {
940
                "psr/http-client-implementation": "1.0"
941
            },
942
            "require-dev": {
3086 efrain 943
                "bamarni/composer-bin-plugin": "^1.8.1",
1 www 944
                "ext-curl": "*",
945
                "php-http/client-integration-tests": "^3.0",
3086 efrain 946
                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
16 efrain 947
                "psr/log": "^1.1 || ^2.0 || ^3.0"
1 www 948
            },
949
            "suggest": {
950
                "ext-curl": "Required for CURL handler support",
951
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
952
                "psr/log": "Required for using the Log middleware"
953
            },
954
            "type": "library",
955
            "extra": {
3086 efrain 956
                "bamarni-bin": {
957
                    "bin-links": true,
958
                    "forward-command": false
959
                },
1 www 960
                "branch-alias": {
3086 efrain 961
                    "dev-master": "7.5-dev"
1 www 962
                }
963
            },
964
            "autoload": {
3086 efrain 965
                "files": [
966
                    "src/functions_include.php"
967
                ],
1 www 968
                "psr-4": {
969
                    "GuzzleHttp\\": "src/"
3086 efrain 970
                }
1 www 971
            },
972
            "notification-url": "https://packagist.org/downloads/",
973
            "license": [
974
                "MIT"
975
            ],
976
            "authors": [
977
                {
16 efrain 978
                    "name": "Graham Campbell",
979
                    "email": "hello@gjcampbell.co.uk",
980
                    "homepage": "https://github.com/GrahamCampbell"
981
                },
982
                {
1 www 983
                    "name": "Michael Dowling",
984
                    "email": "mtdowling@gmail.com",
985
                    "homepage": "https://github.com/mtdowling"
986
                },
987
                {
16 efrain 988
                    "name": "Jeremy Lindblom",
989
                    "email": "jeremeamia@gmail.com",
990
                    "homepage": "https://github.com/jeremeamia"
991
                },
992
                {
993
                    "name": "George Mponos",
994
                    "email": "gmponos@gmail.com",
995
                    "homepage": "https://github.com/gmponos"
996
                },
997
                {
998
                    "name": "Tobias Nyholm",
999
                    "email": "tobias.nyholm@gmail.com",
1000
                    "homepage": "https://github.com/Nyholm"
1001
                },
1002
                {
1 www 1003
                    "name": "Márk Sági-Kazár",
1004
                    "email": "mark.sagikazar@gmail.com",
16 efrain 1005
                    "homepage": "https://github.com/sagikazarmark"
1006
                },
1007
                {
1008
                    "name": "Tobias Schultze",
1009
                    "email": "webmaster@tubo-world.de",
1010
                    "homepage": "https://github.com/Tobion"
1 www 1011
                }
1012
            ],
1013
            "description": "Guzzle is a PHP HTTP client library",
1014
            "keywords": [
1015
                "client",
1016
                "curl",
1017
                "framework",
1018
                "http",
1019
                "http client",
1020
                "psr-18",
1021
                "psr-7",
1022
                "rest",
1023
                "web service"
1024
            ],
1025
            "support": {
1026
                "issues": "https://github.com/guzzle/guzzle/issues",
3086 efrain 1027
                "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
1 www 1028
            },
1029
            "funding": [
1030
                {
1031
                    "url": "https://github.com/GrahamCampbell",
1032
                    "type": "github"
1033
                },
1034
                {
1035
                    "url": "https://github.com/Nyholm",
1036
                    "type": "github"
1037
                },
1038
                {
16 efrain 1039
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1040
                    "type": "tidelift"
1 www 1041
                }
1042
            ],
3086 efrain 1043
            "time": "2022-08-28T15:39:27+00:00"
1 www 1044
        },
1045
        {
1046
            "name": "guzzlehttp/promises",
3086 efrain 1047
            "version": "1.5.2",
1 www 1048
            "source": {
1049
                "type": "git",
1050
                "url": "https://github.com/guzzle/promises.git",
3086 efrain 1051
                "reference": "b94b2807d85443f9719887892882d0329d1e2598"
1 www 1052
            },
1053
            "dist": {
1054
                "type": "zip",
3086 efrain 1055
                "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
1056
                "reference": "b94b2807d85443f9719887892882d0329d1e2598",
1 www 1057
                "shasum": ""
1058
            },
1059
            "require": {
1060
                "php": ">=5.5"
1061
            },
1062
            "require-dev": {
1063
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
1064
            },
1065
            "type": "library",
1066
            "extra": {
1067
                "branch-alias": {
16 efrain 1068
                    "dev-master": "1.5-dev"
1 www 1069
                }
1070
            },
1071
            "autoload": {
3086 efrain 1072
                "files": [
1073
                    "src/functions_include.php"
1074
                ],
1 www 1075
                "psr-4": {
1076
                    "GuzzleHttp\\Promise\\": "src/"
3086 efrain 1077
                }
1 www 1078
            },
1079
            "notification-url": "https://packagist.org/downloads/",
1080
            "license": [
1081
                "MIT"
1082
            ],
1083
            "authors": [
1084
                {
16 efrain 1085
                    "name": "Graham Campbell",
1086
                    "email": "hello@gjcampbell.co.uk",
1087
                    "homepage": "https://github.com/GrahamCampbell"
1088
                },
1089
                {
1 www 1090
                    "name": "Michael Dowling",
1091
                    "email": "mtdowling@gmail.com",
1092
                    "homepage": "https://github.com/mtdowling"
16 efrain 1093
                },
1094
                {
1095
                    "name": "Tobias Nyholm",
1096
                    "email": "tobias.nyholm@gmail.com",
1097
                    "homepage": "https://github.com/Nyholm"
1098
                },
1099
                {
1100
                    "name": "Tobias Schultze",
1101
                    "email": "webmaster@tubo-world.de",
1102
                    "homepage": "https://github.com/Tobion"
1 www 1103
                }
1104
            ],
1105
            "description": "Guzzle promises library",
1106
            "keywords": [
1107
                "promise"
1108
            ],
1109
            "support": {
1110
                "issues": "https://github.com/guzzle/promises/issues",
3086 efrain 1111
                "source": "https://github.com/guzzle/promises/tree/1.5.2"
1 www 1112
            },
16 efrain 1113
            "funding": [
1114
                {
1115
                    "url": "https://github.com/GrahamCampbell",
1116
                    "type": "github"
1117
                },
1118
                {
1119
                    "url": "https://github.com/Nyholm",
1120
                    "type": "github"
1121
                },
1122
                {
1123
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1124
                    "type": "tidelift"
1125
                }
1126
            ],
3086 efrain 1127
            "time": "2022-08-28T14:55:35+00:00"
1 www 1128
        },
1129
        {
1130
            "name": "guzzlehttp/psr7",
4113 efrain 1131
            "version": "2.4.3",
1 www 1132
            "source": {
1133
                "type": "git",
1134
                "url": "https://github.com/guzzle/psr7.git",
4113 efrain 1135
                "reference": "67c26b443f348a51926030c83481b85718457d3d"
1 www 1136
            },
1137
            "dist": {
1138
                "type": "zip",
4113 efrain 1139
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
1140
                "reference": "67c26b443f348a51926030c83481b85718457d3d",
1 www 1141
                "shasum": ""
1142
            },
1143
            "require": {
16 efrain 1144
                "php": "^7.2.5 || ^8.0",
1145
                "psr/http-factory": "^1.0",
1146
                "psr/http-message": "^1.0",
1147
                "ralouphie/getallheaders": "^3.0"
1 www 1148
            },
1149
            "provide": {
16 efrain 1150
                "psr/http-factory-implementation": "1.0",
1 www 1151
                "psr/http-message-implementation": "1.0"
1152
            },
1153
            "require-dev": {
3086 efrain 1154
                "bamarni/composer-bin-plugin": "^1.8.1",
16 efrain 1155
                "http-interop/http-factory-tests": "^0.9",
3086 efrain 1156
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1 www 1157
            },
1158
            "suggest": {
1159
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1160
            },
1161
            "type": "library",
1162
            "extra": {
3086 efrain 1163
                "bamarni-bin": {
1164
                    "bin-links": true,
1165
                    "forward-command": false
1166
                },
1 www 1167
                "branch-alias": {
3086 efrain 1168
                    "dev-master": "2.4-dev"
1 www 1169
                }
1170
            },
1171
            "autoload": {
1172
                "psr-4": {
1173
                    "GuzzleHttp\\Psr7\\": "src/"
16 efrain 1174
                }
1 www 1175
            },
1176
            "notification-url": "https://packagist.org/downloads/",
1177
            "license": [
1178
                "MIT"
1179
            ],
1180
            "authors": [
1181
                {
16 efrain 1182
                    "name": "Graham Campbell",
1183
                    "email": "hello@gjcampbell.co.uk",
1184
                    "homepage": "https://github.com/GrahamCampbell"
1185
                },
1186
                {
1 www 1187
                    "name": "Michael Dowling",
1188
                    "email": "mtdowling@gmail.com",
1189
                    "homepage": "https://github.com/mtdowling"
1190
                },
1191
                {
16 efrain 1192
                    "name": "George Mponos",
1193
                    "email": "gmponos@gmail.com",
1194
                    "homepage": "https://github.com/gmponos"
1195
                },
1196
                {
1197
                    "name": "Tobias Nyholm",
1198
                    "email": "tobias.nyholm@gmail.com",
1199
                    "homepage": "https://github.com/Nyholm"
1200
                },
1201
                {
1202
                    "name": "Márk Sági-Kazár",
1203
                    "email": "mark.sagikazar@gmail.com",
1204
                    "homepage": "https://github.com/sagikazarmark"
1205
                },
1206
                {
1 www 1207
                    "name": "Tobias Schultze",
16 efrain 1208
                    "email": "webmaster@tubo-world.de",
1 www 1209
                    "homepage": "https://github.com/Tobion"
16 efrain 1210
                },
1211
                {
1212
                    "name": "Márk Sági-Kazár",
1213
                    "email": "mark.sagikazar@gmail.com",
1214
                    "homepage": "https://sagikazarmark.hu"
1 www 1215
                }
1216
            ],
1217
            "description": "PSR-7 message implementation that also provides common utility methods",
1218
            "keywords": [
1219
                "http",
1220
                "message",
1221
                "psr-7",
1222
                "request",
1223
                "response",
1224
                "stream",
1225
                "uri",
1226
                "url"
1227
            ],
1228
            "support": {
1229
                "issues": "https://github.com/guzzle/psr7/issues",
4113 efrain 1230
                "source": "https://github.com/guzzle/psr7/tree/2.4.3"
1 www 1231
            },
16 efrain 1232
            "funding": [
1233
                {
1234
                    "url": "https://github.com/GrahamCampbell",
1235
                    "type": "github"
1236
                },
1237
                {
1238
                    "url": "https://github.com/Nyholm",
1239
                    "type": "github"
1240
                },
1241
                {
1242
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1243
                    "type": "tidelift"
1244
                }
1245
            ],
4113 efrain 1246
            "time": "2022-10-26T14:07:24+00:00"
1 www 1247
        },
1248
        {
1249
            "name": "laminas/laminas-authentication",
3086 efrain 1250
            "version": "2.12.0",
1 www 1251
            "source": {
1252
                "type": "git",
1253
                "url": "https://github.com/laminas/laminas-authentication.git",
3086 efrain 1254
                "reference": "ecb59c6d7f7d0ed39790264ca16a94636cac98ae"
1 www 1255
            },
1256
            "dist": {
1257
                "type": "zip",
3086 efrain 1258
                "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/ecb59c6d7f7d0ed39790264ca16a94636cac98ae",
1259
                "reference": "ecb59c6d7f7d0ed39790264ca16a94636cac98ae",
1 www 1260
                "shasum": ""
1261
            },
1262
            "require": {
3086 efrain 1263
                "laminas/laminas-stdlib": "^3.6.0",
1264
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 1265
            },
16 efrain 1266
            "conflict": {
1267
                "zendframework/zend-authentication": "*"
1 www 1268
            },
1269
            "require-dev": {
3086 efrain 1270
                "laminas/laminas-coding-standard": "~2.4.0",
1271
                "laminas/laminas-crypt": "^2.6.0 || ^3.2.1",
1272
                "laminas/laminas-db": "^2.13.0",
16 efrain 1273
                "laminas/laminas-http": "^2.15.0",
3086 efrain 1274
                "laminas/laminas-ldap": "^2.12.0",
1275
                "laminas/laminas-session": "^2.12.0",
1276
                "laminas/laminas-uri": "^2.9.1",
1277
                "laminas/laminas-validator": "^2.15.0",
1278
                "phpunit/phpunit": "^9.3.4",
1 www 1279
                "psalm/plugin-phpunit": "^0.15.1",
3086 efrain 1280
                "squizlabs/php_codesniffer": "^3.6.0",
1281
                "vimeo/psalm": "^4.6.0"
1 www 1282
            },
1283
            "suggest": {
1284
                "laminas/laminas-crypt": "Laminas\\Crypt component",
1285
                "laminas/laminas-db": "Laminas\\Db component",
1286
                "laminas/laminas-http": "Laminas\\Http component",
1287
                "laminas/laminas-ldap": "Laminas\\Ldap component",
1288
                "laminas/laminas-session": "Laminas\\Session component",
1289
                "laminas/laminas-uri": "Laminas\\Uri component",
1290
                "laminas/laminas-validator": "Laminas\\Validator component"
1291
            },
1292
            "type": "library",
1293
            "autoload": {
1294
                "psr-4": {
1295
                    "Laminas\\Authentication\\": "src/"
1296
                }
1297
            },
1298
            "notification-url": "https://packagist.org/downloads/",
1299
            "license": [
1300
                "BSD-3-Clause"
1301
            ],
1302
            "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
1303
            "homepage": "https://laminas.dev",
1304
            "keywords": [
1305
                "Authentication",
1306
                "laminas"
1307
            ],
1308
            "support": {
1309
                "chat": "https://laminas.dev/chat",
1310
                "docs": "https://docs.laminas.dev/laminas-authentication/",
1311
                "forum": "https://discourse.laminas.dev",
1312
                "issues": "https://github.com/laminas/laminas-authentication/issues",
1313
                "rss": "https://github.com/laminas/laminas-authentication/releases.atom",
1314
                "source": "https://github.com/laminas/laminas-authentication"
1315
            },
1316
            "funding": [
1317
                {
1318
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1319
                    "type": "community_bridge"
1320
                }
1321
            ],
3086 efrain 1322
            "time": "2022-09-12T18:40:34+00:00"
1 www 1323
        },
1324
        {
1325
            "name": "laminas/laminas-cache",
16 efrain 1326
            "version": "2.13.2",
1 www 1327
            "source": {
1328
                "type": "git",
1329
                "url": "https://github.com/laminas/laminas-cache.git",
16 efrain 1330
                "reference": "fc3255833c1c687ed2c5312e9663ef062be155c9"
1 www 1331
            },
1332
            "dist": {
1333
                "type": "zip",
16 efrain 1334
                "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/fc3255833c1c687ed2c5312e9663ef062be155c9",
1335
                "reference": "fc3255833c1c687ed2c5312e9663ef062be155c9",
1 www 1336
                "shasum": ""
1337
            },
1338
            "require": {
1339
                "laminas/laminas-cache-storage-adapter-apc": "^1.0",
1340
                "laminas/laminas-cache-storage-adapter-apcu": "^1.0",
1341
                "laminas/laminas-cache-storage-adapter-blackhole": "^1.0",
1342
                "laminas/laminas-cache-storage-adapter-dba": "^1.0",
1343
                "laminas/laminas-cache-storage-adapter-ext-mongodb": "^1.0",
1344
                "laminas/laminas-cache-storage-adapter-filesystem": "^1.0",
1345
                "laminas/laminas-cache-storage-adapter-memcache": "^1.0",
1346
                "laminas/laminas-cache-storage-adapter-memcached": "^1.0",
1347
                "laminas/laminas-cache-storage-adapter-memory": "^1.0",
1348
                "laminas/laminas-cache-storage-adapter-mongodb": "^1.0",
1349
                "laminas/laminas-cache-storage-adapter-redis": "^1.0",
1350
                "laminas/laminas-cache-storage-adapter-session": "^1.0",
1351
                "laminas/laminas-cache-storage-adapter-wincache": "^1.0",
1352
                "laminas/laminas-cache-storage-adapter-xcache": "^1.0",
1353
                "laminas/laminas-cache-storage-adapter-zend-server": "^1.0",
1354
                "laminas/laminas-eventmanager": "^3.3",
1355
                "laminas/laminas-servicemanager": "^3.6",
1356
                "laminas/laminas-stdlib": "^3.3",
1357
                "laminas/laminas-zendframework-bridge": "^1.0",
1358
                "php": "^7.3 || ~8.0.0",
1359
                "psr/cache": "^1.0",
1360
                "psr/simple-cache": "^1.0"
1361
            },
1362
            "conflict": {
1363
                "symfony/console": "<5.1"
1364
            },
1365
            "provide": {
1366
                "psr/cache-implementation": "1.0",
1367
                "psr/simple-cache-implementation": "1.0"
1368
            },
1369
            "replace": {
1370
                "zendframework/zend-cache": "^2.9.0"
1371
            },
1372
            "require-dev": {
1373
                "laminas/laminas-cli": "^1.0",
1374
                "laminas/laminas-coding-standard": "~1.0.0",
1375
                "laminas/laminas-config-aggregator": "^1.5",
1376
                "laminas/laminas-feed": "^2.14",
1377
                "laminas/laminas-serializer": "^2.6",
1378
                "phpbench/phpbench": "^1.0.0-beta2",
1379
                "phpspec/prophecy-phpunit": "^2.0",
1380
                "phpunit/phpunit": "^9.5"
1381
            },
1382
            "suggest": {
1383
                "laminas/laminas-cli": "The laminas-cli binary can be used to consume commands provided by this component",
1384
                "laminas/laminas-serializer": "Laminas\\Serializer component"
1385
            },
1386
            "type": "library",
1387
            "extra": {
1388
                "laminas": {
1389
                    "component": "Laminas\\Cache",
1390
                    "config-provider": "Laminas\\Cache\\ConfigProvider"
1391
                }
1392
            },
1393
            "autoload": {
1394
                "files": [
1395
                    "autoload/patternPluginManagerPolyfill.php"
1396
                ],
1397
                "psr-4": {
1398
                    "Laminas\\Cache\\": "src/"
1399
                }
1400
            },
1401
            "notification-url": "https://packagist.org/downloads/",
1402
            "license": [
1403
                "BSD-3-Clause"
1404
            ],
1405
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
1406
            "homepage": "https://laminas.dev",
1407
            "keywords": [
1408
                "cache",
1409
                "laminas",
1410
                "psr-16",
1411
                "psr-6"
1412
            ],
1413
            "support": {
1414
                "chat": "https://laminas.dev/chat",
1415
                "docs": "https://docs.laminas.dev/laminas-cache/",
1416
                "forum": "https://discourse.laminas.dev",
1417
                "issues": "https://github.com/laminas/laminas-cache/issues",
1418
                "rss": "https://github.com/laminas/laminas-cache/releases.atom",
1419
                "source": "https://github.com/laminas/laminas-cache"
1420
            },
1421
            "funding": [
1422
                {
1423
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1424
                    "type": "community_bridge"
1425
                }
1426
            ],
16 efrain 1427
            "time": "2021-11-07T13:11:51+00:00"
1 www 1428
        },
1429
        {
1430
            "name": "laminas/laminas-cache-storage-adapter-apc",
1431
            "version": "1.0.1",
1432
            "source": {
1433
                "type": "git",
1434
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-apc.git",
1435
                "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1"
1436
            },
1437
            "dist": {
1438
                "type": "zip",
1439
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apc/zipball/8b375d994f6e67534f6ae6e995249e706faa30c1",
1440
                "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1",
1441
                "shasum": ""
1442
            },
1443
            "require": {
1444
                "php": "^5.6 || ^7.0"
1445
            },
1446
            "conflict": {
1447
                "laminas/laminas-cache": "<2.10"
1448
            },
1449
            "provide": {
1450
                "laminas/laminas-cache-storage-implementation": "1.0"
1451
            },
1452
            "require-dev": {
1453
                "laminas/laminas-cache": "^2.10",
1454
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1455
                "laminas/laminas-coding-standard": "~1.0.0",
1456
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
1457
            },
1458
            "suggest": {
1459
                "ext-apc": "APC or compatible extension, to use the APC storage adapter"
1460
            },
1461
            "type": "library",
1462
            "autoload": {
1463
                "psr-4": {
1464
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1465
                }
1466
            },
1467
            "notification-url": "https://packagist.org/downloads/",
1468
            "license": [
1469
                "BSD-3-Clause"
1470
            ],
1471
            "description": "Laminas cache adapter",
1472
            "keywords": [
1473
                "cache",
1474
                "laminas"
1475
            ],
1476
            "support": {
1477
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apc/",
1478
                "forum": "https://discourse.laminas.dev/",
1479
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apc/issues",
1480
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apc/releases.atom",
1481
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-apc"
1482
            },
1483
            "funding": [
1484
                {
1485
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1486
                    "type": "community_bridge"
1487
                }
1488
            ],
1489
            "abandoned": true,
1490
            "time": "2020-10-12T16:04:12+00:00"
1491
        },
1492
        {
1493
            "name": "laminas/laminas-cache-storage-adapter-apcu",
1494
            "version": "1.1.0",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-apcu.git",
1498
                "reference": "e182aab739d6b03992a9915cc3c7019391a94548"
1499
            },
1500
            "dist": {
1501
                "type": "zip",
1502
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apcu/zipball/e182aab739d6b03992a9915cc3c7019391a94548",
1503
                "reference": "e182aab739d6b03992a9915cc3c7019391a94548",
1504
                "shasum": ""
1505
            },
1506
            "require": {
1507
                "php": "^7.3 || ~8.0.0"
1508
            },
1509
            "conflict": {
1510
                "laminas/laminas-cache": "<2.10"
1511
            },
1512
            "provide": {
1513
                "laminas/laminas-cache-storage-implementation": "1.0"
1514
            },
1515
            "require-dev": {
1516
                "ext-apcu": "*",
1517
                "laminas/laminas-cache": "^2.10.1",
1518
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1519
                "laminas/laminas-coding-standard": "~1.0.0",
1520
                "squizlabs/php_codesniffer": "^2.7"
1521
            },
1522
            "suggest": {
1523
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter"
1524
            },
1525
            "type": "library",
1526
            "autoload": {
1527
                "psr-4": {
1528
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1529
                }
1530
            },
1531
            "notification-url": "https://packagist.org/downloads/",
1532
            "license": [
1533
                "BSD-3-Clause"
1534
            ],
1535
            "description": "Laminas cache adapter for apcu",
1536
            "keywords": [
1537
                "cache",
1538
                "laminas"
1539
            ],
1540
            "support": {
1541
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apcu/",
1542
                "forum": "https://discourse.laminas.dev/",
1543
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/issues",
1544
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/releases.atom",
1545
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-apcu"
1546
            },
1547
            "funding": [
1548
                {
1549
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1550
                    "type": "community_bridge"
1551
                }
1552
            ],
1553
            "time": "2021-05-03T20:41:53+00:00"
1554
        },
1555
        {
1556
            "name": "laminas/laminas-cache-storage-adapter-blackhole",
1557
            "version": "1.2.1",
1558
            "source": {
1559
                "type": "git",
1560
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole.git",
1561
                "reference": "4af1053efd81785a292c2a9442871c075700345a"
1562
            },
1563
            "dist": {
1564
                "type": "zip",
1565
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-blackhole/zipball/4af1053efd81785a292c2a9442871c075700345a",
1566
                "reference": "4af1053efd81785a292c2a9442871c075700345a",
1567
                "shasum": ""
1568
            },
1569
            "require": {
1570
                "php": "^7.3 || ~8.0.0"
1571
            },
1572
            "conflict": {
1573
                "laminas/laminas-cache": "<2.10"
1574
            },
1575
            "provide": {
1576
                "laminas/laminas-cache-storage-implementation": "1.0"
1577
            },
1578
            "require-dev": {
1579
                "laminas/laminas-cache": "^2.10.1",
1580
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1581
                "laminas/laminas-coding-standard": "^2.1.4",
1582
                "squizlabs/php_codesniffer": "^3.5.8"
1583
            },
1584
            "type": "library",
1585
            "autoload": {
1586
                "psr-4": {
1587
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1588
                }
1589
            },
1590
            "notification-url": "https://packagist.org/downloads/",
1591
            "license": [
1592
                "BSD-3-Clause"
1593
            ],
1594
            "description": "Laminas cache adapter for blackhole",
1595
            "keywords": [
1596
                "cache",
1597
                "laminas"
1598
            ],
1599
            "support": {
1600
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-blackhole/",
1601
                "forum": "https://discourse.laminas.dev/",
1602
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/issues",
1603
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/releases.atom",
1604
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole"
1605
            },
1606
            "funding": [
1607
                {
1608
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1609
                    "type": "community_bridge"
1610
                }
1611
            ],
1612
            "time": "2021-04-29T21:06:24+00:00"
1613
        },
1614
        {
1615
            "name": "laminas/laminas-cache-storage-adapter-dba",
1616
            "version": "1.0.1",
1617
            "source": {
1618
                "type": "git",
1619
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-dba.git",
1620
                "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b"
1621
            },
1622
            "dist": {
1623
                "type": "zip",
1624
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-dba/zipball/ad968d3d8a0350af8e6717be58bb96e5a9e77f3b",
1625
                "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b",
1626
                "shasum": ""
1627
            },
1628
            "require": {
1629
                "php": "^5.6 || ^7.0"
1630
            },
1631
            "conflict": {
1632
                "laminas/laminas-cache": "<2.10"
1633
            },
1634
            "provide": {
1635
                "laminas/laminas-cache-storage-implementation": "1.0"
1636
            },
1637
            "require-dev": {
1638
                "laminas/laminas-cache": "^2.10",
1639
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1640
                "laminas/laminas-coding-standard": "~1.0.0",
1641
                "squizlabs/php_codesniffer": "^2.7"
1642
            },
1643
            "suggest": {
1644
                "ext-dba": "DBA, to use the DBA storage adapter"
1645
            },
1646
            "type": "library",
1647
            "autoload": {
1648
                "psr-4": {
1649
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1650
                }
1651
            },
1652
            "notification-url": "https://packagist.org/downloads/",
1653
            "license": [
1654
                "BSD-3-Clause"
1655
            ],
1656
            "description": "Laminas cache adapter for dba",
1657
            "keywords": [
1658
                "cache",
1659
                "laminas"
1660
            ],
1661
            "support": {
1662
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-dba/",
1663
                "forum": "https://discourse.laminas.dev/",
1664
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-dba/issues",
1665
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-dba/releases.atom",
1666
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-dba"
1667
            },
1668
            "funding": [
1669
                {
1670
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1671
                    "type": "community_bridge"
1672
                }
1673
            ],
1674
            "abandoned": true,
1675
            "time": "2020-10-12T16:08:58+00:00"
1676
        },
1677
        {
1678
            "name": "laminas/laminas-cache-storage-adapter-ext-mongodb",
16 efrain 1679
            "version": "1.2.0",
1 www 1680
            "source": {
1681
                "type": "git",
1682
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb.git",
16 efrain 1683
                "reference": "72f68589cc8323fa688167a4720b795dd0907f4e"
1 www 1684
            },
1685
            "dist": {
1686
                "type": "zip",
16 efrain 1687
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-ext-mongodb/zipball/72f68589cc8323fa688167a4720b795dd0907f4e",
1688
                "reference": "72f68589cc8323fa688167a4720b795dd0907f4e",
1 www 1689
                "shasum": ""
1690
            },
1691
            "require": {
1692
                "php": "^7.3 || ~8.0.0"
1693
            },
1694
            "conflict": {
1695
                "laminas/laminas-cache": "<2.10",
1696
                "mongodb/mongodb": "<1.8"
1697
            },
1698
            "provide": {
1699
                "laminas/laminas-cache-storage-implementation": "1.0"
1700
            },
1701
            "require-dev": {
1702
                "laminas/laminas-cache": "^2.10.3",
1703
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
16 efrain 1704
                "laminas/laminas-coding-standard": "~2.2.0",
1 www 1705
                "laminas/laminas-serializer": "^2.10.1",
1706
                "mongodb/mongodb": "^1.8.0",
16 efrain 1707
                "psalm/plugin-phpunit": "^0.16.1",
1708
                "vimeo/psalm": "^4.9"
1 www 1709
            },
1710
            "suggest": {
1711
                "mongodb/mongodb": "MongoDB, to use the ExtMongoDb storage adapter"
1712
            },
1713
            "type": "library",
1714
            "autoload": {
1715
                "psr-4": {
1716
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1717
                }
1718
            },
1719
            "notification-url": "https://packagist.org/downloads/",
1720
            "license": [
1721
                "BSD-3-Clause"
1722
            ],
1723
            "description": "Laminas cache adapter for ext-mongodb",
1724
            "keywords": [
1725
                "cache",
1726
                "laminas"
1727
            ],
1728
            "support": {
1729
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-ext-mongodb/",
1730
                "forum": "https://discourse.laminas.dev/",
1731
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/issues",
1732
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/releases.atom",
1733
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb"
1734
            },
1735
            "funding": [
1736
                {
1737
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1738
                    "type": "community_bridge"
1739
                }
1740
            ],
16 efrain 1741
            "time": "2021-08-10T18:17:48+00:00"
1 www 1742
        },
1743
        {
1744
            "name": "laminas/laminas-cache-storage-adapter-filesystem",
1745
            "version": "1.1.1",
1746
            "source": {
1747
                "type": "git",
1748
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem.git",
1749
                "reference": "76fc488c3fa0ad442e4e70f807305c940d1bdcbc"
1750
            },
1751
            "dist": {
1752
                "type": "zip",
1753
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-filesystem/zipball/76fc488c3fa0ad442e4e70f807305c940d1bdcbc",
1754
                "reference": "76fc488c3fa0ad442e4e70f807305c940d1bdcbc",
1755
                "shasum": ""
1756
            },
1757
            "require": {
1758
                "php": "^7.3 || ~8.0.0"
1759
            },
1760
            "conflict": {
1761
                "laminas/laminas-cache": "<2.10"
1762
            },
1763
            "provide": {
1764
                "laminas/laminas-cache-storage-implementation": "1.0"
1765
            },
1766
            "require-dev": {
1767
                "laminas/laminas-cache": "^2.10",
1768
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1769
                "laminas/laminas-coding-standard": "~1.0.0",
1770
                "laminas/laminas-serializer": "^2.10",
1771
                "phpunit/phpunit": "^9.5",
1772
                "squizlabs/php_codesniffer": "^2.7"
1773
            },
1774
            "type": "library",
1775
            "autoload": {
1776
                "psr-4": {
1777
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1778
                }
1779
            },
1780
            "notification-url": "https://packagist.org/downloads/",
1781
            "license": [
1782
                "BSD-3-Clause"
1783
            ],
1784
            "description": "Laminas cache adapter for filesystem",
1785
            "keywords": [
1786
                "cache",
1787
                "laminas"
1788
            ],
1789
            "support": {
1790
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-filesystem/",
1791
                "forum": "https://discourse.laminas.dev/",
1792
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/issues",
1793
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/releases.atom",
1794
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem"
1795
            },
1796
            "funding": [
1797
                {
1798
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1799
                    "type": "community_bridge"
1800
                }
1801
            ],
1802
            "time": "2021-04-25T00:27:54+00:00"
1803
        },
1804
        {
1805
            "name": "laminas/laminas-cache-storage-adapter-memcache",
1806
            "version": "1.1.0",
1807
            "source": {
1808
                "type": "git",
1809
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcache.git",
1810
                "reference": "1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088"
1811
            },
1812
            "dist": {
1813
                "type": "zip",
1814
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcache/zipball/1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088",
1815
                "reference": "1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088",
1816
                "shasum": ""
1817
            },
1818
            "require": {
1819
                "php": "^7.3 || ~8.0.0"
1820
            },
1821
            "conflict": {
1822
                "laminas/laminas-cache": "<2.10"
1823
            },
1824
            "provide": {
1825
                "laminas/laminas-cache-storage-implementation": "1.0"
1826
            },
1827
            "require-dev": {
1828
                "laminas/laminas-cache": "^2.10.1",
1829
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1830
                "laminas/laminas-coding-standard": "^2.1.4",
1831
                "laminas/laminas-serializer": "^2.10.1",
1832
                "squizlabs/php_codesniffer": "^3.6.0"
1833
            },
1834
            "suggest": {
1835
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter"
1836
            },
1837
            "type": "library",
1838
            "autoload": {
1839
                "psr-4": {
1840
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1841
                }
1842
            },
1843
            "notification-url": "https://packagist.org/downloads/",
1844
            "license": [
1845
                "BSD-3-Clause"
1846
            ],
1847
            "description": "Laminas cache adapter for memcache",
1848
            "keywords": [
1849
                "cache",
1850
                "laminas"
1851
            ],
1852
            "support": {
1853
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcache/",
1854
                "forum": "https://discourse.laminas.dev/",
1855
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/issues",
1856
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/releases.atom",
1857
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcache"
1858
            },
1859
            "funding": [
1860
                {
1861
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1862
                    "type": "community_bridge"
1863
                }
1864
            ],
1865
            "abandoned": true,
1866
            "time": "2021-04-29T19:57:43+00:00"
1867
        },
1868
        {
1869
            "name": "laminas/laminas-cache-storage-adapter-memcached",
16 efrain 1870
            "version": "1.2.0",
1 www 1871
            "source": {
1872
                "type": "git",
1873
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcached.git",
16 efrain 1874
                "reference": "d05f33e43a352b85c6d0208e9cfbf2a59f02ede3"
1 www 1875
            },
1876
            "dist": {
1877
                "type": "zip",
16 efrain 1878
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcached/zipball/d05f33e43a352b85c6d0208e9cfbf2a59f02ede3",
1879
                "reference": "d05f33e43a352b85c6d0208e9cfbf2a59f02ede3",
1 www 1880
                "shasum": ""
1881
            },
1882
            "require": {
16 efrain 1883
                "php": "^7.3 || ~8.0.0"
1 www 1884
            },
1885
            "conflict": {
1886
                "laminas/laminas-cache": "<2.10"
1887
            },
1888
            "provide": {
1889
                "laminas/laminas-cache-storage-implementation": "1.0"
1890
            },
1891
            "require-dev": {
1892
                "laminas/laminas-cache": "^2.10",
1893
                "laminas/laminas-cache-storage-adapter-test": "^1.0.2",
16 efrain 1894
                "laminas/laminas-coding-standard": "~2.2.0",
1895
                "phpunit/phpunit": "^9.5.8"
1 www 1896
            },
1897
            "suggest": {
1898
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter"
1899
            },
1900
            "type": "library",
1901
            "autoload": {
1902
                "psr-4": {
1903
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1904
                }
1905
            },
1906
            "notification-url": "https://packagist.org/downloads/",
1907
            "license": [
1908
                "BSD-3-Clause"
1909
            ],
1910
            "description": "Laminas cache adapter for memcached",
1911
            "keywords": [
1912
                "cache",
1913
                "laminas",
1914
                "memcached"
1915
            ],
1916
            "support": {
1917
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcached/",
1918
                "forum": "https://discourse.laminas.dev/",
1919
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/issues",
1920
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/releases.atom",
1921
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcached"
1922
            },
1923
            "funding": [
1924
                {
1925
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1926
                    "type": "community_bridge"
1927
                }
1928
            ],
16 efrain 1929
            "time": "2021-08-08T14:51:12+00:00"
1 www 1930
        },
1931
        {
1932
            "name": "laminas/laminas-cache-storage-adapter-memory",
1933
            "version": "1.1.0",
1934
            "source": {
1935
                "type": "git",
1936
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-memory.git",
1937
                "reference": "02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd"
1938
            },
1939
            "dist": {
1940
                "type": "zip",
1941
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memory/zipball/02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd",
1942
                "reference": "02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd",
1943
                "shasum": ""
1944
            },
1945
            "require": {
1946
                "php": "^7.3 || ~8.0.0"
1947
            },
1948
            "conflict": {
1949
                "laminas/laminas-cache": "<2.10"
1950
            },
1951
            "provide": {
1952
                "laminas/laminas-cache-storage-implementation": "1.0"
1953
            },
1954
            "require-dev": {
1955
                "laminas/laminas-cache": "^2.10.1",
1956
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1957
                "laminas/laminas-coding-standard": "^2.1.4",
1958
                "squizlabs/php_codesniffer": "^3.5.8"
1959
            },
1960
            "type": "library",
1961
            "autoload": {
1962
                "psr-4": {
1963
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1964
                }
1965
            },
1966
            "notification-url": "https://packagist.org/downloads/",
1967
            "license": [
1968
                "BSD-3-Clause"
1969
            ],
1970
            "description": "Laminas cache adapter for memory",
1971
            "keywords": [
1972
                "cache",
1973
                "laminas"
1974
            ],
1975
            "support": {
1976
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memory/",
1977
                "forum": "https://discourse.laminas.dev/",
1978
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memory/issues",
1979
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memory/releases.atom",
1980
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-memory"
1981
            },
1982
            "funding": [
1983
                {
1984
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1985
                    "type": "community_bridge"
1986
                }
1987
            ],
1988
            "time": "2021-04-28T17:27:13+00:00"
1989
        },
1990
        {
1991
            "name": "laminas/laminas-cache-storage-adapter-mongodb",
1992
            "version": "1.0.1",
1993
            "source": {
1994
                "type": "git",
1995
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb.git",
1996
                "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6"
1997
            },
1998
            "dist": {
1999
                "type": "zip",
2000
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-mongodb/zipball/ef4aa396b55533b8eb3e1d4126c39a78a22e49a6",
2001
                "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6",
2002
                "shasum": ""
2003
            },
2004
            "require": {
2005
                "php": "^5.6 || ^7.0"
2006
            },
2007
            "conflict": {
2008
                "laminas/laminas-cache": "<2.10"
2009
            },
2010
            "provide": {
2011
                "laminas/laminas-cache-storage-implementation": "1.0"
2012
            },
2013
            "require-dev": {
2014
                "laminas/laminas-cache": "^2.10",
2015
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2016
                "laminas/laminas-coding-standard": "~1.0.0",
2017
                "squizlabs/php_codesniffer": "^2.7"
2018
            },
2019
            "type": "library",
2020
            "autoload": {
2021
                "psr-4": {
2022
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2023
                }
2024
            },
2025
            "notification-url": "https://packagist.org/downloads/",
2026
            "license": [
2027
                "BSD-3-Clause"
2028
            ],
2029
            "description": "Laminas cache adapter for mongodb",
2030
            "keywords": [
2031
                "cache",
2032
                "laminas"
2033
            ],
2034
            "support": {
2035
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-mongodb/",
2036
                "forum": "https://discourse.laminas.dev/",
2037
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/issues",
2038
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/releases.atom",
2039
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb"
2040
            },
2041
            "funding": [
2042
                {
2043
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2044
                    "type": "community_bridge"
2045
                }
2046
            ],
2047
            "abandoned": true,
2048
            "time": "2020-10-12T16:19:10+00:00"
2049
        },
2050
        {
2051
            "name": "laminas/laminas-cache-storage-adapter-redis",
2052
            "version": "1.2.0",
2053
            "source": {
2054
                "type": "git",
2055
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-redis.git",
2056
                "reference": "de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee"
2057
            },
2058
            "dist": {
2059
                "type": "zip",
2060
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-redis/zipball/de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee",
2061
                "reference": "de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee",
2062
                "shasum": ""
2063
            },
2064
            "require": {
2065
                "php": "^7.3 || ~8.0.0"
2066
            },
2067
            "conflict": {
2068
                "laminas/laminas-cache": "<2.10",
2069
                "phpunit/phpunit": "<6.1.0"
2070
            },
2071
            "provide": {
2072
                "laminas/laminas-cache-storage-implementation": "1.0"
2073
            },
2074
            "require-dev": {
2075
                "composer-runtime-api": "^2",
2076
                "ext-posix": "*",
2077
                "ext-redis": "*",
2078
                "laminas/laminas-cache": "^2.10",
2079
                "laminas/laminas-cache-storage-adapter-test": "^1.1",
2080
                "laminas/laminas-coding-standard": "^2.1",
2081
                "laminas/laminas-serializer": "^2.10",
2082
                "psalm/plugin-phpunit": "^0.15.1",
2083
                "vimeo/psalm": "^4.7"
2084
            },
2085
            "type": "library",
2086
            "autoload": {
2087
                "psr-4": {
2088
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2089
                }
2090
            },
2091
            "notification-url": "https://packagist.org/downloads/",
2092
            "license": [
2093
                "BSD-3-Clause"
2094
            ],
2095
            "description": "Laminas cache adapter for redis",
2096
            "keywords": [
2097
                "cache",
2098
                "laminas"
2099
            ],
2100
            "support": {
2101
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-redis/",
2102
                "forum": "https://discourse.laminas.dev/",
2103
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-redis/issues",
2104
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-redis/releases.atom",
2105
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-redis"
2106
            },
2107
            "funding": [
2108
                {
2109
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2110
                    "type": "community_bridge"
2111
                }
2112
            ],
2113
            "time": "2021-06-03T16:14:07+00:00"
2114
        },
2115
        {
2116
            "name": "laminas/laminas-cache-storage-adapter-session",
2117
            "version": "1.1.0",
2118
            "source": {
2119
                "type": "git",
2120
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-session.git",
2121
                "reference": "74a275056cfca2300eb9a67cd1d917f7066b4113"
2122
            },
2123
            "dist": {
2124
                "type": "zip",
2125
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-session/zipball/74a275056cfca2300eb9a67cd1d917f7066b4113",
2126
                "reference": "74a275056cfca2300eb9a67cd1d917f7066b4113",
2127
                "shasum": ""
2128
            },
2129
            "require": {
2130
                "php": "^7.3 || ~8.0.0"
2131
            },
2132
            "conflict": {
2133
                "laminas/laminas-cache": "<2.10"
2134
            },
2135
            "provide": {
2136
                "laminas/laminas-cache-storage-implementation": "1.0"
2137
            },
2138
            "require-dev": {
2139
                "laminas/laminas-cache": "^2.10",
2140
                "laminas/laminas-cache-storage-adapter-test": "^1.1",
2141
                "laminas/laminas-coding-standard": "^2.1",
2142
                "laminas/laminas-session": "^2.7.4"
2143
            },
2144
            "suggest": {
2145
                "laminas/laminas-session": "Laminas\\Session component"
2146
            },
2147
            "type": "library",
2148
            "autoload": {
2149
                "psr-4": {
2150
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2151
                }
2152
            },
2153
            "notification-url": "https://packagist.org/downloads/",
2154
            "license": [
2155
                "BSD-3-Clause"
2156
            ],
2157
            "description": "Laminas cache adapter for session",
2158
            "keywords": [
2159
                "cache",
2160
                "laminas"
2161
            ],
2162
            "support": {
2163
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-session/",
2164
                "forum": "https://discourse.laminas.dev/",
2165
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-session/issues",
2166
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-session/releases.atom",
2167
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-session"
2168
            },
2169
            "funding": [
2170
                {
2171
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2172
                    "type": "community_bridge"
2173
                }
2174
            ],
2175
            "time": "2021-05-02T13:52:36+00:00"
2176
        },
2177
        {
2178
            "name": "laminas/laminas-cache-storage-adapter-wincache",
2179
            "version": "1.0.1",
2180
            "source": {
2181
                "type": "git",
2182
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-wincache.git",
2183
                "reference": "0f54599c5d9aff11b01adadd2742097f923170ba"
2184
            },
2185
            "dist": {
2186
                "type": "zip",
2187
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-wincache/zipball/0f54599c5d9aff11b01adadd2742097f923170ba",
2188
                "reference": "0f54599c5d9aff11b01adadd2742097f923170ba",
2189
                "shasum": ""
2190
            },
2191
            "require": {
2192
                "php": "^5.6 || ^7.0"
2193
            },
2194
            "conflict": {
2195
                "laminas/laminas-cache": "<2.10"
2196
            },
2197
            "provide": {
2198
                "laminas/laminas-cache-storage-implementation": "1.0"
2199
            },
2200
            "require-dev": {
2201
                "laminas/laminas-cache": "^2.10",
2202
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2203
                "laminas/laminas-coding-standard": "~1.0.0",
2204
                "squizlabs/php_codesniffer": "^2.7"
2205
            },
2206
            "suggest": {
2207
                "ext-wincache": "WinCache, to use the WinCache storage adapter"
2208
            },
2209
            "type": "library",
2210
            "autoload": {
2211
                "psr-4": {
2212
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2213
                }
2214
            },
2215
            "notification-url": "https://packagist.org/downloads/",
2216
            "license": [
2217
                "BSD-3-Clause"
2218
            ],
2219
            "description": "Laminas cache adapter for wincache",
2220
            "keywords": [
2221
                "cache",
2222
                "laminas"
2223
            ],
2224
            "support": {
2225
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-wincache/",
2226
                "forum": "https://discourse.laminas.dev/",
2227
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/issues",
2228
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/releases.atom",
2229
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-wincache"
2230
            },
2231
            "funding": [
2232
                {
2233
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2234
                    "type": "community_bridge"
2235
                }
2236
            ],
2237
            "abandoned": true,
2238
            "time": "2020-10-12T16:22:49+00:00"
2239
        },
2240
        {
2241
            "name": "laminas/laminas-cache-storage-adapter-xcache",
2242
            "version": "1.0.1",
2243
            "source": {
2244
                "type": "git",
2245
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-xcache.git",
2246
                "reference": "24049557aa796ec7527bcc8032ed68346232b219"
2247
            },
2248
            "dist": {
2249
                "type": "zip",
2250
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-xcache/zipball/24049557aa796ec7527bcc8032ed68346232b219",
2251
                "reference": "24049557aa796ec7527bcc8032ed68346232b219",
2252
                "shasum": ""
2253
            },
2254
            "require": {
2255
                "php": "^5.6 || ^7.0"
2256
            },
2257
            "conflict": {
2258
                "laminas/laminas-cache": "<2.10"
2259
            },
2260
            "provide": {
2261
                "laminas/laminas-cache-storage-implementation": "1.0"
2262
            },
2263
            "require-dev": {
2264
                "laminas/laminas-cache": "^2.10",
2265
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2266
                "laminas/laminas-coding-standard": "~1.0.0",
2267
                "laminas/laminas-serializer": "^2.9",
2268
                "squizlabs/php_codesniffer": "^2.7"
2269
            },
2270
            "suggest": {
2271
                "ext-xcache": "XCache, to use the XCache storage adapter"
2272
            },
2273
            "type": "library",
2274
            "autoload": {
2275
                "psr-4": {
2276
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2277
                }
2278
            },
2279
            "notification-url": "https://packagist.org/downloads/",
2280
            "license": [
2281
                "BSD-3-Clause"
2282
            ],
2283
            "description": "Laminas cache adapter for xcache",
2284
            "keywords": [
2285
                "cache",
2286
                "laminas"
2287
            ],
2288
            "support": {
2289
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-xcache/",
2290
                "forum": "https://discourse.laminas.dev/",
2291
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/issues",
2292
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/releases.atom",
2293
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-xcache"
2294
            },
2295
            "funding": [
2296
                {
2297
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2298
                    "type": "community_bridge"
2299
                }
2300
            ],
2301
            "abandoned": true,
2302
            "time": "2020-10-12T16:23:46+00:00"
2303
        },
2304
        {
2305
            "name": "laminas/laminas-cache-storage-adapter-zend-server",
2306
            "version": "1.0.1",
2307
            "source": {
2308
                "type": "git",
2309
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server.git",
2310
                "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc"
2311
            },
2312
            "dist": {
2313
                "type": "zip",
2314
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-zend-server/zipball/8d0b0d219a048a92472d89a5e527990f3ea2decc",
2315
                "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc",
2316
                "shasum": ""
2317
            },
2318
            "require": {
2319
                "php": "^5.6 || ^7.0"
2320
            },
2321
            "conflict": {
2322
                "laminas/laminas-cache": "<2.10"
2323
            },
2324
            "provide": {
2325
                "laminas/laminas-cache-storage-implementation": "1.0"
2326
            },
2327
            "require-dev": {
2328
                "laminas/laminas-cache": "^2.10",
2329
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2330
                "laminas/laminas-coding-standard": "~1.0.0",
2331
                "squizlabs/php_codesniffer": "^2.7"
2332
            },
2333
            "type": "library",
2334
            "autoload": {
2335
                "psr-4": {
2336
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2337
                }
2338
            },
2339
            "notification-url": "https://packagist.org/downloads/",
2340
            "license": [
2341
                "BSD-3-Clause"
2342
            ],
2343
            "description": "Laminas cache adapter for zend-server",
2344
            "keywords": [
2345
                "cache",
2346
                "laminas"
2347
            ],
2348
            "support": {
2349
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-zend-server/",
2350
                "forum": "https://discourse.laminas.dev/",
2351
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/issues",
2352
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/releases.atom",
2353
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server"
2354
            },
2355
            "funding": [
2356
                {
2357
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2358
                    "type": "community_bridge"
2359
                }
2360
            ],
4113 efrain 2361
            "abandoned": true,
1 www 2362
            "time": "2020-10-12T16:24:25+00:00"
2363
        },
2364
        {
2365
            "name": "laminas/laminas-captcha",
4113 efrain 2366
            "version": "2.14.0",
1 www 2367
            "source": {
2368
                "type": "git",
2369
                "url": "https://github.com/laminas/laminas-captcha.git",
4113 efrain 2370
                "reference": "1213445d2017aa869990e9b8cae6e1e4ed05e1e4"
1 www 2371
            },
2372
            "dist": {
2373
                "type": "zip",
4113 efrain 2374
                "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/1213445d2017aa869990e9b8cae6e1e4ed05e1e4",
2375
                "reference": "1213445d2017aa869990e9b8cae6e1e4ed05e1e4",
1 www 2376
                "shasum": ""
2377
            },
2378
            "require": {
3086 efrain 2379
                "laminas/laminas-recaptcha": "^3.4.0",
2380
                "laminas/laminas-session": "^2.12",
2381
                "laminas/laminas-stdlib": "^3.10.1",
2382
                "laminas/laminas-text": "^2.9.0",
2383
                "laminas/laminas-validator": "^2.19.0",
4113 efrain 2384
                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 2385
            },
16 efrain 2386
            "conflict": {
2387
                "zendframework/zend-captcha": "*"
1 www 2388
            },
2389
            "require-dev": {
3086 efrain 2390
                "ext-gd": "*",
4113 efrain 2391
                "laminas/laminas-coding-standard": "~2.4.0",
2392
                "phpunit/phpunit": "^9.5.26",
2393
                "psalm/plugin-phpunit": "^0.18.0",
2394
                "vimeo/psalm": "^4.29.0"
1 www 2395
            },
2396
            "suggest": {
3086 efrain 2397
                "laminas/laminas-i18n-resources": "Translations of captcha messages"
1 www 2398
            },
2399
            "type": "library",
2400
            "autoload": {
2401
                "psr-4": {
2402
                    "Laminas\\Captcha\\": "src/"
2403
                }
2404
            },
2405
            "notification-url": "https://packagist.org/downloads/",
2406
            "license": [
2407
                "BSD-3-Clause"
2408
            ],
2409
            "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
2410
            "homepage": "https://laminas.dev",
2411
            "keywords": [
2412
                "captcha",
2413
                "laminas"
2414
            ],
2415
            "support": {
2416
                "chat": "https://laminas.dev/chat",
2417
                "docs": "https://docs.laminas.dev/laminas-captcha/",
2418
                "forum": "https://discourse.laminas.dev",
2419
                "issues": "https://github.com/laminas/laminas-captcha/issues",
2420
                "rss": "https://github.com/laminas/laminas-captcha/releases.atom",
2421
                "source": "https://github.com/laminas/laminas-captcha"
2422
            },
2423
            "funding": [
2424
                {
2425
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2426
                    "type": "community_bridge"
2427
                }
2428
            ],
4113 efrain 2429
            "time": "2022-11-15T14:56:06+00:00"
1 www 2430
        },
2431
        {
2432
            "name": "laminas/laminas-cli",
3086 efrain 2433
            "version": "1.5.0",
1 www 2434
            "source": {
2435
                "type": "git",
2436
                "url": "https://github.com/laminas/laminas-cli.git",
3086 efrain 2437
                "reference": "fb1076fbd0cb472fff3ebf9e08a7a9dbd70634a7"
1 www 2438
            },
2439
            "dist": {
2440
                "type": "zip",
3086 efrain 2441
                "url": "https://api.github.com/repos/laminas/laminas-cli/zipball/fb1076fbd0cb472fff3ebf9e08a7a9dbd70634a7",
2442
                "reference": "fb1076fbd0cb472fff3ebf9e08a7a9dbd70634a7",
1 www 2443
                "shasum": ""
2444
            },
2445
            "require": {
112 efrain 2446
                "composer-runtime-api": "^2.0.0",
16 efrain 2447
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
2448
                "psr/container": "^1.0 || ^2.0",
2449
                "symfony/console": "^5.3.7 || ^6.0",
2450
                "symfony/event-dispatcher": "^5.0 || ^6.0",
1 www 2451
                "symfony/polyfill-php80": "^1.17",
16 efrain 2452
                "webmozart/assert": "^1.10"
1 www 2453
            },
2454
            "require-dev": {
3086 efrain 2455
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 2456
                "laminas/laminas-mvc": "^3.1.1",
3086 efrain 2457
                "laminas/laminas-servicemanager": "^3.15.1",
1 www 2458
                "mikey179/vfsstream": "2.0.x-dev",
16 efrain 2459
                "phpunit/phpunit": "^9.5.9",
3086 efrain 2460
                "psalm/plugin-phpunit": "^0.17.0",
2461
                "vimeo/psalm": "^4.24.0"
1 www 2462
            },
2463
            "bin": [
2464
                "bin/laminas"
2465
            ],
2466
            "type": "library",
2467
            "autoload": {
2468
                "psr-4": {
2469
                    "Laminas\\Cli\\": "src/"
2470
                }
2471
            },
2472
            "notification-url": "https://packagist.org/downloads/",
2473
            "license": [
2474
                "BSD-3-Clause"
2475
            ],
2476
            "description": "Command-line interface for Laminas projects",
2477
            "keywords": [
2478
                "cli",
2479
                "command",
2480
                "console",
2481
                "laminas"
2482
            ],
2483
            "support": {
2484
                "chat": "https://laminas.dev/chat",
2485
                "docs": "https://docs.laminas.dev/laminas-cli/",
2486
                "forum": "https://discourse.laminas.dev",
2487
                "issues": "https://github.com/mezzio/laminas-cli/issues",
2488
                "rss": "https://github.com/mezzio/laminas-cli/releases.atom",
2489
                "source": "https://github.com/mezzio/laminas-cli"
2490
            },
2491
            "funding": [
2492
                {
2493
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2494
                    "type": "community_bridge"
2495
                }
2496
            ],
3086 efrain 2497
            "time": "2022-08-03T17:19:22+00:00"
1 www 2498
        },
2499
        {
2500
            "name": "laminas/laminas-code",
2501
            "version": "3.5.1",
2502
            "source": {
2503
                "type": "git",
2504
                "url": "https://github.com/laminas/laminas-code.git",
2505
                "reference": "b549b70c0bb6e935d497f84f750c82653326ac77"
2506
            },
2507
            "dist": {
2508
                "type": "zip",
2509
                "url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77",
2510
                "reference": "b549b70c0bb6e935d497f84f750c82653326ac77",
2511
                "shasum": ""
2512
            },
2513
            "require": {
2514
                "laminas/laminas-eventmanager": "^3.3",
2515
                "laminas/laminas-zendframework-bridge": "^1.1",
2516
                "php": "^7.3 || ~8.0.0"
2517
            },
2518
            "conflict": {
2519
                "phpspec/prophecy": "<1.9.0"
2520
            },
2521
            "replace": {
2522
                "zendframework/zend-code": "^3.4.1"
2523
            },
2524
            "require-dev": {
2525
                "doctrine/annotations": "^1.10.4",
2526
                "ext-phar": "*",
2527
                "laminas/laminas-coding-standard": "^1.0.0",
2528
                "laminas/laminas-stdlib": "^3.3.0",
2529
                "phpunit/phpunit": "^9.4.2"
2530
            },
2531
            "suggest": {
2532
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
2533
                "laminas/laminas-stdlib": "Laminas\\Stdlib component"
2534
            },
2535
            "type": "library",
2536
            "autoload": {
2537
                "psr-4": {
2538
                    "Laminas\\Code\\": "src/"
2539
                }
2540
            },
2541
            "notification-url": "https://packagist.org/downloads/",
2542
            "license": [
2543
                "BSD-3-Clause"
2544
            ],
2545
            "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
2546
            "homepage": "https://laminas.dev",
2547
            "keywords": [
2548
                "code",
2549
                "laminas"
2550
            ],
2551
            "support": {
2552
                "chat": "https://laminas.dev/chat",
2553
                "docs": "https://docs.laminas.dev/laminas-code/",
2554
                "forum": "https://discourse.laminas.dev",
2555
                "issues": "https://github.com/laminas/laminas-code/issues",
2556
                "rss": "https://github.com/laminas/laminas-code/releases.atom",
2557
                "source": "https://github.com/laminas/laminas-code"
2558
            },
2559
            "funding": [
2560
                {
2561
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2562
                    "type": "community_bridge"
2563
                }
2564
            ],
2565
            "time": "2020-11-30T20:16:31+00:00"
2566
        },
2567
        {
2568
            "name": "laminas/laminas-component-installer",
3086 efrain 2569
            "version": "2.8.0",
1 www 2570
            "source": {
2571
                "type": "git",
2572
                "url": "https://github.com/laminas/laminas-component-installer.git",
3086 efrain 2573
                "reference": "3c998d2b2755985c71cd4d5d9b294228f63d3a65"
1 www 2574
            },
2575
            "dist": {
2576
                "type": "zip",
3086 efrain 2577
                "url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/3c998d2b2755985c71cd4d5d9b294228f63d3a65",
2578
                "reference": "3c998d2b2755985c71cd4d5d9b294228f63d3a65",
1 www 2579
                "shasum": ""
2580
            },
2581
            "require": {
2582
                "composer-plugin-api": "^1.0 || ^2.0",
16 efrain 2583
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 2584
            },
16 efrain 2585
            "conflict": {
2586
                "zendframework/zend-component-installer": "*"
1 www 2587
            },
2588
            "require-dev": {
3086 efrain 2589
                "composer/composer": "^2.1.9@RC",
16 efrain 2590
                "laminas/laminas-coding-standard": "~2.3.0",
2591
                "mikey179/vfsstream": "^1.6.10",
3086 efrain 2592
                "phpunit/phpunit": "^9.5.19",
16 efrain 2593
                "psalm/plugin-phpunit": "^0.16.1",
3086 efrain 2594
                "vimeo/psalm": "^4.22.0",
2595
                "webmozart/assert": "^1.10.0"
1 www 2596
            },
2597
            "type": "composer-plugin",
2598
            "extra": {
2599
                "class": "Laminas\\ComponentInstaller\\ComponentInstaller"
2600
            },
2601
            "autoload": {
2602
                "psr-4": {
2603
                    "Laminas\\ComponentInstaller\\": "src/"
2604
                }
2605
            },
2606
            "notification-url": "https://packagist.org/downloads/",
2607
            "license": [
2608
                "BSD-3-Clause"
2609
            ],
2610
            "description": "Composer plugin for injecting modules and configuration providers into application configuration",
2611
            "homepage": "https://laminas.dev",
2612
            "keywords": [
2613
                "component installer",
2614
                "composer",
2615
                "laminas",
2616
                "plugin"
2617
            ],
2618
            "support": {
2619
                "chat": "https://laminas.dev/chat",
2620
                "docs": "https://docs.laminas.dev/laminas-component-installer/",
2621
                "forum": "https://discourse.laminas.dev",
2622
                "issues": "https://github.com/laminas/laminas-component-installer/issues",
2623
                "rss": "https://github.com/laminas/laminas-component-installer/releases.atom",
2624
                "source": "https://github.com/laminas/laminas-component-installer"
2625
            },
2626
            "funding": [
2627
                {
2628
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2629
                    "type": "community_bridge"
2630
                }
2631
            ],
3086 efrain 2632
            "time": "2022-07-03T21:27:51+00:00"
1 www 2633
        },
2634
        {
2635
            "name": "laminas/laminas-config",
16 efrain 2636
            "version": "3.7.0",
1 www 2637
            "source": {
2638
                "type": "git",
2639
                "url": "https://github.com/laminas/laminas-config.git",
16 efrain 2640
                "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd"
1 www 2641
            },
2642
            "dist": {
2643
                "type": "zip",
16 efrain 2644
                "url": "https://api.github.com/repos/laminas/laminas-config/zipball/e43d13dcfc273d4392812eb395ce636f73f34dfd",
2645
                "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd",
1 www 2646
                "shasum": ""
2647
            },
2648
            "require": {
2649
                "ext-json": "*",
16 efrain 2650
                "laminas/laminas-stdlib": "^3.6",
2651
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
1 www 2652
                "psr/container": "^1.0"
2653
            },
2654
            "conflict": {
16 efrain 2655
                "container-interop/container-interop": "<1.2.0",
2656
                "zendframework/zend-config": "*"
1 www 2657
            },
2658
            "require-dev": {
2659
                "laminas/laminas-coding-standard": "~1.0.0",
2660
                "laminas/laminas-filter": "^2.7.2",
2661
                "laminas/laminas-i18n": "^2.10.3",
16 efrain 2662
                "laminas/laminas-servicemanager": "^3.7",
2663
                "phpunit/phpunit": "^9.5.5"
1 www 2664
            },
2665
            "suggest": {
2666
                "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
2667
                "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
2668
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
2669
            },
2670
            "type": "library",
2671
            "autoload": {
2672
                "psr-4": {
2673
                    "Laminas\\Config\\": "src/"
2674
                }
2675
            },
2676
            "notification-url": "https://packagist.org/downloads/",
2677
            "license": [
2678
                "BSD-3-Clause"
2679
            ],
2680
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
2681
            "homepage": "https://laminas.dev",
2682
            "keywords": [
2683
                "config",
2684
                "laminas"
2685
            ],
2686
            "support": {
2687
                "chat": "https://laminas.dev/chat",
2688
                "docs": "https://docs.laminas.dev/laminas-config/",
2689
                "forum": "https://discourse.laminas.dev",
2690
                "issues": "https://github.com/laminas/laminas-config/issues",
2691
                "rss": "https://github.com/laminas/laminas-config/releases.atom",
2692
                "source": "https://github.com/laminas/laminas-config"
2693
            },
2694
            "funding": [
2695
                {
2696
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2697
                    "type": "community_bridge"
2698
                }
2699
            ],
16 efrain 2700
            "time": "2021-10-01T16:07:46+00:00"
1 www 2701
        },
2702
        {
2703
            "name": "laminas/laminas-console",
2704
            "version": "2.8.0",
2705
            "source": {
2706
                "type": "git",
2707
                "url": "https://github.com/laminas/laminas-console.git",
2708
                "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
2709
            },
2710
            "dist": {
2711
                "type": "zip",
2712
                "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
2713
                "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
2714
                "shasum": ""
2715
            },
2716
            "require": {
2717
                "laminas/laminas-stdlib": "^3.2.1",
2718
                "laminas/laminas-zendframework-bridge": "^1.0",
2719
                "php": "^5.6 || ^7.0"
2720
            },
2721
            "replace": {
2722
                "zendframework/zend-console": "self.version"
2723
            },
2724
            "require-dev": {
2725
                "laminas/laminas-coding-standard": "~1.0.0",
2726
                "laminas/laminas-filter": "^2.7.2",
2727
                "laminas/laminas-json": "^2.6 || ^3.0",
2728
                "laminas/laminas-validator": "^2.10.1",
2729
                "phpunit/phpunit": "^5.7.23 || ^6.4.3"
2730
            },
2731
            "suggest": {
2732
                "laminas/laminas-filter": "To support DefaultRouteMatcher usage",
2733
                "laminas/laminas-validator": "To support DefaultRouteMatcher usage"
2734
            },
2735
            "type": "library",
2736
            "extra": {
2737
                "branch-alias": {
2738
                    "dev-master": "2.8.x-dev",
2739
                    "dev-develop": "2.9.x-dev"
2740
                }
2741
            },
2742
            "autoload": {
2743
                "psr-4": {
2744
                    "Laminas\\Console\\": "src/"
2745
                }
2746
            },
2747
            "notification-url": "https://packagist.org/downloads/",
2748
            "license": [
2749
                "BSD-3-Clause"
2750
            ],
2751
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
2752
            "homepage": "https://laminas.dev",
2753
            "keywords": [
2754
                "console",
2755
                "laminas"
2756
            ],
2757
            "support": {
2758
                "chat": "https://laminas.dev/chat",
2759
                "docs": "https://docs.laminas.dev/laminas-console/",
2760
                "forum": "https://discourse.laminas.dev",
2761
                "issues": "https://github.com/laminas/laminas-console/issues",
2762
                "rss": "https://github.com/laminas/laminas-console/releases.atom",
2763
                "source": "https://github.com/laminas/laminas-console"
2764
            },
2765
            "abandoned": "laminas/laminas-cli",
2766
            "time": "2019-12-31T16:31:45+00:00"
2767
        },
2768
        {
2769
            "name": "laminas/laminas-db",
4113 efrain 2770
            "version": "2.15.1",
1 www 2771
            "source": {
2772
                "type": "git",
2773
                "url": "https://github.com/laminas/laminas-db.git",
4113 efrain 2774
                "reference": "a03d8df79c36c07b9031d05bfd605dfed3ddf9a3"
1 www 2775
            },
2776
            "dist": {
2777
                "type": "zip",
4113 efrain 2778
                "url": "https://api.github.com/repos/laminas/laminas-db/zipball/a03d8df79c36c07b9031d05bfd605dfed3ddf9a3",
2779
                "reference": "a03d8df79c36c07b9031d05bfd605dfed3ddf9a3",
1 www 2780
                "shasum": ""
2781
            },
2782
            "require": {
3086 efrain 2783
                "laminas/laminas-stdlib": "^3.7.1",
16 efrain 2784
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 2785
            },
16 efrain 2786
            "conflict": {
2787
                "zendframework/zend-db": "*"
1 www 2788
            },
2789
            "require-dev": {
16 efrain 2790
                "laminas/laminas-coding-standard": "~2.2.1",
3086 efrain 2791
                "laminas/laminas-eventmanager": "^3.4.0",
16 efrain 2792
                "laminas/laminas-hydrator": "^3.2 || ^4.3",
3086 efrain 2793
                "laminas/laminas-servicemanager": "^3.7.0",
2794
                "phpunit/phpunit": "^9.5.19"
1 www 2795
            },
2796
            "suggest": {
2797
                "laminas/laminas-eventmanager": "Laminas\\EventManager component",
16 efrain 2798
                "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1 www 2799
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2800
            },
2801
            "type": "library",
2802
            "extra": {
2803
                "laminas": {
2804
                    "component": "Laminas\\Db",
2805
                    "config-provider": "Laminas\\Db\\ConfigProvider"
2806
                }
2807
            },
2808
            "autoload": {
2809
                "psr-4": {
2810
                    "Laminas\\Db\\": "src/"
2811
                }
2812
            },
2813
            "notification-url": "https://packagist.org/downloads/",
2814
            "license": [
2815
                "BSD-3-Clause"
2816
            ],
2817
            "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
2818
            "homepage": "https://laminas.dev",
2819
            "keywords": [
2820
                "db",
2821
                "laminas"
2822
            ],
2823
            "support": {
2824
                "chat": "https://laminas.dev/chat",
2825
                "docs": "https://docs.laminas.dev/laminas-db/",
2826
                "forum": "https://discourse.laminas.dev",
2827
                "issues": "https://github.com/laminas/laminas-db/issues",
2828
                "rss": "https://github.com/laminas/laminas-db/releases.atom",
2829
                "source": "https://github.com/laminas/laminas-db"
2830
            },
2831
            "funding": [
2832
                {
2833
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2834
                    "type": "community_bridge"
2835
                }
2836
            ],
4113 efrain 2837
            "time": "2022-12-05T18:22:10+00:00"
1 www 2838
        },
2839
        {
2840
            "name": "laminas/laminas-development-mode",
3086 efrain 2841
            "version": "3.8.0",
1 www 2842
            "source": {
2843
                "type": "git",
2844
                "url": "https://github.com/laminas/laminas-development-mode.git",
3086 efrain 2845
                "reference": "a01e937a41909df8a6750d500a819fbda4ce6be0"
1 www 2846
            },
2847
            "dist": {
2848
                "type": "zip",
3086 efrain 2849
                "url": "https://api.github.com/repos/laminas/laminas-development-mode/zipball/a01e937a41909df8a6750d500a819fbda4ce6be0",
2850
                "reference": "a01e937a41909df8a6750d500a819fbda4ce6be0",
1 www 2851
                "shasum": ""
2852
            },
2853
            "require": {
3086 efrain 2854
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 2855
            },
16 efrain 2856
            "conflict": {
2857
                "zfcampus/zf-development-mode": "*"
1 www 2858
            },
2859
            "require-dev": {
16 efrain 2860
                "laminas/laminas-coding-standard": "~2.3.0",
2861
                "mikey179/vfsstream": "^1.6.10",
3086 efrain 2862
                "phpunit/phpunit": "^9.5.21",
2863
                "psalm/plugin-phpunit": "^0.17.0",
2864
                "vimeo/psalm": "^4.24"
1 www 2865
            },
2866
            "bin": [
2867
                "bin/laminas-development-mode"
2868
            ],
2869
            "type": "library",
2870
            "autoload": {
2871
                "psr-4": {
2872
                    "Laminas\\DevelopmentMode\\": "src/"
2873
                }
2874
            },
2875
            "notification-url": "https://packagist.org/downloads/",
2876
            "license": [
2877
                "BSD-3-Clause"
2878
            ],
2879
            "description": "Laminas development mode script",
2880
            "homepage": "https://laminas.dev",
2881
            "keywords": [
2882
                "framework",
2883
                "laminas"
2884
            ],
2885
            "support": {
2886
                "chat": "https://laminas.dev/chat",
2887
                "forum": "https://discourse.laminas.dev",
2888
                "issues": "https://github.com/laminas/laminas-development-mode/issues",
2889
                "rss": "https://github.com/laminas/laminas-development-mode/releases.atom",
2890
                "source": "https://github.com/laminas/laminas-development-mode"
2891
            },
2892
            "funding": [
2893
                {
2894
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2895
                    "type": "community_bridge"
2896
                }
2897
            ],
3086 efrain 2898
            "time": "2022-07-26T07:48:21+00:00"
1 www 2899
        },
2900
        {
2901
            "name": "laminas/laminas-di",
3086 efrain 2902
            "version": "3.9.1",
1 www 2903
            "source": {
2904
                "type": "git",
2905
                "url": "https://github.com/laminas/laminas-di.git",
3086 efrain 2906
                "reference": "9b7091c50587f7ded53519d229421a02532feb9a"
1 www 2907
            },
2908
            "dist": {
2909
                "type": "zip",
3086 efrain 2910
                "url": "https://api.github.com/repos/laminas/laminas-di/zipball/9b7091c50587f7ded53519d229421a02532feb9a",
2911
                "reference": "9b7091c50587f7ded53519d229421a02532feb9a",
1 www 2912
                "shasum": ""
2913
            },
2914
            "require": {
16 efrain 2915
                "laminas/laminas-stdlib": "^3.6",
3086 efrain 2916
                "php": ">=7.4, <8.2",
16 efrain 2917
                "psr/container": "^1.1.1",
3086 efrain 2918
                "psr/log": "^1.1.4 || ^3.0.0"
1 www 2919
            },
2920
            "conflict": {
3086 efrain 2921
                "laminas/laminas-servicemanager": "<3.13.0",
1 www 2922
                "laminas/laminas-servicemanager-di": "*",
16 efrain 2923
                "phpspec/prophecy": "<1.9.0",
2924
                "zendframework/zend-di": "*"
1 www 2925
            },
2926
            "require-dev": {
16 efrain 2927
                "laminas/laminas-coding-standard": "~2.3.0",
3086 efrain 2928
                "laminas/laminas-servicemanager": "^3.12",
16 efrain 2929
                "mikey179/vfsstream": "^1.6.10@alpha",
3086 efrain 2930
                "phpbench/phpbench": "^1.2",
1 www 2931
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 2932
                "phpunit/phpunit": "^9.5.5",
2933
                "squizlabs/php_codesniffer": "^3.6"
1 www 2934
            },
2935
            "suggest": {
2936
                "laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
2937
            },
2938
            "type": "library",
2939
            "extra": {
2940
                "laminas": {
2941
                    "component": "Laminas\\Di",
2942
                    "config-provider": "Laminas\\Di\\ConfigProvider"
2943
                }
2944
            },
2945
            "autoload": {
2946
                "psr-4": {
2947
                    "Laminas\\Di\\": "src/"
2948
                }
2949
            },
2950
            "notification-url": "https://packagist.org/downloads/",
2951
            "license": [
2952
                "BSD-3-Clause"
2953
            ],
2954
            "description": "Automated dependency injection for PSR-11 containers",
2955
            "homepage": "https://laminas.dev",
2956
            "keywords": [
2957
                "PSR-11",
2958
                "di",
2959
                "laminas"
2960
            ],
2961
            "support": {
2962
                "chat": "https://laminas.dev/chat",
2963
                "docs": "https://docs.laminas.dev/laminas-di/",
2964
                "forum": "https://discourse.laminas.dev",
2965
                "issues": "https://github.com/laminas/laminas-di/issues",
2966
                "rss": "https://github.com/laminas/laminas-di/releases.atom",
2967
                "source": "https://github.com/laminas/laminas-di"
2968
            },
2969
            "funding": [
2970
                {
2971
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2972
                    "type": "community_bridge"
2973
                }
2974
            ],
3086 efrain 2975
            "time": "2022-06-30T12:29:26+00:00"
1 www 2976
        },
2977
        {
2978
            "name": "laminas/laminas-diactoros",
3086 efrain 2979
            "version": "2.17.0",
1 www 2980
            "source": {
2981
                "type": "git",
2982
                "url": "https://github.com/laminas/laminas-diactoros.git",
3086 efrain 2983
                "reference": "5b32597aa46b83c8b85bb1cf9a6ed4fe7dd980c5"
1 www 2984
            },
2985
            "dist": {
2986
                "type": "zip",
3086 efrain 2987
                "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5b32597aa46b83c8b85bb1cf9a6ed4fe7dd980c5",
2988
                "reference": "5b32597aa46b83c8b85bb1cf9a6ed4fe7dd980c5",
1 www 2989
                "shasum": ""
2990
            },
2991
            "require": {
3086 efrain 2992
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
1 www 2993
                "psr/http-factory": "^1.0",
2994
                "psr/http-message": "^1.0"
2995
            },
2996
            "conflict": {
16 efrain 2997
                "zendframework/zend-diactoros": "*"
1 www 2998
            },
2999
            "provide": {
3000
                "psr/http-factory-implementation": "1.0",
3001
                "psr/http-message-implementation": "1.0"
3002
            },
3003
            "require-dev": {
3004
                "ext-curl": "*",
3005
                "ext-dom": "*",
3006
                "ext-gd": "*",
3007
                "ext-libxml": "*",
3086 efrain 3008
                "http-interop/http-factory-tests": "^0.9.0",
3009
                "laminas/laminas-coding-standard": "^2.4.0",
3010
                "php-http/psr7-integration-tests": "^1.1.1",
3011
                "phpunit/phpunit": "^9.5.23",
3012
                "psalm/plugin-phpunit": "^0.17.0",
3013
                "vimeo/psalm": "^4.24.0"
1 www 3014
            },
3015
            "type": "library",
3016
            "extra": {
3017
                "laminas": {
3018
                    "config-provider": "Laminas\\Diactoros\\ConfigProvider",
3019
                    "module": "Laminas\\Diactoros"
3020
                }
3021
            },
3022
            "autoload": {
3023
                "files": [
3024
                    "src/functions/create_uploaded_file.php",
3025
                    "src/functions/marshal_headers_from_sapi.php",
3026
                    "src/functions/marshal_method_from_sapi.php",
3027
                    "src/functions/marshal_protocol_version_from_sapi.php",
3028
                    "src/functions/marshal_uri_from_sapi.php",
3029
                    "src/functions/normalize_server.php",
3030
                    "src/functions/normalize_uploaded_files.php",
3031
                    "src/functions/parse_cookie_header.php",
3032
                    "src/functions/create_uploaded_file.legacy.php",
3033
                    "src/functions/marshal_headers_from_sapi.legacy.php",
3034
                    "src/functions/marshal_method_from_sapi.legacy.php",
3035
                    "src/functions/marshal_protocol_version_from_sapi.legacy.php",
3036
                    "src/functions/marshal_uri_from_sapi.legacy.php",
3037
                    "src/functions/normalize_server.legacy.php",
3038
                    "src/functions/normalize_uploaded_files.legacy.php",
3039
                    "src/functions/parse_cookie_header.legacy.php"
3040
                ],
3041
                "psr-4": {
3042
                    "Laminas\\Diactoros\\": "src/"
3043
                }
3044
            },
3045
            "notification-url": "https://packagist.org/downloads/",
3046
            "license": [
3047
                "BSD-3-Clause"
3048
            ],
3049
            "description": "PSR HTTP Message implementations",
3050
            "homepage": "https://laminas.dev",
3051
            "keywords": [
3052
                "http",
3053
                "laminas",
3054
                "psr",
3055
                "psr-17",
3056
                "psr-7"
3057
            ],
3058
            "support": {
3059
                "chat": "https://laminas.dev/chat",
3060
                "docs": "https://docs.laminas.dev/laminas-diactoros/",
3061
                "forum": "https://discourse.laminas.dev",
3062
                "issues": "https://github.com/laminas/laminas-diactoros/issues",
3063
                "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
3064
                "source": "https://github.com/laminas/laminas-diactoros"
3065
            },
3066
            "funding": [
3067
                {
3068
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3069
                    "type": "community_bridge"
3070
                }
3071
            ],
3086 efrain 3072
            "time": "2022-08-30T17:01:46+00:00"
1 www 3073
        },
3074
        {
3075
            "name": "laminas/laminas-escaper",
3086 efrain 3076
            "version": "2.12.0",
1 www 3077
            "source": {
3078
                "type": "git",
3079
                "url": "https://github.com/laminas/laminas-escaper.git",
3086 efrain 3080
                "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
1 www 3081
            },
3082
            "dist": {
3083
                "type": "zip",
3086 efrain 3084
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
3085
                "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1 www 3086
                "shasum": ""
3087
            },
3088
            "require": {
3086 efrain 3089
                "ext-ctype": "*",
3090
                "ext-mbstring": "*",
3091
                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 3092
            },
16 efrain 3093
            "conflict": {
3094
                "zendframework/zend-escaper": "*"
1 www 3095
            },
3096
            "require-dev": {
3086 efrain 3097
                "infection/infection": "^0.26.6",
3098
                "laminas/laminas-coding-standard": "~2.4.0",
3099
                "maglnet/composer-require-checker": "^3.8.0",
3100
                "phpunit/phpunit": "^9.5.18",
3101
                "psalm/plugin-phpunit": "^0.17.0",
3102
                "vimeo/psalm": "^4.22.0"
1 www 3103
            },
3104
            "type": "library",
3105
            "autoload": {
3106
                "psr-4": {
3107
                    "Laminas\\Escaper\\": "src/"
3108
                }
3109
            },
3110
            "notification-url": "https://packagist.org/downloads/",
3111
            "license": [
3112
                "BSD-3-Clause"
3113
            ],
3114
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
3115
            "homepage": "https://laminas.dev",
3116
            "keywords": [
3117
                "escaper",
3118
                "laminas"
3119
            ],
3120
            "support": {
3121
                "chat": "https://laminas.dev/chat",
3122
                "docs": "https://docs.laminas.dev/laminas-escaper/",
3123
                "forum": "https://discourse.laminas.dev",
3124
                "issues": "https://github.com/laminas/laminas-escaper/issues",
3125
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
3126
                "source": "https://github.com/laminas/laminas-escaper"
3127
            },
3128
            "funding": [
3129
                {
3130
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3131
                    "type": "community_bridge"
3132
                }
3133
            ],
3086 efrain 3134
            "time": "2022-10-10T10:11:09+00:00"
1 www 3135
        },
3136
        {
3137
            "name": "laminas/laminas-eventmanager",
3086 efrain 3138
            "version": "3.5.0",
1 www 3139
            "source": {
3140
                "type": "git",
3141
                "url": "https://github.com/laminas/laminas-eventmanager.git",
3086 efrain 3142
                "reference": "41f7209428f37cab9573365e361f4078209aaafa"
1 www 3143
            },
3144
            "dist": {
3145
                "type": "zip",
3086 efrain 3146
                "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/41f7209428f37cab9573365e361f4078209aaafa",
3147
                "reference": "41f7209428f37cab9573365e361f4078209aaafa",
1 www 3148
                "shasum": ""
3149
            },
3150
            "require": {
3086 efrain 3151
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3152
            },
16 efrain 3153
            "conflict": {
3086 efrain 3154
                "container-interop/container-interop": "<1.2",
16 efrain 3155
                "zendframework/zend-eventmanager": "*"
1 www 3156
            },
3157
            "require-dev": {
16 efrain 3158
                "laminas/laminas-coding-standard": "~2.2.1",
3159
                "laminas/laminas-stdlib": "^3.6",
3160
                "phpbench/phpbench": "^1.1",
3161
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 3162
                "phpunit/phpunit": "^9.5.5",
3163
                "psr/container": "^1.1.2 || ^2.0.2"
1 www 3164
            },
3165
            "suggest": {
3086 efrain 3166
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
3167
                "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
1 www 3168
            },
3169
            "type": "library",
3170
            "autoload": {
3171
                "psr-4": {
3172
                    "Laminas\\EventManager\\": "src/"
3173
                }
3174
            },
3175
            "notification-url": "https://packagist.org/downloads/",
3176
            "license": [
3177
                "BSD-3-Clause"
3178
            ],
3179
            "description": "Trigger and listen to events within a PHP application",
3180
            "homepage": "https://laminas.dev",
3181
            "keywords": [
3182
                "event",
3183
                "eventmanager",
3184
                "events",
3185
                "laminas"
3186
            ],
3187
            "support": {
3188
                "chat": "https://laminas.dev/chat",
3189
                "docs": "https://docs.laminas.dev/laminas-eventmanager/",
3190
                "forum": "https://discourse.laminas.dev",
3191
                "issues": "https://github.com/laminas/laminas-eventmanager/issues",
3192
                "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
3193
                "source": "https://github.com/laminas/laminas-eventmanager"
3194
            },
3195
            "funding": [
3196
                {
3197
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3198
                    "type": "community_bridge"
3199
                }
3200
            ],
3086 efrain 3201
            "time": "2022-04-06T21:05:17+00:00"
1 www 3202
        },
3203
        {
3204
            "name": "laminas/laminas-filter",
3086 efrain 3205
            "version": "2.22.0",
1 www 3206
            "source": {
3207
                "type": "git",
3208
                "url": "https://github.com/laminas/laminas-filter.git",
3086 efrain 3209
                "reference": "c48e8a392a81de7d211026c078dce0e8bc57e2e3"
1 www 3210
            },
3211
            "dist": {
3212
                "type": "zip",
3086 efrain 3213
                "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/c48e8a392a81de7d211026c078dce0e8bc57e2e3",
3214
                "reference": "c48e8a392a81de7d211026c078dce0e8bc57e2e3",
1 www 3215
                "shasum": ""
3216
            },
3217
            "require": {
3086 efrain 3218
                "ext-mbstring": "*",
3219
                "laminas/laminas-servicemanager": "^3.14.0",
3220
                "laminas/laminas-stdlib": "^3.13.0",
16 efrain 3221
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3222
            },
3223
            "conflict": {
16 efrain 3224
                "laminas/laminas-validator": "<2.10.1",
3225
                "zendframework/zend-filter": "*"
1 www 3226
            },
3227
            "require-dev": {
3086 efrain 3228
                "laminas/laminas-coding-standard": "~2.4.0",
16 efrain 3229
                "laminas/laminas-crypt": "^3.5.1",
3230
                "laminas/laminas-uri": "^2.9.1",
3231
                "pear/archive_tar": "^1.4.14",
3232
                "phpspec/prophecy-phpunit": "^2.0.1",
3086 efrain 3233
                "phpunit/phpunit": "^9.5.24",
3234
                "psalm/plugin-phpunit": "^0.17.0",
16 efrain 3235
                "psr/http-factory": "^1.0.1",
3086 efrain 3236
                "vimeo/psalm": "^4.27.0"
1 www 3237
            },
3238
            "suggest": {
3239
                "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
3240
                "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
3241
                "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
3242
                "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
3243
            },
3244
            "type": "library",
3245
            "extra": {
3246
                "laminas": {
3247
                    "component": "Laminas\\Filter",
3248
                    "config-provider": "Laminas\\Filter\\ConfigProvider"
3249
                }
3250
            },
3251
            "autoload": {
3252
                "psr-4": {
3253
                    "Laminas\\Filter\\": "src/"
3254
                }
3255
            },
3256
            "notification-url": "https://packagist.org/downloads/",
3257
            "license": [
3258
                "BSD-3-Clause"
3259
            ],
3260
            "description": "Programmatically filter and normalize data and files",
3261
            "homepage": "https://laminas.dev",
3262
            "keywords": [
3263
                "filter",
3264
                "laminas"
3265
            ],
3266
            "support": {
3267
                "chat": "https://laminas.dev/chat",
3268
                "docs": "https://docs.laminas.dev/laminas-filter/",
3269
                "forum": "https://discourse.laminas.dev",
3270
                "issues": "https://github.com/laminas/laminas-filter/issues",
3271
                "rss": "https://github.com/laminas/laminas-filter/releases.atom",
3272
                "source": "https://github.com/laminas/laminas-filter"
3273
            },
3274
            "funding": [
3275
                {
3276
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3277
                    "type": "community_bridge"
3278
                }
3279
            ],
3086 efrain 3280
            "time": "2022-10-11T08:14:46+00:00"
1 www 3281
        },
3282
        {
3283
            "name": "laminas/laminas-form",
3086 efrain 3284
            "version": "2.17.1",
1 www 3285
            "source": {
3286
                "type": "git",
3287
                "url": "https://github.com/laminas/laminas-form.git",
3086 efrain 3288
                "reference": "af231c26209fa0684af9e934e8ee5c085eb14cd0"
1 www 3289
            },
3290
            "dist": {
3291
                "type": "zip",
3086 efrain 3292
                "url": "https://api.github.com/repos/laminas/laminas-form/zipball/af231c26209fa0684af9e934e8ee5c085eb14cd0",
3293
                "reference": "af231c26209fa0684af9e934e8ee5c085eb14cd0",
1 www 3294
                "shasum": ""
3295
            },
3296
            "require": {
3297
                "laminas/laminas-hydrator": "^3.2 || ^4.0",
3298
                "laminas/laminas-inputfilter": "^2.10",
3299
                "laminas/laminas-stdlib": "^3.3",
3300
                "laminas/laminas-zendframework-bridge": "^1.1",
3301
                "php": "^7.3 || ~8.0.0"
3302
            },
3303
            "conflict": {
3304
                "laminas/laminas-code": "<3.5.0 || >=4.0.0"
3305
            },
3306
            "replace": {
3307
                "zendframework/zend-form": "^2.14.3"
3308
            },
3309
            "require-dev": {
3310
                "doctrine/annotations": "^1.10.4",
3311
                "laminas/laminas-cache": "^2.9.0",
3312
                "laminas/laminas-captcha": "^2.9.0",
3313
                "laminas/laminas-code": "^3.5.0",
3314
                "laminas/laminas-coding-standard": "^1.0.0",
3315
                "laminas/laminas-escaper": "^2.6.1",
3316
                "laminas/laminas-eventmanager": "^3.3.0",
3317
                "laminas/laminas-filter": "^2.9.4",
3318
                "laminas/laminas-i18n": "^2.10.3",
3319
                "laminas/laminas-recaptcha": "^3.2.0",
3320
                "laminas/laminas-servicemanager": "^3.4.1",
3321
                "laminas/laminas-session": "^2.9.3",
3322
                "laminas/laminas-text": "^2.7.1",
3323
                "laminas/laminas-validator": "^2.13.4",
3324
                "laminas/laminas-view": "^2.11.4",
3325
                "phpspec/prophecy-phpunit": "^2.0",
3326
                "phpunit/phpunit": "^9.4.2",
3327
                "psalm/plugin-phpunit": "^0.15.1",
3328
                "vimeo/psalm": "^4.7"
3329
            },
3330
            "suggest": {
3331
                "laminas/laminas-captcha": "^2.9, required for using CAPTCHA form elements",
3332
                "laminas/laminas-code": "^3.5, required to use laminas-form annotations support",
3333
                "laminas/laminas-eventmanager": "^3.3, reuired for laminas-form annotations support",
3334
                "laminas/laminas-i18n": "^2.10, required when using laminas-form view helpers",
3335
                "laminas/laminas-recaptcha": "^3.2, in order to use the ReCaptcha form element",
3336
                "laminas/laminas-servicemanager": "^3.4.1, required to use the form factories or provide services",
3337
                "laminas/laminas-view": "^2.11.4, required for using the laminas-form view helpers"
3338
            },
3339
            "type": "library",
3340
            "extra": {
3341
                "laminas": {
3342
                    "component": "Laminas\\Form",
3343
                    "config-provider": "Laminas\\Form\\ConfigProvider"
3344
                }
3345
            },
3346
            "autoload": {
3347
                "psr-4": {
3348
                    "Laminas\\Form\\": "src/"
3349
                }
3350
            },
3351
            "notification-url": "https://packagist.org/downloads/",
3352
            "license": [
3353
                "BSD-3-Clause"
3354
            ],
3355
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
3356
            "homepage": "https://laminas.dev",
3357
            "keywords": [
3358
                "form",
3359
                "laminas"
3360
            ],
3361
            "support": {
3362
                "chat": "https://laminas.dev/chat",
3363
                "docs": "https://docs.laminas.dev/laminas-form/",
3364
                "forum": "https://discourse.laminas.dev",
3365
                "issues": "https://github.com/laminas/laminas-form/issues",
3366
                "rss": "https://github.com/laminas/laminas-form/releases.atom",
3367
                "source": "https://github.com/laminas/laminas-form"
3368
            },
3369
            "funding": [
3370
                {
3371
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3372
                    "type": "community_bridge"
3373
                }
3374
            ],
3086 efrain 3375
            "time": "2022-02-01T07:18:59+00:00"
1 www 3376
        },
3377
        {
3378
            "name": "laminas/laminas-http",
4113 efrain 3379
            "version": "2.16.1",
1 www 3380
            "source": {
3381
                "type": "git",
3382
                "url": "https://github.com/laminas/laminas-http.git",
4113 efrain 3383
                "reference": "838825d42b03aedcb1d8b5a61ebfe28967bbfbfb"
1 www 3384
            },
3385
            "dist": {
3386
                "type": "zip",
4113 efrain 3387
                "url": "https://api.github.com/repos/laminas/laminas-http/zipball/838825d42b03aedcb1d8b5a61ebfe28967bbfbfb",
3388
                "reference": "838825d42b03aedcb1d8b5a61ebfe28967bbfbfb",
1 www 3389
                "shasum": ""
3390
            },
3391
            "require": {
16 efrain 3392
                "laminas/laminas-loader": "^2.8",
3393
                "laminas/laminas-stdlib": "^3.6",
3394
                "laminas/laminas-uri": "^2.9.1",
3395
                "laminas/laminas-validator": "^2.15",
3396
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3397
            },
16 efrain 3398
            "conflict": {
3399
                "zendframework/zend-http": "*"
1 www 3400
            },
3401
            "require-dev": {
16 efrain 3402
                "ext-curl": "*",
3403
                "laminas/laminas-coding-standard": "~2.2.1",
3404
                "phpunit/phpunit": "^9.5.5"
1 www 3405
            },
3406
            "suggest": {
3407
                "paragonie/certainty": "For automated management of cacert.pem"
3408
            },
3409
            "type": "library",
3410
            "autoload": {
3411
                "psr-4": {
3412
                    "Laminas\\Http\\": "src/"
3413
                }
3414
            },
3415
            "notification-url": "https://packagist.org/downloads/",
3416
            "license": [
3417
                "BSD-3-Clause"
3418
            ],
3419
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
3420
            "homepage": "https://laminas.dev",
3421
            "keywords": [
3422
                "http",
3423
                "http client",
3424
                "laminas"
3425
            ],
3426
            "support": {
3427
                "chat": "https://laminas.dev/chat",
3428
                "docs": "https://docs.laminas.dev/laminas-http/",
3429
                "forum": "https://discourse.laminas.dev",
3430
                "issues": "https://github.com/laminas/laminas-http/issues",
3431
                "rss": "https://github.com/laminas/laminas-http/releases.atom",
3432
                "source": "https://github.com/laminas/laminas-http"
3433
            },
3434
            "funding": [
3435
                {
3436
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3437
                    "type": "community_bridge"
3438
                }
3439
            ],
4113 efrain 3440
            "time": "2022-11-11T09:12:35+00:00"
1 www 3441
        },
3442
        {
3443
            "name": "laminas/laminas-hydrator",
3086 efrain 3444
            "version": "4.5.0",
1 www 3445
            "source": {
3446
                "type": "git",
3447
                "url": "https://github.com/laminas/laminas-hydrator.git",
3086 efrain 3448
                "reference": "bc849d46fb44e96dd93f7479e21266185ad3def3"
1 www 3449
            },
3450
            "dist": {
3451
                "type": "zip",
3086 efrain 3452
                "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/bc849d46fb44e96dd93f7479e21266185ad3def3",
3453
                "reference": "bc849d46fb44e96dd93f7479e21266185ad3def3",
1 www 3454
                "shasum": ""
3455
            },
3456
            "require": {
3457
                "laminas/laminas-stdlib": "^3.3",
3086 efrain 3458
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
1 www 3459
                "webmozart/assert": "^1.10"
3460
            },
16 efrain 3461
            "conflict": {
3086 efrain 3462
                "laminas/laminas-servicemanager": "<3.14.0",
16 efrain 3463
                "zendframework/zend-hydrator": "*"
1 www 3464
            },
3465
            "require-dev": {
3466
                "laminas/laminas-coding-standard": "~2.3.0",
3086 efrain 3467
                "laminas/laminas-eventmanager": "^3.5.0",
3468
                "laminas/laminas-modulemanager": "^2.11.0",
3469
                "laminas/laminas-serializer": "^2.13.0",
3470
                "laminas/laminas-servicemanager": "^3.14.0",
3471
                "phpbench/phpbench": "^1.2.5",
3472
                "phpunit/phpunit": "~9.5.21",
3473
                "psalm/plugin-phpunit": "^0.17.0",
16 efrain 3474
                "psr/cache": "1.0.1",
3086 efrain 3475
                "vimeo/psalm": "^4.24.0"
1 www 3476
            },
3477
            "suggest": {
3478
                "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
3479
                "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
3086 efrain 3480
                "laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
1 www 3481
            },
3482
            "type": "library",
3483
            "extra": {
3484
                "laminas": {
3485
                    "component": "Laminas\\Hydrator",
3486
                    "config-provider": "Laminas\\Hydrator\\ConfigProvider"
3487
                }
3488
            },
3489
            "autoload": {
3490
                "psr-4": {
3491
                    "Laminas\\Hydrator\\": "src/"
3492
                }
3493
            },
3494
            "notification-url": "https://packagist.org/downloads/",
3495
            "license": [
3496
                "BSD-3-Clause"
3497
            ],
3498
            "description": "Serialize objects to arrays, and vice versa",
3499
            "homepage": "https://laminas.dev",
3500
            "keywords": [
3501
                "hydrator",
3502
                "laminas"
3503
            ],
3504
            "support": {
3505
                "chat": "https://laminas.dev/chat",
3506
                "docs": "https://docs.laminas.dev/laminas-hydrator/",
3507
                "forum": "https://discourse.laminas.dev",
3508
                "issues": "https://github.com/laminas/laminas-hydrator/issues",
3509
                "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
3510
                "source": "https://github.com/laminas/laminas-hydrator"
3511
            },
3512
            "funding": [
3513
                {
3514
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3515
                    "type": "community_bridge"
3516
                }
3517
            ],
3086 efrain 3518
            "time": "2022-07-13T13:58:31+00:00"
1 www 3519
        },
3520
        {
3521
            "name": "laminas/laminas-i18n",
3086 efrain 3522
            "version": "2.17.0",
1 www 3523
            "source": {
3524
                "type": "git",
3525
                "url": "https://github.com/laminas/laminas-i18n.git",
3086 efrain 3526
                "reference": "7e8e63353b38792f2f360dc57cfa7187be20f182"
1 www 3527
            },
3528
            "dist": {
3529
                "type": "zip",
3086 efrain 3530
                "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/7e8e63353b38792f2f360dc57cfa7187be20f182",
3531
                "reference": "7e8e63353b38792f2f360dc57cfa7187be20f182",
1 www 3532
                "shasum": ""
3533
            },
3534
            "require": {
3535
                "ext-intl": "*",
3086 efrain 3536
                "laminas/laminas-servicemanager": "^3.14.0",
1 www 3537
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
3086 efrain 3538
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3539
            },
3540
            "conflict": {
3086 efrain 3541
                "laminas/laminas-view": "<2.20.0",
16 efrain 3542
                "phpspec/prophecy": "<1.9.0",
3543
                "zendframework/zend-i18n": "*"
1 www 3544
            },
3545
            "require-dev": {
16 efrain 3546
                "laminas/laminas-cache": "^3.1.2",
3547
                "laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
3548
                "laminas/laminas-cache-storage-deprecated-factory": "^1.0.0",
3086 efrain 3549
                "laminas/laminas-coding-standard": "~2.3.0",
16 efrain 3550
                "laminas/laminas-config": "^3.4.0",
3086 efrain 3551
                "laminas/laminas-eventmanager": "^3.5.0",
3552
                "laminas/laminas-filter": "^2.16.0",
3553
                "laminas/laminas-validator": "^2.17.0",
3554
                "laminas/laminas-view": "^2.21.0",
3555
                "phpspec/prophecy-phpunit": "^2.0",
3556
                "phpunit/phpunit": "^9.5.21",
3557
                "psalm/plugin-phpunit": "^0.17.0",
3558
                "vimeo/psalm": "^4.24.0"
1 www 3559
            },
3560
            "suggest": {
16 efrain 3561
                "laminas/laminas-cache": "You should install this package to cache the translations",
3562
                "laminas/laminas-config": "You should install this package to use the INI translation format",
1 www 3563
                "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
3564
                "laminas/laminas-filter": "You should install this package to use the provided filters",
16 efrain 3565
                "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
1 www 3566
                "laminas/laminas-validator": "You should install this package to use the provided validators",
3567
                "laminas/laminas-view": "You should install this package to use the provided view helpers"
3568
            },
3569
            "type": "library",
3570
            "extra": {
3571
                "laminas": {
3572
                    "component": "Laminas\\I18n",
3573
                    "config-provider": "Laminas\\I18n\\ConfigProvider"
3574
                }
3575
            },
3576
            "autoload": {
3577
                "psr-4": {
3578
                    "Laminas\\I18n\\": "src/"
3579
                }
3580
            },
3581
            "notification-url": "https://packagist.org/downloads/",
3582
            "license": [
3583
                "BSD-3-Clause"
3584
            ],
3585
            "description": "Provide translations for your application, and filter and validate internationalized values",
3586
            "homepage": "https://laminas.dev",
3587
            "keywords": [
3588
                "i18n",
3589
                "laminas"
3590
            ],
3591
            "support": {
3592
                "chat": "https://laminas.dev/chat",
3593
                "docs": "https://docs.laminas.dev/laminas-i18n/",
3594
                "forum": "https://discourse.laminas.dev",
3595
                "issues": "https://github.com/laminas/laminas-i18n/issues",
3596
                "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
3597
                "source": "https://github.com/laminas/laminas-i18n"
3598
            },
3599
            "funding": [
3600
                {
3601
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3602
                    "type": "community_bridge"
3603
                }
3604
            ],
3086 efrain 3605
            "time": "2022-07-27T11:23:29+00:00"
1 www 3606
        },
3607
        {
3608
            "name": "laminas/laminas-i18n-resources",
16 efrain 3609
            "version": "2.8.0",
1 www 3610
            "source": {
3611
                "type": "git",
3612
                "url": "https://github.com/laminas/laminas-i18n-resources.git",
16 efrain 3613
                "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b"
1 www 3614
            },
3615
            "dist": {
3616
                "type": "zip",
16 efrain 3617
                "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
3618
                "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
1 www 3619
                "shasum": ""
3620
            },
3621
            "require": {
16 efrain 3622
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3623
            },
16 efrain 3624
            "conflict": {
3625
                "zendframework/zend-i18n-resources": "*"
1 www 3626
            },
3627
            "require-dev": {
3628
                "laminas/laminas-coding-standard": "~1.0.0",
3629
                "phpunit/phpunit": "^9.5"
3630
            },
3631
            "type": "library",
3632
            "autoload": {
3633
                "classmap": [
3634
                    "src/Resources.php"
3635
                ]
3636
            },
3637
            "notification-url": "https://packagist.org/downloads/",
3638
            "license": [
3639
                "BSD-3-Clause"
3640
            ],
3641
            "description": "Provides validator and captcha translations for laminas-i18n's Translator",
3642
            "homepage": "https://laminas.dev",
3643
            "keywords": [
3644
                "laminas",
3645
                "resources",
3646
                "translations"
3647
            ],
3648
            "support": {
3649
                "chat": "https://laminas.dev/chat",
3650
                "docs": "https://docs.laminas.dev/laminas-i18n-resources/",
3651
                "forum": "https://discourse.laminas.dev",
3652
                "issues": "https://github.com/laminas/laminas-i18n-resources/issues",
3653
                "rss": "https://github.com/laminas/laminas-i18n-resources/releases.atom",
3654
                "source": "https://github.com/laminas/laminas-i18n-resources"
3655
            },
3656
            "funding": [
3657
                {
3658
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3659
                    "type": "community_bridge"
3660
                }
3661
            ],
16 efrain 3662
            "time": "2021-09-14T04:16:52+00:00"
1 www 3663
        },
3664
        {
3665
            "name": "laminas/laminas-inputfilter",
3086 efrain 3666
            "version": "2.21.0",
1 www 3667
            "source": {
3668
                "type": "git",
3669
                "url": "https://github.com/laminas/laminas-inputfilter.git",
3086 efrain 3670
                "reference": "8668227246d19564f339643f0f2aedcdff66612b"
1 www 3671
            },
3672
            "dist": {
3673
                "type": "zip",
3086 efrain 3674
                "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/8668227246d19564f339643f0f2aedcdff66612b",
3675
                "reference": "8668227246d19564f339643f0f2aedcdff66612b",
1 www 3676
                "shasum": ""
3677
            },
3678
            "require": {
16 efrain 3679
                "laminas/laminas-filter": "^2.13",
3086 efrain 3680
                "laminas/laminas-servicemanager": "^3.16.0",
1 www 3681
                "laminas/laminas-stdlib": "^3.0",
16 efrain 3682
                "laminas/laminas-validator": "^2.15",
3683
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3684
            },
16 efrain 3685
            "conflict": {
3686
                "zendframework/zend-inputfilter": "*"
1 www 3687
            },
3688
            "require-dev": {
3086 efrain 3689
                "ext-json": "*",
3690
                "laminas/laminas-coding-standard": "~2.4.0",
3691
                "laminas/laminas-db": "^2.15.0",
3692
                "phpunit/phpunit": "^9.5.24",
3693
                "psalm/plugin-phpunit": "^0.17.0",
1 www 3694
                "psr/http-message": "^1.0",
3086 efrain 3695
                "vimeo/psalm": "^4.27.0",
3696
                "webmozart/assert": "^1.11"
1 www 3697
            },
3698
            "suggest": {
3699
                "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
3700
            },
3701
            "type": "library",
3702
            "extra": {
3703
                "laminas": {
3704
                    "component": "Laminas\\InputFilter",
3705
                    "config-provider": "Laminas\\InputFilter\\ConfigProvider"
3706
                }
3707
            },
3708
            "autoload": {
3709
                "psr-4": {
3710
                    "Laminas\\InputFilter\\": "src/"
3711
                }
3712
            },
3713
            "notification-url": "https://packagist.org/downloads/",
3714
            "license": [
3715
                "BSD-3-Clause"
3716
            ],
3717
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
3718
            "homepage": "https://laminas.dev",
3719
            "keywords": [
3720
                "inputfilter",
3721
                "laminas"
3722
            ],
3723
            "support": {
3724
                "chat": "https://laminas.dev/chat",
3725
                "docs": "https://docs.laminas.dev/laminas-inputfilter/",
3726
                "forum": "https://discourse.laminas.dev",
3727
                "issues": "https://github.com/laminas/laminas-inputfilter/issues",
3728
                "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
3729
                "source": "https://github.com/laminas/laminas-inputfilter"
3730
            },
3731
            "funding": [
3732
                {
3733
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3734
                    "type": "community_bridge"
3735
                }
3736
            ],
3086 efrain 3737
            "time": "2022-09-20T10:03:09+00:00"
1 www 3738
        },
3739
        {
3740
            "name": "laminas/laminas-json",
16 efrain 3741
            "version": "3.3.0",
1 www 3742
            "source": {
3743
                "type": "git",
3744
                "url": "https://github.com/laminas/laminas-json.git",
16 efrain 3745
                "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f"
1 www 3746
            },
3747
            "dist": {
3748
                "type": "zip",
16 efrain 3749
                "url": "https://api.github.com/repos/laminas/laminas-json/zipball/9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
3750
                "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
1 www 3751
                "shasum": ""
3752
            },
3753
            "require": {
16 efrain 3754
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3755
            },
16 efrain 3756
            "conflict": {
3757
                "zendframework/zend-json": "*"
1 www 3758
            },
3759
            "require-dev": {
16 efrain 3760
                "laminas/laminas-coding-standard": "~2.2.1",
1 www 3761
                "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
3762
                "phpunit/phpunit": "^9.3"
3763
            },
3764
            "suggest": {
3765
                "laminas/laminas-json-server": "For implementing JSON-RPC servers",
3766
                "laminas/laminas-xml2json": "For converting XML documents to JSON"
3767
            },
3768
            "type": "library",
3769
            "autoload": {
3770
                "psr-4": {
3771
                    "Laminas\\Json\\": "src/"
3772
                }
3773
            },
3774
            "notification-url": "https://packagist.org/downloads/",
3775
            "license": [
3776
                "BSD-3-Clause"
3777
            ],
3778
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
3779
            "homepage": "https://laminas.dev",
3780
            "keywords": [
3781
                "json",
3782
                "laminas"
3783
            ],
3784
            "support": {
3785
                "chat": "https://laminas.dev/chat",
3786
                "docs": "https://docs.laminas.dev/laminas-json/",
3787
                "forum": "https://discourse.laminas.dev",
3788
                "issues": "https://github.com/laminas/laminas-json/issues",
3789
                "rss": "https://github.com/laminas/laminas-json/releases.atom",
3790
                "source": "https://github.com/laminas/laminas-json"
3791
            },
3792
            "funding": [
3793
                {
3794
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3795
                    "type": "community_bridge"
3796
                }
3797
            ],
16 efrain 3798
            "time": "2021-09-02T18:02:31+00:00"
1 www 3799
        },
3800
        {
3801
            "name": "laminas/laminas-loader",
16 efrain 3802
            "version": "2.8.0",
1 www 3803
            "source": {
3804
                "type": "git",
3805
                "url": "https://github.com/laminas/laminas-loader.git",
16 efrain 3806
                "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b"
1 www 3807
            },
3808
            "dist": {
3809
                "type": "zip",
16 efrain 3810
                "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/d0589ec9dd48365fd95ad10d1c906efd7711c16b",
3811
                "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b",
1 www 3812
                "shasum": ""
3813
            },
3814
            "require": {
16 efrain 3815
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3816
            },
16 efrain 3817
            "conflict": {
3818
                "zendframework/zend-loader": "*"
1 www 3819
            },
3820
            "require-dev": {
16 efrain 3821
                "laminas/laminas-coding-standard": "~2.2.1",
1 www 3822
                "phpunit/phpunit": "^9.3"
3823
            },
3824
            "type": "library",
3825
            "autoload": {
3826
                "psr-4": {
3827
                    "Laminas\\Loader\\": "src/"
3828
                }
3829
            },
3830
            "notification-url": "https://packagist.org/downloads/",
3831
            "license": [
3832
                "BSD-3-Clause"
3833
            ],
3834
            "description": "Autoloading and plugin loading strategies",
3835
            "homepage": "https://laminas.dev",
3836
            "keywords": [
3837
                "laminas",
3838
                "loader"
3839
            ],
3840
            "support": {
3841
                "chat": "https://laminas.dev/chat",
3842
                "docs": "https://docs.laminas.dev/laminas-loader/",
3843
                "forum": "https://discourse.laminas.dev",
3844
                "issues": "https://github.com/laminas/laminas-loader/issues",
3845
                "rss": "https://github.com/laminas/laminas-loader/releases.atom",
3846
                "source": "https://github.com/laminas/laminas-loader"
3847
            },
3848
            "funding": [
3849
                {
3850
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3851
                    "type": "community_bridge"
3852
                }
3853
            ],
16 efrain 3854
            "time": "2021-09-02T18:30:53+00:00"
1 www 3855
        },
3856
        {
3857
            "name": "laminas/laminas-log",
4113 efrain 3858
            "version": "2.15.3",
1 www 3859
            "source": {
3860
                "type": "git",
3861
                "url": "https://github.com/laminas/laminas-log.git",
4113 efrain 3862
                "reference": "1deab9c4bc484bbe21be5f0119a90e91d0da548c"
1 www 3863
            },
3864
            "dist": {
3865
                "type": "zip",
4113 efrain 3866
                "url": "https://api.github.com/repos/laminas/laminas-log/zipball/1deab9c4bc484bbe21be5f0119a90e91d0da548c",
3867
                "reference": "1deab9c4bc484bbe21be5f0119a90e91d0da548c",
1 www 3868
                "shasum": ""
3869
            },
3870
            "require": {
3871
                "laminas/laminas-servicemanager": "^3.3.0",
3872
                "laminas/laminas-stdlib": "^3.0",
16 efrain 3873
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
1 www 3874
                "psr/log": "^1.1.2"
3875
            },
16 efrain 3876
            "conflict": {
3877
                "zendframework/zend-log": "*"
3878
            },
1 www 3879
            "provide": {
3880
                "psr/log-implementation": "1.0.0"
3881
            },
3882
            "require-dev": {
16 efrain 3883
                "ext-dom": "*",
3884
                "ext-json": "*",
3885
                "ext-xml": "*",
3886
                "firephp/firephp-core": "^0.5.3",
3887
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 3888
                "laminas/laminas-db": "^2.6",
3889
                "laminas/laminas-escaper": "^2.5",
3890
                "laminas/laminas-filter": "^2.5",
3891
                "laminas/laminas-mail": "^2.6.1",
3892
                "laminas/laminas-validator": "^2.10.1",
3893
                "mikey179/vfsstream": "^1.6.7",
3894
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 3895
                "phpunit/phpunit": "^9.5.10"
1 www 3896
            },
3897
            "suggest": {
3898
                "ext-mongo": "mongo extension to use Mongo writer",
3899
                "ext-mongodb": "mongodb extension to use MongoDB writer",
3900
                "laminas/laminas-db": "Laminas\\Db component to use the database log writer",
3901
                "laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter",
3902
                "laminas/laminas-mail": "Laminas\\Mail component to use the email log writer",
3903
                "laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages"
3904
            },
3905
            "type": "library",
3906
            "extra": {
3907
                "laminas": {
3908
                    "component": "Laminas\\Log",
3909
                    "config-provider": "Laminas\\Log\\ConfigProvider"
3910
                }
3911
            },
3912
            "autoload": {
3913
                "psr-4": {
3914
                    "Laminas\\Log\\": "src/"
3915
                }
3916
            },
3917
            "notification-url": "https://packagist.org/downloads/",
3918
            "license": [
3919
                "BSD-3-Clause"
3920
            ],
3921
            "description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
3922
            "homepage": "https://laminas.dev",
3923
            "keywords": [
3924
                "laminas",
3925
                "log",
3926
                "logging"
3927
            ],
3928
            "support": {
3929
                "chat": "https://laminas.dev/chat",
3930
                "docs": "https://docs.laminas.dev/laminas-log/",
3931
                "forum": "https://discourse.laminas.dev",
3932
                "issues": "https://github.com/laminas/laminas-log/issues",
3933
                "rss": "https://github.com/laminas/laminas-log/releases.atom",
3934
                "source": "https://github.com/laminas/laminas-log"
3935
            },
3936
            "funding": [
3937
                {
3938
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3939
                    "type": "community_bridge"
3940
                }
3941
            ],
4113 efrain 3942
            "time": "2022-10-26T13:19:12+00:00"
1 www 3943
        },
3944
        {
3945
            "name": "laminas/laminas-math",
16 efrain 3946
            "version": "3.5.0",
1 www 3947
            "source": {
3948
                "type": "git",
3949
                "url": "https://github.com/laminas/laminas-math.git",
16 efrain 3950
                "reference": "146d8187ab247ae152e811a6704a953d43537381"
1 www 3951
            },
3952
            "dist": {
3953
                "type": "zip",
16 efrain 3954
                "url": "https://api.github.com/repos/laminas/laminas-math/zipball/146d8187ab247ae152e811a6704a953d43537381",
3955
                "reference": "146d8187ab247ae152e811a6704a953d43537381",
1 www 3956
                "shasum": ""
3957
            },
3958
            "require": {
3959
                "ext-mbstring": "*",
16 efrain 3960
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3961
            },
16 efrain 3962
            "conflict": {
3963
                "zendframework/zend-math": "*"
1 www 3964
            },
3965
            "require-dev": {
3966
                "laminas/laminas-coding-standard": "~1.0.0",
16 efrain 3967
                "phpunit/phpunit": "^9.5.5"
1 www 3968
            },
3969
            "suggest": {
3970
                "ext-bcmath": "If using the bcmath functionality",
3971
                "ext-gmp": "If using the gmp functionality"
3972
            },
3973
            "type": "library",
3974
            "extra": {
3975
                "branch-alias": {
3976
                    "dev-master": "3.2.x-dev",
3977
                    "dev-develop": "3.3.x-dev"
3978
                }
3979
            },
3980
            "autoload": {
3981
                "psr-4": {
3982
                    "Laminas\\Math\\": "src/"
3983
                }
3984
            },
3985
            "notification-url": "https://packagist.org/downloads/",
3986
            "license": [
3987
                "BSD-3-Clause"
3988
            ],
3989
            "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
3990
            "homepage": "https://laminas.dev",
3991
            "keywords": [
3992
                "laminas",
3993
                "math"
3994
            ],
3995
            "support": {
3996
                "chat": "https://laminas.dev/chat",
3997
                "docs": "https://docs.laminas.dev/laminas-math/",
3998
                "forum": "https://discourse.laminas.dev",
3999
                "issues": "https://github.com/laminas/laminas-math/issues",
4000
                "rss": "https://github.com/laminas/laminas-math/releases.atom",
4001
                "source": "https://github.com/laminas/laminas-math"
4002
            },
4003
            "funding": [
4004
                {
4005
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4006
                    "type": "community_bridge"
4007
                }
4008
            ],
16 efrain 4009
            "time": "2021-12-06T02:02:07+00:00"
1 www 4010
        },
4011
        {
4012
            "name": "laminas/laminas-modulemanager",
3086 efrain 4013
            "version": "2.12.0",
1 www 4014
            "source": {
4015
                "type": "git",
4016
                "url": "https://github.com/laminas/laminas-modulemanager.git",
3086 efrain 4017
                "reference": "cd2dd3b3dc59e75a9f2117374222c0d84b25bf19"
1 www 4018
            },
4019
            "dist": {
4020
                "type": "zip",
3086 efrain 4021
                "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/cd2dd3b3dc59e75a9f2117374222c0d84b25bf19",
4022
                "reference": "cd2dd3b3dc59e75a9f2117374222c0d84b25bf19",
1 www 4023
                "shasum": ""
4024
            },
4025
            "require": {
4026
                "brick/varexporter": "^0.3.2",
16 efrain 4027
                "laminas/laminas-config": "^3.7",
4028
                "laminas/laminas-eventmanager": "^3.4",
4029
                "laminas/laminas-stdlib": "^3.6",
4030
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
1 www 4031
                "webimpress/safe-writer": "^1.0.2 || ^2.1"
4032
            },
16 efrain 4033
            "conflict": {
4034
                "zendframework/zend-modulemanager": "*"
1 www 4035
            },
4036
            "require-dev": {
16 efrain 4037
                "laminas/laminas-coding-standard": "^2.3",
4038
                "laminas/laminas-loader": "^2.8",
1 www 4039
                "laminas/laminas-mvc": "^3.1.1",
16 efrain 4040
                "laminas/laminas-servicemanager": "^3.7",
3086 efrain 4041
                "phpunit/phpunit": "^9.5.5",
4042
                "psalm/plugin-phpunit": "^0.16.1",
4043
                "vimeo/psalm": "^4.10"
1 www 4044
            },
4045
            "suggest": {
4046
                "laminas/laminas-console": "Laminas\\Console component",
4047
                "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
4048
                "laminas/laminas-mvc": "Laminas\\Mvc component",
4049
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
4050
            },
4051
            "type": "library",
4052
            "autoload": {
4053
                "psr-4": {
4054
                    "Laminas\\ModuleManager\\": "src/"
4055
                }
4056
            },
4057
            "notification-url": "https://packagist.org/downloads/",
4058
            "license": [
4059
                "BSD-3-Clause"
4060
            ],
4061
            "description": "Modular application system for laminas-mvc applications",
4062
            "homepage": "https://laminas.dev",
4063
            "keywords": [
4064
                "laminas",
4065
                "modulemanager"
4066
            ],
4067
            "support": {
4068
                "chat": "https://laminas.dev/chat",
4069
                "docs": "https://docs.laminas.dev/laminas-modulemanager/",
4070
                "forum": "https://discourse.laminas.dev",
4071
                "issues": "https://github.com/laminas/laminas-modulemanager/issues",
4072
                "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
4073
                "source": "https://github.com/laminas/laminas-modulemanager"
4074
            },
4075
            "funding": [
4076
                {
4077
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4078
                    "type": "community_bridge"
4079
                }
4080
            ],
3086 efrain 4081
            "time": "2022-09-07T11:22:27+00:00"
1 www 4082
        },
4083
        {
4084
            "name": "laminas/laminas-mvc",
3086 efrain 4085
            "version": "3.3.5",
1 www 4086
            "source": {
4087
                "type": "git",
4088
                "url": "https://github.com/laminas/laminas-mvc.git",
3086 efrain 4089
                "reference": "43fa8b0a02376cfe3209a91140bc97e94cd62d6e"
1 www 4090
            },
4091
            "dist": {
4092
                "type": "zip",
3086 efrain 4093
                "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/43fa8b0a02376cfe3209a91140bc97e94cd62d6e",
4094
                "reference": "43fa8b0a02376cfe3209a91140bc97e94cd62d6e",
1 www 4095
                "shasum": ""
4096
            },
4097
            "require": {
4098
                "container-interop/container-interop": "^1.2",
16 efrain 4099
                "laminas/laminas-eventmanager": "^3.4",
4100
                "laminas/laminas-http": "^2.15",
1 www 4101
                "laminas/laminas-modulemanager": "^2.8",
16 efrain 4102
                "laminas/laminas-router": "^3.5",
4103
                "laminas/laminas-servicemanager": "^3.7",
4104
                "laminas/laminas-stdlib": "^3.6",
4105
                "laminas/laminas-view": "^2.14",
4106
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4107
            },
16 efrain 4108
            "conflict": {
4109
                "zendframework/zend-mvc": "*"
1 www 4110
            },
4111
            "require-dev": {
4112
                "http-interop/http-middleware": "^0.4.1",
4113
                "laminas/laminas-coding-standard": "^1.0.0",
16 efrain 4114
                "laminas/laminas-json": "^3.3",
1 www 4115
                "laminas/laminas-psr7bridge": "^1.0",
4116
                "laminas/laminas-stratigility": ">=2.0.1 <2.2",
4117
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 4118
                "phpunit/phpunit": "^9.5.5"
1 www 4119
            },
4120
            "suggest": {
4121
                "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
4122
                "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
4123
                "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
4124
                "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
4125
                "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
4126
                "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
4127
                "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
4128
                "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
4129
                "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
4130
                "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
4131
                "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
4132
            },
4133
            "type": "library",
4134
            "autoload": {
4135
                "psr-4": {
4136
                    "Laminas\\Mvc\\": "src/"
4137
                }
4138
            },
4139
            "notification-url": "https://packagist.org/downloads/",
4140
            "license": [
4141
                "BSD-3-Clause"
4142
            ],
4143
            "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
4144
            "homepage": "https://laminas.dev",
4145
            "keywords": [
4146
                "laminas",
4147
                "mvc"
4148
            ],
4149
            "support": {
4150
                "chat": "https://laminas.dev/chat",
4151
                "docs": "https://docs.laminas.dev/laminas-mvc/",
4152
                "forum": "https://discourse.laminas.dev",
4153
                "issues": "https://github.com/laminas/laminas-mvc/issues",
4154
                "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
4155
                "source": "https://github.com/laminas/laminas-mvc"
4156
            },
4157
            "funding": [
4158
                {
4159
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4160
                    "type": "community_bridge"
4161
                }
4162
            ],
3086 efrain 4163
            "time": "2022-09-20T12:37:51+00:00"
1 www 4164
        },
4165
        {
4166
            "name": "laminas/laminas-mvc-form",
16 efrain 4167
            "version": "1.2.0",
1 www 4168
            "source": {
4169
                "type": "git",
4170
                "url": "https://github.com/laminas/laminas-mvc-form.git",
16 efrain 4171
                "reference": "9e03ded7e7605a5b1e34a2f187b14d7fd4f1e44f"
1 www 4172
            },
4173
            "dist": {
4174
                "type": "zip",
16 efrain 4175
                "url": "https://api.github.com/repos/laminas/laminas-mvc-form/zipball/9e03ded7e7605a5b1e34a2f187b14d7fd4f1e44f",
4176
                "reference": "9e03ded7e7605a5b1e34a2f187b14d7fd4f1e44f",
1 www 4177
                "shasum": ""
4178
            },
4179
            "require": {
16 efrain 4180
                "laminas/laminas-code": "^3.5.1",
4181
                "laminas/laminas-form": "^2.17.0",
4182
                "laminas/laminas-i18n": "^2.11.1"
1 www 4183
            },
4184
            "replace": {
4185
                "zendframework/zend-mvc-form": "^1.0.0"
4186
            },
4187
            "type": "metapackage",
4188
            "extra": {
4189
                "laminas": {
4190
                    "component": "Laminas\\Form"
4191
                }
4192
            },
4193
            "notification-url": "https://packagist.org/downloads/",
4194
            "license": [
4195
                "BSD-3-Clause"
4196
            ],
4197
            "description": "Metapackage with all requirements needed to use laminas-form with laminas-mvc.",
4198
            "homepage": "https://laminas.dev",
4199
            "keywords": [
4200
                "form",
4201
                "laminas",
4202
                "mvc"
4203
            ],
4204
            "support": {
4205
                "chat": "https://laminas.dev/chat",
4206
                "forum": "https://discourse.laminas.dev",
4207
                "issues": "https://github.com/laminas/laminas-mvc-form/issues",
4208
                "rss": "https://github.com/laminas/laminas-mvc-form/releases.atom",
4209
                "source": "https://github.com/laminas/laminas-mvc-form"
4210
            },
4211
            "funding": [
4212
                {
4213
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4214
                    "type": "community_bridge"
4215
                }
4216
            ],
16 efrain 4217
            "time": "2021-10-08T09:59:01+00:00"
1 www 4218
        },
4219
        {
4220
            "name": "laminas/laminas-mvc-i18n",
3086 efrain 4221
            "version": "1.4.0",
1 www 4222
            "source": {
4223
                "type": "git",
4224
                "url": "https://github.com/laminas/laminas-mvc-i18n.git",
3086 efrain 4225
                "reference": "6dc949c045d7a2c27652a3bb891d46ef5e1814e4"
1 www 4226
            },
4227
            "dist": {
4228
                "type": "zip",
3086 efrain 4229
                "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/6dc949c045d7a2c27652a3bb891d46ef5e1814e4",
4230
                "reference": "6dc949c045d7a2c27652a3bb891d46ef5e1814e4",
1 www 4231
                "shasum": ""
4232
            },
4233
            "require": {
4234
                "container-interop/container-interop": "^1.1",
3086 efrain 4235
                "ext-intl": "*",
4236
                "laminas/laminas-i18n": "^2.13.0",
4237
                "laminas/laminas-router": "^3.5.0",
4238
                "laminas/laminas-servicemanager": "^3.15.1",
4239
                "laminas/laminas-stdlib": "^3.10.1",
4240
                "laminas/laminas-validator": "^2.19.0",
4241
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4242
            },
4243
            "conflict": {
4244
                "laminas/laminas-mvc": "<3.0.0",
16 efrain 4245
                "phpspec/prophecy": "<1.8.0",
4246
                "zendframework/zend-mvc-i18n": "*"
1 www 4247
            },
4248
            "require-dev": {
3086 efrain 4249
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 4250
                "phpspec/prophecy-phpunit": "^2.0",
4251
                "phpunit/phpunit": "^9.5",
3086 efrain 4252
                "psalm/plugin-phpunit": "^0.17.0",
4253
                "vimeo/psalm": "^4.24.0"
1 www 4254
            },
4255
            "suggest": {
4256
                "laminas/laminas-cache": "To enable caching of translation strings"
4257
            },
4258
            "type": "library",
4259
            "extra": {
4260
                "laminas": {
4261
                    "component": "Laminas\\Mvc\\I18n",
4262
                    "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
4263
                }
4264
            },
4265
            "autoload": {
4266
                "psr-4": {
4267
                    "Laminas\\Mvc\\I18n\\": "src/"
4268
                }
4269
            },
4270
            "notification-url": "https://packagist.org/downloads/",
4271
            "license": [
4272
                "BSD-3-Clause"
4273
            ],
4274
            "description": "Integration between laminas-mvc and laminas-i18n",
4275
            "homepage": "https://laminas.dev",
4276
            "keywords": [
4277
                "i18n",
4278
                "laminas",
4279
                "mvc"
4280
            ],
4281
            "support": {
4282
                "chat": "https://laminas.dev/chat",
4283
                "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
4284
                "forum": "https://discourse.laminas.dev",
4285
                "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
4286
                "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
4287
                "source": "https://github.com/laminas/laminas-mvc-i18n"
4288
            },
4289
            "funding": [
4290
                {
4291
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4292
                    "type": "community_bridge"
4293
                }
4294
            ],
3086 efrain 4295
            "time": "2022-07-21T16:59:34+00:00"
1 www 4296
        },
4297
        {
4298
            "name": "laminas/laminas-mvc-plugin-fileprg",
4299
            "version": "1.2.0",
4300
            "source": {
4301
                "type": "git",
4302
                "url": "https://github.com/laminas/laminas-mvc-plugin-fileprg.git",
4303
                "reference": "2d6a64bf916b3f5f26a062b9c62d06af26ee483f"
4304
            },
4305
            "dist": {
4306
                "type": "zip",
4307
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-fileprg/zipball/2d6a64bf916b3f5f26a062b9c62d06af26ee483f",
4308
                "reference": "2d6a64bf916b3f5f26a062b9c62d06af26ee483f",
4309
                "shasum": ""
4310
            },
4311
            "require": {
4312
                "laminas/laminas-filter": "^2.6.1",
4313
                "laminas/laminas-form": "^2.7",
4314
                "laminas/laminas-inputfilter": "^2.8.1",
4315
                "laminas/laminas-mvc": "^3.0",
4316
                "laminas/laminas-session": "^2.8.5",
4317
                "laminas/laminas-stdlib": "^3.3",
4318
                "laminas/laminas-validator": "^2.6",
4319
                "laminas/laminas-zendframework-bridge": "^1.0",
4320
                "php": "^7.3 || ~8.0.0"
4321
            },
4322
            "conflict": {
4323
                "laminas/laminas-mvc": "<3.0.0"
4324
            },
4325
            "replace": {
4326
                "zendframework/zend-mvc-plugin-fileprg": "^1.1.0"
4327
            },
4328
            "require-dev": {
4329
                "laminas/laminas-coding-standard": "~1.0.0",
4330
                "phpunit/phpunit": "^9.3"
4331
            },
4332
            "type": "library",
4333
            "extra": {
4334
                "laminas": {
4335
                    "component": "Laminas\\Mvc\\Plugin\\FilePrg"
4336
                }
4337
            },
4338
            "autoload": {
4339
                "psr-4": {
4340
                    "Laminas\\Mvc\\Plugin\\FilePrg\\": "src/"
4341
                }
4342
            },
4343
            "notification-url": "https://packagist.org/downloads/",
4344
            "license": [
4345
                "BSD-3-Clause"
4346
            ],
4347
            "description": "Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers",
4348
            "homepage": "https://laminas.dev",
4349
            "keywords": [
4350
                "laminas",
4351
                "mvc"
4352
            ],
4353
            "support": {
4354
                "chat": "https://laminas.dev/chat",
4355
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-fileprg/",
4356
                "forum": "https://discourse.laminas.dev",
4357
                "issues": "https://github.com/laminas/laminas-mvc-plugin-fileprg/issues",
4358
                "rss": "https://github.com/laminas/laminas-mvc-plugin-fileprg/releases.atom",
4359
                "source": "https://github.com/laminas/laminas-mvc-plugin-fileprg"
4360
            },
4361
            "funding": [
4362
                {
4363
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4364
                    "type": "community_bridge"
4365
                }
4366
            ],
4367
            "time": "2021-04-13T15:22:13+00:00"
4368
        },
4369
        {
4370
            "name": "laminas/laminas-mvc-plugin-flashmessenger",
3086 efrain 4371
            "version": "1.8.1",
1 www 4372
            "source": {
4373
                "type": "git",
4374
                "url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git",
3086 efrain 4375
                "reference": "7293ba47e068304e3c1cacd4013ac2e615f96625"
1 www 4376
            },
4377
            "dist": {
4378
                "type": "zip",
3086 efrain 4379
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/7293ba47e068304e3c1cacd4013ac2e615f96625",
4380
                "reference": "7293ba47e068304e3c1cacd4013ac2e615f96625",
1 www 4381
                "shasum": ""
4382
            },
4383
            "require": {
3086 efrain 4384
                "laminas/laminas-mvc": "^3.3",
4385
                "laminas/laminas-session": "^2.12.0",
4386
                "laminas/laminas-stdlib": "^3.6.4",
4387
                "laminas/laminas-view": "^2.13.1",
4388
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4389
            },
4390
            "conflict": {
16 efrain 4391
                "laminas/laminas-mvc": "<3.0.0",
4392
                "zendframework/zend-mvc-plugin-flashmessenger": "*"
1 www 4393
            },
4394
            "require-dev": {
3086 efrain 4395
                "laminas/laminas-coding-standard": "~2.3.0",
4396
                "laminas/laminas-i18n": "^2.13.0",
4397
                "phpunit/phpunit": "^9.5.4",
4398
                "psalm/plugin-phpunit": "^0.16.1",
4399
                "vimeo/psalm": "^4.18"
1 www 4400
            },
4401
            "type": "library",
4402
            "extra": {
4403
                "laminas": {
4404
                    "component": "Laminas\\Mvc\\Plugin\\FlashMessenger"
4405
                }
4406
            },
4407
            "autoload": {
4408
                "psr-4": {
4409
                    "Laminas\\Mvc\\Plugin\\FlashMessenger\\": "src/"
4410
                }
4411
            },
4412
            "notification-url": "https://packagist.org/downloads/",
4413
            "license": [
4414
                "BSD-3-Clause"
4415
            ],
4416
            "description": "Plugin for creating and exposing flash messages via laminas-mvc controllers",
4417
            "homepage": "https://laminas.dev",
4418
            "keywords": [
4419
                "laminas",
4420
                "mvc"
4421
            ],
4422
            "support": {
4423
                "chat": "https://laminas.dev/chat",
4424
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-flashmessenger/",
4425
                "forum": "https://discourse.laminas.dev",
4426
                "issues": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/issues",
4427
                "rss": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/releases.atom",
4428
                "source": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger"
4429
            },
4430
            "funding": [
4431
                {
4432
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4433
                    "type": "community_bridge"
4434
                }
4435
            ],
3086 efrain 4436
            "time": "2022-08-02T08:03:40+00:00"
1 www 4437
        },
4438
        {
4439
            "name": "laminas/laminas-mvc-plugin-identity",
3086 efrain 4440
            "version": "1.4.0",
1 www 4441
            "source": {
4442
                "type": "git",
4443
                "url": "https://github.com/laminas/laminas-mvc-plugin-identity.git",
3086 efrain 4444
                "reference": "81b4bf2121044f6e3e24e00ea8676fa6de595f59"
1 www 4445
            },
4446
            "dist": {
4447
                "type": "zip",
3086 efrain 4448
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-identity/zipball/81b4bf2121044f6e3e24e00ea8676fa6de595f59",
4449
                "reference": "81b4bf2121044f6e3e24e00ea8676fa6de595f59",
1 www 4450
                "shasum": ""
4451
            },
4452
            "require": {
3086 efrain 4453
                "laminas/laminas-authentication": "^2.11.0",
4454
                "laminas/laminas-mvc": "^3.3.3",
4455
                "laminas/laminas-servicemanager": "^3.15.1",
4456
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4457
            },
4458
            "conflict": {
16 efrain 4459
                "laminas/laminas-mvc": "<3.0.0",
4460
                "zendframework/zend-mvc-plugin-identity": "*"
1 www 4461
            },
4462
            "require-dev": {
3086 efrain 4463
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 4464
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 4465
                "phpunit/phpunit": "^9.5",
4466
                "psalm/plugin-phpunit": "^0.17.0",
4467
                "vimeo/psalm": "^4.24"
1 www 4468
            },
4469
            "type": "library",
4470
            "extra": {
4471
                "laminas": {
4472
                    "component": "Laminas\\Mvc\\Plugin\\Identity"
4473
                }
4474
            },
4475
            "autoload": {
4476
                "psr-4": {
4477
                    "Laminas\\Mvc\\Plugin\\Identity\\": "src/"
4478
                }
4479
            },
4480
            "notification-url": "https://packagist.org/downloads/",
4481
            "license": [
4482
                "BSD-3-Clause"
4483
            ],
4484
            "description": "Plugin for retrieving the current authenticated identity within laminas-mvc controllers",
4485
            "homepage": "https://laminas.dev",
4486
            "keywords": [
4487
                "laminas",
4488
                "mvc"
4489
            ],
4490
            "support": {
4491
                "chat": "https://laminas.dev/chat",
4492
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-identity/",
4493
                "forum": "https://discourse.laminas.dev",
4494
                "issues": "https://github.com/laminas/laminas-mvc-plugin-identity/issues",
4495
                "rss": "https://github.com/laminas/laminas-mvc-plugin-identity/releases.atom",
4496
                "source": "https://github.com/laminas/laminas-mvc-plugin-identity"
4497
            },
4498
            "funding": [
4499
                {
4500
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4501
                    "type": "community_bridge"
4502
                }
4503
            ],
3086 efrain 4504
            "time": "2022-07-21T10:29:30+00:00"
1 www 4505
        },
4506
        {
4507
            "name": "laminas/laminas-mvc-plugin-prg",
4113 efrain 4508
            "version": "1.7.0",
1 www 4509
            "source": {
4510
                "type": "git",
4511
                "url": "https://github.com/laminas/laminas-mvc-plugin-prg.git",
4113 efrain 4512
                "reference": "4c879f6c8bb250a336513fd21666bd128ced6f9f"
1 www 4513
            },
4514
            "dist": {
4515
                "type": "zip",
4113 efrain 4516
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-prg/zipball/4c879f6c8bb250a336513fd21666bd128ced6f9f",
4517
                "reference": "4c879f6c8bb250a336513fd21666bd128ced6f9f",
1 www 4518
                "shasum": ""
4519
            },
4520
            "require": {
3086 efrain 4521
                "laminas/laminas-mvc": "^3.3.3",
4522
                "laminas/laminas-session": "^2.12.1",
4523
                "laminas/laminas-stdlib": "^3.10.1",
4113 efrain 4524
                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1 www 4525
            },
16 efrain 4526
            "conflict": {
4527
                "zendframework/zend-mvc-plugin-prg": "*"
1 www 4528
            },
4529
            "require-dev": {
4113 efrain 4530
                "laminas/laminas-coding-standard": "~2.4.0",
4531
                "phpunit/phpunit": "^9.5.26",
4532
                "psalm/plugin-phpunit": "^0.18.0",
4533
                "vimeo/psalm": "^5.0.0"
1 www 4534
            },
4535
            "type": "library",
4536
            "extra": {
4537
                "laminas": {
4538
                    "component": "Laminas\\Mvc\\Plugin\\Prg"
4539
                }
4540
            },
4541
            "autoload": {
4542
                "psr-4": {
4543
                    "Laminas\\Mvc\\Plugin\\Prg\\": "src/"
4544
                }
4545
            },
4546
            "notification-url": "https://packagist.org/downloads/",
4547
            "license": [
4548
                "BSD-3-Clause"
4549
            ],
4550
            "description": "Post/Redirect/Get plugin for laminas-mvc controllers",
4551
            "homepage": "https://laminas.dev",
4552
            "keywords": [
4553
                "laminas",
4554
                "mvc"
4555
            ],
4556
            "support": {
4557
                "chat": "https://laminas.dev/chat",
4558
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-prg/",
4559
                "forum": "https://discourse.laminas.dev",
4560
                "issues": "https://github.com/laminas/laminas-mvc-plugin-prg/issues",
4561
                "rss": "https://github.com/laminas/laminas-mvc-plugin-prg/releases.atom",
4562
                "source": "https://github.com/laminas/laminas-mvc-plugin-prg"
4563
            },
4564
            "funding": [
4565
                {
4566
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4567
                    "type": "community_bridge"
4568
                }
4569
            ],
4113 efrain 4570
            "time": "2022-12-07T01:17:19+00:00"
1 www 4571
        },
4572
        {
4573
            "name": "laminas/laminas-mvc-plugins",
16 efrain 4574
            "version": "1.2.0",
1 www 4575
            "source": {
4576
                "type": "git",
4577
                "url": "https://github.com/laminas/laminas-mvc-plugins.git",
16 efrain 4578
                "reference": "ea91854e410fcf0451c8bc53062da215605cf5ad"
1 www 4579
            },
4580
            "dist": {
4581
                "type": "zip",
16 efrain 4582
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugins/zipball/ea91854e410fcf0451c8bc53062da215605cf5ad",
4583
                "reference": "ea91854e410fcf0451c8bc53062da215605cf5ad",
1 www 4584
                "shasum": ""
4585
            },
4586
            "require": {
4587
                "laminas/laminas-mvc-plugin-fileprg": "^1.2",
4588
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.3",
4589
                "laminas/laminas-mvc-plugin-identity": "^1.2",
4590
                "laminas/laminas-mvc-plugin-prg": "^1.3"
4591
            },
16 efrain 4592
            "conflict": {
4593
                "zendframework/zend-mvc-plugins": "*"
1 www 4594
            },
4595
            "type": "metapackage",
4596
            "extra": {
4597
                "laminas": {
4598
                    "component": [
4599
                        "Laminas\\Mvc\\Plugin\\FilePrg",
4600
                        "Laminas\\Mvc\\Plugin\\FlashMessenger",
4601
                        "Laminas\\Mvc\\Plugin\\Identity",
4602
                        "Laminas\\Mvc\\Plugin\\Prg"
4603
                    ]
4604
                }
4605
            },
4606
            "notification-url": "https://packagist.org/downloads/",
4607
            "license": [
4608
                "BSD-3-Clause"
4609
            ],
4610
            "description": "Collection of all stable laminas-mvc plugins served via separate packages.",
4611
            "homepage": "https://laminas.dev",
4612
            "keywords": [
4613
                "laminas",
4614
                "mvc",
4615
                "plugins"
4616
            ],
4617
            "support": {
4618
                "chat": "https://laminas.dev/chat",
4619
                "forum": "https://discourse.laminas.dev",
4620
                "issues": "https://github.com/laminas/laminas-mvc-plugins/issues",
4621
                "rss": "https://github.com/laminas/laminas-mvc-plugins/releases.atom",
4622
                "source": "https://github.com/laminas/laminas-mvc-plugins"
4623
            },
4624
            "funding": [
4625
                {
4626
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4627
                    "type": "community_bridge"
4628
                }
4629
            ],
16 efrain 4630
            "time": "2021-12-06T00:49:46+00:00"
1 www 4631
        },
4632
        {
4633
            "name": "laminas/laminas-navigation",
3086 efrain 4634
            "version": "2.15.0",
1 www 4635
            "source": {
4636
                "type": "git",
4637
                "url": "https://github.com/laminas/laminas-navigation.git",
3086 efrain 4638
                "reference": "4818d772a3d51231c07e1ae3067e48ceef746b85"
1 www 4639
            },
4640
            "dist": {
4641
                "type": "zip",
3086 efrain 4642
                "url": "https://api.github.com/repos/laminas/laminas-navigation/zipball/4818d772a3d51231c07e1ae3067e48ceef746b85",
4643
                "reference": "4818d772a3d51231c07e1ae3067e48ceef746b85",
1 www 4644
                "shasum": ""
4645
            },
4646
            "require": {
4647
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
16 efrain 4648
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4649
            },
16 efrain 4650
            "conflict": {
4651
                "zendframework/zend-navigation": "*"
1 www 4652
            },
4653
            "require-dev": {
3086 efrain 4654
                "laminas/laminas-coding-standard": "~2.4.0",
16 efrain 4655
                "laminas/laminas-config": "^3.7.0",
3086 efrain 4656
                "laminas/laminas-http": "^2.16.0",
4657
                "laminas/laminas-i18n": "^2.17.0",
4658
                "laminas/laminas-mvc": "^3.3.4",
4659
                "laminas/laminas-permissions-acl": "^2.10.0",
4660
                "laminas/laminas-router": "^3.9.0",
4661
                "laminas/laminas-servicemanager": "^3.16.0",
16 efrain 4662
                "laminas/laminas-uri": "^2.9.1",
3086 efrain 4663
                "laminas/laminas-view": "^2.22.1",
16 efrain 4664
                "phpspec/prophecy-phpunit": "^2.0.1",
3086 efrain 4665
                "phpunit/phpunit": "^9.5.24",
4666
                "psalm/plugin-phpunit": "^0.17.0",
4667
                "vimeo/psalm": "^4.27"
1 www 4668
            },
4669
            "suggest": {
16 efrain 4670
                "laminas/laminas-config": "^3.7, to provide page configuration (optional, as arrays and Traversables are also allowed)",
4671
                "laminas/laminas-permissions-acl": "^2.9, to provide ACL-based access restrictions to pages",
4672
                "laminas/laminas-router": "^3.5, to use router-based URI generation with Mvc pages",
3086 efrain 4673
                "laminas/laminas-servicemanager": "^3.16, to use the navigation factories",
16 efrain 4674
                "laminas/laminas-view": "^2.14, to use the navigation view helpers"
1 www 4675
            },
4676
            "type": "library",
4677
            "extra": {
4678
                "laminas": {
4679
                    "component": "Laminas\\Navigation",
4680
                    "config-provider": "Laminas\\Navigation\\ConfigProvider"
4681
                }
4682
            },
4683
            "autoload": {
4684
                "psr-4": {
4685
                    "Laminas\\Navigation\\": "src/"
4686
                }
4687
            },
4688
            "notification-url": "https://packagist.org/downloads/",
4689
            "license": [
4690
                "BSD-3-Clause"
4691
            ],
4692
            "description": "Manage trees of pointers to web pages in order to build navigation systems",
4693
            "homepage": "https://laminas.dev",
4694
            "keywords": [
4695
                "laminas",
4696
                "navigation"
4697
            ],
4698
            "support": {
4699
                "chat": "https://laminas.dev/chat",
4700
                "docs": "https://docs.laminas.dev/laminas-navigation/",
4701
                "forum": "https://discourse.laminas.dev",
4702
                "issues": "https://github.com/laminas/laminas-navigation/issues",
4703
                "rss": "https://github.com/laminas/laminas-navigation/releases.atom",
4704
                "source": "https://github.com/laminas/laminas-navigation"
4705
            },
4706
            "funding": [
4707
                {
4708
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4709
                    "type": "community_bridge"
4710
                }
4711
            ],
3086 efrain 4712
            "time": "2022-09-13T11:14:03+00:00"
1 www 4713
        },
4714
        {
4715
            "name": "laminas/laminas-paginator",
3086 efrain 4716
            "version": "2.13.0",
1 www 4717
            "source": {
4718
                "type": "git",
4719
                "url": "https://github.com/laminas/laminas-paginator.git",
3086 efrain 4720
                "reference": "2d6a9d21f5d67963347d497cd53873e3e693b0b5"
1 www 4721
            },
4722
            "dist": {
4723
                "type": "zip",
3086 efrain 4724
                "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/2d6a9d21f5d67963347d497cd53873e3e693b0b5",
4725
                "reference": "2d6a9d21f5d67963347d497cd53873e3e693b0b5",
1 www 4726
                "shasum": ""
4727
            },
4728
            "require": {
4729
                "ext-json": "*",
3086 efrain 4730
                "laminas/laminas-stdlib": "^3.10.1",
16 efrain 4731
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4732
            },
16 efrain 4733
            "conflict": {
4734
                "zendframework/zend-paginator": "*"
1 www 4735
            },
4736
            "require-dev": {
16 efrain 4737
                "laminas/laminas-cache": "^3.1.2",
4738
                "laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
4739
                "laminas/laminas-coding-standard": "^2.3.0",
4740
                "laminas/laminas-config": "^3.7.0",
4741
                "laminas/laminas-filter": "^2.13.0",
3086 efrain 4742
                "laminas/laminas-servicemanager": "^3.14.0",
16 efrain 4743
                "laminas/laminas-view": "^2.15.0",
3086 efrain 4744
                "phpunit/phpunit": "^9.5.21",
16 efrain 4745
                "psalm/plugin-phpunit": "^0.16.1",
3086 efrain 4746
                "vimeo/psalm": "^4.24.0"
1 www 4747
            },
4748
            "suggest": {
4749
                "laminas/laminas-cache": "Laminas\\Cache component to support cache features",
4750
                "laminas/laminas-filter": "Laminas\\Filter component",
4751
                "laminas/laminas-paginator-adapter-laminasdb": "Provides pagination adapters for Select statements and TableGateway instances",
4752
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
4753
                "laminas/laminas-view": "Laminas\\View component"
4754
            },
4755
            "type": "library",
4756
            "extra": {
4757
                "laminas": {
4758
                    "component": "Laminas\\Paginator",
4759
                    "config-provider": "Laminas\\Paginator\\ConfigProvider"
4760
                }
4761
            },
4762
            "autoload": {
4763
                "psr-4": {
4764
                    "Laminas\\Paginator\\": "src/"
4765
                }
4766
            },
4767
            "notification-url": "https://packagist.org/downloads/",
4768
            "license": [
4769
                "BSD-3-Clause"
4770
            ],
4771
            "description": "Paginate collections of data from arbitrary sources",
4772
            "homepage": "https://laminas.dev",
4773
            "keywords": [
4774
                "laminas",
4775
                "paginator"
4776
            ],
4777
            "support": {
4778
                "chat": "https://laminas.dev/chat",
4779
                "docs": "https://docs.laminas.dev/laminas-paginator/",
4780
                "forum": "https://discourse.laminas.dev",
4781
                "issues": "https://github.com/laminas/laminas-paginator/issues",
4782
                "rss": "https://github.com/laminas/laminas-paginator/releases.atom",
4783
                "source": "https://github.com/laminas/laminas-paginator"
4784
            },
4785
            "funding": [
4786
                {
4787
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4788
                    "type": "community_bridge"
4789
                }
4790
            ],
3086 efrain 4791
            "time": "2022-07-12T11:56:05+00:00"
1 www 4792
        },
4793
        {
4794
            "name": "laminas/laminas-permissions-acl",
3086 efrain 4795
            "version": "2.10.0",
1 www 4796
            "source": {
4797
                "type": "git",
4798
                "url": "https://github.com/laminas/laminas-permissions-acl.git",
3086 efrain 4799
                "reference": "e927ae0a3001655fea97eb240eeea9d10638e82f"
1 www 4800
            },
4801
            "dist": {
4802
                "type": "zip",
3086 efrain 4803
                "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/e927ae0a3001655fea97eb240eeea9d10638e82f",
4804
                "reference": "e927ae0a3001655fea97eb240eeea9d10638e82f",
1 www 4805
                "shasum": ""
4806
            },
4807
            "require": {
3086 efrain 4808
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4809
            },
4810
            "conflict": {
16 efrain 4811
                "laminas/laminas-servicemanager": "<3.0",
4812
                "zendframework/zend-permissions-acl": "*"
1 www 4813
            },
4814
            "require-dev": {
3086 efrain 4815
                "laminas/laminas-coding-standard": "~2.3.0",
4816
                "laminas/laminas-servicemanager": "^3.15.1",
16 efrain 4817
                "phpunit/phpunit": "^9.5.0",
3086 efrain 4818
                "psalm/plugin-phpunit": "^0.17.0",
4819
                "vimeo/psalm": "^4.24.0"
1 www 4820
            },
4821
            "suggest": {
4822
                "laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
4823
            },
4824
            "type": "library",
4825
            "autoload": {
4826
                "psr-4": {
4827
                    "Laminas\\Permissions\\Acl\\": "src/"
4828
                }
4829
            },
4830
            "notification-url": "https://packagist.org/downloads/",
4831
            "license": [
4832
                "BSD-3-Clause"
4833
            ],
4834
            "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
4835
            "homepage": "https://laminas.dev",
4836
            "keywords": [
4837
                "acl",
4838
                "laminas"
4839
            ],
4840
            "support": {
4841
                "chat": "https://laminas.dev/chat",
4842
                "docs": "https://docs.laminas.dev/laminas-permissions-acl/",
4843
                "forum": "https://discourse.laminas.dev",
4844
                "issues": "https://github.com/laminas/laminas-permissions-acl/issues",
4845
                "rss": "https://github.com/laminas/laminas-permissions-acl/releases.atom",
4846
                "source": "https://github.com/laminas/laminas-permissions-acl"
4847
            },
4848
            "funding": [
4849
                {
4850
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4851
                    "type": "community_bridge"
4852
                }
4853
            ],
3086 efrain 4854
            "time": "2022-07-21T09:23:39+00:00"
1 www 4855
        },
4856
        {
4857
            "name": "laminas/laminas-psr7bridge",
3086 efrain 4858
            "version": "1.7.0",
1 www 4859
            "source": {
4860
                "type": "git",
4861
                "url": "https://github.com/laminas/laminas-psr7bridge.git",
3086 efrain 4862
                "reference": "7318e3762d25cf802fa0589aecf3d9b3eb411f3f"
1 www 4863
            },
4864
            "dist": {
4865
                "type": "zip",
3086 efrain 4866
                "url": "https://api.github.com/repos/laminas/laminas-psr7bridge/zipball/7318e3762d25cf802fa0589aecf3d9b3eb411f3f",
4867
                "reference": "7318e3762d25cf802fa0589aecf3d9b3eb411f3f",
1 www 4868
                "shasum": ""
4869
            },
4870
            "require": {
3086 efrain 4871
                "laminas/laminas-diactoros": "^2.0",
16 efrain 4872
                "laminas/laminas-http": "^2.15",
3086 efrain 4873
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
1 www 4874
                "psr/http-message": "^1.0"
4875
            },
4876
            "conflict": {
16 efrain 4877
                "laminas/laminas-stdlib": "< 3.2.1",
4878
                "zendframework/zend-psr7bridge": "*"
1 www 4879
            },
4880
            "require-dev": {
3086 efrain 4881
                "laminas/laminas-coding-standard": "^2.4.0",
16 efrain 4882
                "phpunit/phpunit": "^9.5.10",
3086 efrain 4883
                "psalm/plugin-phpunit": "^0.17.0",
16 efrain 4884
                "vimeo/psalm": "^4.11"
1 www 4885
            },
4886
            "type": "library",
4887
            "autoload": {
4888
                "psr-4": {
4889
                    "Laminas\\Psr7Bridge\\": "src/"
4890
                }
4891
            },
4892
            "notification-url": "https://packagist.org/downloads/",
4893
            "license": [
4894
                "BSD-3-Clause"
4895
            ],
16 efrain 4896
            "description": "Bidirectional conversions between PSR-7 and laminas-http messages",
1 www 4897
            "homepage": "https://laminas.dev",
4898
            "keywords": [
4899
                "http",
4900
                "laminas",
4901
                "psr",
4902
                "psr-7"
4903
            ],
4904
            "support": {
4905
                "chat": "https://laminas.dev/chat",
4906
                "docs": "https://docs.laminas.dev/laminas-psr7bridge/",
4907
                "forum": "https://discourse.laminas.dev",
4908
                "issues": "https://github.com/laminas/laminas-psr7bridge/issues",
4909
                "rss": "https://github.com/laminas/laminas-psr7bridge/releases.atom",
4910
                "source": "https://github.com/laminas/laminas-psr7bridge"
4911
            },
4912
            "funding": [
4913
                {
4914
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4915
                    "type": "community_bridge"
4916
                }
4917
            ],
3086 efrain 4918
            "time": "2022-08-24T20:18:40+00:00"
1 www 4919
        },
4920
        {
4921
            "name": "laminas/laminas-recaptcha",
16 efrain 4922
            "version": "3.4.0",
1 www 4923
            "source": {
4924
                "type": "git",
4925
                "url": "https://github.com/laminas/laminas-recaptcha.git",
16 efrain 4926
                "reference": "f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71"
1 www 4927
            },
4928
            "dist": {
4929
                "type": "zip",
16 efrain 4930
                "url": "https://api.github.com/repos/laminas/laminas-recaptcha/zipball/f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71",
4931
                "reference": "f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71",
1 www 4932
                "shasum": ""
4933
            },
4934
            "require": {
4935
                "ext-json": "*",
16 efrain 4936
                "laminas/laminas-http": "^2.15",
4937
                "laminas/laminas-json": "^3.3",
4938
                "laminas/laminas-stdlib": "^3.6",
4939
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4940
            },
16 efrain 4941
            "conflict": {
4942
                "zendframework/zendservice-recaptcha": "*"
1 www 4943
            },
4944
            "require-dev": {
16 efrain 4945
                "laminas/laminas-coding-standard": "~2.3.0",
4946
                "laminas/laminas-config": "^3.7",
4947
                "laminas/laminas-validator": "^2.15",
4948
                "phpunit/phpunit": "^9.5.4"
1 www 4949
            },
4950
            "suggest": {
4951
                "laminas/laminas-validator": "~2.0, if using ReCaptcha's Mailhide API"
4952
            },
4953
            "type": "library",
4954
            "autoload": {
4955
                "psr-4": {
4956
                    "Laminas\\ReCaptcha\\": "src/"
4957
                }
4958
            },
4959
            "notification-url": "https://packagist.org/downloads/",
4960
            "license": [
4961
                "BSD-3-Clause"
4962
            ],
4963
            "description": "OOP wrapper for the ReCaptcha web service",
4964
            "homepage": "https://laminas.dev",
4965
            "keywords": [
4966
                "laminas",
4967
                "recaptcha"
4968
            ],
4969
            "support": {
4970
                "chat": "https://laminas.dev/chat",
4971
                "docs": "https://docs.laminas.dev/laminas-recaptcha/",
4972
                "forum": "https://discourse.laminas.dev",
4973
                "issues": "https://github.com/laminas/laminas-recaptcha/issues",
4974
                "rss": "https://github.com/laminas/laminas-recaptcha/releases.atom",
4975
                "source": "https://github.com/laminas/laminas-recaptcha"
4976
            },
4977
            "funding": [
4978
                {
4979
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4980
                    "type": "community_bridge"
4981
                }
4982
            ],
16 efrain 4983
            "time": "2021-11-28T18:10:25+00:00"
1 www 4984
        },
4985
        {
4986
            "name": "laminas/laminas-router",
3086 efrain 4987
            "version": "3.9.0",
1 www 4988
            "source": {
4989
                "type": "git",
4990
                "url": "https://github.com/laminas/laminas-router.git",
3086 efrain 4991
                "reference": "ebd084f7fda7520394b9ddc1e9ec2cbdf2094daa"
1 www 4992
            },
4993
            "dist": {
4994
                "type": "zip",
3086 efrain 4995
                "url": "https://api.github.com/repos/laminas/laminas-router/zipball/ebd084f7fda7520394b9ddc1e9ec2cbdf2094daa",
4996
                "reference": "ebd084f7fda7520394b9ddc1e9ec2cbdf2094daa",
1 www 4997
                "shasum": ""
4998
            },
4999
            "require": {
16 efrain 5000
                "laminas/laminas-http": "^2.15",
3086 efrain 5001
                "laminas/laminas-servicemanager": "^3.14.0",
5002
                "laminas/laminas-stdlib": "^3.10.1",
5003
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 5004
            },
16 efrain 5005
            "conflict": {
5006
                "zendframework/zend-router": "*"
1 www 5007
            },
5008
            "require-dev": {
3086 efrain 5009
                "laminas/laminas-coding-standard": "~2.4.0",
5010
                "laminas/laminas-i18n": "^2.15.0",
16 efrain 5011
                "phpunit/phpunit": "^9.5.5",
3086 efrain 5012
                "psalm/plugin-phpunit": "^0.17.0",
5013
                "vimeo/psalm": "^4.24.0"
1 www 5014
            },
5015
            "suggest": {
3086 efrain 5016
                "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
1 www 5017
            },
5018
            "type": "library",
5019
            "extra": {
5020
                "laminas": {
5021
                    "component": "Laminas\\Router",
5022
                    "config-provider": "Laminas\\Router\\ConfigProvider"
5023
                }
5024
            },
5025
            "autoload": {
5026
                "psr-4": {
5027
                    "Laminas\\Router\\": "src/"
5028
                }
5029
            },
5030
            "notification-url": "https://packagist.org/downloads/",
5031
            "license": [
5032
                "BSD-3-Clause"
5033
            ],
5034
            "description": "Flexible routing system for HTTP and console applications",
5035
            "homepage": "https://laminas.dev",
5036
            "keywords": [
5037
                "laminas",
5038
                "routing"
5039
            ],
5040
            "support": {
5041
                "chat": "https://laminas.dev/chat",
5042
                "docs": "https://docs.laminas.dev/laminas-router/",
5043
                "forum": "https://discourse.laminas.dev",
5044
                "issues": "https://github.com/laminas/laminas-router/issues",
5045
                "rss": "https://github.com/laminas/laminas-router/releases.atom",
5046
                "source": "https://github.com/laminas/laminas-router"
5047
            },
5048
            "funding": [
5049
                {
5050
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5051
                    "type": "community_bridge"
5052
                }
5053
            ],
3086 efrain 5054
            "time": "2022-08-30T22:41:24+00:00"
1 www 5055
        },
5056
        {
5057
            "name": "laminas/laminas-servicemanager",
3086 efrain 5058
            "version": "3.17.0",
1 www 5059
            "source": {
5060
                "type": "git",
5061
                "url": "https://github.com/laminas/laminas-servicemanager.git",
3086 efrain 5062
                "reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec"
1 www 5063
            },
5064
            "dist": {
5065
                "type": "zip",
3086 efrain 5066
                "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/360be5f16955dd1edbcce1cfaa98ed82a17f02ec",
5067
                "reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec",
1 www 5068
                "shasum": ""
5069
            },
5070
            "require": {
5071
                "laminas/laminas-stdlib": "^3.2.1",
16 efrain 5072
                "php": "~7.4.0 || ~8.0.0 || ~8.1.0",
1 www 5073
                "psr/container": "^1.0"
5074
            },
5075
            "conflict": {
3086 efrain 5076
                "ext-psr": "*",
1 www 5077
                "laminas/laminas-code": "<3.3.1",
16 efrain 5078
                "zendframework/zend-code": "<3.3.1",
5079
                "zendframework/zend-servicemanager": "*"
1 www 5080
            },
5081
            "provide": {
5082
                "psr/container-implementation": "^1.0"
5083
            },
3086 efrain 5084
            "replace": {
5085
                "container-interop/container-interop": "^1.2.0"
5086
            },
1 www 5087
            "require-dev": {
5088
                "composer/package-versions-deprecated": "^1.0",
3086 efrain 5089
                "laminas/laminas-coding-standard": "~2.4.0",
5090
                "laminas/laminas-container-config-test": "^0.7",
1 www 5091
                "laminas/laminas-dependency-plugin": "^2.1.2",
16 efrain 5092
                "mikey179/vfsstream": "^1.6.10@alpha",
5093
                "ocramius/proxy-manager": "^2.11",
5094
                "phpbench/phpbench": "^1.1",
1 www 5095
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 5096
                "phpunit/phpunit": "^9.5.5",
3086 efrain 5097
                "psalm/plugin-phpunit": "^0.17.0",
1 www 5098
                "vimeo/psalm": "^4.8"
5099
            },
5100
            "suggest": {
5101
                "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
5102
            },
5103
            "bin": [
5104
                "bin/generate-deps-for-config-factory",
5105
                "bin/generate-factory-for-class"
5106
            ],
5107
            "type": "library",
5108
            "autoload": {
3086 efrain 5109
                "files": [
5110
                    "src/autoload.php"
5111
                ],
1 www 5112
                "psr-4": {
5113
                    "Laminas\\ServiceManager\\": "src/"
5114
                }
5115
            },
5116
            "notification-url": "https://packagist.org/downloads/",
5117
            "license": [
5118
                "BSD-3-Clause"
5119
            ],
5120
            "description": "Factory-Driven Dependency Injection Container",
5121
            "homepage": "https://laminas.dev",
5122
            "keywords": [
5123
                "PSR-11",
5124
                "dependency-injection",
5125
                "di",
5126
                "dic",
5127
                "laminas",
5128
                "service-manager",
5129
                "servicemanager"
5130
            ],
5131
            "support": {
5132
                "chat": "https://laminas.dev/chat",
5133
                "docs": "https://docs.laminas.dev/laminas-servicemanager/",
5134
                "forum": "https://discourse.laminas.dev",
5135
                "issues": "https://github.com/laminas/laminas-servicemanager/issues",
5136
                "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
5137
                "source": "https://github.com/laminas/laminas-servicemanager"
5138
            },
5139
            "funding": [
5140
                {
5141
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5142
                    "type": "community_bridge"
5143
                }
5144
            ],
3086 efrain 5145
            "time": "2022-09-22T11:33:46+00:00"
1 www 5146
        },
5147
        {
5148
            "name": "laminas/laminas-session",
3086 efrain 5149
            "version": "2.13.0",
1 www 5150
            "source": {
5151
                "type": "git",
5152
                "url": "https://github.com/laminas/laminas-session.git",
3086 efrain 5153
                "reference": "9f8a6077dd22b3b253583b1be84ddd5bf6fa1ef4"
1 www 5154
            },
5155
            "dist": {
5156
                "type": "zip",
3086 efrain 5157
                "url": "https://api.github.com/repos/laminas/laminas-session/zipball/9f8a6077dd22b3b253583b1be84ddd5bf6fa1ef4",
5158
                "reference": "9f8a6077dd22b3b253583b1be84ddd5bf6fa1ef4",
1 www 5159
                "shasum": ""
5160
            },
5161
            "require": {
3086 efrain 5162
                "laminas/laminas-eventmanager": "^3.5",
5163
                "laminas/laminas-servicemanager": "^3.15.1",
5164
                "laminas/laminas-stdlib": "^3.10.1",
5165
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 5166
            },
16 efrain 5167
            "conflict": {
5168
                "zendframework/zend-session": "*"
1 www 5169
            },
5170
            "require-dev": {
3086 efrain 5171
                "laminas/laminas-cache": "^3.1.3",
5172
                "laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
5173
                "laminas/laminas-coding-standard": "~2.3.0",
16 efrain 5174
                "laminas/laminas-db": "^2.13.4",
5175
                "laminas/laminas-http": "^2.15",
5176
                "laminas/laminas-validator": "^2.15",
3086 efrain 5177
                "mongodb/mongodb": "~1.12.0",
1 www 5178
                "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
5179
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 5180
                "phpunit/phpunit": "^9.5.9",
5181
                "psalm/plugin-phpunit": "^0.17.0",
5182
                "vimeo/psalm": "^4.24.0"
1 www 5183
            },
5184
            "suggest": {
5185
                "laminas/laminas-cache": "Laminas\\Cache component",
5186
                "laminas/laminas-db": "Laminas\\Db component",
5187
                "laminas/laminas-http": "Laminas\\Http component",
5188
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
5189
                "laminas/laminas-validator": "Laminas\\Validator component",
5190
                "mongodb/mongodb": "If you want to use the MongoDB session save handler"
5191
            },
5192
            "type": "library",
5193
            "extra": {
5194
                "laminas": {
5195
                    "component": "Laminas\\Session",
5196
                    "config-provider": "Laminas\\Session\\ConfigProvider"
5197
                }
5198
            },
5199
            "autoload": {
5200
                "psr-4": {
5201
                    "Laminas\\Session\\": "src/"
5202
                }
5203
            },
5204
            "notification-url": "https://packagist.org/downloads/",
5205
            "license": [
5206
                "BSD-3-Clause"
5207
            ],
5208
            "description": "Object-oriented interface to PHP sessions and storage",
5209
            "homepage": "https://laminas.dev",
5210
            "keywords": [
5211
                "laminas",
5212
                "session"
5213
            ],
5214
            "support": {
5215
                "chat": "https://laminas.dev/chat",
5216
                "docs": "https://docs.laminas.dev/laminas-session/",
5217
                "forum": "https://discourse.laminas.dev",
5218
                "issues": "https://github.com/laminas/laminas-session/issues",
5219
                "rss": "https://github.com/laminas/laminas-session/releases.atom",
5220
                "source": "https://github.com/laminas/laminas-session"
5221
            },
5222
            "funding": [
5223
                {
5224
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5225
                    "type": "community_bridge"
5226
                }
5227
            ],
3086 efrain 5228
            "time": "2022-07-22T10:26:33+00:00"
1 www 5229
        },
5230
        {
5231
            "name": "laminas/laminas-stdlib",
3086 efrain 5232
            "version": "3.13.0",
1 www 5233
            "source": {
5234
                "type": "git",
5235
                "url": "https://github.com/laminas/laminas-stdlib.git",
3086 efrain 5236
                "reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76"
1 www 5237
            },
5238
            "dist": {
5239
                "type": "zip",
3086 efrain 5240
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/66a6d03c381f6c9f1dd988bf8244f9afb9380d76",
5241
                "reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76",
1 www 5242
                "shasum": ""
5243
            },
5244
            "require": {
3086 efrain 5245
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 5246
            },
5247
            "conflict": {
5248
                "zendframework/zend-stdlib": "*"
5249
            },
5250
            "require-dev": {
5251
                "laminas/laminas-coding-standard": "~2.3.0",
3086 efrain 5252
                "phpbench/phpbench": "^1.2.6",
5253
                "phpstan/phpdoc-parser": "^0.5.4",
5254
                "phpunit/phpunit": "^9.5.23",
5255
                "psalm/plugin-phpunit": "^0.17.0",
5256
                "vimeo/psalm": "^4.26"
1 www 5257
            },
5258
            "type": "library",
5259
            "autoload": {
5260
                "psr-4": {
5261
                    "Laminas\\Stdlib\\": "src/"
5262
                }
5263
            },
5264
            "notification-url": "https://packagist.org/downloads/",
5265
            "license": [
5266
                "BSD-3-Clause"
5267
            ],
5268
            "description": "SPL extensions, array utilities, error handlers, and more",
5269
            "homepage": "https://laminas.dev",
5270
            "keywords": [
5271
                "laminas",
5272
                "stdlib"
5273
            ],
5274
            "support": {
5275
                "chat": "https://laminas.dev/chat",
5276
                "docs": "https://docs.laminas.dev/laminas-stdlib/",
5277
                "forum": "https://discourse.laminas.dev",
5278
                "issues": "https://github.com/laminas/laminas-stdlib/issues",
5279
                "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
5280
                "source": "https://github.com/laminas/laminas-stdlib"
5281
            },
5282
            "funding": [
5283
                {
5284
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5285
                    "type": "community_bridge"
5286
                }
5287
            ],
3086 efrain 5288
            "time": "2022-08-24T13:56:50+00:00"
1 www 5289
        },
5290
        {
5291
            "name": "laminas/laminas-test",
16 efrain 5292
            "version": "3.8.0",
1 www 5293
            "source": {
5294
                "type": "git",
5295
                "url": "https://github.com/laminas/laminas-test.git",
16 efrain 5296
                "reference": "ae49929c0060800f0e516cb984620674dfb74458"
1 www 5297
            },
5298
            "dist": {
5299
                "type": "zip",
16 efrain 5300
                "url": "https://api.github.com/repos/laminas/laminas-test/zipball/ae49929c0060800f0e516cb984620674dfb74458",
5301
                "reference": "ae49929c0060800f0e516cb984620674dfb74458",
1 www 5302
                "shasum": ""
5303
            },
5304
            "require": {
5305
                "laminas/laminas-console": "^2.6",
5306
                "laminas/laminas-eventmanager": "^3.0",
16 efrain 5307
                "laminas/laminas-http": "^2.15.0",
5308
                "laminas/laminas-mvc": "^3.3.0",
1 www 5309
                "laminas/laminas-servicemanager": "^3.0.3",
5310
                "laminas/laminas-uri": "^2.5",
16 efrain 5311
                "laminas/laminas-view": "^2.13.1",
5312
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
5313
                "phpunit/phpunit": "^8.5.14 || ^9.0",
5314
                "symfony/css-selector": "^5.4 || ^6.0",
5315
                "symfony/dom-crawler": "^5.4 || ^6.0"
1 www 5316
            },
16 efrain 5317
            "conflict": {
5318
                "zendframework/zend-test": "*"
1 www 5319
            },
5320
            "require-dev": {
16 efrain 5321
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 5322
                "laminas/laminas-i18n": "^2.6",
5323
                "laminas/laminas-log": "^2.7.1",
5324
                "laminas/laminas-modulemanager": "^2.7.1",
5325
                "laminas/laminas-mvc-console": "^1.1.8",
16 efrain 5326
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.4.0",
1 www 5327
                "laminas/laminas-serializer": "^2.6.1",
16 efrain 5328
                "laminas/laminas-session": "^2.12.0",
5329
                "laminas/laminas-stdlib": "^3.6.0",
1 www 5330
                "laminas/laminas-validator": "^2.8",
5331
                "mikey179/vfsstream": "^1.6.8",
5332
                "psalm/plugin-phpunit": "^0.16.0",
5333
                "vimeo/psalm": "^4.7"
5334
            },
5335
            "suggest": {
5336
                "laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration"
5337
            },
5338
            "type": "library",
5339
            "autoload": {
5340
                "psr-4": {
5341
                    "Laminas\\Test\\": "src/"
5342
                }
5343
            },
5344
            "notification-url": "https://packagist.org/downloads/",
5345
            "license": [
5346
                "BSD-3-Clause"
5347
            ],
16 efrain 5348
            "description": "Tools to facilitate integration testing of laminas-mvc applications",
1 www 5349
            "homepage": "https://laminas.dev",
5350
            "keywords": [
5351
                "laminas",
5352
                "test"
5353
            ],
5354
            "support": {
5355
                "chat": "https://laminas.dev/chat",
5356
                "docs": "https://docs.laminas.dev/laminas-test/",
5357
                "forum": "https://discourse.laminas.dev",
5358
                "issues": "https://github.com/laminas/laminas-test/issues",
5359
                "rss": "https://github.com/laminas/laminas-test/releases.atom",
5360
                "source": "https://github.com/laminas/laminas-test"
5361
            },
5362
            "funding": [
5363
                {
5364
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5365
                    "type": "community_bridge"
5366
                }
5367
            ],
16 efrain 5368
            "time": "2021-12-08T04:16:21+00:00"
1 www 5369
        },
5370
        {
3086 efrain 5371
            "name": "laminas/laminas-text",
5372
            "version": "2.9.0",
5373
            "source": {
5374
                "type": "git",
5375
                "url": "https://github.com/laminas/laminas-text.git",
5376
                "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7"
5377
            },
5378
            "dist": {
5379
                "type": "zip",
5380
                "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7",
5381
                "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7",
5382
                "shasum": ""
5383
            },
5384
            "require": {
5385
                "laminas/laminas-servicemanager": "^3.4",
5386
                "laminas/laminas-stdlib": "^3.6",
5387
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
5388
            },
5389
            "conflict": {
5390
                "zendframework/zend-text": "*"
5391
            },
5392
            "require-dev": {
5393
                "laminas/laminas-coding-standard": "~1.0.0",
5394
                "phpunit/phpunit": "^9.3"
5395
            },
5396
            "type": "library",
5397
            "autoload": {
5398
                "psr-4": {
5399
                    "Laminas\\Text\\": "src/"
5400
                }
5401
            },
5402
            "notification-url": "https://packagist.org/downloads/",
5403
            "license": [
5404
                "BSD-3-Clause"
5405
            ],
5406
            "description": "Create FIGlets and text-based tables",
5407
            "homepage": "https://laminas.dev",
5408
            "keywords": [
5409
                "laminas",
5410
                "text"
5411
            ],
5412
            "support": {
5413
                "chat": "https://laminas.dev/chat",
5414
                "docs": "https://docs.laminas.dev/laminas-text/",
5415
                "forum": "https://discourse.laminas.dev",
5416
                "issues": "https://github.com/laminas/laminas-text/issues",
5417
                "rss": "https://github.com/laminas/laminas-text/releases.atom",
5418
                "source": "https://github.com/laminas/laminas-text"
5419
            },
5420
            "funding": [
5421
                {
5422
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5423
                    "type": "community_bridge"
5424
                }
5425
            ],
5426
            "time": "2021-09-02T16:50:53+00:00"
5427
        },
5428
        {
1 www 5429
            "name": "laminas/laminas-uri",
16 efrain 5430
            "version": "2.9.1",
1 www 5431
            "source": {
5432
                "type": "git",
5433
                "url": "https://github.com/laminas/laminas-uri.git",
16 efrain 5434
                "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b"
1 www 5435
            },
5436
            "dist": {
5437
                "type": "zip",
16 efrain 5438
                "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/7e837dc15c8fd3949df7d1213246fd7c8640032b",
5439
                "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b",
1 www 5440
                "shasum": ""
5441
            },
5442
            "require": {
16 efrain 5443
                "laminas/laminas-escaper": "^2.9",
5444
                "laminas/laminas-validator": "^2.15",
5445
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 5446
            },
16 efrain 5447
            "conflict": {
5448
                "zendframework/zend-uri": "*"
1 www 5449
            },
5450
            "require-dev": {
16 efrain 5451
                "laminas/laminas-coding-standard": "~2.2.1",
5452
                "phpunit/phpunit": "^9.5.5"
1 www 5453
            },
5454
            "type": "library",
5455
            "autoload": {
5456
                "psr-4": {
5457
                    "Laminas\\Uri\\": "src/"
5458
                }
5459
            },
5460
            "notification-url": "https://packagist.org/downloads/",
5461
            "license": [
5462
                "BSD-3-Clause"
5463
            ],
5464
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
5465
            "homepage": "https://laminas.dev",
5466
            "keywords": [
5467
                "laminas",
5468
                "uri"
5469
            ],
5470
            "support": {
5471
                "chat": "https://laminas.dev/chat",
5472
                "docs": "https://docs.laminas.dev/laminas-uri/",
5473
                "forum": "https://discourse.laminas.dev",
5474
                "issues": "https://github.com/laminas/laminas-uri/issues",
5475
                "rss": "https://github.com/laminas/laminas-uri/releases.atom",
5476
                "source": "https://github.com/laminas/laminas-uri"
5477
            },
5478
            "funding": [
5479
                {
5480
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5481
                    "type": "community_bridge"
5482
                }
5483
            ],
16 efrain 5484
            "time": "2021-09-09T18:37:15+00:00"
1 www 5485
        },
5486
        {
5487
            "name": "laminas/laminas-validator",
3086 efrain 5488
            "version": "2.25.0",
1 www 5489
            "source": {
5490
                "type": "git",
5491
                "url": "https://github.com/laminas/laminas-validator.git",
3086 efrain 5492
                "reference": "42de39b78e73b321db7d948cf8530a2764f8b9aa"
1 www 5493
            },
5494
            "dist": {
5495
                "type": "zip",
3086 efrain 5496
                "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/42de39b78e73b321db7d948cf8530a2764f8b9aa",
5497
                "reference": "42de39b78e73b321db7d948cf8530a2764f8b9aa",
1 www 5498
                "shasum": ""
5499
            },
5500
            "require": {
3086 efrain 5501
                "laminas/laminas-servicemanager": "^3.12.0",
5502
                "laminas/laminas-stdlib": "^3.13",
5503
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 5504
            },
16 efrain 5505
            "conflict": {
5506
                "zendframework/zend-validator": "*"
1 www 5507
            },
5508
            "require-dev": {
3086 efrain 5509
                "laminas/laminas-coding-standard": "^2.4.0",
5510
                "laminas/laminas-db": "^2.15.0",
5511
                "laminas/laminas-filter": "^2.18.0",
5512
                "laminas/laminas-http": "^2.16.0",
5513
                "laminas/laminas-i18n": "^2.17.0",
5514
                "laminas/laminas-session": "^2.13.0",
5515
                "laminas/laminas-uri": "^2.9.1",
1 www 5516
                "phpspec/prophecy-phpunit": "^2.0",
3086 efrain 5517
                "phpunit/phpunit": "^9.5.24",
5518
                "psalm/plugin-phpunit": "^0.17.0",
1 www 5519
                "psr/http-client": "^1.0",
5520
                "psr/http-factory": "^1.0",
5521
                "psr/http-message": "^1.0",
3086 efrain 5522
                "vimeo/psalm": "^4.27.0"
1 www 5523
            },
5524
            "suggest": {
5525
                "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
5526
                "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
5527
                "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
5528
                "laminas/laminas-i18n-resources": "Translations of validator messages",
5529
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
5530
                "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
5531
                "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
5532
                "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
5533
            },
5534
            "type": "library",
5535
            "extra": {
5536
                "laminas": {
5537
                    "component": "Laminas\\Validator",
5538
                    "config-provider": "Laminas\\Validator\\ConfigProvider"
5539
                }
5540
            },
5541
            "autoload": {
5542
                "psr-4": {
5543
                    "Laminas\\Validator\\": "src/"
5544
                }
5545
            },
5546
            "notification-url": "https://packagist.org/downloads/",
5547
            "license": [
5548
                "BSD-3-Clause"
5549
            ],
5550
            "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
5551
            "homepage": "https://laminas.dev",
5552
            "keywords": [
5553
                "laminas",
5554
                "validator"
5555
            ],
5556
            "support": {
5557
                "chat": "https://laminas.dev/chat",
5558
                "docs": "https://docs.laminas.dev/laminas-validator/",
5559
                "forum": "https://discourse.laminas.dev",
5560
                "issues": "https://github.com/laminas/laminas-validator/issues",
5561
                "rss": "https://github.com/laminas/laminas-validator/releases.atom",
5562
                "source": "https://github.com/laminas/laminas-validator"
5563
            },
5564
            "funding": [
5565
                {
5566
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5567
                    "type": "community_bridge"
5568
                }
5569
            ],
3086 efrain 5570
            "time": "2022-09-20T11:33:19+00:00"
1 www 5571
        },
5572
        {
5573
            "name": "laminas/laminas-view",
3086 efrain 5574
            "version": "2.23.0",
1 www 5575
            "source": {
5576
                "type": "git",
5577
                "url": "https://github.com/laminas/laminas-view.git",
3086 efrain 5578
                "reference": "69ea122cd53f7839e58cb250975932332e542524"
1 www 5579
            },
5580
            "dist": {
5581
                "type": "zip",
3086 efrain 5582
                "url": "https://api.github.com/repos/laminas/laminas-view/zipball/69ea122cd53f7839e58cb250975932332e542524",
5583
                "reference": "69ea122cd53f7839e58cb250975932332e542524",
1 www 5584
                "shasum": ""
5585
            },
5586
            "require": {
3086 efrain 5587
                "container-interop/container-interop": "^1.2",
5588
                "ext-dom": "*",
5589
                "ext-filter": "*",
16 efrain 5590
                "ext-json": "*",
3086 efrain 5591
                "laminas/laminas-escaper": "^2.5",
16 efrain 5592
                "laminas/laminas-eventmanager": "^3.4",
3086 efrain 5593
                "laminas/laminas-json": "^3.3",
5594
                "laminas/laminas-servicemanager": "^3.14.0",
5595
                "laminas/laminas-stdlib": "^3.10.1",
5596
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
5597
                "psr/container": "^1 || ^2"
1 www 5598
            },
5599
            "conflict": {
112 efrain 5600
                "container-interop/container-interop": "<1.2",
16 efrain 5601
                "laminas/laminas-router": "<3.0.1",
5602
                "laminas/laminas-servicemanager": "<3.3",
3086 efrain 5603
                "laminas/laminas-session": "<2.12",
16 efrain 5604
                "zendframework/zend-view": "*"
1 www 5605
            },
5606
            "require-dev": {
5607
                "laminas/laminas-authentication": "^2.5",
3086 efrain 5608
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 5609
                "laminas/laminas-console": "^2.6",
16 efrain 5610
                "laminas/laminas-feed": "^2.15",
3086 efrain 5611
                "laminas/laminas-filter": "^2.13.0",
16 efrain 5612
                "laminas/laminas-http": "^2.15",
1 www 5613
                "laminas/laminas-i18n": "^2.6",
5614
                "laminas/laminas-modulemanager": "^2.7.1",
3086 efrain 5615
                "laminas/laminas-mvc": "^3.0",
16 efrain 5616
                "laminas/laminas-mvc-i18n": "^1.1",
3086 efrain 5617
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.5.0",
5618
                "laminas/laminas-navigation": "^2.13.1",
5619
                "laminas/laminas-paginator": "^2.11.0",
1 www 5620
                "laminas/laminas-permissions-acl": "^2.6",
5621
                "laminas/laminas-router": "^3.0.1",
5622
                "laminas/laminas-uri": "^2.5",
5623
                "phpspec/prophecy": "^1.12",
5624
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 5625
                "phpunit/phpunit": "^9.5.5",
3086 efrain 5626
                "psalm/plugin-phpunit": "^0.17.0",
16 efrain 5627
                "vimeo/psalm": "^4.10"
1 www 5628
            },
5629
            "suggest": {
5630
                "laminas/laminas-authentication": "Laminas\\Authentication component",
5631
                "laminas/laminas-escaper": "Laminas\\Escaper component",
5632
                "laminas/laminas-feed": "Laminas\\Feed component",
5633
                "laminas/laminas-filter": "Laminas\\Filter component",
5634
                "laminas/laminas-http": "Laminas\\Http component",
5635
                "laminas/laminas-i18n": "Laminas\\I18n component",
5636
                "laminas/laminas-mvc": "Laminas\\Mvc component",
5637
                "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",
5638
                "laminas/laminas-navigation": "Laminas\\Navigation component",
5639
                "laminas/laminas-paginator": "Laminas\\Paginator component",
5640
                "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
5641
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
5642
                "laminas/laminas-uri": "Laminas\\Uri component"
5643
            },
5644
            "bin": [
5645
                "bin/templatemap_generator.php"
5646
            ],
5647
            "type": "library",
5648
            "autoload": {
5649
                "psr-4": {
5650
                    "Laminas\\View\\": "src/"
5651
                }
5652
            },
5653
            "notification-url": "https://packagist.org/downloads/",
5654
            "license": [
5655
                "BSD-3-Clause"
5656
            ],
5657
            "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
5658
            "homepage": "https://laminas.dev",
5659
            "keywords": [
5660
                "laminas",
5661
                "view"
5662
            ],
5663
            "support": {
5664
                "chat": "https://laminas.dev/chat",
5665
                "docs": "https://docs.laminas.dev/laminas-view/",
5666
                "forum": "https://discourse.laminas.dev",
5667
                "issues": "https://github.com/laminas/laminas-view/issues",
5668
                "rss": "https://github.com/laminas/laminas-view/releases.atom",
5669
                "source": "https://github.com/laminas/laminas-view"
5670
            },
5671
            "funding": [
5672
                {
5673
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5674
                    "type": "community_bridge"
5675
                }
5676
            ],
3086 efrain 5677
            "time": "2022-09-19T15:43:14+00:00"
1 www 5678
        },
5679
        {
5680
            "name": "laminas/laminas-zendframework-bridge",
3086 efrain 5681
            "version": "1.6.1",
1 www 5682
            "source": {
5683
                "type": "git",
5684
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
3086 efrain 5685
                "reference": "e112dd2c099f4f6142c16fc65fda89a638e06885"
1 www 5686
            },
5687
            "dist": {
5688
                "type": "zip",
3086 efrain 5689
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/e112dd2c099f4f6142c16fc65fda89a638e06885",
5690
                "reference": "e112dd2c099f4f6142c16fc65fda89a638e06885",
1 www 5691
                "shasum": ""
5692
            },
5693
            "require": {
3086 efrain 5694
                "php": ">=7.4, <8.2"
1 www 5695
            },
5696
            "require-dev": {
3086 efrain 5697
                "phpunit/phpunit": "^9.5.14",
5698
                "psalm/plugin-phpunit": "^0.15.2",
5699
                "squizlabs/php_codesniffer": "^3.6.2",
5700
                "vimeo/psalm": "^4.21.0"
1 www 5701
            },
5702
            "type": "library",
5703
            "extra": {
5704
                "laminas": {
5705
                    "module": "Laminas\\ZendFrameworkBridge"
5706
                }
5707
            },
5708
            "autoload": {
5709
                "files": [
5710
                    "src/autoload.php"
5711
                ],
5712
                "psr-4": {
5713
                    "Laminas\\ZendFrameworkBridge\\": "src//"
5714
                }
5715
            },
5716
            "notification-url": "https://packagist.org/downloads/",
5717
            "license": [
5718
                "BSD-3-Clause"
5719
            ],
5720
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
5721
            "keywords": [
5722
                "ZendFramework",
5723
                "autoloading",
5724
                "laminas",
5725
                "zf"
5726
            ],
5727
            "support": {
5728
                "forum": "https://discourse.laminas.dev/",
5729
                "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
5730
                "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
5731
                "source": "https://github.com/laminas/laminas-zendframework-bridge"
5732
            },
5733
            "funding": [
5734
                {
5735
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5736
                    "type": "community_bridge"
5737
                }
5738
            ],
3086 efrain 5739
            "time": "2022-07-29T13:28:29+00:00"
1 www 5740
        },
5741
        {
5742
            "name": "maennchen/zipstream-php",
4113 efrain 5743
            "version": "2.2.6",
1 www 5744
            "source": {
5745
                "type": "git",
5746
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
4113 efrain 5747
                "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f"
1 www 5748
            },
5749
            "dist": {
5750
                "type": "zip",
4113 efrain 5751
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
5752
                "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
1 www 5753
                "shasum": ""
5754
            },
5755
            "require": {
5756
                "myclabs/php-enum": "^1.5",
3086 efrain 5757
                "php": "^7.4 || ^8.0",
1 www 5758
                "psr/http-message": "^1.0",
5759
                "symfony/polyfill-mbstring": "^1.0"
5760
            },
5761
            "require-dev": {
5762
                "ext-zip": "*",
4113 efrain 5763
                "friendsofphp/php-cs-fixer": "^3.9",
3086 efrain 5764
                "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
1 www 5765
                "mikey179/vfsstream": "^1.6",
3086 efrain 5766
                "php-coveralls/php-coveralls": "^2.4",
5767
                "phpunit/phpunit": "^8.5.8 || ^9.4.2",
5768
                "vimeo/psalm": "^4.1"
1 www 5769
            },
5770
            "type": "library",
5771
            "autoload": {
5772
                "psr-4": {
5773
                    "ZipStream\\": "src/"
5774
                }
5775
            },
5776
            "notification-url": "https://packagist.org/downloads/",
5777
            "license": [
5778
                "MIT"
5779
            ],
5780
            "authors": [
5781
                {
5782
                    "name": "Paul Duncan",
5783
                    "email": "pabs@pablotron.org"
5784
                },
5785
                {
5786
                    "name": "Jonatan Männchen",
5787
                    "email": "jonatan@maennchen.ch"
5788
                },
5789
                {
5790
                    "name": "Jesse Donat",
5791
                    "email": "donatj@gmail.com"
5792
                },
5793
                {
5794
                    "name": "András Kolesár",
5795
                    "email": "kolesar@kolesar.hu"
5796
                }
5797
            ],
5798
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
5799
            "keywords": [
5800
                "stream",
5801
                "zip"
5802
            ],
5803
            "support": {
5804
                "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
4113 efrain 5805
                "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.6"
1 www 5806
            },
5807
            "funding": [
5808
                {
4113 efrain 5809
                    "url": "https://github.com/maennchen",
5810
                    "type": "github"
5811
                },
5812
                {
1 www 5813
                    "url": "https://opencollective.com/zipstream",
5814
                    "type": "open_collective"
5815
                }
5816
            ],
4113 efrain 5817
            "time": "2022-11-25T18:57:19+00:00"
1 www 5818
        },
5819
        {
5820
            "name": "markbaker/complex",
4113 efrain 5821
            "version": "3.0.2",
1 www 5822
            "source": {
5823
                "type": "git",
5824
                "url": "https://github.com/MarkBaker/PHPComplex.git",
4113 efrain 5825
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
1 www 5826
            },
5827
            "dist": {
5828
                "type": "zip",
4113 efrain 5829
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
5830
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
1 www 5831
                "shasum": ""
5832
            },
5833
            "require": {
5834
                "php": "^7.2 || ^8.0"
5835
            },
5836
            "require-dev": {
4113 efrain 5837
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
5838
                "phpcompatibility/php-compatibility": "^9.3",
5839
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
5840
                "squizlabs/php_codesniffer": "^3.7"
1 www 5841
            },
5842
            "type": "library",
5843
            "autoload": {
5844
                "psr-4": {
5845
                    "Complex\\": "classes/src/"
16 efrain 5846
                }
1 www 5847
            },
5848
            "notification-url": "https://packagist.org/downloads/",
5849
            "license": [
5850
                "MIT"
5851
            ],
5852
            "authors": [
5853
                {
5854
                    "name": "Mark Baker",
5855
                    "email": "mark@lange.demon.co.uk"
5856
                }
5857
            ],
5858
            "description": "PHP Class for working with complex numbers",
5859
            "homepage": "https://github.com/MarkBaker/PHPComplex",
5860
            "keywords": [
5861
                "complex",
5862
                "mathematics"
5863
            ],
5864
            "support": {
5865
                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
4113 efrain 5866
                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
1 www 5867
            },
4113 efrain 5868
            "time": "2022-12-06T16:21:08+00:00"
1 www 5869
        },
5870
        {
5871
            "name": "markbaker/matrix",
4113 efrain 5872
            "version": "3.0.1",
1 www 5873
            "source": {
5874
                "type": "git",
5875
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
4113 efrain 5876
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
1 www 5877
            },
5878
            "dist": {
5879
                "type": "zip",
4113 efrain 5880
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
5881
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
1 www 5882
                "shasum": ""
5883
            },
5884
            "require": {
5885
                "php": "^7.1 || ^8.0"
5886
            },
5887
            "require-dev": {
4113 efrain 5888
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
5889
                "phpcompatibility/php-compatibility": "^9.3",
1 www 5890
                "phpdocumentor/phpdocumentor": "2.*",
5891
                "phploc/phploc": "^4.0",
5892
                "phpmd/phpmd": "2.*",
4113 efrain 5893
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
1 www 5894
                "sebastian/phpcpd": "^4.0",
4113 efrain 5895
                "squizlabs/php_codesniffer": "^3.7"
1 www 5896
            },
5897
            "type": "library",
5898
            "autoload": {
5899
                "psr-4": {
5900
                    "Matrix\\": "classes/src/"
16 efrain 5901
                }
1 www 5902
            },
5903
            "notification-url": "https://packagist.org/downloads/",
5904
            "license": [
5905
                "MIT"
5906
            ],
5907
            "authors": [
5908
                {
5909
                    "name": "Mark Baker",
5910
                    "email": "mark@demon-angel.eu"
5911
                }
5912
            ],
5913
            "description": "PHP Class for working with matrices",
5914
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
5915
            "keywords": [
5916
                "mathematics",
5917
                "matrix",
5918
                "vector"
5919
            ],
5920
            "support": {
5921
                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
4113 efrain 5922
                "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
1 www 5923
            },
4113 efrain 5924
            "time": "2022-12-02T22:17:43+00:00"
1 www 5925
        },
5926
        {
5927
            "name": "maxmind-db/reader",
16 efrain 5928
            "version": "v1.11.0",
1 www 5929
            "source": {
5930
                "type": "git",
5931
                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
16 efrain 5932
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
1 www 5933
            },
5934
            "dist": {
5935
                "type": "zip",
16 efrain 5936
                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
5937
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
1 www 5938
                "shasum": ""
5939
            },
5940
            "require": {
5941
                "php": ">=7.2"
5942
            },
5943
            "conflict": {
5944
                "ext-maxminddb": "<1.10.1,>=2.0.0"
5945
            },
5946
            "require-dev": {
16 efrain 5947
                "friendsofphp/php-cs-fixer": "3.*",
1 www 5948
                "php-coveralls/php-coveralls": "^2.1",
5949
                "phpstan/phpstan": "*",
5950
                "phpunit/phpcov": ">=6.0.0",
5951
                "phpunit/phpunit": ">=8.0.0,<10.0.0",
5952
                "squizlabs/php_codesniffer": "3.*"
5953
            },
5954
            "suggest": {
5955
                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
5956
                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
5957
                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
5958
            },
5959
            "type": "library",
5960
            "autoload": {
5961
                "psr-4": {
5962
                    "MaxMind\\Db\\": "src/MaxMind/Db"
5963
                }
5964
            },
5965
            "notification-url": "https://packagist.org/downloads/",
5966
            "license": [
5967
                "Apache-2.0"
5968
            ],
5969
            "authors": [
5970
                {
5971
                    "name": "Gregory J. Oschwald",
5972
                    "email": "goschwald@maxmind.com",
5973
                    "homepage": "https://www.maxmind.com/"
5974
                }
5975
            ],
5976
            "description": "MaxMind DB Reader API",
5977
            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
5978
            "keywords": [
5979
                "database",
5980
                "geoip",
5981
                "geoip2",
5982
                "geolocation",
5983
                "maxmind"
5984
            ],
5985
            "support": {
5986
                "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
16 efrain 5987
                "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0"
1 www 5988
            },
16 efrain 5989
            "time": "2021-10-18T15:23:10+00:00"
1 www 5990
        },
5991
        {
5992
            "name": "maxmind/web-service-common",
3086 efrain 5993
            "version": "v0.9.0",
1 www 5994
            "source": {
5995
                "type": "git",
5996
                "url": "https://github.com/maxmind/web-service-common-php.git",
3086 efrain 5997
                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53"
1 www 5998
            },
5999
            "dist": {
6000
                "type": "zip",
3086 efrain 6001
                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
6002
                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
1 www 6003
                "shasum": ""
6004
            },
6005
            "require": {
6006
                "composer/ca-bundle": "^1.0.3",
6007
                "ext-curl": "*",
6008
                "ext-json": "*",
6009
                "php": ">=7.2"
6010
            },
6011
            "require-dev": {
3086 efrain 6012
                "friendsofphp/php-cs-fixer": "3.*",
6013
                "phpstan/phpstan": "*",
1 www 6014
                "phpunit/phpunit": "^8.0 || ^9.0",
6015
                "squizlabs/php_codesniffer": "3.*"
6016
            },
6017
            "type": "library",
6018
            "autoload": {
6019
                "psr-4": {
6020
                    "MaxMind\\Exception\\": "src/Exception",
6021
                    "MaxMind\\WebService\\": "src/WebService"
6022
                }
6023
            },
6024
            "notification-url": "https://packagist.org/downloads/",
6025
            "license": [
6026
                "Apache-2.0"
6027
            ],
6028
            "authors": [
6029
                {
6030
                    "name": "Gregory Oschwald",
6031
                    "email": "goschwald@maxmind.com"
6032
                }
6033
            ],
6034
            "description": "Internal MaxMind Web Service API",
6035
            "homepage": "https://github.com/maxmind/web-service-common-php",
6036
            "support": {
6037
                "issues": "https://github.com/maxmind/web-service-common-php/issues",
3086 efrain 6038
                "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0"
1 www 6039
            },
3086 efrain 6040
            "time": "2022-03-28T17:43:20+00:00"
1 www 6041
        },
6042
        {
6043
            "name": "monolog/monolog",
3086 efrain 6044
            "version": "2.8.0",
1 www 6045
            "source": {
6046
                "type": "git",
6047
                "url": "https://github.com/Seldaek/monolog.git",
3086 efrain 6048
                "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
1 www 6049
            },
6050
            "dist": {
6051
                "type": "zip",
3086 efrain 6052
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
6053
                "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
1 www 6054
                "shasum": ""
6055
            },
6056
            "require": {
6057
                "php": ">=7.2",
16 efrain 6058
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1 www 6059
            },
6060
            "provide": {
16 efrain 6061
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
1 www 6062
            },
6063
            "require-dev": {
6064
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
6065
                "doctrine/couchdb": "~1.0@dev",
3086 efrain 6066
                "elasticsearch/elasticsearch": "^7 || ^8",
6067
                "ext-json": "*",
1 www 6068
                "graylog2/gelf-php": "^1.4.2",
3086 efrain 6069
                "guzzlehttp/guzzle": "^7.4",
6070
                "guzzlehttp/psr7": "^2.2",
1 www 6071
                "mongodb/mongodb": "^1.8",
16 efrain 6072
                "php-amqplib/php-amqplib": "~2.4 || ^3",
3086 efrain 6073
                "phpspec/prophecy": "^1.15",
1 www 6074
                "phpstan/phpstan": "^0.12.91",
3086 efrain 6075
                "phpunit/phpunit": "^8.5.14",
6076
                "predis/predis": "^1.1 || ^2.0",
6077
                "rollbar/rollbar": "^1.3 || ^2 || ^3",
6078
                "ruflin/elastica": "^7",
6079
                "swiftmailer/swiftmailer": "^5.3|^6.0",
6080
                "symfony/mailer": "^5.4 || ^6",
6081
                "symfony/mime": "^5.4 || ^6"
1 www 6082
            },
6083
            "suggest": {
6084
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
6085
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
6086
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
6087
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
16 efrain 6088
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1 www 6089
                "ext-mbstring": "Allow to work properly with unicode symbols",
6090
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
16 efrain 6091
                "ext-openssl": "Required to send log messages using SSL",
6092
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1 www 6093
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
6094
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
6095
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
6096
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
6097
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
6098
            },
6099
            "type": "library",
6100
            "extra": {
6101
                "branch-alias": {
6102
                    "dev-main": "2.x-dev"
6103
                }
6104
            },
6105
            "autoload": {
6106
                "psr-4": {
6107
                    "Monolog\\": "src/Monolog"
6108
                }
6109
            },
6110
            "notification-url": "https://packagist.org/downloads/",
6111
            "license": [
6112
                "MIT"
6113
            ],
6114
            "authors": [
6115
                {
6116
                    "name": "Jordi Boggiano",
6117
                    "email": "j.boggiano@seld.be",
6118
                    "homepage": "https://seld.be"
6119
                }
6120
            ],
6121
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
6122
            "homepage": "https://github.com/Seldaek/monolog",
6123
            "keywords": [
6124
                "log",
6125
                "logging",
6126
                "psr-3"
6127
            ],
6128
            "support": {
6129
                "issues": "https://github.com/Seldaek/monolog/issues",
3086 efrain 6130
                "source": "https://github.com/Seldaek/monolog/tree/2.8.0"
1 www 6131
            },
6132
            "funding": [
6133
                {
6134
                    "url": "https://github.com/Seldaek",
6135
                    "type": "github"
6136
                },
6137
                {
6138
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
6139
                    "type": "tidelift"
6140
                }
6141
            ],
3086 efrain 6142
            "time": "2022-07-24T11:55:47+00:00"
1 www 6143
        },
6144
        {
6145
            "name": "myclabs/deep-copy",
3086 efrain 6146
            "version": "1.11.0",
1 www 6147
            "source": {
6148
                "type": "git",
6149
                "url": "https://github.com/myclabs/DeepCopy.git",
3086 efrain 6150
                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
1 www 6151
            },
6152
            "dist": {
6153
                "type": "zip",
3086 efrain 6154
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
6155
                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
1 www 6156
                "shasum": ""
6157
            },
6158
            "require": {
6159
                "php": "^7.1 || ^8.0"
6160
            },
3086 efrain 6161
            "conflict": {
6162
                "doctrine/collections": "<1.6.8",
6163
                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
6164
            },
1 www 6165
            "require-dev": {
3086 efrain 6166
                "doctrine/collections": "^1.6.8",
6167
                "doctrine/common": "^2.13.3 || ^3.2.2",
6168
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
1 www 6169
            },
6170
            "type": "library",
6171
            "autoload": {
3086 efrain 6172
                "files": [
6173
                    "src/DeepCopy/deep_copy.php"
6174
                ],
1 www 6175
                "psr-4": {
6176
                    "DeepCopy\\": "src/DeepCopy/"
3086 efrain 6177
                }
1 www 6178
            },
6179
            "notification-url": "https://packagist.org/downloads/",
6180
            "license": [
6181
                "MIT"
6182
            ],
6183
            "description": "Create deep copies (clones) of your objects",
6184
            "keywords": [
6185
                "clone",
6186
                "copy",
6187
                "duplicate",
6188
                "object",
6189
                "object graph"
6190
            ],
6191
            "support": {
6192
                "issues": "https://github.com/myclabs/DeepCopy/issues",
3086 efrain 6193
                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
1 www 6194
            },
6195
            "funding": [
6196
                {
6197
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6198
                    "type": "tidelift"
6199
                }
6200
            ],
3086 efrain 6201
            "time": "2022-03-03T13:19:32+00:00"
1 www 6202
        },
6203
        {
6204
            "name": "myclabs/php-enum",
3086 efrain 6205
            "version": "1.8.4",
1 www 6206
            "source": {
6207
                "type": "git",
6208
                "url": "https://github.com/myclabs/php-enum.git",
3086 efrain 6209
                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
1 www 6210
            },
6211
            "dist": {
6212
                "type": "zip",
3086 efrain 6213
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
6214
                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
1 www 6215
                "shasum": ""
6216
            },
6217
            "require": {
6218
                "ext-json": "*",
6219
                "php": "^7.3 || ^8.0"
6220
            },
6221
            "require-dev": {
6222
                "phpunit/phpunit": "^9.5",
6223
                "squizlabs/php_codesniffer": "1.*",
6224
                "vimeo/psalm": "^4.6.2"
6225
            },
6226
            "type": "library",
6227
            "autoload": {
6228
                "psr-4": {
6229
                    "MyCLabs\\Enum\\": "src/"
3086 efrain 6230
                },
6231
                "classmap": [
6232
                    "stubs/Stringable.php"
6233
                ]
1 www 6234
            },
6235
            "notification-url": "https://packagist.org/downloads/",
6236
            "license": [
6237
                "MIT"
6238
            ],
6239
            "authors": [
6240
                {
6241
                    "name": "PHP Enum contributors",
6242
                    "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
6243
                }
6244
            ],
6245
            "description": "PHP Enum implementation",
6246
            "homepage": "http://github.com/myclabs/php-enum",
6247
            "keywords": [
6248
                "enum"
6249
            ],
6250
            "support": {
6251
                "issues": "https://github.com/myclabs/php-enum/issues",
3086 efrain 6252
                "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
1 www 6253
            },
6254
            "funding": [
6255
                {
6256
                    "url": "https://github.com/mnapoli",
6257
                    "type": "github"
6258
                },
6259
                {
6260
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
6261
                    "type": "tidelift"
6262
                }
6263
            ],
3086 efrain 6264
            "time": "2022-08-04T09:53:51+00:00"
1 www 6265
        },
6266
        {
6267
            "name": "nikic/php-parser",
4113 efrain 6268
            "version": "v4.15.2",
1 www 6269
            "source": {
6270
                "type": "git",
6271
                "url": "https://github.com/nikic/PHP-Parser.git",
4113 efrain 6272
                "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc"
1 www 6273
            },
6274
            "dist": {
6275
                "type": "zip",
4113 efrain 6276
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
6277
                "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
1 www 6278
                "shasum": ""
6279
            },
6280
            "require": {
6281
                "ext-tokenizer": "*",
6282
                "php": ">=7.0"
6283
            },
6284
            "require-dev": {
6285
                "ircmaxell/php-yacc": "^0.0.7",
6286
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
6287
            },
6288
            "bin": [
6289
                "bin/php-parse"
6290
            ],
6291
            "type": "library",
6292
            "extra": {
6293
                "branch-alias": {
6294
                    "dev-master": "4.9-dev"
6295
                }
6296
            },
6297
            "autoload": {
6298
                "psr-4": {
6299
                    "PhpParser\\": "lib/PhpParser"
6300
                }
6301
            },
6302
            "notification-url": "https://packagist.org/downloads/",
6303
            "license": [
6304
                "BSD-3-Clause"
6305
            ],
6306
            "authors": [
6307
                {
6308
                    "name": "Nikita Popov"
6309
                }
6310
            ],
6311
            "description": "A PHP parser written in PHP",
6312
            "keywords": [
6313
                "parser",
6314
                "php"
6315
            ],
6316
            "support": {
6317
                "issues": "https://github.com/nikic/PHP-Parser/issues",
4113 efrain 6318
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2"
1 www 6319
            },
4113 efrain 6320
            "time": "2022-11-12T15:38:23+00:00"
1 www 6321
        },
6322
        {
6323
            "name": "paragonie/constant_time_encoding",
3086 efrain 6324
            "version": "v2.6.3",
1 www 6325
            "source": {
6326
                "type": "git",
6327
                "url": "https://github.com/paragonie/constant_time_encoding.git",
3086 efrain 6328
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
1 www 6329
            },
6330
            "dist": {
6331
                "type": "zip",
3086 efrain 6332
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
6333
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
1 www 6334
                "shasum": ""
6335
            },
6336
            "require": {
6337
                "php": "^7|^8"
6338
            },
6339
            "require-dev": {
6340
                "phpunit/phpunit": "^6|^7|^8|^9",
6341
                "vimeo/psalm": "^1|^2|^3|^4"
6342
            },
6343
            "type": "library",
6344
            "autoload": {
6345
                "psr-4": {
6346
                    "ParagonIE\\ConstantTime\\": "src/"
6347
                }
6348
            },
6349
            "notification-url": "https://packagist.org/downloads/",
6350
            "license": [
6351
                "MIT"
6352
            ],
6353
            "authors": [
6354
                {
6355
                    "name": "Paragon Initiative Enterprises",
6356
                    "email": "security@paragonie.com",
6357
                    "homepage": "https://paragonie.com",
6358
                    "role": "Maintainer"
6359
                },
6360
                {
6361
                    "name": "Steve 'Sc00bz' Thomas",
6362
                    "email": "steve@tobtu.com",
6363
                    "homepage": "https://www.tobtu.com",
6364
                    "role": "Original Developer"
6365
                }
6366
            ],
6367
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
6368
            "keywords": [
6369
                "base16",
6370
                "base32",
6371
                "base32_decode",
6372
                "base32_encode",
6373
                "base64",
6374
                "base64_decode",
6375
                "base64_encode",
6376
                "bin2hex",
6377
                "encoding",
6378
                "hex",
6379
                "hex2bin",
6380
                "rfc4648"
6381
            ],
6382
            "support": {
6383
                "email": "info@paragonie.com",
6384
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
6385
                "source": "https://github.com/paragonie/constant_time_encoding"
6386
            },
3086 efrain 6387
            "time": "2022-06-14T06:56:20+00:00"
1 www 6388
        },
6389
        {
6390
            "name": "paragonie/random_compat",
6391
            "version": "v9.99.100",
6392
            "source": {
6393
                "type": "git",
6394
                "url": "https://github.com/paragonie/random_compat.git",
6395
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
6396
            },
6397
            "dist": {
6398
                "type": "zip",
6399
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
6400
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
6401
                "shasum": ""
6402
            },
6403
            "require": {
6404
                "php": ">= 7"
6405
            },
6406
            "require-dev": {
6407
                "phpunit/phpunit": "4.*|5.*",
6408
                "vimeo/psalm": "^1"
6409
            },
6410
            "suggest": {
6411
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
6412
            },
6413
            "type": "library",
6414
            "notification-url": "https://packagist.org/downloads/",
6415
            "license": [
6416
                "MIT"
6417
            ],
6418
            "authors": [
6419
                {
6420
                    "name": "Paragon Initiative Enterprises",
6421
                    "email": "security@paragonie.com",
6422
                    "homepage": "https://paragonie.com"
6423
                }
6424
            ],
6425
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
6426
            "keywords": [
6427
                "csprng",
6428
                "polyfill",
6429
                "pseudorandom",
6430
                "random"
6431
            ],
6432
            "support": {
6433
                "email": "info@paragonie.com",
6434
                "issues": "https://github.com/paragonie/random_compat/issues",
6435
                "source": "https://github.com/paragonie/random_compat"
6436
            },
6437
            "time": "2020-10-15T08:29:30+00:00"
6438
        },
6439
        {
6440
            "name": "paypal/paypal-checkout-sdk",
16 efrain 6441
            "version": "1.0.2",
1 www 6442
            "source": {
6443
                "type": "git",
6444
                "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
16 efrain 6445
                "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812"
1 www 6446
            },
6447
            "dist": {
6448
                "type": "zip",
16 efrain 6449
                "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
6450
                "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
1 www 6451
                "shasum": ""
6452
            },
6453
            "require": {
16 efrain 6454
                "paypal/paypalhttp": "1.0.1"
1 www 6455
            },
6456
            "require-dev": {
6457
                "phpunit/phpunit": "^5.7"
6458
            },
6459
            "type": "library",
6460
            "autoload": {
6461
                "psr-4": {
3086 efrain 6462
                    "Sample\\": "samples/",
6463
                    "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk"
1 www 6464
                }
6465
            },
6466
            "notification-url": "https://packagist.org/downloads/",
6467
            "license": [
6468
                "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
6469
            ],
6470
            "authors": [
6471
                {
6472
                    "name": "PayPal",
6473
                    "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
6474
                }
6475
            ],
6476
            "description": "PayPal's PHP SDK for Checkout REST APIs",
6477
            "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
6478
            "keywords": [
6479
                "checkout",
6480
                "orders",
6481
                "payments",
6482
                "paypal",
6483
                "rest",
6484
                "sdk"
6485
            ],
6486
            "support": {
16 efrain 6487
                "source": "https://github.com/paypal/Checkout-PHP-SDK/tree/1.0.2"
1 www 6488
            },
3086 efrain 6489
            "abandoned": true,
16 efrain 6490
            "time": "2021-09-21T20:57:38+00:00"
1 www 6491
        },
6492
        {
6493
            "name": "paypal/paypalhttp",
16 efrain 6494
            "version": "1.0.1",
1 www 6495
            "source": {
6496
                "type": "git",
6497
                "url": "https://github.com/paypal/paypalhttp_php.git",
16 efrain 6498
                "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25"
1 www 6499
            },
6500
            "dist": {
6501
                "type": "zip",
16 efrain 6502
                "url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/7b09c89c80828e842c79230e7f156b61fbb68d25",
6503
                "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25",
1 www 6504
                "shasum": ""
6505
            },
6506
            "require": {
6507
                "ext-curl": "*"
6508
            },
6509
            "require-dev": {
6510
                "phpunit/phpunit": "^5.7",
6511
                "wiremock-php/wiremock-php": "1.43.2"
6512
            },
6513
            "type": "library",
6514
            "autoload": {
6515
                "psr-4": {
6516
                    "PayPalHttp\\": "lib/PayPalHttp"
6517
                }
6518
            },
6519
            "notification-url": "https://packagist.org/downloads/",
6520
            "license": [
6521
                "MIT"
6522
            ],
6523
            "authors": [
6524
                {
6525
                    "name": "PayPal",
6526
                    "homepage": "https://github.com/paypal/paypalhttp_php/contributors"
6527
                }
6528
            ],
6529
            "support": {
6530
                "issues": "https://github.com/paypal/paypalhttp_php/issues",
16 efrain 6531
                "source": "https://github.com/paypal/paypalhttp_php/tree/1.0.1"
1 www 6532
            },
16 efrain 6533
            "time": "2021-09-14T21:35:26+00:00"
1 www 6534
        },
6535
        {
6536
            "name": "phar-io/manifest",
6537
            "version": "2.0.3",
6538
            "source": {
6539
                "type": "git",
6540
                "url": "https://github.com/phar-io/manifest.git",
6541
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
6542
            },
6543
            "dist": {
6544
                "type": "zip",
6545
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
6546
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
6547
                "shasum": ""
6548
            },
6549
            "require": {
6550
                "ext-dom": "*",
6551
                "ext-phar": "*",
6552
                "ext-xmlwriter": "*",
6553
                "phar-io/version": "^3.0.1",
6554
                "php": "^7.2 || ^8.0"
6555
            },
6556
            "type": "library",
6557
            "extra": {
6558
                "branch-alias": {
6559
                    "dev-master": "2.0.x-dev"
6560
                }
6561
            },
6562
            "autoload": {
6563
                "classmap": [
6564
                    "src/"
6565
                ]
6566
            },
6567
            "notification-url": "https://packagist.org/downloads/",
6568
            "license": [
6569
                "BSD-3-Clause"
6570
            ],
6571
            "authors": [
6572
                {
6573
                    "name": "Arne Blankerts",
6574
                    "email": "arne@blankerts.de",
6575
                    "role": "Developer"
6576
                },
6577
                {
6578
                    "name": "Sebastian Heuer",
6579
                    "email": "sebastian@phpeople.de",
6580
                    "role": "Developer"
6581
                },
6582
                {
6583
                    "name": "Sebastian Bergmann",
6584
                    "email": "sebastian@phpunit.de",
6585
                    "role": "Developer"
6586
                }
6587
            ],
6588
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6589
            "support": {
6590
                "issues": "https://github.com/phar-io/manifest/issues",
6591
                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
6592
            },
6593
            "time": "2021-07-20T11:28:43+00:00"
6594
        },
6595
        {
6596
            "name": "phar-io/version",
3086 efrain 6597
            "version": "3.2.1",
1 www 6598
            "source": {
6599
                "type": "git",
6600
                "url": "https://github.com/phar-io/version.git",
3086 efrain 6601
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
1 www 6602
            },
6603
            "dist": {
6604
                "type": "zip",
3086 efrain 6605
                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6606
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
1 www 6607
                "shasum": ""
6608
            },
6609
            "require": {
6610
                "php": "^7.2 || ^8.0"
6611
            },
6612
            "type": "library",
6613
            "autoload": {
6614
                "classmap": [
6615
                    "src/"
6616
                ]
6617
            },
6618
            "notification-url": "https://packagist.org/downloads/",
6619
            "license": [
6620
                "BSD-3-Clause"
6621
            ],
6622
            "authors": [
6623
                {
6624
                    "name": "Arne Blankerts",
6625
                    "email": "arne@blankerts.de",
6626
                    "role": "Developer"
6627
                },
6628
                {
6629
                    "name": "Sebastian Heuer",
6630
                    "email": "sebastian@phpeople.de",
6631
                    "role": "Developer"
6632
                },
6633
                {
6634
                    "name": "Sebastian Bergmann",
6635
                    "email": "sebastian@phpunit.de",
6636
                    "role": "Developer"
6637
                }
6638
            ],
6639
            "description": "Library for handling version information and constraints",
6640
            "support": {
6641
                "issues": "https://github.com/phar-io/version/issues",
3086 efrain 6642
                "source": "https://github.com/phar-io/version/tree/3.2.1"
1 www 6643
            },
3086 efrain 6644
            "time": "2022-02-21T01:04:05+00:00"
1 www 6645
        },
6646
        {
6647
            "name": "phpmailer/phpmailer",
4113 efrain 6648
            "version": "v6.7.1",
1 www 6649
            "source": {
6650
                "type": "git",
6651
                "url": "https://github.com/PHPMailer/PHPMailer.git",
4113 efrain 6652
                "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
1 www 6653
            },
6654
            "dist": {
6655
                "type": "zip",
4113 efrain 6656
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
6657
                "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
1 www 6658
                "shasum": ""
6659
            },
6660
            "require": {
6661
                "ext-ctype": "*",
6662
                "ext-filter": "*",
6663
                "ext-hash": "*",
6664
                "php": ">=5.5.0"
6665
            },
6666
            "require-dev": {
4113 efrain 6667
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
6668
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
3086 efrain 6669
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
6670
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
1 www 6671
                "phpcompatibility/php-compatibility": "^9.3.5",
6672
                "roave/security-advisories": "dev-latest",
4113 efrain 6673
                "squizlabs/php_codesniffer": "^3.7.1",
6674
                "yoast/phpunit-polyfills": "^1.0.4"
1 www 6675
            },
6676
            "suggest": {
6677
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
4113 efrain 6678
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
6679
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
1 www 6680
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
6681
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
6682
                "psr/log": "For optional PSR-3 debug logging",
3086 efrain 6683
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
6684
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
1 www 6685
            },
6686
            "type": "library",
6687
            "autoload": {
6688
                "psr-4": {
6689
                    "PHPMailer\\PHPMailer\\": "src/"
6690
                }
6691
            },
6692
            "notification-url": "https://packagist.org/downloads/",
6693
            "license": [
6694
                "LGPL-2.1-only"
6695
            ],
6696
            "authors": [
6697
                {
6698
                    "name": "Marcus Bointon",
6699
                    "email": "phpmailer@synchromedia.co.uk"
6700
                },
6701
                {
6702
                    "name": "Jim Jagielski",
6703
                    "email": "jimjag@gmail.com"
6704
                },
6705
                {
6706
                    "name": "Andy Prevost",
6707
                    "email": "codeworxtech@users.sourceforge.net"
6708
                },
6709
                {
6710
                    "name": "Brent R. Matzelle"
6711
                }
6712
            ],
6713
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
6714
            "support": {
6715
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
4113 efrain 6716
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.7.1"
1 www 6717
            },
6718
            "funding": [
6719
                {
6720
                    "url": "https://github.com/Synchro",
6721
                    "type": "github"
6722
                }
6723
            ],
4113 efrain 6724
            "time": "2022-12-08T13:30:06+00:00"
1 www 6725
        },
6726
        {
6727
            "name": "phpoffice/phpspreadsheet",
4113 efrain 6728
            "version": "1.26.0",
1 www 6729
            "source": {
6730
                "type": "git",
6731
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
4113 efrain 6732
                "reference": "5b6ceea9705b068f993e268e4debc566c2637063"
1 www 6733
            },
6734
            "dist": {
6735
                "type": "zip",
4113 efrain 6736
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/5b6ceea9705b068f993e268e4debc566c2637063",
6737
                "reference": "5b6ceea9705b068f993e268e4debc566c2637063",
1 www 6738
                "shasum": ""
6739
            },
6740
            "require": {
6741
                "ext-ctype": "*",
6742
                "ext-dom": "*",
6743
                "ext-fileinfo": "*",
6744
                "ext-gd": "*",
6745
                "ext-iconv": "*",
6746
                "ext-libxml": "*",
6747
                "ext-mbstring": "*",
6748
                "ext-simplexml": "*",
6749
                "ext-xml": "*",
6750
                "ext-xmlreader": "*",
6751
                "ext-xmlwriter": "*",
6752
                "ext-zip": "*",
6753
                "ext-zlib": "*",
3086 efrain 6754
                "ezyang/htmlpurifier": "^4.15",
1 www 6755
                "maennchen/zipstream-php": "^2.1",
16 efrain 6756
                "markbaker/complex": "^3.0",
6757
                "markbaker/matrix": "^3.0",
4113 efrain 6758
                "php": "^7.4 || ^8.0",
1 www 6759
                "psr/http-client": "^1.0",
6760
                "psr/http-factory": "^1.0",
3086 efrain 6761
                "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
1 www 6762
            },
6763
            "require-dev": {
6764
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
3086 efrain 6765
                "dompdf/dompdf": "^1.0 || ^2.0",
16 efrain 6766
                "friendsofphp/php-cs-fixer": "^3.2",
4113 efrain 6767
                "mitoteam/jpgraph": "^10.2.4",
6768
                "mpdf/mpdf": "^8.1.1",
1 www 6769
                "phpcompatibility/php-compatibility": "^9.3",
16 efrain 6770
                "phpstan/phpstan": "^1.1",
6771
                "phpstan/phpstan-phpunit": "^1.0",
6772
                "phpunit/phpunit": "^8.5 || ^9.0",
3086 efrain 6773
                "squizlabs/php_codesniffer": "^3.7",
4113 efrain 6774
                "tecnickcom/tcpdf": "^6.5"
1 www 6775
            },
6776
            "suggest": {
3086 efrain 6777
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
6778
                "ext-intl": "PHP Internationalization Functions",
6779
                "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
1 www 6780
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
3086 efrain 6781
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
1 www 6782
            },
6783
            "type": "library",
6784
            "autoload": {
6785
                "psr-4": {
6786
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
6787
                }
6788
            },
6789
            "notification-url": "https://packagist.org/downloads/",
6790
            "license": [
6791
                "MIT"
6792
            ],
6793
            "authors": [
6794
                {
6795
                    "name": "Maarten Balliauw",
6796
                    "homepage": "https://blog.maartenballiauw.be"
6797
                },
6798
                {
6799
                    "name": "Mark Baker",
6800
                    "homepage": "https://markbakeruk.net"
6801
                },
6802
                {
6803
                    "name": "Franck Lefevre",
6804
                    "homepage": "https://rootslabs.net"
6805
                },
6806
                {
6807
                    "name": "Erik Tilt"
6808
                },
6809
                {
6810
                    "name": "Adrien Crivelli"
6811
                }
6812
            ],
6813
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
6814
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
6815
            "keywords": [
6816
                "OpenXML",
6817
                "excel",
6818
                "gnumeric",
6819
                "ods",
6820
                "php",
6821
                "spreadsheet",
6822
                "xls",
6823
                "xlsx"
6824
            ],
6825
            "support": {
6826
                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
4113 efrain 6827
                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.26.0"
1 www 6828
            },
4113 efrain 6829
            "time": "2022-12-21T12:22:06+00:00"
1 www 6830
        },
6831
        {
6832
            "name": "phpseclib/phpseclib",
4113 efrain 6833
            "version": "3.0.18",
1 www 6834
            "source": {
6835
                "type": "git",
6836
                "url": "https://github.com/phpseclib/phpseclib.git",
4113 efrain 6837
                "reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da"
1 www 6838
            },
6839
            "dist": {
6840
                "type": "zip",
4113 efrain 6841
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f28693d38ba21bb0d9f0c411ee5dae2b178201da",
6842
                "reference": "f28693d38ba21bb0d9f0c411ee5dae2b178201da",
1 www 6843
                "shasum": ""
6844
            },
6845
            "require": {
6846
                "paragonie/constant_time_encoding": "^1|^2",
6847
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
6848
                "php": ">=5.6.1"
6849
            },
6850
            "require-dev": {
3086 efrain 6851
                "phpunit/phpunit": "*"
1 www 6852
            },
6853
            "suggest": {
3086 efrain 6854
                "ext-dom": "Install the DOM extension to load XML formatted public keys.",
1 www 6855
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6856
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6857
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6858
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6859
            },
6860
            "type": "library",
6861
            "autoload": {
6862
                "files": [
6863
                    "phpseclib/bootstrap.php"
6864
                ],
6865
                "psr-4": {
6866
                    "phpseclib3\\": "phpseclib/"
6867
                }
6868
            },
6869
            "notification-url": "https://packagist.org/downloads/",
6870
            "license": [
6871
                "MIT"
6872
            ],
6873
            "authors": [
6874
                {
6875
                    "name": "Jim Wigginton",
6876
                    "email": "terrafrost@php.net",
6877
                    "role": "Lead Developer"
6878
                },
6879
                {
6880
                    "name": "Patrick Monnerat",
6881
                    "email": "pm@datasphere.ch",
6882
                    "role": "Developer"
6883
                },
6884
                {
6885
                    "name": "Andreas Fischer",
6886
                    "email": "bantu@phpbb.com",
6887
                    "role": "Developer"
6888
                },
6889
                {
6890
                    "name": "Hans-Jürgen Petrich",
6891
                    "email": "petrich@tronic-media.com",
6892
                    "role": "Developer"
6893
                },
6894
                {
6895
                    "name": "Graham Campbell",
6896
                    "email": "graham@alt-three.com",
6897
                    "role": "Developer"
6898
                }
6899
            ],
6900
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6901
            "homepage": "http://phpseclib.sourceforge.net",
6902
            "keywords": [
6903
                "BigInteger",
6904
                "aes",
6905
                "asn.1",
6906
                "asn1",
6907
                "blowfish",
6908
                "crypto",
6909
                "cryptography",
6910
                "encryption",
6911
                "rsa",
6912
                "security",
6913
                "sftp",
6914
                "signature",
6915
                "signing",
6916
                "ssh",
6917
                "twofish",
6918
                "x.509",
6919
                "x509"
6920
            ],
6921
            "support": {
6922
                "issues": "https://github.com/phpseclib/phpseclib/issues",
4113 efrain 6923
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.18"
1 www 6924
            },
6925
            "funding": [
6926
                {
6927
                    "url": "https://github.com/terrafrost",
6928
                    "type": "github"
6929
                },
6930
                {
6931
                    "url": "https://www.patreon.com/phpseclib",
6932
                    "type": "patreon"
6933
                },
6934
                {
6935
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6936
                    "type": "tidelift"
6937
                }
6938
            ],
4113 efrain 6939
            "time": "2022-12-17T18:26:50+00:00"
1 www 6940
        },
6941
        {
6942
            "name": "phpunit/php-code-coverage",
4113 efrain 6943
            "version": "9.2.22",
1 www 6944
            "source": {
6945
                "type": "git",
6946
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4113 efrain 6947
                "reference": "e4bf60d2220b4baaa0572986b5d69870226b06df"
1 www 6948
            },
6949
            "dist": {
6950
                "type": "zip",
4113 efrain 6951
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e4bf60d2220b4baaa0572986b5d69870226b06df",
6952
                "reference": "e4bf60d2220b4baaa0572986b5d69870226b06df",
1 www 6953
                "shasum": ""
6954
            },
6955
            "require": {
6956
                "ext-dom": "*",
6957
                "ext-libxml": "*",
6958
                "ext-xmlwriter": "*",
3086 efrain 6959
                "nikic/php-parser": "^4.14",
1 www 6960
                "php": ">=7.3",
6961
                "phpunit/php-file-iterator": "^3.0.3",
6962
                "phpunit/php-text-template": "^2.0.2",
6963
                "sebastian/code-unit-reverse-lookup": "^2.0.2",
6964
                "sebastian/complexity": "^2.0",
6965
                "sebastian/environment": "^5.1.2",
6966
                "sebastian/lines-of-code": "^1.0.3",
6967
                "sebastian/version": "^3.0.1",
6968
                "theseer/tokenizer": "^1.2.0"
6969
            },
6970
            "require-dev": {
6971
                "phpunit/phpunit": "^9.3"
6972
            },
6973
            "suggest": {
6974
                "ext-pcov": "*",
6975
                "ext-xdebug": "*"
6976
            },
6977
            "type": "library",
6978
            "extra": {
6979
                "branch-alias": {
6980
                    "dev-master": "9.2-dev"
6981
                }
6982
            },
6983
            "autoload": {
6984
                "classmap": [
6985
                    "src/"
6986
                ]
6987
            },
6988
            "notification-url": "https://packagist.org/downloads/",
6989
            "license": [
6990
                "BSD-3-Clause"
6991
            ],
6992
            "authors": [
6993
                {
6994
                    "name": "Sebastian Bergmann",
6995
                    "email": "sebastian@phpunit.de",
6996
                    "role": "lead"
6997
                }
6998
            ],
6999
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7000
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7001
            "keywords": [
7002
                "coverage",
7003
                "testing",
7004
                "xunit"
7005
            ],
7006
            "support": {
7007
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
4113 efrain 7008
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.22"
1 www 7009
            },
7010
            "funding": [
7011
                {
7012
                    "url": "https://github.com/sebastianbergmann",
7013
                    "type": "github"
7014
                }
7015
            ],
4113 efrain 7016
            "time": "2022-12-18T16:40:55+00:00"
1 www 7017
        },
7018
        {
7019
            "name": "phpunit/php-file-iterator",
16 efrain 7020
            "version": "3.0.6",
1 www 7021
            "source": {
7022
                "type": "git",
7023
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
16 efrain 7024
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
1 www 7025
            },
7026
            "dist": {
7027
                "type": "zip",
16 efrain 7028
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
7029
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
1 www 7030
                "shasum": ""
7031
            },
7032
            "require": {
7033
                "php": ">=7.3"
7034
            },
7035
            "require-dev": {
7036
                "phpunit/phpunit": "^9.3"
7037
            },
7038
            "type": "library",
7039
            "extra": {
7040
                "branch-alias": {
7041
                    "dev-master": "3.0-dev"
7042
                }
7043
            },
7044
            "autoload": {
7045
                "classmap": [
7046
                    "src/"
7047
                ]
7048
            },
7049
            "notification-url": "https://packagist.org/downloads/",
7050
            "license": [
7051
                "BSD-3-Clause"
7052
            ],
7053
            "authors": [
7054
                {
7055
                    "name": "Sebastian Bergmann",
7056
                    "email": "sebastian@phpunit.de",
7057
                    "role": "lead"
7058
                }
7059
            ],
7060
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7061
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7062
            "keywords": [
7063
                "filesystem",
7064
                "iterator"
7065
            ],
7066
            "support": {
7067
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
16 efrain 7068
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
1 www 7069
            },
7070
            "funding": [
7071
                {
7072
                    "url": "https://github.com/sebastianbergmann",
7073
                    "type": "github"
7074
                }
7075
            ],
16 efrain 7076
            "time": "2021-12-02T12:48:52+00:00"
1 www 7077
        },
7078
        {
7079
            "name": "phpunit/php-invoker",
7080
            "version": "3.1.1",
7081
            "source": {
7082
                "type": "git",
7083
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
7084
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
7085
            },
7086
            "dist": {
7087
                "type": "zip",
7088
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7089
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7090
                "shasum": ""
7091
            },
7092
            "require": {
7093
                "php": ">=7.3"
7094
            },
7095
            "require-dev": {
7096
                "ext-pcntl": "*",
7097
                "phpunit/phpunit": "^9.3"
7098
            },
7099
            "suggest": {
7100
                "ext-pcntl": "*"
7101
            },
7102
            "type": "library",
7103
            "extra": {
7104
                "branch-alias": {
7105
                    "dev-master": "3.1-dev"
7106
                }
7107
            },
7108
            "autoload": {
7109
                "classmap": [
7110
                    "src/"
7111
                ]
7112
            },
7113
            "notification-url": "https://packagist.org/downloads/",
7114
            "license": [
7115
                "BSD-3-Clause"
7116
            ],
7117
            "authors": [
7118
                {
7119
                    "name": "Sebastian Bergmann",
7120
                    "email": "sebastian@phpunit.de",
7121
                    "role": "lead"
7122
                }
7123
            ],
7124
            "description": "Invoke callables with a timeout",
7125
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
7126
            "keywords": [
7127
                "process"
7128
            ],
7129
            "support": {
7130
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
7131
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
7132
            },
7133
            "funding": [
7134
                {
7135
                    "url": "https://github.com/sebastianbergmann",
7136
                    "type": "github"
7137
                }
7138
            ],
7139
            "time": "2020-09-28T05:58:55+00:00"
7140
        },
7141
        {
7142
            "name": "phpunit/php-text-template",
7143
            "version": "2.0.4",
7144
            "source": {
7145
                "type": "git",
7146
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
7147
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
7148
            },
7149
            "dist": {
7150
                "type": "zip",
7151
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7152
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7153
                "shasum": ""
7154
            },
7155
            "require": {
7156
                "php": ">=7.3"
7157
            },
7158
            "require-dev": {
7159
                "phpunit/phpunit": "^9.3"
7160
            },
7161
            "type": "library",
7162
            "extra": {
7163
                "branch-alias": {
7164
                    "dev-master": "2.0-dev"
7165
                }
7166
            },
7167
            "autoload": {
7168
                "classmap": [
7169
                    "src/"
7170
                ]
7171
            },
7172
            "notification-url": "https://packagist.org/downloads/",
7173
            "license": [
7174
                "BSD-3-Clause"
7175
            ],
7176
            "authors": [
7177
                {
7178
                    "name": "Sebastian Bergmann",
7179
                    "email": "sebastian@phpunit.de",
7180
                    "role": "lead"
7181
                }
7182
            ],
7183
            "description": "Simple template engine.",
7184
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7185
            "keywords": [
7186
                "template"
7187
            ],
7188
            "support": {
7189
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
7190
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
7191
            },
7192
            "funding": [
7193
                {
7194
                    "url": "https://github.com/sebastianbergmann",
7195
                    "type": "github"
7196
                }
7197
            ],
7198
            "time": "2020-10-26T05:33:50+00:00"
7199
        },
7200
        {
7201
            "name": "phpunit/php-timer",
7202
            "version": "5.0.3",
7203
            "source": {
7204
                "type": "git",
7205
                "url": "https://github.com/sebastianbergmann/php-timer.git",
7206
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
7207
            },
7208
            "dist": {
7209
                "type": "zip",
7210
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7211
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7212
                "shasum": ""
7213
            },
7214
            "require": {
7215
                "php": ">=7.3"
7216
            },
7217
            "require-dev": {
7218
                "phpunit/phpunit": "^9.3"
7219
            },
7220
            "type": "library",
7221
            "extra": {
7222
                "branch-alias": {
7223
                    "dev-master": "5.0-dev"
7224
                }
7225
            },
7226
            "autoload": {
7227
                "classmap": [
7228
                    "src/"
7229
                ]
7230
            },
7231
            "notification-url": "https://packagist.org/downloads/",
7232
            "license": [
7233
                "BSD-3-Clause"
7234
            ],
7235
            "authors": [
7236
                {
7237
                    "name": "Sebastian Bergmann",
7238
                    "email": "sebastian@phpunit.de",
7239
                    "role": "lead"
7240
                }
7241
            ],
7242
            "description": "Utility class for timing",
7243
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
7244
            "keywords": [
7245
                "timer"
7246
            ],
7247
            "support": {
7248
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
7249
                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
7250
            },
7251
            "funding": [
7252
                {
7253
                    "url": "https://github.com/sebastianbergmann",
7254
                    "type": "github"
7255
                }
7256
            ],
7257
            "time": "2020-10-26T13:16:10+00:00"
7258
        },
7259
        {
7260
            "name": "phpunit/phpunit",
4113 efrain 7261
            "version": "9.5.27",
1 www 7262
            "source": {
7263
                "type": "git",
7264
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4113 efrain 7265
                "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38"
1 www 7266
            },
7267
            "dist": {
7268
                "type": "zip",
4113 efrain 7269
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38",
7270
                "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38",
1 www 7271
                "shasum": ""
7272
            },
7273
            "require": {
7274
                "doctrine/instantiator": "^1.3.1",
7275
                "ext-dom": "*",
7276
                "ext-json": "*",
7277
                "ext-libxml": "*",
7278
                "ext-mbstring": "*",
7279
                "ext-xml": "*",
7280
                "ext-xmlwriter": "*",
7281
                "myclabs/deep-copy": "^1.10.1",
7282
                "phar-io/manifest": "^2.0.3",
7283
                "phar-io/version": "^3.0.2",
7284
                "php": ">=7.3",
3086 efrain 7285
                "phpunit/php-code-coverage": "^9.2.13",
1 www 7286
                "phpunit/php-file-iterator": "^3.0.5",
7287
                "phpunit/php-invoker": "^3.1.1",
7288
                "phpunit/php-text-template": "^2.0.3",
7289
                "phpunit/php-timer": "^5.0.2",
7290
                "sebastian/cli-parser": "^1.0.1",
7291
                "sebastian/code-unit": "^1.0.6",
3086 efrain 7292
                "sebastian/comparator": "^4.0.8",
1 www 7293
                "sebastian/diff": "^4.0.3",
7294
                "sebastian/environment": "^5.1.3",
3086 efrain 7295
                "sebastian/exporter": "^4.0.5",
1 www 7296
                "sebastian/global-state": "^5.0.1",
7297
                "sebastian/object-enumerator": "^4.0.3",
7298
                "sebastian/resource-operations": "^3.0.3",
3086 efrain 7299
                "sebastian/type": "^3.2",
1 www 7300
                "sebastian/version": "^3.0.2"
7301
            },
7302
            "suggest": {
7303
                "ext-soap": "*",
7304
                "ext-xdebug": "*"
7305
            },
7306
            "bin": [
7307
                "phpunit"
7308
            ],
7309
            "type": "library",
7310
            "extra": {
7311
                "branch-alias": {
7312
                    "dev-master": "9.5-dev"
7313
                }
7314
            },
7315
            "autoload": {
3086 efrain 7316
                "files": [
7317
                    "src/Framework/Assert/Functions.php"
7318
                ],
1 www 7319
                "classmap": [
7320
                    "src/"
7321
                ]
7322
            },
7323
            "notification-url": "https://packagist.org/downloads/",
7324
            "license": [
7325
                "BSD-3-Clause"
7326
            ],
7327
            "authors": [
7328
                {
7329
                    "name": "Sebastian Bergmann",
7330
                    "email": "sebastian@phpunit.de",
7331
                    "role": "lead"
7332
                }
7333
            ],
7334
            "description": "The PHP Unit Testing framework.",
7335
            "homepage": "https://phpunit.de/",
7336
            "keywords": [
7337
                "phpunit",
7338
                "testing",
7339
                "xunit"
7340
            ],
7341
            "support": {
7342
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
4113 efrain 7343
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27"
1 www 7344
            },
7345
            "funding": [
7346
                {
112 efrain 7347
                    "url": "https://phpunit.de/sponsors.html",
1 www 7348
                    "type": "custom"
7349
                },
7350
                {
7351
                    "url": "https://github.com/sebastianbergmann",
7352
                    "type": "github"
3086 efrain 7353
                },
7354
                {
7355
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
7356
                    "type": "tidelift"
1 www 7357
                }
7358
            ],
4113 efrain 7359
            "time": "2022-12-09T07:31:23+00:00"
1 www 7360
        },
7361
        {
7362
            "name": "psr/cache",
7363
            "version": "1.0.1",
7364
            "source": {
7365
                "type": "git",
7366
                "url": "https://github.com/php-fig/cache.git",
7367
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
7368
            },
7369
            "dist": {
7370
                "type": "zip",
7371
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
7372
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
7373
                "shasum": ""
7374
            },
7375
            "require": {
7376
                "php": ">=5.3.0"
7377
            },
7378
            "type": "library",
7379
            "extra": {
7380
                "branch-alias": {
7381
                    "dev-master": "1.0.x-dev"
7382
                }
7383
            },
7384
            "autoload": {
7385
                "psr-4": {
7386
                    "Psr\\Cache\\": "src/"
7387
                }
7388
            },
7389
            "notification-url": "https://packagist.org/downloads/",
7390
            "license": [
7391
                "MIT"
7392
            ],
7393
            "authors": [
7394
                {
7395
                    "name": "PHP-FIG",
7396
                    "homepage": "http://www.php-fig.org/"
7397
                }
7398
            ],
7399
            "description": "Common interface for caching libraries",
7400
            "keywords": [
7401
                "cache",
7402
                "psr",
7403
                "psr-6"
7404
            ],
7405
            "support": {
7406
                "source": "https://github.com/php-fig/cache/tree/master"
7407
            },
7408
            "time": "2016-08-06T20:24:11+00:00"
7409
        },
7410
        {
7411
            "name": "psr/container",
16 efrain 7412
            "version": "1.1.2",
1 www 7413
            "source": {
7414
                "type": "git",
7415
                "url": "https://github.com/php-fig/container.git",
16 efrain 7416
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
1 www 7417
            },
7418
            "dist": {
7419
                "type": "zip",
16 efrain 7420
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
7421
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
1 www 7422
                "shasum": ""
7423
            },
7424
            "require": {
16 efrain 7425
                "php": ">=7.4.0"
1 www 7426
            },
7427
            "type": "library",
7428
            "autoload": {
7429
                "psr-4": {
7430
                    "Psr\\Container\\": "src/"
7431
                }
7432
            },
7433
            "notification-url": "https://packagist.org/downloads/",
7434
            "license": [
7435
                "MIT"
7436
            ],
7437
            "authors": [
7438
                {
7439
                    "name": "PHP-FIG",
7440
                    "homepage": "https://www.php-fig.org/"
7441
                }
7442
            ],
7443
            "description": "Common Container Interface (PHP FIG PSR-11)",
7444
            "homepage": "https://github.com/php-fig/container",
7445
            "keywords": [
7446
                "PSR-11",
7447
                "container",
7448
                "container-interface",
7449
                "container-interop",
7450
                "psr"
7451
            ],
7452
            "support": {
7453
                "issues": "https://github.com/php-fig/container/issues",
16 efrain 7454
                "source": "https://github.com/php-fig/container/tree/1.1.2"
1 www 7455
            },
16 efrain 7456
            "time": "2021-11-05T16:50:12+00:00"
1 www 7457
        },
7458
        {
7459
            "name": "psr/event-dispatcher",
7460
            "version": "1.0.0",
7461
            "source": {
7462
                "type": "git",
7463
                "url": "https://github.com/php-fig/event-dispatcher.git",
7464
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
7465
            },
7466
            "dist": {
7467
                "type": "zip",
7468
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
7469
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
7470
                "shasum": ""
7471
            },
7472
            "require": {
7473
                "php": ">=7.2.0"
7474
            },
7475
            "type": "library",
7476
            "extra": {
7477
                "branch-alias": {
7478
                    "dev-master": "1.0.x-dev"
7479
                }
7480
            },
7481
            "autoload": {
7482
                "psr-4": {
7483
                    "Psr\\EventDispatcher\\": "src/"
7484
                }
7485
            },
7486
            "notification-url": "https://packagist.org/downloads/",
7487
            "license": [
7488
                "MIT"
7489
            ],
7490
            "authors": [
7491
                {
7492
                    "name": "PHP-FIG",
7493
                    "homepage": "http://www.php-fig.org/"
7494
                }
7495
            ],
7496
            "description": "Standard interfaces for event handling.",
7497
            "keywords": [
7498
                "events",
7499
                "psr",
7500
                "psr-14"
7501
            ],
7502
            "support": {
7503
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
7504
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
7505
            },
7506
            "time": "2019-01-08T18:20:26+00:00"
7507
        },
7508
        {
7509
            "name": "psr/http-client",
7510
            "version": "1.0.1",
7511
            "source": {
7512
                "type": "git",
7513
                "url": "https://github.com/php-fig/http-client.git",
7514
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
7515
            },
7516
            "dist": {
7517
                "type": "zip",
7518
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
7519
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
7520
                "shasum": ""
7521
            },
7522
            "require": {
7523
                "php": "^7.0 || ^8.0",
7524
                "psr/http-message": "^1.0"
7525
            },
7526
            "type": "library",
7527
            "extra": {
7528
                "branch-alias": {
7529
                    "dev-master": "1.0.x-dev"
7530
                }
7531
            },
7532
            "autoload": {
7533
                "psr-4": {
7534
                    "Psr\\Http\\Client\\": "src/"
7535
                }
7536
            },
7537
            "notification-url": "https://packagist.org/downloads/",
7538
            "license": [
7539
                "MIT"
7540
            ],
7541
            "authors": [
7542
                {
7543
                    "name": "PHP-FIG",
7544
                    "homepage": "http://www.php-fig.org/"
7545
                }
7546
            ],
7547
            "description": "Common interface for HTTP clients",
7548
            "homepage": "https://github.com/php-fig/http-client",
7549
            "keywords": [
7550
                "http",
7551
                "http-client",
7552
                "psr",
7553
                "psr-18"
7554
            ],
7555
            "support": {
7556
                "source": "https://github.com/php-fig/http-client/tree/master"
7557
            },
7558
            "time": "2020-06-29T06:28:15+00:00"
7559
        },
7560
        {
7561
            "name": "psr/http-factory",
7562
            "version": "1.0.1",
7563
            "source": {
7564
                "type": "git",
7565
                "url": "https://github.com/php-fig/http-factory.git",
7566
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
7567
            },
7568
            "dist": {
7569
                "type": "zip",
7570
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7571
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7572
                "shasum": ""
7573
            },
7574
            "require": {
7575
                "php": ">=7.0.0",
7576
                "psr/http-message": "^1.0"
7577
            },
7578
            "type": "library",
7579
            "extra": {
7580
                "branch-alias": {
7581
                    "dev-master": "1.0.x-dev"
7582
                }
7583
            },
7584
            "autoload": {
7585
                "psr-4": {
7586
                    "Psr\\Http\\Message\\": "src/"
7587
                }
7588
            },
7589
            "notification-url": "https://packagist.org/downloads/",
7590
            "license": [
7591
                "MIT"
7592
            ],
7593
            "authors": [
7594
                {
7595
                    "name": "PHP-FIG",
7596
                    "homepage": "http://www.php-fig.org/"
7597
                }
7598
            ],
7599
            "description": "Common interfaces for PSR-7 HTTP message factories",
7600
            "keywords": [
7601
                "factory",
7602
                "http",
7603
                "message",
7604
                "psr",
7605
                "psr-17",
7606
                "psr-7",
7607
                "request",
7608
                "response"
7609
            ],
7610
            "support": {
7611
                "source": "https://github.com/php-fig/http-factory/tree/master"
7612
            },
7613
            "time": "2019-04-30T12:38:16+00:00"
7614
        },
7615
        {
7616
            "name": "psr/http-message",
7617
            "version": "1.0.1",
7618
            "source": {
7619
                "type": "git",
7620
                "url": "https://github.com/php-fig/http-message.git",
7621
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7622
            },
7623
            "dist": {
7624
                "type": "zip",
7625
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7626
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7627
                "shasum": ""
7628
            },
7629
            "require": {
7630
                "php": ">=5.3.0"
7631
            },
7632
            "type": "library",
7633
            "extra": {
7634
                "branch-alias": {
7635
                    "dev-master": "1.0.x-dev"
7636
                }
7637
            },
7638
            "autoload": {
7639
                "psr-4": {
7640
                    "Psr\\Http\\Message\\": "src/"
7641
                }
7642
            },
7643
            "notification-url": "https://packagist.org/downloads/",
7644
            "license": [
7645
                "MIT"
7646
            ],
7647
            "authors": [
7648
                {
7649
                    "name": "PHP-FIG",
7650
                    "homepage": "http://www.php-fig.org/"
7651
                }
7652
            ],
7653
            "description": "Common interface for HTTP messages",
7654
            "homepage": "https://github.com/php-fig/http-message",
7655
            "keywords": [
7656
                "http",
7657
                "http-message",
7658
                "psr",
7659
                "psr-7",
7660
                "request",
7661
                "response"
7662
            ],
7663
            "support": {
7664
                "source": "https://github.com/php-fig/http-message/tree/master"
7665
            },
7666
            "time": "2016-08-06T14:39:51+00:00"
7667
        },
7668
        {
7669
            "name": "psr/log",
7670
            "version": "1.1.4",
7671
            "source": {
7672
                "type": "git",
7673
                "url": "https://github.com/php-fig/log.git",
7674
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
7675
            },
7676
            "dist": {
7677
                "type": "zip",
7678
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
7679
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
7680
                "shasum": ""
7681
            },
7682
            "require": {
7683
                "php": ">=5.3.0"
7684
            },
7685
            "type": "library",
7686
            "extra": {
7687
                "branch-alias": {
7688
                    "dev-master": "1.1.x-dev"
7689
                }
7690
            },
7691
            "autoload": {
7692
                "psr-4": {
7693
                    "Psr\\Log\\": "Psr/Log/"
7694
                }
7695
            },
7696
            "notification-url": "https://packagist.org/downloads/",
7697
            "license": [
7698
                "MIT"
7699
            ],
7700
            "authors": [
7701
                {
7702
                    "name": "PHP-FIG",
7703
                    "homepage": "https://www.php-fig.org/"
7704
                }
7705
            ],
7706
            "description": "Common interface for logging libraries",
7707
            "homepage": "https://github.com/php-fig/log",
7708
            "keywords": [
7709
                "log",
7710
                "psr",
7711
                "psr-3"
7712
            ],
7713
            "support": {
7714
                "source": "https://github.com/php-fig/log/tree/1.1.4"
7715
            },
7716
            "time": "2021-05-03T11:20:27+00:00"
7717
        },
7718
        {
7719
            "name": "psr/simple-cache",
7720
            "version": "1.0.1",
7721
            "source": {
7722
                "type": "git",
7723
                "url": "https://github.com/php-fig/simple-cache.git",
7724
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7725
            },
7726
            "dist": {
7727
                "type": "zip",
7728
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7729
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7730
                "shasum": ""
7731
            },
7732
            "require": {
7733
                "php": ">=5.3.0"
7734
            },
7735
            "type": "library",
7736
            "extra": {
7737
                "branch-alias": {
7738
                    "dev-master": "1.0.x-dev"
7739
                }
7740
            },
7741
            "autoload": {
7742
                "psr-4": {
7743
                    "Psr\\SimpleCache\\": "src/"
7744
                }
7745
            },
7746
            "notification-url": "https://packagist.org/downloads/",
7747
            "license": [
7748
                "MIT"
7749
            ],
7750
            "authors": [
7751
                {
7752
                    "name": "PHP-FIG",
7753
                    "homepage": "http://www.php-fig.org/"
7754
                }
7755
            ],
7756
            "description": "Common interfaces for simple caching",
7757
            "keywords": [
7758
                "cache",
7759
                "caching",
7760
                "psr",
7761
                "psr-16",
7762
                "simple-cache"
7763
            ],
7764
            "support": {
7765
                "source": "https://github.com/php-fig/simple-cache/tree/master"
7766
            },
7767
            "time": "2017-10-23T01:57:42+00:00"
7768
        },
7769
        {
7770
            "name": "ralouphie/getallheaders",
7771
            "version": "3.0.3",
7772
            "source": {
7773
                "type": "git",
7774
                "url": "https://github.com/ralouphie/getallheaders.git",
7775
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
7776
            },
7777
            "dist": {
7778
                "type": "zip",
7779
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7780
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
7781
                "shasum": ""
7782
            },
7783
            "require": {
7784
                "php": ">=5.6"
7785
            },
7786
            "require-dev": {
7787
                "php-coveralls/php-coveralls": "^2.1",
7788
                "phpunit/phpunit": "^5 || ^6.5"
7789
            },
7790
            "type": "library",
7791
            "autoload": {
7792
                "files": [
7793
                    "src/getallheaders.php"
7794
                ]
7795
            },
7796
            "notification-url": "https://packagist.org/downloads/",
7797
            "license": [
7798
                "MIT"
7799
            ],
7800
            "authors": [
7801
                {
7802
                    "name": "Ralph Khattar",
7803
                    "email": "ralph.khattar@gmail.com"
7804
                }
7805
            ],
7806
            "description": "A polyfill for getallheaders.",
7807
            "support": {
7808
                "issues": "https://github.com/ralouphie/getallheaders/issues",
7809
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
7810
            },
7811
            "time": "2019-03-08T08:55:37+00:00"
7812
        },
7813
        {
7814
            "name": "rncryptor/rncryptor",
7815
            "version": "4.3.0",
7816
            "source": {
7817
                "type": "git",
7818
                "url": "https://github.com/RNCryptor/RNCryptor-php.git",
7819
                "reference": "6155afba39f053a50b9bd0bcd2f3062731821302"
7820
            },
7821
            "dist": {
7822
                "type": "zip",
7823
                "url": "https://api.github.com/repos/RNCryptor/RNCryptor-php/zipball/6155afba39f053a50b9bd0bcd2f3062731821302",
7824
                "reference": "6155afba39f053a50b9bd0bcd2f3062731821302",
7825
                "shasum": ""
7826
            },
7827
            "require": {
7828
                "ext-openssl": "*",
7829
                "php": ">=7.0"
7830
            },
7831
            "require-dev": {
7832
                "phpunit/phpunit": "~6.0",
7833
                "rncryptor/spec": "~4.0",
7834
                "squizlabs/php_codesniffer": "^2.8"
7835
            },
7836
            "type": "library",
7837
            "autoload": {
7838
                "psr-4": {
7839
                    "RNCryptor\\": "src/"
7840
                }
7841
            },
7842
            "notification-url": "https://packagist.org/downloads/",
7843
            "license": [
7844
                "MIT"
7845
            ],
7846
            "authors": [
7847
                {
7848
                    "name": "Rob Napier",
7849
                    "email": "robnapier@gmail.com"
7850
                },
7851
                {
7852
                    "name": "Guysung Kim",
7853
                    "email": "guysung.kim@gmail.com"
7854
                },
7855
                {
7856
                    "name": "Curtis Farnham",
7857
                    "email": "curtisfarnham@gmail.com"
7858
                }
7859
            ],
7860
            "description": "PHP implementation of RNCryptor",
7861
            "homepage": "http://rncryptor.github.io",
7862
            "keywords": [
7863
                "crypto",
7864
                "encryption",
7865
                "rncryptor"
7866
            ],
7867
            "support": {
7868
                "issues": "https://github.com/RNCryptor/RNCryptor-php/issues",
7869
                "source": "https://github.com/RNCryptor/RNCryptor-php/tree/master"
7870
            },
7871
            "time": "2020-02-20T18:23:55+00:00"
7872
        },
7873
        {
7874
            "name": "sebastian/cli-parser",
7875
            "version": "1.0.1",
7876
            "source": {
7877
                "type": "git",
7878
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
7879
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
7880
            },
7881
            "dist": {
7882
                "type": "zip",
7883
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
7884
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
7885
                "shasum": ""
7886
            },
7887
            "require": {
7888
                "php": ">=7.3"
7889
            },
7890
            "require-dev": {
7891
                "phpunit/phpunit": "^9.3"
7892
            },
7893
            "type": "library",
7894
            "extra": {
7895
                "branch-alias": {
7896
                    "dev-master": "1.0-dev"
7897
                }
7898
            },
7899
            "autoload": {
7900
                "classmap": [
7901
                    "src/"
7902
                ]
7903
            },
7904
            "notification-url": "https://packagist.org/downloads/",
7905
            "license": [
7906
                "BSD-3-Clause"
7907
            ],
7908
            "authors": [
7909
                {
7910
                    "name": "Sebastian Bergmann",
7911
                    "email": "sebastian@phpunit.de",
7912
                    "role": "lead"
7913
                }
7914
            ],
7915
            "description": "Library for parsing CLI options",
7916
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
7917
            "support": {
7918
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
7919
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
7920
            },
7921
            "funding": [
7922
                {
7923
                    "url": "https://github.com/sebastianbergmann",
7924
                    "type": "github"
7925
                }
7926
            ],
7927
            "time": "2020-09-28T06:08:49+00:00"
7928
        },
7929
        {
7930
            "name": "sebastian/code-unit",
7931
            "version": "1.0.8",
7932
            "source": {
7933
                "type": "git",
7934
                "url": "https://github.com/sebastianbergmann/code-unit.git",
7935
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
7936
            },
7937
            "dist": {
7938
                "type": "zip",
7939
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
7940
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
7941
                "shasum": ""
7942
            },
7943
            "require": {
7944
                "php": ">=7.3"
7945
            },
7946
            "require-dev": {
7947
                "phpunit/phpunit": "^9.3"
7948
            },
7949
            "type": "library",
7950
            "extra": {
7951
                "branch-alias": {
7952
                    "dev-master": "1.0-dev"
7953
                }
7954
            },
7955
            "autoload": {
7956
                "classmap": [
7957
                    "src/"
7958
                ]
7959
            },
7960
            "notification-url": "https://packagist.org/downloads/",
7961
            "license": [
7962
                "BSD-3-Clause"
7963
            ],
7964
            "authors": [
7965
                {
7966
                    "name": "Sebastian Bergmann",
7967
                    "email": "sebastian@phpunit.de",
7968
                    "role": "lead"
7969
                }
7970
            ],
7971
            "description": "Collection of value objects that represent the PHP code units",
7972
            "homepage": "https://github.com/sebastianbergmann/code-unit",
7973
            "support": {
7974
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
7975
                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
7976
            },
7977
            "funding": [
7978
                {
7979
                    "url": "https://github.com/sebastianbergmann",
7980
                    "type": "github"
7981
                }
7982
            ],
7983
            "time": "2020-10-26T13:08:54+00:00"
7984
        },
7985
        {
7986
            "name": "sebastian/code-unit-reverse-lookup",
7987
            "version": "2.0.3",
7988
            "source": {
7989
                "type": "git",
7990
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7991
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
7992
            },
7993
            "dist": {
7994
                "type": "zip",
7995
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
7996
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
7997
                "shasum": ""
7998
            },
7999
            "require": {
8000
                "php": ">=7.3"
8001
            },
8002
            "require-dev": {
8003
                "phpunit/phpunit": "^9.3"
8004
            },
8005
            "type": "library",
8006
            "extra": {
8007
                "branch-alias": {
8008
                    "dev-master": "2.0-dev"
8009
                }
8010
            },
8011
            "autoload": {
8012
                "classmap": [
8013
                    "src/"
8014
                ]
8015
            },
8016
            "notification-url": "https://packagist.org/downloads/",
8017
            "license": [
8018
                "BSD-3-Clause"
8019
            ],
8020
            "authors": [
8021
                {
8022
                    "name": "Sebastian Bergmann",
8023
                    "email": "sebastian@phpunit.de"
8024
                }
8025
            ],
8026
            "description": "Looks up which function or method a line of code belongs to",
8027
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8028
            "support": {
8029
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8030
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
8031
            },
8032
            "funding": [
8033
                {
8034
                    "url": "https://github.com/sebastianbergmann",
8035
                    "type": "github"
8036
                }
8037
            ],
8038
            "time": "2020-09-28T05:30:19+00:00"
8039
        },
8040
        {
8041
            "name": "sebastian/comparator",
3086 efrain 8042
            "version": "4.0.8",
1 www 8043
            "source": {
8044
                "type": "git",
8045
                "url": "https://github.com/sebastianbergmann/comparator.git",
3086 efrain 8046
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
1 www 8047
            },
8048
            "dist": {
8049
                "type": "zip",
3086 efrain 8050
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
8051
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
1 www 8052
                "shasum": ""
8053
            },
8054
            "require": {
8055
                "php": ">=7.3",
8056
                "sebastian/diff": "^4.0",
8057
                "sebastian/exporter": "^4.0"
8058
            },
8059
            "require-dev": {
8060
                "phpunit/phpunit": "^9.3"
8061
            },
8062
            "type": "library",
8063
            "extra": {
8064
                "branch-alias": {
8065
                    "dev-master": "4.0-dev"
8066
                }
8067
            },
8068
            "autoload": {
8069
                "classmap": [
8070
                    "src/"
8071
                ]
8072
            },
8073
            "notification-url": "https://packagist.org/downloads/",
8074
            "license": [
8075
                "BSD-3-Clause"
8076
            ],
8077
            "authors": [
8078
                {
8079
                    "name": "Sebastian Bergmann",
8080
                    "email": "sebastian@phpunit.de"
8081
                },
8082
                {
8083
                    "name": "Jeff Welch",
8084
                    "email": "whatthejeff@gmail.com"
8085
                },
8086
                {
8087
                    "name": "Volker Dusch",
8088
                    "email": "github@wallbash.com"
8089
                },
8090
                {
8091
                    "name": "Bernhard Schussek",
8092
                    "email": "bschussek@2bepublished.at"
8093
                }
8094
            ],
8095
            "description": "Provides the functionality to compare PHP values for equality",
8096
            "homepage": "https://github.com/sebastianbergmann/comparator",
8097
            "keywords": [
8098
                "comparator",
8099
                "compare",
8100
                "equality"
8101
            ],
8102
            "support": {
8103
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
3086 efrain 8104
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
1 www 8105
            },
8106
            "funding": [
8107
                {
8108
                    "url": "https://github.com/sebastianbergmann",
8109
                    "type": "github"
8110
                }
8111
            ],
3086 efrain 8112
            "time": "2022-09-14T12:41:17+00:00"
1 www 8113
        },
8114
        {
8115
            "name": "sebastian/complexity",
8116
            "version": "2.0.2",
8117
            "source": {
8118
                "type": "git",
8119
                "url": "https://github.com/sebastianbergmann/complexity.git",
8120
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
8121
            },
8122
            "dist": {
8123
                "type": "zip",
8124
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
8125
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
8126
                "shasum": ""
8127
            },
8128
            "require": {
8129
                "nikic/php-parser": "^4.7",
8130
                "php": ">=7.3"
8131
            },
8132
            "require-dev": {
8133
                "phpunit/phpunit": "^9.3"
8134
            },
8135
            "type": "library",
8136
            "extra": {
8137
                "branch-alias": {
8138
                    "dev-master": "2.0-dev"
8139
                }
8140
            },
8141
            "autoload": {
8142
                "classmap": [
8143
                    "src/"
8144
                ]
8145
            },
8146
            "notification-url": "https://packagist.org/downloads/",
8147
            "license": [
8148
                "BSD-3-Clause"
8149
            ],
8150
            "authors": [
8151
                {
8152
                    "name": "Sebastian Bergmann",
8153
                    "email": "sebastian@phpunit.de",
8154
                    "role": "lead"
8155
                }
8156
            ],
8157
            "description": "Library for calculating the complexity of PHP code units",
8158
            "homepage": "https://github.com/sebastianbergmann/complexity",
8159
            "support": {
8160
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
8161
                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
8162
            },
8163
            "funding": [
8164
                {
8165
                    "url": "https://github.com/sebastianbergmann",
8166
                    "type": "github"
8167
                }
8168
            ],
8169
            "time": "2020-10-26T15:52:27+00:00"
8170
        },
8171
        {
8172
            "name": "sebastian/diff",
8173
            "version": "4.0.4",
8174
            "source": {
8175
                "type": "git",
8176
                "url": "https://github.com/sebastianbergmann/diff.git",
8177
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
8178
            },
8179
            "dist": {
8180
                "type": "zip",
8181
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
8182
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
8183
                "shasum": ""
8184
            },
8185
            "require": {
8186
                "php": ">=7.3"
8187
            },
8188
            "require-dev": {
8189
                "phpunit/phpunit": "^9.3",
8190
                "symfony/process": "^4.2 || ^5"
8191
            },
8192
            "type": "library",
8193
            "extra": {
8194
                "branch-alias": {
8195
                    "dev-master": "4.0-dev"
8196
                }
8197
            },
8198
            "autoload": {
8199
                "classmap": [
8200
                    "src/"
8201
                ]
8202
            },
8203
            "notification-url": "https://packagist.org/downloads/",
8204
            "license": [
8205
                "BSD-3-Clause"
8206
            ],
8207
            "authors": [
8208
                {
8209
                    "name": "Sebastian Bergmann",
8210
                    "email": "sebastian@phpunit.de"
8211
                },
8212
                {
8213
                    "name": "Kore Nordmann",
8214
                    "email": "mail@kore-nordmann.de"
8215
                }
8216
            ],
8217
            "description": "Diff implementation",
8218
            "homepage": "https://github.com/sebastianbergmann/diff",
8219
            "keywords": [
8220
                "diff",
8221
                "udiff",
8222
                "unidiff",
8223
                "unified diff"
8224
            ],
8225
            "support": {
8226
                "issues": "https://github.com/sebastianbergmann/diff/issues",
8227
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
8228
            },
8229
            "funding": [
8230
                {
8231
                    "url": "https://github.com/sebastianbergmann",
8232
                    "type": "github"
8233
                }
8234
            ],
8235
            "time": "2020-10-26T13:10:38+00:00"
8236
        },
8237
        {
8238
            "name": "sebastian/environment",
3086 efrain 8239
            "version": "5.1.4",
1 www 8240
            "source": {
8241
                "type": "git",
8242
                "url": "https://github.com/sebastianbergmann/environment.git",
3086 efrain 8243
                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
1 www 8244
            },
8245
            "dist": {
8246
                "type": "zip",
3086 efrain 8247
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
8248
                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
1 www 8249
                "shasum": ""
8250
            },
8251
            "require": {
8252
                "php": ">=7.3"
8253
            },
8254
            "require-dev": {
8255
                "phpunit/phpunit": "^9.3"
8256
            },
8257
            "suggest": {
8258
                "ext-posix": "*"
8259
            },
8260
            "type": "library",
8261
            "extra": {
8262
                "branch-alias": {
8263
                    "dev-master": "5.1-dev"
8264
                }
8265
            },
8266
            "autoload": {
8267
                "classmap": [
8268
                    "src/"
8269
                ]
8270
            },
8271
            "notification-url": "https://packagist.org/downloads/",
8272
            "license": [
8273
                "BSD-3-Clause"
8274
            ],
8275
            "authors": [
8276
                {
8277
                    "name": "Sebastian Bergmann",
8278
                    "email": "sebastian@phpunit.de"
8279
                }
8280
            ],
8281
            "description": "Provides functionality to handle HHVM/PHP environments",
8282
            "homepage": "http://www.github.com/sebastianbergmann/environment",
8283
            "keywords": [
8284
                "Xdebug",
8285
                "environment",
8286
                "hhvm"
8287
            ],
8288
            "support": {
8289
                "issues": "https://github.com/sebastianbergmann/environment/issues",
3086 efrain 8290
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
1 www 8291
            },
8292
            "funding": [
8293
                {
8294
                    "url": "https://github.com/sebastianbergmann",
8295
                    "type": "github"
8296
                }
8297
            ],
3086 efrain 8298
            "time": "2022-04-03T09:37:03+00:00"
1 www 8299
        },
8300
        {
8301
            "name": "sebastian/exporter",
3086 efrain 8302
            "version": "4.0.5",
1 www 8303
            "source": {
8304
                "type": "git",
8305
                "url": "https://github.com/sebastianbergmann/exporter.git",
3086 efrain 8306
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
1 www 8307
            },
8308
            "dist": {
8309
                "type": "zip",
3086 efrain 8310
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
8311
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
1 www 8312
                "shasum": ""
8313
            },
8314
            "require": {
8315
                "php": ">=7.3",
8316
                "sebastian/recursion-context": "^4.0"
8317
            },
8318
            "require-dev": {
8319
                "ext-mbstring": "*",
8320
                "phpunit/phpunit": "^9.3"
8321
            },
8322
            "type": "library",
8323
            "extra": {
8324
                "branch-alias": {
8325
                    "dev-master": "4.0-dev"
8326
                }
8327
            },
8328
            "autoload": {
8329
                "classmap": [
8330
                    "src/"
8331
                ]
8332
            },
8333
            "notification-url": "https://packagist.org/downloads/",
8334
            "license": [
8335
                "BSD-3-Clause"
8336
            ],
8337
            "authors": [
8338
                {
8339
                    "name": "Sebastian Bergmann",
8340
                    "email": "sebastian@phpunit.de"
8341
                },
8342
                {
8343
                    "name": "Jeff Welch",
8344
                    "email": "whatthejeff@gmail.com"
8345
                },
8346
                {
8347
                    "name": "Volker Dusch",
8348
                    "email": "github@wallbash.com"
8349
                },
8350
                {
8351
                    "name": "Adam Harvey",
8352
                    "email": "aharvey@php.net"
8353
                },
8354
                {
8355
                    "name": "Bernhard Schussek",
8356
                    "email": "bschussek@gmail.com"
8357
                }
8358
            ],
8359
            "description": "Provides the functionality to export PHP variables for visualization",
16 efrain 8360
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
1 www 8361
            "keywords": [
8362
                "export",
8363
                "exporter"
8364
            ],
8365
            "support": {
8366
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
3086 efrain 8367
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
1 www 8368
            },
8369
            "funding": [
8370
                {
8371
                    "url": "https://github.com/sebastianbergmann",
8372
                    "type": "github"
8373
                }
8374
            ],
3086 efrain 8375
            "time": "2022-09-14T06:03:37+00:00"
1 www 8376
        },
8377
        {
8378
            "name": "sebastian/global-state",
3086 efrain 8379
            "version": "5.0.5",
1 www 8380
            "source": {
8381
                "type": "git",
8382
                "url": "https://github.com/sebastianbergmann/global-state.git",
3086 efrain 8383
                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
1 www 8384
            },
8385
            "dist": {
8386
                "type": "zip",
3086 efrain 8387
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
8388
                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
1 www 8389
                "shasum": ""
8390
            },
8391
            "require": {
8392
                "php": ">=7.3",
8393
                "sebastian/object-reflector": "^2.0",
8394
                "sebastian/recursion-context": "^4.0"
8395
            },
8396
            "require-dev": {
8397
                "ext-dom": "*",
8398
                "phpunit/phpunit": "^9.3"
8399
            },
8400
            "suggest": {
8401
                "ext-uopz": "*"
8402
            },
8403
            "type": "library",
8404
            "extra": {
8405
                "branch-alias": {
8406
                    "dev-master": "5.0-dev"
8407
                }
8408
            },
8409
            "autoload": {
8410
                "classmap": [
8411
                    "src/"
8412
                ]
8413
            },
8414
            "notification-url": "https://packagist.org/downloads/",
8415
            "license": [
8416
                "BSD-3-Clause"
8417
            ],
8418
            "authors": [
8419
                {
8420
                    "name": "Sebastian Bergmann",
8421
                    "email": "sebastian@phpunit.de"
8422
                }
8423
            ],
8424
            "description": "Snapshotting of global state",
8425
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
8426
            "keywords": [
8427
                "global state"
8428
            ],
8429
            "support": {
8430
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
3086 efrain 8431
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
1 www 8432
            },
8433
            "funding": [
8434
                {
8435
                    "url": "https://github.com/sebastianbergmann",
8436
                    "type": "github"
8437
                }
8438
            ],
3086 efrain 8439
            "time": "2022-02-14T08:28:10+00:00"
1 www 8440
        },
8441
        {
8442
            "name": "sebastian/lines-of-code",
8443
            "version": "1.0.3",
8444
            "source": {
8445
                "type": "git",
8446
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
8447
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
8448
            },
8449
            "dist": {
8450
                "type": "zip",
8451
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8452
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8453
                "shasum": ""
8454
            },
8455
            "require": {
8456
                "nikic/php-parser": "^4.6",
8457
                "php": ">=7.3"
8458
            },
8459
            "require-dev": {
8460
                "phpunit/phpunit": "^9.3"
8461
            },
8462
            "type": "library",
8463
            "extra": {
8464
                "branch-alias": {
8465
                    "dev-master": "1.0-dev"
8466
                }
8467
            },
8468
            "autoload": {
8469
                "classmap": [
8470
                    "src/"
8471
                ]
8472
            },
8473
            "notification-url": "https://packagist.org/downloads/",
8474
            "license": [
8475
                "BSD-3-Clause"
8476
            ],
8477
            "authors": [
8478
                {
8479
                    "name": "Sebastian Bergmann",
8480
                    "email": "sebastian@phpunit.de",
8481
                    "role": "lead"
8482
                }
8483
            ],
8484
            "description": "Library for counting the lines of code in PHP source code",
8485
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
8486
            "support": {
8487
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
8488
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
8489
            },
8490
            "funding": [
8491
                {
8492
                    "url": "https://github.com/sebastianbergmann",
8493
                    "type": "github"
8494
                }
8495
            ],
8496
            "time": "2020-11-28T06:42:11+00:00"
8497
        },
8498
        {
8499
            "name": "sebastian/object-enumerator",
8500
            "version": "4.0.4",
8501
            "source": {
8502
                "type": "git",
8503
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8504
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
8505
            },
8506
            "dist": {
8507
                "type": "zip",
8508
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
8509
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
8510
                "shasum": ""
8511
            },
8512
            "require": {
8513
                "php": ">=7.3",
8514
                "sebastian/object-reflector": "^2.0",
8515
                "sebastian/recursion-context": "^4.0"
8516
            },
8517
            "require-dev": {
8518
                "phpunit/phpunit": "^9.3"
8519
            },
8520
            "type": "library",
8521
            "extra": {
8522
                "branch-alias": {
8523
                    "dev-master": "4.0-dev"
8524
                }
8525
            },
8526
            "autoload": {
8527
                "classmap": [
8528
                    "src/"
8529
                ]
8530
            },
8531
            "notification-url": "https://packagist.org/downloads/",
8532
            "license": [
8533
                "BSD-3-Clause"
8534
            ],
8535
            "authors": [
8536
                {
8537
                    "name": "Sebastian Bergmann",
8538
                    "email": "sebastian@phpunit.de"
8539
                }
8540
            ],
8541
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8542
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8543
            "support": {
8544
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
8545
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
8546
            },
8547
            "funding": [
8548
                {
8549
                    "url": "https://github.com/sebastianbergmann",
8550
                    "type": "github"
8551
                }
8552
            ],
8553
            "time": "2020-10-26T13:12:34+00:00"
8554
        },
8555
        {
8556
            "name": "sebastian/object-reflector",
8557
            "version": "2.0.4",
8558
            "source": {
8559
                "type": "git",
8560
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
8561
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
8562
            },
8563
            "dist": {
8564
                "type": "zip",
8565
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8566
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8567
                "shasum": ""
8568
            },
8569
            "require": {
8570
                "php": ">=7.3"
8571
            },
8572
            "require-dev": {
8573
                "phpunit/phpunit": "^9.3"
8574
            },
8575
            "type": "library",
8576
            "extra": {
8577
                "branch-alias": {
8578
                    "dev-master": "2.0-dev"
8579
                }
8580
            },
8581
            "autoload": {
8582
                "classmap": [
8583
                    "src/"
8584
                ]
8585
            },
8586
            "notification-url": "https://packagist.org/downloads/",
8587
            "license": [
8588
                "BSD-3-Clause"
8589
            ],
8590
            "authors": [
8591
                {
8592
                    "name": "Sebastian Bergmann",
8593
                    "email": "sebastian@phpunit.de"
8594
                }
8595
            ],
8596
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
8597
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
8598
            "support": {
8599
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
8600
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
8601
            },
8602
            "funding": [
8603
                {
8604
                    "url": "https://github.com/sebastianbergmann",
8605
                    "type": "github"
8606
                }
8607
            ],
8608
            "time": "2020-10-26T13:14:26+00:00"
8609
        },
8610
        {
8611
            "name": "sebastian/recursion-context",
8612
            "version": "4.0.4",
8613
            "source": {
8614
                "type": "git",
8615
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
8616
                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
8617
            },
8618
            "dist": {
8619
                "type": "zip",
8620
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
8621
                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
8622
                "shasum": ""
8623
            },
8624
            "require": {
8625
                "php": ">=7.3"
8626
            },
8627
            "require-dev": {
8628
                "phpunit/phpunit": "^9.3"
8629
            },
8630
            "type": "library",
8631
            "extra": {
8632
                "branch-alias": {
8633
                    "dev-master": "4.0-dev"
8634
                }
8635
            },
8636
            "autoload": {
8637
                "classmap": [
8638
                    "src/"
8639
                ]
8640
            },
8641
            "notification-url": "https://packagist.org/downloads/",
8642
            "license": [
8643
                "BSD-3-Clause"
8644
            ],
8645
            "authors": [
8646
                {
8647
                    "name": "Sebastian Bergmann",
8648
                    "email": "sebastian@phpunit.de"
8649
                },
8650
                {
8651
                    "name": "Jeff Welch",
8652
                    "email": "whatthejeff@gmail.com"
8653
                },
8654
                {
8655
                    "name": "Adam Harvey",
8656
                    "email": "aharvey@php.net"
8657
                }
8658
            ],
8659
            "description": "Provides functionality to recursively process PHP variables",
8660
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
8661
            "support": {
8662
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
8663
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
8664
            },
8665
            "funding": [
8666
                {
8667
                    "url": "https://github.com/sebastianbergmann",
8668
                    "type": "github"
8669
                }
8670
            ],
8671
            "time": "2020-10-26T13:17:30+00:00"
8672
        },
8673
        {
8674
            "name": "sebastian/resource-operations",
8675
            "version": "3.0.3",
8676
            "source": {
8677
                "type": "git",
8678
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
8679
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
8680
            },
8681
            "dist": {
8682
                "type": "zip",
8683
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
8684
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
8685
                "shasum": ""
8686
            },
8687
            "require": {
8688
                "php": ">=7.3"
8689
            },
8690
            "require-dev": {
8691
                "phpunit/phpunit": "^9.0"
8692
            },
8693
            "type": "library",
8694
            "extra": {
8695
                "branch-alias": {
8696
                    "dev-master": "3.0-dev"
8697
                }
8698
            },
8699
            "autoload": {
8700
                "classmap": [
8701
                    "src/"
8702
                ]
8703
            },
8704
            "notification-url": "https://packagist.org/downloads/",
8705
            "license": [
8706
                "BSD-3-Clause"
8707
            ],
8708
            "authors": [
8709
                {
8710
                    "name": "Sebastian Bergmann",
8711
                    "email": "sebastian@phpunit.de"
8712
                }
8713
            ],
8714
            "description": "Provides a list of PHP built-in functions that operate on resources",
8715
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8716
            "support": {
8717
                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
8718
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
8719
            },
8720
            "funding": [
8721
                {
8722
                    "url": "https://github.com/sebastianbergmann",
8723
                    "type": "github"
8724
                }
8725
            ],
8726
            "time": "2020-09-28T06:45:17+00:00"
8727
        },
8728
        {
8729
            "name": "sebastian/type",
3086 efrain 8730
            "version": "3.2.0",
1 www 8731
            "source": {
8732
                "type": "git",
8733
                "url": "https://github.com/sebastianbergmann/type.git",
3086 efrain 8734
                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
1 www 8735
            },
8736
            "dist": {
8737
                "type": "zip",
3086 efrain 8738
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
8739
                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
1 www 8740
                "shasum": ""
8741
            },
8742
            "require": {
8743
                "php": ">=7.3"
8744
            },
8745
            "require-dev": {
3086 efrain 8746
                "phpunit/phpunit": "^9.5"
1 www 8747
            },
8748
            "type": "library",
8749
            "extra": {
8750
                "branch-alias": {
3086 efrain 8751
                    "dev-master": "3.2-dev"
1 www 8752
                }
8753
            },
8754
            "autoload": {
8755
                "classmap": [
8756
                    "src/"
8757
                ]
8758
            },
8759
            "notification-url": "https://packagist.org/downloads/",
8760
            "license": [
8761
                "BSD-3-Clause"
8762
            ],
8763
            "authors": [
8764
                {
8765
                    "name": "Sebastian Bergmann",
8766
                    "email": "sebastian@phpunit.de",
8767
                    "role": "lead"
8768
                }
8769
            ],
8770
            "description": "Collection of value objects that represent the types of the PHP type system",
8771
            "homepage": "https://github.com/sebastianbergmann/type",
8772
            "support": {
8773
                "issues": "https://github.com/sebastianbergmann/type/issues",
3086 efrain 8774
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
1 www 8775
            },
8776
            "funding": [
8777
                {
8778
                    "url": "https://github.com/sebastianbergmann",
8779
                    "type": "github"
8780
                }
8781
            ],
3086 efrain 8782
            "time": "2022-09-12T14:47:03+00:00"
1 www 8783
        },
8784
        {
8785
            "name": "sebastian/version",
8786
            "version": "3.0.2",
8787
            "source": {
8788
                "type": "git",
8789
                "url": "https://github.com/sebastianbergmann/version.git",
8790
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
8791
            },
8792
            "dist": {
8793
                "type": "zip",
8794
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
8795
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
8796
                "shasum": ""
8797
            },
8798
            "require": {
8799
                "php": ">=7.3"
8800
            },
8801
            "type": "library",
8802
            "extra": {
8803
                "branch-alias": {
8804
                    "dev-master": "3.0-dev"
8805
                }
8806
            },
8807
            "autoload": {
8808
                "classmap": [
8809
                    "src/"
8810
                ]
8811
            },
8812
            "notification-url": "https://packagist.org/downloads/",
8813
            "license": [
8814
                "BSD-3-Clause"
8815
            ],
8816
            "authors": [
8817
                {
8818
                    "name": "Sebastian Bergmann",
8819
                    "email": "sebastian@phpunit.de",
8820
                    "role": "lead"
8821
                }
8822
            ],
8823
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8824
            "homepage": "https://github.com/sebastianbergmann/version",
8825
            "support": {
8826
                "issues": "https://github.com/sebastianbergmann/version/issues",
8827
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
8828
            },
8829
            "funding": [
8830
                {
8831
                    "url": "https://github.com/sebastianbergmann",
8832
                    "type": "github"
8833
                }
8834
            ],
8835
            "time": "2020-09-28T06:39:44+00:00"
8836
        },
8837
        {
8838
            "name": "symfony/console",
4113 efrain 8839
            "version": "v5.4.16",
1 www 8840
            "source": {
8841
                "type": "git",
8842
                "url": "https://github.com/symfony/console.git",
4113 efrain 8843
                "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef"
1 www 8844
            },
8845
            "dist": {
8846
                "type": "zip",
4113 efrain 8847
                "url": "https://api.github.com/repos/symfony/console/zipball/8e9b9c8dfb33af6057c94e1b44846bee700dc5ef",
8848
                "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef",
1 www 8849
                "shasum": ""
8850
            },
8851
            "require": {
8852
                "php": ">=7.2.5",
16 efrain 8853
                "symfony/deprecation-contracts": "^2.1|^3",
1 www 8854
                "symfony/polyfill-mbstring": "~1.0",
16 efrain 8855
                "symfony/polyfill-php73": "^1.9",
1 www 8856
                "symfony/polyfill-php80": "^1.16",
16 efrain 8857
                "symfony/service-contracts": "^1.1|^2|^3",
8858
                "symfony/string": "^5.1|^6.0"
1 www 8859
            },
8860
            "conflict": {
8861
                "psr/log": ">=3",
8862
                "symfony/dependency-injection": "<4.4",
8863
                "symfony/dotenv": "<5.1",
8864
                "symfony/event-dispatcher": "<4.4",
8865
                "symfony/lock": "<4.4",
8866
                "symfony/process": "<4.4"
8867
            },
8868
            "provide": {
8869
                "psr/log-implementation": "1.0|2.0"
8870
            },
8871
            "require-dev": {
8872
                "psr/log": "^1|^2",
16 efrain 8873
                "symfony/config": "^4.4|^5.0|^6.0",
8874
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8875
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
8876
                "symfony/lock": "^4.4|^5.0|^6.0",
8877
                "symfony/process": "^4.4|^5.0|^6.0",
8878
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
1 www 8879
            },
8880
            "suggest": {
8881
                "psr/log": "For using the console logger",
8882
                "symfony/event-dispatcher": "",
8883
                "symfony/lock": "",
8884
                "symfony/process": ""
8885
            },
8886
            "type": "library",
8887
            "autoload": {
8888
                "psr-4": {
8889
                    "Symfony\\Component\\Console\\": ""
8890
                },
8891
                "exclude-from-classmap": [
8892
                    "/Tests/"
8893
                ]
8894
            },
8895
            "notification-url": "https://packagist.org/downloads/",
8896
            "license": [
8897
                "MIT"
8898
            ],
8899
            "authors": [
8900
                {
8901
                    "name": "Fabien Potencier",
8902
                    "email": "fabien@symfony.com"
8903
                },
8904
                {
8905
                    "name": "Symfony Community",
8906
                    "homepage": "https://symfony.com/contributors"
8907
                }
8908
            ],
8909
            "description": "Eases the creation of beautiful and testable command line interfaces",
8910
            "homepage": "https://symfony.com",
8911
            "keywords": [
8912
                "cli",
8913
                "command line",
8914
                "console",
8915
                "terminal"
8916
            ],
8917
            "support": {
4113 efrain 8918
                "source": "https://github.com/symfony/console/tree/v5.4.16"
1 www 8919
            },
8920
            "funding": [
8921
                {
8922
                    "url": "https://symfony.com/sponsor",
8923
                    "type": "custom"
8924
                },
8925
                {
8926
                    "url": "https://github.com/fabpot",
8927
                    "type": "github"
8928
                },
8929
                {
8930
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8931
                    "type": "tidelift"
8932
                }
8933
            ],
4113 efrain 8934
            "time": "2022-11-25T14:09:27+00:00"
1 www 8935
        },
8936
        {
16 efrain 8937
            "name": "symfony/css-selector",
3086 efrain 8938
            "version": "v5.4.11",
16 efrain 8939
            "source": {
8940
                "type": "git",
8941
                "url": "https://github.com/symfony/css-selector.git",
3086 efrain 8942
                "reference": "c1681789f059ab756001052164726ae88512ae3d"
16 efrain 8943
            },
8944
            "dist": {
8945
                "type": "zip",
3086 efrain 8946
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/c1681789f059ab756001052164726ae88512ae3d",
8947
                "reference": "c1681789f059ab756001052164726ae88512ae3d",
16 efrain 8948
                "shasum": ""
8949
            },
8950
            "require": {
8951
                "php": ">=7.2.5",
8952
                "symfony/polyfill-php80": "^1.16"
8953
            },
8954
            "type": "library",
8955
            "autoload": {
8956
                "psr-4": {
8957
                    "Symfony\\Component\\CssSelector\\": ""
8958
                },
8959
                "exclude-from-classmap": [
8960
                    "/Tests/"
8961
                ]
8962
            },
8963
            "notification-url": "https://packagist.org/downloads/",
8964
            "license": [
8965
                "MIT"
8966
            ],
8967
            "authors": [
8968
                {
8969
                    "name": "Fabien Potencier",
8970
                    "email": "fabien@symfony.com"
8971
                },
8972
                {
8973
                    "name": "Jean-François Simon",
8974
                    "email": "jeanfrancois.simon@sensiolabs.com"
8975
                },
8976
                {
8977
                    "name": "Symfony Community",
8978
                    "homepage": "https://symfony.com/contributors"
8979
                }
8980
            ],
8981
            "description": "Converts CSS selectors to XPath expressions",
8982
            "homepage": "https://symfony.com",
8983
            "support": {
3086 efrain 8984
                "source": "https://github.com/symfony/css-selector/tree/v5.4.11"
16 efrain 8985
            },
8986
            "funding": [
8987
                {
8988
                    "url": "https://symfony.com/sponsor",
8989
                    "type": "custom"
8990
                },
8991
                {
8992
                    "url": "https://github.com/fabpot",
8993
                    "type": "github"
8994
                },
8995
                {
8996
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8997
                    "type": "tidelift"
8998
                }
8999
            ],
3086 efrain 9000
            "time": "2022-06-27T16:58:25+00:00"
16 efrain 9001
        },
9002
        {
1 www 9003
            "name": "symfony/deprecation-contracts",
3086 efrain 9004
            "version": "v2.5.2",
1 www 9005
            "source": {
9006
                "type": "git",
9007
                "url": "https://github.com/symfony/deprecation-contracts.git",
3086 efrain 9008
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
1 www 9009
            },
9010
            "dist": {
9011
                "type": "zip",
3086 efrain 9012
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
9013
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
1 www 9014
                "shasum": ""
9015
            },
9016
            "require": {
9017
                "php": ">=7.1"
9018
            },
9019
            "type": "library",
9020
            "extra": {
9021
                "branch-alias": {
16 efrain 9022
                    "dev-main": "2.5-dev"
1 www 9023
                },
9024
                "thanks": {
9025
                    "name": "symfony/contracts",
9026
                    "url": "https://github.com/symfony/contracts"
9027
                }
9028
            },
9029
            "autoload": {
9030
                "files": [
9031
                    "function.php"
9032
                ]
9033
            },
9034
            "notification-url": "https://packagist.org/downloads/",
9035
            "license": [
9036
                "MIT"
9037
            ],
9038
            "authors": [
9039
                {
9040
                    "name": "Nicolas Grekas",
9041
                    "email": "p@tchwork.com"
9042
                },
9043
                {
9044
                    "name": "Symfony Community",
9045
                    "homepage": "https://symfony.com/contributors"
9046
                }
9047
            ],
9048
            "description": "A generic function and convention to trigger deprecation notices",
9049
            "homepage": "https://symfony.com",
9050
            "support": {
3086 efrain 9051
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
1 www 9052
            },
9053
            "funding": [
9054
                {
9055
                    "url": "https://symfony.com/sponsor",
9056
                    "type": "custom"
9057
                },
9058
                {
9059
                    "url": "https://github.com/fabpot",
9060
                    "type": "github"
9061
                },
9062
                {
9063
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9064
                    "type": "tidelift"
9065
                }
9066
            ],
3086 efrain 9067
            "time": "2022-01-02T09:53:40+00:00"
1 www 9068
        },
9069
        {
16 efrain 9070
            "name": "symfony/dom-crawler",
4113 efrain 9071
            "version": "v5.4.15",
16 efrain 9072
            "source": {
9073
                "type": "git",
9074
                "url": "https://github.com/symfony/dom-crawler.git",
4113 efrain 9075
                "reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258"
16 efrain 9076
            },
9077
            "dist": {
9078
                "type": "zip",
4113 efrain 9079
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b8fd0ff9a0f00d944f1534f6d21e84f92eda7258",
9080
                "reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258",
16 efrain 9081
                "shasum": ""
9082
            },
9083
            "require": {
9084
                "php": ">=7.2.5",
9085
                "symfony/deprecation-contracts": "^2.1|^3",
9086
                "symfony/polyfill-ctype": "~1.8",
9087
                "symfony/polyfill-mbstring": "~1.0",
9088
                "symfony/polyfill-php80": "^1.16"
9089
            },
9090
            "conflict": {
9091
                "masterminds/html5": "<2.6"
9092
            },
9093
            "require-dev": {
9094
                "masterminds/html5": "^2.6",
9095
                "symfony/css-selector": "^4.4|^5.0|^6.0"
9096
            },
9097
            "suggest": {
9098
                "symfony/css-selector": ""
9099
            },
9100
            "type": "library",
9101
            "autoload": {
9102
                "psr-4": {
9103
                    "Symfony\\Component\\DomCrawler\\": ""
9104
                },
9105
                "exclude-from-classmap": [
9106
                    "/Tests/"
9107
                ]
9108
            },
9109
            "notification-url": "https://packagist.org/downloads/",
9110
            "license": [
9111
                "MIT"
9112
            ],
9113
            "authors": [
9114
                {
9115
                    "name": "Fabien Potencier",
9116
                    "email": "fabien@symfony.com"
9117
                },
9118
                {
9119
                    "name": "Symfony Community",
9120
                    "homepage": "https://symfony.com/contributors"
9121
                }
9122
            ],
9123
            "description": "Eases DOM navigation for HTML and XML documents",
9124
            "homepage": "https://symfony.com",
9125
            "support": {
4113 efrain 9126
                "source": "https://github.com/symfony/dom-crawler/tree/v5.4.15"
16 efrain 9127
            },
9128
            "funding": [
9129
                {
9130
                    "url": "https://symfony.com/sponsor",
9131
                    "type": "custom"
9132
                },
9133
                {
9134
                    "url": "https://github.com/fabpot",
9135
                    "type": "github"
9136
                },
9137
                {
9138
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9139
                    "type": "tidelift"
9140
                }
9141
            ],
4113 efrain 9142
            "time": "2022-10-27T08:04:35+00:00"
16 efrain 9143
        },
9144
        {
1 www 9145
            "name": "symfony/event-dispatcher",
3086 efrain 9146
            "version": "v5.4.9",
1 www 9147
            "source": {
9148
                "type": "git",
9149
                "url": "https://github.com/symfony/event-dispatcher.git",
3086 efrain 9150
                "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
1 www 9151
            },
9152
            "dist": {
9153
                "type": "zip",
3086 efrain 9154
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
9155
                "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
1 www 9156
                "shasum": ""
9157
            },
9158
            "require": {
9159
                "php": ">=7.2.5",
16 efrain 9160
                "symfony/deprecation-contracts": "^2.1|^3",
9161
                "symfony/event-dispatcher-contracts": "^2|^3",
1 www 9162
                "symfony/polyfill-php80": "^1.16"
9163
            },
9164
            "conflict": {
9165
                "symfony/dependency-injection": "<4.4"
9166
            },
9167
            "provide": {
9168
                "psr/event-dispatcher-implementation": "1.0",
9169
                "symfony/event-dispatcher-implementation": "2.0"
9170
            },
9171
            "require-dev": {
9172
                "psr/log": "^1|^2|^3",
16 efrain 9173
                "symfony/config": "^4.4|^5.0|^6.0",
9174
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
9175
                "symfony/error-handler": "^4.4|^5.0|^6.0",
9176
                "symfony/expression-language": "^4.4|^5.0|^6.0",
9177
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
9178
                "symfony/service-contracts": "^1.1|^2|^3",
9179
                "symfony/stopwatch": "^4.4|^5.0|^6.0"
1 www 9180
            },
9181
            "suggest": {
9182
                "symfony/dependency-injection": "",
9183
                "symfony/http-kernel": ""
9184
            },
9185
            "type": "library",
9186
            "autoload": {
9187
                "psr-4": {
9188
                    "Symfony\\Component\\EventDispatcher\\": ""
9189
                },
9190
                "exclude-from-classmap": [
9191
                    "/Tests/"
9192
                ]
9193
            },
9194
            "notification-url": "https://packagist.org/downloads/",
9195
            "license": [
9196
                "MIT"
9197
            ],
9198
            "authors": [
9199
                {
9200
                    "name": "Fabien Potencier",
9201
                    "email": "fabien@symfony.com"
9202
                },
9203
                {
9204
                    "name": "Symfony Community",
9205
                    "homepage": "https://symfony.com/contributors"
9206
                }
9207
            ],
9208
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
9209
            "homepage": "https://symfony.com",
9210
            "support": {
3086 efrain 9211
                "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
1 www 9212
            },
9213
            "funding": [
9214
                {
9215
                    "url": "https://symfony.com/sponsor",
9216
                    "type": "custom"
9217
                },
9218
                {
9219
                    "url": "https://github.com/fabpot",
9220
                    "type": "github"
9221
                },
9222
                {
9223
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9224
                    "type": "tidelift"
9225
                }
9226
            ],
3086 efrain 9227
            "time": "2022-05-05T16:45:39+00:00"
1 www 9228
        },
9229
        {
9230
            "name": "symfony/event-dispatcher-contracts",
3086 efrain 9231
            "version": "v2.5.2",
1 www 9232
            "source": {
9233
                "type": "git",
9234
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3086 efrain 9235
                "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
1 www 9236
            },
9237
            "dist": {
9238
                "type": "zip",
3086 efrain 9239
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
9240
                "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
1 www 9241
                "shasum": ""
9242
            },
9243
            "require": {
9244
                "php": ">=7.2.5",
9245
                "psr/event-dispatcher": "^1"
9246
            },
9247
            "suggest": {
9248
                "symfony/event-dispatcher-implementation": ""
9249
            },
9250
            "type": "library",
9251
            "extra": {
9252
                "branch-alias": {
16 efrain 9253
                    "dev-main": "2.5-dev"
1 www 9254
                },
9255
                "thanks": {
9256
                    "name": "symfony/contracts",
9257
                    "url": "https://github.com/symfony/contracts"
9258
                }
9259
            },
9260
            "autoload": {
9261
                "psr-4": {
9262
                    "Symfony\\Contracts\\EventDispatcher\\": ""
9263
                }
9264
            },
9265
            "notification-url": "https://packagist.org/downloads/",
9266
            "license": [
9267
                "MIT"
9268
            ],
9269
            "authors": [
9270
                {
9271
                    "name": "Nicolas Grekas",
9272
                    "email": "p@tchwork.com"
9273
                },
9274
                {
9275
                    "name": "Symfony Community",
9276
                    "homepage": "https://symfony.com/contributors"
9277
                }
9278
            ],
9279
            "description": "Generic abstractions related to dispatching event",
9280
            "homepage": "https://symfony.com",
9281
            "keywords": [
9282
                "abstractions",
9283
                "contracts",
9284
                "decoupling",
9285
                "interfaces",
9286
                "interoperability",
9287
                "standards"
9288
            ],
9289
            "support": {
3086 efrain 9290
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
1 www 9291
            },
9292
            "funding": [
9293
                {
9294
                    "url": "https://symfony.com/sponsor",
9295
                    "type": "custom"
9296
                },
9297
                {
9298
                    "url": "https://github.com/fabpot",
9299
                    "type": "github"
9300
                },
9301
                {
9302
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9303
                    "type": "tidelift"
9304
                }
9305
            ],
3086 efrain 9306
            "time": "2022-01-02T09:53:40+00:00"
1 www 9307
        },
9308
        {
9309
            "name": "symfony/polyfill-ctype",
4113 efrain 9310
            "version": "v1.27.0",
1 www 9311
            "source": {
9312
                "type": "git",
9313
                "url": "https://github.com/symfony/polyfill-ctype.git",
4113 efrain 9314
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
1 www 9315
            },
9316
            "dist": {
9317
                "type": "zip",
4113 efrain 9318
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
9319
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
1 www 9320
                "shasum": ""
9321
            },
9322
            "require": {
9323
                "php": ">=7.1"
9324
            },
112 efrain 9325
            "provide": {
9326
                "ext-ctype": "*"
9327
            },
1 www 9328
            "suggest": {
9329
                "ext-ctype": "For best performance"
9330
            },
9331
            "type": "library",
9332
            "extra": {
9333
                "branch-alias": {
4113 efrain 9334
                    "dev-main": "1.27-dev"
1 www 9335
                },
9336
                "thanks": {
9337
                    "name": "symfony/polyfill",
9338
                    "url": "https://github.com/symfony/polyfill"
9339
                }
9340
            },
9341
            "autoload": {
3086 efrain 9342
                "files": [
9343
                    "bootstrap.php"
9344
                ],
1 www 9345
                "psr-4": {
9346
                    "Symfony\\Polyfill\\Ctype\\": ""
3086 efrain 9347
                }
1 www 9348
            },
9349
            "notification-url": "https://packagist.org/downloads/",
9350
            "license": [
9351
                "MIT"
9352
            ],
9353
            "authors": [
9354
                {
9355
                    "name": "Gert de Pagter",
9356
                    "email": "BackEndTea@gmail.com"
9357
                },
9358
                {
9359
                    "name": "Symfony Community",
9360
                    "homepage": "https://symfony.com/contributors"
9361
                }
9362
            ],
9363
            "description": "Symfony polyfill for ctype functions",
9364
            "homepage": "https://symfony.com",
9365
            "keywords": [
9366
                "compatibility",
9367
                "ctype",
9368
                "polyfill",
9369
                "portable"
9370
            ],
9371
            "support": {
4113 efrain 9372
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
1 www 9373
            },
9374
            "funding": [
9375
                {
9376
                    "url": "https://symfony.com/sponsor",
9377
                    "type": "custom"
9378
                },
9379
                {
9380
                    "url": "https://github.com/fabpot",
9381
                    "type": "github"
9382
                },
9383
                {
9384
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9385
                    "type": "tidelift"
9386
                }
9387
            ],
4113 efrain 9388
            "time": "2022-11-03T14:55:06+00:00"
1 www 9389
        },
9390
        {
9391
            "name": "symfony/polyfill-intl-grapheme",
4113 efrain 9392
            "version": "v1.27.0",
1 www 9393
            "source": {
9394
                "type": "git",
9395
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4113 efrain 9396
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
1 www 9397
            },
9398
            "dist": {
9399
                "type": "zip",
4113 efrain 9400
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
9401
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
1 www 9402
                "shasum": ""
9403
            },
9404
            "require": {
9405
                "php": ">=7.1"
9406
            },
9407
            "suggest": {
9408
                "ext-intl": "For best performance"
9409
            },
9410
            "type": "library",
9411
            "extra": {
9412
                "branch-alias": {
4113 efrain 9413
                    "dev-main": "1.27-dev"
1 www 9414
                },
9415
                "thanks": {
9416
                    "name": "symfony/polyfill",
9417
                    "url": "https://github.com/symfony/polyfill"
9418
                }
9419
            },
9420
            "autoload": {
3086 efrain 9421
                "files": [
9422
                    "bootstrap.php"
9423
                ],
1 www 9424
                "psr-4": {
9425
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3086 efrain 9426
                }
1 www 9427
            },
9428
            "notification-url": "https://packagist.org/downloads/",
9429
            "license": [
9430
                "MIT"
9431
            ],
9432
            "authors": [
9433
                {
9434
                    "name": "Nicolas Grekas",
9435
                    "email": "p@tchwork.com"
9436
                },
9437
                {
9438
                    "name": "Symfony Community",
9439
                    "homepage": "https://symfony.com/contributors"
9440
                }
9441
            ],
9442
            "description": "Symfony polyfill for intl's grapheme_* functions",
9443
            "homepage": "https://symfony.com",
9444
            "keywords": [
9445
                "compatibility",
9446
                "grapheme",
9447
                "intl",
9448
                "polyfill",
9449
                "portable",
9450
                "shim"
9451
            ],
9452
            "support": {
4113 efrain 9453
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
1 www 9454
            },
9455
            "funding": [
9456
                {
9457
                    "url": "https://symfony.com/sponsor",
9458
                    "type": "custom"
9459
                },
9460
                {
9461
                    "url": "https://github.com/fabpot",
9462
                    "type": "github"
9463
                },
9464
                {
9465
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9466
                    "type": "tidelift"
9467
                }
9468
            ],
4113 efrain 9469
            "time": "2022-11-03T14:55:06+00:00"
1 www 9470
        },
9471
        {
9472
            "name": "symfony/polyfill-intl-normalizer",
4113 efrain 9473
            "version": "v1.27.0",
1 www 9474
            "source": {
9475
                "type": "git",
9476
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4113 efrain 9477
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
1 www 9478
            },
9479
            "dist": {
9480
                "type": "zip",
4113 efrain 9481
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
9482
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
1 www 9483
                "shasum": ""
9484
            },
9485
            "require": {
9486
                "php": ">=7.1"
9487
            },
9488
            "suggest": {
9489
                "ext-intl": "For best performance"
9490
            },
9491
            "type": "library",
9492
            "extra": {
9493
                "branch-alias": {
4113 efrain 9494
                    "dev-main": "1.27-dev"
1 www 9495
                },
9496
                "thanks": {
9497
                    "name": "symfony/polyfill",
9498
                    "url": "https://github.com/symfony/polyfill"
9499
                }
9500
            },
9501
            "autoload": {
3086 efrain 9502
                "files": [
9503
                    "bootstrap.php"
9504
                ],
1 www 9505
                "psr-4": {
9506
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
9507
                },
9508
                "classmap": [
9509
                    "Resources/stubs"
9510
                ]
9511
            },
9512
            "notification-url": "https://packagist.org/downloads/",
9513
            "license": [
9514
                "MIT"
9515
            ],
9516
            "authors": [
9517
                {
9518
                    "name": "Nicolas Grekas",
9519
                    "email": "p@tchwork.com"
9520
                },
9521
                {
9522
                    "name": "Symfony Community",
9523
                    "homepage": "https://symfony.com/contributors"
9524
                }
9525
            ],
9526
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
9527
            "homepage": "https://symfony.com",
9528
            "keywords": [
9529
                "compatibility",
9530
                "intl",
9531
                "normalizer",
9532
                "polyfill",
9533
                "portable",
9534
                "shim"
9535
            ],
9536
            "support": {
4113 efrain 9537
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
1 www 9538
            },
9539
            "funding": [
9540
                {
9541
                    "url": "https://symfony.com/sponsor",
9542
                    "type": "custom"
9543
                },
9544
                {
9545
                    "url": "https://github.com/fabpot",
9546
                    "type": "github"
9547
                },
9548
                {
9549
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9550
                    "type": "tidelift"
9551
                }
9552
            ],
4113 efrain 9553
            "time": "2022-11-03T14:55:06+00:00"
1 www 9554
        },
9555
        {
9556
            "name": "symfony/polyfill-mbstring",
4113 efrain 9557
            "version": "v1.27.0",
1 www 9558
            "source": {
9559
                "type": "git",
9560
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4113 efrain 9561
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
1 www 9562
            },
9563
            "dist": {
9564
                "type": "zip",
4113 efrain 9565
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
9566
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
1 www 9567
                "shasum": ""
9568
            },
9569
            "require": {
9570
                "php": ">=7.1"
9571
            },
112 efrain 9572
            "provide": {
9573
                "ext-mbstring": "*"
9574
            },
1 www 9575
            "suggest": {
9576
                "ext-mbstring": "For best performance"
9577
            },
9578
            "type": "library",
9579
            "extra": {
9580
                "branch-alias": {
4113 efrain 9581
                    "dev-main": "1.27-dev"
1 www 9582
                },
9583
                "thanks": {
9584
                    "name": "symfony/polyfill",
9585
                    "url": "https://github.com/symfony/polyfill"
9586
                }
9587
            },
9588
            "autoload": {
3086 efrain 9589
                "files": [
9590
                    "bootstrap.php"
9591
                ],
1 www 9592
                "psr-4": {
9593
                    "Symfony\\Polyfill\\Mbstring\\": ""
3086 efrain 9594
                }
1 www 9595
            },
9596
            "notification-url": "https://packagist.org/downloads/",
9597
            "license": [
9598
                "MIT"
9599
            ],
9600
            "authors": [
9601
                {
9602
                    "name": "Nicolas Grekas",
9603
                    "email": "p@tchwork.com"
9604
                },
9605
                {
9606
                    "name": "Symfony Community",
9607
                    "homepage": "https://symfony.com/contributors"
9608
                }
9609
            ],
9610
            "description": "Symfony polyfill for the Mbstring extension",
9611
            "homepage": "https://symfony.com",
9612
            "keywords": [
9613
                "compatibility",
9614
                "mbstring",
9615
                "polyfill",
9616
                "portable",
9617
                "shim"
9618
            ],
9619
            "support": {
4113 efrain 9620
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
1 www 9621
            },
9622
            "funding": [
9623
                {
9624
                    "url": "https://symfony.com/sponsor",
9625
                    "type": "custom"
9626
                },
9627
                {
9628
                    "url": "https://github.com/fabpot",
9629
                    "type": "github"
9630
                },
9631
                {
9632
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9633
                    "type": "tidelift"
9634
                }
9635
            ],
4113 efrain 9636
            "time": "2022-11-03T14:55:06+00:00"
1 www 9637
        },
9638
        {
9639
            "name": "symfony/polyfill-php73",
4113 efrain 9640
            "version": "v1.27.0",
1 www 9641
            "source": {
9642
                "type": "git",
9643
                "url": "https://github.com/symfony/polyfill-php73.git",
4113 efrain 9644
                "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
1 www 9645
            },
9646
            "dist": {
9647
                "type": "zip",
4113 efrain 9648
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
9649
                "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
1 www 9650
                "shasum": ""
9651
            },
9652
            "require": {
9653
                "php": ">=7.1"
9654
            },
9655
            "type": "library",
9656
            "extra": {
9657
                "branch-alias": {
4113 efrain 9658
                    "dev-main": "1.27-dev"
1 www 9659
                },
9660
                "thanks": {
9661
                    "name": "symfony/polyfill",
9662
                    "url": "https://github.com/symfony/polyfill"
9663
                }
9664
            },
9665
            "autoload": {
3086 efrain 9666
                "files": [
9667
                    "bootstrap.php"
9668
                ],
1 www 9669
                "psr-4": {
9670
                    "Symfony\\Polyfill\\Php73\\": ""
9671
                },
9672
                "classmap": [
9673
                    "Resources/stubs"
9674
                ]
9675
            },
9676
            "notification-url": "https://packagist.org/downloads/",
9677
            "license": [
9678
                "MIT"
9679
            ],
9680
            "authors": [
9681
                {
9682
                    "name": "Nicolas Grekas",
9683
                    "email": "p@tchwork.com"
9684
                },
9685
                {
9686
                    "name": "Symfony Community",
9687
                    "homepage": "https://symfony.com/contributors"
9688
                }
9689
            ],
9690
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
9691
            "homepage": "https://symfony.com",
9692
            "keywords": [
9693
                "compatibility",
9694
                "polyfill",
9695
                "portable",
9696
                "shim"
9697
            ],
9698
            "support": {
4113 efrain 9699
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
1 www 9700
            },
9701
            "funding": [
9702
                {
9703
                    "url": "https://symfony.com/sponsor",
9704
                    "type": "custom"
9705
                },
9706
                {
9707
                    "url": "https://github.com/fabpot",
9708
                    "type": "github"
9709
                },
9710
                {
9711
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9712
                    "type": "tidelift"
9713
                }
9714
            ],
4113 efrain 9715
            "time": "2022-11-03T14:55:06+00:00"
1 www 9716
        },
9717
        {
9718
            "name": "symfony/polyfill-php80",
4113 efrain 9719
            "version": "v1.27.0",
1 www 9720
            "source": {
9721
                "type": "git",
9722
                "url": "https://github.com/symfony/polyfill-php80.git",
4113 efrain 9723
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
1 www 9724
            },
9725
            "dist": {
9726
                "type": "zip",
4113 efrain 9727
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
9728
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
1 www 9729
                "shasum": ""
9730
            },
9731
            "require": {
9732
                "php": ">=7.1"
9733
            },
9734
            "type": "library",
9735
            "extra": {
9736
                "branch-alias": {
4113 efrain 9737
                    "dev-main": "1.27-dev"
1 www 9738
                },
9739
                "thanks": {
9740
                    "name": "symfony/polyfill",
9741
                    "url": "https://github.com/symfony/polyfill"
9742
                }
9743
            },
9744
            "autoload": {
3086 efrain 9745
                "files": [
9746
                    "bootstrap.php"
9747
                ],
1 www 9748
                "psr-4": {
9749
                    "Symfony\\Polyfill\\Php80\\": ""
9750
                },
9751
                "classmap": [
9752
                    "Resources/stubs"
9753
                ]
9754
            },
9755
            "notification-url": "https://packagist.org/downloads/",
9756
            "license": [
9757
                "MIT"
9758
            ],
9759
            "authors": [
9760
                {
9761
                    "name": "Ion Bazan",
9762
                    "email": "ion.bazan@gmail.com"
9763
                },
9764
                {
9765
                    "name": "Nicolas Grekas",
9766
                    "email": "p@tchwork.com"
9767
                },
9768
                {
9769
                    "name": "Symfony Community",
9770
                    "homepage": "https://symfony.com/contributors"
9771
                }
9772
            ],
9773
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
9774
            "homepage": "https://symfony.com",
9775
            "keywords": [
9776
                "compatibility",
9777
                "polyfill",
9778
                "portable",
9779
                "shim"
9780
            ],
9781
            "support": {
4113 efrain 9782
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
1 www 9783
            },
9784
            "funding": [
9785
                {
9786
                    "url": "https://symfony.com/sponsor",
9787
                    "type": "custom"
9788
                },
9789
                {
9790
                    "url": "https://github.com/fabpot",
9791
                    "type": "github"
9792
                },
9793
                {
9794
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9795
                    "type": "tidelift"
9796
                }
9797
            ],
4113 efrain 9798
            "time": "2022-11-03T14:55:06+00:00"
1 www 9799
        },
9800
        {
9801
            "name": "symfony/service-contracts",
3086 efrain 9802
            "version": "v2.5.2",
1 www 9803
            "source": {
9804
                "type": "git",
9805
                "url": "https://github.com/symfony/service-contracts.git",
3086 efrain 9806
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
1 www 9807
            },
9808
            "dist": {
9809
                "type": "zip",
3086 efrain 9810
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9811
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
1 www 9812
                "shasum": ""
9813
            },
9814
            "require": {
9815
                "php": ">=7.2.5",
16 efrain 9816
                "psr/container": "^1.1",
3086 efrain 9817
                "symfony/deprecation-contracts": "^2.1|^3"
1 www 9818
            },
16 efrain 9819
            "conflict": {
9820
                "ext-psr": "<1.1|>=2"
9821
            },
1 www 9822
            "suggest": {
9823
                "symfony/service-implementation": ""
9824
            },
9825
            "type": "library",
9826
            "extra": {
9827
                "branch-alias": {
16 efrain 9828
                    "dev-main": "2.5-dev"
1 www 9829
                },
9830
                "thanks": {
9831
                    "name": "symfony/contracts",
9832
                    "url": "https://github.com/symfony/contracts"
9833
                }
9834
            },
9835
            "autoload": {
9836
                "psr-4": {
9837
                    "Symfony\\Contracts\\Service\\": ""
9838
                }
9839
            },
9840
            "notification-url": "https://packagist.org/downloads/",
9841
            "license": [
9842
                "MIT"
9843
            ],
9844
            "authors": [
9845
                {
9846
                    "name": "Nicolas Grekas",
9847
                    "email": "p@tchwork.com"
9848
                },
9849
                {
9850
                    "name": "Symfony Community",
9851
                    "homepage": "https://symfony.com/contributors"
9852
                }
9853
            ],
9854
            "description": "Generic abstractions related to writing services",
9855
            "homepage": "https://symfony.com",
9856
            "keywords": [
9857
                "abstractions",
9858
                "contracts",
9859
                "decoupling",
9860
                "interfaces",
9861
                "interoperability",
9862
                "standards"
9863
            ],
9864
            "support": {
3086 efrain 9865
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
1 www 9866
            },
9867
            "funding": [
9868
                {
9869
                    "url": "https://symfony.com/sponsor",
9870
                    "type": "custom"
9871
                },
9872
                {
9873
                    "url": "https://github.com/fabpot",
9874
                    "type": "github"
9875
                },
9876
                {
9877
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9878
                    "type": "tidelift"
9879
                }
9880
            ],
3086 efrain 9881
            "time": "2022-05-30T19:17:29+00:00"
1 www 9882
        },
9883
        {
9884
            "name": "symfony/string",
4113 efrain 9885
            "version": "v5.4.15",
1 www 9886
            "source": {
9887
                "type": "git",
9888
                "url": "https://github.com/symfony/string.git",
4113 efrain 9889
                "reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed"
1 www 9890
            },
9891
            "dist": {
9892
                "type": "zip",
4113 efrain 9893
                "url": "https://api.github.com/repos/symfony/string/zipball/571334ce9f687e3e6af72db4d3b2a9431e4fd9ed",
9894
                "reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed",
1 www 9895
                "shasum": ""
9896
            },
9897
            "require": {
9898
                "php": ">=7.2.5",
9899
                "symfony/polyfill-ctype": "~1.8",
9900
                "symfony/polyfill-intl-grapheme": "~1.0",
9901
                "symfony/polyfill-intl-normalizer": "~1.0",
9902
                "symfony/polyfill-mbstring": "~1.0",
9903
                "symfony/polyfill-php80": "~1.15"
9904
            },
16 efrain 9905
            "conflict": {
9906
                "symfony/translation-contracts": ">=3.0"
9907
            },
1 www 9908
            "require-dev": {
16 efrain 9909
                "symfony/error-handler": "^4.4|^5.0|^6.0",
9910
                "symfony/http-client": "^4.4|^5.0|^6.0",
1 www 9911
                "symfony/translation-contracts": "^1.1|^2",
16 efrain 9912
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
1 www 9913
            },
9914
            "type": "library",
9915
            "autoload": {
3086 efrain 9916
                "files": [
9917
                    "Resources/functions.php"
9918
                ],
1 www 9919
                "psr-4": {
9920
                    "Symfony\\Component\\String\\": ""
9921
                },
9922
                "exclude-from-classmap": [
9923
                    "/Tests/"
9924
                ]
9925
            },
9926
            "notification-url": "https://packagist.org/downloads/",
9927
            "license": [
9928
                "MIT"
9929
            ],
9930
            "authors": [
9931
                {
9932
                    "name": "Nicolas Grekas",
9933
                    "email": "p@tchwork.com"
9934
                },
9935
                {
9936
                    "name": "Symfony Community",
9937
                    "homepage": "https://symfony.com/contributors"
9938
                }
9939
            ],
9940
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
9941
            "homepage": "https://symfony.com",
9942
            "keywords": [
9943
                "grapheme",
9944
                "i18n",
9945
                "string",
9946
                "unicode",
9947
                "utf-8",
9948
                "utf8"
9949
            ],
9950
            "support": {
4113 efrain 9951
                "source": "https://github.com/symfony/string/tree/v5.4.15"
1 www 9952
            },
9953
            "funding": [
9954
                {
9955
                    "url": "https://symfony.com/sponsor",
9956
                    "type": "custom"
9957
                },
9958
                {
9959
                    "url": "https://github.com/fabpot",
9960
                    "type": "github"
9961
                },
9962
                {
9963
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9964
                    "type": "tidelift"
9965
                }
9966
            ],
4113 efrain 9967
            "time": "2022-10-05T15:16:54+00:00"
1 www 9968
        },
9969
        {
9970
            "name": "theseer/tokenizer",
9971
            "version": "1.2.1",
9972
            "source": {
9973
                "type": "git",
9974
                "url": "https://github.com/theseer/tokenizer.git",
9975
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
9976
            },
9977
            "dist": {
9978
                "type": "zip",
9979
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
9980
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
9981
                "shasum": ""
9982
            },
9983
            "require": {
9984
                "ext-dom": "*",
9985
                "ext-tokenizer": "*",
9986
                "ext-xmlwriter": "*",
9987
                "php": "^7.2 || ^8.0"
9988
            },
9989
            "type": "library",
9990
            "autoload": {
9991
                "classmap": [
9992
                    "src/"
9993
                ]
9994
            },
9995
            "notification-url": "https://packagist.org/downloads/",
9996
            "license": [
9997
                "BSD-3-Clause"
9998
            ],
9999
            "authors": [
10000
                {
10001
                    "name": "Arne Blankerts",
10002
                    "email": "arne@blankerts.de",
10003
                    "role": "Developer"
10004
                }
10005
            ],
10006
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10007
            "support": {
10008
                "issues": "https://github.com/theseer/tokenizer/issues",
10009
                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
10010
            },
10011
            "funding": [
10012
                {
10013
                    "url": "https://github.com/theseer",
10014
                    "type": "github"
10015
                }
10016
            ],
10017
            "time": "2021-07-28T10:34:58+00:00"
10018
        },
10019
        {
10020
            "name": "webimpress/safe-writer",
10021
            "version": "2.2.0",
10022
            "source": {
10023
                "type": "git",
10024
                "url": "https://github.com/webimpress/safe-writer.git",
10025
                "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
10026
            },
10027
            "dist": {
10028
                "type": "zip",
10029
                "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
10030
                "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
10031
                "shasum": ""
10032
            },
10033
            "require": {
10034
                "php": "^7.3 || ^8.0"
10035
            },
10036
            "require-dev": {
10037
                "phpunit/phpunit": "^9.5.4",
10038
                "vimeo/psalm": "^4.7",
10039
                "webimpress/coding-standard": "^1.2.2"
10040
            },
10041
            "type": "library",
10042
            "extra": {
10043
                "branch-alias": {
10044
                    "dev-master": "2.2.x-dev",
10045
                    "dev-develop": "2.3.x-dev",
10046
                    "dev-release-1.0": "1.0.x-dev"
10047
                }
10048
            },
10049
            "autoload": {
10050
                "psr-4": {
10051
                    "Webimpress\\SafeWriter\\": "src/"
10052
                }
10053
            },
10054
            "notification-url": "https://packagist.org/downloads/",
10055
            "license": [
10056
                "BSD-2-Clause"
10057
            ],
10058
            "description": "Tool to write files safely, to avoid race conditions",
10059
            "keywords": [
10060
                "concurrent write",
10061
                "file writer",
10062
                "race condition",
10063
                "safe writer",
10064
                "webimpress"
10065
            ],
10066
            "support": {
10067
                "issues": "https://github.com/webimpress/safe-writer/issues",
10068
                "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
10069
            },
10070
            "funding": [
10071
                {
10072
                    "url": "https://github.com/michalbundyra",
10073
                    "type": "github"
10074
                }
10075
            ],
10076
            "time": "2021-04-19T16:34:45+00:00"
10077
        },
10078
        {
10079
            "name": "webmozart/assert",
3086 efrain 10080
            "version": "1.11.0",
1 www 10081
            "source": {
10082
                "type": "git",
10083
                "url": "https://github.com/webmozarts/assert.git",
3086 efrain 10084
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
1 www 10085
            },
10086
            "dist": {
10087
                "type": "zip",
3086 efrain 10088
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
10089
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
1 www 10090
                "shasum": ""
10091
            },
10092
            "require": {
3086 efrain 10093
                "ext-ctype": "*",
10094
                "php": "^7.2 || ^8.0"
1 www 10095
            },
10096
            "conflict": {
10097
                "phpstan/phpstan": "<0.12.20",
10098
                "vimeo/psalm": "<4.6.1 || 4.6.2"
10099
            },
10100
            "require-dev": {
10101
                "phpunit/phpunit": "^8.5.13"
10102
            },
10103
            "type": "library",
10104
            "extra": {
10105
                "branch-alias": {
10106
                    "dev-master": "1.10-dev"
10107
                }
10108
            },
10109
            "autoload": {
10110
                "psr-4": {
10111
                    "Webmozart\\Assert\\": "src/"
10112
                }
10113
            },
10114
            "notification-url": "https://packagist.org/downloads/",
10115
            "license": [
10116
                "MIT"
10117
            ],
10118
            "authors": [
10119
                {
10120
                    "name": "Bernhard Schussek",
10121
                    "email": "bschussek@gmail.com"
10122
                }
10123
            ],
10124
            "description": "Assertions to validate method input/output with nice error messages.",
10125
            "keywords": [
10126
                "assert",
10127
                "check",
10128
                "validate"
10129
            ],
10130
            "support": {
10131
                "issues": "https://github.com/webmozarts/assert/issues",
3086 efrain 10132
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
1 www 10133
            },
3086 efrain 10134
            "time": "2022-06-03T18:03:27+00:00"
1 www 10135
        }
10136
    ],
10137
    "packages-dev": [
10138
        {
10139
            "name": "laminas/laminas-developer-tools",
10140
            "version": "1.3.2",
10141
            "source": {
10142
                "type": "git",
10143
                "url": "https://github.com/laminas/laminas-developer-tools.git",
10144
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3"
10145
            },
10146
            "dist": {
10147
                "type": "zip",
10148
                "url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/8c29d053be1815711ef049a7a2fd0b7f437978e3",
10149
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3",
10150
                "shasum": ""
10151
            },
10152
            "require": {
10153
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
10154
                "laminas/laminas-modulemanager": "^2.7",
10155
                "laminas/laminas-mvc": "^2.7 || ^3.0.1",
10156
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
10157
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
10158
                "laminas/laminas-view": "^2.6",
10159
                "laminas/laminas-zendframework-bridge": "^1.0",
10160
                "php": "^5.6 || ^7.0",
10161
                "symfony/var-dumper": "^3.4.36 || ^4.4.1 || ^5.0.1"
10162
            },
10163
            "replace": {
10164
                "zendframework/zend-developer-tools": "^1.3.0"
10165
            },
10166
            "require-dev": {
10167
                "laminas/laminas-coding-standard": "~1.0.0",
10168
                "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1"
10169
            },
10170
            "suggest": {
10171
                "aist/aist-git-tools": "Show you information about current GIT repository",
10172
                "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Laminas) Db collector.",
10173
                "doctrine/doctrine-orm-module": "Profile DoctrineORM queries",
10174
                "jhuet/zdt-logger-module": "Show you log data from Laminas\\Log",
10175
                "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.",
10176
                "san/san-session-toolbar": "SanSessionToolbar can help you see current Laminas\\Session data you're using within your application.",
10177
                "snapshotpl/api-tools-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Laminas\\EventManager"
10178
            },
10179
            "type": "library",
10180
            "extra": {
10181
                "branch-alias": {
10182
                    "dev-master": "1.3.x-dev",
10183
                    "dev-develop": "2.0.x-dev"
10184
                },
10185
                "laminas": {
10186
                    "module": "Laminas\\DeveloperTools"
10187
                }
10188
            },
10189
            "autoload": {
10190
                "psr-4": {
10191
                    "Laminas\\DeveloperTools\\": "src/"
10192
                }
10193
            },
10194
            "notification-url": "https://packagist.org/downloads/",
10195
            "license": [
10196
                "BSD-3-Clause"
10197
            ],
10198
            "description": "Module for developer and debug tools for use with laminas-mvc applications.",
10199
            "homepage": "https://laminas.dev",
10200
            "keywords": [
10201
                "debug",
10202
                "developer",
10203
                "laminas",
10204
                "module"
10205
            ],
10206
            "support": {
10207
                "chat": "https://laminas.dev/chat",
10208
                "docs": "https://docs.laminas.dev/laminas-developer-tools/",
10209
                "forum": "https://discourse.laminas.dev",
10210
                "issues": "https://github.com/laminas/laminas-developer-tools/issues",
10211
                "rss": "https://github.com/laminas/laminas-developer-tools/releases.atom",
10212
                "source": "https://github.com/laminas/laminas-developer-tools"
10213
            },
10214
            "time": "2020-03-29T12:17:06+00:00"
10215
        },
10216
        {
10217
            "name": "symfony/var-dumper",
4113 efrain 10218
            "version": "v5.4.14",
1 www 10219
            "source": {
10220
                "type": "git",
10221
                "url": "https://github.com/symfony/var-dumper.git",
4113 efrain 10222
                "reference": "6894d06145fefebd9a4c7272baa026a1c394a430"
1 www 10223
            },
10224
            "dist": {
10225
                "type": "zip",
4113 efrain 10226
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430",
10227
                "reference": "6894d06145fefebd9a4c7272baa026a1c394a430",
1 www 10228
                "shasum": ""
10229
            },
10230
            "require": {
10231
                "php": ">=7.2.5",
10232
                "symfony/polyfill-mbstring": "~1.0",
10233
                "symfony/polyfill-php80": "^1.16"
10234
            },
10235
            "conflict": {
10236
                "phpunit/phpunit": "<5.4.3",
10237
                "symfony/console": "<4.4"
10238
            },
10239
            "require-dev": {
10240
                "ext-iconv": "*",
16 efrain 10241
                "symfony/console": "^4.4|^5.0|^6.0",
10242
                "symfony/process": "^4.4|^5.0|^6.0",
10243
                "symfony/uid": "^5.1|^6.0",
1 www 10244
                "twig/twig": "^2.13|^3.0.4"
10245
            },
10246
            "suggest": {
10247
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
10248
                "ext-intl": "To show region name in time zone dump",
10249
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
10250
            },
10251
            "bin": [
10252
                "Resources/bin/var-dump-server"
10253
            ],
10254
            "type": "library",
10255
            "autoload": {
10256
                "files": [
10257
                    "Resources/functions/dump.php"
10258
                ],
10259
                "psr-4": {
10260
                    "Symfony\\Component\\VarDumper\\": ""
10261
                },
10262
                "exclude-from-classmap": [
10263
                    "/Tests/"
10264
                ]
10265
            },
10266
            "notification-url": "https://packagist.org/downloads/",
10267
            "license": [
10268
                "MIT"
10269
            ],
10270
            "authors": [
10271
                {
10272
                    "name": "Nicolas Grekas",
10273
                    "email": "p@tchwork.com"
10274
                },
10275
                {
10276
                    "name": "Symfony Community",
10277
                    "homepage": "https://symfony.com/contributors"
10278
                }
10279
            ],
10280
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
10281
            "homepage": "https://symfony.com",
10282
            "keywords": [
10283
                "debug",
10284
                "dump"
10285
            ],
10286
            "support": {
4113 efrain 10287
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.14"
1 www 10288
            },
10289
            "funding": [
10290
                {
10291
                    "url": "https://symfony.com/sponsor",
10292
                    "type": "custom"
10293
                },
10294
                {
10295
                    "url": "https://github.com/fabpot",
10296
                    "type": "github"
10297
                },
10298
                {
10299
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10300
                    "type": "tidelift"
10301
                }
10302
            ],
4113 efrain 10303
            "time": "2022-10-07T08:01:20+00:00"
1 www 10304
        }
10305
    ],
10306
    "aliases": [],
10307
    "minimum-stability": "stable",
10308
    "stability-flags": [],
10309
    "prefer-stable": false,
10310
    "prefer-lowest": false,
10311
    "platform": {
10312
        "php": "^7.1"
10313
    },
10314
    "platform-dev": [],
511 efrain 10315
    "plugin-api-version": "2.3.0"
1 www 10316
}