Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 112 | Rev 3086 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
511 efrain 7
    "content-hash": "291e4a80b0b5b95b019a1c140f2b7401",
1 www 8
    "packages": [
9
        {
10
            "name": "abraham/twitteroauth",
11
            "version": "2.0.2",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/abraham/twitteroauth.git",
15
                "reference": "5a424e80a1200674451844fbaae8a0098a316a01"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/5a424e80a1200674451844fbaae8a0098a316a01",
20
                "reference": "5a424e80a1200674451844fbaae8a0098a316a01",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "composer/ca-bundle": "^1.2",
25
                "ext-curl": "*",
26
                "php": "^7.3 || ^7.4 || ^8.0"
27
            },
28
            "require-dev": {
29
                "php-vcr/php-vcr": "^1",
30
                "php-vcr/phpunit-testlistener-vcr": "dev-php-8",
31
                "phpmd/phpmd": "^2",
32
                "phpunit/phpunit": "^8 || ^9",
33
                "squizlabs/php_codesniffer": "^3"
34
            },
35
            "type": "library",
36
            "autoload": {
37
                "psr-4": {
38
                    "Abraham\\TwitterOAuth\\": "src"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Abraham Williams",
48
                    "email": "abraham@abrah.am",
49
                    "homepage": "https://abrah.am",
50
                    "role": "Developer"
51
                }
52
            ],
53
            "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
54
            "homepage": "https://twitteroauth.com",
55
            "keywords": [
56
                "Twitter API",
57
                "Twitter oAuth",
58
                "api",
59
                "oauth",
60
                "rest",
61
                "social",
62
                "twitter"
63
            ],
64
            "support": {
65
                "issues": "https://github.com/abraham/twitteroauth/issues",
66
                "source": "https://github.com/abraham/twitteroauth"
67
            },
68
            "time": "2021-06-11T02:56:14+00:00"
69
        },
70
        {
511 efrain 71
            "name": "amenadiel/jpgraph",
72
            "version": "v4.1.1",
73
            "source": {
74
                "type": "git",
75
                "url": "https://github.com/HuasoFoundries/jpgraph.git",
76
                "reference": "e196d51a520a4182cc26240b4a0744495706f11a"
77
            },
78
            "dist": {
79
                "type": "zip",
80
                "url": "https://api.github.com/repos/HuasoFoundries/jpgraph/zipball/e196d51a520a4182cc26240b4a0744495706f11a",
81
                "reference": "e196d51a520a4182cc26240b4a0744495706f11a",
82
                "shasum": ""
83
            },
84
            "require": {
85
                "ext-gd": "*",
86
                "php": ">=7.2.0"
87
            },
88
            "require-dev": {
89
                "codeception/codeception": "^4.0",
90
                "codeception/module-asserts": "^1.1",
91
                "ergebnis/composer-normalize": "^2.13",
92
                "ergebnis/php-cs-fixer-config": "^2.13",
93
                "kint-php/kint": "^3.3",
94
                "monolog/monolog": "^2.0",
95
                "overtrue/phplint": "^2.3",
96
                "squizlabs/php_codesniffer": "^3.6",
97
                "symfony/dotenv": "^4.0 || ^5.0",
98
                "symfony/event-dispatcher": "^4.0 || ^5.0",
99
                "symfony/yaml": "^4.0 || ^5.0"
100
            },
101
            "type": "library",
102
            "extra": {
103
                "composer-normalize": {
104
                    "indent-size": 4,
105
                    "indent-style": "space"
106
                },
107
                "version": "4.1.1"
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Amenadiel\\JpGraph\\": "src/",
112
                    "Amenadiel\\JpGraph\\Plot\\": "src/plot",
113
                    "Amenadiel\\JpGraph\\Text\\": "src/text",
114
                    "Amenadiel\\JpGraph\\Util\\": "src/util",
115
                    "Amenadiel\\JpGraph\\Graph\\": "src/graph",
116
                    "Amenadiel\\JpGraph\\Image\\": "src/image",
117
                    "Amenadiel\\JpGraph\\Themes\\": "src/themes",
118
                    "Amenadiel\\JpGraph\\Graph\\Axis\\": "src/graph/axis",
119
                    "Amenadiel\\JpGraph\\Graph\\Tick\\": "src/graph/tick",
120
                    "Amenadiel\\JpGraph\\Graph\\Scale\\": "src/graph/scale"
121
                }
122
            },
123
            "notification-url": "https://packagist.org/downloads/",
124
            "license": [
125
                "QPL-1.0"
126
            ],
127
            "description": "Composer Friendly, full refactor of JpGraph, library to make graphs and charts",
128
            "homepage": "http://jpgraph.net/",
129
            "keywords": [
130
                "chart",
131
                "data",
132
                "graph",
133
                "jpgraph",
134
                "pie"
135
            ],
136
            "support": {
137
                "issues": "https://github.com/huasofoundries/jpgraph/issues",
138
                "source": "https://github.com/HuasoFoundries/jpgraph/tree/v4.1.1"
139
            },
140
            "time": "2021-04-27T19:09:11+00:00"
141
        },
142
        {
1 www 143
            "name": "bigbluebutton/bigbluebutton-api-php",
144
            "version": "2.0.13",
145
            "source": {
146
                "type": "git",
147
                "url": "https://github.com/bigbluebutton/bigbluebutton-api-php.git",
148
                "reference": "bae7b32f71119e6c0bc4015ea12ef4a0feeb694d"
149
            },
150
            "dist": {
151
                "type": "zip",
152
                "url": "https://api.github.com/repos/bigbluebutton/bigbluebutton-api-php/zipball/bae7b32f71119e6c0bc4015ea12ef4a0feeb694d",
153
                "reference": "bae7b32f71119e6c0bc4015ea12ef4a0feeb694d",
154
                "shasum": ""
155
            },
156
            "require": {
157
                "ext-curl": "*",
158
                "ext-mbstring": "*",
159
                "ext-simplexml": "*",
160
                "php": ">=7.1"
161
            },
162
            "require-dev": {
163
                "composer/composer": "^1.10.0",
164
                "ext-mbstring": "*",
165
                "fakerphp/faker": "^1.14",
166
                "friendsofphp/php-cs-fixer": "2.*",
167
                "php-coveralls/php-coveralls": "^2.4.0",
168
                "phpunit/phpunit": "^8",
169
                "squizlabs/php_codesniffer": "3.*"
170
            },
171
            "type": "library",
172
            "autoload": {
173
                "psr-4": {
174
                    "BigBlueButton\\": "src"
175
                }
176
            },
177
            "notification-url": "https://packagist.org/downloads/",
178
            "license": [
179
                "LGPL-3.0-or-later"
180
            ],
181
            "authors": [
182
                {
183
                    "name": "Ghazi Triki",
184
                    "email": "ghazi.nocturne@gmail.com",
185
                    "role": "Developer"
186
                }
187
            ],
188
            "description": "BigBlueButton PHP API Library for PHP",
189
            "homepage": "http://bigbluebutton.org/",
190
            "keywords": [
191
                "api",
192
                "bbb",
193
                "bigbluebutton"
194
            ],
195
            "support": {
196
                "issues": "https://github.com/bigbluebutton/bigbluebutton-api-php/issues",
197
                "source": "https://github.com/bigbluebutton/bigbluebutton-api-php/tree/2.0.13"
198
            },
199
            "time": "2021-06-11T20:48:11+00:00"
200
        },
201
        {
202
            "name": "brainfoolong/cryptojs-aes-php",
203
            "version": "2.1.1",
204
            "source": {
205
                "type": "git",
206
                "url": "https://github.com/brainfoolong/cryptojs-aes-php.git",
207
                "reference": "b73384d8c683d80a682521c827e16dba692ced10"
208
            },
209
            "dist": {
210
                "type": "zip",
211
                "url": "https://api.github.com/repos/brainfoolong/cryptojs-aes-php/zipball/b73384d8c683d80a682521c827e16dba692ced10",
212
                "reference": "b73384d8c683d80a682521c827e16dba692ced10",
213
                "shasum": ""
214
            },
215
            "require": {
216
                "ext-json": "*",
217
                "ext-openssl": "*",
218
                "php": ">=7.0.0"
219
            },
220
            "type": "library",
221
            "autoload": {
222
                "psr-4": {
223
                    "Nullix\\CryptoJsAes\\": "src/"
224
                }
225
            },
226
            "notification-url": "https://packagist.org/downloads/",
227
            "license": [
228
                "MIT"
229
            ],
230
            "authors": [
231
                {
232
                    "name": "Roland Eigelsreiter",
233
                    "homepage": "https://github.com/brainfoolong/cryptojs-aes-php",
234
                    "role": "Developer"
235
                }
236
            ],
237
            "description": "CryptoJS 3.x AES encryption/decryption on client side with Javascript and on server side with PHP",
238
            "homepage": "https://github.com/brainfoolong/cryptojs-aes-php",
239
            "keywords": [
240
                "aes",
241
                "encryption",
242
                "javascript",
243
                "php"
244
            ],
245
            "support": {
246
                "issues": "https://github.com/brainfoolong/cryptojs-aes-php/issues",
247
                "source": "https://github.com/brainfoolong/cryptojs-aes-php/tree/2.1.1"
248
            },
249
            "funding": [
250
                {
251
                    "url": "https://github.com/brainfoolong",
252
                    "type": "github"
253
                }
254
            ],
255
            "time": "2021-01-15T10:16:05+00:00"
256
        },
257
        {
258
            "name": "brick/varexporter",
259
            "version": "0.3.5",
260
            "source": {
261
                "type": "git",
262
                "url": "https://github.com/brick/varexporter.git",
263
                "reference": "05241f28dfcba2b51b11e2d750e296316ebbe518"
264
            },
265
            "dist": {
266
                "type": "zip",
267
                "url": "https://api.github.com/repos/brick/varexporter/zipball/05241f28dfcba2b51b11e2d750e296316ebbe518",
268
                "reference": "05241f28dfcba2b51b11e2d750e296316ebbe518",
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",
278
                "vimeo/psalm": "4.4.1"
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",
296
                "source": "https://github.com/brick/varexporter/tree/0.3.5"
297
            },
298
            "time": "2021-02-10T13:53:07+00:00"
299
        },
300
        {
301
            "name": "composer/ca-bundle",
16 efrain 302
            "version": "1.3.1",
1 www 303
            "source": {
304
                "type": "git",
305
                "url": "https://github.com/composer/ca-bundle.git",
16 efrain 306
                "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
1 www 307
            },
308
            "dist": {
309
                "type": "zip",
16 efrain 310
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
311
                "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
1 www 312
                "shasum": ""
313
            },
314
            "require": {
315
                "ext-openssl": "*",
316
                "ext-pcre": "*",
317
                "php": "^5.3.2 || ^7.0 || ^8.0"
318
            },
319
            "require-dev": {
320
                "phpstan/phpstan": "^0.12.55",
321
                "psr/log": "^1.0",
322
                "symfony/phpunit-bridge": "^4.2 || ^5",
16 efrain 323
                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
1 www 324
            },
325
            "type": "library",
326
            "extra": {
327
                "branch-alias": {
328
                    "dev-main": "1.x-dev"
329
                }
330
            },
331
            "autoload": {
332
                "psr-4": {
333
                    "Composer\\CaBundle\\": "src"
334
                }
335
            },
336
            "notification-url": "https://packagist.org/downloads/",
337
            "license": [
338
                "MIT"
339
            ],
340
            "authors": [
341
                {
342
                    "name": "Jordi Boggiano",
343
                    "email": "j.boggiano@seld.be",
344
                    "homepage": "http://seld.be"
345
                }
346
            ],
347
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
348
            "keywords": [
349
                "cabundle",
350
                "cacert",
351
                "certificate",
352
                "ssl",
353
                "tls"
354
            ],
355
            "support": {
356
                "irc": "irc://irc.freenode.org/composer",
357
                "issues": "https://github.com/composer/ca-bundle/issues",
16 efrain 358
                "source": "https://github.com/composer/ca-bundle/tree/1.3.1"
1 www 359
            },
360
            "funding": [
361
                {
362
                    "url": "https://packagist.com",
363
                    "type": "custom"
364
                },
365
                {
366
                    "url": "https://github.com/composer",
367
                    "type": "github"
368
                },
369
                {
370
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
371
                    "type": "tidelift"
372
                }
373
            ],
16 efrain 374
            "time": "2021-10-28T20:44:15+00:00"
1 www 375
        },
376
        {
377
            "name": "container-interop/container-interop",
378
            "version": "1.2.0",
379
            "source": {
380
                "type": "git",
381
                "url": "https://github.com/container-interop/container-interop.git",
382
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
383
            },
384
            "dist": {
385
                "type": "zip",
386
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
387
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
388
                "shasum": ""
389
            },
390
            "require": {
391
                "psr/container": "^1.0"
392
            },
393
            "type": "library",
394
            "autoload": {
395
                "psr-4": {
396
                    "Interop\\Container\\": "src/Interop/Container/"
397
                }
398
            },
399
            "notification-url": "https://packagist.org/downloads/",
400
            "license": [
401
                "MIT"
402
            ],
403
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
404
            "homepage": "https://github.com/container-interop/container-interop",
405
            "support": {
406
                "issues": "https://github.com/container-interop/container-interop/issues",
407
                "source": "https://github.com/container-interop/container-interop/tree/master"
408
            },
409
            "abandoned": "psr/container",
410
            "time": "2017-02-14T19:40:03+00:00"
411
        },
412
        {
413
            "name": "doctrine/instantiator",
414
            "version": "1.4.0",
415
            "source": {
416
                "type": "git",
417
                "url": "https://github.com/doctrine/instantiator.git",
418
                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
419
            },
420
            "dist": {
421
                "type": "zip",
422
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
423
                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
424
                "shasum": ""
425
            },
426
            "require": {
427
                "php": "^7.1 || ^8.0"
428
            },
429
            "require-dev": {
430
                "doctrine/coding-standard": "^8.0",
431
                "ext-pdo": "*",
432
                "ext-phar": "*",
433
                "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
434
                "phpstan/phpstan": "^0.12",
435
                "phpstan/phpstan-phpunit": "^0.12",
436
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
437
            },
438
            "type": "library",
439
            "autoload": {
440
                "psr-4": {
441
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
442
                }
443
            },
444
            "notification-url": "https://packagist.org/downloads/",
445
            "license": [
446
                "MIT"
447
            ],
448
            "authors": [
449
                {
450
                    "name": "Marco Pivetta",
451
                    "email": "ocramius@gmail.com",
452
                    "homepage": "https://ocramius.github.io/"
453
                }
454
            ],
455
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
456
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
457
            "keywords": [
458
                "constructor",
459
                "instantiate"
460
            ],
461
            "support": {
462
                "issues": "https://github.com/doctrine/instantiator/issues",
463
                "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
464
            },
465
            "funding": [
466
                {
467
                    "url": "https://www.doctrine-project.org/sponsorship.html",
468
                    "type": "custom"
469
                },
470
                {
471
                    "url": "https://www.patreon.com/phpdoctrine",
472
                    "type": "patreon"
473
                },
474
                {
475
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
476
                    "type": "tidelift"
477
                }
478
            ],
479
            "time": "2020-11-10T18:47:58+00:00"
480
        },
481
        {
482
            "name": "ezyang/htmlpurifier",
112 efrain 483
            "version": "v4.14.0",
1 www 484
            "source": {
485
                "type": "git",
486
                "url": "https://github.com/ezyang/htmlpurifier.git",
112 efrain 487
                "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
1 www 488
            },
489
            "dist": {
490
                "type": "zip",
112 efrain 491
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
492
                "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
1 www 493
                "shasum": ""
494
            },
495
            "require": {
496
                "php": ">=5.2"
497
            },
498
            "type": "library",
499
            "autoload": {
500
                "psr-0": {
501
                    "HTMLPurifier": "library/"
502
                },
503
                "files": [
504
                    "library/HTMLPurifier.composer.php"
505
                ],
506
                "exclude-from-classmap": [
507
                    "/library/HTMLPurifier/Language/"
508
                ]
509
            },
510
            "notification-url": "https://packagist.org/downloads/",
511
            "license": [
512
                "LGPL-2.1-or-later"
513
            ],
514
            "authors": [
515
                {
516
                    "name": "Edward Z. Yang",
517
                    "email": "admin@htmlpurifier.org",
518
                    "homepage": "http://ezyang.com"
519
                }
520
            ],
521
            "description": "Standards compliant HTML filter written in PHP",
522
            "homepage": "http://htmlpurifier.org/",
523
            "keywords": [
524
                "html"
525
            ],
526
            "support": {
527
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
112 efrain 528
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
1 www 529
            },
112 efrain 530
            "time": "2021-12-25T01:21:49+00:00"
1 www 531
        },
532
        {
533
            "name": "facebook/graph-sdk",
534
            "version": "5.7.0",
535
            "source": {
536
                "type": "git",
537
                "url": "https://github.com/facebook/php-graph-sdk.git",
538
                "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b"
539
            },
540
            "dist": {
541
                "type": "zip",
542
                "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b",
543
                "reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b",
544
                "shasum": ""
545
            },
546
            "require": {
547
                "php": "^5.4|^7.0"
548
            },
549
            "require-dev": {
550
                "guzzlehttp/guzzle": "~5.0",
551
                "mockery/mockery": "~0.8",
552
                "phpunit/phpunit": "~4.0"
553
            },
554
            "suggest": {
555
                "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
556
                "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
557
            },
558
            "type": "library",
559
            "extra": {
560
                "branch-alias": {
561
                    "dev-master": "5.x-dev"
562
                }
563
            },
564
            "autoload": {
565
                "psr-4": {
566
                    "Facebook\\": "src/Facebook/"
567
                },
568
                "files": [
569
                    "src/Facebook/polyfills.php"
570
                ]
571
            },
572
            "notification-url": "https://packagist.org/downloads/",
573
            "license": [
574
                "Facebook Platform"
575
            ],
576
            "authors": [
577
                {
578
                    "name": "Facebook",
579
                    "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
580
                }
581
            ],
582
            "description": "Facebook SDK for PHP",
583
            "homepage": "https://github.com/facebook/php-graph-sdk",
584
            "keywords": [
585
                "facebook",
586
                "sdk"
587
            ],
588
            "support": {
589
                "issues": "https://github.com/facebook/php-graph-sdk/issues",
590
                "source": "https://github.com/facebook/php-graph-sdk/tree/5.7.0"
591
            },
592
            "time": "2018-12-11T22:56:31+00:00"
593
        },
594
        {
595
            "name": "firebase/php-jwt",
16 efrain 596
            "version": "v5.5.1",
1 www 597
            "source": {
598
                "type": "git",
599
                "url": "https://github.com/firebase/php-jwt.git",
16 efrain 600
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
1 www 601
            },
602
            "dist": {
603
                "type": "zip",
16 efrain 604
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
605
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
1 www 606
                "shasum": ""
607
            },
608
            "require": {
609
                "php": ">=5.3.0"
610
            },
611
            "require-dev": {
612
                "phpunit/phpunit": ">=4.8 <=9"
613
            },
614
            "suggest": {
615
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
616
            },
617
            "type": "library",
618
            "autoload": {
619
                "psr-4": {
620
                    "Firebase\\JWT\\": "src"
621
                }
622
            },
623
            "notification-url": "https://packagist.org/downloads/",
624
            "license": [
625
                "BSD-3-Clause"
626
            ],
627
            "authors": [
628
                {
629
                    "name": "Neuman Vong",
630
                    "email": "neuman+pear@twilio.com",
631
                    "role": "Developer"
632
                },
633
                {
634
                    "name": "Anant Narayanan",
635
                    "email": "anant@php.net",
636
                    "role": "Developer"
637
                }
638
            ],
639
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
640
            "homepage": "https://github.com/firebase/php-jwt",
641
            "keywords": [
642
                "jwt",
643
                "php"
644
            ],
645
            "support": {
646
                "issues": "https://github.com/firebase/php-jwt/issues",
16 efrain 647
                "source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
1 www 648
            },
16 efrain 649
            "time": "2021-11-08T20:18:51+00:00"
1 www 650
        },
651
        {
511 efrain 652
            "name": "fpdf/fpdf",
653
            "version": "1.84.0",
654
            "source": {
655
                "type": "git",
656
                "url": "https://github.com/coreydoughty/Fpdf.git",
657
                "reference": "4d6fe08d3d200ccdb259dba84cfb363ed68230bc"
658
            },
659
            "dist": {
660
                "type": "zip",
661
                "url": "https://api.github.com/repos/coreydoughty/Fpdf/zipball/4d6fe08d3d200ccdb259dba84cfb363ed68230bc",
662
                "reference": "4d6fe08d3d200ccdb259dba84cfb363ed68230bc",
663
                "shasum": ""
664
            },
665
            "require": {
666
                "php": ">=5.6.0"
667
            },
668
            "type": "library",
669
            "autoload": {
670
                "psr-4": {
671
                    "Fpdf\\": "src/Fpdf"
672
                }
673
            },
674
            "notification-url": "https://packagist.org/downloads/",
675
            "license": [
676
                "MIT"
677
            ],
678
            "authors": [
679
                {
680
                    "name": "Corey Doughty",
681
                    "email": "corey@doughty.ca"
682
                }
683
            ],
684
            "description": "FPDF Composer Wrapper",
685
            "homepage": "https://github.com/coreydoughty/Fpdf",
686
            "keywords": [
687
                "fpdf",
688
                "pdf",
689
                "wrapper"
690
            ],
691
            "support": {
692
                "issues": "https://github.com/coreydoughty/Fpdf/issues",
693
                "source": "https://github.com/coreydoughty/Fpdf/tree/1.84.0"
694
            },
695
            "time": "2022-04-07T18:18:05+00:00"
696
        },
697
        {
1 www 698
            "name": "geoip2/geoip2",
16 efrain 699
            "version": "v2.12.2",
1 www 700
            "source": {
701
                "type": "git",
702
                "url": "https://github.com/maxmind/GeoIP2-php.git",
16 efrain 703
                "reference": "83adb44ac4b9553d36b579a14673ed124583082f"
1 www 704
            },
705
            "dist": {
706
                "type": "zip",
16 efrain 707
                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/83adb44ac4b9553d36b579a14673ed124583082f",
708
                "reference": "83adb44ac4b9553d36b579a14673ed124583082f",
1 www 709
                "shasum": ""
710
            },
711
            "require": {
712
                "ext-json": "*",
713
                "maxmind-db/reader": "~1.8",
714
                "maxmind/web-service-common": "~0.8",
715
                "php": ">=7.2"
716
            },
717
            "require-dev": {
16 efrain 718
                "friendsofphp/php-cs-fixer": "3.*",
719
                "phpstan/phpstan": "*",
1 www 720
                "phpunit/phpunit": "^8.0 || ^9.0",
721
                "squizlabs/php_codesniffer": "3.*"
722
            },
723
            "type": "library",
724
            "autoload": {
725
                "psr-4": {
726
                    "GeoIp2\\": "src"
727
                }
728
            },
729
            "notification-url": "https://packagist.org/downloads/",
730
            "license": [
731
                "Apache-2.0"
732
            ],
733
            "authors": [
734
                {
735
                    "name": "Gregory J. Oschwald",
736
                    "email": "goschwald@maxmind.com",
737
                    "homepage": "https://www.maxmind.com/"
738
                }
739
            ],
740
            "description": "MaxMind GeoIP2 PHP API",
741
            "homepage": "https://github.com/maxmind/GeoIP2-php",
742
            "keywords": [
743
                "IP",
744
                "geoip",
745
                "geoip2",
746
                "geolocation",
747
                "maxmind"
748
            ],
749
            "support": {
750
                "issues": "https://github.com/maxmind/GeoIP2-php/issues",
16 efrain 751
                "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.12.2"
1 www 752
            },
16 efrain 753
            "time": "2021-11-30T18:15:25+00:00"
1 www 754
        },
755
        {
756
            "name": "google/apiclient",
16 efrain 757
            "version": "v2.12.1",
1 www 758
            "source": {
759
                "type": "git",
760
                "url": "https://github.com/googleapis/google-api-php-client.git",
16 efrain 761
                "reference": "1530583a711f4414407112c4068464bcbace1c71"
1 www 762
            },
763
            "dist": {
764
                "type": "zip",
16 efrain 765
                "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/1530583a711f4414407112c4068464bcbace1c71",
766
                "reference": "1530583a711f4414407112c4068464bcbace1c71",
1 www 767
                "shasum": ""
768
            },
769
            "require": {
770
                "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
771
                "google/apiclient-services": "~0.200",
772
                "google/auth": "^1.10",
773
                "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
16 efrain 774
                "guzzlehttp/psr7": "^1.7||^2.0.0",
775
                "monolog/monolog": "^1.17||^2.0",
1 www 776
                "php": "^5.6|^7.0|^8.0",
777
                "phpseclib/phpseclib": "~2.0||^3.0.2"
778
            },
779
            "require-dev": {
780
                "cache/filesystem-adapter": "^0.3.2|^1.1",
781
                "composer/composer": "^1.10.22",
782
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
783
                "phpcompatibility/php-compatibility": "^9.2",
16 efrain 784
                "phpspec/prophecy-phpunit": "^1.1||^2.0",
785
                "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
1 www 786
                "squizlabs/php_codesniffer": "~2.3",
787
                "symfony/css-selector": "~2.1",
16 efrain 788
                "symfony/dom-crawler": "~2.1",
789
                "yoast/phpunit-polyfills": "^1.0"
1 www 790
            },
791
            "suggest": {
792
                "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
793
            },
794
            "type": "library",
795
            "extra": {
796
                "branch-alias": {
16 efrain 797
                    "dev-main": "2.x-dev"
1 www 798
                }
799
            },
800
            "autoload": {
801
                "psr-4": {
802
                    "Google\\": "src/"
803
                },
804
                "files": [
805
                    "src/aliases.php"
806
                ],
807
                "classmap": [
808
                    "src/aliases.php"
809
                ]
810
            },
811
            "notification-url": "https://packagist.org/downloads/",
812
            "license": [
813
                "Apache-2.0"
814
            ],
815
            "description": "Client library for Google APIs",
816
            "homepage": "http://developers.google.com/api-client-library/php",
817
            "keywords": [
818
                "google"
819
            ],
820
            "support": {
821
                "issues": "https://github.com/googleapis/google-api-php-client/issues",
16 efrain 822
                "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.1"
1 www 823
            },
16 efrain 824
            "time": "2021-12-02T03:34:25+00:00"
1 www 825
        },
826
        {
827
            "name": "google/apiclient-services",
112 efrain 828
            "version": "v0.228.0",
1 www 829
            "source": {
830
                "type": "git",
831
                "url": "https://github.com/googleapis/google-api-php-client-services.git",
112 efrain 832
                "reference": "ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889"
1 www 833
            },
834
            "dist": {
835
                "type": "zip",
112 efrain 836
                "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889",
837
                "reference": "ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889",
1 www 838
                "shasum": ""
839
            },
840
            "require": {
841
                "php": ">=5.6"
842
            },
843
            "require-dev": {
844
                "phpunit/phpunit": "^5.7||^8.5.13"
845
            },
846
            "type": "library",
847
            "autoload": {
848
                "psr-4": {
849
                    "Google\\Service\\": "src"
850
                },
851
                "files": [
852
                    "autoload.php"
853
                ]
854
            },
855
            "notification-url": "https://packagist.org/downloads/",
856
            "license": [
857
                "Apache-2.0"
858
            ],
859
            "description": "Client library for Google APIs",
860
            "homepage": "http://developers.google.com/api-client-library/php",
861
            "keywords": [
862
                "google"
863
            ],
864
            "support": {
865
                "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
112 efrain 866
                "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.228.0"
1 www 867
            },
112 efrain 868
            "time": "2021-12-21T12:26:12+00:00"
1 www 869
        },
870
        {
871
            "name": "google/auth",
16 efrain 872
            "version": "v1.18.0",
1 www 873
            "source": {
874
                "type": "git",
875
                "url": "https://github.com/googleapis/google-auth-library-php.git",
16 efrain 876
                "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347"
1 www 877
            },
878
            "dist": {
879
                "type": "zip",
16 efrain 880
                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/21dd478e77b0634ed9e3a68613f74ed250ca9347",
881
                "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347",
1 www 882
                "shasum": ""
883
            },
884
            "require": {
885
                "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
886
                "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
16 efrain 887
                "guzzlehttp/psr7": "^1.7|^2.0",
1 www 888
                "php": ">=5.4",
889
                "psr/cache": "^1.0|^2.0",
890
                "psr/http-message": "^1.0"
891
            },
892
            "require-dev": {
893
                "guzzlehttp/promises": "0.1.1|^1.3",
894
                "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
895
                "phpseclib/phpseclib": "^2.0.31",
896
                "phpunit/phpunit": "^4.8.36|^5.7",
16 efrain 897
                "sebastian/comparator": ">=1.2.3"
1 www 898
            },
899
            "suggest": {
900
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
901
            },
902
            "type": "library",
903
            "autoload": {
904
                "psr-4": {
905
                    "Google\\Auth\\": "src"
906
                }
907
            },
908
            "notification-url": "https://packagist.org/downloads/",
909
            "license": [
910
                "Apache-2.0"
911
            ],
912
            "description": "Google Auth Library for PHP",
913
            "homepage": "http://github.com/google/google-auth-library-php",
914
            "keywords": [
915
                "Authentication",
916
                "google",
917
                "oauth2"
918
            ],
919
            "support": {
920
                "docs": "https://googleapis.github.io/google-auth-library-php/master/",
921
                "issues": "https://github.com/googleapis/google-auth-library-php/issues",
16 efrain 922
                "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.18.0"
1 www 923
            },
16 efrain 924
            "time": "2021-08-24T18:03:18+00:00"
1 www 925
        },
926
        {
927
            "name": "guzzlehttp/guzzle",
16 efrain 928
            "version": "7.4.1",
1 www 929
            "source": {
930
                "type": "git",
931
                "url": "https://github.com/guzzle/guzzle.git",
16 efrain 932
                "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
1 www 933
            },
934
            "dist": {
935
                "type": "zip",
16 efrain 936
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
937
                "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
1 www 938
                "shasum": ""
939
            },
940
            "require": {
941
                "ext-json": "*",
16 efrain 942
                "guzzlehttp/promises": "^1.5",
943
                "guzzlehttp/psr7": "^1.8.3 || ^2.1",
1 www 944
                "php": "^7.2.5 || ^8.0",
16 efrain 945
                "psr/http-client": "^1.0",
946
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
1 www 947
            },
948
            "provide": {
949
                "psr/http-client-implementation": "1.0"
950
            },
951
            "require-dev": {
952
                "bamarni/composer-bin-plugin": "^1.4.1",
953
                "ext-curl": "*",
954
                "php-http/client-integration-tests": "^3.0",
955
                "phpunit/phpunit": "^8.5.5 || ^9.3.5",
16 efrain 956
                "psr/log": "^1.1 || ^2.0 || ^3.0"
1 www 957
            },
958
            "suggest": {
959
                "ext-curl": "Required for CURL handler support",
960
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
961
                "psr/log": "Required for using the Log middleware"
962
            },
963
            "type": "library",
964
            "extra": {
965
                "branch-alias": {
16 efrain 966
                    "dev-master": "7.4-dev"
1 www 967
                }
968
            },
969
            "autoload": {
970
                "psr-4": {
971
                    "GuzzleHttp\\": "src/"
972
                },
973
                "files": [
974
                    "src/functions_include.php"
975
                ]
976
            },
977
            "notification-url": "https://packagist.org/downloads/",
978
            "license": [
979
                "MIT"
980
            ],
981
            "authors": [
982
                {
16 efrain 983
                    "name": "Graham Campbell",
984
                    "email": "hello@gjcampbell.co.uk",
985
                    "homepage": "https://github.com/GrahamCampbell"
986
                },
987
                {
1 www 988
                    "name": "Michael Dowling",
989
                    "email": "mtdowling@gmail.com",
990
                    "homepage": "https://github.com/mtdowling"
991
                },
992
                {
16 efrain 993
                    "name": "Jeremy Lindblom",
994
                    "email": "jeremeamia@gmail.com",
995
                    "homepage": "https://github.com/jeremeamia"
996
                },
997
                {
998
                    "name": "George Mponos",
999
                    "email": "gmponos@gmail.com",
1000
                    "homepage": "https://github.com/gmponos"
1001
                },
1002
                {
1003
                    "name": "Tobias Nyholm",
1004
                    "email": "tobias.nyholm@gmail.com",
1005
                    "homepage": "https://github.com/Nyholm"
1006
                },
1007
                {
1 www 1008
                    "name": "Márk Sági-Kazár",
1009
                    "email": "mark.sagikazar@gmail.com",
16 efrain 1010
                    "homepage": "https://github.com/sagikazarmark"
1011
                },
1012
                {
1013
                    "name": "Tobias Schultze",
1014
                    "email": "webmaster@tubo-world.de",
1015
                    "homepage": "https://github.com/Tobion"
1 www 1016
                }
1017
            ],
1018
            "description": "Guzzle is a PHP HTTP client library",
1019
            "keywords": [
1020
                "client",
1021
                "curl",
1022
                "framework",
1023
                "http",
1024
                "http client",
1025
                "psr-18",
1026
                "psr-7",
1027
                "rest",
1028
                "web service"
1029
            ],
1030
            "support": {
1031
                "issues": "https://github.com/guzzle/guzzle/issues",
16 efrain 1032
                "source": "https://github.com/guzzle/guzzle/tree/7.4.1"
1 www 1033
            },
1034
            "funding": [
1035
                {
1036
                    "url": "https://github.com/GrahamCampbell",
1037
                    "type": "github"
1038
                },
1039
                {
1040
                    "url": "https://github.com/Nyholm",
1041
                    "type": "github"
1042
                },
1043
                {
16 efrain 1044
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1045
                    "type": "tidelift"
1 www 1046
                }
1047
            ],
16 efrain 1048
            "time": "2021-12-06T18:43:05+00:00"
1 www 1049
        },
1050
        {
1051
            "name": "guzzlehttp/promises",
16 efrain 1052
            "version": "1.5.1",
1 www 1053
            "source": {
1054
                "type": "git",
1055
                "url": "https://github.com/guzzle/promises.git",
16 efrain 1056
                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
1 www 1057
            },
1058
            "dist": {
1059
                "type": "zip",
16 efrain 1060
                "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
1061
                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
1 www 1062
                "shasum": ""
1063
            },
1064
            "require": {
1065
                "php": ">=5.5"
1066
            },
1067
            "require-dev": {
1068
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
1069
            },
1070
            "type": "library",
1071
            "extra": {
1072
                "branch-alias": {
16 efrain 1073
                    "dev-master": "1.5-dev"
1 www 1074
                }
1075
            },
1076
            "autoload": {
1077
                "psr-4": {
1078
                    "GuzzleHttp\\Promise\\": "src/"
1079
                },
1080
                "files": [
1081
                    "src/functions_include.php"
1082
                ]
1083
            },
1084
            "notification-url": "https://packagist.org/downloads/",
1085
            "license": [
1086
                "MIT"
1087
            ],
1088
            "authors": [
1089
                {
16 efrain 1090
                    "name": "Graham Campbell",
1091
                    "email": "hello@gjcampbell.co.uk",
1092
                    "homepage": "https://github.com/GrahamCampbell"
1093
                },
1094
                {
1 www 1095
                    "name": "Michael Dowling",
1096
                    "email": "mtdowling@gmail.com",
1097
                    "homepage": "https://github.com/mtdowling"
16 efrain 1098
                },
1099
                {
1100
                    "name": "Tobias Nyholm",
1101
                    "email": "tobias.nyholm@gmail.com",
1102
                    "homepage": "https://github.com/Nyholm"
1103
                },
1104
                {
1105
                    "name": "Tobias Schultze",
1106
                    "email": "webmaster@tubo-world.de",
1107
                    "homepage": "https://github.com/Tobion"
1 www 1108
                }
1109
            ],
1110
            "description": "Guzzle promises library",
1111
            "keywords": [
1112
                "promise"
1113
            ],
1114
            "support": {
1115
                "issues": "https://github.com/guzzle/promises/issues",
16 efrain 1116
                "source": "https://github.com/guzzle/promises/tree/1.5.1"
1 www 1117
            },
16 efrain 1118
            "funding": [
1119
                {
1120
                    "url": "https://github.com/GrahamCampbell",
1121
                    "type": "github"
1122
                },
1123
                {
1124
                    "url": "https://github.com/Nyholm",
1125
                    "type": "github"
1126
                },
1127
                {
1128
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1129
                    "type": "tidelift"
1130
                }
1131
            ],
1132
            "time": "2021-10-22T20:56:57+00:00"
1 www 1133
        },
1134
        {
1135
            "name": "guzzlehttp/psr7",
16 efrain 1136
            "version": "2.1.0",
1 www 1137
            "source": {
1138
                "type": "git",
1139
                "url": "https://github.com/guzzle/psr7.git",
16 efrain 1140
                "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
1 www 1141
            },
1142
            "dist": {
1143
                "type": "zip",
16 efrain 1144
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
1145
                "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
1 www 1146
                "shasum": ""
1147
            },
1148
            "require": {
16 efrain 1149
                "php": "^7.2.5 || ^8.0",
1150
                "psr/http-factory": "^1.0",
1151
                "psr/http-message": "^1.0",
1152
                "ralouphie/getallheaders": "^3.0"
1 www 1153
            },
1154
            "provide": {
16 efrain 1155
                "psr/http-factory-implementation": "1.0",
1 www 1156
                "psr/http-message-implementation": "1.0"
1157
            },
1158
            "require-dev": {
16 efrain 1159
                "bamarni/composer-bin-plugin": "^1.4.1",
1160
                "http-interop/http-factory-tests": "^0.9",
1161
                "phpunit/phpunit": "^8.5.8 || ^9.3.10"
1 www 1162
            },
1163
            "suggest": {
1164
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1165
            },
1166
            "type": "library",
1167
            "extra": {
1168
                "branch-alias": {
16 efrain 1169
                    "dev-master": "2.1-dev"
1 www 1170
                }
1171
            },
1172
            "autoload": {
1173
                "psr-4": {
1174
                    "GuzzleHttp\\Psr7\\": "src/"
16 efrain 1175
                }
1 www 1176
            },
1177
            "notification-url": "https://packagist.org/downloads/",
1178
            "license": [
1179
                "MIT"
1180
            ],
1181
            "authors": [
1182
                {
16 efrain 1183
                    "name": "Graham Campbell",
1184
                    "email": "hello@gjcampbell.co.uk",
1185
                    "homepage": "https://github.com/GrahamCampbell"
1186
                },
1187
                {
1 www 1188
                    "name": "Michael Dowling",
1189
                    "email": "mtdowling@gmail.com",
1190
                    "homepage": "https://github.com/mtdowling"
1191
                },
1192
                {
16 efrain 1193
                    "name": "George Mponos",
1194
                    "email": "gmponos@gmail.com",
1195
                    "homepage": "https://github.com/gmponos"
1196
                },
1197
                {
1198
                    "name": "Tobias Nyholm",
1199
                    "email": "tobias.nyholm@gmail.com",
1200
                    "homepage": "https://github.com/Nyholm"
1201
                },
1202
                {
1203
                    "name": "Márk Sági-Kazár",
1204
                    "email": "mark.sagikazar@gmail.com",
1205
                    "homepage": "https://github.com/sagikazarmark"
1206
                },
1207
                {
1 www 1208
                    "name": "Tobias Schultze",
16 efrain 1209
                    "email": "webmaster@tubo-world.de",
1 www 1210
                    "homepage": "https://github.com/Tobion"
16 efrain 1211
                },
1212
                {
1213
                    "name": "Márk Sági-Kazár",
1214
                    "email": "mark.sagikazar@gmail.com",
1215
                    "homepage": "https://sagikazarmark.hu"
1 www 1216
                }
1217
            ],
1218
            "description": "PSR-7 message implementation that also provides common utility methods",
1219
            "keywords": [
1220
                "http",
1221
                "message",
1222
                "psr-7",
1223
                "request",
1224
                "response",
1225
                "stream",
1226
                "uri",
1227
                "url"
1228
            ],
1229
            "support": {
1230
                "issues": "https://github.com/guzzle/psr7/issues",
16 efrain 1231
                "source": "https://github.com/guzzle/psr7/tree/2.1.0"
1 www 1232
            },
16 efrain 1233
            "funding": [
1234
                {
1235
                    "url": "https://github.com/GrahamCampbell",
1236
                    "type": "github"
1237
                },
1238
                {
1239
                    "url": "https://github.com/Nyholm",
1240
                    "type": "github"
1241
                },
1242
                {
1243
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1244
                    "type": "tidelift"
1245
                }
1246
            ],
1247
            "time": "2021-10-06T17:43:30+00:00"
1 www 1248
        },
1249
        {
1250
            "name": "laminas/laminas-authentication",
16 efrain 1251
            "version": "2.9.0",
1 www 1252
            "source": {
1253
                "type": "git",
1254
                "url": "https://github.com/laminas/laminas-authentication.git",
16 efrain 1255
                "reference": "cf611a6fe50b4e4905be22a4cd59ba303bc039fc"
1 www 1256
            },
1257
            "dist": {
1258
                "type": "zip",
16 efrain 1259
                "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/cf611a6fe50b4e4905be22a4cd59ba303bc039fc",
1260
                "reference": "cf611a6fe50b4e4905be22a4cd59ba303bc039fc",
1 www 1261
                "shasum": ""
1262
            },
1263
            "require": {
1264
                "laminas/laminas-stdlib": "^3.2.1",
16 efrain 1265
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 1266
            },
16 efrain 1267
            "conflict": {
1268
                "zendframework/zend-authentication": "*"
1 www 1269
            },
1270
            "require-dev": {
1271
                "laminas/laminas-coding-standard": "~1.0.0",
1272
                "laminas/laminas-crypt": "^2.6 || ^3.2.1",
16 efrain 1273
                "laminas/laminas-db": "^2.13",
1274
                "laminas/laminas-http": "^2.15.0",
1275
                "laminas/laminas-ldap": "^2.12",
1276
                "laminas/laminas-session": "^2.12",
1 www 1277
                "laminas/laminas-uri": "^2.5.2",
1278
                "laminas/laminas-validator": "^2.10.1",
1279
                "phpunit/phpunit": "^9.3",
1280
                "psalm/plugin-phpunit": "^0.15.1",
16 efrain 1281
                "squizlabs/php_codesniffer": "^2.9.2 || ^3.6",
1 www 1282
                "vimeo/psalm": "^4.6"
1283
            },
1284
            "suggest": {
1285
                "laminas/laminas-crypt": "Laminas\\Crypt component",
1286
                "laminas/laminas-db": "Laminas\\Db component",
1287
                "laminas/laminas-http": "Laminas\\Http component",
1288
                "laminas/laminas-ldap": "Laminas\\Ldap component",
1289
                "laminas/laminas-session": "Laminas\\Session component",
1290
                "laminas/laminas-uri": "Laminas\\Uri component",
1291
                "laminas/laminas-validator": "Laminas\\Validator component"
1292
            },
1293
            "type": "library",
1294
            "autoload": {
1295
                "psr-4": {
1296
                    "Laminas\\Authentication\\": "src/"
1297
                }
1298
            },
1299
            "notification-url": "https://packagist.org/downloads/",
1300
            "license": [
1301
                "BSD-3-Clause"
1302
            ],
1303
            "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
1304
            "homepage": "https://laminas.dev",
1305
            "keywords": [
1306
                "Authentication",
1307
                "laminas"
1308
            ],
1309
            "support": {
1310
                "chat": "https://laminas.dev/chat",
1311
                "docs": "https://docs.laminas.dev/laminas-authentication/",
1312
                "forum": "https://discourse.laminas.dev",
1313
                "issues": "https://github.com/laminas/laminas-authentication/issues",
1314
                "rss": "https://github.com/laminas/laminas-authentication/releases.atom",
1315
                "source": "https://github.com/laminas/laminas-authentication"
1316
            },
1317
            "funding": [
1318
                {
1319
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1320
                    "type": "community_bridge"
1321
                }
1322
            ],
16 efrain 1323
            "time": "2021-12-04T16:13:05+00:00"
1 www 1324
        },
1325
        {
1326
            "name": "laminas/laminas-cache",
16 efrain 1327
            "version": "2.13.2",
1 www 1328
            "source": {
1329
                "type": "git",
1330
                "url": "https://github.com/laminas/laminas-cache.git",
16 efrain 1331
                "reference": "fc3255833c1c687ed2c5312e9663ef062be155c9"
1 www 1332
            },
1333
            "dist": {
1334
                "type": "zip",
16 efrain 1335
                "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/fc3255833c1c687ed2c5312e9663ef062be155c9",
1336
                "reference": "fc3255833c1c687ed2c5312e9663ef062be155c9",
1 www 1337
                "shasum": ""
1338
            },
1339
            "require": {
1340
                "laminas/laminas-cache-storage-adapter-apc": "^1.0",
1341
                "laminas/laminas-cache-storage-adapter-apcu": "^1.0",
1342
                "laminas/laminas-cache-storage-adapter-blackhole": "^1.0",
1343
                "laminas/laminas-cache-storage-adapter-dba": "^1.0",
1344
                "laminas/laminas-cache-storage-adapter-ext-mongodb": "^1.0",
1345
                "laminas/laminas-cache-storage-adapter-filesystem": "^1.0",
1346
                "laminas/laminas-cache-storage-adapter-memcache": "^1.0",
1347
                "laminas/laminas-cache-storage-adapter-memcached": "^1.0",
1348
                "laminas/laminas-cache-storage-adapter-memory": "^1.0",
1349
                "laminas/laminas-cache-storage-adapter-mongodb": "^1.0",
1350
                "laminas/laminas-cache-storage-adapter-redis": "^1.0",
1351
                "laminas/laminas-cache-storage-adapter-session": "^1.0",
1352
                "laminas/laminas-cache-storage-adapter-wincache": "^1.0",
1353
                "laminas/laminas-cache-storage-adapter-xcache": "^1.0",
1354
                "laminas/laminas-cache-storage-adapter-zend-server": "^1.0",
1355
                "laminas/laminas-eventmanager": "^3.3",
1356
                "laminas/laminas-servicemanager": "^3.6",
1357
                "laminas/laminas-stdlib": "^3.3",
1358
                "laminas/laminas-zendframework-bridge": "^1.0",
1359
                "php": "^7.3 || ~8.0.0",
1360
                "psr/cache": "^1.0",
1361
                "psr/simple-cache": "^1.0"
1362
            },
1363
            "conflict": {
1364
                "symfony/console": "<5.1"
1365
            },
1366
            "provide": {
1367
                "psr/cache-implementation": "1.0",
1368
                "psr/simple-cache-implementation": "1.0"
1369
            },
1370
            "replace": {
1371
                "zendframework/zend-cache": "^2.9.0"
1372
            },
1373
            "require-dev": {
1374
                "laminas/laminas-cli": "^1.0",
1375
                "laminas/laminas-coding-standard": "~1.0.0",
1376
                "laminas/laminas-config-aggregator": "^1.5",
1377
                "laminas/laminas-feed": "^2.14",
1378
                "laminas/laminas-serializer": "^2.6",
1379
                "phpbench/phpbench": "^1.0.0-beta2",
1380
                "phpspec/prophecy-phpunit": "^2.0",
1381
                "phpunit/phpunit": "^9.5"
1382
            },
1383
            "suggest": {
1384
                "laminas/laminas-cli": "The laminas-cli binary can be used to consume commands provided by this component",
1385
                "laminas/laminas-serializer": "Laminas\\Serializer component"
1386
            },
1387
            "type": "library",
1388
            "extra": {
1389
                "laminas": {
1390
                    "component": "Laminas\\Cache",
1391
                    "config-provider": "Laminas\\Cache\\ConfigProvider"
1392
                }
1393
            },
1394
            "autoload": {
1395
                "files": [
1396
                    "autoload/patternPluginManagerPolyfill.php"
1397
                ],
1398
                "psr-4": {
1399
                    "Laminas\\Cache\\": "src/"
1400
                }
1401
            },
1402
            "notification-url": "https://packagist.org/downloads/",
1403
            "license": [
1404
                "BSD-3-Clause"
1405
            ],
1406
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
1407
            "homepage": "https://laminas.dev",
1408
            "keywords": [
1409
                "cache",
1410
                "laminas",
1411
                "psr-16",
1412
                "psr-6"
1413
            ],
1414
            "support": {
1415
                "chat": "https://laminas.dev/chat",
1416
                "docs": "https://docs.laminas.dev/laminas-cache/",
1417
                "forum": "https://discourse.laminas.dev",
1418
                "issues": "https://github.com/laminas/laminas-cache/issues",
1419
                "rss": "https://github.com/laminas/laminas-cache/releases.atom",
1420
                "source": "https://github.com/laminas/laminas-cache"
1421
            },
1422
            "funding": [
1423
                {
1424
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1425
                    "type": "community_bridge"
1426
                }
1427
            ],
16 efrain 1428
            "time": "2021-11-07T13:11:51+00:00"
1 www 1429
        },
1430
        {
1431
            "name": "laminas/laminas-cache-storage-adapter-apc",
1432
            "version": "1.0.1",
1433
            "source": {
1434
                "type": "git",
1435
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-apc.git",
1436
                "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1"
1437
            },
1438
            "dist": {
1439
                "type": "zip",
1440
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apc/zipball/8b375d994f6e67534f6ae6e995249e706faa30c1",
1441
                "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1",
1442
                "shasum": ""
1443
            },
1444
            "require": {
1445
                "php": "^5.6 || ^7.0"
1446
            },
1447
            "conflict": {
1448
                "laminas/laminas-cache": "<2.10"
1449
            },
1450
            "provide": {
1451
                "laminas/laminas-cache-storage-implementation": "1.0"
1452
            },
1453
            "require-dev": {
1454
                "laminas/laminas-cache": "^2.10",
1455
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1456
                "laminas/laminas-coding-standard": "~1.0.0",
1457
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
1458
            },
1459
            "suggest": {
1460
                "ext-apc": "APC or compatible extension, to use the APC storage adapter"
1461
            },
1462
            "type": "library",
1463
            "autoload": {
1464
                "psr-4": {
1465
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1466
                }
1467
            },
1468
            "notification-url": "https://packagist.org/downloads/",
1469
            "license": [
1470
                "BSD-3-Clause"
1471
            ],
1472
            "description": "Laminas cache adapter",
1473
            "keywords": [
1474
                "cache",
1475
                "laminas"
1476
            ],
1477
            "support": {
1478
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apc/",
1479
                "forum": "https://discourse.laminas.dev/",
1480
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apc/issues",
1481
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apc/releases.atom",
1482
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-apc"
1483
            },
1484
            "funding": [
1485
                {
1486
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1487
                    "type": "community_bridge"
1488
                }
1489
            ],
1490
            "abandoned": true,
1491
            "time": "2020-10-12T16:04:12+00:00"
1492
        },
1493
        {
1494
            "name": "laminas/laminas-cache-storage-adapter-apcu",
1495
            "version": "1.1.0",
1496
            "source": {
1497
                "type": "git",
1498
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-apcu.git",
1499
                "reference": "e182aab739d6b03992a9915cc3c7019391a94548"
1500
            },
1501
            "dist": {
1502
                "type": "zip",
1503
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apcu/zipball/e182aab739d6b03992a9915cc3c7019391a94548",
1504
                "reference": "e182aab739d6b03992a9915cc3c7019391a94548",
1505
                "shasum": ""
1506
            },
1507
            "require": {
1508
                "php": "^7.3 || ~8.0.0"
1509
            },
1510
            "conflict": {
1511
                "laminas/laminas-cache": "<2.10"
1512
            },
1513
            "provide": {
1514
                "laminas/laminas-cache-storage-implementation": "1.0"
1515
            },
1516
            "require-dev": {
1517
                "ext-apcu": "*",
1518
                "laminas/laminas-cache": "^2.10.1",
1519
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1520
                "laminas/laminas-coding-standard": "~1.0.0",
1521
                "squizlabs/php_codesniffer": "^2.7"
1522
            },
1523
            "suggest": {
1524
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter"
1525
            },
1526
            "type": "library",
1527
            "autoload": {
1528
                "psr-4": {
1529
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1530
                }
1531
            },
1532
            "notification-url": "https://packagist.org/downloads/",
1533
            "license": [
1534
                "BSD-3-Clause"
1535
            ],
1536
            "description": "Laminas cache adapter for apcu",
1537
            "keywords": [
1538
                "cache",
1539
                "laminas"
1540
            ],
1541
            "support": {
1542
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apcu/",
1543
                "forum": "https://discourse.laminas.dev/",
1544
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/issues",
1545
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/releases.atom",
1546
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-apcu"
1547
            },
1548
            "funding": [
1549
                {
1550
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1551
                    "type": "community_bridge"
1552
                }
1553
            ],
1554
            "time": "2021-05-03T20:41:53+00:00"
1555
        },
1556
        {
1557
            "name": "laminas/laminas-cache-storage-adapter-blackhole",
1558
            "version": "1.2.1",
1559
            "source": {
1560
                "type": "git",
1561
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole.git",
1562
                "reference": "4af1053efd81785a292c2a9442871c075700345a"
1563
            },
1564
            "dist": {
1565
                "type": "zip",
1566
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-blackhole/zipball/4af1053efd81785a292c2a9442871c075700345a",
1567
                "reference": "4af1053efd81785a292c2a9442871c075700345a",
1568
                "shasum": ""
1569
            },
1570
            "require": {
1571
                "php": "^7.3 || ~8.0.0"
1572
            },
1573
            "conflict": {
1574
                "laminas/laminas-cache": "<2.10"
1575
            },
1576
            "provide": {
1577
                "laminas/laminas-cache-storage-implementation": "1.0"
1578
            },
1579
            "require-dev": {
1580
                "laminas/laminas-cache": "^2.10.1",
1581
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1582
                "laminas/laminas-coding-standard": "^2.1.4",
1583
                "squizlabs/php_codesniffer": "^3.5.8"
1584
            },
1585
            "type": "library",
1586
            "autoload": {
1587
                "psr-4": {
1588
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1589
                }
1590
            },
1591
            "notification-url": "https://packagist.org/downloads/",
1592
            "license": [
1593
                "BSD-3-Clause"
1594
            ],
1595
            "description": "Laminas cache adapter for blackhole",
1596
            "keywords": [
1597
                "cache",
1598
                "laminas"
1599
            ],
1600
            "support": {
1601
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-blackhole/",
1602
                "forum": "https://discourse.laminas.dev/",
1603
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/issues",
1604
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/releases.atom",
1605
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole"
1606
            },
1607
            "funding": [
1608
                {
1609
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1610
                    "type": "community_bridge"
1611
                }
1612
            ],
1613
            "time": "2021-04-29T21:06:24+00:00"
1614
        },
1615
        {
1616
            "name": "laminas/laminas-cache-storage-adapter-dba",
1617
            "version": "1.0.1",
1618
            "source": {
1619
                "type": "git",
1620
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-dba.git",
1621
                "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b"
1622
            },
1623
            "dist": {
1624
                "type": "zip",
1625
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-dba/zipball/ad968d3d8a0350af8e6717be58bb96e5a9e77f3b",
1626
                "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b",
1627
                "shasum": ""
1628
            },
1629
            "require": {
1630
                "php": "^5.6 || ^7.0"
1631
            },
1632
            "conflict": {
1633
                "laminas/laminas-cache": "<2.10"
1634
            },
1635
            "provide": {
1636
                "laminas/laminas-cache-storage-implementation": "1.0"
1637
            },
1638
            "require-dev": {
1639
                "laminas/laminas-cache": "^2.10",
1640
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1641
                "laminas/laminas-coding-standard": "~1.0.0",
1642
                "squizlabs/php_codesniffer": "^2.7"
1643
            },
1644
            "suggest": {
1645
                "ext-dba": "DBA, to use the DBA storage adapter"
1646
            },
1647
            "type": "library",
1648
            "autoload": {
1649
                "psr-4": {
1650
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1651
                }
1652
            },
1653
            "notification-url": "https://packagist.org/downloads/",
1654
            "license": [
1655
                "BSD-3-Clause"
1656
            ],
1657
            "description": "Laminas cache adapter for dba",
1658
            "keywords": [
1659
                "cache",
1660
                "laminas"
1661
            ],
1662
            "support": {
1663
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-dba/",
1664
                "forum": "https://discourse.laminas.dev/",
1665
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-dba/issues",
1666
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-dba/releases.atom",
1667
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-dba"
1668
            },
1669
            "funding": [
1670
                {
1671
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1672
                    "type": "community_bridge"
1673
                }
1674
            ],
1675
            "abandoned": true,
1676
            "time": "2020-10-12T16:08:58+00:00"
1677
        },
1678
        {
1679
            "name": "laminas/laminas-cache-storage-adapter-ext-mongodb",
16 efrain 1680
            "version": "1.2.0",
1 www 1681
            "source": {
1682
                "type": "git",
1683
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb.git",
16 efrain 1684
                "reference": "72f68589cc8323fa688167a4720b795dd0907f4e"
1 www 1685
            },
1686
            "dist": {
1687
                "type": "zip",
16 efrain 1688
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-ext-mongodb/zipball/72f68589cc8323fa688167a4720b795dd0907f4e",
1689
                "reference": "72f68589cc8323fa688167a4720b795dd0907f4e",
1 www 1690
                "shasum": ""
1691
            },
1692
            "require": {
1693
                "php": "^7.3 || ~8.0.0"
1694
            },
1695
            "conflict": {
1696
                "laminas/laminas-cache": "<2.10",
1697
                "mongodb/mongodb": "<1.8"
1698
            },
1699
            "provide": {
1700
                "laminas/laminas-cache-storage-implementation": "1.0"
1701
            },
1702
            "require-dev": {
1703
                "laminas/laminas-cache": "^2.10.3",
1704
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
16 efrain 1705
                "laminas/laminas-coding-standard": "~2.2.0",
1 www 1706
                "laminas/laminas-serializer": "^2.10.1",
1707
                "mongodb/mongodb": "^1.8.0",
16 efrain 1708
                "psalm/plugin-phpunit": "^0.16.1",
1709
                "vimeo/psalm": "^4.9"
1 www 1710
            },
1711
            "suggest": {
1712
                "mongodb/mongodb": "MongoDB, to use the ExtMongoDb storage adapter"
1713
            },
1714
            "type": "library",
1715
            "autoload": {
1716
                "psr-4": {
1717
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1718
                }
1719
            },
1720
            "notification-url": "https://packagist.org/downloads/",
1721
            "license": [
1722
                "BSD-3-Clause"
1723
            ],
1724
            "description": "Laminas cache adapter for ext-mongodb",
1725
            "keywords": [
1726
                "cache",
1727
                "laminas"
1728
            ],
1729
            "support": {
1730
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-ext-mongodb/",
1731
                "forum": "https://discourse.laminas.dev/",
1732
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/issues",
1733
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/releases.atom",
1734
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb"
1735
            },
1736
            "funding": [
1737
                {
1738
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1739
                    "type": "community_bridge"
1740
                }
1741
            ],
16 efrain 1742
            "time": "2021-08-10T18:17:48+00:00"
1 www 1743
        },
1744
        {
1745
            "name": "laminas/laminas-cache-storage-adapter-filesystem",
1746
            "version": "1.1.1",
1747
            "source": {
1748
                "type": "git",
1749
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem.git",
1750
                "reference": "76fc488c3fa0ad442e4e70f807305c940d1bdcbc"
1751
            },
1752
            "dist": {
1753
                "type": "zip",
1754
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-filesystem/zipball/76fc488c3fa0ad442e4e70f807305c940d1bdcbc",
1755
                "reference": "76fc488c3fa0ad442e4e70f807305c940d1bdcbc",
1756
                "shasum": ""
1757
            },
1758
            "require": {
1759
                "php": "^7.3 || ~8.0.0"
1760
            },
1761
            "conflict": {
1762
                "laminas/laminas-cache": "<2.10"
1763
            },
1764
            "provide": {
1765
                "laminas/laminas-cache-storage-implementation": "1.0"
1766
            },
1767
            "require-dev": {
1768
                "laminas/laminas-cache": "^2.10",
1769
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1770
                "laminas/laminas-coding-standard": "~1.0.0",
1771
                "laminas/laminas-serializer": "^2.10",
1772
                "phpunit/phpunit": "^9.5",
1773
                "squizlabs/php_codesniffer": "^2.7"
1774
            },
1775
            "type": "library",
1776
            "autoload": {
1777
                "psr-4": {
1778
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1779
                }
1780
            },
1781
            "notification-url": "https://packagist.org/downloads/",
1782
            "license": [
1783
                "BSD-3-Clause"
1784
            ],
1785
            "description": "Laminas cache adapter for filesystem",
1786
            "keywords": [
1787
                "cache",
1788
                "laminas"
1789
            ],
1790
            "support": {
1791
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-filesystem/",
1792
                "forum": "https://discourse.laminas.dev/",
1793
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/issues",
1794
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/releases.atom",
1795
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem"
1796
            },
1797
            "funding": [
1798
                {
1799
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1800
                    "type": "community_bridge"
1801
                }
1802
            ],
1803
            "time": "2021-04-25T00:27:54+00:00"
1804
        },
1805
        {
1806
            "name": "laminas/laminas-cache-storage-adapter-memcache",
1807
            "version": "1.1.0",
1808
            "source": {
1809
                "type": "git",
1810
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcache.git",
1811
                "reference": "1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088"
1812
            },
1813
            "dist": {
1814
                "type": "zip",
1815
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcache/zipball/1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088",
1816
                "reference": "1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088",
1817
                "shasum": ""
1818
            },
1819
            "require": {
1820
                "php": "^7.3 || ~8.0.0"
1821
            },
1822
            "conflict": {
1823
                "laminas/laminas-cache": "<2.10"
1824
            },
1825
            "provide": {
1826
                "laminas/laminas-cache-storage-implementation": "1.0"
1827
            },
1828
            "require-dev": {
1829
                "laminas/laminas-cache": "^2.10.1",
1830
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1831
                "laminas/laminas-coding-standard": "^2.1.4",
1832
                "laminas/laminas-serializer": "^2.10.1",
1833
                "squizlabs/php_codesniffer": "^3.6.0"
1834
            },
1835
            "suggest": {
1836
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter"
1837
            },
1838
            "type": "library",
1839
            "autoload": {
1840
                "psr-4": {
1841
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1842
                }
1843
            },
1844
            "notification-url": "https://packagist.org/downloads/",
1845
            "license": [
1846
                "BSD-3-Clause"
1847
            ],
1848
            "description": "Laminas cache adapter for memcache",
1849
            "keywords": [
1850
                "cache",
1851
                "laminas"
1852
            ],
1853
            "support": {
1854
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcache/",
1855
                "forum": "https://discourse.laminas.dev/",
1856
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/issues",
1857
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/releases.atom",
1858
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcache"
1859
            },
1860
            "funding": [
1861
                {
1862
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1863
                    "type": "community_bridge"
1864
                }
1865
            ],
1866
            "abandoned": true,
1867
            "time": "2021-04-29T19:57:43+00:00"
1868
        },
1869
        {
1870
            "name": "laminas/laminas-cache-storage-adapter-memcached",
16 efrain 1871
            "version": "1.2.0",
1 www 1872
            "source": {
1873
                "type": "git",
1874
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcached.git",
16 efrain 1875
                "reference": "d05f33e43a352b85c6d0208e9cfbf2a59f02ede3"
1 www 1876
            },
1877
            "dist": {
1878
                "type": "zip",
16 efrain 1879
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcached/zipball/d05f33e43a352b85c6d0208e9cfbf2a59f02ede3",
1880
                "reference": "d05f33e43a352b85c6d0208e9cfbf2a59f02ede3",
1 www 1881
                "shasum": ""
1882
            },
1883
            "require": {
16 efrain 1884
                "php": "^7.3 || ~8.0.0"
1 www 1885
            },
1886
            "conflict": {
1887
                "laminas/laminas-cache": "<2.10"
1888
            },
1889
            "provide": {
1890
                "laminas/laminas-cache-storage-implementation": "1.0"
1891
            },
1892
            "require-dev": {
1893
                "laminas/laminas-cache": "^2.10",
1894
                "laminas/laminas-cache-storage-adapter-test": "^1.0.2",
16 efrain 1895
                "laminas/laminas-coding-standard": "~2.2.0",
1896
                "phpunit/phpunit": "^9.5.8"
1 www 1897
            },
1898
            "suggest": {
1899
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter"
1900
            },
1901
            "type": "library",
1902
            "autoload": {
1903
                "psr-4": {
1904
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1905
                }
1906
            },
1907
            "notification-url": "https://packagist.org/downloads/",
1908
            "license": [
1909
                "BSD-3-Clause"
1910
            ],
1911
            "description": "Laminas cache adapter for memcached",
1912
            "keywords": [
1913
                "cache",
1914
                "laminas",
1915
                "memcached"
1916
            ],
1917
            "support": {
1918
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcached/",
1919
                "forum": "https://discourse.laminas.dev/",
1920
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/issues",
1921
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/releases.atom",
1922
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcached"
1923
            },
1924
            "funding": [
1925
                {
1926
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1927
                    "type": "community_bridge"
1928
                }
1929
            ],
16 efrain 1930
            "time": "2021-08-08T14:51:12+00:00"
1 www 1931
        },
1932
        {
1933
            "name": "laminas/laminas-cache-storage-adapter-memory",
1934
            "version": "1.1.0",
1935
            "source": {
1936
                "type": "git",
1937
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-memory.git",
1938
                "reference": "02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd"
1939
            },
1940
            "dist": {
1941
                "type": "zip",
1942
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memory/zipball/02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd",
1943
                "reference": "02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd",
1944
                "shasum": ""
1945
            },
1946
            "require": {
1947
                "php": "^7.3 || ~8.0.0"
1948
            },
1949
            "conflict": {
1950
                "laminas/laminas-cache": "<2.10"
1951
            },
1952
            "provide": {
1953
                "laminas/laminas-cache-storage-implementation": "1.0"
1954
            },
1955
            "require-dev": {
1956
                "laminas/laminas-cache": "^2.10.1",
1957
                "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1958
                "laminas/laminas-coding-standard": "^2.1.4",
1959
                "squizlabs/php_codesniffer": "^3.5.8"
1960
            },
1961
            "type": "library",
1962
            "autoload": {
1963
                "psr-4": {
1964
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1965
                }
1966
            },
1967
            "notification-url": "https://packagist.org/downloads/",
1968
            "license": [
1969
                "BSD-3-Clause"
1970
            ],
1971
            "description": "Laminas cache adapter for memory",
1972
            "keywords": [
1973
                "cache",
1974
                "laminas"
1975
            ],
1976
            "support": {
1977
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memory/",
1978
                "forum": "https://discourse.laminas.dev/",
1979
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memory/issues",
1980
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memory/releases.atom",
1981
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-memory"
1982
            },
1983
            "funding": [
1984
                {
1985
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
1986
                    "type": "community_bridge"
1987
                }
1988
            ],
1989
            "time": "2021-04-28T17:27:13+00:00"
1990
        },
1991
        {
1992
            "name": "laminas/laminas-cache-storage-adapter-mongodb",
1993
            "version": "1.0.1",
1994
            "source": {
1995
                "type": "git",
1996
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb.git",
1997
                "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6"
1998
            },
1999
            "dist": {
2000
                "type": "zip",
2001
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-mongodb/zipball/ef4aa396b55533b8eb3e1d4126c39a78a22e49a6",
2002
                "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6",
2003
                "shasum": ""
2004
            },
2005
            "require": {
2006
                "php": "^5.6 || ^7.0"
2007
            },
2008
            "conflict": {
2009
                "laminas/laminas-cache": "<2.10"
2010
            },
2011
            "provide": {
2012
                "laminas/laminas-cache-storage-implementation": "1.0"
2013
            },
2014
            "require-dev": {
2015
                "laminas/laminas-cache": "^2.10",
2016
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2017
                "laminas/laminas-coding-standard": "~1.0.0",
2018
                "squizlabs/php_codesniffer": "^2.7"
2019
            },
2020
            "type": "library",
2021
            "autoload": {
2022
                "psr-4": {
2023
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2024
                }
2025
            },
2026
            "notification-url": "https://packagist.org/downloads/",
2027
            "license": [
2028
                "BSD-3-Clause"
2029
            ],
2030
            "description": "Laminas cache adapter for mongodb",
2031
            "keywords": [
2032
                "cache",
2033
                "laminas"
2034
            ],
2035
            "support": {
2036
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-mongodb/",
2037
                "forum": "https://discourse.laminas.dev/",
2038
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/issues",
2039
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/releases.atom",
2040
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb"
2041
            },
2042
            "funding": [
2043
                {
2044
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2045
                    "type": "community_bridge"
2046
                }
2047
            ],
2048
            "abandoned": true,
2049
            "time": "2020-10-12T16:19:10+00:00"
2050
        },
2051
        {
2052
            "name": "laminas/laminas-cache-storage-adapter-redis",
2053
            "version": "1.2.0",
2054
            "source": {
2055
                "type": "git",
2056
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-redis.git",
2057
                "reference": "de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee"
2058
            },
2059
            "dist": {
2060
                "type": "zip",
2061
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-redis/zipball/de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee",
2062
                "reference": "de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee",
2063
                "shasum": ""
2064
            },
2065
            "require": {
2066
                "php": "^7.3 || ~8.0.0"
2067
            },
2068
            "conflict": {
2069
                "laminas/laminas-cache": "<2.10",
2070
                "phpunit/phpunit": "<6.1.0"
2071
            },
2072
            "provide": {
2073
                "laminas/laminas-cache-storage-implementation": "1.0"
2074
            },
2075
            "require-dev": {
2076
                "composer-runtime-api": "^2",
2077
                "ext-posix": "*",
2078
                "ext-redis": "*",
2079
                "laminas/laminas-cache": "^2.10",
2080
                "laminas/laminas-cache-storage-adapter-test": "^1.1",
2081
                "laminas/laminas-coding-standard": "^2.1",
2082
                "laminas/laminas-serializer": "^2.10",
2083
                "psalm/plugin-phpunit": "^0.15.1",
2084
                "vimeo/psalm": "^4.7"
2085
            },
2086
            "type": "library",
2087
            "autoload": {
2088
                "psr-4": {
2089
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2090
                }
2091
            },
2092
            "notification-url": "https://packagist.org/downloads/",
2093
            "license": [
2094
                "BSD-3-Clause"
2095
            ],
2096
            "description": "Laminas cache adapter for redis",
2097
            "keywords": [
2098
                "cache",
2099
                "laminas"
2100
            ],
2101
            "support": {
2102
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-redis/",
2103
                "forum": "https://discourse.laminas.dev/",
2104
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-redis/issues",
2105
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-redis/releases.atom",
2106
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-redis"
2107
            },
2108
            "funding": [
2109
                {
2110
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2111
                    "type": "community_bridge"
2112
                }
2113
            ],
2114
            "time": "2021-06-03T16:14:07+00:00"
2115
        },
2116
        {
2117
            "name": "laminas/laminas-cache-storage-adapter-session",
2118
            "version": "1.1.0",
2119
            "source": {
2120
                "type": "git",
2121
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-session.git",
2122
                "reference": "74a275056cfca2300eb9a67cd1d917f7066b4113"
2123
            },
2124
            "dist": {
2125
                "type": "zip",
2126
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-session/zipball/74a275056cfca2300eb9a67cd1d917f7066b4113",
2127
                "reference": "74a275056cfca2300eb9a67cd1d917f7066b4113",
2128
                "shasum": ""
2129
            },
2130
            "require": {
2131
                "php": "^7.3 || ~8.0.0"
2132
            },
2133
            "conflict": {
2134
                "laminas/laminas-cache": "<2.10"
2135
            },
2136
            "provide": {
2137
                "laminas/laminas-cache-storage-implementation": "1.0"
2138
            },
2139
            "require-dev": {
2140
                "laminas/laminas-cache": "^2.10",
2141
                "laminas/laminas-cache-storage-adapter-test": "^1.1",
2142
                "laminas/laminas-coding-standard": "^2.1",
2143
                "laminas/laminas-session": "^2.7.4"
2144
            },
2145
            "suggest": {
2146
                "laminas/laminas-session": "Laminas\\Session component"
2147
            },
2148
            "type": "library",
2149
            "autoload": {
2150
                "psr-4": {
2151
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2152
                }
2153
            },
2154
            "notification-url": "https://packagist.org/downloads/",
2155
            "license": [
2156
                "BSD-3-Clause"
2157
            ],
2158
            "description": "Laminas cache adapter for session",
2159
            "keywords": [
2160
                "cache",
2161
                "laminas"
2162
            ],
2163
            "support": {
2164
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-session/",
2165
                "forum": "https://discourse.laminas.dev/",
2166
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-session/issues",
2167
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-session/releases.atom",
2168
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-session"
2169
            },
2170
            "funding": [
2171
                {
2172
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2173
                    "type": "community_bridge"
2174
                }
2175
            ],
2176
            "time": "2021-05-02T13:52:36+00:00"
2177
        },
2178
        {
2179
            "name": "laminas/laminas-cache-storage-adapter-wincache",
2180
            "version": "1.0.1",
2181
            "source": {
2182
                "type": "git",
2183
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-wincache.git",
2184
                "reference": "0f54599c5d9aff11b01adadd2742097f923170ba"
2185
            },
2186
            "dist": {
2187
                "type": "zip",
2188
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-wincache/zipball/0f54599c5d9aff11b01adadd2742097f923170ba",
2189
                "reference": "0f54599c5d9aff11b01adadd2742097f923170ba",
2190
                "shasum": ""
2191
            },
2192
            "require": {
2193
                "php": "^5.6 || ^7.0"
2194
            },
2195
            "conflict": {
2196
                "laminas/laminas-cache": "<2.10"
2197
            },
2198
            "provide": {
2199
                "laminas/laminas-cache-storage-implementation": "1.0"
2200
            },
2201
            "require-dev": {
2202
                "laminas/laminas-cache": "^2.10",
2203
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2204
                "laminas/laminas-coding-standard": "~1.0.0",
2205
                "squizlabs/php_codesniffer": "^2.7"
2206
            },
2207
            "suggest": {
2208
                "ext-wincache": "WinCache, to use the WinCache storage adapter"
2209
            },
2210
            "type": "library",
2211
            "autoload": {
2212
                "psr-4": {
2213
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2214
                }
2215
            },
2216
            "notification-url": "https://packagist.org/downloads/",
2217
            "license": [
2218
                "BSD-3-Clause"
2219
            ],
2220
            "description": "Laminas cache adapter for wincache",
2221
            "keywords": [
2222
                "cache",
2223
                "laminas"
2224
            ],
2225
            "support": {
2226
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-wincache/",
2227
                "forum": "https://discourse.laminas.dev/",
2228
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/issues",
2229
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/releases.atom",
2230
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-wincache"
2231
            },
2232
            "funding": [
2233
                {
2234
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2235
                    "type": "community_bridge"
2236
                }
2237
            ],
2238
            "abandoned": true,
2239
            "time": "2020-10-12T16:22:49+00:00"
2240
        },
2241
        {
2242
            "name": "laminas/laminas-cache-storage-adapter-xcache",
2243
            "version": "1.0.1",
2244
            "source": {
2245
                "type": "git",
2246
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-xcache.git",
2247
                "reference": "24049557aa796ec7527bcc8032ed68346232b219"
2248
            },
2249
            "dist": {
2250
                "type": "zip",
2251
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-xcache/zipball/24049557aa796ec7527bcc8032ed68346232b219",
2252
                "reference": "24049557aa796ec7527bcc8032ed68346232b219",
2253
                "shasum": ""
2254
            },
2255
            "require": {
2256
                "php": "^5.6 || ^7.0"
2257
            },
2258
            "conflict": {
2259
                "laminas/laminas-cache": "<2.10"
2260
            },
2261
            "provide": {
2262
                "laminas/laminas-cache-storage-implementation": "1.0"
2263
            },
2264
            "require-dev": {
2265
                "laminas/laminas-cache": "^2.10",
2266
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2267
                "laminas/laminas-coding-standard": "~1.0.0",
2268
                "laminas/laminas-serializer": "^2.9",
2269
                "squizlabs/php_codesniffer": "^2.7"
2270
            },
2271
            "suggest": {
2272
                "ext-xcache": "XCache, to use the XCache storage adapter"
2273
            },
2274
            "type": "library",
2275
            "autoload": {
2276
                "psr-4": {
2277
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2278
                }
2279
            },
2280
            "notification-url": "https://packagist.org/downloads/",
2281
            "license": [
2282
                "BSD-3-Clause"
2283
            ],
2284
            "description": "Laminas cache adapter for xcache",
2285
            "keywords": [
2286
                "cache",
2287
                "laminas"
2288
            ],
2289
            "support": {
2290
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-xcache/",
2291
                "forum": "https://discourse.laminas.dev/",
2292
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/issues",
2293
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/releases.atom",
2294
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-xcache"
2295
            },
2296
            "funding": [
2297
                {
2298
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2299
                    "type": "community_bridge"
2300
                }
2301
            ],
2302
            "abandoned": true,
2303
            "time": "2020-10-12T16:23:46+00:00"
2304
        },
2305
        {
2306
            "name": "laminas/laminas-cache-storage-adapter-zend-server",
2307
            "version": "1.0.1",
2308
            "source": {
2309
                "type": "git",
2310
                "url": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server.git",
2311
                "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc"
2312
            },
2313
            "dist": {
2314
                "type": "zip",
2315
                "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-zend-server/zipball/8d0b0d219a048a92472d89a5e527990f3ea2decc",
2316
                "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc",
2317
                "shasum": ""
2318
            },
2319
            "require": {
2320
                "php": "^5.6 || ^7.0"
2321
            },
2322
            "conflict": {
2323
                "laminas/laminas-cache": "<2.10"
2324
            },
2325
            "provide": {
2326
                "laminas/laminas-cache-storage-implementation": "1.0"
2327
            },
2328
            "require-dev": {
2329
                "laminas/laminas-cache": "^2.10",
2330
                "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
2331
                "laminas/laminas-coding-standard": "~1.0.0",
2332
                "squizlabs/php_codesniffer": "^2.7"
2333
            },
2334
            "type": "library",
2335
            "autoload": {
2336
                "psr-4": {
2337
                    "Laminas\\Cache\\Storage\\Adapter\\": "src/"
2338
                }
2339
            },
2340
            "notification-url": "https://packagist.org/downloads/",
2341
            "license": [
2342
                "BSD-3-Clause"
2343
            ],
2344
            "description": "Laminas cache adapter for zend-server",
2345
            "keywords": [
2346
                "cache",
2347
                "laminas"
2348
            ],
2349
            "support": {
2350
                "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-zend-server/",
2351
                "forum": "https://discourse.laminas.dev/",
2352
                "issues": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/issues",
2353
                "rss": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/releases.atom",
2354
                "source": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server"
2355
            },
2356
            "funding": [
2357
                {
2358
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2359
                    "type": "community_bridge"
2360
                }
2361
            ],
2362
            "time": "2020-10-12T16:24:25+00:00"
2363
        },
2364
        {
2365
            "name": "laminas/laminas-captcha",
16 efrain 2366
            "version": "2.11.0",
1 www 2367
            "source": {
2368
                "type": "git",
2369
                "url": "https://github.com/laminas/laminas-captcha.git",
16 efrain 2370
                "reference": "6b0b98d388b713119cbb5788ea0b90cd6e63513a"
1 www 2371
            },
2372
            "dist": {
2373
                "type": "zip",
16 efrain 2374
                "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/6b0b98d388b713119cbb5788ea0b90cd6e63513a",
2375
                "reference": "6b0b98d388b713119cbb5788ea0b90cd6e63513a",
1 www 2376
                "shasum": ""
2377
            },
2378
            "require": {
2379
                "laminas/laminas-math": "^2.7 || ^3.0",
16 efrain 2380
                "laminas/laminas-stdlib": "^3.6",
2381
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 2382
            },
16 efrain 2383
            "conflict": {
2384
                "zendframework/zend-captcha": "*"
1 www 2385
            },
2386
            "require-dev": {
2387
                "laminas/laminas-coding-standard": "~2.1.4",
2388
                "laminas/laminas-recaptcha": "^3.0",
16 efrain 2389
                "laminas/laminas-session": "^2.12",
1 www 2390
                "laminas/laminas-text": "^2.8",
2391
                "laminas/laminas-validator": "^2.14",
2392
                "phpunit/phpunit": "^9.4.3",
2393
                "psalm/plugin-phpunit": "^0.15.1",
2394
                "vimeo/psalm": "^4.6"
2395
            },
2396
            "suggest": {
2397
                "laminas/laminas-i18n-resources": "Translations of captcha messages",
2398
                "laminas/laminas-recaptcha": "Laminas\\ReCaptcha component",
2399
                "laminas/laminas-session": "Laminas\\Session component",
2400
                "laminas/laminas-text": "Laminas\\Text component",
2401
                "laminas/laminas-validator": "Laminas\\Validator component"
2402
            },
2403
            "type": "library",
2404
            "autoload": {
2405
                "psr-4": {
2406
                    "Laminas\\Captcha\\": "src/"
2407
                }
2408
            },
2409
            "notification-url": "https://packagist.org/downloads/",
2410
            "license": [
2411
                "BSD-3-Clause"
2412
            ],
2413
            "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
2414
            "homepage": "https://laminas.dev",
2415
            "keywords": [
2416
                "captcha",
2417
                "laminas"
2418
            ],
2419
            "support": {
2420
                "chat": "https://laminas.dev/chat",
2421
                "docs": "https://docs.laminas.dev/laminas-captcha/",
2422
                "forum": "https://discourse.laminas.dev",
2423
                "issues": "https://github.com/laminas/laminas-captcha/issues",
2424
                "rss": "https://github.com/laminas/laminas-captcha/releases.atom",
2425
                "source": "https://github.com/laminas/laminas-captcha"
2426
            },
2427
            "funding": [
2428
                {
2429
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2430
                    "type": "community_bridge"
2431
                }
2432
            ],
16 efrain 2433
            "time": "2021-10-01T15:30:12+00:00"
1 www 2434
        },
2435
        {
2436
            "name": "laminas/laminas-cli",
112 efrain 2437
            "version": "1.4.0",
1 www 2438
            "source": {
2439
                "type": "git",
2440
                "url": "https://github.com/laminas/laminas-cli.git",
112 efrain 2441
                "reference": "9219fc404dbda5f5d8fed3b98ef5ea36ee77b48a"
1 www 2442
            },
2443
            "dist": {
2444
                "type": "zip",
112 efrain 2445
                "url": "https://api.github.com/repos/laminas/laminas-cli/zipball/9219fc404dbda5f5d8fed3b98ef5ea36ee77b48a",
2446
                "reference": "9219fc404dbda5f5d8fed3b98ef5ea36ee77b48a",
1 www 2447
                "shasum": ""
2448
            },
2449
            "require": {
112 efrain 2450
                "composer-runtime-api": "^2.0.0",
16 efrain 2451
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
2452
                "psr/container": "^1.0 || ^2.0",
2453
                "symfony/console": "^5.3.7 || ^6.0",
2454
                "symfony/event-dispatcher": "^5.0 || ^6.0",
1 www 2455
                "symfony/polyfill-php80": "^1.17",
16 efrain 2456
                "webmozart/assert": "^1.10"
1 www 2457
            },
2458
            "require-dev": {
16 efrain 2459
                "laminas/laminas-coding-standard": "~2.2.1",
1 www 2460
                "laminas/laminas-mvc": "^3.1.1",
2461
                "laminas/laminas-servicemanager": "^3.4",
2462
                "mikey179/vfsstream": "2.0.x-dev",
16 efrain 2463
                "phpunit/phpunit": "^9.5.9",
2464
                "psalm/plugin-phpunit": "^0.16.1",
2465
                "vimeo/psalm": "^4.10"
1 www 2466
            },
2467
            "bin": [
2468
                "bin/laminas"
2469
            ],
2470
            "type": "library",
2471
            "autoload": {
2472
                "psr-4": {
2473
                    "Laminas\\Cli\\": "src/"
2474
                }
2475
            },
2476
            "notification-url": "https://packagist.org/downloads/",
2477
            "license": [
2478
                "BSD-3-Clause"
2479
            ],
2480
            "description": "Command-line interface for Laminas projects",
2481
            "keywords": [
2482
                "cli",
2483
                "command",
2484
                "console",
2485
                "laminas"
2486
            ],
2487
            "support": {
2488
                "chat": "https://laminas.dev/chat",
2489
                "docs": "https://docs.laminas.dev/laminas-cli/",
2490
                "forum": "https://discourse.laminas.dev",
2491
                "issues": "https://github.com/mezzio/laminas-cli/issues",
2492
                "rss": "https://github.com/mezzio/laminas-cli/releases.atom",
2493
                "source": "https://github.com/mezzio/laminas-cli"
2494
            },
2495
            "funding": [
2496
                {
2497
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2498
                    "type": "community_bridge"
2499
                }
2500
            ],
112 efrain 2501
            "time": "2021-12-23T11:25:46+00:00"
1 www 2502
        },
2503
        {
2504
            "name": "laminas/laminas-code",
2505
            "version": "3.5.1",
2506
            "source": {
2507
                "type": "git",
2508
                "url": "https://github.com/laminas/laminas-code.git",
2509
                "reference": "b549b70c0bb6e935d497f84f750c82653326ac77"
2510
            },
2511
            "dist": {
2512
                "type": "zip",
2513
                "url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77",
2514
                "reference": "b549b70c0bb6e935d497f84f750c82653326ac77",
2515
                "shasum": ""
2516
            },
2517
            "require": {
2518
                "laminas/laminas-eventmanager": "^3.3",
2519
                "laminas/laminas-zendframework-bridge": "^1.1",
2520
                "php": "^7.3 || ~8.0.0"
2521
            },
2522
            "conflict": {
2523
                "phpspec/prophecy": "<1.9.0"
2524
            },
2525
            "replace": {
2526
                "zendframework/zend-code": "^3.4.1"
2527
            },
2528
            "require-dev": {
2529
                "doctrine/annotations": "^1.10.4",
2530
                "ext-phar": "*",
2531
                "laminas/laminas-coding-standard": "^1.0.0",
2532
                "laminas/laminas-stdlib": "^3.3.0",
2533
                "phpunit/phpunit": "^9.4.2"
2534
            },
2535
            "suggest": {
2536
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
2537
                "laminas/laminas-stdlib": "Laminas\\Stdlib component"
2538
            },
2539
            "type": "library",
2540
            "autoload": {
2541
                "psr-4": {
2542
                    "Laminas\\Code\\": "src/"
2543
                }
2544
            },
2545
            "notification-url": "https://packagist.org/downloads/",
2546
            "license": [
2547
                "BSD-3-Clause"
2548
            ],
2549
            "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
2550
            "homepage": "https://laminas.dev",
2551
            "keywords": [
2552
                "code",
2553
                "laminas"
2554
            ],
2555
            "support": {
2556
                "chat": "https://laminas.dev/chat",
2557
                "docs": "https://docs.laminas.dev/laminas-code/",
2558
                "forum": "https://discourse.laminas.dev",
2559
                "issues": "https://github.com/laminas/laminas-code/issues",
2560
                "rss": "https://github.com/laminas/laminas-code/releases.atom",
2561
                "source": "https://github.com/laminas/laminas-code"
2562
            },
2563
            "funding": [
2564
                {
2565
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2566
                    "type": "community_bridge"
2567
                }
2568
            ],
2569
            "time": "2020-11-30T20:16:31+00:00"
2570
        },
2571
        {
2572
            "name": "laminas/laminas-component-installer",
16 efrain 2573
            "version": "2.6.0",
1 www 2574
            "source": {
2575
                "type": "git",
2576
                "url": "https://github.com/laminas/laminas-component-installer.git",
16 efrain 2577
                "reference": "33c35798f72a1efbb6aeef154d09290319c22a22"
1 www 2578
            },
2579
            "dist": {
2580
                "type": "zip",
16 efrain 2581
                "url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/33c35798f72a1efbb6aeef154d09290319c22a22",
2582
                "reference": "33c35798f72a1efbb6aeef154d09290319c22a22",
1 www 2583
                "shasum": ""
2584
            },
2585
            "require": {
2586
                "composer-plugin-api": "^1.0 || ^2.0",
16 efrain 2587
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 2588
            },
16 efrain 2589
            "conflict": {
2590
                "zendframework/zend-component-installer": "*"
1 www 2591
            },
2592
            "require-dev": {
16 efrain 2593
                "composer/composer": "^2.1.9",
2594
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 2595
                "malukenho/docheader": "^0.1.6",
16 efrain 2596
                "mikey179/vfsstream": "^1.6.10",
2597
                "phpunit/phpunit": "^9.5.5",
2598
                "psalm/plugin-phpunit": "^0.16.1",
2599
                "vimeo/psalm": "^4.10",
1 www 2600
                "webmozart/assert": "^1.6"
2601
            },
2602
            "type": "composer-plugin",
2603
            "extra": {
2604
                "class": "Laminas\\ComponentInstaller\\ComponentInstaller"
2605
            },
2606
            "autoload": {
2607
                "psr-4": {
2608
                    "Laminas\\ComponentInstaller\\": "src/"
2609
                }
2610
            },
2611
            "notification-url": "https://packagist.org/downloads/",
2612
            "license": [
2613
                "BSD-3-Clause"
2614
            ],
2615
            "description": "Composer plugin for injecting modules and configuration providers into application configuration",
2616
            "homepage": "https://laminas.dev",
2617
            "keywords": [
2618
                "component installer",
2619
                "composer",
2620
                "laminas",
2621
                "plugin"
2622
            ],
2623
            "support": {
2624
                "chat": "https://laminas.dev/chat",
2625
                "docs": "https://docs.laminas.dev/laminas-component-installer/",
2626
                "forum": "https://discourse.laminas.dev",
2627
                "issues": "https://github.com/laminas/laminas-component-installer/issues",
2628
                "rss": "https://github.com/laminas/laminas-component-installer/releases.atom",
2629
                "source": "https://github.com/laminas/laminas-component-installer"
2630
            },
2631
            "funding": [
2632
                {
2633
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2634
                    "type": "community_bridge"
2635
                }
2636
            ],
16 efrain 2637
            "time": "2021-12-02T17:34:54+00:00"
1 www 2638
        },
2639
        {
2640
            "name": "laminas/laminas-config",
16 efrain 2641
            "version": "3.7.0",
1 www 2642
            "source": {
2643
                "type": "git",
2644
                "url": "https://github.com/laminas/laminas-config.git",
16 efrain 2645
                "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd"
1 www 2646
            },
2647
            "dist": {
2648
                "type": "zip",
16 efrain 2649
                "url": "https://api.github.com/repos/laminas/laminas-config/zipball/e43d13dcfc273d4392812eb395ce636f73f34dfd",
2650
                "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd",
1 www 2651
                "shasum": ""
2652
            },
2653
            "require": {
2654
                "ext-json": "*",
16 efrain 2655
                "laminas/laminas-stdlib": "^3.6",
2656
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
1 www 2657
                "psr/container": "^1.0"
2658
            },
2659
            "conflict": {
16 efrain 2660
                "container-interop/container-interop": "<1.2.0",
2661
                "zendframework/zend-config": "*"
1 www 2662
            },
2663
            "require-dev": {
2664
                "laminas/laminas-coding-standard": "~1.0.0",
2665
                "laminas/laminas-filter": "^2.7.2",
2666
                "laminas/laminas-i18n": "^2.10.3",
16 efrain 2667
                "laminas/laminas-servicemanager": "^3.7",
2668
                "phpunit/phpunit": "^9.5.5"
1 www 2669
            },
2670
            "suggest": {
2671
                "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
2672
                "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
2673
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
2674
            },
2675
            "type": "library",
2676
            "autoload": {
2677
                "psr-4": {
2678
                    "Laminas\\Config\\": "src/"
2679
                }
2680
            },
2681
            "notification-url": "https://packagist.org/downloads/",
2682
            "license": [
2683
                "BSD-3-Clause"
2684
            ],
2685
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
2686
            "homepage": "https://laminas.dev",
2687
            "keywords": [
2688
                "config",
2689
                "laminas"
2690
            ],
2691
            "support": {
2692
                "chat": "https://laminas.dev/chat",
2693
                "docs": "https://docs.laminas.dev/laminas-config/",
2694
                "forum": "https://discourse.laminas.dev",
2695
                "issues": "https://github.com/laminas/laminas-config/issues",
2696
                "rss": "https://github.com/laminas/laminas-config/releases.atom",
2697
                "source": "https://github.com/laminas/laminas-config"
2698
            },
2699
            "funding": [
2700
                {
2701
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2702
                    "type": "community_bridge"
2703
                }
2704
            ],
16 efrain 2705
            "time": "2021-10-01T16:07:46+00:00"
1 www 2706
        },
2707
        {
2708
            "name": "laminas/laminas-console",
2709
            "version": "2.8.0",
2710
            "source": {
2711
                "type": "git",
2712
                "url": "https://github.com/laminas/laminas-console.git",
2713
                "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
2714
            },
2715
            "dist": {
2716
                "type": "zip",
2717
                "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
2718
                "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
2719
                "shasum": ""
2720
            },
2721
            "require": {
2722
                "laminas/laminas-stdlib": "^3.2.1",
2723
                "laminas/laminas-zendframework-bridge": "^1.0",
2724
                "php": "^5.6 || ^7.0"
2725
            },
2726
            "replace": {
2727
                "zendframework/zend-console": "self.version"
2728
            },
2729
            "require-dev": {
2730
                "laminas/laminas-coding-standard": "~1.0.0",
2731
                "laminas/laminas-filter": "^2.7.2",
2732
                "laminas/laminas-json": "^2.6 || ^3.0",
2733
                "laminas/laminas-validator": "^2.10.1",
2734
                "phpunit/phpunit": "^5.7.23 || ^6.4.3"
2735
            },
2736
            "suggest": {
2737
                "laminas/laminas-filter": "To support DefaultRouteMatcher usage",
2738
                "laminas/laminas-validator": "To support DefaultRouteMatcher usage"
2739
            },
2740
            "type": "library",
2741
            "extra": {
2742
                "branch-alias": {
2743
                    "dev-master": "2.8.x-dev",
2744
                    "dev-develop": "2.9.x-dev"
2745
                }
2746
            },
2747
            "autoload": {
2748
                "psr-4": {
2749
                    "Laminas\\Console\\": "src/"
2750
                }
2751
            },
2752
            "notification-url": "https://packagist.org/downloads/",
2753
            "license": [
2754
                "BSD-3-Clause"
2755
            ],
2756
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
2757
            "homepage": "https://laminas.dev",
2758
            "keywords": [
2759
                "console",
2760
                "laminas"
2761
            ],
2762
            "support": {
2763
                "chat": "https://laminas.dev/chat",
2764
                "docs": "https://docs.laminas.dev/laminas-console/",
2765
                "forum": "https://discourse.laminas.dev",
2766
                "issues": "https://github.com/laminas/laminas-console/issues",
2767
                "rss": "https://github.com/laminas/laminas-console/releases.atom",
2768
                "source": "https://github.com/laminas/laminas-console"
2769
            },
2770
            "abandoned": "laminas/laminas-cli",
2771
            "time": "2019-12-31T16:31:45+00:00"
2772
        },
2773
        {
2774
            "name": "laminas/laminas-db",
16 efrain 2775
            "version": "2.13.4",
1 www 2776
            "source": {
2777
                "type": "git",
2778
                "url": "https://github.com/laminas/laminas-db.git",
16 efrain 2779
                "reference": "cdabb4bfa669c2c0edb0cb4e014c15b41afd3fb1"
1 www 2780
            },
2781
            "dist": {
2782
                "type": "zip",
16 efrain 2783
                "url": "https://api.github.com/repos/laminas/laminas-db/zipball/cdabb4bfa669c2c0edb0cb4e014c15b41afd3fb1",
2784
                "reference": "cdabb4bfa669c2c0edb0cb4e014c15b41afd3fb1",
1 www 2785
                "shasum": ""
2786
            },
2787
            "require": {
16 efrain 2788
                "laminas/laminas-stdlib": "^3.6",
2789
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 2790
            },
16 efrain 2791
            "conflict": {
2792
                "zendframework/zend-db": "*"
1 www 2793
            },
2794
            "require-dev": {
16 efrain 2795
                "laminas/laminas-coding-standard": "~2.2.1",
2796
                "laminas/laminas-eventmanager": "^3.4",
2797
                "laminas/laminas-hydrator": "^3.2 || ^4.3",
2798
                "laminas/laminas-servicemanager": "^3.7",
2799
                "phpunit/phpunit": "^9.5.5"
1 www 2800
            },
2801
            "suggest": {
2802
                "laminas/laminas-eventmanager": "Laminas\\EventManager component",
16 efrain 2803
                "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1 www 2804
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2805
            },
2806
            "type": "library",
2807
            "extra": {
2808
                "laminas": {
2809
                    "component": "Laminas\\Db",
2810
                    "config-provider": "Laminas\\Db\\ConfigProvider"
2811
                }
2812
            },
2813
            "autoload": {
2814
                "psr-4": {
2815
                    "Laminas\\Db\\": "src/"
2816
                }
2817
            },
2818
            "notification-url": "https://packagist.org/downloads/",
2819
            "license": [
2820
                "BSD-3-Clause"
2821
            ],
2822
            "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
2823
            "homepage": "https://laminas.dev",
2824
            "keywords": [
2825
                "db",
2826
                "laminas"
2827
            ],
2828
            "support": {
2829
                "chat": "https://laminas.dev/chat",
2830
                "docs": "https://docs.laminas.dev/laminas-db/",
2831
                "forum": "https://discourse.laminas.dev",
2832
                "issues": "https://github.com/laminas/laminas-db/issues",
2833
                "rss": "https://github.com/laminas/laminas-db/releases.atom",
2834
                "source": "https://github.com/laminas/laminas-db"
2835
            },
2836
            "funding": [
2837
                {
2838
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2839
                    "type": "community_bridge"
2840
                }
2841
            ],
16 efrain 2842
            "time": "2021-09-21T18:59:44+00:00"
1 www 2843
        },
2844
        {
2845
            "name": "laminas/laminas-development-mode",
16 efrain 2846
            "version": "3.6.0",
1 www 2847
            "source": {
2848
                "type": "git",
2849
                "url": "https://github.com/laminas/laminas-development-mode.git",
16 efrain 2850
                "reference": "4f74da6f4b82e5060457cfb2fbd0ce452dfecd51"
1 www 2851
            },
2852
            "dist": {
2853
                "type": "zip",
16 efrain 2854
                "url": "https://api.github.com/repos/laminas/laminas-development-mode/zipball/4f74da6f4b82e5060457cfb2fbd0ce452dfecd51",
2855
                "reference": "4f74da6f4b82e5060457cfb2fbd0ce452dfecd51",
1 www 2856
                "shasum": ""
2857
            },
2858
            "require": {
16 efrain 2859
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 2860
            },
16 efrain 2861
            "conflict": {
2862
                "zfcampus/zf-development-mode": "*"
1 www 2863
            },
2864
            "require-dev": {
16 efrain 2865
                "laminas/laminas-coding-standard": "~2.3.0",
2866
                "mikey179/vfsstream": "^1.6.10",
1 www 2867
                "phpunit/phpunit": "^9.3"
2868
            },
2869
            "bin": [
2870
                "bin/laminas-development-mode"
2871
            ],
2872
            "type": "library",
2873
            "autoload": {
2874
                "psr-4": {
2875
                    "Laminas\\DevelopmentMode\\": "src/"
2876
                }
2877
            },
2878
            "notification-url": "https://packagist.org/downloads/",
2879
            "license": [
2880
                "BSD-3-Clause"
2881
            ],
2882
            "description": "Laminas development mode script",
2883
            "homepage": "https://laminas.dev",
2884
            "keywords": [
2885
                "framework",
2886
                "laminas"
2887
            ],
2888
            "support": {
2889
                "chat": "https://laminas.dev/chat",
2890
                "forum": "https://discourse.laminas.dev",
2891
                "issues": "https://github.com/laminas/laminas-development-mode/issues",
2892
                "rss": "https://github.com/laminas/laminas-development-mode/releases.atom",
2893
                "source": "https://github.com/laminas/laminas-development-mode"
2894
            },
2895
            "funding": [
2896
                {
2897
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2898
                    "type": "community_bridge"
2899
                }
2900
            ],
16 efrain 2901
            "time": "2021-12-03T09:38:03+00:00"
1 www 2902
        },
2903
        {
2904
            "name": "laminas/laminas-di",
16 efrain 2905
            "version": "3.3.0",
1 www 2906
            "source": {
2907
                "type": "git",
2908
                "url": "https://github.com/laminas/laminas-di.git",
16 efrain 2909
                "reference": "83330af17fc2511231e805a3586d51883a452094"
1 www 2910
            },
2911
            "dist": {
2912
                "type": "zip",
16 efrain 2913
                "url": "https://api.github.com/repos/laminas/laminas-di/zipball/83330af17fc2511231e805a3586d51883a452094",
2914
                "reference": "83330af17fc2511231e805a3586d51883a452094",
1 www 2915
                "shasum": ""
2916
            },
2917
            "require": {
16 efrain 2918
                "laminas/laminas-stdlib": "^3.6",
2919
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
2920
                "psr/container": "^1.1.1",
2921
                "psr/log": "^1.1.4"
1 www 2922
            },
2923
            "conflict": {
2924
                "laminas/laminas-servicemanager-di": "*",
16 efrain 2925
                "phpspec/prophecy": "<1.9.0",
2926
                "zendframework/zend-di": "*"
1 www 2927
            },
2928
            "require-dev": {
2929
                "container-interop/container-interop": "^1.2.0",
16 efrain 2930
                "laminas/laminas-coding-standard": "~2.3.0",
2931
                "laminas/laminas-servicemanager": "^3.7",
2932
                "mikey179/vfsstream": "^1.6.10@alpha",
1 www 2933
                "phpspec/prophecy-phpunit": "^2.0",
2934
                "phpstan/phpstan": "^0.12.64",
16 efrain 2935
                "phpunit/phpunit": "^9.5.5"
1 www 2936
            },
2937
            "suggest": {
2938
                "laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
2939
            },
2940
            "type": "library",
2941
            "extra": {
2942
                "laminas": {
2943
                    "component": "Laminas\\Di",
2944
                    "config-provider": "Laminas\\Di\\ConfigProvider"
2945
                }
2946
            },
2947
            "autoload": {
2948
                "psr-4": {
2949
                    "Laminas\\Di\\": "src/"
2950
                }
2951
            },
2952
            "notification-url": "https://packagist.org/downloads/",
2953
            "license": [
2954
                "BSD-3-Clause"
2955
            ],
2956
            "description": "Automated dependency injection for PSR-11 containers",
2957
            "homepage": "https://laminas.dev",
2958
            "keywords": [
2959
                "PSR-11",
2960
                "di",
2961
                "laminas"
2962
            ],
2963
            "support": {
2964
                "chat": "https://laminas.dev/chat",
2965
                "docs": "https://docs.laminas.dev/laminas-di/",
2966
                "forum": "https://discourse.laminas.dev",
2967
                "issues": "https://github.com/laminas/laminas-di/issues",
2968
                "rss": "https://github.com/laminas/laminas-di/releases.atom",
2969
                "source": "https://github.com/laminas/laminas-di"
2970
            },
2971
            "funding": [
2972
                {
2973
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
2974
                    "type": "community_bridge"
2975
                }
2976
            ],
16 efrain 2977
            "time": "2021-09-21T15:41:36+00:00"
1 www 2978
        },
2979
        {
2980
            "name": "laminas/laminas-diactoros",
16 efrain 2981
            "version": "2.8.0",
1 www 2982
            "source": {
2983
                "type": "git",
2984
                "url": "https://github.com/laminas/laminas-diactoros.git",
16 efrain 2985
                "reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199"
1 www 2986
            },
2987
            "dist": {
2988
                "type": "zip",
16 efrain 2989
                "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/0c26ef1d95b6d7e6e3943a243ba3dc0797227199",
2990
                "reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199",
1 www 2991
                "shasum": ""
2992
            },
2993
            "require": {
16 efrain 2994
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
1 www 2995
                "psr/http-factory": "^1.0",
2996
                "psr/http-message": "^1.0"
2997
            },
2998
            "conflict": {
16 efrain 2999
                "phpspec/prophecy": "<1.9.0",
3000
                "zendframework/zend-diactoros": "*"
1 www 3001
            },
3002
            "provide": {
3003
                "psr/http-factory-implementation": "1.0",
3004
                "psr/http-message-implementation": "1.0"
3005
            },
3006
            "require-dev": {
3007
                "ext-curl": "*",
3008
                "ext-dom": "*",
3009
                "ext-gd": "*",
3010
                "ext-libxml": "*",
3011
                "http-interop/http-factory-tests": "^0.8.0",
3012
                "laminas/laminas-coding-standard": "~1.0.0",
3013
                "php-http/psr7-integration-tests": "^1.1",
3014
                "phpspec/prophecy-phpunit": "^2.0",
3015
                "phpunit/phpunit": "^9.1",
3016
                "psalm/plugin-phpunit": "^0.14.0",
3017
                "vimeo/psalm": "^4.3"
3018
            },
3019
            "type": "library",
3020
            "extra": {
3021
                "laminas": {
3022
                    "config-provider": "Laminas\\Diactoros\\ConfigProvider",
3023
                    "module": "Laminas\\Diactoros"
3024
                }
3025
            },
3026
            "autoload": {
3027
                "files": [
3028
                    "src/functions/create_uploaded_file.php",
3029
                    "src/functions/marshal_headers_from_sapi.php",
3030
                    "src/functions/marshal_method_from_sapi.php",
3031
                    "src/functions/marshal_protocol_version_from_sapi.php",
3032
                    "src/functions/marshal_uri_from_sapi.php",
3033
                    "src/functions/normalize_server.php",
3034
                    "src/functions/normalize_uploaded_files.php",
3035
                    "src/functions/parse_cookie_header.php",
3036
                    "src/functions/create_uploaded_file.legacy.php",
3037
                    "src/functions/marshal_headers_from_sapi.legacy.php",
3038
                    "src/functions/marshal_method_from_sapi.legacy.php",
3039
                    "src/functions/marshal_protocol_version_from_sapi.legacy.php",
3040
                    "src/functions/marshal_uri_from_sapi.legacy.php",
3041
                    "src/functions/normalize_server.legacy.php",
3042
                    "src/functions/normalize_uploaded_files.legacy.php",
3043
                    "src/functions/parse_cookie_header.legacy.php"
3044
                ],
3045
                "psr-4": {
3046
                    "Laminas\\Diactoros\\": "src/"
3047
                }
3048
            },
3049
            "notification-url": "https://packagist.org/downloads/",
3050
            "license": [
3051
                "BSD-3-Clause"
3052
            ],
3053
            "description": "PSR HTTP Message implementations",
3054
            "homepage": "https://laminas.dev",
3055
            "keywords": [
3056
                "http",
3057
                "laminas",
3058
                "psr",
3059
                "psr-17",
3060
                "psr-7"
3061
            ],
3062
            "support": {
3063
                "chat": "https://laminas.dev/chat",
3064
                "docs": "https://docs.laminas.dev/laminas-diactoros/",
3065
                "forum": "https://discourse.laminas.dev",
3066
                "issues": "https://github.com/laminas/laminas-diactoros/issues",
3067
                "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
3068
                "source": "https://github.com/laminas/laminas-diactoros"
3069
            },
3070
            "funding": [
3071
                {
3072
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3073
                    "type": "community_bridge"
3074
                }
3075
            ],
16 efrain 3076
            "time": "2021-09-22T03:54:36+00:00"
1 www 3077
        },
3078
        {
3079
            "name": "laminas/laminas-escaper",
16 efrain 3080
            "version": "2.9.0",
1 www 3081
            "source": {
3082
                "type": "git",
3083
                "url": "https://github.com/laminas/laminas-escaper.git",
16 efrain 3084
                "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f"
1 www 3085
            },
3086
            "dist": {
3087
                "type": "zip",
16 efrain 3088
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f",
3089
                "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f",
1 www 3090
                "shasum": ""
3091
            },
3092
            "require": {
16 efrain 3093
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3094
            },
16 efrain 3095
            "conflict": {
3096
                "zendframework/zend-escaper": "*"
1 www 3097
            },
3098
            "require-dev": {
3099
                "laminas/laminas-coding-standard": "~2.3.0",
3100
                "phpunit/phpunit": "^9.3",
3101
                "psalm/plugin-phpunit": "^0.12.2",
3102
                "vimeo/psalm": "^3.16"
3103
            },
3104
            "suggest": {
3105
                "ext-iconv": "*",
3106
                "ext-mbstring": "*"
3107
            },
3108
            "type": "library",
3109
            "autoload": {
3110
                "psr-4": {
3111
                    "Laminas\\Escaper\\": "src/"
3112
                }
3113
            },
3114
            "notification-url": "https://packagist.org/downloads/",
3115
            "license": [
3116
                "BSD-3-Clause"
3117
            ],
3118
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
3119
            "homepage": "https://laminas.dev",
3120
            "keywords": [
3121
                "escaper",
3122
                "laminas"
3123
            ],
3124
            "support": {
3125
                "chat": "https://laminas.dev/chat",
3126
                "docs": "https://docs.laminas.dev/laminas-escaper/",
3127
                "forum": "https://discourse.laminas.dev",
3128
                "issues": "https://github.com/laminas/laminas-escaper/issues",
3129
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
3130
                "source": "https://github.com/laminas/laminas-escaper"
3131
            },
3132
            "funding": [
3133
                {
3134
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3135
                    "type": "community_bridge"
3136
                }
3137
            ],
16 efrain 3138
            "time": "2021-09-02T17:10:53+00:00"
1 www 3139
        },
3140
        {
3141
            "name": "laminas/laminas-eventmanager",
16 efrain 3142
            "version": "3.4.0",
1 www 3143
            "source": {
3144
                "type": "git",
3145
                "url": "https://github.com/laminas/laminas-eventmanager.git",
16 efrain 3146
                "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba"
1 www 3147
            },
3148
            "dist": {
3149
                "type": "zip",
16 efrain 3150
                "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
3151
                "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
1 www 3152
                "shasum": ""
3153
            },
3154
            "require": {
16 efrain 3155
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3156
            },
16 efrain 3157
            "conflict": {
3158
                "zendframework/zend-eventmanager": "*"
1 www 3159
            },
3160
            "require-dev": {
3161
                "container-interop/container-interop": "^1.1",
16 efrain 3162
                "laminas/laminas-coding-standard": "~2.2.1",
3163
                "laminas/laminas-stdlib": "^3.6",
3164
                "phpbench/phpbench": "^1.1",
3165
                "phpspec/prophecy-phpunit": "^2.0",
3166
                "phpunit/phpunit": "^9.5.5"
1 www 3167
            },
3168
            "suggest": {
3169
                "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
3170
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
3171
            },
3172
            "type": "library",
3173
            "autoload": {
3174
                "psr-4": {
3175
                    "Laminas\\EventManager\\": "src/"
3176
                }
3177
            },
3178
            "notification-url": "https://packagist.org/downloads/",
3179
            "license": [
3180
                "BSD-3-Clause"
3181
            ],
3182
            "description": "Trigger and listen to events within a PHP application",
3183
            "homepage": "https://laminas.dev",
3184
            "keywords": [
3185
                "event",
3186
                "eventmanager",
3187
                "events",
3188
                "laminas"
3189
            ],
3190
            "support": {
3191
                "chat": "https://laminas.dev/chat",
3192
                "docs": "https://docs.laminas.dev/laminas-eventmanager/",
3193
                "forum": "https://discourse.laminas.dev",
3194
                "issues": "https://github.com/laminas/laminas-eventmanager/issues",
3195
                "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
3196
                "source": "https://github.com/laminas/laminas-eventmanager"
3197
            },
3198
            "funding": [
3199
                {
3200
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3201
                    "type": "community_bridge"
3202
                }
3203
            ],
16 efrain 3204
            "time": "2021-09-07T22:35:32+00:00"
1 www 3205
        },
3206
        {
3207
            "name": "laminas/laminas-filter",
112 efrain 3208
            "version": "2.13.1",
1 www 3209
            "source": {
3210
                "type": "git",
3211
                "url": "https://github.com/laminas/laminas-filter.git",
112 efrain 3212
                "reference": "79e8baa62035397044087907e89034726b3056a0"
1 www 3213
            },
3214
            "dist": {
3215
                "type": "zip",
112 efrain 3216
                "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/79e8baa62035397044087907e89034726b3056a0",
3217
                "reference": "79e8baa62035397044087907e89034726b3056a0",
1 www 3218
                "shasum": ""
3219
            },
3220
            "require": {
16 efrain 3221
                "laminas/laminas-stdlib": "^3.6.1",
3222
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3223
            },
3224
            "conflict": {
16 efrain 3225
                "laminas/laminas-validator": "<2.10.1",
3226
                "zendframework/zend-filter": "*"
1 www 3227
            },
3228
            "require-dev": {
16 efrain 3229
                "laminas/laminas-coding-standard": "^2.3.0",
3230
                "laminas/laminas-crypt": "^3.5.1",
3231
                "laminas/laminas-servicemanager": "^3.7.0",
3232
                "laminas/laminas-uri": "^2.9.1",
3233
                "pear/archive_tar": "^1.4.14",
3234
                "phpspec/prophecy-phpunit": "^2.0.1",
3235
                "phpunit/phpunit": "^9.5.10",
3236
                "psalm/plugin-phpunit": "^0.15.2",
3237
                "psr/http-factory": "^1.0.1",
3238
                "vimeo/psalm": "^4.13.1"
1 www 3239
            },
3240
            "suggest": {
3241
                "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
3242
                "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
3243
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality",
3244
                "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
3245
                "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
3246
            },
3247
            "type": "library",
3248
            "extra": {
3249
                "laminas": {
3250
                    "component": "Laminas\\Filter",
3251
                    "config-provider": "Laminas\\Filter\\ConfigProvider"
3252
                }
3253
            },
3254
            "autoload": {
3255
                "psr-4": {
3256
                    "Laminas\\Filter\\": "src/"
3257
                }
3258
            },
3259
            "notification-url": "https://packagist.org/downloads/",
3260
            "license": [
3261
                "BSD-3-Clause"
3262
            ],
3263
            "description": "Programmatically filter and normalize data and files",
3264
            "homepage": "https://laminas.dev",
3265
            "keywords": [
3266
                "filter",
3267
                "laminas"
3268
            ],
3269
            "support": {
3270
                "chat": "https://laminas.dev/chat",
3271
                "docs": "https://docs.laminas.dev/laminas-filter/",
3272
                "forum": "https://discourse.laminas.dev",
3273
                "issues": "https://github.com/laminas/laminas-filter/issues",
3274
                "rss": "https://github.com/laminas/laminas-filter/releases.atom",
3275
                "source": "https://github.com/laminas/laminas-filter"
3276
            },
3277
            "funding": [
3278
                {
3279
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3280
                    "type": "community_bridge"
3281
                }
3282
            ],
112 efrain 3283
            "time": "2021-12-23T12:46:20+00:00"
1 www 3284
        },
3285
        {
3286
            "name": "laminas/laminas-form",
3287
            "version": "2.17.0",
3288
            "source": {
3289
                "type": "git",
3290
                "url": "https://github.com/laminas/laminas-form.git",
3291
                "reference": "2a18e6724739f3f1875d30a6bb8ecedb3da5242e"
3292
            },
3293
            "dist": {
3294
                "type": "zip",
3295
                "url": "https://api.github.com/repos/laminas/laminas-form/zipball/2a18e6724739f3f1875d30a6bb8ecedb3da5242e",
3296
                "reference": "2a18e6724739f3f1875d30a6bb8ecedb3da5242e",
3297
                "shasum": ""
3298
            },
3299
            "require": {
3300
                "laminas/laminas-hydrator": "^3.2 || ^4.0",
3301
                "laminas/laminas-inputfilter": "^2.10",
3302
                "laminas/laminas-stdlib": "^3.3",
3303
                "laminas/laminas-zendframework-bridge": "^1.1",
3304
                "php": "^7.3 || ~8.0.0"
3305
            },
3306
            "conflict": {
3307
                "laminas/laminas-code": "<3.5.0 || >=4.0.0"
3308
            },
3309
            "replace": {
3310
                "zendframework/zend-form": "^2.14.3"
3311
            },
3312
            "require-dev": {
3313
                "doctrine/annotations": "^1.10.4",
3314
                "laminas/laminas-cache": "^2.9.0",
3315
                "laminas/laminas-captcha": "^2.9.0",
3316
                "laminas/laminas-code": "^3.5.0",
3317
                "laminas/laminas-coding-standard": "^1.0.0",
3318
                "laminas/laminas-escaper": "^2.6.1",
3319
                "laminas/laminas-eventmanager": "^3.3.0",
3320
                "laminas/laminas-filter": "^2.9.4",
3321
                "laminas/laminas-i18n": "^2.10.3",
3322
                "laminas/laminas-recaptcha": "^3.2.0",
3323
                "laminas/laminas-servicemanager": "^3.4.1",
3324
                "laminas/laminas-session": "^2.9.3",
3325
                "laminas/laminas-text": "^2.7.1",
3326
                "laminas/laminas-validator": "^2.13.4",
3327
                "laminas/laminas-view": "^2.11.4",
3328
                "phpspec/prophecy-phpunit": "^2.0",
3329
                "phpunit/phpunit": "^9.4.2",
3330
                "psalm/plugin-phpunit": "^0.15.1",
3331
                "vimeo/psalm": "^4.7"
3332
            },
3333
            "suggest": {
3334
                "laminas/laminas-captcha": "^2.9, required for using CAPTCHA form elements",
3335
                "laminas/laminas-code": "^3.5, required to use laminas-form annotations support",
3336
                "laminas/laminas-eventmanager": "^3.3, reuired for laminas-form annotations support",
3337
                "laminas/laminas-i18n": "^2.10, required when using laminas-form view helpers",
3338
                "laminas/laminas-recaptcha": "^3.2, in order to use the ReCaptcha form element",
3339
                "laminas/laminas-servicemanager": "^3.4.1, required to use the form factories or provide services",
3340
                "laminas/laminas-view": "^2.11.4, required for using the laminas-form view helpers"
3341
            },
3342
            "type": "library",
3343
            "extra": {
3344
                "laminas": {
3345
                    "component": "Laminas\\Form",
3346
                    "config-provider": "Laminas\\Form\\ConfigProvider"
3347
                }
3348
            },
3349
            "autoload": {
3350
                "psr-4": {
3351
                    "Laminas\\Form\\": "src/"
3352
                }
3353
            },
3354
            "notification-url": "https://packagist.org/downloads/",
3355
            "license": [
3356
                "BSD-3-Clause"
3357
            ],
3358
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
3359
            "homepage": "https://laminas.dev",
3360
            "keywords": [
3361
                "form",
3362
                "laminas"
3363
            ],
3364
            "support": {
3365
                "chat": "https://laminas.dev/chat",
3366
                "docs": "https://docs.laminas.dev/laminas-form/",
3367
                "forum": "https://discourse.laminas.dev",
3368
                "issues": "https://github.com/laminas/laminas-form/issues",
3369
                "rss": "https://github.com/laminas/laminas-form/releases.atom",
3370
                "source": "https://github.com/laminas/laminas-form"
3371
            },
3372
            "funding": [
3373
                {
3374
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3375
                    "type": "community_bridge"
3376
                }
3377
            ],
3378
            "time": "2021-05-24T08:07:30+00:00"
3379
        },
3380
        {
3381
            "name": "laminas/laminas-http",
16 efrain 3382
            "version": "2.15.1",
1 www 3383
            "source": {
3384
                "type": "git",
3385
                "url": "https://github.com/laminas/laminas-http.git",
16 efrain 3386
                "reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79"
1 www 3387
            },
3388
            "dist": {
3389
                "type": "zip",
16 efrain 3390
                "url": "https://api.github.com/repos/laminas/laminas-http/zipball/261f079c3dffcf6f123484db43c40e44c4bf1c79",
3391
                "reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79",
1 www 3392
                "shasum": ""
3393
            },
3394
            "require": {
16 efrain 3395
                "laminas/laminas-loader": "^2.8",
3396
                "laminas/laminas-stdlib": "^3.6",
3397
                "laminas/laminas-uri": "^2.9.1",
3398
                "laminas/laminas-validator": "^2.15",
3399
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3400
            },
16 efrain 3401
            "conflict": {
3402
                "zendframework/zend-http": "*"
1 www 3403
            },
3404
            "require-dev": {
16 efrain 3405
                "ext-curl": "*",
3406
                "laminas/laminas-coding-standard": "~2.2.1",
3407
                "phpunit/phpunit": "^9.5.5"
1 www 3408
            },
3409
            "suggest": {
3410
                "paragonie/certainty": "For automated management of cacert.pem"
3411
            },
3412
            "type": "library",
3413
            "autoload": {
3414
                "psr-4": {
3415
                    "Laminas\\Http\\": "src/"
3416
                }
3417
            },
3418
            "notification-url": "https://packagist.org/downloads/",
3419
            "license": [
3420
                "BSD-3-Clause"
3421
            ],
3422
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
3423
            "homepage": "https://laminas.dev",
3424
            "keywords": [
3425
                "http",
3426
                "http client",
3427
                "laminas"
3428
            ],
3429
            "support": {
3430
                "chat": "https://laminas.dev/chat",
3431
                "docs": "https://docs.laminas.dev/laminas-http/",
3432
                "forum": "https://discourse.laminas.dev",
3433
                "issues": "https://github.com/laminas/laminas-http/issues",
3434
                "rss": "https://github.com/laminas/laminas-http/releases.atom",
3435
                "source": "https://github.com/laminas/laminas-http"
3436
            },
3437
            "funding": [
3438
                {
3439
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3440
                    "type": "community_bridge"
3441
                }
3442
            ],
16 efrain 3443
            "time": "2021-12-03T10:17:11+00:00"
1 www 3444
        },
3445
        {
3446
            "name": "laminas/laminas-hydrator",
16 efrain 3447
            "version": "4.3.1",
1 www 3448
            "source": {
3449
                "type": "git",
3450
                "url": "https://github.com/laminas/laminas-hydrator.git",
16 efrain 3451
                "reference": "cc5ea6b42d318dbac872d94e8dca2d3013a37ab5"
1 www 3452
            },
3453
            "dist": {
3454
                "type": "zip",
16 efrain 3455
                "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/cc5ea6b42d318dbac872d94e8dca2d3013a37ab5",
3456
                "reference": "cc5ea6b42d318dbac872d94e8dca2d3013a37ab5",
1 www 3457
                "shasum": ""
3458
            },
3459
            "require": {
3460
                "laminas/laminas-stdlib": "^3.3",
16 efrain 3461
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
1 www 3462
                "webmozart/assert": "^1.10"
3463
            },
16 efrain 3464
            "conflict": {
3465
                "zendframework/zend-hydrator": "*"
1 www 3466
            },
3467
            "require-dev": {
3468
                "laminas/laminas-coding-standard": "~2.3.0",
3469
                "laminas/laminas-eventmanager": "^3.2.1",
3470
                "laminas/laminas-modulemanager": "^2.8",
3471
                "laminas/laminas-serializer": "^2.9",
3472
                "laminas/laminas-servicemanager": "^3.3.2",
16 efrain 3473
                "phpbench/phpbench": "^1.0",
3474
                "phpunit/phpunit": "~9.5.5",
1 www 3475
                "psalm/plugin-phpunit": "^0.16.1",
16 efrain 3476
                "psr/cache": "1.0.1",
1 www 3477
                "vimeo/psalm": "^4.8.1"
3478
            },
3479
            "suggest": {
3480
                "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
3481
                "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
3482
                "laminas/laminas-servicemanager": "^3.3, to support hydrator plugin manager usage"
3483
            },
3484
            "type": "library",
3485
            "extra": {
3486
                "laminas": {
3487
                    "component": "Laminas\\Hydrator",
3488
                    "config-provider": "Laminas\\Hydrator\\ConfigProvider"
3489
                }
3490
            },
3491
            "autoload": {
3492
                "psr-4": {
3493
                    "Laminas\\Hydrator\\": "src/"
3494
                }
3495
            },
3496
            "notification-url": "https://packagist.org/downloads/",
3497
            "license": [
3498
                "BSD-3-Clause"
3499
            ],
3500
            "description": "Serialize objects to arrays, and vice versa",
3501
            "homepage": "https://laminas.dev",
3502
            "keywords": [
3503
                "hydrator",
3504
                "laminas"
3505
            ],
3506
            "support": {
3507
                "chat": "https://laminas.dev/chat",
3508
                "docs": "https://docs.laminas.dev/laminas-hydrator/",
3509
                "forum": "https://discourse.laminas.dev",
3510
                "issues": "https://github.com/laminas/laminas-hydrator/issues",
3511
                "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
3512
                "source": "https://github.com/laminas/laminas-hydrator"
3513
            },
3514
            "funding": [
3515
                {
3516
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3517
                    "type": "community_bridge"
3518
                }
3519
            ],
16 efrain 3520
            "time": "2021-09-09T09:55:00+00:00"
1 www 3521
        },
3522
        {
3523
            "name": "laminas/laminas-i18n",
16 efrain 3524
            "version": "2.13.0",
1 www 3525
            "source": {
3526
                "type": "git",
3527
                "url": "https://github.com/laminas/laminas-i18n.git",
16 efrain 3528
                "reference": "b3a55d05818ed37ed18e76c103727e95e32cf591"
1 www 3529
            },
3530
            "dist": {
3531
                "type": "zip",
16 efrain 3532
                "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/b3a55d05818ed37ed18e76c103727e95e32cf591",
3533
                "reference": "b3a55d05818ed37ed18e76c103727e95e32cf591",
1 www 3534
                "shasum": ""
3535
            },
3536
            "require": {
3537
                "ext-intl": "*",
3538
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
16 efrain 3539
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3540
            },
3541
            "conflict": {
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",
1 www 3549
                "laminas/laminas-coding-standard": "~1.0.0",
16 efrain 3550
                "laminas/laminas-config": "^3.4.0",
3551
                "laminas/laminas-eventmanager": "^3.4.0",
3552
                "laminas/laminas-filter": "^2.10.0",
3553
                "laminas/laminas-servicemanager": "^3.7.0",
3554
                "laminas/laminas-validator": "^2.14.0",
3555
                "laminas/laminas-view": "^2.12.0",
1 www 3556
                "phpunit/phpunit": "^9.3"
3557
            },
3558
            "suggest": {
16 efrain 3559
                "laminas/laminas-cache": "You should install this package to cache the translations",
3560
                "laminas/laminas-config": "You should install this package to use the INI translation format",
1 www 3561
                "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
3562
                "laminas/laminas-filter": "You should install this package to use the provided filters",
16 efrain 3563
                "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
3564
                "laminas/laminas-servicemanager": "You should install this package to use the translator",
1 www 3565
                "laminas/laminas-validator": "You should install this package to use the provided validators",
3566
                "laminas/laminas-view": "You should install this package to use the provided view helpers"
3567
            },
3568
            "type": "library",
3569
            "extra": {
3570
                "laminas": {
3571
                    "component": "Laminas\\I18n",
3572
                    "config-provider": "Laminas\\I18n\\ConfigProvider"
3573
                }
3574
            },
3575
            "autoload": {
3576
                "psr-4": {
3577
                    "Laminas\\I18n\\": "src/"
3578
                }
3579
            },
3580
            "notification-url": "https://packagist.org/downloads/",
3581
            "license": [
3582
                "BSD-3-Clause"
3583
            ],
3584
            "description": "Provide translations for your application, and filter and validate internationalized values",
3585
            "homepage": "https://laminas.dev",
3586
            "keywords": [
3587
                "i18n",
3588
                "laminas"
3589
            ],
3590
            "support": {
3591
                "chat": "https://laminas.dev/chat",
3592
                "docs": "https://docs.laminas.dev/laminas-i18n/",
3593
                "forum": "https://discourse.laminas.dev",
3594
                "issues": "https://github.com/laminas/laminas-i18n/issues",
3595
                "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
3596
                "source": "https://github.com/laminas/laminas-i18n"
3597
            },
3598
            "funding": [
3599
                {
3600
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3601
                    "type": "community_bridge"
3602
                }
3603
            ],
16 efrain 3604
            "time": "2021-12-06T00:44:40+00:00"
1 www 3605
        },
3606
        {
3607
            "name": "laminas/laminas-i18n-resources",
16 efrain 3608
            "version": "2.8.0",
1 www 3609
            "source": {
3610
                "type": "git",
3611
                "url": "https://github.com/laminas/laminas-i18n-resources.git",
16 efrain 3612
                "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b"
1 www 3613
            },
3614
            "dist": {
3615
                "type": "zip",
16 efrain 3616
                "url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
3617
                "reference": "7d7062849064bb89e7cdd7193c43ef95e95fbe4b",
1 www 3618
                "shasum": ""
3619
            },
3620
            "require": {
16 efrain 3621
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3622
            },
16 efrain 3623
            "conflict": {
3624
                "zendframework/zend-i18n-resources": "*"
1 www 3625
            },
3626
            "require-dev": {
3627
                "laminas/laminas-coding-standard": "~1.0.0",
3628
                "phpunit/phpunit": "^9.5"
3629
            },
3630
            "type": "library",
3631
            "autoload": {
3632
                "classmap": [
3633
                    "src/Resources.php"
3634
                ]
3635
            },
3636
            "notification-url": "https://packagist.org/downloads/",
3637
            "license": [
3638
                "BSD-3-Clause"
3639
            ],
3640
            "description": "Provides validator and captcha translations for laminas-i18n's Translator",
3641
            "homepage": "https://laminas.dev",
3642
            "keywords": [
3643
                "laminas",
3644
                "resources",
3645
                "translations"
3646
            ],
3647
            "support": {
3648
                "chat": "https://laminas.dev/chat",
3649
                "docs": "https://docs.laminas.dev/laminas-i18n-resources/",
3650
                "forum": "https://discourse.laminas.dev",
3651
                "issues": "https://github.com/laminas/laminas-i18n-resources/issues",
3652
                "rss": "https://github.com/laminas/laminas-i18n-resources/releases.atom",
3653
                "source": "https://github.com/laminas/laminas-i18n-resources"
3654
            },
3655
            "funding": [
3656
                {
3657
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3658
                    "type": "community_bridge"
3659
                }
3660
            ],
16 efrain 3661
            "time": "2021-09-14T04:16:52+00:00"
1 www 3662
        },
3663
        {
3664
            "name": "laminas/laminas-inputfilter",
16 efrain 3665
            "version": "2.13.0",
1 www 3666
            "source": {
3667
                "type": "git",
3668
                "url": "https://github.com/laminas/laminas-inputfilter.git",
16 efrain 3669
                "reference": "6124b3678051b792d1444be689cf9370531593a6"
1 www 3670
            },
3671
            "dist": {
3672
                "type": "zip",
16 efrain 3673
                "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/6124b3678051b792d1444be689cf9370531593a6",
3674
                "reference": "6124b3678051b792d1444be689cf9370531593a6",
1 www 3675
                "shasum": ""
3676
            },
3677
            "require": {
16 efrain 3678
                "laminas/laminas-filter": "^2.13",
1 www 3679
                "laminas/laminas-servicemanager": "^3.3.1",
3680
                "laminas/laminas-stdlib": "^3.0",
16 efrain 3681
                "laminas/laminas-validator": "^2.15",
3682
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 3683
            },
16 efrain 3684
            "conflict": {
3685
                "zendframework/zend-inputfilter": "*"
1 www 3686
            },
3687
            "require-dev": {
16 efrain 3688
                "laminas/laminas-coding-standard": "~2.2.1",
3689
                "laminas/laminas-db": "^2.13.4",
3690
                "phpspec/prophecy": "^1.14",
1 www 3691
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 3692
                "phpunit/phpunit": "^9.5.5",
1 www 3693
                "psalm/plugin-phpunit": "^0.15.1",
3694
                "psr/http-message": "^1.0",
3695
                "vimeo/psalm": "^4.6"
3696
            },
3697
            "suggest": {
3698
                "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
3699
            },
3700
            "type": "library",
3701
            "extra": {
3702
                "laminas": {
3703
                    "component": "Laminas\\InputFilter",
3704
                    "config-provider": "Laminas\\InputFilter\\ConfigProvider"
3705
                }
3706
            },
3707
            "autoload": {
3708
                "psr-4": {
3709
                    "Laminas\\InputFilter\\": "src/"
3710
                }
3711
            },
3712
            "notification-url": "https://packagist.org/downloads/",
3713
            "license": [
3714
                "BSD-3-Clause"
3715
            ],
3716
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
3717
            "homepage": "https://laminas.dev",
3718
            "keywords": [
3719
                "inputfilter",
3720
                "laminas"
3721
            ],
3722
            "support": {
3723
                "chat": "https://laminas.dev/chat",
3724
                "docs": "https://docs.laminas.dev/laminas-inputfilter/",
3725
                "forum": "https://discourse.laminas.dev",
3726
                "issues": "https://github.com/laminas/laminas-inputfilter/issues",
3727
                "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
3728
                "source": "https://github.com/laminas/laminas-inputfilter"
3729
            },
3730
            "funding": [
3731
                {
3732
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3733
                    "type": "community_bridge"
3734
                }
3735
            ],
16 efrain 3736
            "time": "2021-12-02T14:46:43+00:00"
1 www 3737
        },
3738
        {
3739
            "name": "laminas/laminas-json",
16 efrain 3740
            "version": "3.3.0",
1 www 3741
            "source": {
3742
                "type": "git",
3743
                "url": "https://github.com/laminas/laminas-json.git",
16 efrain 3744
                "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f"
1 www 3745
            },
3746
            "dist": {
3747
                "type": "zip",
16 efrain 3748
                "url": "https://api.github.com/repos/laminas/laminas-json/zipball/9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
3749
                "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
1 www 3750
                "shasum": ""
3751
            },
3752
            "require": {
16 efrain 3753
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3754
            },
16 efrain 3755
            "conflict": {
3756
                "zendframework/zend-json": "*"
1 www 3757
            },
3758
            "require-dev": {
16 efrain 3759
                "laminas/laminas-coding-standard": "~2.2.1",
1 www 3760
                "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
3761
                "phpunit/phpunit": "^9.3"
3762
            },
3763
            "suggest": {
3764
                "laminas/laminas-json-server": "For implementing JSON-RPC servers",
3765
                "laminas/laminas-xml2json": "For converting XML documents to JSON"
3766
            },
3767
            "type": "library",
3768
            "autoload": {
3769
                "psr-4": {
3770
                    "Laminas\\Json\\": "src/"
3771
                }
3772
            },
3773
            "notification-url": "https://packagist.org/downloads/",
3774
            "license": [
3775
                "BSD-3-Clause"
3776
            ],
3777
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
3778
            "homepage": "https://laminas.dev",
3779
            "keywords": [
3780
                "json",
3781
                "laminas"
3782
            ],
3783
            "support": {
3784
                "chat": "https://laminas.dev/chat",
3785
                "docs": "https://docs.laminas.dev/laminas-json/",
3786
                "forum": "https://discourse.laminas.dev",
3787
                "issues": "https://github.com/laminas/laminas-json/issues",
3788
                "rss": "https://github.com/laminas/laminas-json/releases.atom",
3789
                "source": "https://github.com/laminas/laminas-json"
3790
            },
3791
            "funding": [
3792
                {
3793
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3794
                    "type": "community_bridge"
3795
                }
3796
            ],
16 efrain 3797
            "time": "2021-09-02T18:02:31+00:00"
1 www 3798
        },
3799
        {
3800
            "name": "laminas/laminas-loader",
16 efrain 3801
            "version": "2.8.0",
1 www 3802
            "source": {
3803
                "type": "git",
3804
                "url": "https://github.com/laminas/laminas-loader.git",
16 efrain 3805
                "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b"
1 www 3806
            },
3807
            "dist": {
3808
                "type": "zip",
16 efrain 3809
                "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/d0589ec9dd48365fd95ad10d1c906efd7711c16b",
3810
                "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b",
1 www 3811
                "shasum": ""
3812
            },
3813
            "require": {
16 efrain 3814
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3815
            },
16 efrain 3816
            "conflict": {
3817
                "zendframework/zend-loader": "*"
1 www 3818
            },
3819
            "require-dev": {
16 efrain 3820
                "laminas/laminas-coding-standard": "~2.2.1",
1 www 3821
                "phpunit/phpunit": "^9.3"
3822
            },
3823
            "type": "library",
3824
            "autoload": {
3825
                "psr-4": {
3826
                    "Laminas\\Loader\\": "src/"
3827
                }
3828
            },
3829
            "notification-url": "https://packagist.org/downloads/",
3830
            "license": [
3831
                "BSD-3-Clause"
3832
            ],
3833
            "description": "Autoloading and plugin loading strategies",
3834
            "homepage": "https://laminas.dev",
3835
            "keywords": [
3836
                "laminas",
3837
                "loader"
3838
            ],
3839
            "support": {
3840
                "chat": "https://laminas.dev/chat",
3841
                "docs": "https://docs.laminas.dev/laminas-loader/",
3842
                "forum": "https://discourse.laminas.dev",
3843
                "issues": "https://github.com/laminas/laminas-loader/issues",
3844
                "rss": "https://github.com/laminas/laminas-loader/releases.atom",
3845
                "source": "https://github.com/laminas/laminas-loader"
3846
            },
3847
            "funding": [
3848
                {
3849
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3850
                    "type": "community_bridge"
3851
                }
3852
            ],
16 efrain 3853
            "time": "2021-09-02T18:30:53+00:00"
1 www 3854
        },
3855
        {
3856
            "name": "laminas/laminas-log",
16 efrain 3857
            "version": "2.15.0",
1 www 3858
            "source": {
3859
                "type": "git",
3860
                "url": "https://github.com/laminas/laminas-log.git",
16 efrain 3861
                "reference": "91964dd3afec183c09cca5bc2b21a930a56d5237"
1 www 3862
            },
3863
            "dist": {
3864
                "type": "zip",
16 efrain 3865
                "url": "https://api.github.com/repos/laminas/laminas-log/zipball/91964dd3afec183c09cca5bc2b21a930a56d5237",
3866
                "reference": "91964dd3afec183c09cca5bc2b21a930a56d5237",
1 www 3867
                "shasum": ""
3868
            },
3869
            "require": {
3870
                "laminas/laminas-servicemanager": "^3.3.0",
3871
                "laminas/laminas-stdlib": "^3.0",
16 efrain 3872
                "php": "^7.4 || ~8.0.0 || ~8.1.0",
1 www 3873
                "psr/log": "^1.1.2"
3874
            },
16 efrain 3875
            "conflict": {
3876
                "zendframework/zend-log": "*"
3877
            },
1 www 3878
            "provide": {
3879
                "psr/log-implementation": "1.0.0"
3880
            },
3881
            "require-dev": {
16 efrain 3882
                "ext-dom": "*",
3883
                "ext-json": "*",
3884
                "ext-xml": "*",
3885
                "firephp/firephp-core": "^0.5.3",
3886
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 3887
                "laminas/laminas-db": "^2.6",
3888
                "laminas/laminas-escaper": "^2.5",
3889
                "laminas/laminas-filter": "^2.5",
3890
                "laminas/laminas-mail": "^2.6.1",
3891
                "laminas/laminas-validator": "^2.10.1",
3892
                "mikey179/vfsstream": "^1.6.7",
3893
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 3894
                "phpunit/phpunit": "^9.5.10"
1 www 3895
            },
3896
            "suggest": {
3897
                "ext-mongo": "mongo extension to use Mongo writer",
3898
                "ext-mongodb": "mongodb extension to use MongoDB writer",
3899
                "laminas/laminas-db": "Laminas\\Db component to use the database log writer",
3900
                "laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter",
3901
                "laminas/laminas-mail": "Laminas\\Mail component to use the email log writer",
3902
                "laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages"
3903
            },
3904
            "type": "library",
3905
            "extra": {
3906
                "laminas": {
3907
                    "component": "Laminas\\Log",
3908
                    "config-provider": "Laminas\\Log\\ConfigProvider"
3909
                }
3910
            },
3911
            "autoload": {
3912
                "psr-4": {
3913
                    "Laminas\\Log\\": "src/"
3914
                }
3915
            },
3916
            "notification-url": "https://packagist.org/downloads/",
3917
            "license": [
3918
                "BSD-3-Clause"
3919
            ],
3920
            "description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
3921
            "homepage": "https://laminas.dev",
3922
            "keywords": [
3923
                "laminas",
3924
                "log",
3925
                "logging"
3926
            ],
3927
            "support": {
3928
                "chat": "https://laminas.dev/chat",
3929
                "docs": "https://docs.laminas.dev/laminas-log/",
3930
                "forum": "https://discourse.laminas.dev",
3931
                "issues": "https://github.com/laminas/laminas-log/issues",
3932
                "rss": "https://github.com/laminas/laminas-log/releases.atom",
3933
                "source": "https://github.com/laminas/laminas-log"
3934
            },
3935
            "funding": [
3936
                {
3937
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
3938
                    "type": "community_bridge"
3939
                }
3940
            ],
16 efrain 3941
            "time": "2021-12-04T19:23:31+00:00"
1 www 3942
        },
3943
        {
3944
            "name": "laminas/laminas-math",
16 efrain 3945
            "version": "3.5.0",
1 www 3946
            "source": {
3947
                "type": "git",
3948
                "url": "https://github.com/laminas/laminas-math.git",
16 efrain 3949
                "reference": "146d8187ab247ae152e811a6704a953d43537381"
1 www 3950
            },
3951
            "dist": {
3952
                "type": "zip",
16 efrain 3953
                "url": "https://api.github.com/repos/laminas/laminas-math/zipball/146d8187ab247ae152e811a6704a953d43537381",
3954
                "reference": "146d8187ab247ae152e811a6704a953d43537381",
1 www 3955
                "shasum": ""
3956
            },
3957
            "require": {
3958
                "ext-mbstring": "*",
16 efrain 3959
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 3960
            },
16 efrain 3961
            "conflict": {
3962
                "zendframework/zend-math": "*"
1 www 3963
            },
3964
            "require-dev": {
3965
                "laminas/laminas-coding-standard": "~1.0.0",
16 efrain 3966
                "phpunit/phpunit": "^9.5.5"
1 www 3967
            },
3968
            "suggest": {
3969
                "ext-bcmath": "If using the bcmath functionality",
3970
                "ext-gmp": "If using the gmp functionality"
3971
            },
3972
            "type": "library",
3973
            "extra": {
3974
                "branch-alias": {
3975
                    "dev-master": "3.2.x-dev",
3976
                    "dev-develop": "3.3.x-dev"
3977
                }
3978
            },
3979
            "autoload": {
3980
                "psr-4": {
3981
                    "Laminas\\Math\\": "src/"
3982
                }
3983
            },
3984
            "notification-url": "https://packagist.org/downloads/",
3985
            "license": [
3986
                "BSD-3-Clause"
3987
            ],
3988
            "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
3989
            "homepage": "https://laminas.dev",
3990
            "keywords": [
3991
                "laminas",
3992
                "math"
3993
            ],
3994
            "support": {
3995
                "chat": "https://laminas.dev/chat",
3996
                "docs": "https://docs.laminas.dev/laminas-math/",
3997
                "forum": "https://discourse.laminas.dev",
3998
                "issues": "https://github.com/laminas/laminas-math/issues",
3999
                "rss": "https://github.com/laminas/laminas-math/releases.atom",
4000
                "source": "https://github.com/laminas/laminas-math"
4001
            },
4002
            "funding": [
4003
                {
4004
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4005
                    "type": "community_bridge"
4006
                }
4007
            ],
16 efrain 4008
            "time": "2021-12-06T02:02:07+00:00"
1 www 4009
        },
4010
        {
4011
            "name": "laminas/laminas-modulemanager",
16 efrain 4012
            "version": "2.11.0",
1 www 4013
            "source": {
4014
                "type": "git",
4015
                "url": "https://github.com/laminas/laminas-modulemanager.git",
16 efrain 4016
                "reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad"
1 www 4017
            },
4018
            "dist": {
4019
                "type": "zip",
16 efrain 4020
                "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/6acf5991d10b0b38a2edb08729ed48981b2a5dad",
4021
                "reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad",
1 www 4022
                "shasum": ""
4023
            },
4024
            "require": {
4025
                "brick/varexporter": "^0.3.2",
16 efrain 4026
                "laminas/laminas-config": "^3.7",
4027
                "laminas/laminas-eventmanager": "^3.4",
4028
                "laminas/laminas-stdlib": "^3.6",
4029
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
1 www 4030
                "webimpress/safe-writer": "^1.0.2 || ^2.1"
4031
            },
16 efrain 4032
            "conflict": {
4033
                "zendframework/zend-modulemanager": "*"
1 www 4034
            },
4035
            "require-dev": {
16 efrain 4036
                "laminas/laminas-coding-standard": "^2.3",
4037
                "laminas/laminas-loader": "^2.8",
1 www 4038
                "laminas/laminas-mvc": "^3.1.1",
16 efrain 4039
                "laminas/laminas-servicemanager": "^3.7",
4040
                "phpunit/phpunit": "^9.5.5"
1 www 4041
            },
4042
            "suggest": {
4043
                "laminas/laminas-console": "Laminas\\Console component",
4044
                "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
4045
                "laminas/laminas-mvc": "Laminas\\Mvc component",
4046
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
4047
            },
4048
            "type": "library",
4049
            "autoload": {
4050
                "psr-4": {
4051
                    "Laminas\\ModuleManager\\": "src/"
4052
                }
4053
            },
4054
            "notification-url": "https://packagist.org/downloads/",
4055
            "license": [
4056
                "BSD-3-Clause"
4057
            ],
4058
            "description": "Modular application system for laminas-mvc applications",
4059
            "homepage": "https://laminas.dev",
4060
            "keywords": [
4061
                "laminas",
4062
                "modulemanager"
4063
            ],
4064
            "support": {
4065
                "chat": "https://laminas.dev/chat",
4066
                "docs": "https://docs.laminas.dev/laminas-modulemanager/",
4067
                "forum": "https://discourse.laminas.dev",
4068
                "issues": "https://github.com/laminas/laminas-modulemanager/issues",
4069
                "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
4070
                "source": "https://github.com/laminas/laminas-modulemanager"
4071
            },
4072
            "funding": [
4073
                {
4074
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4075
                    "type": "community_bridge"
4076
                }
4077
            ],
16 efrain 4078
            "time": "2021-10-13T17:05:17+00:00"
1 www 4079
        },
4080
        {
4081
            "name": "laminas/laminas-mvc",
16 efrain 4082
            "version": "3.3.0",
1 www 4083
            "source": {
4084
                "type": "git",
4085
                "url": "https://github.com/laminas/laminas-mvc.git",
16 efrain 4086
                "reference": "215d0ff1b504bfbc299346aae20acb362c38d139"
1 www 4087
            },
4088
            "dist": {
4089
                "type": "zip",
16 efrain 4090
                "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/215d0ff1b504bfbc299346aae20acb362c38d139",
4091
                "reference": "215d0ff1b504bfbc299346aae20acb362c38d139",
1 www 4092
                "shasum": ""
4093
            },
4094
            "require": {
4095
                "container-interop/container-interop": "^1.2",
16 efrain 4096
                "laminas/laminas-eventmanager": "^3.4",
4097
                "laminas/laminas-http": "^2.15",
1 www 4098
                "laminas/laminas-modulemanager": "^2.8",
16 efrain 4099
                "laminas/laminas-router": "^3.5",
4100
                "laminas/laminas-servicemanager": "^3.7",
4101
                "laminas/laminas-stdlib": "^3.6",
4102
                "laminas/laminas-view": "^2.14",
4103
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4104
            },
16 efrain 4105
            "conflict": {
4106
                "zendframework/zend-mvc": "*"
1 www 4107
            },
4108
            "require-dev": {
4109
                "http-interop/http-middleware": "^0.4.1",
4110
                "laminas/laminas-coding-standard": "^1.0.0",
16 efrain 4111
                "laminas/laminas-json": "^3.3",
1 www 4112
                "laminas/laminas-psr7bridge": "^1.0",
4113
                "laminas/laminas-stratigility": ">=2.0.1 <2.2",
4114
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 4115
                "phpunit/phpunit": "^9.5.5"
1 www 4116
            },
4117
            "suggest": {
4118
                "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
4119
                "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
4120
                "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
4121
                "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
4122
                "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
4123
                "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
4124
                "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
4125
                "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
4126
                "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
4127
                "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
4128
                "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
4129
            },
4130
            "type": "library",
4131
            "autoload": {
4132
                "psr-4": {
4133
                    "Laminas\\Mvc\\": "src/"
4134
                }
4135
            },
4136
            "notification-url": "https://packagist.org/downloads/",
4137
            "license": [
4138
                "BSD-3-Clause"
4139
            ],
4140
            "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
4141
            "homepage": "https://laminas.dev",
4142
            "keywords": [
4143
                "laminas",
4144
                "mvc"
4145
            ],
4146
            "support": {
4147
                "chat": "https://laminas.dev/chat",
4148
                "docs": "https://docs.laminas.dev/laminas-mvc/",
4149
                "forum": "https://discourse.laminas.dev",
4150
                "issues": "https://github.com/laminas/laminas-mvc/issues",
4151
                "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
4152
                "source": "https://github.com/laminas/laminas-mvc"
4153
            },
4154
            "funding": [
4155
                {
4156
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4157
                    "type": "community_bridge"
4158
                }
4159
            ],
16 efrain 4160
            "time": "2021-10-13T17:48:28+00:00"
1 www 4161
        },
4162
        {
4163
            "name": "laminas/laminas-mvc-form",
16 efrain 4164
            "version": "1.2.0",
1 www 4165
            "source": {
4166
                "type": "git",
4167
                "url": "https://github.com/laminas/laminas-mvc-form.git",
16 efrain 4168
                "reference": "9e03ded7e7605a5b1e34a2f187b14d7fd4f1e44f"
1 www 4169
            },
4170
            "dist": {
4171
                "type": "zip",
16 efrain 4172
                "url": "https://api.github.com/repos/laminas/laminas-mvc-form/zipball/9e03ded7e7605a5b1e34a2f187b14d7fd4f1e44f",
4173
                "reference": "9e03ded7e7605a5b1e34a2f187b14d7fd4f1e44f",
1 www 4174
                "shasum": ""
4175
            },
4176
            "require": {
16 efrain 4177
                "laminas/laminas-code": "^3.5.1",
4178
                "laminas/laminas-form": "^2.17.0",
4179
                "laminas/laminas-i18n": "^2.11.1"
1 www 4180
            },
4181
            "replace": {
4182
                "zendframework/zend-mvc-form": "^1.0.0"
4183
            },
4184
            "type": "metapackage",
4185
            "extra": {
4186
                "laminas": {
4187
                    "component": "Laminas\\Form"
4188
                }
4189
            },
4190
            "notification-url": "https://packagist.org/downloads/",
4191
            "license": [
4192
                "BSD-3-Clause"
4193
            ],
4194
            "description": "Metapackage with all requirements needed to use laminas-form with laminas-mvc.",
4195
            "homepage": "https://laminas.dev",
4196
            "keywords": [
4197
                "form",
4198
                "laminas",
4199
                "mvc"
4200
            ],
4201
            "support": {
4202
                "chat": "https://laminas.dev/chat",
4203
                "forum": "https://discourse.laminas.dev",
4204
                "issues": "https://github.com/laminas/laminas-mvc-form/issues",
4205
                "rss": "https://github.com/laminas/laminas-mvc-form/releases.atom",
4206
                "source": "https://github.com/laminas/laminas-mvc-form"
4207
            },
4208
            "funding": [
4209
                {
4210
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4211
                    "type": "community_bridge"
4212
                }
4213
            ],
16 efrain 4214
            "time": "2021-10-08T09:59:01+00:00"
1 www 4215
        },
4216
        {
4217
            "name": "laminas/laminas-mvc-i18n",
16 efrain 4218
            "version": "1.3.0",
1 www 4219
            "source": {
4220
                "type": "git",
4221
                "url": "https://github.com/laminas/laminas-mvc-i18n.git",
16 efrain 4222
                "reference": "1df255e2840eafdd814f5f7f4a46ef192aa5f880"
1 www 4223
            },
4224
            "dist": {
4225
                "type": "zip",
16 efrain 4226
                "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/1df255e2840eafdd814f5f7f4a46ef192aa5f880",
4227
                "reference": "1df255e2840eafdd814f5f7f4a46ef192aa5f880",
1 www 4228
                "shasum": ""
4229
            },
4230
            "require": {
4231
                "container-interop/container-interop": "^1.1",
4232
                "laminas/laminas-i18n": "^2.11",
4233
                "laminas/laminas-router": "^3.0",
4234
                "laminas/laminas-servicemanager": "^3.6",
4235
                "laminas/laminas-stdlib": "^3.3",
4236
                "laminas/laminas-validator": "^2.14",
16 efrain 4237
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4238
            },
4239
            "conflict": {
4240
                "laminas/laminas-mvc": "<3.0.0",
16 efrain 4241
                "phpspec/prophecy": "<1.8.0",
4242
                "zendframework/zend-mvc-i18n": "*"
1 www 4243
            },
4244
            "require-dev": {
4245
                "laminas/laminas-coding-standard": "~1.0.0",
4246
                "phpspec/prophecy-phpunit": "^2.0",
4247
                "phpunit/phpunit": "^9.5",
4248
                "psalm/plugin-phpunit": "^0.15.1",
4249
                "vimeo/psalm": "^4.7"
4250
            },
4251
            "suggest": {
4252
                "laminas/laminas-cache": "To enable caching of translation strings"
4253
            },
4254
            "type": "library",
4255
            "extra": {
4256
                "laminas": {
4257
                    "component": "Laminas\\Mvc\\I18n",
4258
                    "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
4259
                }
4260
            },
4261
            "autoload": {
4262
                "psr-4": {
4263
                    "Laminas\\Mvc\\I18n\\": "src/"
4264
                }
4265
            },
4266
            "notification-url": "https://packagist.org/downloads/",
4267
            "license": [
4268
                "BSD-3-Clause"
4269
            ],
4270
            "description": "Integration between laminas-mvc and laminas-i18n",
4271
            "homepage": "https://laminas.dev",
4272
            "keywords": [
4273
                "i18n",
4274
                "laminas",
4275
                "mvc"
4276
            ],
4277
            "support": {
4278
                "chat": "https://laminas.dev/chat",
4279
                "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
4280
                "forum": "https://discourse.laminas.dev",
4281
                "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
4282
                "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
4283
                "source": "https://github.com/laminas/laminas-mvc-i18n"
4284
            },
4285
            "funding": [
4286
                {
4287
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4288
                    "type": "community_bridge"
4289
                }
4290
            ],
16 efrain 4291
            "time": "2021-11-30T17:32:48+00:00"
1 www 4292
        },
4293
        {
4294
            "name": "laminas/laminas-mvc-plugin-fileprg",
4295
            "version": "1.2.0",
4296
            "source": {
4297
                "type": "git",
4298
                "url": "https://github.com/laminas/laminas-mvc-plugin-fileprg.git",
4299
                "reference": "2d6a64bf916b3f5f26a062b9c62d06af26ee483f"
4300
            },
4301
            "dist": {
4302
                "type": "zip",
4303
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-fileprg/zipball/2d6a64bf916b3f5f26a062b9c62d06af26ee483f",
4304
                "reference": "2d6a64bf916b3f5f26a062b9c62d06af26ee483f",
4305
                "shasum": ""
4306
            },
4307
            "require": {
4308
                "laminas/laminas-filter": "^2.6.1",
4309
                "laminas/laminas-form": "^2.7",
4310
                "laminas/laminas-inputfilter": "^2.8.1",
4311
                "laminas/laminas-mvc": "^3.0",
4312
                "laminas/laminas-session": "^2.8.5",
4313
                "laminas/laminas-stdlib": "^3.3",
4314
                "laminas/laminas-validator": "^2.6",
4315
                "laminas/laminas-zendframework-bridge": "^1.0",
4316
                "php": "^7.3 || ~8.0.0"
4317
            },
4318
            "conflict": {
4319
                "laminas/laminas-mvc": "<3.0.0"
4320
            },
4321
            "replace": {
4322
                "zendframework/zend-mvc-plugin-fileprg": "^1.1.0"
4323
            },
4324
            "require-dev": {
4325
                "laminas/laminas-coding-standard": "~1.0.0",
4326
                "phpunit/phpunit": "^9.3"
4327
            },
4328
            "type": "library",
4329
            "extra": {
4330
                "laminas": {
4331
                    "component": "Laminas\\Mvc\\Plugin\\FilePrg"
4332
                }
4333
            },
4334
            "autoload": {
4335
                "psr-4": {
4336
                    "Laminas\\Mvc\\Plugin\\FilePrg\\": "src/"
4337
                }
4338
            },
4339
            "notification-url": "https://packagist.org/downloads/",
4340
            "license": [
4341
                "BSD-3-Clause"
4342
            ],
4343
            "description": "Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers",
4344
            "homepage": "https://laminas.dev",
4345
            "keywords": [
4346
                "laminas",
4347
                "mvc"
4348
            ],
4349
            "support": {
4350
                "chat": "https://laminas.dev/chat",
4351
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-fileprg/",
4352
                "forum": "https://discourse.laminas.dev",
4353
                "issues": "https://github.com/laminas/laminas-mvc-plugin-fileprg/issues",
4354
                "rss": "https://github.com/laminas/laminas-mvc-plugin-fileprg/releases.atom",
4355
                "source": "https://github.com/laminas/laminas-mvc-plugin-fileprg"
4356
            },
4357
            "funding": [
4358
                {
4359
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4360
                    "type": "community_bridge"
4361
                }
4362
            ],
4363
            "time": "2021-04-13T15:22:13+00:00"
4364
        },
4365
        {
4366
            "name": "laminas/laminas-mvc-plugin-flashmessenger",
16 efrain 4367
            "version": "1.5.0",
1 www 4368
            "source": {
4369
                "type": "git",
4370
                "url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git",
16 efrain 4371
                "reference": "178339e7eb0e34e220e2fe543832f4eed7fb5705"
1 www 4372
            },
4373
            "dist": {
4374
                "type": "zip",
16 efrain 4375
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/178339e7eb0e34e220e2fe543832f4eed7fb5705",
4376
                "reference": "178339e7eb0e34e220e2fe543832f4eed7fb5705",
1 www 4377
                "shasum": ""
4378
            },
4379
            "require": {
4380
                "laminas/laminas-mvc": "^3.0",
4381
                "laminas/laminas-session": "^2.8.5",
4382
                "laminas/laminas-stdlib": "^3.2.1",
4383
                "laminas/laminas-view": "^2.12",
16 efrain 4384
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4385
            },
4386
            "conflict": {
16 efrain 4387
                "laminas/laminas-mvc": "<3.0.0",
4388
                "zendframework/zend-mvc-plugin-flashmessenger": "*"
1 www 4389
            },
4390
            "require-dev": {
4391
                "laminas/laminas-coding-standard": "~1.0.0",
4392
                "laminas/laminas-i18n": "^2.8",
4393
                "phpunit/phpunit": "^9.3"
4394
            },
4395
            "type": "library",
4396
            "extra": {
4397
                "laminas": {
4398
                    "component": "Laminas\\Mvc\\Plugin\\FlashMessenger"
4399
                }
4400
            },
4401
            "autoload": {
4402
                "psr-4": {
4403
                    "Laminas\\Mvc\\Plugin\\FlashMessenger\\": "src/"
4404
                }
4405
            },
4406
            "notification-url": "https://packagist.org/downloads/",
4407
            "license": [
4408
                "BSD-3-Clause"
4409
            ],
4410
            "description": "Plugin for creating and exposing flash messages via laminas-mvc controllers",
4411
            "homepage": "https://laminas.dev",
4412
            "keywords": [
4413
                "laminas",
4414
                "mvc"
4415
            ],
4416
            "support": {
4417
                "chat": "https://laminas.dev/chat",
4418
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-flashmessenger/",
4419
                "forum": "https://discourse.laminas.dev",
4420
                "issues": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/issues",
4421
                "rss": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger/releases.atom",
4422
                "source": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger"
4423
            },
4424
            "funding": [
4425
                {
4426
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4427
                    "type": "community_bridge"
4428
                }
4429
            ],
16 efrain 4430
            "time": "2021-12-08T07:02:11+00:00"
1 www 4431
        },
4432
        {
4433
            "name": "laminas/laminas-mvc-plugin-identity",
16 efrain 4434
            "version": "1.3.0",
1 www 4435
            "source": {
4436
                "type": "git",
4437
                "url": "https://github.com/laminas/laminas-mvc-plugin-identity.git",
16 efrain 4438
                "reference": "d22e7fb74f0395828df5cd42ed55d23a98569ed1"
1 www 4439
            },
4440
            "dist": {
4441
                "type": "zip",
16 efrain 4442
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-identity/zipball/d22e7fb74f0395828df5cd42ed55d23a98569ed1",
4443
                "reference": "d22e7fb74f0395828df5cd42ed55d23a98569ed1",
1 www 4444
                "shasum": ""
4445
            },
4446
            "require": {
4447
                "container-interop/container-interop": "^1.1",
4448
                "laminas/laminas-authentication": "^2.5.3",
4449
                "laminas/laminas-mvc": "^3.0",
4450
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
16 efrain 4451
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4452
            },
4453
            "conflict": {
16 efrain 4454
                "laminas/laminas-mvc": "<3.0.0",
4455
                "zendframework/zend-mvc-plugin-identity": "*"
1 www 4456
            },
4457
            "require-dev": {
4458
                "laminas/laminas-coding-standard": "~1.0.0",
4459
                "phpspec/prophecy-phpunit": "^2.0",
4460
                "phpunit/phpunit": "^9.5"
4461
            },
4462
            "type": "library",
4463
            "extra": {
4464
                "laminas": {
4465
                    "component": "Laminas\\Mvc\\Plugin\\Identity"
4466
                }
4467
            },
4468
            "autoload": {
4469
                "psr-4": {
4470
                    "Laminas\\Mvc\\Plugin\\Identity\\": "src/"
4471
                }
4472
            },
4473
            "notification-url": "https://packagist.org/downloads/",
4474
            "license": [
4475
                "BSD-3-Clause"
4476
            ],
4477
            "description": "Plugin for retrieving the current authenticated identity within laminas-mvc controllers",
4478
            "homepage": "https://laminas.dev",
4479
            "keywords": [
4480
                "laminas",
4481
                "mvc"
4482
            ],
4483
            "support": {
4484
                "chat": "https://laminas.dev/chat",
4485
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-identity/",
4486
                "forum": "https://discourse.laminas.dev",
4487
                "issues": "https://github.com/laminas/laminas-mvc-plugin-identity/issues",
4488
                "rss": "https://github.com/laminas/laminas-mvc-plugin-identity/releases.atom",
4489
                "source": "https://github.com/laminas/laminas-mvc-plugin-identity"
4490
            },
4491
            "funding": [
4492
                {
4493
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4494
                    "type": "community_bridge"
4495
                }
4496
            ],
16 efrain 4497
            "time": "2021-09-14T04:13:35+00:00"
1 www 4498
        },
4499
        {
4500
            "name": "laminas/laminas-mvc-plugin-prg",
16 efrain 4501
            "version": "1.5.0",
1 www 4502
            "source": {
4503
                "type": "git",
4504
                "url": "https://github.com/laminas/laminas-mvc-plugin-prg.git",
16 efrain 4505
                "reference": "f35eb80cbe8c0e1a5d8966e3b0a24fbaeb902f56"
1 www 4506
            },
4507
            "dist": {
4508
                "type": "zip",
16 efrain 4509
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-prg/zipball/f35eb80cbe8c0e1a5d8966e3b0a24fbaeb902f56",
4510
                "reference": "f35eb80cbe8c0e1a5d8966e3b0a24fbaeb902f56",
1 www 4511
                "shasum": ""
4512
            },
4513
            "require": {
4514
                "laminas/laminas-mvc": "^3.0",
4515
                "laminas/laminas-session": "^2.8.5",
4516
                "laminas/laminas-stdlib": "^3.3.0",
16 efrain 4517
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4518
            },
16 efrain 4519
            "conflict": {
4520
                "zendframework/zend-mvc-plugin-prg": "*"
1 www 4521
            },
4522
            "require-dev": {
4523
                "laminas/laminas-coding-standard": "~1.0.0",
4524
                "phpunit/phpunit": "^9.3"
4525
            },
4526
            "type": "library",
4527
            "extra": {
4528
                "laminas": {
4529
                    "component": "Laminas\\Mvc\\Plugin\\Prg"
4530
                }
4531
            },
4532
            "autoload": {
4533
                "psr-4": {
4534
                    "Laminas\\Mvc\\Plugin\\Prg\\": "src/"
4535
                }
4536
            },
4537
            "notification-url": "https://packagist.org/downloads/",
4538
            "license": [
4539
                "BSD-3-Clause"
4540
            ],
4541
            "description": "Post/Redirect/Get plugin for laminas-mvc controllers",
4542
            "homepage": "https://laminas.dev",
4543
            "keywords": [
4544
                "laminas",
4545
                "mvc"
4546
            ],
4547
            "support": {
4548
                "chat": "https://laminas.dev/chat",
4549
                "docs": "https://docs.laminas.dev/laminas-mvc-plugin-prg/",
4550
                "forum": "https://discourse.laminas.dev",
4551
                "issues": "https://github.com/laminas/laminas-mvc-plugin-prg/issues",
4552
                "rss": "https://github.com/laminas/laminas-mvc-plugin-prg/releases.atom",
4553
                "source": "https://github.com/laminas/laminas-mvc-plugin-prg"
4554
            },
4555
            "funding": [
4556
                {
4557
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4558
                    "type": "community_bridge"
4559
                }
4560
            ],
16 efrain 4561
            "time": "2021-12-15T12:48:38+00:00"
1 www 4562
        },
4563
        {
4564
            "name": "laminas/laminas-mvc-plugins",
16 efrain 4565
            "version": "1.2.0",
1 www 4566
            "source": {
4567
                "type": "git",
4568
                "url": "https://github.com/laminas/laminas-mvc-plugins.git",
16 efrain 4569
                "reference": "ea91854e410fcf0451c8bc53062da215605cf5ad"
1 www 4570
            },
4571
            "dist": {
4572
                "type": "zip",
16 efrain 4573
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugins/zipball/ea91854e410fcf0451c8bc53062da215605cf5ad",
4574
                "reference": "ea91854e410fcf0451c8bc53062da215605cf5ad",
1 www 4575
                "shasum": ""
4576
            },
4577
            "require": {
4578
                "laminas/laminas-mvc-plugin-fileprg": "^1.2",
4579
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.3",
4580
                "laminas/laminas-mvc-plugin-identity": "^1.2",
4581
                "laminas/laminas-mvc-plugin-prg": "^1.3"
4582
            },
16 efrain 4583
            "conflict": {
4584
                "zendframework/zend-mvc-plugins": "*"
1 www 4585
            },
4586
            "type": "metapackage",
4587
            "extra": {
4588
                "laminas": {
4589
                    "component": [
4590
                        "Laminas\\Mvc\\Plugin\\FilePrg",
4591
                        "Laminas\\Mvc\\Plugin\\FlashMessenger",
4592
                        "Laminas\\Mvc\\Plugin\\Identity",
4593
                        "Laminas\\Mvc\\Plugin\\Prg"
4594
                    ]
4595
                }
4596
            },
4597
            "notification-url": "https://packagist.org/downloads/",
4598
            "license": [
4599
                "BSD-3-Clause"
4600
            ],
4601
            "description": "Collection of all stable laminas-mvc plugins served via separate packages.",
4602
            "homepage": "https://laminas.dev",
4603
            "keywords": [
4604
                "laminas",
4605
                "mvc",
4606
                "plugins"
4607
            ],
4608
            "support": {
4609
                "chat": "https://laminas.dev/chat",
4610
                "forum": "https://discourse.laminas.dev",
4611
                "issues": "https://github.com/laminas/laminas-mvc-plugins/issues",
4612
                "rss": "https://github.com/laminas/laminas-mvc-plugins/releases.atom",
4613
                "source": "https://github.com/laminas/laminas-mvc-plugins"
4614
            },
4615
            "funding": [
4616
                {
4617
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4618
                    "type": "community_bridge"
4619
                }
4620
            ],
16 efrain 4621
            "time": "2021-12-06T00:49:46+00:00"
1 www 4622
        },
4623
        {
4624
            "name": "laminas/laminas-navigation",
16 efrain 4625
            "version": "2.13.1",
1 www 4626
            "source": {
4627
                "type": "git",
4628
                "url": "https://github.com/laminas/laminas-navigation.git",
16 efrain 4629
                "reference": "a4343098b50942df1edcc2b035780068bac17ed5"
1 www 4630
            },
4631
            "dist": {
4632
                "type": "zip",
16 efrain 4633
                "url": "https://api.github.com/repos/laminas/laminas-navigation/zipball/a4343098b50942df1edcc2b035780068bac17ed5",
4634
                "reference": "a4343098b50942df1edcc2b035780068bac17ed5",
1 www 4635
                "shasum": ""
4636
            },
4637
            "require": {
4638
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
16 efrain 4639
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4640
            },
16 efrain 4641
            "conflict": {
4642
                "zendframework/zend-navigation": "*"
1 www 4643
            },
4644
            "require-dev": {
16 efrain 4645
                "laminas/laminas-coding-standard": "^2.3.0",
4646
                "laminas/laminas-config": "^3.7.0",
4647
                "laminas/laminas-http": "^2.15.1",
4648
                "laminas/laminas-i18n": "^2.13.0",
4649
                "laminas/laminas-mvc": "^3.3.0",
4650
                "laminas/laminas-permissions-acl": "^2.9.0",
4651
                "laminas/laminas-router": "^3.5.0",
4652
                "laminas/laminas-servicemanager": "^3.10.0",
4653
                "laminas/laminas-uri": "^2.9.1",
4654
                "laminas/laminas-view": "^2.14.2",
4655
                "phpspec/prophecy-phpunit": "^2.0.1",
4656
                "phpunit/phpunit": "^9.5.10"
1 www 4657
            },
4658
            "suggest": {
16 efrain 4659
                "laminas/laminas-config": "^3.7, to provide page configuration (optional, as arrays and Traversables are also allowed)",
4660
                "laminas/laminas-permissions-acl": "^2.9, to provide ACL-based access restrictions to pages",
4661
                "laminas/laminas-router": "^3.5, to use router-based URI generation with Mvc pages",
4662
                "laminas/laminas-servicemanager": "^3.10, to use the navigation factories",
4663
                "laminas/laminas-view": "^2.14, to use the navigation view helpers"
1 www 4664
            },
4665
            "type": "library",
4666
            "extra": {
4667
                "laminas": {
4668
                    "component": "Laminas\\Navigation",
4669
                    "config-provider": "Laminas\\Navigation\\ConfigProvider"
4670
                }
4671
            },
4672
            "autoload": {
4673
                "psr-4": {
4674
                    "Laminas\\Navigation\\": "src/"
4675
                }
4676
            },
4677
            "notification-url": "https://packagist.org/downloads/",
4678
            "license": [
4679
                "BSD-3-Clause"
4680
            ],
4681
            "description": "Manage trees of pointers to web pages in order to build navigation systems",
4682
            "homepage": "https://laminas.dev",
4683
            "keywords": [
4684
                "laminas",
4685
                "navigation"
4686
            ],
4687
            "support": {
4688
                "chat": "https://laminas.dev/chat",
4689
                "docs": "https://docs.laminas.dev/laminas-navigation/",
4690
                "forum": "https://discourse.laminas.dev",
4691
                "issues": "https://github.com/laminas/laminas-navigation/issues",
4692
                "rss": "https://github.com/laminas/laminas-navigation/releases.atom",
4693
                "source": "https://github.com/laminas/laminas-navigation"
4694
            },
4695
            "funding": [
4696
                {
4697
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4698
                    "type": "community_bridge"
4699
                }
4700
            ],
16 efrain 4701
            "time": "2021-12-12T19:57:52+00:00"
1 www 4702
        },
4703
        {
4704
            "name": "laminas/laminas-paginator",
16 efrain 4705
            "version": "2.12.1",
1 www 4706
            "source": {
4707
                "type": "git",
4708
                "url": "https://github.com/laminas/laminas-paginator.git",
16 efrain 4709
                "reference": "fe51fdf2c938f7f8299e67c6f19628d890ef6868"
1 www 4710
            },
4711
            "dist": {
4712
                "type": "zip",
16 efrain 4713
                "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/fe51fdf2c938f7f8299e67c6f19628d890ef6868",
4714
                "reference": "fe51fdf2c938f7f8299e67c6f19628d890ef6868",
1 www 4715
                "shasum": ""
4716
            },
4717
            "require": {
4718
                "ext-json": "*",
16 efrain 4719
                "laminas/laminas-stdlib": "^3.6.2",
4720
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
1 www 4721
            },
16 efrain 4722
            "conflict": {
4723
                "zendframework/zend-paginator": "*"
1 www 4724
            },
4725
            "require-dev": {
16 efrain 4726
                "laminas/laminas-cache": "^3.1.2",
4727
                "laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
4728
                "laminas/laminas-coding-standard": "^2.3.0",
4729
                "laminas/laminas-config": "^3.7.0",
4730
                "laminas/laminas-filter": "^2.13.0",
4731
                "laminas/laminas-servicemanager": "^3.10.0",
4732
                "laminas/laminas-view": "^2.15.0",
4733
                "phpunit/phpunit": "^9.5.10",
4734
                "psalm/plugin-phpunit": "^0.16.1",
4735
                "vimeo/psalm": "^4.15.0"
1 www 4736
            },
4737
            "suggest": {
4738
                "laminas/laminas-cache": "Laminas\\Cache component to support cache features",
4739
                "laminas/laminas-filter": "Laminas\\Filter component",
4740
                "laminas/laminas-paginator-adapter-laminasdb": "Provides pagination adapters for Select statements and TableGateway instances",
4741
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
4742
                "laminas/laminas-view": "Laminas\\View component"
4743
            },
4744
            "type": "library",
4745
            "extra": {
4746
                "laminas": {
4747
                    "component": "Laminas\\Paginator",
4748
                    "config-provider": "Laminas\\Paginator\\ConfigProvider"
4749
                }
4750
            },
4751
            "autoload": {
4752
                "psr-4": {
4753
                    "Laminas\\Paginator\\": "src/"
4754
                }
4755
            },
4756
            "notification-url": "https://packagist.org/downloads/",
4757
            "license": [
4758
                "BSD-3-Clause"
4759
            ],
4760
            "description": "Paginate collections of data from arbitrary sources",
4761
            "homepage": "https://laminas.dev",
4762
            "keywords": [
4763
                "laminas",
4764
                "paginator"
4765
            ],
4766
            "support": {
4767
                "chat": "https://laminas.dev/chat",
4768
                "docs": "https://docs.laminas.dev/laminas-paginator/",
4769
                "forum": "https://discourse.laminas.dev",
4770
                "issues": "https://github.com/laminas/laminas-paginator/issues",
4771
                "rss": "https://github.com/laminas/laminas-paginator/releases.atom",
4772
                "source": "https://github.com/laminas/laminas-paginator"
4773
            },
4774
            "funding": [
4775
                {
4776
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4777
                    "type": "community_bridge"
4778
                }
4779
            ],
16 efrain 4780
            "time": "2021-12-17T16:45:14+00:00"
1 www 4781
        },
4782
        {
4783
            "name": "laminas/laminas-permissions-acl",
16 efrain 4784
            "version": "2.9.0",
1 www 4785
            "source": {
4786
                "type": "git",
4787
                "url": "https://github.com/laminas/laminas-permissions-acl.git",
16 efrain 4788
                "reference": "cd5689d8360c9a3f29bb62b32fc8ad45e0947e1e"
1 www 4789
            },
4790
            "dist": {
4791
                "type": "zip",
16 efrain 4792
                "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/cd5689d8360c9a3f29bb62b32fc8ad45e0947e1e",
4793
                "reference": "cd5689d8360c9a3f29bb62b32fc8ad45e0947e1e",
1 www 4794
                "shasum": ""
4795
            },
4796
            "require": {
16 efrain 4797
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4798
            },
4799
            "conflict": {
16 efrain 4800
                "laminas/laminas-servicemanager": "<3.0",
4801
                "zendframework/zend-permissions-acl": "*"
1 www 4802
            },
4803
            "require-dev": {
4804
                "laminas/laminas-coding-standard": "~1.0.0",
4805
                "laminas/laminas-servicemanager": "^3.0.3",
16 efrain 4806
                "phpunit/phpunit": "^9.5.0",
4807
                "psalm/plugin-phpunit": "^0.15.1",
4808
                "vimeo/psalm": "^4.7"
1 www 4809
            },
4810
            "suggest": {
4811
                "laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
4812
            },
4813
            "type": "library",
4814
            "autoload": {
4815
                "psr-4": {
4816
                    "Laminas\\Permissions\\Acl\\": "src/"
4817
                }
4818
            },
4819
            "notification-url": "https://packagist.org/downloads/",
4820
            "license": [
4821
                "BSD-3-Clause"
4822
            ],
4823
            "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
4824
            "homepage": "https://laminas.dev",
4825
            "keywords": [
4826
                "acl",
4827
                "laminas"
4828
            ],
4829
            "support": {
4830
                "chat": "https://laminas.dev/chat",
4831
                "docs": "https://docs.laminas.dev/laminas-permissions-acl/",
4832
                "forum": "https://discourse.laminas.dev",
4833
                "issues": "https://github.com/laminas/laminas-permissions-acl/issues",
4834
                "rss": "https://github.com/laminas/laminas-permissions-acl/releases.atom",
4835
                "source": "https://github.com/laminas/laminas-permissions-acl"
4836
            },
4837
            "funding": [
4838
                {
4839
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4840
                    "type": "community_bridge"
4841
                }
4842
            ],
16 efrain 4843
            "time": "2021-12-03T08:59:59+00:00"
1 www 4844
        },
4845
        {
4846
            "name": "laminas/laminas-psr7bridge",
16 efrain 4847
            "version": "1.6.0",
1 www 4848
            "source": {
4849
                "type": "git",
4850
                "url": "https://github.com/laminas/laminas-psr7bridge.git",
16 efrain 4851
                "reference": "c151fe1bff398309f95f20c16f48398ee194ee62"
1 www 4852
            },
4853
            "dist": {
4854
                "type": "zip",
16 efrain 4855
                "url": "https://api.github.com/repos/laminas/laminas-psr7bridge/zipball/c151fe1bff398309f95f20c16f48398ee194ee62",
4856
                "reference": "c151fe1bff398309f95f20c16f48398ee194ee62",
1 www 4857
                "shasum": ""
4858
            },
4859
            "require": {
4860
                "laminas/laminas-diactoros": "^1.7 || ^2.0",
16 efrain 4861
                "laminas/laminas-http": "^2.15",
4862
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
1 www 4863
                "psr/http-message": "^1.0"
4864
            },
4865
            "conflict": {
16 efrain 4866
                "laminas/laminas-stdlib": "< 3.2.1",
4867
                "zendframework/zend-psr7bridge": "*"
1 www 4868
            },
4869
            "require-dev": {
4870
                "laminas/laminas-coding-standard": "~1.0.0",
16 efrain 4871
                "phpunit/phpunit": "^9.5.10",
4872
                "psalm/plugin-phpunit": "^0.16.1",
4873
                "vimeo/psalm": "^4.11"
1 www 4874
            },
4875
            "type": "library",
4876
            "autoload": {
4877
                "psr-4": {
4878
                    "Laminas\\Psr7Bridge\\": "src/"
4879
                }
4880
            },
4881
            "notification-url": "https://packagist.org/downloads/",
4882
            "license": [
4883
                "BSD-3-Clause"
4884
            ],
16 efrain 4885
            "description": "Bidirectional conversions between PSR-7 and laminas-http messages",
1 www 4886
            "homepage": "https://laminas.dev",
4887
            "keywords": [
4888
                "http",
4889
                "laminas",
4890
                "psr",
4891
                "psr-7"
4892
            ],
4893
            "support": {
4894
                "chat": "https://laminas.dev/chat",
4895
                "docs": "https://docs.laminas.dev/laminas-psr7bridge/",
4896
                "forum": "https://discourse.laminas.dev",
4897
                "issues": "https://github.com/laminas/laminas-psr7bridge/issues",
4898
                "rss": "https://github.com/laminas/laminas-psr7bridge/releases.atom",
4899
                "source": "https://github.com/laminas/laminas-psr7bridge"
4900
            },
4901
            "funding": [
4902
                {
4903
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4904
                    "type": "community_bridge"
4905
                }
4906
            ],
16 efrain 4907
            "time": "2021-12-06T02:23:33+00:00"
1 www 4908
        },
4909
        {
4910
            "name": "laminas/laminas-recaptcha",
16 efrain 4911
            "version": "3.4.0",
1 www 4912
            "source": {
4913
                "type": "git",
4914
                "url": "https://github.com/laminas/laminas-recaptcha.git",
16 efrain 4915
                "reference": "f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71"
1 www 4916
            },
4917
            "dist": {
4918
                "type": "zip",
16 efrain 4919
                "url": "https://api.github.com/repos/laminas/laminas-recaptcha/zipball/f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71",
4920
                "reference": "f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71",
1 www 4921
                "shasum": ""
4922
            },
4923
            "require": {
4924
                "ext-json": "*",
16 efrain 4925
                "laminas/laminas-http": "^2.15",
4926
                "laminas/laminas-json": "^3.3",
4927
                "laminas/laminas-stdlib": "^3.6",
4928
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4929
            },
16 efrain 4930
            "conflict": {
4931
                "zendframework/zendservice-recaptcha": "*"
1 www 4932
            },
4933
            "require-dev": {
16 efrain 4934
                "laminas/laminas-coding-standard": "~2.3.0",
4935
                "laminas/laminas-config": "^3.7",
4936
                "laminas/laminas-validator": "^2.15",
4937
                "phpunit/phpunit": "^9.5.4"
1 www 4938
            },
4939
            "suggest": {
4940
                "laminas/laminas-validator": "~2.0, if using ReCaptcha's Mailhide API"
4941
            },
4942
            "type": "library",
4943
            "autoload": {
4944
                "psr-4": {
4945
                    "Laminas\\ReCaptcha\\": "src/"
4946
                }
4947
            },
4948
            "notification-url": "https://packagist.org/downloads/",
4949
            "license": [
4950
                "BSD-3-Clause"
4951
            ],
4952
            "description": "OOP wrapper for the ReCaptcha web service",
4953
            "homepage": "https://laminas.dev",
4954
            "keywords": [
4955
                "laminas",
4956
                "recaptcha"
4957
            ],
4958
            "support": {
4959
                "chat": "https://laminas.dev/chat",
4960
                "docs": "https://docs.laminas.dev/laminas-recaptcha/",
4961
                "forum": "https://discourse.laminas.dev",
4962
                "issues": "https://github.com/laminas/laminas-recaptcha/issues",
4963
                "rss": "https://github.com/laminas/laminas-recaptcha/releases.atom",
4964
                "source": "https://github.com/laminas/laminas-recaptcha"
4965
            },
4966
            "funding": [
4967
                {
4968
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
4969
                    "type": "community_bridge"
4970
                }
4971
            ],
16 efrain 4972
            "time": "2021-11-28T18:10:25+00:00"
1 www 4973
        },
4974
        {
4975
            "name": "laminas/laminas-router",
16 efrain 4976
            "version": "3.5.0",
1 www 4977
            "source": {
4978
                "type": "git",
4979
                "url": "https://github.com/laminas/laminas-router.git",
16 efrain 4980
                "reference": "44759e71620030c93d99e40b394fe9fff8f0beda"
1 www 4981
            },
4982
            "dist": {
4983
                "type": "zip",
16 efrain 4984
                "url": "https://api.github.com/repos/laminas/laminas-router/zipball/44759e71620030c93d99e40b394fe9fff8f0beda",
4985
                "reference": "44759e71620030c93d99e40b394fe9fff8f0beda",
1 www 4986
                "shasum": ""
4987
            },
4988
            "require": {
4989
                "container-interop/container-interop": "^1.2",
16 efrain 4990
                "laminas/laminas-http": "^2.15",
4991
                "laminas/laminas-servicemanager": "^3.7",
4992
                "laminas/laminas-stdlib": "^3.6",
4993
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 4994
            },
16 efrain 4995
            "conflict": {
4996
                "zendframework/zend-router": "*"
1 www 4997
            },
4998
            "require-dev": {
16 efrain 4999
                "laminas/laminas-coding-standard": "~2.2.1",
1 www 5000
                "laminas/laminas-i18n": "^2.7.4",
16 efrain 5001
                "phpunit/phpunit": "^9.5.5",
5002
                "psalm/plugin-phpunit": "^0.15.1",
5003
                "vimeo/psalm": "^4.7"
1 www 5004
            },
5005
            "suggest": {
5006
                "laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments"
5007
            },
5008
            "type": "library",
5009
            "extra": {
5010
                "laminas": {
5011
                    "component": "Laminas\\Router",
5012
                    "config-provider": "Laminas\\Router\\ConfigProvider"
5013
                }
5014
            },
5015
            "autoload": {
5016
                "psr-4": {
5017
                    "Laminas\\Router\\": "src/"
5018
                }
5019
            },
5020
            "notification-url": "https://packagist.org/downloads/",
5021
            "license": [
5022
                "BSD-3-Clause"
5023
            ],
5024
            "description": "Flexible routing system for HTTP and console applications",
5025
            "homepage": "https://laminas.dev",
5026
            "keywords": [
5027
                "laminas",
5028
                "routing"
5029
            ],
5030
            "support": {
5031
                "chat": "https://laminas.dev/chat",
5032
                "docs": "https://docs.laminas.dev/laminas-router/",
5033
                "forum": "https://discourse.laminas.dev",
5034
                "issues": "https://github.com/laminas/laminas-router/issues",
5035
                "rss": "https://github.com/laminas/laminas-router/releases.atom",
5036
                "source": "https://github.com/laminas/laminas-router"
5037
            },
5038
            "funding": [
5039
                {
5040
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5041
                    "type": "community_bridge"
5042
                }
5043
            ],
16 efrain 5044
            "time": "2021-10-13T16:02:43+00:00"
1 www 5045
        },
5046
        {
5047
            "name": "laminas/laminas-servicemanager",
16 efrain 5048
            "version": "3.10.0",
1 www 5049
            "source": {
5050
                "type": "git",
5051
                "url": "https://github.com/laminas/laminas-servicemanager.git",
16 efrain 5052
                "reference": "e52b985909e0940bf22d34f322eb3f48bbef6bd1"
1 www 5053
            },
5054
            "dist": {
5055
                "type": "zip",
16 efrain 5056
                "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/e52b985909e0940bf22d34f322eb3f48bbef6bd1",
5057
                "reference": "e52b985909e0940bf22d34f322eb3f48bbef6bd1",
1 www 5058
                "shasum": ""
5059
            },
5060
            "require": {
5061
                "container-interop/container-interop": "^1.2",
5062
                "laminas/laminas-stdlib": "^3.2.1",
16 efrain 5063
                "php": "~7.4.0 || ~8.0.0 || ~8.1.0",
1 www 5064
                "psr/container": "^1.0"
5065
            },
5066
            "conflict": {
5067
                "laminas/laminas-code": "<3.3.1",
16 efrain 5068
                "zendframework/zend-code": "<3.3.1",
5069
                "zendframework/zend-servicemanager": "*"
1 www 5070
            },
5071
            "provide": {
5072
                "container-interop/container-interop-implementation": "^1.2",
5073
                "psr/container-implementation": "^1.0"
5074
            },
5075
            "require-dev": {
5076
                "composer/package-versions-deprecated": "^1.0",
16 efrain 5077
                "laminas/laminas-coding-standard": "~2.2.1",
1 www 5078
                "laminas/laminas-container-config-test": "^0.3",
5079
                "laminas/laminas-dependency-plugin": "^2.1.2",
16 efrain 5080
                "mikey179/vfsstream": "^1.6.10@alpha",
5081
                "ocramius/proxy-manager": "^2.11",
5082
                "phpbench/phpbench": "^1.1",
1 www 5083
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 5084
                "phpunit/phpunit": "^9.5.5",
1 www 5085
                "psalm/plugin-phpunit": "^0.16.1",
5086
                "vimeo/psalm": "^4.8"
5087
            },
5088
            "suggest": {
5089
                "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
5090
            },
5091
            "bin": [
5092
                "bin/generate-deps-for-config-factory",
5093
                "bin/generate-factory-for-class"
5094
            ],
5095
            "type": "library",
5096
            "autoload": {
5097
                "psr-4": {
5098
                    "Laminas\\ServiceManager\\": "src/"
5099
                }
5100
            },
5101
            "notification-url": "https://packagist.org/downloads/",
5102
            "license": [
5103
                "BSD-3-Clause"
5104
            ],
5105
            "description": "Factory-Driven Dependency Injection Container",
5106
            "homepage": "https://laminas.dev",
5107
            "keywords": [
5108
                "PSR-11",
5109
                "dependency-injection",
5110
                "di",
5111
                "dic",
5112
                "laminas",
5113
                "service-manager",
5114
                "servicemanager"
5115
            ],
5116
            "support": {
5117
                "chat": "https://laminas.dev/chat",
5118
                "docs": "https://docs.laminas.dev/laminas-servicemanager/",
5119
                "forum": "https://discourse.laminas.dev",
5120
                "issues": "https://github.com/laminas/laminas-servicemanager/issues",
5121
                "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
5122
                "source": "https://github.com/laminas/laminas-servicemanager"
5123
            },
5124
            "funding": [
5125
                {
5126
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5127
                    "type": "community_bridge"
5128
                }
5129
            ],
16 efrain 5130
            "time": "2021-09-18T20:19:36+00:00"
1 www 5131
        },
5132
        {
5133
            "name": "laminas/laminas-session",
16 efrain 5134
            "version": "2.12.0",
1 www 5135
            "source": {
5136
                "type": "git",
5137
                "url": "https://github.com/laminas/laminas-session.git",
16 efrain 5138
                "reference": "fc538bba5196e3b5937ae7db3c713fc7c0829881"
1 www 5139
            },
5140
            "dist": {
5141
                "type": "zip",
16 efrain 5142
                "url": "https://api.github.com/repos/laminas/laminas-session/zipball/fc538bba5196e3b5937ae7db3c713fc7c0829881",
5143
                "reference": "fc538bba5196e3b5937ae7db3c713fc7c0829881",
1 www 5144
                "shasum": ""
5145
            },
5146
            "require": {
16 efrain 5147
                "laminas/laminas-eventmanager": "^3.4",
5148
                "laminas/laminas-stdlib": "^3.6",
5149
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 5150
            },
16 efrain 5151
            "conflict": {
5152
                "zendframework/zend-session": "*"
1 www 5153
            },
5154
            "require-dev": {
5155
                "container-interop/container-interop": "^1.1",
16 efrain 5156
                "laminas/laminas-cache": "3.0.x-dev",
5157
                "laminas/laminas-cache-storage-adapter-memory": "2.0.x-dev",
1 www 5158
                "laminas/laminas-coding-standard": "~2.2.1",
16 efrain 5159
                "laminas/laminas-db": "^2.13.4",
5160
                "laminas/laminas-http": "^2.15",
5161
                "laminas/laminas-servicemanager": "^3.7",
5162
                "laminas/laminas-validator": "^2.15",
5163
                "mongodb/mongodb": "v1.9.x-dev",
1 www 5164
                "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
5165
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 5166
                "phpunit/phpunit": "^9.5.9"
1 www 5167
            },
5168
            "suggest": {
5169
                "laminas/laminas-cache": "Laminas\\Cache component",
5170
                "laminas/laminas-db": "Laminas\\Db component",
5171
                "laminas/laminas-http": "Laminas\\Http component",
5172
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
5173
                "laminas/laminas-validator": "Laminas\\Validator component",
5174
                "mongodb/mongodb": "If you want to use the MongoDB session save handler"
5175
            },
5176
            "type": "library",
5177
            "extra": {
5178
                "laminas": {
5179
                    "component": "Laminas\\Session",
5180
                    "config-provider": "Laminas\\Session\\ConfigProvider"
5181
                }
5182
            },
5183
            "autoload": {
5184
                "psr-4": {
5185
                    "Laminas\\Session\\": "src/"
5186
                }
5187
            },
5188
            "notification-url": "https://packagist.org/downloads/",
5189
            "license": [
5190
                "BSD-3-Clause"
5191
            ],
5192
            "description": "Object-oriented interface to PHP sessions and storage",
5193
            "homepage": "https://laminas.dev",
5194
            "keywords": [
5195
                "laminas",
5196
                "session"
5197
            ],
5198
            "support": {
5199
                "chat": "https://laminas.dev/chat",
5200
                "docs": "https://docs.laminas.dev/laminas-session/",
5201
                "forum": "https://discourse.laminas.dev",
5202
                "issues": "https://github.com/laminas/laminas-session/issues",
5203
                "rss": "https://github.com/laminas/laminas-session/releases.atom",
5204
                "source": "https://github.com/laminas/laminas-session"
5205
            },
5206
            "funding": [
5207
                {
5208
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5209
                    "type": "community_bridge"
5210
                }
5211
            ],
16 efrain 5212
            "time": "2021-09-21T19:25:14+00:00"
1 www 5213
        },
5214
        {
5215
            "name": "laminas/laminas-stdlib",
112 efrain 5216
            "version": "3.6.4",
1 www 5217
            "source": {
5218
                "type": "git",
5219
                "url": "https://github.com/laminas/laminas-stdlib.git",
112 efrain 5220
                "reference": "830a36d93aeaf06e540e90ec031babb3c6eafadb"
1 www 5221
            },
5222
            "dist": {
5223
                "type": "zip",
112 efrain 5224
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/830a36d93aeaf06e540e90ec031babb3c6eafadb",
5225
                "reference": "830a36d93aeaf06e540e90ec031babb3c6eafadb",
1 www 5226
                "shasum": ""
5227
            },
5228
            "require": {
16 efrain 5229
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 5230
            },
5231
            "conflict": {
5232
                "zendframework/zend-stdlib": "*"
5233
            },
5234
            "require-dev": {
5235
                "laminas/laminas-coding-standard": "~2.3.0",
5236
                "phpbench/phpbench": "^0.17.1",
5237
                "phpunit/phpunit": "~9.3.7",
5238
                "psalm/plugin-phpunit": "^0.16.0",
5239
                "vimeo/psalm": "^4.7"
5240
            },
5241
            "type": "library",
5242
            "autoload": {
5243
                "psr-4": {
5244
                    "Laminas\\Stdlib\\": "src/"
5245
                }
5246
            },
5247
            "notification-url": "https://packagist.org/downloads/",
5248
            "license": [
5249
                "BSD-3-Clause"
5250
            ],
5251
            "description": "SPL extensions, array utilities, error handlers, and more",
5252
            "homepage": "https://laminas.dev",
5253
            "keywords": [
5254
                "laminas",
5255
                "stdlib"
5256
            ],
5257
            "support": {
5258
                "chat": "https://laminas.dev/chat",
5259
                "docs": "https://docs.laminas.dev/laminas-stdlib/",
5260
                "forum": "https://discourse.laminas.dev",
5261
                "issues": "https://github.com/laminas/laminas-stdlib/issues",
5262
                "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
5263
                "source": "https://github.com/laminas/laminas-stdlib"
5264
            },
5265
            "funding": [
5266
                {
5267
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5268
                    "type": "community_bridge"
5269
                }
5270
            ],
112 efrain 5271
            "time": "2021-12-29T14:33:01+00:00"
1 www 5272
        },
5273
        {
5274
            "name": "laminas/laminas-test",
16 efrain 5275
            "version": "3.8.0",
1 www 5276
            "source": {
5277
                "type": "git",
5278
                "url": "https://github.com/laminas/laminas-test.git",
16 efrain 5279
                "reference": "ae49929c0060800f0e516cb984620674dfb74458"
1 www 5280
            },
5281
            "dist": {
5282
                "type": "zip",
16 efrain 5283
                "url": "https://api.github.com/repos/laminas/laminas-test/zipball/ae49929c0060800f0e516cb984620674dfb74458",
5284
                "reference": "ae49929c0060800f0e516cb984620674dfb74458",
1 www 5285
                "shasum": ""
5286
            },
5287
            "require": {
5288
                "laminas/laminas-console": "^2.6",
5289
                "laminas/laminas-eventmanager": "^3.0",
16 efrain 5290
                "laminas/laminas-http": "^2.15.0",
5291
                "laminas/laminas-mvc": "^3.3.0",
1 www 5292
                "laminas/laminas-servicemanager": "^3.0.3",
5293
                "laminas/laminas-uri": "^2.5",
16 efrain 5294
                "laminas/laminas-view": "^2.13.1",
5295
                "php": "^7.3 || ~8.0.0 || ~8.1.0",
5296
                "phpunit/phpunit": "^8.5.14 || ^9.0",
5297
                "symfony/css-selector": "^5.4 || ^6.0",
5298
                "symfony/dom-crawler": "^5.4 || ^6.0"
1 www 5299
            },
16 efrain 5300
            "conflict": {
5301
                "zendframework/zend-test": "*"
1 www 5302
            },
5303
            "require-dev": {
16 efrain 5304
                "laminas/laminas-coding-standard": "~2.3.0",
1 www 5305
                "laminas/laminas-i18n": "^2.6",
5306
                "laminas/laminas-log": "^2.7.1",
5307
                "laminas/laminas-modulemanager": "^2.7.1",
5308
                "laminas/laminas-mvc-console": "^1.1.8",
16 efrain 5309
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.4.0",
1 www 5310
                "laminas/laminas-serializer": "^2.6.1",
16 efrain 5311
                "laminas/laminas-session": "^2.12.0",
5312
                "laminas/laminas-stdlib": "^3.6.0",
1 www 5313
                "laminas/laminas-validator": "^2.8",
5314
                "mikey179/vfsstream": "^1.6.8",
5315
                "psalm/plugin-phpunit": "^0.16.0",
5316
                "vimeo/psalm": "^4.7"
5317
            },
5318
            "suggest": {
5319
                "laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration"
5320
            },
5321
            "type": "library",
5322
            "autoload": {
5323
                "psr-4": {
5324
                    "Laminas\\Test\\": "src/"
5325
                }
5326
            },
5327
            "notification-url": "https://packagist.org/downloads/",
5328
            "license": [
5329
                "BSD-3-Clause"
5330
            ],
16 efrain 5331
            "description": "Tools to facilitate integration testing of laminas-mvc applications",
1 www 5332
            "homepage": "https://laminas.dev",
5333
            "keywords": [
5334
                "laminas",
5335
                "test"
5336
            ],
5337
            "support": {
5338
                "chat": "https://laminas.dev/chat",
5339
                "docs": "https://docs.laminas.dev/laminas-test/",
5340
                "forum": "https://discourse.laminas.dev",
5341
                "issues": "https://github.com/laminas/laminas-test/issues",
5342
                "rss": "https://github.com/laminas/laminas-test/releases.atom",
5343
                "source": "https://github.com/laminas/laminas-test"
5344
            },
5345
            "funding": [
5346
                {
5347
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5348
                    "type": "community_bridge"
5349
                }
5350
            ],
16 efrain 5351
            "time": "2021-12-08T04:16:21+00:00"
1 www 5352
        },
5353
        {
5354
            "name": "laminas/laminas-uri",
16 efrain 5355
            "version": "2.9.1",
1 www 5356
            "source": {
5357
                "type": "git",
5358
                "url": "https://github.com/laminas/laminas-uri.git",
16 efrain 5359
                "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b"
1 www 5360
            },
5361
            "dist": {
5362
                "type": "zip",
16 efrain 5363
                "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/7e837dc15c8fd3949df7d1213246fd7c8640032b",
5364
                "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b",
1 www 5365
                "shasum": ""
5366
            },
5367
            "require": {
16 efrain 5368
                "laminas/laminas-escaper": "^2.9",
5369
                "laminas/laminas-validator": "^2.15",
5370
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 5371
            },
16 efrain 5372
            "conflict": {
5373
                "zendframework/zend-uri": "*"
1 www 5374
            },
5375
            "require-dev": {
16 efrain 5376
                "laminas/laminas-coding-standard": "~2.2.1",
5377
                "phpunit/phpunit": "^9.5.5"
1 www 5378
            },
5379
            "type": "library",
5380
            "autoload": {
5381
                "psr-4": {
5382
                    "Laminas\\Uri\\": "src/"
5383
                }
5384
            },
5385
            "notification-url": "https://packagist.org/downloads/",
5386
            "license": [
5387
                "BSD-3-Clause"
5388
            ],
5389
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
5390
            "homepage": "https://laminas.dev",
5391
            "keywords": [
5392
                "laminas",
5393
                "uri"
5394
            ],
5395
            "support": {
5396
                "chat": "https://laminas.dev/chat",
5397
                "docs": "https://docs.laminas.dev/laminas-uri/",
5398
                "forum": "https://discourse.laminas.dev",
5399
                "issues": "https://github.com/laminas/laminas-uri/issues",
5400
                "rss": "https://github.com/laminas/laminas-uri/releases.atom",
5401
                "source": "https://github.com/laminas/laminas-uri"
5402
            },
5403
            "funding": [
5404
                {
5405
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5406
                    "type": "community_bridge"
5407
                }
5408
            ],
16 efrain 5409
            "time": "2021-09-09T18:37:15+00:00"
1 www 5410
        },
5411
        {
5412
            "name": "laminas/laminas-validator",
16 efrain 5413
            "version": "2.15.1",
1 www 5414
            "source": {
5415
                "type": "git",
5416
                "url": "https://github.com/laminas/laminas-validator.git",
16 efrain 5417
                "reference": "fbd87f30c0a27aaeeee8adb2f934c14fb6046c80"
1 www 5418
            },
5419
            "dist": {
5420
                "type": "zip",
16 efrain 5421
                "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/fbd87f30c0a27aaeeee8adb2f934c14fb6046c80",
5422
                "reference": "fbd87f30c0a27aaeeee8adb2f934c14fb6046c80",
1 www 5423
                "shasum": ""
5424
            },
5425
            "require": {
5426
                "container-interop/container-interop": "^1.1",
16 efrain 5427
                "laminas/laminas-stdlib": "^3.6",
5428
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 5429
            },
16 efrain 5430
            "conflict": {
5431
                "zendframework/zend-validator": "*"
1 www 5432
            },
5433
            "require-dev": {
5434
                "laminas/laminas-cache": "^2.6.1",
5435
                "laminas/laminas-coding-standard": "~2.2.1",
5436
                "laminas/laminas-db": "^2.7",
5437
                "laminas/laminas-filter": "^2.6",
5438
                "laminas/laminas-http": "^2.14.2",
5439
                "laminas/laminas-i18n": "^2.6",
5440
                "laminas/laminas-math": "^2.6",
5441
                "laminas/laminas-servicemanager": "^2.7.11 || ^3.0.3",
5442
                "laminas/laminas-session": "^2.8",
5443
                "laminas/laminas-uri": "^2.7",
5444
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 5445
                "phpunit/phpunit": "^9.5.5",
1 www 5446
                "psalm/plugin-phpunit": "^0.15.0",
5447
                "psr/http-client": "^1.0",
5448
                "psr/http-factory": "^1.0",
5449
                "psr/http-message": "^1.0",
5450
                "vimeo/psalm": "^4.3"
5451
            },
5452
            "suggest": {
5453
                "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
5454
                "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
5455
                "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
5456
                "laminas/laminas-i18n-resources": "Translations of validator messages",
5457
                "laminas/laminas-math": "Laminas\\Math component, required by the Csrf validator",
5458
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
5459
                "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
5460
                "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
5461
                "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
5462
            },
5463
            "type": "library",
5464
            "extra": {
5465
                "laminas": {
5466
                    "component": "Laminas\\Validator",
5467
                    "config-provider": "Laminas\\Validator\\ConfigProvider"
5468
                }
5469
            },
5470
            "autoload": {
5471
                "psr-4": {
5472
                    "Laminas\\Validator\\": "src/"
5473
                }
5474
            },
5475
            "notification-url": "https://packagist.org/downloads/",
5476
            "license": [
5477
                "BSD-3-Clause"
5478
            ],
5479
            "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
5480
            "homepage": "https://laminas.dev",
5481
            "keywords": [
5482
                "laminas",
5483
                "validator"
5484
            ],
5485
            "support": {
5486
                "chat": "https://laminas.dev/chat",
5487
                "docs": "https://docs.laminas.dev/laminas-validator/",
5488
                "forum": "https://discourse.laminas.dev",
5489
                "issues": "https://github.com/laminas/laminas-validator/issues",
5490
                "rss": "https://github.com/laminas/laminas-validator/releases.atom",
5491
                "source": "https://github.com/laminas/laminas-validator"
5492
            },
5493
            "funding": [
5494
                {
5495
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5496
                    "type": "community_bridge"
5497
                }
5498
            ],
16 efrain 5499
            "time": "2021-12-02T14:23:06+00:00"
1 www 5500
        },
5501
        {
5502
            "name": "laminas/laminas-view",
112 efrain 5503
            "version": "2.16.0",
1 www 5504
            "source": {
5505
                "type": "git",
5506
                "url": "https://github.com/laminas/laminas-view.git",
112 efrain 5507
                "reference": "cc803ea899e6ca35670b3f21f0b74e93053f2c86"
1 www 5508
            },
5509
            "dist": {
5510
                "type": "zip",
112 efrain 5511
                "url": "https://api.github.com/repos/laminas/laminas-view/zipball/cc803ea899e6ca35670b3f21f0b74e93053f2c86",
5512
                "reference": "cc803ea899e6ca35670b3f21f0b74e93053f2c86",
1 www 5513
                "shasum": ""
5514
            },
5515
            "require": {
16 efrain 5516
                "ext-json": "*",
5517
                "laminas/laminas-eventmanager": "^3.4",
5518
                "laminas/laminas-json": "^2.6.1 || ^3.3",
5519
                "laminas/laminas-stdlib": "^3.6",
5520
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 5521
            },
5522
            "conflict": {
112 efrain 5523
                "container-interop/container-interop": "<1.2",
16 efrain 5524
                "laminas/laminas-router": "<3.0.1",
5525
                "laminas/laminas-servicemanager": "<3.3",
5526
                "zendframework/zend-view": "*"
1 www 5527
            },
5528
            "require-dev": {
16 efrain 5529
                "ext-dom": "*",
1 www 5530
                "laminas/laminas-authentication": "^2.5",
5531
                "laminas/laminas-cache": "^2.6.1",
5532
                "laminas/laminas-coding-standard": "~1.0.0",
5533
                "laminas/laminas-console": "^2.6",
5534
                "laminas/laminas-escaper": "^2.5",
16 efrain 5535
                "laminas/laminas-feed": "^2.15",
1 www 5536
                "laminas/laminas-filter": "^2.6.1",
16 efrain 5537
                "laminas/laminas-http": "^2.15",
1 www 5538
                "laminas/laminas-i18n": "^2.6",
5539
                "laminas/laminas-modulemanager": "^2.7.1",
5540
                "laminas/laminas-mvc": "^2.7.14 || ^3.0",
16 efrain 5541
                "laminas/laminas-mvc-i18n": "^1.1",
5542
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.2",
5543
                "laminas/laminas-navigation": "^2.8.1",
1 www 5544
                "laminas/laminas-paginator": "^2.5",
5545
                "laminas/laminas-permissions-acl": "^2.6",
5546
                "laminas/laminas-router": "^3.0.1",
112 efrain 5547
                "laminas/laminas-servicemanager": "^3.4",
16 efrain 5548
                "laminas/laminas-session": "^2.12",
1 www 5549
                "laminas/laminas-uri": "^2.5",
5550
                "phpspec/prophecy": "^1.12",
5551
                "phpspec/prophecy-phpunit": "^2.0",
16 efrain 5552
                "phpunit/phpunit": "^9.5.5",
5553
                "psalm/plugin-phpunit": "^0.16.1",
5554
                "vimeo/psalm": "^4.10"
1 www 5555
            },
5556
            "suggest": {
5557
                "laminas/laminas-authentication": "Laminas\\Authentication component",
5558
                "laminas/laminas-escaper": "Laminas\\Escaper component",
5559
                "laminas/laminas-feed": "Laminas\\Feed component",
5560
                "laminas/laminas-filter": "Laminas\\Filter component",
5561
                "laminas/laminas-http": "Laminas\\Http component",
5562
                "laminas/laminas-i18n": "Laminas\\I18n component",
5563
                "laminas/laminas-mvc": "Laminas\\Mvc component",
5564
                "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",
5565
                "laminas/laminas-navigation": "Laminas\\Navigation component",
5566
                "laminas/laminas-paginator": "Laminas\\Paginator component",
5567
                "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
5568
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
5569
                "laminas/laminas-uri": "Laminas\\Uri component"
5570
            },
5571
            "bin": [
5572
                "bin/templatemap_generator.php"
5573
            ],
5574
            "type": "library",
5575
            "autoload": {
5576
                "psr-4": {
5577
                    "Laminas\\View\\": "src/"
5578
                }
5579
            },
5580
            "notification-url": "https://packagist.org/downloads/",
5581
            "license": [
5582
                "BSD-3-Clause"
5583
            ],
5584
            "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
5585
            "homepage": "https://laminas.dev",
5586
            "keywords": [
5587
                "laminas",
5588
                "view"
5589
            ],
5590
            "support": {
5591
                "chat": "https://laminas.dev/chat",
5592
                "docs": "https://docs.laminas.dev/laminas-view/",
5593
                "forum": "https://discourse.laminas.dev",
5594
                "issues": "https://github.com/laminas/laminas-view/issues",
5595
                "rss": "https://github.com/laminas/laminas-view/releases.atom",
5596
                "source": "https://github.com/laminas/laminas-view"
5597
            },
5598
            "funding": [
5599
                {
5600
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5601
                    "type": "community_bridge"
5602
                }
5603
            ],
112 efrain 5604
            "time": "2021-12-30T12:32:07+00:00"
1 www 5605
        },
5606
        {
5607
            "name": "laminas/laminas-zendframework-bridge",
16 efrain 5608
            "version": "1.4.1",
1 www 5609
            "source": {
5610
                "type": "git",
5611
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
16 efrain 5612
                "reference": "88bf037259869891afce6504cacc4f8a07b24d0f"
1 www 5613
            },
5614
            "dist": {
5615
                "type": "zip",
16 efrain 5616
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/88bf037259869891afce6504cacc4f8a07b24d0f",
5617
                "reference": "88bf037259869891afce6504cacc4f8a07b24d0f",
1 www 5618
                "shasum": ""
5619
            },
5620
            "require": {
16 efrain 5621
                "php": "^7.3 || ~8.0.0 || ~8.1.0"
1 www 5622
            },
5623
            "require-dev": {
16 efrain 5624
                "phpunit/phpunit": "^9.3",
1 www 5625
                "psalm/plugin-phpunit": "^0.15.1",
5626
                "squizlabs/php_codesniffer": "^3.5",
5627
                "vimeo/psalm": "^4.6"
5628
            },
5629
            "type": "library",
5630
            "extra": {
5631
                "laminas": {
5632
                    "module": "Laminas\\ZendFrameworkBridge"
5633
                }
5634
            },
5635
            "autoload": {
5636
                "files": [
5637
                    "src/autoload.php"
5638
                ],
5639
                "psr-4": {
5640
                    "Laminas\\ZendFrameworkBridge\\": "src//"
5641
                }
5642
            },
5643
            "notification-url": "https://packagist.org/downloads/",
5644
            "license": [
5645
                "BSD-3-Clause"
5646
            ],
5647
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
5648
            "keywords": [
5649
                "ZendFramework",
5650
                "autoloading",
5651
                "laminas",
5652
                "zf"
5653
            ],
5654
            "support": {
5655
                "forum": "https://discourse.laminas.dev/",
5656
                "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
5657
                "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
5658
                "source": "https://github.com/laminas/laminas-zendframework-bridge"
5659
            },
5660
            "funding": [
5661
                {
5662
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
5663
                    "type": "community_bridge"
5664
                }
5665
            ],
16 efrain 5666
            "time": "2021-12-21T14:34:37+00:00"
1 www 5667
        },
5668
        {
5669
            "name": "maennchen/zipstream-php",
5670
            "version": "2.1.0",
5671
            "source": {
5672
                "type": "git",
5673
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
5674
                "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
5675
            },
5676
            "dist": {
5677
                "type": "zip",
5678
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
5679
                "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
5680
                "shasum": ""
5681
            },
5682
            "require": {
5683
                "myclabs/php-enum": "^1.5",
5684
                "php": ">= 7.1",
5685
                "psr/http-message": "^1.0",
5686
                "symfony/polyfill-mbstring": "^1.0"
5687
            },
5688
            "require-dev": {
5689
                "ext-zip": "*",
5690
                "guzzlehttp/guzzle": ">= 6.3",
5691
                "mikey179/vfsstream": "^1.6",
5692
                "phpunit/phpunit": ">= 7.5"
5693
            },
5694
            "type": "library",
5695
            "autoload": {
5696
                "psr-4": {
5697
                    "ZipStream\\": "src/"
5698
                }
5699
            },
5700
            "notification-url": "https://packagist.org/downloads/",
5701
            "license": [
5702
                "MIT"
5703
            ],
5704
            "authors": [
5705
                {
5706
                    "name": "Paul Duncan",
5707
                    "email": "pabs@pablotron.org"
5708
                },
5709
                {
5710
                    "name": "Jonatan Männchen",
5711
                    "email": "jonatan@maennchen.ch"
5712
                },
5713
                {
5714
                    "name": "Jesse Donat",
5715
                    "email": "donatj@gmail.com"
5716
                },
5717
                {
5718
                    "name": "András Kolesár",
5719
                    "email": "kolesar@kolesar.hu"
5720
                }
5721
            ],
5722
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
5723
            "keywords": [
5724
                "stream",
5725
                "zip"
5726
            ],
5727
            "support": {
5728
                "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
5729
                "source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
5730
            },
5731
            "funding": [
5732
                {
5733
                    "url": "https://opencollective.com/zipstream",
5734
                    "type": "open_collective"
5735
                }
5736
            ],
5737
            "time": "2020-05-30T13:11:16+00:00"
5738
        },
5739
        {
5740
            "name": "markbaker/complex",
16 efrain 5741
            "version": "3.0.1",
1 www 5742
            "source": {
5743
                "type": "git",
5744
                "url": "https://github.com/MarkBaker/PHPComplex.git",
16 efrain 5745
                "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22"
1 www 5746
            },
5747
            "dist": {
5748
                "type": "zip",
16 efrain 5749
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22",
5750
                "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22",
1 www 5751
                "shasum": ""
5752
            },
5753
            "require": {
5754
                "php": "^7.2 || ^8.0"
5755
            },
5756
            "require-dev": {
5757
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5758
                "phpcompatibility/php-compatibility": "^9.0",
5759
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
5760
                "squizlabs/php_codesniffer": "^3.4"
5761
            },
5762
            "type": "library",
5763
            "autoload": {
5764
                "psr-4": {
5765
                    "Complex\\": "classes/src/"
16 efrain 5766
                }
1 www 5767
            },
5768
            "notification-url": "https://packagist.org/downloads/",
5769
            "license": [
5770
                "MIT"
5771
            ],
5772
            "authors": [
5773
                {
5774
                    "name": "Mark Baker",
5775
                    "email": "mark@lange.demon.co.uk"
5776
                }
5777
            ],
5778
            "description": "PHP Class for working with complex numbers",
5779
            "homepage": "https://github.com/MarkBaker/PHPComplex",
5780
            "keywords": [
5781
                "complex",
5782
                "mathematics"
5783
            ],
5784
            "support": {
5785
                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
16 efrain 5786
                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.1"
1 www 5787
            },
16 efrain 5788
            "time": "2021-06-29T15:32:53+00:00"
1 www 5789
        },
5790
        {
5791
            "name": "markbaker/matrix",
16 efrain 5792
            "version": "3.0.0",
1 www 5793
            "source": {
5794
                "type": "git",
5795
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
16 efrain 5796
                "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
1 www 5797
            },
5798
            "dist": {
5799
                "type": "zip",
16 efrain 5800
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
5801
                "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
1 www 5802
                "shasum": ""
5803
            },
5804
            "require": {
5805
                "php": "^7.1 || ^8.0"
5806
            },
5807
            "require-dev": {
5808
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5809
                "phpcompatibility/php-compatibility": "^9.0",
5810
                "phpdocumentor/phpdocumentor": "2.*",
5811
                "phploc/phploc": "^4.0",
5812
                "phpmd/phpmd": "2.*",
5813
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
5814
                "sebastian/phpcpd": "^4.0",
5815
                "squizlabs/php_codesniffer": "^3.4"
5816
            },
5817
            "type": "library",
5818
            "autoload": {
5819
                "psr-4": {
5820
                    "Matrix\\": "classes/src/"
16 efrain 5821
                }
1 www 5822
            },
5823
            "notification-url": "https://packagist.org/downloads/",
5824
            "license": [
5825
                "MIT"
5826
            ],
5827
            "authors": [
5828
                {
5829
                    "name": "Mark Baker",
5830
                    "email": "mark@demon-angel.eu"
5831
                }
5832
            ],
5833
            "description": "PHP Class for working with matrices",
5834
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
5835
            "keywords": [
5836
                "mathematics",
5837
                "matrix",
5838
                "vector"
5839
            ],
5840
            "support": {
5841
                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
16 efrain 5842
                "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0"
1 www 5843
            },
16 efrain 5844
            "time": "2021-07-01T19:01:15+00:00"
1 www 5845
        },
5846
        {
5847
            "name": "maxmind-db/reader",
16 efrain 5848
            "version": "v1.11.0",
1 www 5849
            "source": {
5850
                "type": "git",
5851
                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
16 efrain 5852
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
1 www 5853
            },
5854
            "dist": {
5855
                "type": "zip",
16 efrain 5856
                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
5857
                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
1 www 5858
                "shasum": ""
5859
            },
5860
            "require": {
5861
                "php": ">=7.2"
5862
            },
5863
            "conflict": {
5864
                "ext-maxminddb": "<1.10.1,>=2.0.0"
5865
            },
5866
            "require-dev": {
16 efrain 5867
                "friendsofphp/php-cs-fixer": "3.*",
1 www 5868
                "php-coveralls/php-coveralls": "^2.1",
5869
                "phpstan/phpstan": "*",
5870
                "phpunit/phpcov": ">=6.0.0",
5871
                "phpunit/phpunit": ">=8.0.0,<10.0.0",
5872
                "squizlabs/php_codesniffer": "3.*"
5873
            },
5874
            "suggest": {
5875
                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
5876
                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
5877
                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
5878
            },
5879
            "type": "library",
5880
            "autoload": {
5881
                "psr-4": {
5882
                    "MaxMind\\Db\\": "src/MaxMind/Db"
5883
                }
5884
            },
5885
            "notification-url": "https://packagist.org/downloads/",
5886
            "license": [
5887
                "Apache-2.0"
5888
            ],
5889
            "authors": [
5890
                {
5891
                    "name": "Gregory J. Oschwald",
5892
                    "email": "goschwald@maxmind.com",
5893
                    "homepage": "https://www.maxmind.com/"
5894
                }
5895
            ],
5896
            "description": "MaxMind DB Reader API",
5897
            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
5898
            "keywords": [
5899
                "database",
5900
                "geoip",
5901
                "geoip2",
5902
                "geolocation",
5903
                "maxmind"
5904
            ],
5905
            "support": {
5906
                "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
16 efrain 5907
                "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0"
1 www 5908
            },
16 efrain 5909
            "time": "2021-10-18T15:23:10+00:00"
1 www 5910
        },
5911
        {
5912
            "name": "maxmind/web-service-common",
5913
            "version": "v0.8.1",
5914
            "source": {
5915
                "type": "git",
5916
                "url": "https://github.com/maxmind/web-service-common-php.git",
5917
                "reference": "32f274051c543fc865e5a84d3a2c703913641ea8"
5918
            },
5919
            "dist": {
5920
                "type": "zip",
5921
                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/32f274051c543fc865e5a84d3a2c703913641ea8",
5922
                "reference": "32f274051c543fc865e5a84d3a2c703913641ea8",
5923
                "shasum": ""
5924
            },
5925
            "require": {
5926
                "composer/ca-bundle": "^1.0.3",
5927
                "ext-curl": "*",
5928
                "ext-json": "*",
5929
                "php": ">=7.2"
5930
            },
5931
            "require-dev": {
5932
                "friendsofphp/php-cs-fixer": "2.*",
5933
                "phpunit/phpunit": "^8.0 || ^9.0",
5934
                "squizlabs/php_codesniffer": "3.*"
5935
            },
5936
            "type": "library",
5937
            "autoload": {
5938
                "psr-4": {
5939
                    "MaxMind\\Exception\\": "src/Exception",
5940
                    "MaxMind\\WebService\\": "src/WebService"
5941
                }
5942
            },
5943
            "notification-url": "https://packagist.org/downloads/",
5944
            "license": [
5945
                "Apache-2.0"
5946
            ],
5947
            "authors": [
5948
                {
5949
                    "name": "Gregory Oschwald",
5950
                    "email": "goschwald@maxmind.com"
5951
                }
5952
            ],
5953
            "description": "Internal MaxMind Web Service API",
5954
            "homepage": "https://github.com/maxmind/web-service-common-php",
5955
            "support": {
5956
                "issues": "https://github.com/maxmind/web-service-common-php/issues",
5957
                "source": "https://github.com/maxmind/web-service-common-php/tree/v0.8.1"
5958
            },
5959
            "time": "2020-11-02T17:00:53+00:00"
5960
        },
5961
        {
5962
            "name": "monolog/monolog",
16 efrain 5963
            "version": "2.3.5",
1 www 5964
            "source": {
5965
                "type": "git",
5966
                "url": "https://github.com/Seldaek/monolog.git",
16 efrain 5967
                "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
1 www 5968
            },
5969
            "dist": {
5970
                "type": "zip",
16 efrain 5971
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
5972
                "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
1 www 5973
                "shasum": ""
5974
            },
5975
            "require": {
5976
                "php": ">=7.2",
16 efrain 5977
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1 www 5978
            },
5979
            "provide": {
16 efrain 5980
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
1 www 5981
            },
5982
            "require-dev": {
5983
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
5984
                "doctrine/couchdb": "~1.0@dev",
5985
                "elasticsearch/elasticsearch": "^7",
5986
                "graylog2/gelf-php": "^1.4.2",
5987
                "mongodb/mongodb": "^1.8",
16 efrain 5988
                "php-amqplib/php-amqplib": "~2.4 || ^3",
1 www 5989
                "php-console/php-console": "^3.1.3",
5990
                "phpspec/prophecy": "^1.6.1",
5991
                "phpstan/phpstan": "^0.12.91",
5992
                "phpunit/phpunit": "^8.5",
5993
                "predis/predis": "^1.1",
5994
                "rollbar/rollbar": "^1.3",
16 efrain 5995
                "ruflin/elastica": ">=0.90@dev",
1 www 5996
                "swiftmailer/swiftmailer": "^5.3|^6.0"
5997
            },
5998
            "suggest": {
5999
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
6000
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
6001
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
6002
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
16 efrain 6003
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1 www 6004
                "ext-mbstring": "Allow to work properly with unicode symbols",
6005
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
16 efrain 6006
                "ext-openssl": "Required to send log messages using SSL",
6007
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1 www 6008
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
6009
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
6010
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
6011
                "php-console/php-console": "Allow sending log messages to Google Chrome",
6012
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
6013
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
6014
            },
6015
            "type": "library",
6016
            "extra": {
6017
                "branch-alias": {
6018
                    "dev-main": "2.x-dev"
6019
                }
6020
            },
6021
            "autoload": {
6022
                "psr-4": {
6023
                    "Monolog\\": "src/Monolog"
6024
                }
6025
            },
6026
            "notification-url": "https://packagist.org/downloads/",
6027
            "license": [
6028
                "MIT"
6029
            ],
6030
            "authors": [
6031
                {
6032
                    "name": "Jordi Boggiano",
6033
                    "email": "j.boggiano@seld.be",
6034
                    "homepage": "https://seld.be"
6035
                }
6036
            ],
6037
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
6038
            "homepage": "https://github.com/Seldaek/monolog",
6039
            "keywords": [
6040
                "log",
6041
                "logging",
6042
                "psr-3"
6043
            ],
6044
            "support": {
6045
                "issues": "https://github.com/Seldaek/monolog/issues",
16 efrain 6046
                "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
1 www 6047
            },
6048
            "funding": [
6049
                {
6050
                    "url": "https://github.com/Seldaek",
6051
                    "type": "github"
6052
                },
6053
                {
6054
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
6055
                    "type": "tidelift"
6056
                }
6057
            ],
16 efrain 6058
            "time": "2021-10-01T21:08:31+00:00"
1 www 6059
        },
6060
        {
6061
            "name": "myclabs/deep-copy",
6062
            "version": "1.10.2",
6063
            "source": {
6064
                "type": "git",
6065
                "url": "https://github.com/myclabs/DeepCopy.git",
6066
                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
6067
            },
6068
            "dist": {
6069
                "type": "zip",
6070
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
6071
                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
6072
                "shasum": ""
6073
            },
6074
            "require": {
6075
                "php": "^7.1 || ^8.0"
6076
            },
6077
            "require-dev": {
6078
                "doctrine/collections": "^1.0",
6079
                "doctrine/common": "^2.6",
6080
                "phpunit/phpunit": "^7.1"
6081
            },
6082
            "type": "library",
6083
            "autoload": {
6084
                "psr-4": {
6085
                    "DeepCopy\\": "src/DeepCopy/"
6086
                },
6087
                "files": [
6088
                    "src/DeepCopy/deep_copy.php"
6089
                ]
6090
            },
6091
            "notification-url": "https://packagist.org/downloads/",
6092
            "license": [
6093
                "MIT"
6094
            ],
6095
            "description": "Create deep copies (clones) of your objects",
6096
            "keywords": [
6097
                "clone",
6098
                "copy",
6099
                "duplicate",
6100
                "object",
6101
                "object graph"
6102
            ],
6103
            "support": {
6104
                "issues": "https://github.com/myclabs/DeepCopy/issues",
6105
                "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
6106
            },
6107
            "funding": [
6108
                {
6109
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6110
                    "type": "tidelift"
6111
                }
6112
            ],
6113
            "time": "2020-11-13T09:40:50+00:00"
6114
        },
6115
        {
6116
            "name": "myclabs/php-enum",
6117
            "version": "1.8.3",
6118
            "source": {
6119
                "type": "git",
6120
                "url": "https://github.com/myclabs/php-enum.git",
6121
                "reference": "b942d263c641ddb5190929ff840c68f78713e937"
6122
            },
6123
            "dist": {
6124
                "type": "zip",
6125
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
6126
                "reference": "b942d263c641ddb5190929ff840c68f78713e937",
6127
                "shasum": ""
6128
            },
6129
            "require": {
6130
                "ext-json": "*",
6131
                "php": "^7.3 || ^8.0"
6132
            },
6133
            "require-dev": {
6134
                "phpunit/phpunit": "^9.5",
6135
                "squizlabs/php_codesniffer": "1.*",
6136
                "vimeo/psalm": "^4.6.2"
6137
            },
6138
            "type": "library",
6139
            "autoload": {
6140
                "psr-4": {
6141
                    "MyCLabs\\Enum\\": "src/"
6142
                }
6143
            },
6144
            "notification-url": "https://packagist.org/downloads/",
6145
            "license": [
6146
                "MIT"
6147
            ],
6148
            "authors": [
6149
                {
6150
                    "name": "PHP Enum contributors",
6151
                    "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
6152
                }
6153
            ],
6154
            "description": "PHP Enum implementation",
6155
            "homepage": "http://github.com/myclabs/php-enum",
6156
            "keywords": [
6157
                "enum"
6158
            ],
6159
            "support": {
6160
                "issues": "https://github.com/myclabs/php-enum/issues",
6161
                "source": "https://github.com/myclabs/php-enum/tree/1.8.3"
6162
            },
6163
            "funding": [
6164
                {
6165
                    "url": "https://github.com/mnapoli",
6166
                    "type": "github"
6167
                },
6168
                {
6169
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
6170
                    "type": "tidelift"
6171
                }
6172
            ],
6173
            "time": "2021-07-05T08:18:36+00:00"
6174
        },
6175
        {
6176
            "name": "nikic/php-parser",
16 efrain 6177
            "version": "v4.13.2",
1 www 6178
            "source": {
6179
                "type": "git",
6180
                "url": "https://github.com/nikic/PHP-Parser.git",
16 efrain 6181
                "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
1 www 6182
            },
6183
            "dist": {
6184
                "type": "zip",
16 efrain 6185
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
6186
                "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
1 www 6187
                "shasum": ""
6188
            },
6189
            "require": {
6190
                "ext-tokenizer": "*",
6191
                "php": ">=7.0"
6192
            },
6193
            "require-dev": {
6194
                "ircmaxell/php-yacc": "^0.0.7",
6195
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
6196
            },
6197
            "bin": [
6198
                "bin/php-parse"
6199
            ],
6200
            "type": "library",
6201
            "extra": {
6202
                "branch-alias": {
6203
                    "dev-master": "4.9-dev"
6204
                }
6205
            },
6206
            "autoload": {
6207
                "psr-4": {
6208
                    "PhpParser\\": "lib/PhpParser"
6209
                }
6210
            },
6211
            "notification-url": "https://packagist.org/downloads/",
6212
            "license": [
6213
                "BSD-3-Clause"
6214
            ],
6215
            "authors": [
6216
                {
6217
                    "name": "Nikita Popov"
6218
                }
6219
            ],
6220
            "description": "A PHP parser written in PHP",
6221
            "keywords": [
6222
                "parser",
6223
                "php"
6224
            ],
6225
            "support": {
6226
                "issues": "https://github.com/nikic/PHP-Parser/issues",
16 efrain 6227
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
1 www 6228
            },
16 efrain 6229
            "time": "2021-11-30T19:35:32+00:00"
1 www 6230
        },
6231
        {
6232
            "name": "paragonie/constant_time_encoding",
6233
            "version": "v2.4.0",
6234
            "source": {
6235
                "type": "git",
6236
                "url": "https://github.com/paragonie/constant_time_encoding.git",
6237
                "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
6238
            },
6239
            "dist": {
6240
                "type": "zip",
6241
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
6242
                "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
6243
                "shasum": ""
6244
            },
6245
            "require": {
6246
                "php": "^7|^8"
6247
            },
6248
            "require-dev": {
6249
                "phpunit/phpunit": "^6|^7|^8|^9",
6250
                "vimeo/psalm": "^1|^2|^3|^4"
6251
            },
6252
            "type": "library",
6253
            "autoload": {
6254
                "psr-4": {
6255
                    "ParagonIE\\ConstantTime\\": "src/"
6256
                }
6257
            },
6258
            "notification-url": "https://packagist.org/downloads/",
6259
            "license": [
6260
                "MIT"
6261
            ],
6262
            "authors": [
6263
                {
6264
                    "name": "Paragon Initiative Enterprises",
6265
                    "email": "security@paragonie.com",
6266
                    "homepage": "https://paragonie.com",
6267
                    "role": "Maintainer"
6268
                },
6269
                {
6270
                    "name": "Steve 'Sc00bz' Thomas",
6271
                    "email": "steve@tobtu.com",
6272
                    "homepage": "https://www.tobtu.com",
6273
                    "role": "Original Developer"
6274
                }
6275
            ],
6276
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
6277
            "keywords": [
6278
                "base16",
6279
                "base32",
6280
                "base32_decode",
6281
                "base32_encode",
6282
                "base64",
6283
                "base64_decode",
6284
                "base64_encode",
6285
                "bin2hex",
6286
                "encoding",
6287
                "hex",
6288
                "hex2bin",
6289
                "rfc4648"
6290
            ],
6291
            "support": {
6292
                "email": "info@paragonie.com",
6293
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
6294
                "source": "https://github.com/paragonie/constant_time_encoding"
6295
            },
6296
            "time": "2020-12-06T15:14:20+00:00"
6297
        },
6298
        {
6299
            "name": "paragonie/random_compat",
6300
            "version": "v9.99.100",
6301
            "source": {
6302
                "type": "git",
6303
                "url": "https://github.com/paragonie/random_compat.git",
6304
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
6305
            },
6306
            "dist": {
6307
                "type": "zip",
6308
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
6309
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
6310
                "shasum": ""
6311
            },
6312
            "require": {
6313
                "php": ">= 7"
6314
            },
6315
            "require-dev": {
6316
                "phpunit/phpunit": "4.*|5.*",
6317
                "vimeo/psalm": "^1"
6318
            },
6319
            "suggest": {
6320
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
6321
            },
6322
            "type": "library",
6323
            "notification-url": "https://packagist.org/downloads/",
6324
            "license": [
6325
                "MIT"
6326
            ],
6327
            "authors": [
6328
                {
6329
                    "name": "Paragon Initiative Enterprises",
6330
                    "email": "security@paragonie.com",
6331
                    "homepage": "https://paragonie.com"
6332
                }
6333
            ],
6334
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
6335
            "keywords": [
6336
                "csprng",
6337
                "polyfill",
6338
                "pseudorandom",
6339
                "random"
6340
            ],
6341
            "support": {
6342
                "email": "info@paragonie.com",
6343
                "issues": "https://github.com/paragonie/random_compat/issues",
6344
                "source": "https://github.com/paragonie/random_compat"
6345
            },
6346
            "time": "2020-10-15T08:29:30+00:00"
6347
        },
6348
        {
6349
            "name": "paypal/paypal-checkout-sdk",
16 efrain 6350
            "version": "1.0.2",
1 www 6351
            "source": {
6352
                "type": "git",
6353
                "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
16 efrain 6354
                "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812"
1 www 6355
            },
6356
            "dist": {
6357
                "type": "zip",
16 efrain 6358
                "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
6359
                "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
1 www 6360
                "shasum": ""
6361
            },
6362
            "require": {
16 efrain 6363
                "paypal/paypalhttp": "1.0.1"
1 www 6364
            },
6365
            "require-dev": {
6366
                "phpunit/phpunit": "^5.7"
6367
            },
6368
            "type": "library",
6369
            "autoload": {
6370
                "psr-4": {
6371
                    "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk",
6372
                    "Sample\\": "samples/"
6373
                }
6374
            },
6375
            "notification-url": "https://packagist.org/downloads/",
6376
            "license": [
6377
                "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
6378
            ],
6379
            "authors": [
6380
                {
6381
                    "name": "PayPal",
6382
                    "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
6383
                }
6384
            ],
6385
            "description": "PayPal's PHP SDK for Checkout REST APIs",
6386
            "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
6387
            "keywords": [
6388
                "checkout",
6389
                "orders",
6390
                "payments",
6391
                "paypal",
6392
                "rest",
6393
                "sdk"
6394
            ],
6395
            "support": {
16 efrain 6396
                "source": "https://github.com/paypal/Checkout-PHP-SDK/tree/1.0.2"
1 www 6397
            },
16 efrain 6398
            "time": "2021-09-21T20:57:38+00:00"
1 www 6399
        },
6400
        {
6401
            "name": "paypal/paypalhttp",
16 efrain 6402
            "version": "1.0.1",
1 www 6403
            "source": {
6404
                "type": "git",
6405
                "url": "https://github.com/paypal/paypalhttp_php.git",
16 efrain 6406
                "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25"
1 www 6407
            },
6408
            "dist": {
6409
                "type": "zip",
16 efrain 6410
                "url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/7b09c89c80828e842c79230e7f156b61fbb68d25",
6411
                "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25",
1 www 6412
                "shasum": ""
6413
            },
6414
            "require": {
6415
                "ext-curl": "*"
6416
            },
6417
            "require-dev": {
6418
                "phpunit/phpunit": "^5.7",
6419
                "wiremock-php/wiremock-php": "1.43.2"
6420
            },
6421
            "type": "library",
6422
            "autoload": {
6423
                "psr-4": {
6424
                    "PayPalHttp\\": "lib/PayPalHttp"
6425
                }
6426
            },
6427
            "notification-url": "https://packagist.org/downloads/",
6428
            "license": [
6429
                "MIT"
6430
            ],
6431
            "authors": [
6432
                {
6433
                    "name": "PayPal",
6434
                    "homepage": "https://github.com/paypal/paypalhttp_php/contributors"
6435
                }
6436
            ],
6437
            "support": {
6438
                "issues": "https://github.com/paypal/paypalhttp_php/issues",
16 efrain 6439
                "source": "https://github.com/paypal/paypalhttp_php/tree/1.0.1"
1 www 6440
            },
16 efrain 6441
            "time": "2021-09-14T21:35:26+00:00"
1 www 6442
        },
6443
        {
6444
            "name": "phar-io/manifest",
6445
            "version": "2.0.3",
6446
            "source": {
6447
                "type": "git",
6448
                "url": "https://github.com/phar-io/manifest.git",
6449
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
6450
            },
6451
            "dist": {
6452
                "type": "zip",
6453
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
6454
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
6455
                "shasum": ""
6456
            },
6457
            "require": {
6458
                "ext-dom": "*",
6459
                "ext-phar": "*",
6460
                "ext-xmlwriter": "*",
6461
                "phar-io/version": "^3.0.1",
6462
                "php": "^7.2 || ^8.0"
6463
            },
6464
            "type": "library",
6465
            "extra": {
6466
                "branch-alias": {
6467
                    "dev-master": "2.0.x-dev"
6468
                }
6469
            },
6470
            "autoload": {
6471
                "classmap": [
6472
                    "src/"
6473
                ]
6474
            },
6475
            "notification-url": "https://packagist.org/downloads/",
6476
            "license": [
6477
                "BSD-3-Clause"
6478
            ],
6479
            "authors": [
6480
                {
6481
                    "name": "Arne Blankerts",
6482
                    "email": "arne@blankerts.de",
6483
                    "role": "Developer"
6484
                },
6485
                {
6486
                    "name": "Sebastian Heuer",
6487
                    "email": "sebastian@phpeople.de",
6488
                    "role": "Developer"
6489
                },
6490
                {
6491
                    "name": "Sebastian Bergmann",
6492
                    "email": "sebastian@phpunit.de",
6493
                    "role": "Developer"
6494
                }
6495
            ],
6496
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6497
            "support": {
6498
                "issues": "https://github.com/phar-io/manifest/issues",
6499
                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
6500
            },
6501
            "time": "2021-07-20T11:28:43+00:00"
6502
        },
6503
        {
6504
            "name": "phar-io/version",
6505
            "version": "3.1.0",
6506
            "source": {
6507
                "type": "git",
6508
                "url": "https://github.com/phar-io/version.git",
6509
                "reference": "bae7c545bef187884426f042434e561ab1ddb182"
6510
            },
6511
            "dist": {
6512
                "type": "zip",
6513
                "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
6514
                "reference": "bae7c545bef187884426f042434e561ab1ddb182",
6515
                "shasum": ""
6516
            },
6517
            "require": {
6518
                "php": "^7.2 || ^8.0"
6519
            },
6520
            "type": "library",
6521
            "autoload": {
6522
                "classmap": [
6523
                    "src/"
6524
                ]
6525
            },
6526
            "notification-url": "https://packagist.org/downloads/",
6527
            "license": [
6528
                "BSD-3-Clause"
6529
            ],
6530
            "authors": [
6531
                {
6532
                    "name": "Arne Blankerts",
6533
                    "email": "arne@blankerts.de",
6534
                    "role": "Developer"
6535
                },
6536
                {
6537
                    "name": "Sebastian Heuer",
6538
                    "email": "sebastian@phpeople.de",
6539
                    "role": "Developer"
6540
                },
6541
                {
6542
                    "name": "Sebastian Bergmann",
6543
                    "email": "sebastian@phpunit.de",
6544
                    "role": "Developer"
6545
                }
6546
            ],
6547
            "description": "Library for handling version information and constraints",
6548
            "support": {
6549
                "issues": "https://github.com/phar-io/version/issues",
6550
                "source": "https://github.com/phar-io/version/tree/3.1.0"
6551
            },
6552
            "time": "2021-02-23T14:00:09+00:00"
6553
        },
6554
        {
6555
            "name": "phpdocumentor/reflection-common",
6556
            "version": "2.2.0",
6557
            "source": {
6558
                "type": "git",
6559
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
6560
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
6561
            },
6562
            "dist": {
6563
                "type": "zip",
6564
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
6565
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
6566
                "shasum": ""
6567
            },
6568
            "require": {
6569
                "php": "^7.2 || ^8.0"
6570
            },
6571
            "type": "library",
6572
            "extra": {
6573
                "branch-alias": {
6574
                    "dev-2.x": "2.x-dev"
6575
                }
6576
            },
6577
            "autoload": {
6578
                "psr-4": {
6579
                    "phpDocumentor\\Reflection\\": "src/"
6580
                }
6581
            },
6582
            "notification-url": "https://packagist.org/downloads/",
6583
            "license": [
6584
                "MIT"
6585
            ],
6586
            "authors": [
6587
                {
6588
                    "name": "Jaap van Otterdijk",
6589
                    "email": "opensource@ijaap.nl"
6590
                }
6591
            ],
6592
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
6593
            "homepage": "http://www.phpdoc.org",
6594
            "keywords": [
6595
                "FQSEN",
6596
                "phpDocumentor",
6597
                "phpdoc",
6598
                "reflection",
6599
                "static analysis"
6600
            ],
6601
            "support": {
6602
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
6603
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
6604
            },
6605
            "time": "2020-06-27T09:03:43+00:00"
6606
        },
6607
        {
6608
            "name": "phpdocumentor/reflection-docblock",
16 efrain 6609
            "version": "5.3.0",
1 www 6610
            "source": {
6611
                "type": "git",
6612
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
16 efrain 6613
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
1 www 6614
            },
6615
            "dist": {
6616
                "type": "zip",
16 efrain 6617
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
6618
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
1 www 6619
                "shasum": ""
6620
            },
6621
            "require": {
6622
                "ext-filter": "*",
6623
                "php": "^7.2 || ^8.0",
6624
                "phpdocumentor/reflection-common": "^2.2",
6625
                "phpdocumentor/type-resolver": "^1.3",
6626
                "webmozart/assert": "^1.9.1"
6627
            },
6628
            "require-dev": {
16 efrain 6629
                "mockery/mockery": "~1.3.2",
6630
                "psalm/phar": "^4.8"
1 www 6631
            },
6632
            "type": "library",
6633
            "extra": {
6634
                "branch-alias": {
6635
                    "dev-master": "5.x-dev"
6636
                }
6637
            },
6638
            "autoload": {
6639
                "psr-4": {
6640
                    "phpDocumentor\\Reflection\\": "src"
6641
                }
6642
            },
6643
            "notification-url": "https://packagist.org/downloads/",
6644
            "license": [
6645
                "MIT"
6646
            ],
6647
            "authors": [
6648
                {
6649
                    "name": "Mike van Riel",
6650
                    "email": "me@mikevanriel.com"
6651
                },
6652
                {
6653
                    "name": "Jaap van Otterdijk",
6654
                    "email": "account@ijaap.nl"
6655
                }
6656
            ],
6657
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
6658
            "support": {
6659
                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
16 efrain 6660
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
1 www 6661
            },
16 efrain 6662
            "time": "2021-10-19T17:43:47+00:00"
1 www 6663
        },
6664
        {
6665
            "name": "phpdocumentor/type-resolver",
112 efrain 6666
            "version": "1.6.0",
1 www 6667
            "source": {
6668
                "type": "git",
6669
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
112 efrain 6670
                "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706"
1 www 6671
            },
6672
            "dist": {
6673
                "type": "zip",
112 efrain 6674
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706",
6675
                "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706",
1 www 6676
                "shasum": ""
6677
            },
6678
            "require": {
6679
                "php": "^7.2 || ^8.0",
6680
                "phpdocumentor/reflection-common": "^2.0"
6681
            },
6682
            "require-dev": {
16 efrain 6683
                "ext-tokenizer": "*",
6684
                "psalm/phar": "^4.8"
1 www 6685
            },
6686
            "type": "library",
6687
            "extra": {
6688
                "branch-alias": {
6689
                    "dev-1.x": "1.x-dev"
6690
                }
6691
            },
6692
            "autoload": {
6693
                "psr-4": {
6694
                    "phpDocumentor\\Reflection\\": "src"
6695
                }
6696
            },
6697
            "notification-url": "https://packagist.org/downloads/",
6698
            "license": [
6699
                "MIT"
6700
            ],
6701
            "authors": [
6702
                {
6703
                    "name": "Mike van Riel",
6704
                    "email": "me@mikevanriel.com"
6705
                }
6706
            ],
6707
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
6708
            "support": {
6709
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
112 efrain 6710
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0"
1 www 6711
            },
112 efrain 6712
            "time": "2022-01-04T19:58:01+00:00"
1 www 6713
        },
6714
        {
6715
            "name": "phpmailer/phpmailer",
16 efrain 6716
            "version": "v6.5.3",
1 www 6717
            "source": {
6718
                "type": "git",
6719
                "url": "https://github.com/PHPMailer/PHPMailer.git",
16 efrain 6720
                "reference": "baeb7cde6b60b1286912690ab0693c7789a31e71"
1 www 6721
            },
6722
            "dist": {
6723
                "type": "zip",
16 efrain 6724
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/baeb7cde6b60b1286912690ab0693c7789a31e71",
6725
                "reference": "baeb7cde6b60b1286912690ab0693c7789a31e71",
1 www 6726
                "shasum": ""
6727
            },
6728
            "require": {
6729
                "ext-ctype": "*",
6730
                "ext-filter": "*",
6731
                "ext-hash": "*",
6732
                "php": ">=5.5.0"
6733
            },
6734
            "require-dev": {
6735
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
6736
                "doctrine/annotations": "^1.2",
16 efrain 6737
                "php-parallel-lint/php-console-highlighter": "^0.5.0",
6738
                "php-parallel-lint/php-parallel-lint": "^1.3",
1 www 6739
                "phpcompatibility/php-compatibility": "^9.3.5",
6740
                "roave/security-advisories": "dev-latest",
16 efrain 6741
                "squizlabs/php_codesniffer": "^3.6.0",
6742
                "yoast/phpunit-polyfills": "^1.0.0"
1 www 6743
            },
6744
            "suggest": {
6745
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
6746
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
6747
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
6748
                "psr/log": "For optional PSR-3 debug logging",
6749
                "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
6750
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
6751
            },
6752
            "type": "library",
6753
            "autoload": {
6754
                "psr-4": {
6755
                    "PHPMailer\\PHPMailer\\": "src/"
6756
                }
6757
            },
6758
            "notification-url": "https://packagist.org/downloads/",
6759
            "license": [
6760
                "LGPL-2.1-only"
6761
            ],
6762
            "authors": [
6763
                {
6764
                    "name": "Marcus Bointon",
6765
                    "email": "phpmailer@synchromedia.co.uk"
6766
                },
6767
                {
6768
                    "name": "Jim Jagielski",
6769
                    "email": "jimjag@gmail.com"
6770
                },
6771
                {
6772
                    "name": "Andy Prevost",
6773
                    "email": "codeworxtech@users.sourceforge.net"
6774
                },
6775
                {
6776
                    "name": "Brent R. Matzelle"
6777
                }
6778
            ],
6779
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
6780
            "support": {
6781
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
16 efrain 6782
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.3"
1 www 6783
            },
6784
            "funding": [
6785
                {
6786
                    "url": "https://github.com/Synchro",
6787
                    "type": "github"
6788
                }
6789
            ],
16 efrain 6790
            "time": "2021-11-25T16:34:11+00:00"
1 www 6791
        },
6792
        {
6793
            "name": "phpoffice/phpspreadsheet",
112 efrain 6794
            "version": "1.21.0",
1 www 6795
            "source": {
6796
                "type": "git",
6797
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
112 efrain 6798
                "reference": "1a359d2ccbb89c05f5dffb32711a95f4afc67964"
1 www 6799
            },
6800
            "dist": {
6801
                "type": "zip",
112 efrain 6802
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/1a359d2ccbb89c05f5dffb32711a95f4afc67964",
6803
                "reference": "1a359d2ccbb89c05f5dffb32711a95f4afc67964",
1 www 6804
                "shasum": ""
6805
            },
6806
            "require": {
6807
                "ext-ctype": "*",
6808
                "ext-dom": "*",
6809
                "ext-fileinfo": "*",
6810
                "ext-gd": "*",
6811
                "ext-iconv": "*",
6812
                "ext-libxml": "*",
6813
                "ext-mbstring": "*",
6814
                "ext-simplexml": "*",
6815
                "ext-xml": "*",
6816
                "ext-xmlreader": "*",
6817
                "ext-xmlwriter": "*",
6818
                "ext-zip": "*",
6819
                "ext-zlib": "*",
6820
                "ezyang/htmlpurifier": "^4.13",
6821
                "maennchen/zipstream-php": "^2.1",
16 efrain 6822
                "markbaker/complex": "^3.0",
6823
                "markbaker/matrix": "^3.0",
6824
                "php": "^7.3 || ^8.0",
1 www 6825
                "psr/http-client": "^1.0",
6826
                "psr/http-factory": "^1.0",
6827
                "psr/simple-cache": "^1.0"
6828
            },
6829
            "require-dev": {
6830
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
6831
                "dompdf/dompdf": "^1.0",
16 efrain 6832
                "friendsofphp/php-cs-fixer": "^3.2",
1 www 6833
                "jpgraph/jpgraph": "^4.0",
6834
                "mpdf/mpdf": "^8.0",
6835
                "phpcompatibility/php-compatibility": "^9.3",
16 efrain 6836
                "phpstan/phpstan": "^1.1",
6837
                "phpstan/phpstan-phpunit": "^1.0",
6838
                "phpunit/phpunit": "^8.5 || ^9.0",
6839
                "squizlabs/php_codesniffer": "^3.6",
6840
                "tecnickcom/tcpdf": "^6.4"
1 www 6841
            },
6842
            "suggest": {
6843
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
6844
                "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
6845
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
6846
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
6847
            },
6848
            "type": "library",
6849
            "autoload": {
6850
                "psr-4": {
6851
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
6852
                }
6853
            },
6854
            "notification-url": "https://packagist.org/downloads/",
6855
            "license": [
6856
                "MIT"
6857
            ],
6858
            "authors": [
6859
                {
6860
                    "name": "Maarten Balliauw",
6861
                    "homepage": "https://blog.maartenballiauw.be"
6862
                },
6863
                {
6864
                    "name": "Mark Baker",
6865
                    "homepage": "https://markbakeruk.net"
6866
                },
6867
                {
6868
                    "name": "Franck Lefevre",
6869
                    "homepage": "https://rootslabs.net"
6870
                },
6871
                {
6872
                    "name": "Erik Tilt"
6873
                },
6874
                {
6875
                    "name": "Adrien Crivelli"
6876
                }
6877
            ],
6878
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
6879
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
6880
            "keywords": [
6881
                "OpenXML",
6882
                "excel",
6883
                "gnumeric",
6884
                "ods",
6885
                "php",
6886
                "spreadsheet",
6887
                "xls",
6888
                "xlsx"
6889
            ],
6890
            "support": {
6891
                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
112 efrain 6892
                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.21.0"
1 www 6893
            },
112 efrain 6894
            "time": "2022-01-06T11:10:08+00:00"
1 www 6895
        },
6896
        {
6897
            "name": "phpseclib/phpseclib",
16 efrain 6898
            "version": "3.0.12",
1 www 6899
            "source": {
6900
                "type": "git",
6901
                "url": "https://github.com/phpseclib/phpseclib.git",
16 efrain 6902
                "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb"
1 www 6903
            },
6904
            "dist": {
6905
                "type": "zip",
16 efrain 6906
                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
6907
                "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
1 www 6908
                "shasum": ""
6909
            },
6910
            "require": {
6911
                "paragonie/constant_time_encoding": "^1|^2",
6912
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
6913
                "php": ">=5.6.1"
6914
            },
6915
            "require-dev": {
6916
                "phing/phing": "~2.7",
6917
                "phpunit/phpunit": "^5.7|^6.0|^9.4",
6918
                "squizlabs/php_codesniffer": "~2.0"
6919
            },
6920
            "suggest": {
6921
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6922
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6923
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6924
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6925
            },
6926
            "type": "library",
6927
            "autoload": {
6928
                "files": [
6929
                    "phpseclib/bootstrap.php"
6930
                ],
6931
                "psr-4": {
6932
                    "phpseclib3\\": "phpseclib/"
6933
                }
6934
            },
6935
            "notification-url": "https://packagist.org/downloads/",
6936
            "license": [
6937
                "MIT"
6938
            ],
6939
            "authors": [
6940
                {
6941
                    "name": "Jim Wigginton",
6942
                    "email": "terrafrost@php.net",
6943
                    "role": "Lead Developer"
6944
                },
6945
                {
6946
                    "name": "Patrick Monnerat",
6947
                    "email": "pm@datasphere.ch",
6948
                    "role": "Developer"
6949
                },
6950
                {
6951
                    "name": "Andreas Fischer",
6952
                    "email": "bantu@phpbb.com",
6953
                    "role": "Developer"
6954
                },
6955
                {
6956
                    "name": "Hans-Jürgen Petrich",
6957
                    "email": "petrich@tronic-media.com",
6958
                    "role": "Developer"
6959
                },
6960
                {
6961
                    "name": "Graham Campbell",
6962
                    "email": "graham@alt-three.com",
6963
                    "role": "Developer"
6964
                }
6965
            ],
6966
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6967
            "homepage": "http://phpseclib.sourceforge.net",
6968
            "keywords": [
6969
                "BigInteger",
6970
                "aes",
6971
                "asn.1",
6972
                "asn1",
6973
                "blowfish",
6974
                "crypto",
6975
                "cryptography",
6976
                "encryption",
6977
                "rsa",
6978
                "security",
6979
                "sftp",
6980
                "signature",
6981
                "signing",
6982
                "ssh",
6983
                "twofish",
6984
                "x.509",
6985
                "x509"
6986
            ],
6987
            "support": {
6988
                "issues": "https://github.com/phpseclib/phpseclib/issues",
16 efrain 6989
                "source": "https://github.com/phpseclib/phpseclib/tree/3.0.12"
1 www 6990
            },
6991
            "funding": [
6992
                {
6993
                    "url": "https://github.com/terrafrost",
6994
                    "type": "github"
6995
                },
6996
                {
6997
                    "url": "https://www.patreon.com/phpseclib",
6998
                    "type": "patreon"
6999
                },
7000
                {
7001
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
7002
                    "type": "tidelift"
7003
                }
7004
            ],
16 efrain 7005
            "time": "2021-11-28T23:46:03+00:00"
1 www 7006
        },
7007
        {
7008
            "name": "phpspec/prophecy",
16 efrain 7009
            "version": "v1.15.0",
1 www 7010
            "source": {
7011
                "type": "git",
7012
                "url": "https://github.com/phpspec/prophecy.git",
16 efrain 7013
                "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
1 www 7014
            },
7015
            "dist": {
7016
                "type": "zip",
16 efrain 7017
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
7018
                "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
1 www 7019
                "shasum": ""
7020
            },
7021
            "require": {
7022
                "doctrine/instantiator": "^1.2",
16 efrain 7023
                "php": "^7.2 || ~8.0, <8.2",
1 www 7024
                "phpdocumentor/reflection-docblock": "^5.2",
7025
                "sebastian/comparator": "^3.0 || ^4.0",
7026
                "sebastian/recursion-context": "^3.0 || ^4.0"
7027
            },
7028
            "require-dev": {
16 efrain 7029
                "phpspec/phpspec": "^6.0 || ^7.0",
1 www 7030
                "phpunit/phpunit": "^8.0 || ^9.0"
7031
            },
7032
            "type": "library",
7033
            "extra": {
7034
                "branch-alias": {
16 efrain 7035
                    "dev-master": "1.x-dev"
1 www 7036
                }
7037
            },
7038
            "autoload": {
7039
                "psr-4": {
7040
                    "Prophecy\\": "src/Prophecy"
7041
                }
7042
            },
7043
            "notification-url": "https://packagist.org/downloads/",
7044
            "license": [
7045
                "MIT"
7046
            ],
7047
            "authors": [
7048
                {
7049
                    "name": "Konstantin Kudryashov",
7050
                    "email": "ever.zet@gmail.com",
7051
                    "homepage": "http://everzet.com"
7052
                },
7053
                {
7054
                    "name": "Marcello Duarte",
7055
                    "email": "marcello.duarte@gmail.com"
7056
                }
7057
            ],
7058
            "description": "Highly opinionated mocking framework for PHP 5.3+",
7059
            "homepage": "https://github.com/phpspec/prophecy",
7060
            "keywords": [
7061
                "Double",
7062
                "Dummy",
7063
                "fake",
7064
                "mock",
7065
                "spy",
7066
                "stub"
7067
            ],
7068
            "support": {
7069
                "issues": "https://github.com/phpspec/prophecy/issues",
16 efrain 7070
                "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
1 www 7071
            },
16 efrain 7072
            "time": "2021-12-08T12:19:24+00:00"
1 www 7073
        },
7074
        {
7075
            "name": "phpunit/php-code-coverage",
16 efrain 7076
            "version": "9.2.10",
1 www 7077
            "source": {
7078
                "type": "git",
7079
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
16 efrain 7080
                "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687"
1 www 7081
            },
7082
            "dist": {
7083
                "type": "zip",
16 efrain 7084
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687",
7085
                "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687",
1 www 7086
                "shasum": ""
7087
            },
7088
            "require": {
7089
                "ext-dom": "*",
7090
                "ext-libxml": "*",
7091
                "ext-xmlwriter": "*",
16 efrain 7092
                "nikic/php-parser": "^4.13.0",
1 www 7093
                "php": ">=7.3",
7094
                "phpunit/php-file-iterator": "^3.0.3",
7095
                "phpunit/php-text-template": "^2.0.2",
7096
                "sebastian/code-unit-reverse-lookup": "^2.0.2",
7097
                "sebastian/complexity": "^2.0",
7098
                "sebastian/environment": "^5.1.2",
7099
                "sebastian/lines-of-code": "^1.0.3",
7100
                "sebastian/version": "^3.0.1",
7101
                "theseer/tokenizer": "^1.2.0"
7102
            },
7103
            "require-dev": {
7104
                "phpunit/phpunit": "^9.3"
7105
            },
7106
            "suggest": {
7107
                "ext-pcov": "*",
7108
                "ext-xdebug": "*"
7109
            },
7110
            "type": "library",
7111
            "extra": {
7112
                "branch-alias": {
7113
                    "dev-master": "9.2-dev"
7114
                }
7115
            },
7116
            "autoload": {
7117
                "classmap": [
7118
                    "src/"
7119
                ]
7120
            },
7121
            "notification-url": "https://packagist.org/downloads/",
7122
            "license": [
7123
                "BSD-3-Clause"
7124
            ],
7125
            "authors": [
7126
                {
7127
                    "name": "Sebastian Bergmann",
7128
                    "email": "sebastian@phpunit.de",
7129
                    "role": "lead"
7130
                }
7131
            ],
7132
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7133
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7134
            "keywords": [
7135
                "coverage",
7136
                "testing",
7137
                "xunit"
7138
            ],
7139
            "support": {
7140
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
16 efrain 7141
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10"
1 www 7142
            },
7143
            "funding": [
7144
                {
7145
                    "url": "https://github.com/sebastianbergmann",
7146
                    "type": "github"
7147
                }
7148
            ],
16 efrain 7149
            "time": "2021-12-05T09:12:13+00:00"
1 www 7150
        },
7151
        {
7152
            "name": "phpunit/php-file-iterator",
16 efrain 7153
            "version": "3.0.6",
1 www 7154
            "source": {
7155
                "type": "git",
7156
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
16 efrain 7157
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
1 www 7158
            },
7159
            "dist": {
7160
                "type": "zip",
16 efrain 7161
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
7162
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
1 www 7163
                "shasum": ""
7164
            },
7165
            "require": {
7166
                "php": ">=7.3"
7167
            },
7168
            "require-dev": {
7169
                "phpunit/phpunit": "^9.3"
7170
            },
7171
            "type": "library",
7172
            "extra": {
7173
                "branch-alias": {
7174
                    "dev-master": "3.0-dev"
7175
                }
7176
            },
7177
            "autoload": {
7178
                "classmap": [
7179
                    "src/"
7180
                ]
7181
            },
7182
            "notification-url": "https://packagist.org/downloads/",
7183
            "license": [
7184
                "BSD-3-Clause"
7185
            ],
7186
            "authors": [
7187
                {
7188
                    "name": "Sebastian Bergmann",
7189
                    "email": "sebastian@phpunit.de",
7190
                    "role": "lead"
7191
                }
7192
            ],
7193
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7194
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7195
            "keywords": [
7196
                "filesystem",
7197
                "iterator"
7198
            ],
7199
            "support": {
7200
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
16 efrain 7201
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
1 www 7202
            },
7203
            "funding": [
7204
                {
7205
                    "url": "https://github.com/sebastianbergmann",
7206
                    "type": "github"
7207
                }
7208
            ],
16 efrain 7209
            "time": "2021-12-02T12:48:52+00:00"
1 www 7210
        },
7211
        {
7212
            "name": "phpunit/php-invoker",
7213
            "version": "3.1.1",
7214
            "source": {
7215
                "type": "git",
7216
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
7217
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
7218
            },
7219
            "dist": {
7220
                "type": "zip",
7221
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7222
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7223
                "shasum": ""
7224
            },
7225
            "require": {
7226
                "php": ">=7.3"
7227
            },
7228
            "require-dev": {
7229
                "ext-pcntl": "*",
7230
                "phpunit/phpunit": "^9.3"
7231
            },
7232
            "suggest": {
7233
                "ext-pcntl": "*"
7234
            },
7235
            "type": "library",
7236
            "extra": {
7237
                "branch-alias": {
7238
                    "dev-master": "3.1-dev"
7239
                }
7240
            },
7241
            "autoload": {
7242
                "classmap": [
7243
                    "src/"
7244
                ]
7245
            },
7246
            "notification-url": "https://packagist.org/downloads/",
7247
            "license": [
7248
                "BSD-3-Clause"
7249
            ],
7250
            "authors": [
7251
                {
7252
                    "name": "Sebastian Bergmann",
7253
                    "email": "sebastian@phpunit.de",
7254
                    "role": "lead"
7255
                }
7256
            ],
7257
            "description": "Invoke callables with a timeout",
7258
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
7259
            "keywords": [
7260
                "process"
7261
            ],
7262
            "support": {
7263
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
7264
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
7265
            },
7266
            "funding": [
7267
                {
7268
                    "url": "https://github.com/sebastianbergmann",
7269
                    "type": "github"
7270
                }
7271
            ],
7272
            "time": "2020-09-28T05:58:55+00:00"
7273
        },
7274
        {
7275
            "name": "phpunit/php-text-template",
7276
            "version": "2.0.4",
7277
            "source": {
7278
                "type": "git",
7279
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
7280
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
7281
            },
7282
            "dist": {
7283
                "type": "zip",
7284
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7285
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7286
                "shasum": ""
7287
            },
7288
            "require": {
7289
                "php": ">=7.3"
7290
            },
7291
            "require-dev": {
7292
                "phpunit/phpunit": "^9.3"
7293
            },
7294
            "type": "library",
7295
            "extra": {
7296
                "branch-alias": {
7297
                    "dev-master": "2.0-dev"
7298
                }
7299
            },
7300
            "autoload": {
7301
                "classmap": [
7302
                    "src/"
7303
                ]
7304
            },
7305
            "notification-url": "https://packagist.org/downloads/",
7306
            "license": [
7307
                "BSD-3-Clause"
7308
            ],
7309
            "authors": [
7310
                {
7311
                    "name": "Sebastian Bergmann",
7312
                    "email": "sebastian@phpunit.de",
7313
                    "role": "lead"
7314
                }
7315
            ],
7316
            "description": "Simple template engine.",
7317
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7318
            "keywords": [
7319
                "template"
7320
            ],
7321
            "support": {
7322
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
7323
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
7324
            },
7325
            "funding": [
7326
                {
7327
                    "url": "https://github.com/sebastianbergmann",
7328
                    "type": "github"
7329
                }
7330
            ],
7331
            "time": "2020-10-26T05:33:50+00:00"
7332
        },
7333
        {
7334
            "name": "phpunit/php-timer",
7335
            "version": "5.0.3",
7336
            "source": {
7337
                "type": "git",
7338
                "url": "https://github.com/sebastianbergmann/php-timer.git",
7339
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
7340
            },
7341
            "dist": {
7342
                "type": "zip",
7343
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7344
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7345
                "shasum": ""
7346
            },
7347
            "require": {
7348
                "php": ">=7.3"
7349
            },
7350
            "require-dev": {
7351
                "phpunit/phpunit": "^9.3"
7352
            },
7353
            "type": "library",
7354
            "extra": {
7355
                "branch-alias": {
7356
                    "dev-master": "5.0-dev"
7357
                }
7358
            },
7359
            "autoload": {
7360
                "classmap": [
7361
                    "src/"
7362
                ]
7363
            },
7364
            "notification-url": "https://packagist.org/downloads/",
7365
            "license": [
7366
                "BSD-3-Clause"
7367
            ],
7368
            "authors": [
7369
                {
7370
                    "name": "Sebastian Bergmann",
7371
                    "email": "sebastian@phpunit.de",
7372
                    "role": "lead"
7373
                }
7374
            ],
7375
            "description": "Utility class for timing",
7376
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
7377
            "keywords": [
7378
                "timer"
7379
            ],
7380
            "support": {
7381
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
7382
                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
7383
            },
7384
            "funding": [
7385
                {
7386
                    "url": "https://github.com/sebastianbergmann",
7387
                    "type": "github"
7388
                }
7389
            ],
7390
            "time": "2020-10-26T13:16:10+00:00"
7391
        },
7392
        {
7393
            "name": "phpunit/phpunit",
112 efrain 7394
            "version": "9.5.11",
1 www 7395
            "source": {
7396
                "type": "git",
7397
                "url": "https://github.com/sebastianbergmann/phpunit.git",
112 efrain 7398
                "reference": "2406855036db1102126125537adb1406f7242fdd"
1 www 7399
            },
7400
            "dist": {
7401
                "type": "zip",
112 efrain 7402
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2406855036db1102126125537adb1406f7242fdd",
7403
                "reference": "2406855036db1102126125537adb1406f7242fdd",
1 www 7404
                "shasum": ""
7405
            },
7406
            "require": {
7407
                "doctrine/instantiator": "^1.3.1",
7408
                "ext-dom": "*",
7409
                "ext-json": "*",
7410
                "ext-libxml": "*",
7411
                "ext-mbstring": "*",
7412
                "ext-xml": "*",
7413
                "ext-xmlwriter": "*",
7414
                "myclabs/deep-copy": "^1.10.1",
7415
                "phar-io/manifest": "^2.0.3",
7416
                "phar-io/version": "^3.0.2",
7417
                "php": ">=7.3",
7418
                "phpspec/prophecy": "^1.12.1",
16 efrain 7419
                "phpunit/php-code-coverage": "^9.2.7",
1 www 7420
                "phpunit/php-file-iterator": "^3.0.5",
7421
                "phpunit/php-invoker": "^3.1.1",
7422
                "phpunit/php-text-template": "^2.0.3",
7423
                "phpunit/php-timer": "^5.0.2",
7424
                "sebastian/cli-parser": "^1.0.1",
7425
                "sebastian/code-unit": "^1.0.6",
7426
                "sebastian/comparator": "^4.0.5",
7427
                "sebastian/diff": "^4.0.3",
7428
                "sebastian/environment": "^5.1.3",
7429
                "sebastian/exporter": "^4.0.3",
7430
                "sebastian/global-state": "^5.0.1",
7431
                "sebastian/object-enumerator": "^4.0.3",
7432
                "sebastian/resource-operations": "^3.0.3",
7433
                "sebastian/type": "^2.3.4",
7434
                "sebastian/version": "^3.0.2"
7435
            },
7436
            "require-dev": {
7437
                "ext-pdo": "*",
7438
                "phpspec/prophecy-phpunit": "^2.0.1"
7439
            },
7440
            "suggest": {
7441
                "ext-soap": "*",
7442
                "ext-xdebug": "*"
7443
            },
7444
            "bin": [
7445
                "phpunit"
7446
            ],
7447
            "type": "library",
7448
            "extra": {
7449
                "branch-alias": {
7450
                    "dev-master": "9.5-dev"
7451
                }
7452
            },
7453
            "autoload": {
7454
                "classmap": [
7455
                    "src/"
7456
                ],
7457
                "files": [
7458
                    "src/Framework/Assert/Functions.php"
7459
                ]
7460
            },
7461
            "notification-url": "https://packagist.org/downloads/",
7462
            "license": [
7463
                "BSD-3-Clause"
7464
            ],
7465
            "authors": [
7466
                {
7467
                    "name": "Sebastian Bergmann",
7468
                    "email": "sebastian@phpunit.de",
7469
                    "role": "lead"
7470
                }
7471
            ],
7472
            "description": "The PHP Unit Testing framework.",
7473
            "homepage": "https://phpunit.de/",
7474
            "keywords": [
7475
                "phpunit",
7476
                "testing",
7477
                "xunit"
7478
            ],
7479
            "support": {
7480
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
112 efrain 7481
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.11"
1 www 7482
            },
7483
            "funding": [
7484
                {
112 efrain 7485
                    "url": "https://phpunit.de/sponsors.html",
1 www 7486
                    "type": "custom"
7487
                },
7488
                {
7489
                    "url": "https://github.com/sebastianbergmann",
7490
                    "type": "github"
7491
                }
7492
            ],
112 efrain 7493
            "time": "2021-12-25T07:07:57+00:00"
1 www 7494
        },
7495
        {
7496
            "name": "psr/cache",
7497
            "version": "1.0.1",
7498
            "source": {
7499
                "type": "git",
7500
                "url": "https://github.com/php-fig/cache.git",
7501
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
7502
            },
7503
            "dist": {
7504
                "type": "zip",
7505
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
7506
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
7507
                "shasum": ""
7508
            },
7509
            "require": {
7510
                "php": ">=5.3.0"
7511
            },
7512
            "type": "library",
7513
            "extra": {
7514
                "branch-alias": {
7515
                    "dev-master": "1.0.x-dev"
7516
                }
7517
            },
7518
            "autoload": {
7519
                "psr-4": {
7520
                    "Psr\\Cache\\": "src/"
7521
                }
7522
            },
7523
            "notification-url": "https://packagist.org/downloads/",
7524
            "license": [
7525
                "MIT"
7526
            ],
7527
            "authors": [
7528
                {
7529
                    "name": "PHP-FIG",
7530
                    "homepage": "http://www.php-fig.org/"
7531
                }
7532
            ],
7533
            "description": "Common interface for caching libraries",
7534
            "keywords": [
7535
                "cache",
7536
                "psr",
7537
                "psr-6"
7538
            ],
7539
            "support": {
7540
                "source": "https://github.com/php-fig/cache/tree/master"
7541
            },
7542
            "time": "2016-08-06T20:24:11+00:00"
7543
        },
7544
        {
7545
            "name": "psr/container",
16 efrain 7546
            "version": "1.1.2",
1 www 7547
            "source": {
7548
                "type": "git",
7549
                "url": "https://github.com/php-fig/container.git",
16 efrain 7550
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
1 www 7551
            },
7552
            "dist": {
7553
                "type": "zip",
16 efrain 7554
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
7555
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
1 www 7556
                "shasum": ""
7557
            },
7558
            "require": {
16 efrain 7559
                "php": ">=7.4.0"
1 www 7560
            },
7561
            "type": "library",
7562
            "autoload": {
7563
                "psr-4": {
7564
                    "Psr\\Container\\": "src/"
7565
                }
7566
            },
7567
            "notification-url": "https://packagist.org/downloads/",
7568
            "license": [
7569
                "MIT"
7570
            ],
7571
            "authors": [
7572
                {
7573
                    "name": "PHP-FIG",
7574
                    "homepage": "https://www.php-fig.org/"
7575
                }
7576
            ],
7577
            "description": "Common Container Interface (PHP FIG PSR-11)",
7578
            "homepage": "https://github.com/php-fig/container",
7579
            "keywords": [
7580
                "PSR-11",
7581
                "container",
7582
                "container-interface",
7583
                "container-interop",
7584
                "psr"
7585
            ],
7586
            "support": {
7587
                "issues": "https://github.com/php-fig/container/issues",
16 efrain 7588
                "source": "https://github.com/php-fig/container/tree/1.1.2"
1 www 7589
            },
16 efrain 7590
            "time": "2021-11-05T16:50:12+00:00"
1 www 7591
        },
7592
        {
7593
            "name": "psr/event-dispatcher",
7594
            "version": "1.0.0",
7595
            "source": {
7596
                "type": "git",
7597
                "url": "https://github.com/php-fig/event-dispatcher.git",
7598
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
7599
            },
7600
            "dist": {
7601
                "type": "zip",
7602
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
7603
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
7604
                "shasum": ""
7605
            },
7606
            "require": {
7607
                "php": ">=7.2.0"
7608
            },
7609
            "type": "library",
7610
            "extra": {
7611
                "branch-alias": {
7612
                    "dev-master": "1.0.x-dev"
7613
                }
7614
            },
7615
            "autoload": {
7616
                "psr-4": {
7617
                    "Psr\\EventDispatcher\\": "src/"
7618
                }
7619
            },
7620
            "notification-url": "https://packagist.org/downloads/",
7621
            "license": [
7622
                "MIT"
7623
            ],
7624
            "authors": [
7625
                {
7626
                    "name": "PHP-FIG",
7627
                    "homepage": "http://www.php-fig.org/"
7628
                }
7629
            ],
7630
            "description": "Standard interfaces for event handling.",
7631
            "keywords": [
7632
                "events",
7633
                "psr",
7634
                "psr-14"
7635
            ],
7636
            "support": {
7637
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
7638
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
7639
            },
7640
            "time": "2019-01-08T18:20:26+00:00"
7641
        },
7642
        {
7643
            "name": "psr/http-client",
7644
            "version": "1.0.1",
7645
            "source": {
7646
                "type": "git",
7647
                "url": "https://github.com/php-fig/http-client.git",
7648
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
7649
            },
7650
            "dist": {
7651
                "type": "zip",
7652
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
7653
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
7654
                "shasum": ""
7655
            },
7656
            "require": {
7657
                "php": "^7.0 || ^8.0",
7658
                "psr/http-message": "^1.0"
7659
            },
7660
            "type": "library",
7661
            "extra": {
7662
                "branch-alias": {
7663
                    "dev-master": "1.0.x-dev"
7664
                }
7665
            },
7666
            "autoload": {
7667
                "psr-4": {
7668
                    "Psr\\Http\\Client\\": "src/"
7669
                }
7670
            },
7671
            "notification-url": "https://packagist.org/downloads/",
7672
            "license": [
7673
                "MIT"
7674
            ],
7675
            "authors": [
7676
                {
7677
                    "name": "PHP-FIG",
7678
                    "homepage": "http://www.php-fig.org/"
7679
                }
7680
            ],
7681
            "description": "Common interface for HTTP clients",
7682
            "homepage": "https://github.com/php-fig/http-client",
7683
            "keywords": [
7684
                "http",
7685
                "http-client",
7686
                "psr",
7687
                "psr-18"
7688
            ],
7689
            "support": {
7690
                "source": "https://github.com/php-fig/http-client/tree/master"
7691
            },
7692
            "time": "2020-06-29T06:28:15+00:00"
7693
        },
7694
        {
7695
            "name": "psr/http-factory",
7696
            "version": "1.0.1",
7697
            "source": {
7698
                "type": "git",
7699
                "url": "https://github.com/php-fig/http-factory.git",
7700
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
7701
            },
7702
            "dist": {
7703
                "type": "zip",
7704
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7705
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
7706
                "shasum": ""
7707
            },
7708
            "require": {
7709
                "php": ">=7.0.0",
7710
                "psr/http-message": "^1.0"
7711
            },
7712
            "type": "library",
7713
            "extra": {
7714
                "branch-alias": {
7715
                    "dev-master": "1.0.x-dev"
7716
                }
7717
            },
7718
            "autoload": {
7719
                "psr-4": {
7720
                    "Psr\\Http\\Message\\": "src/"
7721
                }
7722
            },
7723
            "notification-url": "https://packagist.org/downloads/",
7724
            "license": [
7725
                "MIT"
7726
            ],
7727
            "authors": [
7728
                {
7729
                    "name": "PHP-FIG",
7730
                    "homepage": "http://www.php-fig.org/"
7731
                }
7732
            ],
7733
            "description": "Common interfaces for PSR-7 HTTP message factories",
7734
            "keywords": [
7735
                "factory",
7736
                "http",
7737
                "message",
7738
                "psr",
7739
                "psr-17",
7740
                "psr-7",
7741
                "request",
7742
                "response"
7743
            ],
7744
            "support": {
7745
                "source": "https://github.com/php-fig/http-factory/tree/master"
7746
            },
7747
            "time": "2019-04-30T12:38:16+00:00"
7748
        },
7749
        {
7750
            "name": "psr/http-message",
7751
            "version": "1.0.1",
7752
            "source": {
7753
                "type": "git",
7754
                "url": "https://github.com/php-fig/http-message.git",
7755
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
7756
            },
7757
            "dist": {
7758
                "type": "zip",
7759
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
7760
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
7761
                "shasum": ""
7762
            },
7763
            "require": {
7764
                "php": ">=5.3.0"
7765
            },
7766
            "type": "library",
7767
            "extra": {
7768
                "branch-alias": {
7769
                    "dev-master": "1.0.x-dev"
7770
                }
7771
            },
7772
            "autoload": {
7773
                "psr-4": {
7774
                    "Psr\\Http\\Message\\": "src/"
7775
                }
7776
            },
7777
            "notification-url": "https://packagist.org/downloads/",
7778
            "license": [
7779
                "MIT"
7780
            ],
7781
            "authors": [
7782
                {
7783
                    "name": "PHP-FIG",
7784
                    "homepage": "http://www.php-fig.org/"
7785
                }
7786
            ],
7787
            "description": "Common interface for HTTP messages",
7788
            "homepage": "https://github.com/php-fig/http-message",
7789
            "keywords": [
7790
                "http",
7791
                "http-message",
7792
                "psr",
7793
                "psr-7",
7794
                "request",
7795
                "response"
7796
            ],
7797
            "support": {
7798
                "source": "https://github.com/php-fig/http-message/tree/master"
7799
            },
7800
            "time": "2016-08-06T14:39:51+00:00"
7801
        },
7802
        {
7803
            "name": "psr/log",
7804
            "version": "1.1.4",
7805
            "source": {
7806
                "type": "git",
7807
                "url": "https://github.com/php-fig/log.git",
7808
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
7809
            },
7810
            "dist": {
7811
                "type": "zip",
7812
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
7813
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
7814
                "shasum": ""
7815
            },
7816
            "require": {
7817
                "php": ">=5.3.0"
7818
            },
7819
            "type": "library",
7820
            "extra": {
7821
                "branch-alias": {
7822
                    "dev-master": "1.1.x-dev"
7823
                }
7824
            },
7825
            "autoload": {
7826
                "psr-4": {
7827
                    "Psr\\Log\\": "Psr/Log/"
7828
                }
7829
            },
7830
            "notification-url": "https://packagist.org/downloads/",
7831
            "license": [
7832
                "MIT"
7833
            ],
7834
            "authors": [
7835
                {
7836
                    "name": "PHP-FIG",
7837
                    "homepage": "https://www.php-fig.org/"
7838
                }
7839
            ],
7840
            "description": "Common interface for logging libraries",
7841
            "homepage": "https://github.com/php-fig/log",
7842
            "keywords": [
7843
                "log",
7844
                "psr",
7845
                "psr-3"
7846
            ],
7847
            "support": {
7848
                "source": "https://github.com/php-fig/log/tree/1.1.4"
7849
            },
7850
            "time": "2021-05-03T11:20:27+00:00"
7851
        },
7852
        {
7853
            "name": "psr/simple-cache",
7854
            "version": "1.0.1",
7855
            "source": {
7856
                "type": "git",
7857
                "url": "https://github.com/php-fig/simple-cache.git",
7858
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
7859
            },
7860
            "dist": {
7861
                "type": "zip",
7862
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7863
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
7864
                "shasum": ""
7865
            },
7866
            "require": {
7867
                "php": ">=5.3.0"
7868
            },
7869
            "type": "library",
7870
            "extra": {
7871
                "branch-alias": {
7872
                    "dev-master": "1.0.x-dev"
7873
                }
7874
            },
7875
            "autoload": {
7876
                "psr-4": {
7877
                    "Psr\\SimpleCache\\": "src/"
7878
                }
7879
            },
7880
            "notification-url": "https://packagist.org/downloads/",
7881
            "license": [
7882
                "MIT"
7883
            ],
7884
            "authors": [
7885
                {
7886
                    "name": "PHP-FIG",
7887
                    "homepage": "http://www.php-fig.org/"
7888
                }
7889
            ],
7890
            "description": "Common interfaces for simple caching",
7891
            "keywords": [
7892
                "cache",
7893
                "caching",
7894
                "psr",
7895
                "psr-16",
7896
                "simple-cache"
7897
            ],
7898
            "support": {
7899
                "source": "https://github.com/php-fig/simple-cache/tree/master"
7900
            },
7901
            "time": "2017-10-23T01:57:42+00:00"
7902
        },
7903
        {
7904
            "name": "ralouphie/getallheaders",
7905
            "version": "3.0.3",
7906
            "source": {
7907
                "type": "git",
7908
                "url": "https://github.com/ralouphie/getallheaders.git",
7909
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
7910
            },
7911
            "dist": {
7912
                "type": "zip",
7913
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7914
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
7915
                "shasum": ""
7916
            },
7917
            "require": {
7918
                "php": ">=5.6"
7919
            },
7920
            "require-dev": {
7921
                "php-coveralls/php-coveralls": "^2.1",
7922
                "phpunit/phpunit": "^5 || ^6.5"
7923
            },
7924
            "type": "library",
7925
            "autoload": {
7926
                "files": [
7927
                    "src/getallheaders.php"
7928
                ]
7929
            },
7930
            "notification-url": "https://packagist.org/downloads/",
7931
            "license": [
7932
                "MIT"
7933
            ],
7934
            "authors": [
7935
                {
7936
                    "name": "Ralph Khattar",
7937
                    "email": "ralph.khattar@gmail.com"
7938
                }
7939
            ],
7940
            "description": "A polyfill for getallheaders.",
7941
            "support": {
7942
                "issues": "https://github.com/ralouphie/getallheaders/issues",
7943
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
7944
            },
7945
            "time": "2019-03-08T08:55:37+00:00"
7946
        },
7947
        {
7948
            "name": "rncryptor/rncryptor",
7949
            "version": "4.3.0",
7950
            "source": {
7951
                "type": "git",
7952
                "url": "https://github.com/RNCryptor/RNCryptor-php.git",
7953
                "reference": "6155afba39f053a50b9bd0bcd2f3062731821302"
7954
            },
7955
            "dist": {
7956
                "type": "zip",
7957
                "url": "https://api.github.com/repos/RNCryptor/RNCryptor-php/zipball/6155afba39f053a50b9bd0bcd2f3062731821302",
7958
                "reference": "6155afba39f053a50b9bd0bcd2f3062731821302",
7959
                "shasum": ""
7960
            },
7961
            "require": {
7962
                "ext-openssl": "*",
7963
                "php": ">=7.0"
7964
            },
7965
            "require-dev": {
7966
                "phpunit/phpunit": "~6.0",
7967
                "rncryptor/spec": "~4.0",
7968
                "squizlabs/php_codesniffer": "^2.8"
7969
            },
7970
            "type": "library",
7971
            "autoload": {
7972
                "psr-4": {
7973
                    "RNCryptor\\": "src/"
7974
                }
7975
            },
7976
            "notification-url": "https://packagist.org/downloads/",
7977
            "license": [
7978
                "MIT"
7979
            ],
7980
            "authors": [
7981
                {
7982
                    "name": "Rob Napier",
7983
                    "email": "robnapier@gmail.com"
7984
                },
7985
                {
7986
                    "name": "Guysung Kim",
7987
                    "email": "guysung.kim@gmail.com"
7988
                },
7989
                {
7990
                    "name": "Curtis Farnham",
7991
                    "email": "curtisfarnham@gmail.com"
7992
                }
7993
            ],
7994
            "description": "PHP implementation of RNCryptor",
7995
            "homepage": "http://rncryptor.github.io",
7996
            "keywords": [
7997
                "crypto",
7998
                "encryption",
7999
                "rncryptor"
8000
            ],
8001
            "support": {
8002
                "issues": "https://github.com/RNCryptor/RNCryptor-php/issues",
8003
                "source": "https://github.com/RNCryptor/RNCryptor-php/tree/master"
8004
            },
8005
            "time": "2020-02-20T18:23:55+00:00"
8006
        },
8007
        {
8008
            "name": "sebastian/cli-parser",
8009
            "version": "1.0.1",
8010
            "source": {
8011
                "type": "git",
8012
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
8013
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
8014
            },
8015
            "dist": {
8016
                "type": "zip",
8017
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
8018
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
8019
                "shasum": ""
8020
            },
8021
            "require": {
8022
                "php": ">=7.3"
8023
            },
8024
            "require-dev": {
8025
                "phpunit/phpunit": "^9.3"
8026
            },
8027
            "type": "library",
8028
            "extra": {
8029
                "branch-alias": {
8030
                    "dev-master": "1.0-dev"
8031
                }
8032
            },
8033
            "autoload": {
8034
                "classmap": [
8035
                    "src/"
8036
                ]
8037
            },
8038
            "notification-url": "https://packagist.org/downloads/",
8039
            "license": [
8040
                "BSD-3-Clause"
8041
            ],
8042
            "authors": [
8043
                {
8044
                    "name": "Sebastian Bergmann",
8045
                    "email": "sebastian@phpunit.de",
8046
                    "role": "lead"
8047
                }
8048
            ],
8049
            "description": "Library for parsing CLI options",
8050
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
8051
            "support": {
8052
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
8053
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
8054
            },
8055
            "funding": [
8056
                {
8057
                    "url": "https://github.com/sebastianbergmann",
8058
                    "type": "github"
8059
                }
8060
            ],
8061
            "time": "2020-09-28T06:08:49+00:00"
8062
        },
8063
        {
8064
            "name": "sebastian/code-unit",
8065
            "version": "1.0.8",
8066
            "source": {
8067
                "type": "git",
8068
                "url": "https://github.com/sebastianbergmann/code-unit.git",
8069
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
8070
            },
8071
            "dist": {
8072
                "type": "zip",
8073
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
8074
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
8075
                "shasum": ""
8076
            },
8077
            "require": {
8078
                "php": ">=7.3"
8079
            },
8080
            "require-dev": {
8081
                "phpunit/phpunit": "^9.3"
8082
            },
8083
            "type": "library",
8084
            "extra": {
8085
                "branch-alias": {
8086
                    "dev-master": "1.0-dev"
8087
                }
8088
            },
8089
            "autoload": {
8090
                "classmap": [
8091
                    "src/"
8092
                ]
8093
            },
8094
            "notification-url": "https://packagist.org/downloads/",
8095
            "license": [
8096
                "BSD-3-Clause"
8097
            ],
8098
            "authors": [
8099
                {
8100
                    "name": "Sebastian Bergmann",
8101
                    "email": "sebastian@phpunit.de",
8102
                    "role": "lead"
8103
                }
8104
            ],
8105
            "description": "Collection of value objects that represent the PHP code units",
8106
            "homepage": "https://github.com/sebastianbergmann/code-unit",
8107
            "support": {
8108
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
8109
                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
8110
            },
8111
            "funding": [
8112
                {
8113
                    "url": "https://github.com/sebastianbergmann",
8114
                    "type": "github"
8115
                }
8116
            ],
8117
            "time": "2020-10-26T13:08:54+00:00"
8118
        },
8119
        {
8120
            "name": "sebastian/code-unit-reverse-lookup",
8121
            "version": "2.0.3",
8122
            "source": {
8123
                "type": "git",
8124
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8125
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
8126
            },
8127
            "dist": {
8128
                "type": "zip",
8129
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
8130
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
8131
                "shasum": ""
8132
            },
8133
            "require": {
8134
                "php": ">=7.3"
8135
            },
8136
            "require-dev": {
8137
                "phpunit/phpunit": "^9.3"
8138
            },
8139
            "type": "library",
8140
            "extra": {
8141
                "branch-alias": {
8142
                    "dev-master": "2.0-dev"
8143
                }
8144
            },
8145
            "autoload": {
8146
                "classmap": [
8147
                    "src/"
8148
                ]
8149
            },
8150
            "notification-url": "https://packagist.org/downloads/",
8151
            "license": [
8152
                "BSD-3-Clause"
8153
            ],
8154
            "authors": [
8155
                {
8156
                    "name": "Sebastian Bergmann",
8157
                    "email": "sebastian@phpunit.de"
8158
                }
8159
            ],
8160
            "description": "Looks up which function or method a line of code belongs to",
8161
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8162
            "support": {
8163
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8164
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
8165
            },
8166
            "funding": [
8167
                {
8168
                    "url": "https://github.com/sebastianbergmann",
8169
                    "type": "github"
8170
                }
8171
            ],
8172
            "time": "2020-09-28T05:30:19+00:00"
8173
        },
8174
        {
8175
            "name": "sebastian/comparator",
8176
            "version": "4.0.6",
8177
            "source": {
8178
                "type": "git",
8179
                "url": "https://github.com/sebastianbergmann/comparator.git",
8180
                "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
8181
            },
8182
            "dist": {
8183
                "type": "zip",
8184
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
8185
                "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
8186
                "shasum": ""
8187
            },
8188
            "require": {
8189
                "php": ">=7.3",
8190
                "sebastian/diff": "^4.0",
8191
                "sebastian/exporter": "^4.0"
8192
            },
8193
            "require-dev": {
8194
                "phpunit/phpunit": "^9.3"
8195
            },
8196
            "type": "library",
8197
            "extra": {
8198
                "branch-alias": {
8199
                    "dev-master": "4.0-dev"
8200
                }
8201
            },
8202
            "autoload": {
8203
                "classmap": [
8204
                    "src/"
8205
                ]
8206
            },
8207
            "notification-url": "https://packagist.org/downloads/",
8208
            "license": [
8209
                "BSD-3-Clause"
8210
            ],
8211
            "authors": [
8212
                {
8213
                    "name": "Sebastian Bergmann",
8214
                    "email": "sebastian@phpunit.de"
8215
                },
8216
                {
8217
                    "name": "Jeff Welch",
8218
                    "email": "whatthejeff@gmail.com"
8219
                },
8220
                {
8221
                    "name": "Volker Dusch",
8222
                    "email": "github@wallbash.com"
8223
                },
8224
                {
8225
                    "name": "Bernhard Schussek",
8226
                    "email": "bschussek@2bepublished.at"
8227
                }
8228
            ],
8229
            "description": "Provides the functionality to compare PHP values for equality",
8230
            "homepage": "https://github.com/sebastianbergmann/comparator",
8231
            "keywords": [
8232
                "comparator",
8233
                "compare",
8234
                "equality"
8235
            ],
8236
            "support": {
8237
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
8238
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
8239
            },
8240
            "funding": [
8241
                {
8242
                    "url": "https://github.com/sebastianbergmann",
8243
                    "type": "github"
8244
                }
8245
            ],
8246
            "time": "2020-10-26T15:49:45+00:00"
8247
        },
8248
        {
8249
            "name": "sebastian/complexity",
8250
            "version": "2.0.2",
8251
            "source": {
8252
                "type": "git",
8253
                "url": "https://github.com/sebastianbergmann/complexity.git",
8254
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
8255
            },
8256
            "dist": {
8257
                "type": "zip",
8258
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
8259
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
8260
                "shasum": ""
8261
            },
8262
            "require": {
8263
                "nikic/php-parser": "^4.7",
8264
                "php": ">=7.3"
8265
            },
8266
            "require-dev": {
8267
                "phpunit/phpunit": "^9.3"
8268
            },
8269
            "type": "library",
8270
            "extra": {
8271
                "branch-alias": {
8272
                    "dev-master": "2.0-dev"
8273
                }
8274
            },
8275
            "autoload": {
8276
                "classmap": [
8277
                    "src/"
8278
                ]
8279
            },
8280
            "notification-url": "https://packagist.org/downloads/",
8281
            "license": [
8282
                "BSD-3-Clause"
8283
            ],
8284
            "authors": [
8285
                {
8286
                    "name": "Sebastian Bergmann",
8287
                    "email": "sebastian@phpunit.de",
8288
                    "role": "lead"
8289
                }
8290
            ],
8291
            "description": "Library for calculating the complexity of PHP code units",
8292
            "homepage": "https://github.com/sebastianbergmann/complexity",
8293
            "support": {
8294
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
8295
                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
8296
            },
8297
            "funding": [
8298
                {
8299
                    "url": "https://github.com/sebastianbergmann",
8300
                    "type": "github"
8301
                }
8302
            ],
8303
            "time": "2020-10-26T15:52:27+00:00"
8304
        },
8305
        {
8306
            "name": "sebastian/diff",
8307
            "version": "4.0.4",
8308
            "source": {
8309
                "type": "git",
8310
                "url": "https://github.com/sebastianbergmann/diff.git",
8311
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
8312
            },
8313
            "dist": {
8314
                "type": "zip",
8315
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
8316
                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
8317
                "shasum": ""
8318
            },
8319
            "require": {
8320
                "php": ">=7.3"
8321
            },
8322
            "require-dev": {
8323
                "phpunit/phpunit": "^9.3",
8324
                "symfony/process": "^4.2 || ^5"
8325
            },
8326
            "type": "library",
8327
            "extra": {
8328
                "branch-alias": {
8329
                    "dev-master": "4.0-dev"
8330
                }
8331
            },
8332
            "autoload": {
8333
                "classmap": [
8334
                    "src/"
8335
                ]
8336
            },
8337
            "notification-url": "https://packagist.org/downloads/",
8338
            "license": [
8339
                "BSD-3-Clause"
8340
            ],
8341
            "authors": [
8342
                {
8343
                    "name": "Sebastian Bergmann",
8344
                    "email": "sebastian@phpunit.de"
8345
                },
8346
                {
8347
                    "name": "Kore Nordmann",
8348
                    "email": "mail@kore-nordmann.de"
8349
                }
8350
            ],
8351
            "description": "Diff implementation",
8352
            "homepage": "https://github.com/sebastianbergmann/diff",
8353
            "keywords": [
8354
                "diff",
8355
                "udiff",
8356
                "unidiff",
8357
                "unified diff"
8358
            ],
8359
            "support": {
8360
                "issues": "https://github.com/sebastianbergmann/diff/issues",
8361
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
8362
            },
8363
            "funding": [
8364
                {
8365
                    "url": "https://github.com/sebastianbergmann",
8366
                    "type": "github"
8367
                }
8368
            ],
8369
            "time": "2020-10-26T13:10:38+00:00"
8370
        },
8371
        {
8372
            "name": "sebastian/environment",
8373
            "version": "5.1.3",
8374
            "source": {
8375
                "type": "git",
8376
                "url": "https://github.com/sebastianbergmann/environment.git",
8377
                "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
8378
            },
8379
            "dist": {
8380
                "type": "zip",
8381
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
8382
                "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
8383
                "shasum": ""
8384
            },
8385
            "require": {
8386
                "php": ">=7.3"
8387
            },
8388
            "require-dev": {
8389
                "phpunit/phpunit": "^9.3"
8390
            },
8391
            "suggest": {
8392
                "ext-posix": "*"
8393
            },
8394
            "type": "library",
8395
            "extra": {
8396
                "branch-alias": {
8397
                    "dev-master": "5.1-dev"
8398
                }
8399
            },
8400
            "autoload": {
8401
                "classmap": [
8402
                    "src/"
8403
                ]
8404
            },
8405
            "notification-url": "https://packagist.org/downloads/",
8406
            "license": [
8407
                "BSD-3-Clause"
8408
            ],
8409
            "authors": [
8410
                {
8411
                    "name": "Sebastian Bergmann",
8412
                    "email": "sebastian@phpunit.de"
8413
                }
8414
            ],
8415
            "description": "Provides functionality to handle HHVM/PHP environments",
8416
            "homepage": "http://www.github.com/sebastianbergmann/environment",
8417
            "keywords": [
8418
                "Xdebug",
8419
                "environment",
8420
                "hhvm"
8421
            ],
8422
            "support": {
8423
                "issues": "https://github.com/sebastianbergmann/environment/issues",
8424
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
8425
            },
8426
            "funding": [
8427
                {
8428
                    "url": "https://github.com/sebastianbergmann",
8429
                    "type": "github"
8430
                }
8431
            ],
8432
            "time": "2020-09-28T05:52:38+00:00"
8433
        },
8434
        {
8435
            "name": "sebastian/exporter",
16 efrain 8436
            "version": "4.0.4",
1 www 8437
            "source": {
8438
                "type": "git",
8439
                "url": "https://github.com/sebastianbergmann/exporter.git",
16 efrain 8440
                "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
1 www 8441
            },
8442
            "dist": {
8443
                "type": "zip",
16 efrain 8444
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
8445
                "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
1 www 8446
                "shasum": ""
8447
            },
8448
            "require": {
8449
                "php": ">=7.3",
8450
                "sebastian/recursion-context": "^4.0"
8451
            },
8452
            "require-dev": {
8453
                "ext-mbstring": "*",
8454
                "phpunit/phpunit": "^9.3"
8455
            },
8456
            "type": "library",
8457
            "extra": {
8458
                "branch-alias": {
8459
                    "dev-master": "4.0-dev"
8460
                }
8461
            },
8462
            "autoload": {
8463
                "classmap": [
8464
                    "src/"
8465
                ]
8466
            },
8467
            "notification-url": "https://packagist.org/downloads/",
8468
            "license": [
8469
                "BSD-3-Clause"
8470
            ],
8471
            "authors": [
8472
                {
8473
                    "name": "Sebastian Bergmann",
8474
                    "email": "sebastian@phpunit.de"
8475
                },
8476
                {
8477
                    "name": "Jeff Welch",
8478
                    "email": "whatthejeff@gmail.com"
8479
                },
8480
                {
8481
                    "name": "Volker Dusch",
8482
                    "email": "github@wallbash.com"
8483
                },
8484
                {
8485
                    "name": "Adam Harvey",
8486
                    "email": "aharvey@php.net"
8487
                },
8488
                {
8489
                    "name": "Bernhard Schussek",
8490
                    "email": "bschussek@gmail.com"
8491
                }
8492
            ],
8493
            "description": "Provides the functionality to export PHP variables for visualization",
16 efrain 8494
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
1 www 8495
            "keywords": [
8496
                "export",
8497
                "exporter"
8498
            ],
8499
            "support": {
8500
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
16 efrain 8501
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
1 www 8502
            },
8503
            "funding": [
8504
                {
8505
                    "url": "https://github.com/sebastianbergmann",
8506
                    "type": "github"
8507
                }
8508
            ],
16 efrain 8509
            "time": "2021-11-11T14:18:36+00:00"
1 www 8510
        },
8511
        {
8512
            "name": "sebastian/global-state",
8513
            "version": "5.0.3",
8514
            "source": {
8515
                "type": "git",
8516
                "url": "https://github.com/sebastianbergmann/global-state.git",
8517
                "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
8518
            },
8519
            "dist": {
8520
                "type": "zip",
8521
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
8522
                "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
8523
                "shasum": ""
8524
            },
8525
            "require": {
8526
                "php": ">=7.3",
8527
                "sebastian/object-reflector": "^2.0",
8528
                "sebastian/recursion-context": "^4.0"
8529
            },
8530
            "require-dev": {
8531
                "ext-dom": "*",
8532
                "phpunit/phpunit": "^9.3"
8533
            },
8534
            "suggest": {
8535
                "ext-uopz": "*"
8536
            },
8537
            "type": "library",
8538
            "extra": {
8539
                "branch-alias": {
8540
                    "dev-master": "5.0-dev"
8541
                }
8542
            },
8543
            "autoload": {
8544
                "classmap": [
8545
                    "src/"
8546
                ]
8547
            },
8548
            "notification-url": "https://packagist.org/downloads/",
8549
            "license": [
8550
                "BSD-3-Clause"
8551
            ],
8552
            "authors": [
8553
                {
8554
                    "name": "Sebastian Bergmann",
8555
                    "email": "sebastian@phpunit.de"
8556
                }
8557
            ],
8558
            "description": "Snapshotting of global state",
8559
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
8560
            "keywords": [
8561
                "global state"
8562
            ],
8563
            "support": {
8564
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
8565
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
8566
            },
8567
            "funding": [
8568
                {
8569
                    "url": "https://github.com/sebastianbergmann",
8570
                    "type": "github"
8571
                }
8572
            ],
8573
            "time": "2021-06-11T13:31:12+00:00"
8574
        },
8575
        {
8576
            "name": "sebastian/lines-of-code",
8577
            "version": "1.0.3",
8578
            "source": {
8579
                "type": "git",
8580
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
8581
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
8582
            },
8583
            "dist": {
8584
                "type": "zip",
8585
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8586
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8587
                "shasum": ""
8588
            },
8589
            "require": {
8590
                "nikic/php-parser": "^4.6",
8591
                "php": ">=7.3"
8592
            },
8593
            "require-dev": {
8594
                "phpunit/phpunit": "^9.3"
8595
            },
8596
            "type": "library",
8597
            "extra": {
8598
                "branch-alias": {
8599
                    "dev-master": "1.0-dev"
8600
                }
8601
            },
8602
            "autoload": {
8603
                "classmap": [
8604
                    "src/"
8605
                ]
8606
            },
8607
            "notification-url": "https://packagist.org/downloads/",
8608
            "license": [
8609
                "BSD-3-Clause"
8610
            ],
8611
            "authors": [
8612
                {
8613
                    "name": "Sebastian Bergmann",
8614
                    "email": "sebastian@phpunit.de",
8615
                    "role": "lead"
8616
                }
8617
            ],
8618
            "description": "Library for counting the lines of code in PHP source code",
8619
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
8620
            "support": {
8621
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
8622
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
8623
            },
8624
            "funding": [
8625
                {
8626
                    "url": "https://github.com/sebastianbergmann",
8627
                    "type": "github"
8628
                }
8629
            ],
8630
            "time": "2020-11-28T06:42:11+00:00"
8631
        },
8632
        {
8633
            "name": "sebastian/object-enumerator",
8634
            "version": "4.0.4",
8635
            "source": {
8636
                "type": "git",
8637
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8638
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
8639
            },
8640
            "dist": {
8641
                "type": "zip",
8642
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
8643
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
8644
                "shasum": ""
8645
            },
8646
            "require": {
8647
                "php": ">=7.3",
8648
                "sebastian/object-reflector": "^2.0",
8649
                "sebastian/recursion-context": "^4.0"
8650
            },
8651
            "require-dev": {
8652
                "phpunit/phpunit": "^9.3"
8653
            },
8654
            "type": "library",
8655
            "extra": {
8656
                "branch-alias": {
8657
                    "dev-master": "4.0-dev"
8658
                }
8659
            },
8660
            "autoload": {
8661
                "classmap": [
8662
                    "src/"
8663
                ]
8664
            },
8665
            "notification-url": "https://packagist.org/downloads/",
8666
            "license": [
8667
                "BSD-3-Clause"
8668
            ],
8669
            "authors": [
8670
                {
8671
                    "name": "Sebastian Bergmann",
8672
                    "email": "sebastian@phpunit.de"
8673
                }
8674
            ],
8675
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8676
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8677
            "support": {
8678
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
8679
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
8680
            },
8681
            "funding": [
8682
                {
8683
                    "url": "https://github.com/sebastianbergmann",
8684
                    "type": "github"
8685
                }
8686
            ],
8687
            "time": "2020-10-26T13:12:34+00:00"
8688
        },
8689
        {
8690
            "name": "sebastian/object-reflector",
8691
            "version": "2.0.4",
8692
            "source": {
8693
                "type": "git",
8694
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
8695
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
8696
            },
8697
            "dist": {
8698
                "type": "zip",
8699
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8700
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8701
                "shasum": ""
8702
            },
8703
            "require": {
8704
                "php": ">=7.3"
8705
            },
8706
            "require-dev": {
8707
                "phpunit/phpunit": "^9.3"
8708
            },
8709
            "type": "library",
8710
            "extra": {
8711
                "branch-alias": {
8712
                    "dev-master": "2.0-dev"
8713
                }
8714
            },
8715
            "autoload": {
8716
                "classmap": [
8717
                    "src/"
8718
                ]
8719
            },
8720
            "notification-url": "https://packagist.org/downloads/",
8721
            "license": [
8722
                "BSD-3-Clause"
8723
            ],
8724
            "authors": [
8725
                {
8726
                    "name": "Sebastian Bergmann",
8727
                    "email": "sebastian@phpunit.de"
8728
                }
8729
            ],
8730
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
8731
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
8732
            "support": {
8733
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
8734
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
8735
            },
8736
            "funding": [
8737
                {
8738
                    "url": "https://github.com/sebastianbergmann",
8739
                    "type": "github"
8740
                }
8741
            ],
8742
            "time": "2020-10-26T13:14:26+00:00"
8743
        },
8744
        {
8745
            "name": "sebastian/recursion-context",
8746
            "version": "4.0.4",
8747
            "source": {
8748
                "type": "git",
8749
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
8750
                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
8751
            },
8752
            "dist": {
8753
                "type": "zip",
8754
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
8755
                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
8756
                "shasum": ""
8757
            },
8758
            "require": {
8759
                "php": ">=7.3"
8760
            },
8761
            "require-dev": {
8762
                "phpunit/phpunit": "^9.3"
8763
            },
8764
            "type": "library",
8765
            "extra": {
8766
                "branch-alias": {
8767
                    "dev-master": "4.0-dev"
8768
                }
8769
            },
8770
            "autoload": {
8771
                "classmap": [
8772
                    "src/"
8773
                ]
8774
            },
8775
            "notification-url": "https://packagist.org/downloads/",
8776
            "license": [
8777
                "BSD-3-Clause"
8778
            ],
8779
            "authors": [
8780
                {
8781
                    "name": "Sebastian Bergmann",
8782
                    "email": "sebastian@phpunit.de"
8783
                },
8784
                {
8785
                    "name": "Jeff Welch",
8786
                    "email": "whatthejeff@gmail.com"
8787
                },
8788
                {
8789
                    "name": "Adam Harvey",
8790
                    "email": "aharvey@php.net"
8791
                }
8792
            ],
8793
            "description": "Provides functionality to recursively process PHP variables",
8794
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
8795
            "support": {
8796
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
8797
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
8798
            },
8799
            "funding": [
8800
                {
8801
                    "url": "https://github.com/sebastianbergmann",
8802
                    "type": "github"
8803
                }
8804
            ],
8805
            "time": "2020-10-26T13:17:30+00:00"
8806
        },
8807
        {
8808
            "name": "sebastian/resource-operations",
8809
            "version": "3.0.3",
8810
            "source": {
8811
                "type": "git",
8812
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
8813
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
8814
            },
8815
            "dist": {
8816
                "type": "zip",
8817
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
8818
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
8819
                "shasum": ""
8820
            },
8821
            "require": {
8822
                "php": ">=7.3"
8823
            },
8824
            "require-dev": {
8825
                "phpunit/phpunit": "^9.0"
8826
            },
8827
            "type": "library",
8828
            "extra": {
8829
                "branch-alias": {
8830
                    "dev-master": "3.0-dev"
8831
                }
8832
            },
8833
            "autoload": {
8834
                "classmap": [
8835
                    "src/"
8836
                ]
8837
            },
8838
            "notification-url": "https://packagist.org/downloads/",
8839
            "license": [
8840
                "BSD-3-Clause"
8841
            ],
8842
            "authors": [
8843
                {
8844
                    "name": "Sebastian Bergmann",
8845
                    "email": "sebastian@phpunit.de"
8846
                }
8847
            ],
8848
            "description": "Provides a list of PHP built-in functions that operate on resources",
8849
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8850
            "support": {
8851
                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
8852
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
8853
            },
8854
            "funding": [
8855
                {
8856
                    "url": "https://github.com/sebastianbergmann",
8857
                    "type": "github"
8858
                }
8859
            ],
8860
            "time": "2020-09-28T06:45:17+00:00"
8861
        },
8862
        {
8863
            "name": "sebastian/type",
8864
            "version": "2.3.4",
8865
            "source": {
8866
                "type": "git",
8867
                "url": "https://github.com/sebastianbergmann/type.git",
8868
                "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
8869
            },
8870
            "dist": {
8871
                "type": "zip",
8872
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
8873
                "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
8874
                "shasum": ""
8875
            },
8876
            "require": {
8877
                "php": ">=7.3"
8878
            },
8879
            "require-dev": {
8880
                "phpunit/phpunit": "^9.3"
8881
            },
8882
            "type": "library",
8883
            "extra": {
8884
                "branch-alias": {
8885
                    "dev-master": "2.3-dev"
8886
                }
8887
            },
8888
            "autoload": {
8889
                "classmap": [
8890
                    "src/"
8891
                ]
8892
            },
8893
            "notification-url": "https://packagist.org/downloads/",
8894
            "license": [
8895
                "BSD-3-Clause"
8896
            ],
8897
            "authors": [
8898
                {
8899
                    "name": "Sebastian Bergmann",
8900
                    "email": "sebastian@phpunit.de",
8901
                    "role": "lead"
8902
                }
8903
            ],
8904
            "description": "Collection of value objects that represent the types of the PHP type system",
8905
            "homepage": "https://github.com/sebastianbergmann/type",
8906
            "support": {
8907
                "issues": "https://github.com/sebastianbergmann/type/issues",
8908
                "source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
8909
            },
8910
            "funding": [
8911
                {
8912
                    "url": "https://github.com/sebastianbergmann",
8913
                    "type": "github"
8914
                }
8915
            ],
8916
            "time": "2021-06-15T12:49:02+00:00"
8917
        },
8918
        {
8919
            "name": "sebastian/version",
8920
            "version": "3.0.2",
8921
            "source": {
8922
                "type": "git",
8923
                "url": "https://github.com/sebastianbergmann/version.git",
8924
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
8925
            },
8926
            "dist": {
8927
                "type": "zip",
8928
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
8929
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
8930
                "shasum": ""
8931
            },
8932
            "require": {
8933
                "php": ">=7.3"
8934
            },
8935
            "type": "library",
8936
            "extra": {
8937
                "branch-alias": {
8938
                    "dev-master": "3.0-dev"
8939
                }
8940
            },
8941
            "autoload": {
8942
                "classmap": [
8943
                    "src/"
8944
                ]
8945
            },
8946
            "notification-url": "https://packagist.org/downloads/",
8947
            "license": [
8948
                "BSD-3-Clause"
8949
            ],
8950
            "authors": [
8951
                {
8952
                    "name": "Sebastian Bergmann",
8953
                    "email": "sebastian@phpunit.de",
8954
                    "role": "lead"
8955
                }
8956
            ],
8957
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8958
            "homepage": "https://github.com/sebastianbergmann/version",
8959
            "support": {
8960
                "issues": "https://github.com/sebastianbergmann/version/issues",
8961
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
8962
            },
8963
            "funding": [
8964
                {
8965
                    "url": "https://github.com/sebastianbergmann",
8966
                    "type": "github"
8967
                }
8968
            ],
8969
            "time": "2020-09-28T06:39:44+00:00"
8970
        },
8971
        {
8972
            "name": "symfony/console",
112 efrain 8973
            "version": "v5.4.2",
1 www 8974
            "source": {
8975
                "type": "git",
8976
                "url": "https://github.com/symfony/console.git",
112 efrain 8977
                "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
1 www 8978
            },
8979
            "dist": {
8980
                "type": "zip",
112 efrain 8981
                "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
8982
                "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
1 www 8983
                "shasum": ""
8984
            },
8985
            "require": {
8986
                "php": ">=7.2.5",
16 efrain 8987
                "symfony/deprecation-contracts": "^2.1|^3",
1 www 8988
                "symfony/polyfill-mbstring": "~1.0",
16 efrain 8989
                "symfony/polyfill-php73": "^1.9",
1 www 8990
                "symfony/polyfill-php80": "^1.16",
16 efrain 8991
                "symfony/service-contracts": "^1.1|^2|^3",
8992
                "symfony/string": "^5.1|^6.0"
1 www 8993
            },
8994
            "conflict": {
8995
                "psr/log": ">=3",
8996
                "symfony/dependency-injection": "<4.4",
8997
                "symfony/dotenv": "<5.1",
8998
                "symfony/event-dispatcher": "<4.4",
8999
                "symfony/lock": "<4.4",
9000
                "symfony/process": "<4.4"
9001
            },
9002
            "provide": {
9003
                "psr/log-implementation": "1.0|2.0"
9004
            },
9005
            "require-dev": {
9006
                "psr/log": "^1|^2",
16 efrain 9007
                "symfony/config": "^4.4|^5.0|^6.0",
9008
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
9009
                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
9010
                "symfony/lock": "^4.4|^5.0|^6.0",
9011
                "symfony/process": "^4.4|^5.0|^6.0",
9012
                "symfony/var-dumper": "^4.4|^5.0|^6.0"
1 www 9013
            },
9014
            "suggest": {
9015
                "psr/log": "For using the console logger",
9016
                "symfony/event-dispatcher": "",
9017
                "symfony/lock": "",
9018
                "symfony/process": ""
9019
            },
9020
            "type": "library",
9021
            "autoload": {
9022
                "psr-4": {
9023
                    "Symfony\\Component\\Console\\": ""
9024
                },
9025
                "exclude-from-classmap": [
9026
                    "/Tests/"
9027
                ]
9028
            },
9029
            "notification-url": "https://packagist.org/downloads/",
9030
            "license": [
9031
                "MIT"
9032
            ],
9033
            "authors": [
9034
                {
9035
                    "name": "Fabien Potencier",
9036
                    "email": "fabien@symfony.com"
9037
                },
9038
                {
9039
                    "name": "Symfony Community",
9040
                    "homepage": "https://symfony.com/contributors"
9041
                }
9042
            ],
9043
            "description": "Eases the creation of beautiful and testable command line interfaces",
9044
            "homepage": "https://symfony.com",
9045
            "keywords": [
9046
                "cli",
9047
                "command line",
9048
                "console",
9049
                "terminal"
9050
            ],
9051
            "support": {
112 efrain 9052
                "source": "https://github.com/symfony/console/tree/v5.4.2"
1 www 9053
            },
9054
            "funding": [
9055
                {
9056
                    "url": "https://symfony.com/sponsor",
9057
                    "type": "custom"
9058
                },
9059
                {
9060
                    "url": "https://github.com/fabpot",
9061
                    "type": "github"
9062
                },
9063
                {
9064
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9065
                    "type": "tidelift"
9066
                }
9067
            ],
112 efrain 9068
            "time": "2021-12-20T16:11:12+00:00"
1 www 9069
        },
9070
        {
16 efrain 9071
            "name": "symfony/css-selector",
112 efrain 9072
            "version": "v5.4.2",
16 efrain 9073
            "source": {
9074
                "type": "git",
9075
                "url": "https://github.com/symfony/css-selector.git",
112 efrain 9076
                "reference": "cfcbee910e159df402603502fe387e8b677c22fd"
16 efrain 9077
            },
9078
            "dist": {
9079
                "type": "zip",
112 efrain 9080
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/cfcbee910e159df402603502fe387e8b677c22fd",
9081
                "reference": "cfcbee910e159df402603502fe387e8b677c22fd",
16 efrain 9082
                "shasum": ""
9083
            },
9084
            "require": {
9085
                "php": ">=7.2.5",
9086
                "symfony/polyfill-php80": "^1.16"
9087
            },
9088
            "type": "library",
9089
            "autoload": {
9090
                "psr-4": {
9091
                    "Symfony\\Component\\CssSelector\\": ""
9092
                },
9093
                "exclude-from-classmap": [
9094
                    "/Tests/"
9095
                ]
9096
            },
9097
            "notification-url": "https://packagist.org/downloads/",
9098
            "license": [
9099
                "MIT"
9100
            ],
9101
            "authors": [
9102
                {
9103
                    "name": "Fabien Potencier",
9104
                    "email": "fabien@symfony.com"
9105
                },
9106
                {
9107
                    "name": "Jean-François Simon",
9108
                    "email": "jeanfrancois.simon@sensiolabs.com"
9109
                },
9110
                {
9111
                    "name": "Symfony Community",
9112
                    "homepage": "https://symfony.com/contributors"
9113
                }
9114
            ],
9115
            "description": "Converts CSS selectors to XPath expressions",
9116
            "homepage": "https://symfony.com",
9117
            "support": {
112 efrain 9118
                "source": "https://github.com/symfony/css-selector/tree/v5.4.2"
16 efrain 9119
            },
9120
            "funding": [
9121
                {
9122
                    "url": "https://symfony.com/sponsor",
9123
                    "type": "custom"
9124
                },
9125
                {
9126
                    "url": "https://github.com/fabpot",
9127
                    "type": "github"
9128
                },
9129
                {
9130
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9131
                    "type": "tidelift"
9132
                }
9133
            ],
112 efrain 9134
            "time": "2021-12-16T21:58:21+00:00"
16 efrain 9135
        },
9136
        {
1 www 9137
            "name": "symfony/deprecation-contracts",
16 efrain 9138
            "version": "v2.5.0",
1 www 9139
            "source": {
9140
                "type": "git",
9141
                "url": "https://github.com/symfony/deprecation-contracts.git",
16 efrain 9142
                "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
1 www 9143
            },
9144
            "dist": {
9145
                "type": "zip",
16 efrain 9146
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
9147
                "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
1 www 9148
                "shasum": ""
9149
            },
9150
            "require": {
9151
                "php": ">=7.1"
9152
            },
9153
            "type": "library",
9154
            "extra": {
9155
                "branch-alias": {
16 efrain 9156
                    "dev-main": "2.5-dev"
1 www 9157
                },
9158
                "thanks": {
9159
                    "name": "symfony/contracts",
9160
                    "url": "https://github.com/symfony/contracts"
9161
                }
9162
            },
9163
            "autoload": {
9164
                "files": [
9165
                    "function.php"
9166
                ]
9167
            },
9168
            "notification-url": "https://packagist.org/downloads/",
9169
            "license": [
9170
                "MIT"
9171
            ],
9172
            "authors": [
9173
                {
9174
                    "name": "Nicolas Grekas",
9175
                    "email": "p@tchwork.com"
9176
                },
9177
                {
9178
                    "name": "Symfony Community",
9179
                    "homepage": "https://symfony.com/contributors"
9180
                }
9181
            ],
9182
            "description": "A generic function and convention to trigger deprecation notices",
9183
            "homepage": "https://symfony.com",
9184
            "support": {
16 efrain 9185
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
1 www 9186
            },
9187
            "funding": [
9188
                {
9189
                    "url": "https://symfony.com/sponsor",
9190
                    "type": "custom"
9191
                },
9192
                {
9193
                    "url": "https://github.com/fabpot",
9194
                    "type": "github"
9195
                },
9196
                {
9197
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9198
                    "type": "tidelift"
9199
                }
9200
            ],
16 efrain 9201
            "time": "2021-07-12T14:48:14+00:00"
1 www 9202
        },
9203
        {
16 efrain 9204
            "name": "symfony/dom-crawler",
112 efrain 9205
            "version": "v5.4.2",
16 efrain 9206
            "source": {
9207
                "type": "git",
9208
                "url": "https://github.com/symfony/dom-crawler.git",
112 efrain 9209
                "reference": "bb3bc3699779fc6d9646270789026a7e2cec7ec7"
16 efrain 9210
            },
9211
            "dist": {
9212
                "type": "zip",
112 efrain 9213
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bb3bc3699779fc6d9646270789026a7e2cec7ec7",
9214
                "reference": "bb3bc3699779fc6d9646270789026a7e2cec7ec7",
16 efrain 9215
                "shasum": ""
9216
            },
9217
            "require": {
9218
                "php": ">=7.2.5",
9219
                "symfony/deprecation-contracts": "^2.1|^3",
9220
                "symfony/polyfill-ctype": "~1.8",
9221
                "symfony/polyfill-mbstring": "~1.0",
9222
                "symfony/polyfill-php80": "^1.16"
9223
            },
9224
            "conflict": {
9225
                "masterminds/html5": "<2.6"
9226
            },
9227
            "require-dev": {
9228
                "masterminds/html5": "^2.6",
9229
                "symfony/css-selector": "^4.4|^5.0|^6.0"
9230
            },
9231
            "suggest": {
9232
                "symfony/css-selector": ""
9233
            },
9234
            "type": "library",
9235
            "autoload": {
9236
                "psr-4": {
9237
                    "Symfony\\Component\\DomCrawler\\": ""
9238
                },
9239
                "exclude-from-classmap": [
9240
                    "/Tests/"
9241
                ]
9242
            },
9243
            "notification-url": "https://packagist.org/downloads/",
9244
            "license": [
9245
                "MIT"
9246
            ],
9247
            "authors": [
9248
                {
9249
                    "name": "Fabien Potencier",
9250
                    "email": "fabien@symfony.com"
9251
                },
9252
                {
9253
                    "name": "Symfony Community",
9254
                    "homepage": "https://symfony.com/contributors"
9255
                }
9256
            ],
9257
            "description": "Eases DOM navigation for HTML and XML documents",
9258
            "homepage": "https://symfony.com",
9259
            "support": {
112 efrain 9260
                "source": "https://github.com/symfony/dom-crawler/tree/v5.4.2"
16 efrain 9261
            },
9262
            "funding": [
9263
                {
9264
                    "url": "https://symfony.com/sponsor",
9265
                    "type": "custom"
9266
                },
9267
                {
9268
                    "url": "https://github.com/fabpot",
9269
                    "type": "github"
9270
                },
9271
                {
9272
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9273
                    "type": "tidelift"
9274
                }
9275
            ],
112 efrain 9276
            "time": "2021-12-28T17:15:56+00:00"
16 efrain 9277
        },
9278
        {
1 www 9279
            "name": "symfony/event-dispatcher",
16 efrain 9280
            "version": "v5.4.0",
1 www 9281
            "source": {
9282
                "type": "git",
9283
                "url": "https://github.com/symfony/event-dispatcher.git",
16 efrain 9284
                "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
1 www 9285
            },
9286
            "dist": {
9287
                "type": "zip",
16 efrain 9288
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
9289
                "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
1 www 9290
                "shasum": ""
9291
            },
9292
            "require": {
9293
                "php": ">=7.2.5",
16 efrain 9294
                "symfony/deprecation-contracts": "^2.1|^3",
9295
                "symfony/event-dispatcher-contracts": "^2|^3",
1 www 9296
                "symfony/polyfill-php80": "^1.16"
9297
            },
9298
            "conflict": {
9299
                "symfony/dependency-injection": "<4.4"
9300
            },
9301
            "provide": {
9302
                "psr/event-dispatcher-implementation": "1.0",
9303
                "symfony/event-dispatcher-implementation": "2.0"
9304
            },
9305
            "require-dev": {
9306
                "psr/log": "^1|^2|^3",
16 efrain 9307
                "symfony/config": "^4.4|^5.0|^6.0",
9308
                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
9309
                "symfony/error-handler": "^4.4|^5.0|^6.0",
9310
                "symfony/expression-language": "^4.4|^5.0|^6.0",
9311
                "symfony/http-foundation": "^4.4|^5.0|^6.0",
9312
                "symfony/service-contracts": "^1.1|^2|^3",
9313
                "symfony/stopwatch": "^4.4|^5.0|^6.0"
1 www 9314
            },
9315
            "suggest": {
9316
                "symfony/dependency-injection": "",
9317
                "symfony/http-kernel": ""
9318
            },
9319
            "type": "library",
9320
            "autoload": {
9321
                "psr-4": {
9322
                    "Symfony\\Component\\EventDispatcher\\": ""
9323
                },
9324
                "exclude-from-classmap": [
9325
                    "/Tests/"
9326
                ]
9327
            },
9328
            "notification-url": "https://packagist.org/downloads/",
9329
            "license": [
9330
                "MIT"
9331
            ],
9332
            "authors": [
9333
                {
9334
                    "name": "Fabien Potencier",
9335
                    "email": "fabien@symfony.com"
9336
                },
9337
                {
9338
                    "name": "Symfony Community",
9339
                    "homepage": "https://symfony.com/contributors"
9340
                }
9341
            ],
9342
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
9343
            "homepage": "https://symfony.com",
9344
            "support": {
16 efrain 9345
                "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0"
1 www 9346
            },
9347
            "funding": [
9348
                {
9349
                    "url": "https://symfony.com/sponsor",
9350
                    "type": "custom"
9351
                },
9352
                {
9353
                    "url": "https://github.com/fabpot",
9354
                    "type": "github"
9355
                },
9356
                {
9357
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9358
                    "type": "tidelift"
9359
                }
9360
            ],
16 efrain 9361
            "time": "2021-11-23T10:19:22+00:00"
1 www 9362
        },
9363
        {
9364
            "name": "symfony/event-dispatcher-contracts",
16 efrain 9365
            "version": "v2.5.0",
1 www 9366
            "source": {
9367
                "type": "git",
9368
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
16 efrain 9369
                "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
1 www 9370
            },
9371
            "dist": {
9372
                "type": "zip",
16 efrain 9373
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
9374
                "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
1 www 9375
                "shasum": ""
9376
            },
9377
            "require": {
9378
                "php": ">=7.2.5",
9379
                "psr/event-dispatcher": "^1"
9380
            },
9381
            "suggest": {
9382
                "symfony/event-dispatcher-implementation": ""
9383
            },
9384
            "type": "library",
9385
            "extra": {
9386
                "branch-alias": {
16 efrain 9387
                    "dev-main": "2.5-dev"
1 www 9388
                },
9389
                "thanks": {
9390
                    "name": "symfony/contracts",
9391
                    "url": "https://github.com/symfony/contracts"
9392
                }
9393
            },
9394
            "autoload": {
9395
                "psr-4": {
9396
                    "Symfony\\Contracts\\EventDispatcher\\": ""
9397
                }
9398
            },
9399
            "notification-url": "https://packagist.org/downloads/",
9400
            "license": [
9401
                "MIT"
9402
            ],
9403
            "authors": [
9404
                {
9405
                    "name": "Nicolas Grekas",
9406
                    "email": "p@tchwork.com"
9407
                },
9408
                {
9409
                    "name": "Symfony Community",
9410
                    "homepage": "https://symfony.com/contributors"
9411
                }
9412
            ],
9413
            "description": "Generic abstractions related to dispatching event",
9414
            "homepage": "https://symfony.com",
9415
            "keywords": [
9416
                "abstractions",
9417
                "contracts",
9418
                "decoupling",
9419
                "interfaces",
9420
                "interoperability",
9421
                "standards"
9422
            ],
9423
            "support": {
16 efrain 9424
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
1 www 9425
            },
9426
            "funding": [
9427
                {
9428
                    "url": "https://symfony.com/sponsor",
9429
                    "type": "custom"
9430
                },
9431
                {
9432
                    "url": "https://github.com/fabpot",
9433
                    "type": "github"
9434
                },
9435
                {
9436
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9437
                    "type": "tidelift"
9438
                }
9439
            ],
16 efrain 9440
            "time": "2021-07-12T14:48:14+00:00"
1 www 9441
        },
9442
        {
9443
            "name": "symfony/polyfill-ctype",
112 efrain 9444
            "version": "v1.24.0",
1 www 9445
            "source": {
9446
                "type": "git",
9447
                "url": "https://github.com/symfony/polyfill-ctype.git",
112 efrain 9448
                "reference": "30885182c981ab175d4d034db0f6f469898070ab"
1 www 9449
            },
9450
            "dist": {
9451
                "type": "zip",
112 efrain 9452
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
9453
                "reference": "30885182c981ab175d4d034db0f6f469898070ab",
1 www 9454
                "shasum": ""
9455
            },
9456
            "require": {
9457
                "php": ">=7.1"
9458
            },
112 efrain 9459
            "provide": {
9460
                "ext-ctype": "*"
9461
            },
1 www 9462
            "suggest": {
9463
                "ext-ctype": "For best performance"
9464
            },
9465
            "type": "library",
9466
            "extra": {
9467
                "branch-alias": {
9468
                    "dev-main": "1.23-dev"
9469
                },
9470
                "thanks": {
9471
                    "name": "symfony/polyfill",
9472
                    "url": "https://github.com/symfony/polyfill"
9473
                }
9474
            },
9475
            "autoload": {
9476
                "psr-4": {
9477
                    "Symfony\\Polyfill\\Ctype\\": ""
9478
                },
9479
                "files": [
9480
                    "bootstrap.php"
9481
                ]
9482
            },
9483
            "notification-url": "https://packagist.org/downloads/",
9484
            "license": [
9485
                "MIT"
9486
            ],
9487
            "authors": [
9488
                {
9489
                    "name": "Gert de Pagter",
9490
                    "email": "BackEndTea@gmail.com"
9491
                },
9492
                {
9493
                    "name": "Symfony Community",
9494
                    "homepage": "https://symfony.com/contributors"
9495
                }
9496
            ],
9497
            "description": "Symfony polyfill for ctype functions",
9498
            "homepage": "https://symfony.com",
9499
            "keywords": [
9500
                "compatibility",
9501
                "ctype",
9502
                "polyfill",
9503
                "portable"
9504
            ],
9505
            "support": {
112 efrain 9506
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
1 www 9507
            },
9508
            "funding": [
9509
                {
9510
                    "url": "https://symfony.com/sponsor",
9511
                    "type": "custom"
9512
                },
9513
                {
9514
                    "url": "https://github.com/fabpot",
9515
                    "type": "github"
9516
                },
9517
                {
9518
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9519
                    "type": "tidelift"
9520
                }
9521
            ],
112 efrain 9522
            "time": "2021-10-20T20:35:02+00:00"
1 www 9523
        },
9524
        {
9525
            "name": "symfony/polyfill-intl-grapheme",
112 efrain 9526
            "version": "v1.24.0",
1 www 9527
            "source": {
9528
                "type": "git",
9529
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
112 efrain 9530
                "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
1 www 9531
            },
9532
            "dist": {
9533
                "type": "zip",
112 efrain 9534
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
9535
                "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
1 www 9536
                "shasum": ""
9537
            },
9538
            "require": {
9539
                "php": ">=7.1"
9540
            },
9541
            "suggest": {
9542
                "ext-intl": "For best performance"
9543
            },
9544
            "type": "library",
9545
            "extra": {
9546
                "branch-alias": {
9547
                    "dev-main": "1.23-dev"
9548
                },
9549
                "thanks": {
9550
                    "name": "symfony/polyfill",
9551
                    "url": "https://github.com/symfony/polyfill"
9552
                }
9553
            },
9554
            "autoload": {
9555
                "psr-4": {
9556
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
9557
                },
9558
                "files": [
9559
                    "bootstrap.php"
9560
                ]
9561
            },
9562
            "notification-url": "https://packagist.org/downloads/",
9563
            "license": [
9564
                "MIT"
9565
            ],
9566
            "authors": [
9567
                {
9568
                    "name": "Nicolas Grekas",
9569
                    "email": "p@tchwork.com"
9570
                },
9571
                {
9572
                    "name": "Symfony Community",
9573
                    "homepage": "https://symfony.com/contributors"
9574
                }
9575
            ],
9576
            "description": "Symfony polyfill for intl's grapheme_* functions",
9577
            "homepage": "https://symfony.com",
9578
            "keywords": [
9579
                "compatibility",
9580
                "grapheme",
9581
                "intl",
9582
                "polyfill",
9583
                "portable",
9584
                "shim"
9585
            ],
9586
            "support": {
112 efrain 9587
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0"
1 www 9588
            },
9589
            "funding": [
9590
                {
9591
                    "url": "https://symfony.com/sponsor",
9592
                    "type": "custom"
9593
                },
9594
                {
9595
                    "url": "https://github.com/fabpot",
9596
                    "type": "github"
9597
                },
9598
                {
9599
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9600
                    "type": "tidelift"
9601
                }
9602
            ],
112 efrain 9603
            "time": "2021-11-23T21:10:46+00:00"
1 www 9604
        },
9605
        {
9606
            "name": "symfony/polyfill-intl-normalizer",
112 efrain 9607
            "version": "v1.24.0",
1 www 9608
            "source": {
9609
                "type": "git",
9610
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
9611
                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
9612
            },
9613
            "dist": {
9614
                "type": "zip",
9615
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
9616
                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
9617
                "shasum": ""
9618
            },
9619
            "require": {
9620
                "php": ">=7.1"
9621
            },
9622
            "suggest": {
9623
                "ext-intl": "For best performance"
9624
            },
9625
            "type": "library",
9626
            "extra": {
9627
                "branch-alias": {
9628
                    "dev-main": "1.23-dev"
9629
                },
9630
                "thanks": {
9631
                    "name": "symfony/polyfill",
9632
                    "url": "https://github.com/symfony/polyfill"
9633
                }
9634
            },
9635
            "autoload": {
9636
                "psr-4": {
9637
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
9638
                },
9639
                "files": [
9640
                    "bootstrap.php"
9641
                ],
9642
                "classmap": [
9643
                    "Resources/stubs"
9644
                ]
9645
            },
9646
            "notification-url": "https://packagist.org/downloads/",
9647
            "license": [
9648
                "MIT"
9649
            ],
9650
            "authors": [
9651
                {
9652
                    "name": "Nicolas Grekas",
9653
                    "email": "p@tchwork.com"
9654
                },
9655
                {
9656
                    "name": "Symfony Community",
9657
                    "homepage": "https://symfony.com/contributors"
9658
                }
9659
            ],
9660
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
9661
            "homepage": "https://symfony.com",
9662
            "keywords": [
9663
                "compatibility",
9664
                "intl",
9665
                "normalizer",
9666
                "polyfill",
9667
                "portable",
9668
                "shim"
9669
            ],
9670
            "support": {
112 efrain 9671
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
1 www 9672
            },
9673
            "funding": [
9674
                {
9675
                    "url": "https://symfony.com/sponsor",
9676
                    "type": "custom"
9677
                },
9678
                {
9679
                    "url": "https://github.com/fabpot",
9680
                    "type": "github"
9681
                },
9682
                {
9683
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9684
                    "type": "tidelift"
9685
                }
9686
            ],
9687
            "time": "2021-02-19T12:13:01+00:00"
9688
        },
9689
        {
9690
            "name": "symfony/polyfill-mbstring",
112 efrain 9691
            "version": "v1.24.0",
1 www 9692
            "source": {
9693
                "type": "git",
9694
                "url": "https://github.com/symfony/polyfill-mbstring.git",
112 efrain 9695
                "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
1 www 9696
            },
9697
            "dist": {
9698
                "type": "zip",
112 efrain 9699
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
9700
                "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
1 www 9701
                "shasum": ""
9702
            },
9703
            "require": {
9704
                "php": ">=7.1"
9705
            },
112 efrain 9706
            "provide": {
9707
                "ext-mbstring": "*"
9708
            },
1 www 9709
            "suggest": {
9710
                "ext-mbstring": "For best performance"
9711
            },
9712
            "type": "library",
9713
            "extra": {
9714
                "branch-alias": {
9715
                    "dev-main": "1.23-dev"
9716
                },
9717
                "thanks": {
9718
                    "name": "symfony/polyfill",
9719
                    "url": "https://github.com/symfony/polyfill"
9720
                }
9721
            },
9722
            "autoload": {
9723
                "psr-4": {
9724
                    "Symfony\\Polyfill\\Mbstring\\": ""
9725
                },
9726
                "files": [
9727
                    "bootstrap.php"
9728
                ]
9729
            },
9730
            "notification-url": "https://packagist.org/downloads/",
9731
            "license": [
9732
                "MIT"
9733
            ],
9734
            "authors": [
9735
                {
9736
                    "name": "Nicolas Grekas",
9737
                    "email": "p@tchwork.com"
9738
                },
9739
                {
9740
                    "name": "Symfony Community",
9741
                    "homepage": "https://symfony.com/contributors"
9742
                }
9743
            ],
9744
            "description": "Symfony polyfill for the Mbstring extension",
9745
            "homepage": "https://symfony.com",
9746
            "keywords": [
9747
                "compatibility",
9748
                "mbstring",
9749
                "polyfill",
9750
                "portable",
9751
                "shim"
9752
            ],
9753
            "support": {
112 efrain 9754
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
1 www 9755
            },
9756
            "funding": [
9757
                {
9758
                    "url": "https://symfony.com/sponsor",
9759
                    "type": "custom"
9760
                },
9761
                {
9762
                    "url": "https://github.com/fabpot",
9763
                    "type": "github"
9764
                },
9765
                {
9766
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9767
                    "type": "tidelift"
9768
                }
9769
            ],
112 efrain 9770
            "time": "2021-11-30T18:21:41+00:00"
1 www 9771
        },
9772
        {
9773
            "name": "symfony/polyfill-php73",
112 efrain 9774
            "version": "v1.24.0",
1 www 9775
            "source": {
9776
                "type": "git",
9777
                "url": "https://github.com/symfony/polyfill-php73.git",
112 efrain 9778
                "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
1 www 9779
            },
9780
            "dist": {
9781
                "type": "zip",
112 efrain 9782
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
9783
                "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
1 www 9784
                "shasum": ""
9785
            },
9786
            "require": {
9787
                "php": ">=7.1"
9788
            },
9789
            "type": "library",
9790
            "extra": {
9791
                "branch-alias": {
9792
                    "dev-main": "1.23-dev"
9793
                },
9794
                "thanks": {
9795
                    "name": "symfony/polyfill",
9796
                    "url": "https://github.com/symfony/polyfill"
9797
                }
9798
            },
9799
            "autoload": {
9800
                "psr-4": {
9801
                    "Symfony\\Polyfill\\Php73\\": ""
9802
                },
9803
                "files": [
9804
                    "bootstrap.php"
9805
                ],
9806
                "classmap": [
9807
                    "Resources/stubs"
9808
                ]
9809
            },
9810
            "notification-url": "https://packagist.org/downloads/",
9811
            "license": [
9812
                "MIT"
9813
            ],
9814
            "authors": [
9815
                {
9816
                    "name": "Nicolas Grekas",
9817
                    "email": "p@tchwork.com"
9818
                },
9819
                {
9820
                    "name": "Symfony Community",
9821
                    "homepage": "https://symfony.com/contributors"
9822
                }
9823
            ],
9824
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
9825
            "homepage": "https://symfony.com",
9826
            "keywords": [
9827
                "compatibility",
9828
                "polyfill",
9829
                "portable",
9830
                "shim"
9831
            ],
9832
            "support": {
112 efrain 9833
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
1 www 9834
            },
9835
            "funding": [
9836
                {
9837
                    "url": "https://symfony.com/sponsor",
9838
                    "type": "custom"
9839
                },
9840
                {
9841
                    "url": "https://github.com/fabpot",
9842
                    "type": "github"
9843
                },
9844
                {
9845
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9846
                    "type": "tidelift"
9847
                }
9848
            ],
112 efrain 9849
            "time": "2021-06-05T21:20:04+00:00"
1 www 9850
        },
9851
        {
9852
            "name": "symfony/polyfill-php80",
112 efrain 9853
            "version": "v1.24.0",
1 www 9854
            "source": {
9855
                "type": "git",
9856
                "url": "https://github.com/symfony/polyfill-php80.git",
112 efrain 9857
                "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
1 www 9858
            },
9859
            "dist": {
9860
                "type": "zip",
112 efrain 9861
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
9862
                "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
1 www 9863
                "shasum": ""
9864
            },
9865
            "require": {
9866
                "php": ">=7.1"
9867
            },
9868
            "type": "library",
9869
            "extra": {
9870
                "branch-alias": {
9871
                    "dev-main": "1.23-dev"
9872
                },
9873
                "thanks": {
9874
                    "name": "symfony/polyfill",
9875
                    "url": "https://github.com/symfony/polyfill"
9876
                }
9877
            },
9878
            "autoload": {
9879
                "psr-4": {
9880
                    "Symfony\\Polyfill\\Php80\\": ""
9881
                },
9882
                "files": [
9883
                    "bootstrap.php"
9884
                ],
9885
                "classmap": [
9886
                    "Resources/stubs"
9887
                ]
9888
            },
9889
            "notification-url": "https://packagist.org/downloads/",
9890
            "license": [
9891
                "MIT"
9892
            ],
9893
            "authors": [
9894
                {
9895
                    "name": "Ion Bazan",
9896
                    "email": "ion.bazan@gmail.com"
9897
                },
9898
                {
9899
                    "name": "Nicolas Grekas",
9900
                    "email": "p@tchwork.com"
9901
                },
9902
                {
9903
                    "name": "Symfony Community",
9904
                    "homepage": "https://symfony.com/contributors"
9905
                }
9906
            ],
9907
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
9908
            "homepage": "https://symfony.com",
9909
            "keywords": [
9910
                "compatibility",
9911
                "polyfill",
9912
                "portable",
9913
                "shim"
9914
            ],
9915
            "support": {
112 efrain 9916
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
1 www 9917
            },
9918
            "funding": [
9919
                {
9920
                    "url": "https://symfony.com/sponsor",
9921
                    "type": "custom"
9922
                },
9923
                {
9924
                    "url": "https://github.com/fabpot",
9925
                    "type": "github"
9926
                },
9927
                {
9928
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9929
                    "type": "tidelift"
9930
                }
9931
            ],
112 efrain 9932
            "time": "2021-09-13T13:58:33+00:00"
1 www 9933
        },
9934
        {
9935
            "name": "symfony/service-contracts",
16 efrain 9936
            "version": "v2.5.0",
1 www 9937
            "source": {
9938
                "type": "git",
9939
                "url": "https://github.com/symfony/service-contracts.git",
16 efrain 9940
                "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
1 www 9941
            },
9942
            "dist": {
9943
                "type": "zip",
16 efrain 9944
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
9945
                "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
1 www 9946
                "shasum": ""
9947
            },
9948
            "require": {
9949
                "php": ">=7.2.5",
16 efrain 9950
                "psr/container": "^1.1",
9951
                "symfony/deprecation-contracts": "^2.1"
1 www 9952
            },
16 efrain 9953
            "conflict": {
9954
                "ext-psr": "<1.1|>=2"
9955
            },
1 www 9956
            "suggest": {
9957
                "symfony/service-implementation": ""
9958
            },
9959
            "type": "library",
9960
            "extra": {
9961
                "branch-alias": {
16 efrain 9962
                    "dev-main": "2.5-dev"
1 www 9963
                },
9964
                "thanks": {
9965
                    "name": "symfony/contracts",
9966
                    "url": "https://github.com/symfony/contracts"
9967
                }
9968
            },
9969
            "autoload": {
9970
                "psr-4": {
9971
                    "Symfony\\Contracts\\Service\\": ""
9972
                }
9973
            },
9974
            "notification-url": "https://packagist.org/downloads/",
9975
            "license": [
9976
                "MIT"
9977
            ],
9978
            "authors": [
9979
                {
9980
                    "name": "Nicolas Grekas",
9981
                    "email": "p@tchwork.com"
9982
                },
9983
                {
9984
                    "name": "Symfony Community",
9985
                    "homepage": "https://symfony.com/contributors"
9986
                }
9987
            ],
9988
            "description": "Generic abstractions related to writing services",
9989
            "homepage": "https://symfony.com",
9990
            "keywords": [
9991
                "abstractions",
9992
                "contracts",
9993
                "decoupling",
9994
                "interfaces",
9995
                "interoperability",
9996
                "standards"
9997
            ],
9998
            "support": {
16 efrain 9999
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
1 www 10000
            },
10001
            "funding": [
10002
                {
10003
                    "url": "https://symfony.com/sponsor",
10004
                    "type": "custom"
10005
                },
10006
                {
10007
                    "url": "https://github.com/fabpot",
10008
                    "type": "github"
10009
                },
10010
                {
10011
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10012
                    "type": "tidelift"
10013
                }
10014
            ],
16 efrain 10015
            "time": "2021-11-04T16:48:04+00:00"
1 www 10016
        },
10017
        {
10018
            "name": "symfony/string",
112 efrain 10019
            "version": "v5.4.2",
1 www 10020
            "source": {
10021
                "type": "git",
10022
                "url": "https://github.com/symfony/string.git",
112 efrain 10023
                "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
1 www 10024
            },
10025
            "dist": {
10026
                "type": "zip",
112 efrain 10027
                "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
10028
                "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
1 www 10029
                "shasum": ""
10030
            },
10031
            "require": {
10032
                "php": ">=7.2.5",
10033
                "symfony/polyfill-ctype": "~1.8",
10034
                "symfony/polyfill-intl-grapheme": "~1.0",
10035
                "symfony/polyfill-intl-normalizer": "~1.0",
10036
                "symfony/polyfill-mbstring": "~1.0",
10037
                "symfony/polyfill-php80": "~1.15"
10038
            },
16 efrain 10039
            "conflict": {
10040
                "symfony/translation-contracts": ">=3.0"
10041
            },
1 www 10042
            "require-dev": {
16 efrain 10043
                "symfony/error-handler": "^4.4|^5.0|^6.0",
10044
                "symfony/http-client": "^4.4|^5.0|^6.0",
1 www 10045
                "symfony/translation-contracts": "^1.1|^2",
16 efrain 10046
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
1 www 10047
            },
10048
            "type": "library",
10049
            "autoload": {
10050
                "psr-4": {
10051
                    "Symfony\\Component\\String\\": ""
10052
                },
10053
                "files": [
10054
                    "Resources/functions.php"
10055
                ],
10056
                "exclude-from-classmap": [
10057
                    "/Tests/"
10058
                ]
10059
            },
10060
            "notification-url": "https://packagist.org/downloads/",
10061
            "license": [
10062
                "MIT"
10063
            ],
10064
            "authors": [
10065
                {
10066
                    "name": "Nicolas Grekas",
10067
                    "email": "p@tchwork.com"
10068
                },
10069
                {
10070
                    "name": "Symfony Community",
10071
                    "homepage": "https://symfony.com/contributors"
10072
                }
10073
            ],
10074
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
10075
            "homepage": "https://symfony.com",
10076
            "keywords": [
10077
                "grapheme",
10078
                "i18n",
10079
                "string",
10080
                "unicode",
10081
                "utf-8",
10082
                "utf8"
10083
            ],
10084
            "support": {
112 efrain 10085
                "source": "https://github.com/symfony/string/tree/v5.4.2"
1 www 10086
            },
10087
            "funding": [
10088
                {
10089
                    "url": "https://symfony.com/sponsor",
10090
                    "type": "custom"
10091
                },
10092
                {
10093
                    "url": "https://github.com/fabpot",
10094
                    "type": "github"
10095
                },
10096
                {
10097
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10098
                    "type": "tidelift"
10099
                }
10100
            ],
112 efrain 10101
            "time": "2021-12-16T21:52:00+00:00"
1 www 10102
        },
10103
        {
10104
            "name": "theseer/tokenizer",
10105
            "version": "1.2.1",
10106
            "source": {
10107
                "type": "git",
10108
                "url": "https://github.com/theseer/tokenizer.git",
10109
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
10110
            },
10111
            "dist": {
10112
                "type": "zip",
10113
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
10114
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
10115
                "shasum": ""
10116
            },
10117
            "require": {
10118
                "ext-dom": "*",
10119
                "ext-tokenizer": "*",
10120
                "ext-xmlwriter": "*",
10121
                "php": "^7.2 || ^8.0"
10122
            },
10123
            "type": "library",
10124
            "autoload": {
10125
                "classmap": [
10126
                    "src/"
10127
                ]
10128
            },
10129
            "notification-url": "https://packagist.org/downloads/",
10130
            "license": [
10131
                "BSD-3-Clause"
10132
            ],
10133
            "authors": [
10134
                {
10135
                    "name": "Arne Blankerts",
10136
                    "email": "arne@blankerts.de",
10137
                    "role": "Developer"
10138
                }
10139
            ],
10140
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10141
            "support": {
10142
                "issues": "https://github.com/theseer/tokenizer/issues",
10143
                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
10144
            },
10145
            "funding": [
10146
                {
10147
                    "url": "https://github.com/theseer",
10148
                    "type": "github"
10149
                }
10150
            ],
10151
            "time": "2021-07-28T10:34:58+00:00"
10152
        },
10153
        {
10154
            "name": "webimpress/safe-writer",
10155
            "version": "2.2.0",
10156
            "source": {
10157
                "type": "git",
10158
                "url": "https://github.com/webimpress/safe-writer.git",
10159
                "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
10160
            },
10161
            "dist": {
10162
                "type": "zip",
10163
                "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
10164
                "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
10165
                "shasum": ""
10166
            },
10167
            "require": {
10168
                "php": "^7.3 || ^8.0"
10169
            },
10170
            "require-dev": {
10171
                "phpunit/phpunit": "^9.5.4",
10172
                "vimeo/psalm": "^4.7",
10173
                "webimpress/coding-standard": "^1.2.2"
10174
            },
10175
            "type": "library",
10176
            "extra": {
10177
                "branch-alias": {
10178
                    "dev-master": "2.2.x-dev",
10179
                    "dev-develop": "2.3.x-dev",
10180
                    "dev-release-1.0": "1.0.x-dev"
10181
                }
10182
            },
10183
            "autoload": {
10184
                "psr-4": {
10185
                    "Webimpress\\SafeWriter\\": "src/"
10186
                }
10187
            },
10188
            "notification-url": "https://packagist.org/downloads/",
10189
            "license": [
10190
                "BSD-2-Clause"
10191
            ],
10192
            "description": "Tool to write files safely, to avoid race conditions",
10193
            "keywords": [
10194
                "concurrent write",
10195
                "file writer",
10196
                "race condition",
10197
                "safe writer",
10198
                "webimpress"
10199
            ],
10200
            "support": {
10201
                "issues": "https://github.com/webimpress/safe-writer/issues",
10202
                "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
10203
            },
10204
            "funding": [
10205
                {
10206
                    "url": "https://github.com/michalbundyra",
10207
                    "type": "github"
10208
                }
10209
            ],
10210
            "time": "2021-04-19T16:34:45+00:00"
10211
        },
10212
        {
10213
            "name": "webmozart/assert",
10214
            "version": "1.10.0",
10215
            "source": {
10216
                "type": "git",
10217
                "url": "https://github.com/webmozarts/assert.git",
10218
                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
10219
            },
10220
            "dist": {
10221
                "type": "zip",
10222
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
10223
                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
10224
                "shasum": ""
10225
            },
10226
            "require": {
10227
                "php": "^7.2 || ^8.0",
10228
                "symfony/polyfill-ctype": "^1.8"
10229
            },
10230
            "conflict": {
10231
                "phpstan/phpstan": "<0.12.20",
10232
                "vimeo/psalm": "<4.6.1 || 4.6.2"
10233
            },
10234
            "require-dev": {
10235
                "phpunit/phpunit": "^8.5.13"
10236
            },
10237
            "type": "library",
10238
            "extra": {
10239
                "branch-alias": {
10240
                    "dev-master": "1.10-dev"
10241
                }
10242
            },
10243
            "autoload": {
10244
                "psr-4": {
10245
                    "Webmozart\\Assert\\": "src/"
10246
                }
10247
            },
10248
            "notification-url": "https://packagist.org/downloads/",
10249
            "license": [
10250
                "MIT"
10251
            ],
10252
            "authors": [
10253
                {
10254
                    "name": "Bernhard Schussek",
10255
                    "email": "bschussek@gmail.com"
10256
                }
10257
            ],
10258
            "description": "Assertions to validate method input/output with nice error messages.",
10259
            "keywords": [
10260
                "assert",
10261
                "check",
10262
                "validate"
10263
            ],
10264
            "support": {
10265
                "issues": "https://github.com/webmozarts/assert/issues",
10266
                "source": "https://github.com/webmozarts/assert/tree/1.10.0"
10267
            },
10268
            "time": "2021-03-09T10:59:23+00:00"
10269
        }
10270
    ],
10271
    "packages-dev": [
10272
        {
10273
            "name": "laminas/laminas-developer-tools",
10274
            "version": "1.3.2",
10275
            "source": {
10276
                "type": "git",
10277
                "url": "https://github.com/laminas/laminas-developer-tools.git",
10278
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3"
10279
            },
10280
            "dist": {
10281
                "type": "zip",
10282
                "url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/8c29d053be1815711ef049a7a2fd0b7f437978e3",
10283
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3",
10284
                "shasum": ""
10285
            },
10286
            "require": {
10287
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
10288
                "laminas/laminas-modulemanager": "^2.7",
10289
                "laminas/laminas-mvc": "^2.7 || ^3.0.1",
10290
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
10291
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
10292
                "laminas/laminas-view": "^2.6",
10293
                "laminas/laminas-zendframework-bridge": "^1.0",
10294
                "php": "^5.6 || ^7.0",
10295
                "symfony/var-dumper": "^3.4.36 || ^4.4.1 || ^5.0.1"
10296
            },
10297
            "replace": {
10298
                "zendframework/zend-developer-tools": "^1.3.0"
10299
            },
10300
            "require-dev": {
10301
                "laminas/laminas-coding-standard": "~1.0.0",
10302
                "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1"
10303
            },
10304
            "suggest": {
10305
                "aist/aist-git-tools": "Show you information about current GIT repository",
10306
                "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Laminas) Db collector.",
10307
                "doctrine/doctrine-orm-module": "Profile DoctrineORM queries",
10308
                "jhuet/zdt-logger-module": "Show you log data from Laminas\\Log",
10309
                "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.",
10310
                "san/san-session-toolbar": "SanSessionToolbar can help you see current Laminas\\Session data you're using within your application.",
10311
                "snapshotpl/api-tools-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Laminas\\EventManager"
10312
            },
10313
            "type": "library",
10314
            "extra": {
10315
                "branch-alias": {
10316
                    "dev-master": "1.3.x-dev",
10317
                    "dev-develop": "2.0.x-dev"
10318
                },
10319
                "laminas": {
10320
                    "module": "Laminas\\DeveloperTools"
10321
                }
10322
            },
10323
            "autoload": {
10324
                "psr-4": {
10325
                    "Laminas\\DeveloperTools\\": "src/"
10326
                }
10327
            },
10328
            "notification-url": "https://packagist.org/downloads/",
10329
            "license": [
10330
                "BSD-3-Clause"
10331
            ],
10332
            "description": "Module for developer and debug tools for use with laminas-mvc applications.",
10333
            "homepage": "https://laminas.dev",
10334
            "keywords": [
10335
                "debug",
10336
                "developer",
10337
                "laminas",
10338
                "module"
10339
            ],
10340
            "support": {
10341
                "chat": "https://laminas.dev/chat",
10342
                "docs": "https://docs.laminas.dev/laminas-developer-tools/",
10343
                "forum": "https://discourse.laminas.dev",
10344
                "issues": "https://github.com/laminas/laminas-developer-tools/issues",
10345
                "rss": "https://github.com/laminas/laminas-developer-tools/releases.atom",
10346
                "source": "https://github.com/laminas/laminas-developer-tools"
10347
            },
10348
            "time": "2020-03-29T12:17:06+00:00"
10349
        },
10350
        {
10351
            "name": "symfony/var-dumper",
112 efrain 10352
            "version": "v5.4.2",
1 www 10353
            "source": {
10354
                "type": "git",
10355
                "url": "https://github.com/symfony/var-dumper.git",
112 efrain 10356
                "reference": "1b56c32c3679002b3a42384a580e16e2600f41c1"
1 www 10357
            },
10358
            "dist": {
10359
                "type": "zip",
112 efrain 10360
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1b56c32c3679002b3a42384a580e16e2600f41c1",
10361
                "reference": "1b56c32c3679002b3a42384a580e16e2600f41c1",
1 www 10362
                "shasum": ""
10363
            },
10364
            "require": {
10365
                "php": ">=7.2.5",
10366
                "symfony/polyfill-mbstring": "~1.0",
10367
                "symfony/polyfill-php80": "^1.16"
10368
            },
10369
            "conflict": {
10370
                "phpunit/phpunit": "<5.4.3",
10371
                "symfony/console": "<4.4"
10372
            },
10373
            "require-dev": {
10374
                "ext-iconv": "*",
16 efrain 10375
                "symfony/console": "^4.4|^5.0|^6.0",
10376
                "symfony/process": "^4.4|^5.0|^6.0",
10377
                "symfony/uid": "^5.1|^6.0",
1 www 10378
                "twig/twig": "^2.13|^3.0.4"
10379
            },
10380
            "suggest": {
10381
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
10382
                "ext-intl": "To show region name in time zone dump",
10383
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
10384
            },
10385
            "bin": [
10386
                "Resources/bin/var-dump-server"
10387
            ],
10388
            "type": "library",
10389
            "autoload": {
10390
                "files": [
10391
                    "Resources/functions/dump.php"
10392
                ],
10393
                "psr-4": {
10394
                    "Symfony\\Component\\VarDumper\\": ""
10395
                },
10396
                "exclude-from-classmap": [
10397
                    "/Tests/"
10398
                ]
10399
            },
10400
            "notification-url": "https://packagist.org/downloads/",
10401
            "license": [
10402
                "MIT"
10403
            ],
10404
            "authors": [
10405
                {
10406
                    "name": "Nicolas Grekas",
10407
                    "email": "p@tchwork.com"
10408
                },
10409
                {
10410
                    "name": "Symfony Community",
10411
                    "homepage": "https://symfony.com/contributors"
10412
                }
10413
            ],
10414
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
10415
            "homepage": "https://symfony.com",
10416
            "keywords": [
10417
                "debug",
10418
                "dump"
10419
            ],
10420
            "support": {
112 efrain 10421
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.2"
1 www 10422
            },
10423
            "funding": [
10424
                {
10425
                    "url": "https://symfony.com/sponsor",
10426
                    "type": "custom"
10427
                },
10428
                {
10429
                    "url": "https://github.com/fabpot",
10430
                    "type": "github"
10431
                },
10432
                {
10433
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10434
                    "type": "tidelift"
10435
                }
10436
            ],
112 efrain 10437
            "time": "2021-12-29T10:10:35+00:00"
1 www 10438
        }
10439
    ],
10440
    "aliases": [],
10441
    "minimum-stability": "stable",
10442
    "stability-flags": [],
10443
    "prefer-stable": false,
10444
    "prefer-lowest": false,
10445
    "platform": {
10446
        "php": "^7.1"
10447
    },
10448
    "platform-dev": [],
511 efrain 10449
    "plugin-api-version": "2.3.0"
1 www 10450
}