Proyectos de Subversion LeadersLinked - Backend

Rev

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