Add medication dosage to the patient dashboard and reports (#5621 #5623) (#5622)
[openemr.git] / composer.lock
blob298e1b88c5a0d82366a7b307bb5aa218ab21c3d1
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     ],
7     "content-hash": "73d55df0c48cfdd66c39f96ae098b868",
8     "packages": [
9         {
10             "name": "academe/authorizenet-objects",
11             "version": "0.7.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/academe/authorizenet-objects.git",
15                 "reference": "711d1f10f9bb6eb685a0851187ca62d808e4ee53"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/academe/authorizenet-objects/zipball/711d1f10f9bb6eb685a0851187ca62d808e4ee53",
20                 "reference": "711d1f10f9bb6eb685a0851187ca62d808e4ee53",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.6.0"
25             },
26             "require-dev": {
27                 "moneyphp/money": "^3.0",
28                 "phpunit/phpunit": "^5.7 || ^6.4 || ^7.0",
29                 "squizlabs/php_codesniffer": "^3"
30             },
31             "suggest": {
32                 "moneyphp/money": "^3.0"
33             },
34             "type": "library",
35             "extra": {
36                 "branch-alias": {
37                     "dev-master": "0.x-dev"
38                 }
39             },
40             "autoload": {
41                 "psr-4": {
42                     "Academe\\AuthorizeNet\\": "src/"
43                 }
44             },
45             "notification-url": "https://packagist.org/downloads/",
46             "license": [
47                 "MIT"
48             ],
49             "authors": [
50                 {
51                     "name": "Jason Judge",
52                     "homepage": "https://github.com/judgej"
53                 }
54             ],
55             "description": "Authorize.Net API Message Value Objects",
56             "homepage": "https://github.com/academe/authorizenet-objects",
57             "keywords": [
58                 "authorize",
59                 "authorize net",
60                 "authorize.net",
61                 "gateway",
62                 "merchant",
63                 "omnipay",
64                 "pay",
65                 "payment"
66             ],
67             "support": {
68                 "issues": "https://github.com/academe/authorizenet-objects/issues",
69                 "source": "https://github.com/academe/authorizenet-objects/tree/master"
70             },
71             "time": "2019-06-22T22:33:01+00:00"
72         },
73         {
74             "name": "academe/omnipay-authorizenetapi",
75             "version": "3.1.2",
76             "source": {
77                 "type": "git",
78                 "url": "https://github.com/academe/omnipay-authorizenetapi.git",
79                 "reference": "b72eae92d254bc65b09c7e0147861d1fe5ea1e5e"
80             },
81             "dist": {
82                 "type": "zip",
83                 "url": "https://api.github.com/repos/academe/omnipay-authorizenetapi/zipball/b72eae92d254bc65b09c7e0147861d1fe5ea1e5e",
84                 "reference": "b72eae92d254bc65b09c7e0147861d1fe5ea1e5e",
85                 "shasum": ""
86             },
87             "require": {
88                 "academe/authorizenet-objects": "~0.7",
89                 "omnipay/common": "^3",
90                 "symfony/property-access": "^3.2 || ^4.0"
91             },
92             "require-dev": {
93                 "omnipay/tests": "^3",
94                 "squizlabs/php_codesniffer": "^3"
95             },
96             "type": "library",
97             "extra": {
98                 "branch-alias": {
99                     "dev-master": "3.0.x-dev"
100                 }
101             },
102             "autoload": {
103                 "psr-4": {
104                     "Omnipay\\AuthorizeNetApi\\": "src/"
105                 }
106             },
107             "notification-url": "https://packagist.org/downloads/",
108             "license": [
109                 "MIT"
110             ],
111             "authors": [
112                 {
113                     "name": "Jason Judge",
114                     "email": "jason@academe.co.uk"
115                 }
116             ],
117             "description": "Authorize.Net payment gateway driver for the Omnipay 3.x payment processing library",
118             "homepage": "https://github.com/academe/omnipay-authorizenetapi",
119             "keywords": [
120                 "authorize.net",
121                 "gateway",
122                 "merchant",
123                 "omnipay",
124                 "pay",
125                 "payment"
126             ],
127             "support": {
128                 "issues": "https://github.com/academe/omnipay-authorizenetapi/issues",
129                 "source": "https://github.com/academe/omnipay-authorizenetapi/tree/3.1.2"
130             },
131             "time": "2019-08-20T22:09:44+00:00"
132         },
133         {
134             "name": "adodb/adodb-php",
135             "version": "v5.21.4",
136             "source": {
137                 "type": "git",
138                 "url": "https://github.com/ADOdb/ADOdb.git",
139                 "reference": "c3e6a3661c60beebb7b2cd819bcf76446d69e41a"
140             },
141             "dist": {
142                 "type": "zip",
143                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/c3e6a3661c60beebb7b2cd819bcf76446d69e41a",
144                 "reference": "c3e6a3661c60beebb7b2cd819bcf76446d69e41a",
145                 "shasum": ""
146             },
147             "require": {
148                 "php": "^5.5.9 || ^7.0 || ^8.0"
149             },
150             "require-dev": {
151                 "phpunit/phpunit": "^8.5"
152             },
153             "type": "library",
154             "autoload": {
155                 "files": [
156                     "adodb.inc.php"
157                 ]
158             },
159             "notification-url": "https://packagist.org/downloads/",
160             "license": [
161                 "BSD-3-Clause",
162                 "LGPL-2.1-or-later"
163             ],
164             "authors": [
165                 {
166                     "name": "John Lim",
167                     "email": "jlim@natsoft.com",
168                     "role": "Author"
169                 },
170                 {
171                     "name": "Damien Regad",
172                     "role": "Current maintainer"
173                 },
174                 {
175                     "name": "Mark Newnham",
176                     "role": "Developer"
177                 }
178             ],
179             "description": "ADOdb is a PHP database abstraction layer library",
180             "homepage": "https://adodb.org/",
181             "keywords": [
182                 "abstraction",
183                 "database",
184                 "layer",
185                 "library",
186                 "php"
187             ],
188             "support": {
189                 "issues": "https://github.com/ADOdb/ADOdb/issues",
190                 "source": "https://github.com/ADOdb/ADOdb"
191             },
192             "time": "2022-01-22T22:56:43+00:00"
193         },
194         {
195             "name": "aranyasen/hl7",
196             "version": "2.1.6",
197             "source": {
198                 "type": "git",
199                 "url": "https://github.com/senaranya/HL7.git",
200                 "reference": "11f7d939669f4e7d0764ff5924237b2a1df38214"
201             },
202             "dist": {
203                 "type": "zip",
204                 "url": "https://api.github.com/repos/senaranya/HL7/zipball/11f7d939669f4e7d0764ff5924237b2a1df38214",
205                 "reference": "11f7d939669f4e7d0764ff5924237b2a1df38214",
206                 "shasum": ""
207             },
208             "require": {
209                 "ext-mbstring": "*",
210                 "php": ">=7.3"
211             },
212             "require-dev": {
213                 "dms/phpunit-arraysubset-asserts": "^0.2",
214                 "ext-pcntl": "*",
215                 "ext-sockets": "*",
216                 "phpunit/phpunit": "^9",
217                 "squizlabs/php_codesniffer": "^3.6"
218             },
219             "type": "library",
220             "extra": {
221                 "branch-alias": {
222                     "dev-master": "0.1.x-dev"
223                 }
224             },
225             "autoload": {
226                 "psr-4": {
227                     "Aranyasen\\": "src/"
228                 }
229             },
230             "notification-url": "https://packagist.org/downloads/",
231             "license": [
232                 "MIT"
233             ],
234             "authors": [
235                 {
236                     "name": "Aranya Sen",
237                     "email": "sen.aranya@gmail.com",
238                     "role": "Owner"
239                 }
240             ],
241             "description": "HL7 parser, generator and sender.",
242             "support": {
243                 "issues": "https://github.com/senaranya/HL7/issues",
244                 "source": "https://github.com/senaranya/HL7/tree/2.1.6"
245             },
246             "time": "2022-05-17T06:52:38+00:00"
247         },
248         {
249             "name": "bacon/bacon-qr-code",
250             "version": "1.0.3",
251             "source": {
252                 "type": "git",
253                 "url": "https://github.com/Bacon/BaconQrCode.git",
254                 "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
255             },
256             "dist": {
257                 "type": "zip",
258                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
259                 "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
260                 "shasum": ""
261             },
262             "require": {
263                 "ext-iconv": "*",
264                 "php": "^5.4|^7.0"
265             },
266             "require-dev": {
267                 "phpunit/phpunit": "^4.8"
268             },
269             "suggest": {
270                 "ext-gd": "to generate QR code images"
271             },
272             "type": "library",
273             "autoload": {
274                 "psr-0": {
275                     "BaconQrCode": "src/"
276                 }
277             },
278             "notification-url": "https://packagist.org/downloads/",
279             "license": [
280                 "BSD-2-Clause"
281             ],
282             "authors": [
283                 {
284                     "name": "Ben Scholzen 'DASPRiD'",
285                     "email": "mail@dasprids.de",
286                     "homepage": "http://www.dasprids.de",
287                     "role": "Developer"
288                 }
289             ],
290             "description": "BaconQrCode is a QR code generator for PHP.",
291             "homepage": "https://github.com/Bacon/BaconQrCode",
292             "support": {
293                 "issues": "https://github.com/Bacon/BaconQrCode/issues",
294                 "source": "https://github.com/Bacon/BaconQrCode/tree/master"
295             },
296             "time": "2017-10-17T09:59:25+00:00"
297         },
298         {
299             "name": "brick/math",
300             "version": "0.9.3",
301             "source": {
302                 "type": "git",
303                 "url": "https://github.com/brick/math.git",
304                 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
305             },
306             "dist": {
307                 "type": "zip",
308                 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
309                 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
310                 "shasum": ""
311             },
312             "require": {
313                 "ext-json": "*",
314                 "php": "^7.1 || ^8.0"
315             },
316             "require-dev": {
317                 "php-coveralls/php-coveralls": "^2.2",
318                 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
319                 "vimeo/psalm": "4.9.2"
320             },
321             "type": "library",
322             "autoload": {
323                 "psr-4": {
324                     "Brick\\Math\\": "src/"
325                 }
326             },
327             "notification-url": "https://packagist.org/downloads/",
328             "license": [
329                 "MIT"
330             ],
331             "description": "Arbitrary-precision arithmetic library",
332             "keywords": [
333                 "Arbitrary-precision",
334                 "BigInteger",
335                 "BigRational",
336                 "arithmetic",
337                 "bigdecimal",
338                 "bignum",
339                 "brick",
340                 "math"
341             ],
342             "support": {
343                 "issues": "https://github.com/brick/math/issues",
344                 "source": "https://github.com/brick/math/tree/0.9.3"
345             },
346             "funding": [
347                 {
348                     "url": "https://github.com/BenMorel",
349                     "type": "github"
350                 },
351                 {
352                     "url": "https://tidelift.com/funding/github/packagist/brick/math",
353                     "type": "tidelift"
354                 }
355             ],
356             "time": "2021-08-15T20:50:18+00:00"
357         },
358         {
359             "name": "brick/varexporter",
360             "version": "0.3.6",
361             "source": {
362                 "type": "git",
363                 "url": "https://github.com/brick/varexporter.git",
364                 "reference": "3361a8a30e807c0841a7ca98e5c72b6bffc73463"
365             },
366             "dist": {
367                 "type": "zip",
368                 "url": "https://api.github.com/repos/brick/varexporter/zipball/3361a8a30e807c0841a7ca98e5c72b6bffc73463",
369                 "reference": "3361a8a30e807c0841a7ca98e5c72b6bffc73463",
370                 "shasum": ""
371             },
372             "require": {
373                 "nikic/php-parser": "^4.0",
374                 "php": "^7.2 || ^8.0"
375             },
376             "require-dev": {
377                 "php-coveralls/php-coveralls": "^2.2",
378                 "phpunit/phpunit": "^8.5 || ^9.0",
379                 "vimeo/psalm": "4.23.0"
380             },
381             "type": "library",
382             "autoload": {
383                 "psr-4": {
384                     "Brick\\VarExporter\\": "src/"
385                 }
386             },
387             "notification-url": "https://packagist.org/downloads/",
388             "license": [
389                 "MIT"
390             ],
391             "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
392             "keywords": [
393                 "var_export"
394             ],
395             "support": {
396                 "issues": "https://github.com/brick/varexporter/issues",
397                 "source": "https://github.com/brick/varexporter/tree/0.3.6"
398             },
399             "funding": [
400                 {
401                     "url": "https://github.com/BenMorel",
402                     "type": "github"
403                 }
404             ],
405             "time": "2022-06-15T23:51:29+00:00"
406         },
407         {
408             "name": "clue/stream-filter",
409             "version": "v1.6.0",
410             "source": {
411                 "type": "git",
412                 "url": "https://github.com/clue/stream-filter.git",
413                 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
414             },
415             "dist": {
416                 "type": "zip",
417                 "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
418                 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
419                 "shasum": ""
420             },
421             "require": {
422                 "php": ">=5.3"
423             },
424             "require-dev": {
425                 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
426             },
427             "type": "library",
428             "autoload": {
429                 "files": [
430                     "src/functions_include.php"
431                 ],
432                 "psr-4": {
433                     "Clue\\StreamFilter\\": "src/"
434                 }
435             },
436             "notification-url": "https://packagist.org/downloads/",
437             "license": [
438                 "MIT"
439             ],
440             "authors": [
441                 {
442                     "name": "Christian Lück",
443                     "email": "christian@clue.engineering"
444                 }
445             ],
446             "description": "A simple and modern approach to stream filtering in PHP",
447             "homepage": "https://github.com/clue/php-stream-filter",
448             "keywords": [
449                 "bucket brigade",
450                 "callback",
451                 "filter",
452                 "php_user_filter",
453                 "stream",
454                 "stream_filter_append",
455                 "stream_filter_register"
456             ],
457             "support": {
458                 "issues": "https://github.com/clue/stream-filter/issues",
459                 "source": "https://github.com/clue/stream-filter/tree/v1.6.0"
460             },
461             "funding": [
462                 {
463                     "url": "https://clue.engineering/support",
464                     "type": "custom"
465                 },
466                 {
467                     "url": "https://github.com/clue",
468                     "type": "github"
469                 }
470             ],
471             "time": "2022-02-21T13:15:14+00:00"
472         },
473         {
474             "name": "defuse/php-encryption",
475             "version": "v2.3.1",
476             "source": {
477                 "type": "git",
478                 "url": "https://github.com/defuse/php-encryption.git",
479                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
480             },
481             "dist": {
482                 "type": "zip",
483                 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
484                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
485                 "shasum": ""
486             },
487             "require": {
488                 "ext-openssl": "*",
489                 "paragonie/random_compat": ">= 2",
490                 "php": ">=5.6.0"
491             },
492             "require-dev": {
493                 "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
494             },
495             "bin": [
496                 "bin/generate-defuse-key"
497             ],
498             "type": "library",
499             "autoload": {
500                 "psr-4": {
501                     "Defuse\\Crypto\\": "src"
502                 }
503             },
504             "notification-url": "https://packagist.org/downloads/",
505             "license": [
506                 "MIT"
507             ],
508             "authors": [
509                 {
510                     "name": "Taylor Hornby",
511                     "email": "taylor@defuse.ca",
512                     "homepage": "https://defuse.ca/"
513                 },
514                 {
515                     "name": "Scott Arciszewski",
516                     "email": "info@paragonie.com",
517                     "homepage": "https://paragonie.com"
518                 }
519             ],
520             "description": "Secure PHP Encryption Library",
521             "keywords": [
522                 "aes",
523                 "authenticated encryption",
524                 "cipher",
525                 "crypto",
526                 "cryptography",
527                 "encrypt",
528                 "encryption",
529                 "openssl",
530                 "security",
531                 "symmetric key cryptography"
532             ],
533             "support": {
534                 "issues": "https://github.com/defuse/php-encryption/issues",
535                 "source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
536             },
537             "time": "2021-04-09T23:57:26+00:00"
538         },
539         {
540             "name": "digitickets/lalit",
541             "version": "3.3.0",
542             "source": {
543                 "type": "git",
544                 "url": "https://github.com/digitickets/lalit.git",
545                 "reference": "c42d6ba903ee78ea4210582fb8401aafa9858678"
546             },
547             "dist": {
548                 "type": "zip",
549                 "url": "https://api.github.com/repos/digitickets/lalit/zipball/c42d6ba903ee78ea4210582fb8401aafa9858678",
550                 "reference": "c42d6ba903ee78ea4210582fb8401aafa9858678",
551                 "shasum": ""
552             },
553             "require": {
554                 "ext-dom": "*",
555                 "php": ">=7"
556             },
557             "require-dev": {
558                 "mockery/mockery": "^0",
559                 "phpunit/phpunit": "^6"
560             },
561             "type": "library",
562             "autoload": {
563                 "psr-4": {
564                     "LaLit\\": "src"
565                 }
566             },
567             "notification-url": "https://packagist.org/downloads/",
568             "license": [
569                 "CC0-1.0"
570             ],
571             "authors": [
572                 {
573                     "name": "Lalit Patel",
574                     "role": "Lead Developer"
575                 },
576                 {
577                     "name": "Richard Quadling",
578                     "role": "Developer"
579                 }
580             ],
581             "description": "GitHub copy of LaLit's XML2Array and Array2XML",
582             "homepage": "http://www.lalit.org/lab",
583             "keywords": [
584                 "array",
585                 "xml"
586             ],
587             "support": {
588                 "issues": "https://github.com/digitickets/lalit/issues",
589                 "source": "https://github.com/digitickets/lalit/tree/3.3.0"
590             },
591             "time": "2022-03-10T17:19:42+00:00"
592         },
593         {
594             "name": "dompdf/dompdf",
595             "version": "v1.2.2",
596             "source": {
597                 "type": "git",
598                 "url": "https://github.com/dompdf/dompdf.git",
599                 "reference": "5031045d9640b38cfc14aac9667470df09c9e090"
600             },
601             "dist": {
602                 "type": "zip",
603                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5031045d9640b38cfc14aac9667470df09c9e090",
604                 "reference": "5031045d9640b38cfc14aac9667470df09c9e090",
605                 "shasum": ""
606             },
607             "require": {
608                 "ext-dom": "*",
609                 "ext-mbstring": "*",
610                 "phenx/php-font-lib": "^0.5.4",
611                 "phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
612                 "php": "^7.1 || ^8.0"
613             },
614             "require-dev": {
615                 "ext-json": "*",
616                 "ext-zip": "*",
617                 "mockery/mockery": "^1.3",
618                 "phpunit/phpunit": "^7.5 || ^8 || ^9",
619                 "squizlabs/php_codesniffer": "^3.5"
620             },
621             "suggest": {
622                 "ext-gd": "Needed to process images",
623                 "ext-gmagick": "Improves image processing performance",
624                 "ext-imagick": "Improves image processing performance",
625                 "ext-zlib": "Needed for pdf stream compression"
626             },
627             "type": "library",
628             "autoload": {
629                 "psr-4": {
630                     "Dompdf\\": "src/"
631                 },
632                 "classmap": [
633                     "lib/"
634                 ]
635             },
636             "notification-url": "https://packagist.org/downloads/",
637             "license": [
638                 "LGPL-2.1"
639             ],
640             "authors": [
641                 {
642                     "name": "Fabien Ménager",
643                     "email": "fabien.menager@gmail.com"
644                 },
645                 {
646                     "name": "Brian Sweeney",
647                     "email": "eclecticgeek@gmail.com"
648                 },
649                 {
650                     "name": "Gabriel Bull",
651                     "email": "me@gabrielbull.com"
652                 }
653             ],
654             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
655             "homepage": "https://github.com/dompdf/dompdf",
656             "support": {
657                 "issues": "https://github.com/dompdf/dompdf/issues",
658                 "source": "https://github.com/dompdf/dompdf/tree/v1.2.2"
659             },
660             "time": "2022-04-27T13:50:54+00:00"
661         },
662         {
663             "name": "ezyang/htmlpurifier",
664             "version": "v4.14.0",
665             "source": {
666                 "type": "git",
667                 "url": "https://github.com/ezyang/htmlpurifier.git",
668                 "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
669             },
670             "dist": {
671                 "type": "zip",
672                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
673                 "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
674                 "shasum": ""
675             },
676             "require": {
677                 "php": ">=5.2"
678             },
679             "type": "library",
680             "autoload": {
681                 "files": [
682                     "library/HTMLPurifier.composer.php"
683                 ],
684                 "psr-0": {
685                     "HTMLPurifier": "library/"
686                 },
687                 "exclude-from-classmap": [
688                     "/library/HTMLPurifier/Language/"
689                 ]
690             },
691             "notification-url": "https://packagist.org/downloads/",
692             "license": [
693                 "LGPL-2.1-or-later"
694             ],
695             "authors": [
696                 {
697                     "name": "Edward Z. Yang",
698                     "email": "admin@htmlpurifier.org",
699                     "homepage": "http://ezyang.com"
700                 }
701             ],
702             "description": "Standards compliant HTML filter written in PHP",
703             "homepage": "http://htmlpurifier.org/",
704             "keywords": [
705                 "html"
706             ],
707             "support": {
708                 "issues": "https://github.com/ezyang/htmlpurifier/issues",
709                 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
710             },
711             "time": "2021-12-25T01:21:49+00:00"
712         },
713         {
714             "name": "firebase/php-jwt",
715             "version": "v6.2.0",
716             "source": {
717                 "type": "git",
718                 "url": "https://github.com/firebase/php-jwt.git",
719                 "reference": "d28e6df83830252650da4623c78aaaf98fb385f3"
720             },
721             "dist": {
722                 "type": "zip",
723                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d28e6df83830252650da4623c78aaaf98fb385f3",
724                 "reference": "d28e6df83830252650da4623c78aaaf98fb385f3",
725                 "shasum": ""
726             },
727             "require": {
728                 "php": "^7.1||^8.0"
729             },
730             "require-dev": {
731                 "guzzlehttp/guzzle": "^6.5||^7.4",
732                 "phpspec/prophecy-phpunit": "^1.1",
733                 "phpunit/phpunit": "^7.5||^9.5",
734                 "psr/cache": "^1.0||^2.0",
735                 "psr/http-client": "^1.0",
736                 "psr/http-factory": "^1.0"
737             },
738             "suggest": {
739                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
740             },
741             "type": "library",
742             "autoload": {
743                 "psr-4": {
744                     "Firebase\\JWT\\": "src"
745                 }
746             },
747             "notification-url": "https://packagist.org/downloads/",
748             "license": [
749                 "BSD-3-Clause"
750             ],
751             "authors": [
752                 {
753                     "name": "Neuman Vong",
754                     "email": "neuman+pear@twilio.com",
755                     "role": "Developer"
756                 },
757                 {
758                     "name": "Anant Narayanan",
759                     "email": "anant@php.net",
760                     "role": "Developer"
761                 }
762             ],
763             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
764             "homepage": "https://github.com/firebase/php-jwt",
765             "keywords": [
766                 "jwt",
767                 "php"
768             ],
769             "support": {
770                 "issues": "https://github.com/firebase/php-jwt/issues",
771                 "source": "https://github.com/firebase/php-jwt/tree/v6.2.0"
772             },
773             "time": "2022-05-13T20:54:50+00:00"
774         },
775         {
776             "name": "google/apiclient",
777             "version": "v2.12.6",
778             "source": {
779                 "type": "git",
780                 "url": "https://github.com/googleapis/google-api-php-client.git",
781                 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e"
782             },
783             "dist": {
784                 "type": "zip",
785                 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e",
786                 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e",
787                 "shasum": ""
788             },
789             "require": {
790                 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
791                 "google/apiclient-services": "~0.200",
792                 "google/auth": "^1.10",
793                 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
794                 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
795                 "monolog/monolog": "^1.17||^2.0||^3.0",
796                 "php": "^5.6|^7.0|^8.0",
797                 "phpseclib/phpseclib": "~2.0||^3.0.2"
798             },
799             "require-dev": {
800                 "cache/filesystem-adapter": "^0.3.2|^1.1",
801                 "composer/composer": "^1.10.22",
802                 "phpcompatibility/php-compatibility": "^9.2",
803                 "phpspec/prophecy-phpunit": "^1.1||^2.0",
804                 "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
805                 "squizlabs/php_codesniffer": "^3.0",
806                 "symfony/css-selector": "~2.1",
807                 "symfony/dom-crawler": "~2.1",
808                 "yoast/phpunit-polyfills": "^1.0"
809             },
810             "suggest": {
811                 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
812             },
813             "type": "library",
814             "extra": {
815                 "branch-alias": {
816                     "dev-main": "2.x-dev"
817                 }
818             },
819             "autoload": {
820                 "files": [
821                     "src/aliases.php"
822                 ],
823                 "psr-4": {
824                     "Google\\": "src/"
825                 },
826                 "classmap": [
827                     "src/aliases.php"
828                 ]
829             },
830             "notification-url": "https://packagist.org/downloads/",
831             "license": [
832                 "Apache-2.0"
833             ],
834             "description": "Client library for Google APIs",
835             "homepage": "http://developers.google.com/api-client-library/php",
836             "keywords": [
837                 "google"
838             ],
839             "support": {
840                 "issues": "https://github.com/googleapis/google-api-php-client/issues",
841                 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.6"
842             },
843             "time": "2022-06-06T20:00:19+00:00"
844         },
845         {
846             "name": "google/apiclient-services",
847             "version": "v0.253.0",
848             "source": {
849                 "type": "git",
850                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
851                 "reference": "70c62b17f7821526cb52c6f125254dc51f256109"
852             },
853             "dist": {
854                 "type": "zip",
855                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/70c62b17f7821526cb52c6f125254dc51f256109",
856                 "reference": "70c62b17f7821526cb52c6f125254dc51f256109",
857                 "shasum": ""
858             },
859             "require": {
860                 "php": ">=5.6"
861             },
862             "require-dev": {
863                 "phpunit/phpunit": "^5.7||^8.5.13"
864             },
865             "type": "library",
866             "autoload": {
867                 "files": [
868                     "autoload.php"
869                 ],
870                 "psr-4": {
871                     "Google\\Service\\": "src"
872                 }
873             },
874             "notification-url": "https://packagist.org/downloads/",
875             "license": [
876                 "Apache-2.0"
877             ],
878             "description": "Client library for Google APIs",
879             "homepage": "http://developers.google.com/api-client-library/php",
880             "keywords": [
881                 "google"
882             ],
883             "support": {
884                 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
885                 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.253.0"
886             },
887             "time": "2022-06-13T01:06:12+00:00"
888         },
889         {
890             "name": "google/auth",
891             "version": "v1.21.1",
892             "source": {
893                 "type": "git",
894                 "url": "https://github.com/googleapis/google-auth-library-php.git",
895                 "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840"
896             },
897             "dist": {
898                 "type": "zip",
899                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/aa3b9ca29258ac6347ce3c8937a2418c5d78f840",
900                 "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840",
901                 "shasum": ""
902             },
903             "require": {
904                 "firebase/php-jwt": "^5.5||^6.0",
905                 "guzzlehttp/guzzle": "^6.2.1|^7.0",
906                 "guzzlehttp/psr7": "^1.7|^2.0",
907                 "php": "^7.1||^8.0",
908                 "psr/cache": "^1.0|^2.0|^3.0",
909                 "psr/http-message": "^1.0"
910             },
911             "require-dev": {
912                 "guzzlehttp/promises": "0.1.1|^1.3",
913                 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
914                 "phpseclib/phpseclib": "^2.0.31",
915                 "phpspec/prophecy-phpunit": "^1.1",
916                 "phpunit/phpunit": "^7.5||^8.5",
917                 "sebastian/comparator": ">=1.2.3",
918                 "squizlabs/php_codesniffer": "^3.5"
919             },
920             "suggest": {
921                 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
922             },
923             "type": "library",
924             "autoload": {
925                 "psr-4": {
926                     "Google\\Auth\\": "src"
927                 }
928             },
929             "notification-url": "https://packagist.org/downloads/",
930             "license": [
931                 "Apache-2.0"
932             ],
933             "description": "Google Auth Library for PHP",
934             "homepage": "http://github.com/google/google-auth-library-php",
935             "keywords": [
936                 "Authentication",
937                 "google",
938                 "oauth2"
939             ],
940             "support": {
941                 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
942                 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
943                 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.21.1"
944             },
945             "time": "2022-05-16T19:34:15+00:00"
946         },
947         {
948             "name": "graham-campbell/result-type",
949             "version": "v1.0.4",
950             "source": {
951                 "type": "git",
952                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
953                 "reference": "0690bde05318336c7221785f2a932467f98b64ca"
954             },
955             "dist": {
956                 "type": "zip",
957                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
958                 "reference": "0690bde05318336c7221785f2a932467f98b64ca",
959                 "shasum": ""
960             },
961             "require": {
962                 "php": "^7.0 || ^8.0",
963                 "phpoption/phpoption": "^1.8"
964             },
965             "require-dev": {
966                 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
967             },
968             "type": "library",
969             "autoload": {
970                 "psr-4": {
971                     "GrahamCampbell\\ResultType\\": "src/"
972                 }
973             },
974             "notification-url": "https://packagist.org/downloads/",
975             "license": [
976                 "MIT"
977             ],
978             "authors": [
979                 {
980                     "name": "Graham Campbell",
981                     "email": "hello@gjcampbell.co.uk",
982                     "homepage": "https://github.com/GrahamCampbell"
983                 }
984             ],
985             "description": "An Implementation Of The Result Type",
986             "keywords": [
987                 "Graham Campbell",
988                 "GrahamCampbell",
989                 "Result Type",
990                 "Result-Type",
991                 "result"
992             ],
993             "support": {
994                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
995                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4"
996             },
997             "funding": [
998                 {
999                     "url": "https://github.com/GrahamCampbell",
1000                     "type": "github"
1001                 },
1002                 {
1003                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1004                     "type": "tidelift"
1005                 }
1006             ],
1007             "time": "2021-11-21T21:41:47+00:00"
1008         },
1009         {
1010             "name": "guzzlehttp/guzzle",
1011             "version": "7.4.4",
1012             "source": {
1013                 "type": "git",
1014                 "url": "https://github.com/guzzle/guzzle.git",
1015                 "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8"
1016             },
1017             "dist": {
1018                 "type": "zip",
1019                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/e3ff079b22820c2029d4c2a87796b6a0b8716ad8",
1020                 "reference": "e3ff079b22820c2029d4c2a87796b6a0b8716ad8",
1021                 "shasum": ""
1022             },
1023             "require": {
1024                 "ext-json": "*",
1025                 "guzzlehttp/promises": "^1.5",
1026                 "guzzlehttp/psr7": "^1.8.3 || ^2.1",
1027                 "php": "^7.2.5 || ^8.0",
1028                 "psr/http-client": "^1.0",
1029                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1030             },
1031             "provide": {
1032                 "psr/http-client-implementation": "1.0"
1033             },
1034             "require-dev": {
1035                 "bamarni/composer-bin-plugin": "^1.4.1",
1036                 "ext-curl": "*",
1037                 "php-http/client-integration-tests": "^3.0",
1038                 "phpunit/phpunit": "^8.5.5 || ^9.3.5",
1039                 "psr/log": "^1.1 || ^2.0 || ^3.0"
1040             },
1041             "suggest": {
1042                 "ext-curl": "Required for CURL handler support",
1043                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1044                 "psr/log": "Required for using the Log middleware"
1045             },
1046             "type": "library",
1047             "extra": {
1048                 "branch-alias": {
1049                     "dev-master": "7.4-dev"
1050                 }
1051             },
1052             "autoload": {
1053                 "files": [
1054                     "src/functions_include.php"
1055                 ],
1056                 "psr-4": {
1057                     "GuzzleHttp\\": "src/"
1058                 }
1059             },
1060             "notification-url": "https://packagist.org/downloads/",
1061             "license": [
1062                 "MIT"
1063             ],
1064             "authors": [
1065                 {
1066                     "name": "Graham Campbell",
1067                     "email": "hello@gjcampbell.co.uk",
1068                     "homepage": "https://github.com/GrahamCampbell"
1069                 },
1070                 {
1071                     "name": "Michael Dowling",
1072                     "email": "mtdowling@gmail.com",
1073                     "homepage": "https://github.com/mtdowling"
1074                 },
1075                 {
1076                     "name": "Jeremy Lindblom",
1077                     "email": "jeremeamia@gmail.com",
1078                     "homepage": "https://github.com/jeremeamia"
1079                 },
1080                 {
1081                     "name": "George Mponos",
1082                     "email": "gmponos@gmail.com",
1083                     "homepage": "https://github.com/gmponos"
1084                 },
1085                 {
1086                     "name": "Tobias Nyholm",
1087                     "email": "tobias.nyholm@gmail.com",
1088                     "homepage": "https://github.com/Nyholm"
1089                 },
1090                 {
1091                     "name": "Márk Sági-Kazár",
1092                     "email": "mark.sagikazar@gmail.com",
1093                     "homepage": "https://github.com/sagikazarmark"
1094                 },
1095                 {
1096                     "name": "Tobias Schultze",
1097                     "email": "webmaster@tubo-world.de",
1098                     "homepage": "https://github.com/Tobion"
1099                 }
1100             ],
1101             "description": "Guzzle is a PHP HTTP client library",
1102             "keywords": [
1103                 "client",
1104                 "curl",
1105                 "framework",
1106                 "http",
1107                 "http client",
1108                 "psr-18",
1109                 "psr-7",
1110                 "rest",
1111                 "web service"
1112             ],
1113             "support": {
1114                 "issues": "https://github.com/guzzle/guzzle/issues",
1115                 "source": "https://github.com/guzzle/guzzle/tree/7.4.4"
1116             },
1117             "funding": [
1118                 {
1119                     "url": "https://github.com/GrahamCampbell",
1120                     "type": "github"
1121                 },
1122                 {
1123                     "url": "https://github.com/Nyholm",
1124                     "type": "github"
1125                 },
1126                 {
1127                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1128                     "type": "tidelift"
1129                 }
1130             ],
1131             "time": "2022-06-09T21:39:15+00:00"
1132         },
1133         {
1134             "name": "guzzlehttp/promises",
1135             "version": "1.5.1",
1136             "source": {
1137                 "type": "git",
1138                 "url": "https://github.com/guzzle/promises.git",
1139                 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
1140             },
1141             "dist": {
1142                 "type": "zip",
1143                 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
1144                 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
1145                 "shasum": ""
1146             },
1147             "require": {
1148                 "php": ">=5.5"
1149             },
1150             "require-dev": {
1151                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1152             },
1153             "type": "library",
1154             "extra": {
1155                 "branch-alias": {
1156                     "dev-master": "1.5-dev"
1157                 }
1158             },
1159             "autoload": {
1160                 "files": [
1161                     "src/functions_include.php"
1162                 ],
1163                 "psr-4": {
1164                     "GuzzleHttp\\Promise\\": "src/"
1165                 }
1166             },
1167             "notification-url": "https://packagist.org/downloads/",
1168             "license": [
1169                 "MIT"
1170             ],
1171             "authors": [
1172                 {
1173                     "name": "Graham Campbell",
1174                     "email": "hello@gjcampbell.co.uk",
1175                     "homepage": "https://github.com/GrahamCampbell"
1176                 },
1177                 {
1178                     "name": "Michael Dowling",
1179                     "email": "mtdowling@gmail.com",
1180                     "homepage": "https://github.com/mtdowling"
1181                 },
1182                 {
1183                     "name": "Tobias Nyholm",
1184                     "email": "tobias.nyholm@gmail.com",
1185                     "homepage": "https://github.com/Nyholm"
1186                 },
1187                 {
1188                     "name": "Tobias Schultze",
1189                     "email": "webmaster@tubo-world.de",
1190                     "homepage": "https://github.com/Tobion"
1191                 }
1192             ],
1193             "description": "Guzzle promises library",
1194             "keywords": [
1195                 "promise"
1196             ],
1197             "support": {
1198                 "issues": "https://github.com/guzzle/promises/issues",
1199                 "source": "https://github.com/guzzle/promises/tree/1.5.1"
1200             },
1201             "funding": [
1202                 {
1203                     "url": "https://github.com/GrahamCampbell",
1204                     "type": "github"
1205                 },
1206                 {
1207                     "url": "https://github.com/Nyholm",
1208                     "type": "github"
1209                 },
1210                 {
1211                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1212                     "type": "tidelift"
1213                 }
1214             ],
1215             "time": "2021-10-22T20:56:57+00:00"
1216         },
1217         {
1218             "name": "guzzlehttp/psr7",
1219             "version": "2.3.0",
1220             "source": {
1221                 "type": "git",
1222                 "url": "https://github.com/guzzle/psr7.git",
1223                 "reference": "83260bb50b8fc753c72d14dc1621a2dac31877ee"
1224             },
1225             "dist": {
1226                 "type": "zip",
1227                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/83260bb50b8fc753c72d14dc1621a2dac31877ee",
1228                 "reference": "83260bb50b8fc753c72d14dc1621a2dac31877ee",
1229                 "shasum": ""
1230             },
1231             "require": {
1232                 "php": "^7.2.5 || ^8.0",
1233                 "psr/http-factory": "^1.0",
1234                 "psr/http-message": "^1.0",
1235                 "ralouphie/getallheaders": "^3.0"
1236             },
1237             "provide": {
1238                 "psr/http-factory-implementation": "1.0",
1239                 "psr/http-message-implementation": "1.0"
1240             },
1241             "require-dev": {
1242                 "bamarni/composer-bin-plugin": "^1.4.1",
1243                 "http-interop/http-factory-tests": "^0.9",
1244                 "phpunit/phpunit": "^8.5.8 || ^9.3.10"
1245             },
1246             "suggest": {
1247                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1248             },
1249             "type": "library",
1250             "extra": {
1251                 "branch-alias": {
1252                     "dev-master": "2.3-dev"
1253                 }
1254             },
1255             "autoload": {
1256                 "psr-4": {
1257                     "GuzzleHttp\\Psr7\\": "src/"
1258                 }
1259             },
1260             "notification-url": "https://packagist.org/downloads/",
1261             "license": [
1262                 "MIT"
1263             ],
1264             "authors": [
1265                 {
1266                     "name": "Graham Campbell",
1267                     "email": "hello@gjcampbell.co.uk",
1268                     "homepage": "https://github.com/GrahamCampbell"
1269                 },
1270                 {
1271                     "name": "Michael Dowling",
1272                     "email": "mtdowling@gmail.com",
1273                     "homepage": "https://github.com/mtdowling"
1274                 },
1275                 {
1276                     "name": "George Mponos",
1277                     "email": "gmponos@gmail.com",
1278                     "homepage": "https://github.com/gmponos"
1279                 },
1280                 {
1281                     "name": "Tobias Nyholm",
1282                     "email": "tobias.nyholm@gmail.com",
1283                     "homepage": "https://github.com/Nyholm"
1284                 },
1285                 {
1286                     "name": "Márk Sági-Kazár",
1287                     "email": "mark.sagikazar@gmail.com",
1288                     "homepage": "https://github.com/sagikazarmark"
1289                 },
1290                 {
1291                     "name": "Tobias Schultze",
1292                     "email": "webmaster@tubo-world.de",
1293                     "homepage": "https://github.com/Tobion"
1294                 },
1295                 {
1296                     "name": "Márk Sági-Kazár",
1297                     "email": "mark.sagikazar@gmail.com",
1298                     "homepage": "https://sagikazarmark.hu"
1299                 }
1300             ],
1301             "description": "PSR-7 message implementation that also provides common utility methods",
1302             "keywords": [
1303                 "http",
1304                 "message",
1305                 "psr-7",
1306                 "request",
1307                 "response",
1308                 "stream",
1309                 "uri",
1310                 "url"
1311             ],
1312             "support": {
1313                 "issues": "https://github.com/guzzle/psr7/issues",
1314                 "source": "https://github.com/guzzle/psr7/tree/2.3.0"
1315             },
1316             "funding": [
1317                 {
1318                     "url": "https://github.com/GrahamCampbell",
1319                     "type": "github"
1320                 },
1321                 {
1322                     "url": "https://github.com/Nyholm",
1323                     "type": "github"
1324                 },
1325                 {
1326                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1327                     "type": "tidelift"
1328                 }
1329             ],
1330             "time": "2022-06-09T08:26:02+00:00"
1331         },
1332         {
1333             "name": "html2text/html2text",
1334             "version": "4.3.1",
1335             "source": {
1336                 "type": "git",
1337                 "url": "https://github.com/mtibben/html2text.git",
1338                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
1339             },
1340             "dist": {
1341                 "type": "zip",
1342                 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
1343                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
1344                 "shasum": ""
1345             },
1346             "require-dev": {
1347                 "phpunit/phpunit": "~4"
1348             },
1349             "suggest": {
1350                 "ext-mbstring": "For best performance",
1351                 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
1352             },
1353             "type": "library",
1354             "autoload": {
1355                 "psr-4": {
1356                     "Html2Text\\": [
1357                         "src/",
1358                         "test/"
1359                     ]
1360                 }
1361             },
1362             "notification-url": "https://packagist.org/downloads/",
1363             "license": [
1364                 "GPL-2.0-or-later"
1365             ],
1366             "description": "Converts HTML to formatted plain text",
1367             "support": {
1368                 "issues": "https://github.com/mtibben/html2text/issues",
1369                 "source": "https://github.com/mtibben/html2text/tree/4.3.1"
1370             },
1371             "time": "2020-04-16T23:44:31+00:00"
1372         },
1373         {
1374             "name": "kamermans/guzzle-oauth2-subscriber",
1375             "version": "v1.0.11",
1376             "source": {
1377                 "type": "git",
1378                 "url": "https://github.com/kamermans/guzzle-oauth2-subscriber.git",
1379                 "reference": "0849d1b3f221fc98eba8b6ac2f0c35c39671bc5b"
1380             },
1381             "dist": {
1382                 "type": "zip",
1383                 "url": "https://api.github.com/repos/kamermans/guzzle-oauth2-subscriber/zipball/0849d1b3f221fc98eba8b6ac2f0c35c39671bc5b",
1384                 "reference": "0849d1b3f221fc98eba8b6ac2f0c35c39671bc5b",
1385                 "shasum": ""
1386             },
1387             "require": {
1388                 "guzzlehttp/guzzle": "~4.0|~5.0|~6.0|~7.0",
1389                 "php": ">=5.4.0"
1390             },
1391             "type": "library",
1392             "autoload": {
1393                 "psr-4": {
1394                     "kamermans\\OAuth2\\": "src"
1395                 }
1396             },
1397             "notification-url": "https://packagist.org/downloads/",
1398             "license": [
1399                 "MIT"
1400             ],
1401             "authors": [
1402                 {
1403                     "name": "Steve Kamerman",
1404                     "email": "stevekamerman@gmail.com"
1405                 }
1406             ],
1407             "description": "OAuth 2.0 client for Guzzle 4, 5, 6 and 7+",
1408             "keywords": [
1409                 "Guzzle",
1410                 "oauth"
1411             ],
1412             "support": {
1413                 "issues": "https://github.com/kamermans/guzzle-oauth2-subscriber/issues",
1414                 "source": "https://github.com/kamermans/guzzle-oauth2-subscriber/tree/v1.0.11"
1415             },
1416             "time": "2021-08-11T22:33:53+00:00"
1417         },
1418         {
1419             "name": "knplabs/knp-snappy",
1420             "version": "v1.4.1",
1421             "source": {
1422                 "type": "git",
1423                 "url": "https://github.com/KnpLabs/snappy.git",
1424                 "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67"
1425             },
1426             "dist": {
1427                 "type": "zip",
1428                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/5126fb5b335ec929a226314d40cd8dad497c3d67",
1429                 "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67",
1430                 "shasum": ""
1431             },
1432             "require": {
1433                 "php": ">=7.1",
1434                 "psr/log": "^1.0||^2.0||^3.0",
1435                 "symfony/process": "~3.4||~4.3||~5.0||~6.0"
1436             },
1437             "require-dev": {
1438                 "friendsofphp/php-cs-fixer": "^2.16||^3.0",
1439                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1440                 "phpstan/phpstan": "^0.12.7",
1441                 "phpstan/phpstan-phpunit": "^0.12.6",
1442                 "phpunit/phpunit": "~7.4||~8.5"
1443             },
1444             "suggest": {
1445                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1446                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1447                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1448                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1449                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1450             },
1451             "type": "library",
1452             "extra": {
1453                 "branch-alias": {
1454                     "dev-master": "1.x-dev"
1455                 }
1456             },
1457             "autoload": {
1458                 "psr-4": {
1459                     "Knp\\Snappy\\": "src/Knp/Snappy"
1460                 }
1461             },
1462             "notification-url": "https://packagist.org/downloads/",
1463             "license": [
1464                 "MIT"
1465             ],
1466             "authors": [
1467                 {
1468                     "name": "KNP Labs Team",
1469                     "homepage": "http://knplabs.com"
1470                 },
1471                 {
1472                     "name": "Symfony Community",
1473                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1474                 }
1475             ],
1476             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1477             "homepage": "http://github.com/KnpLabs/snappy",
1478             "keywords": [
1479                 "knp",
1480                 "knplabs",
1481                 "pdf",
1482                 "snapshot",
1483                 "thumbnail",
1484                 "wkhtmltopdf"
1485             ],
1486             "support": {
1487                 "issues": "https://github.com/KnpLabs/snappy/issues",
1488                 "source": "https://github.com/KnpLabs/snappy/tree/v1.4.1"
1489             },
1490             "time": "2022-01-07T13:03:38+00:00"
1491         },
1492         {
1493             "name": "laminas/laminas-code",
1494             "version": "4.5.2",
1495             "source": {
1496                 "type": "git",
1497                 "url": "https://github.com/laminas/laminas-code.git",
1498                 "reference": "da01fb74c08f37e20e7ae49f1e3ee09aa401ebad"
1499             },
1500             "dist": {
1501                 "type": "zip",
1502                 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/da01fb74c08f37e20e7ae49f1e3ee09aa401ebad",
1503                 "reference": "da01fb74c08f37e20e7ae49f1e3ee09aa401ebad",
1504                 "shasum": ""
1505             },
1506             "require": {
1507                 "php": ">=7.4, <8.2"
1508             },
1509             "require-dev": {
1510                 "doctrine/annotations": "^1.13.2",
1511                 "ext-phar": "*",
1512                 "laminas/laminas-coding-standard": "^2.3.0",
1513                 "laminas/laminas-stdlib": "^3.6.1",
1514                 "phpunit/phpunit": "^9.5.10",
1515                 "psalm/plugin-phpunit": "^0.16.1",
1516                 "vimeo/psalm": "^4.13.1"
1517             },
1518             "suggest": {
1519                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1520                 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
1521             },
1522             "type": "library",
1523             "autoload": {
1524                 "files": [
1525                     "polyfill/ReflectionEnumPolyfill.php"
1526                 ],
1527                 "psr-4": {
1528                     "Laminas\\Code\\": "src/"
1529                 }
1530             },
1531             "notification-url": "https://packagist.org/downloads/",
1532             "license": [
1533                 "BSD-3-Clause"
1534             ],
1535             "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
1536             "homepage": "https://laminas.dev",
1537             "keywords": [
1538                 "code",
1539                 "laminas",
1540                 "laminasframework"
1541             ],
1542             "support": {
1543                 "chat": "https://laminas.dev/chat",
1544                 "docs": "https://docs.laminas.dev/laminas-code/",
1545                 "forum": "https://discourse.laminas.dev",
1546                 "issues": "https://github.com/laminas/laminas-code/issues",
1547                 "rss": "https://github.com/laminas/laminas-code/releases.atom",
1548                 "source": "https://github.com/laminas/laminas-code"
1549             },
1550             "funding": [
1551                 {
1552                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1553                     "type": "community_bridge"
1554                 }
1555             ],
1556             "time": "2022-06-06T11:26:02+00:00"
1557         },
1558         {
1559             "name": "laminas/laminas-config",
1560             "version": "3.7.0",
1561             "source": {
1562                 "type": "git",
1563                 "url": "https://github.com/laminas/laminas-config.git",
1564                 "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd"
1565             },
1566             "dist": {
1567                 "type": "zip",
1568                 "url": "https://api.github.com/repos/laminas/laminas-config/zipball/e43d13dcfc273d4392812eb395ce636f73f34dfd",
1569                 "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd",
1570                 "shasum": ""
1571             },
1572             "require": {
1573                 "ext-json": "*",
1574                 "laminas/laminas-stdlib": "^3.6",
1575                 "php": "^7.3 || ~8.0.0 || ~8.1.0",
1576                 "psr/container": "^1.0"
1577             },
1578             "conflict": {
1579                 "container-interop/container-interop": "<1.2.0",
1580                 "zendframework/zend-config": "*"
1581             },
1582             "require-dev": {
1583                 "laminas/laminas-coding-standard": "~1.0.0",
1584                 "laminas/laminas-filter": "^2.7.2",
1585                 "laminas/laminas-i18n": "^2.10.3",
1586                 "laminas/laminas-servicemanager": "^3.7",
1587                 "phpunit/phpunit": "^9.5.5"
1588             },
1589             "suggest": {
1590                 "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
1591                 "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
1592                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
1593             },
1594             "type": "library",
1595             "autoload": {
1596                 "psr-4": {
1597                     "Laminas\\Config\\": "src/"
1598                 }
1599             },
1600             "notification-url": "https://packagist.org/downloads/",
1601             "license": [
1602                 "BSD-3-Clause"
1603             ],
1604             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
1605             "homepage": "https://laminas.dev",
1606             "keywords": [
1607                 "config",
1608                 "laminas"
1609             ],
1610             "support": {
1611                 "chat": "https://laminas.dev/chat",
1612                 "docs": "https://docs.laminas.dev/laminas-config/",
1613                 "forum": "https://discourse.laminas.dev",
1614                 "issues": "https://github.com/laminas/laminas-config/issues",
1615                 "rss": "https://github.com/laminas/laminas-config/releases.atom",
1616                 "source": "https://github.com/laminas/laminas-config"
1617             },
1618             "funding": [
1619                 {
1620                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1621                     "type": "community_bridge"
1622                 }
1623             ],
1624             "time": "2021-10-01T16:07:46+00:00"
1625         },
1626         {
1627             "name": "laminas/laminas-console",
1628             "version": "2.8.0",
1629             "source": {
1630                 "type": "git",
1631                 "url": "https://github.com/laminas/laminas-console.git",
1632                 "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
1633             },
1634             "dist": {
1635                 "type": "zip",
1636                 "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
1637                 "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
1638                 "shasum": ""
1639             },
1640             "require": {
1641                 "laminas/laminas-stdlib": "^3.2.1",
1642                 "laminas/laminas-zendframework-bridge": "^1.0",
1643                 "php": "^5.6 || ^7.0"
1644             },
1645             "replace": {
1646                 "zendframework/zend-console": "self.version"
1647             },
1648             "require-dev": {
1649                 "laminas/laminas-coding-standard": "~1.0.0",
1650                 "laminas/laminas-filter": "^2.7.2",
1651                 "laminas/laminas-json": "^2.6 || ^3.0",
1652                 "laminas/laminas-validator": "^2.10.1",
1653                 "phpunit/phpunit": "^5.7.23 || ^6.4.3"
1654             },
1655             "suggest": {
1656                 "laminas/laminas-filter": "To support DefaultRouteMatcher usage",
1657                 "laminas/laminas-validator": "To support DefaultRouteMatcher usage"
1658             },
1659             "type": "library",
1660             "extra": {
1661                 "branch-alias": {
1662                     "dev-master": "2.8.x-dev",
1663                     "dev-develop": "2.9.x-dev"
1664                 }
1665             },
1666             "autoload": {
1667                 "psr-4": {
1668                     "Laminas\\Console\\": "src/"
1669                 }
1670             },
1671             "notification-url": "https://packagist.org/downloads/",
1672             "license": [
1673                 "BSD-3-Clause"
1674             ],
1675             "description": "Build console applications using getopt syntax or routing, complete with prompts",
1676             "homepage": "https://laminas.dev",
1677             "keywords": [
1678                 "console",
1679                 "laminas"
1680             ],
1681             "support": {
1682                 "chat": "https://laminas.dev/chat",
1683                 "docs": "https://docs.laminas.dev/laminas-console/",
1684                 "forum": "https://discourse.laminas.dev",
1685                 "issues": "https://github.com/laminas/laminas-console/issues",
1686                 "rss": "https://github.com/laminas/laminas-console/releases.atom",
1687                 "source": "https://github.com/laminas/laminas-console"
1688             },
1689             "abandoned": "laminas/laminas-cli",
1690             "time": "2019-12-31T16:31:45+00:00"
1691         },
1692         {
1693             "name": "laminas/laminas-db",
1694             "version": "2.15.0",
1695             "source": {
1696                 "type": "git",
1697                 "url": "https://github.com/laminas/laminas-db.git",
1698                 "reference": "1125ef2e55108bdfcc1f0030d3a0f9b895e09606"
1699             },
1700             "dist": {
1701                 "type": "zip",
1702                 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/1125ef2e55108bdfcc1f0030d3a0f9b895e09606",
1703                 "reference": "1125ef2e55108bdfcc1f0030d3a0f9b895e09606",
1704                 "shasum": ""
1705             },
1706             "require": {
1707                 "laminas/laminas-stdlib": "^3.7.1",
1708                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
1709             },
1710             "conflict": {
1711                 "zendframework/zend-db": "*"
1712             },
1713             "require-dev": {
1714                 "laminas/laminas-coding-standard": "~2.2.1",
1715                 "laminas/laminas-eventmanager": "^3.4.0",
1716                 "laminas/laminas-hydrator": "^3.2 || ^4.3",
1717                 "laminas/laminas-servicemanager": "^3.7.0",
1718                 "phpunit/phpunit": "^9.5.19"
1719             },
1720             "suggest": {
1721                 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
1722                 "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1723                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
1724             },
1725             "type": "library",
1726             "extra": {
1727                 "laminas": {
1728                     "component": "Laminas\\Db",
1729                     "config-provider": "Laminas\\Db\\ConfigProvider"
1730                 }
1731             },
1732             "autoload": {
1733                 "psr-4": {
1734                     "Laminas\\Db\\": "src/"
1735                 }
1736             },
1737             "notification-url": "https://packagist.org/downloads/",
1738             "license": [
1739                 "BSD-3-Clause"
1740             ],
1741             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1742             "homepage": "https://laminas.dev",
1743             "keywords": [
1744                 "db",
1745                 "laminas"
1746             ],
1747             "support": {
1748                 "chat": "https://laminas.dev/chat",
1749                 "docs": "https://docs.laminas.dev/laminas-db/",
1750                 "forum": "https://discourse.laminas.dev",
1751                 "issues": "https://github.com/laminas/laminas-db/issues",
1752                 "rss": "https://github.com/laminas/laminas-db/releases.atom",
1753                 "source": "https://github.com/laminas/laminas-db"
1754             },
1755             "funding": [
1756                 {
1757                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1758                     "type": "community_bridge"
1759                 }
1760             ],
1761             "time": "2022-04-11T13:26:20+00:00"
1762         },
1763         {
1764             "name": "laminas/laminas-escaper",
1765             "version": "2.10.0",
1766             "source": {
1767                 "type": "git",
1768                 "url": "https://github.com/laminas/laminas-escaper.git",
1769                 "reference": "58af67282db37d24e584a837a94ee55b9c7552be"
1770             },
1771             "dist": {
1772                 "type": "zip",
1773                 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be",
1774                 "reference": "58af67282db37d24e584a837a94ee55b9c7552be",
1775                 "shasum": ""
1776             },
1777             "require": {
1778                 "ext-ctype": "*",
1779                 "ext-mbstring": "*",
1780                 "php": "^7.4 || ~8.0.0 || ~8.1.0"
1781             },
1782             "conflict": {
1783                 "zendframework/zend-escaper": "*"
1784             },
1785             "require-dev": {
1786                 "infection/infection": "^0.26.6",
1787                 "laminas/laminas-coding-standard": "~2.3.0",
1788                 "maglnet/composer-require-checker": "^3.8.0",
1789                 "phpunit/phpunit": "^9.5.18",
1790                 "psalm/plugin-phpunit": "^0.16.1",
1791                 "vimeo/psalm": "^4.22.0"
1792             },
1793             "type": "library",
1794             "autoload": {
1795                 "psr-4": {
1796                     "Laminas\\Escaper\\": "src/"
1797                 }
1798             },
1799             "notification-url": "https://packagist.org/downloads/",
1800             "license": [
1801                 "BSD-3-Clause"
1802             ],
1803             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1804             "homepage": "https://laminas.dev",
1805             "keywords": [
1806                 "escaper",
1807                 "laminas"
1808             ],
1809             "support": {
1810                 "chat": "https://laminas.dev/chat",
1811                 "docs": "https://docs.laminas.dev/laminas-escaper/",
1812                 "forum": "https://discourse.laminas.dev",
1813                 "issues": "https://github.com/laminas/laminas-escaper/issues",
1814                 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1815                 "source": "https://github.com/laminas/laminas-escaper"
1816             },
1817             "funding": [
1818                 {
1819                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1820                     "type": "community_bridge"
1821                 }
1822             ],
1823             "time": "2022-03-08T20:15:36+00:00"
1824         },
1825         {
1826             "name": "laminas/laminas-eventmanager",
1827             "version": "3.5.0",
1828             "source": {
1829                 "type": "git",
1830                 "url": "https://github.com/laminas/laminas-eventmanager.git",
1831                 "reference": "41f7209428f37cab9573365e361f4078209aaafa"
1832             },
1833             "dist": {
1834                 "type": "zip",
1835                 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/41f7209428f37cab9573365e361f4078209aaafa",
1836                 "reference": "41f7209428f37cab9573365e361f4078209aaafa",
1837                 "shasum": ""
1838             },
1839             "require": {
1840                 "php": "^7.4 || ~8.0.0 || ~8.1.0"
1841             },
1842             "conflict": {
1843                 "container-interop/container-interop": "<1.2",
1844                 "zendframework/zend-eventmanager": "*"
1845             },
1846             "require-dev": {
1847                 "laminas/laminas-coding-standard": "~2.2.1",
1848                 "laminas/laminas-stdlib": "^3.6",
1849                 "phpbench/phpbench": "^1.1",
1850                 "phpspec/prophecy-phpunit": "^2.0",
1851                 "phpunit/phpunit": "^9.5.5",
1852                 "psr/container": "^1.1.2 || ^2.0.2"
1853             },
1854             "suggest": {
1855                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
1856                 "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
1857             },
1858             "type": "library",
1859             "autoload": {
1860                 "psr-4": {
1861                     "Laminas\\EventManager\\": "src/"
1862                 }
1863             },
1864             "notification-url": "https://packagist.org/downloads/",
1865             "license": [
1866                 "BSD-3-Clause"
1867             ],
1868             "description": "Trigger and listen to events within a PHP application",
1869             "homepage": "https://laminas.dev",
1870             "keywords": [
1871                 "event",
1872                 "eventmanager",
1873                 "events",
1874                 "laminas"
1875             ],
1876             "support": {
1877                 "chat": "https://laminas.dev/chat",
1878                 "docs": "https://docs.laminas.dev/laminas-eventmanager/",
1879                 "forum": "https://discourse.laminas.dev",
1880                 "issues": "https://github.com/laminas/laminas-eventmanager/issues",
1881                 "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
1882                 "source": "https://github.com/laminas/laminas-eventmanager"
1883             },
1884             "funding": [
1885                 {
1886                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1887                     "type": "community_bridge"
1888                 }
1889             ],
1890             "time": "2022-04-06T21:05:17+00:00"
1891         },
1892         {
1893             "name": "laminas/laminas-filter",
1894             "version": "2.14.0",
1895             "source": {
1896                 "type": "git",
1897                 "url": "https://github.com/laminas/laminas-filter.git",
1898                 "reference": "98a126b8cd069a446054680c9be5f37a61f6dc17"
1899             },
1900             "dist": {
1901                 "type": "zip",
1902                 "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/98a126b8cd069a446054680c9be5f37a61f6dc17",
1903                 "reference": "98a126b8cd069a446054680c9be5f37a61f6dc17",
1904                 "shasum": ""
1905             },
1906             "require": {
1907                 "laminas/laminas-stdlib": "^3.6.1",
1908                 "php": "^7.4 || ~8.0.0 || ~8.1.0"
1909             },
1910             "conflict": {
1911                 "laminas/laminas-validator": "<2.10.1",
1912                 "zendframework/zend-filter": "*"
1913             },
1914             "require-dev": {
1915                 "laminas/laminas-coding-standard": "^2.3.0",
1916                 "laminas/laminas-crypt": "^3.5.1",
1917                 "laminas/laminas-servicemanager": "^3.7.0",
1918                 "laminas/laminas-uri": "^2.9.1",
1919                 "pear/archive_tar": "^1.4.14",
1920                 "phpspec/prophecy-phpunit": "^2.0.1",
1921                 "phpunit/phpunit": "^9.5.10",
1922                 "psalm/plugin-phpunit": "^0.15.2",
1923                 "psr/http-factory": "^1.0.1",
1924                 "vimeo/psalm": "^4.13.1"
1925             },
1926             "suggest": {
1927                 "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
1928                 "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
1929                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality",
1930                 "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
1931                 "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
1932             },
1933             "type": "library",
1934             "extra": {
1935                 "laminas": {
1936                     "component": "Laminas\\Filter",
1937                     "config-provider": "Laminas\\Filter\\ConfigProvider"
1938                 }
1939             },
1940             "autoload": {
1941                 "psr-4": {
1942                     "Laminas\\Filter\\": "src/"
1943                 }
1944             },
1945             "notification-url": "https://packagist.org/downloads/",
1946             "license": [
1947                 "BSD-3-Clause"
1948             ],
1949             "description": "Programmatically filter and normalize data and files",
1950             "homepage": "https://laminas.dev",
1951             "keywords": [
1952                 "filter",
1953                 "laminas"
1954             ],
1955             "support": {
1956                 "chat": "https://laminas.dev/chat",
1957                 "docs": "https://docs.laminas.dev/laminas-filter/",
1958                 "forum": "https://discourse.laminas.dev",
1959                 "issues": "https://github.com/laminas/laminas-filter/issues",
1960                 "rss": "https://github.com/laminas/laminas-filter/releases.atom",
1961                 "source": "https://github.com/laminas/laminas-filter"
1962             },
1963             "funding": [
1964                 {
1965                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1966                     "type": "community_bridge"
1967                 }
1968             ],
1969             "time": "2022-02-22T23:09:15+00:00"
1970         },
1971         {
1972             "name": "laminas/laminas-form",
1973             "version": "3.2.0",
1974             "source": {
1975                 "type": "git",
1976                 "url": "https://github.com/laminas/laminas-form.git",
1977                 "reference": "c1a8474dc459672a30b5817716a797da7a5026a9"
1978             },
1979             "dist": {
1980                 "type": "zip",
1981                 "url": "https://api.github.com/repos/laminas/laminas-form/zipball/c1a8474dc459672a30b5817716a797da7a5026a9",
1982                 "reference": "c1a8474dc459672a30b5817716a797da7a5026a9",
1983                 "shasum": ""
1984             },
1985             "require": {
1986                 "laminas/laminas-hydrator": "^4.3.1",
1987                 "laminas/laminas-inputfilter": "^2.13.0",
1988                 "laminas/laminas-stdlib": "^3.7.1",
1989                 "php": "^7.4 || ~8.0.0 || ~8.1.0"
1990             },
1991             "conflict": {
1992                 "doctrine/annotations": "<1.12.0",
1993                 "laminas/laminas-captcha": "<2.11.0",
1994                 "laminas/laminas-eventmanager": "<3.4.0",
1995                 "laminas/laminas-i18n": "<2.12.0",
1996                 "laminas/laminas-recaptcha": "<3.4.0",
1997                 "laminas/laminas-servicemanager": "<3.10.0",
1998                 "laminas/laminas-view": "<2.14.0"
1999             },
2000             "require-dev": {
2001                 "doctrine/annotations": "^1.13.2",
2002                 "ext-intl": "*",
2003                 "laminas/laminas-captcha": "^2.11.0",
2004                 "laminas/laminas-coding-standard": "^2.3.0",
2005                 "laminas/laminas-db": "^2.13.4",
2006                 "laminas/laminas-escaper": "^2.9.0",
2007                 "laminas/laminas-eventmanager": "^3.4.0",
2008                 "laminas/laminas-filter": "^2.14.0",
2009                 "laminas/laminas-i18n": "^2.14.0",
2010                 "laminas/laminas-modulemanager": "^2.11.0",
2011                 "laminas/laminas-recaptcha": "^3.4.0",
2012                 "laminas/laminas-servicemanager": "^3.10.0",
2013                 "laminas/laminas-session": "^2.12.1",
2014                 "laminas/laminas-text": "^2.9.0",
2015                 "laminas/laminas-validator": "^2.16.0",
2016                 "laminas/laminas-view": "^2.19.1",
2017                 "phpspec/prophecy-phpunit": "^2.0.1",
2018                 "phpunit/phpunit": "^9.5.14",
2019                 "psalm/plugin-phpunit": "^0.16.1",
2020                 "vimeo/psalm": "^4.21.0"
2021             },
2022             "suggest": {
2023                 "doctrine/annotations": "^1.12, required to use laminas-form annotations support",
2024                 "laminas/laminas-captcha": "^2.11, required for using CAPTCHA form elements",
2025                 "laminas/laminas-eventmanager": "^3.4, reuired for laminas-form annotations support",
2026                 "laminas/laminas-i18n": "^2.12, required when using laminas-form view helpers",
2027                 "laminas/laminas-recaptcha": "^3.4, in order to use the ReCaptcha form element",
2028                 "laminas/laminas-servicemanager": "^3.10, required to use the form factories or provide services",
2029                 "laminas/laminas-view": "^2.14, required for using the laminas-form view helpers"
2030             },
2031             "type": "library",
2032             "extra": {
2033                 "laminas": {
2034                     "component": "Laminas\\Form",
2035                     "config-provider": "Laminas\\Form\\ConfigProvider"
2036                 }
2037             },
2038             "autoload": {
2039                 "psr-4": {
2040                     "Laminas\\Form\\": "src/"
2041                 }
2042             },
2043             "notification-url": "https://packagist.org/downloads/",
2044             "license": [
2045                 "BSD-3-Clause"
2046             ],
2047             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
2048             "homepage": "https://laminas.dev",
2049             "keywords": [
2050                 "form",
2051                 "laminas"
2052             ],
2053             "support": {
2054                 "chat": "https://laminas.dev/chat",
2055                 "docs": "https://docs.laminas.dev/laminas-form/",
2056                 "forum": "https://discourse.laminas.dev",
2057                 "issues": "https://github.com/laminas/laminas-form/issues",
2058                 "rss": "https://github.com/laminas/laminas-form/releases.atom",
2059                 "source": "https://github.com/laminas/laminas-form"
2060             },
2061             "funding": [
2062                 {
2063                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2064                     "type": "community_bridge"
2065                 }
2066             ],
2067             "time": "2022-06-16T10:13:15+00:00"
2068         },
2069         {
2070             "name": "laminas/laminas-http",
2071             "version": "2.15.1",
2072             "source": {
2073                 "type": "git",
2074                 "url": "https://github.com/laminas/laminas-http.git",
2075                 "reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79"
2076             },
2077             "dist": {
2078                 "type": "zip",
2079                 "url": "https://api.github.com/repos/laminas/laminas-http/zipball/261f079c3dffcf6f123484db43c40e44c4bf1c79",
2080                 "reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79",
2081                 "shasum": ""
2082             },
2083             "require": {
2084                 "laminas/laminas-loader": "^2.8",
2085                 "laminas/laminas-stdlib": "^3.6",
2086                 "laminas/laminas-uri": "^2.9.1",
2087                 "laminas/laminas-validator": "^2.15",
2088                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
2089             },
2090             "conflict": {
2091                 "zendframework/zend-http": "*"
2092             },
2093             "require-dev": {
2094                 "ext-curl": "*",
2095                 "laminas/laminas-coding-standard": "~2.2.1",
2096                 "phpunit/phpunit": "^9.5.5"
2097             },
2098             "suggest": {
2099                 "paragonie/certainty": "For automated management of cacert.pem"
2100             },
2101             "type": "library",
2102             "autoload": {
2103                 "psr-4": {
2104                     "Laminas\\Http\\": "src/"
2105                 }
2106             },
2107             "notification-url": "https://packagist.org/downloads/",
2108             "license": [
2109                 "BSD-3-Clause"
2110             ],
2111             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2112             "homepage": "https://laminas.dev",
2113             "keywords": [
2114                 "http",
2115                 "http client",
2116                 "laminas"
2117             ],
2118             "support": {
2119                 "chat": "https://laminas.dev/chat",
2120                 "docs": "https://docs.laminas.dev/laminas-http/",
2121                 "forum": "https://discourse.laminas.dev",
2122                 "issues": "https://github.com/laminas/laminas-http/issues",
2123                 "rss": "https://github.com/laminas/laminas-http/releases.atom",
2124                 "source": "https://github.com/laminas/laminas-http"
2125             },
2126             "funding": [
2127                 {
2128                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2129                     "type": "community_bridge"
2130                 }
2131             ],
2132             "time": "2021-12-03T10:17:11+00:00"
2133         },
2134         {
2135             "name": "laminas/laminas-hydrator",
2136             "version": "4.3.1",
2137             "source": {
2138                 "type": "git",
2139                 "url": "https://github.com/laminas/laminas-hydrator.git",
2140                 "reference": "cc5ea6b42d318dbac872d94e8dca2d3013a37ab5"
2141             },
2142             "dist": {
2143                 "type": "zip",
2144                 "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/cc5ea6b42d318dbac872d94e8dca2d3013a37ab5",
2145                 "reference": "cc5ea6b42d318dbac872d94e8dca2d3013a37ab5",
2146                 "shasum": ""
2147             },
2148             "require": {
2149                 "laminas/laminas-stdlib": "^3.3",
2150                 "php": "^7.3 || ~8.0.0 || ~8.1.0",
2151                 "webmozart/assert": "^1.10"
2152             },
2153             "conflict": {
2154                 "zendframework/zend-hydrator": "*"
2155             },
2156             "require-dev": {
2157                 "laminas/laminas-coding-standard": "~2.3.0",
2158                 "laminas/laminas-eventmanager": "^3.2.1",
2159                 "laminas/laminas-modulemanager": "^2.8",
2160                 "laminas/laminas-serializer": "^2.9",
2161                 "laminas/laminas-servicemanager": "^3.3.2",
2162                 "phpbench/phpbench": "^1.0",
2163                 "phpunit/phpunit": "~9.5.5",
2164                 "psalm/plugin-phpunit": "^0.16.1",
2165                 "psr/cache": "1.0.1",
2166                 "vimeo/psalm": "^4.8.1"
2167             },
2168             "suggest": {
2169                 "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
2170                 "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
2171                 "laminas/laminas-servicemanager": "^3.3, to support hydrator plugin manager usage"
2172             },
2173             "type": "library",
2174             "extra": {
2175                 "laminas": {
2176                     "component": "Laminas\\Hydrator",
2177                     "config-provider": "Laminas\\Hydrator\\ConfigProvider"
2178                 }
2179             },
2180             "autoload": {
2181                 "psr-4": {
2182                     "Laminas\\Hydrator\\": "src/"
2183                 }
2184             },
2185             "notification-url": "https://packagist.org/downloads/",
2186             "license": [
2187                 "BSD-3-Clause"
2188             ],
2189             "description": "Serialize objects to arrays, and vice versa",
2190             "homepage": "https://laminas.dev",
2191             "keywords": [
2192                 "hydrator",
2193                 "laminas"
2194             ],
2195             "support": {
2196                 "chat": "https://laminas.dev/chat",
2197                 "docs": "https://docs.laminas.dev/laminas-hydrator/",
2198                 "forum": "https://discourse.laminas.dev",
2199                 "issues": "https://github.com/laminas/laminas-hydrator/issues",
2200                 "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
2201                 "source": "https://github.com/laminas/laminas-hydrator"
2202             },
2203             "funding": [
2204                 {
2205                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2206                     "type": "community_bridge"
2207                 }
2208             ],
2209             "time": "2021-09-09T09:55:00+00:00"
2210         },
2211         {
2212             "name": "laminas/laminas-i18n",
2213             "version": "2.15.0",
2214             "source": {
2215                 "type": "git",
2216                 "url": "https://github.com/laminas/laminas-i18n.git",
2217                 "reference": "1654fcd6cd27c01a902b47fe71fa583ad227268c"
2218             },
2219             "dist": {
2220                 "type": "zip",
2221                 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/1654fcd6cd27c01a902b47fe71fa583ad227268c",
2222                 "reference": "1654fcd6cd27c01a902b47fe71fa583ad227268c",
2223                 "shasum": ""
2224             },
2225             "require": {
2226                 "ext-intl": "*",
2227                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2228                 "php": "^7.4 || ~8.0.0 || ~8.1.0"
2229             },
2230             "conflict": {
2231                 "laminas/laminas-view": "<2.20.0",
2232                 "phpspec/prophecy": "<1.9.0",
2233                 "zendframework/zend-i18n": "*"
2234             },
2235             "require-dev": {
2236                 "laminas/laminas-cache": "^3.1.2",
2237                 "laminas/laminas-cache-storage-adapter-memory": "^2.0.0",
2238                 "laminas/laminas-cache-storage-deprecated-factory": "^1.0.0",
2239                 "laminas/laminas-coding-standard": "~2.3.0",
2240                 "laminas/laminas-config": "^3.4.0",
2241                 "laminas/laminas-eventmanager": "^3.4.0",
2242                 "laminas/laminas-filter": "^2.10.0",
2243                 "laminas/laminas-servicemanager": "^3.7.0",
2244                 "laminas/laminas-validator": "^2.14.0",
2245                 "laminas/laminas-view": "^2.20.0",
2246                 "phpspec/prophecy-phpunit": "^2.0",
2247                 "phpunit/phpunit": "^9.3",
2248                 "psalm/plugin-phpunit": "^0.16.1",
2249                 "vimeo/psalm": "^4.21"
2250             },
2251             "suggest": {
2252                 "laminas/laminas-cache": "You should install this package to cache the translations",
2253                 "laminas/laminas-config": "You should install this package to use the INI translation format",
2254                 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
2255                 "laminas/laminas-filter": "You should install this package to use the provided filters",
2256                 "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
2257                 "laminas/laminas-servicemanager": "You should install this package to use the translator",
2258                 "laminas/laminas-validator": "You should install this package to use the provided validators",
2259                 "laminas/laminas-view": "You should install this package to use the provided view helpers"
2260             },
2261             "type": "library",
2262             "extra": {
2263                 "laminas": {
2264                     "component": "Laminas\\I18n",
2265                     "config-provider": "Laminas\\I18n\\ConfigProvider"
2266                 }
2267             },
2268             "autoload": {
2269                 "psr-4": {
2270                     "Laminas\\I18n\\": "src/"
2271                 }
2272             },
2273             "notification-url": "https://packagist.org/downloads/",
2274             "license": [
2275                 "BSD-3-Clause"
2276             ],
2277             "description": "Provide translations for your application, and filter and validate internationalized values",
2278             "homepage": "https://laminas.dev",
2279             "keywords": [
2280                 "i18n",
2281                 "laminas"
2282             ],
2283             "support": {
2284                 "chat": "https://laminas.dev/chat",
2285                 "docs": "https://docs.laminas.dev/laminas-i18n/",
2286                 "forum": "https://discourse.laminas.dev",
2287                 "issues": "https://github.com/laminas/laminas-i18n/issues",
2288                 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
2289                 "source": "https://github.com/laminas/laminas-i18n"
2290             },
2291             "funding": [
2292                 {
2293                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2294                     "type": "community_bridge"
2295                 }
2296             ],
2297             "time": "2022-04-01T10:47:19+00:00"
2298         },
2299         {
2300             "name": "laminas/laminas-inputfilter",
2301             "version": "2.18.0",
2302             "source": {
2303                 "type": "git",
2304                 "url": "https://github.com/laminas/laminas-inputfilter.git",
2305                 "reference": "8c663d35926f8276b4bf1a2c571310eb285f80cb"
2306             },
2307             "dist": {
2308                 "type": "zip",
2309                 "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/8c663d35926f8276b4bf1a2c571310eb285f80cb",
2310                 "reference": "8c663d35926f8276b4bf1a2c571310eb285f80cb",
2311                 "shasum": ""
2312             },
2313             "require": {
2314                 "laminas/laminas-filter": "^2.13",
2315                 "laminas/laminas-servicemanager": "^3.12.0",
2316                 "laminas/laminas-stdlib": "^3.0",
2317                 "laminas/laminas-validator": "^2.15",
2318                 "php": "^7.4 || ~8.0.0 || ~8.1.0"
2319             },
2320             "conflict": {
2321                 "zendframework/zend-inputfilter": "*"
2322             },
2323             "require-dev": {
2324                 "laminas/laminas-coding-standard": "~2.2.1",
2325                 "laminas/laminas-db": "^2.13.4",
2326                 "phpspec/prophecy": "^1.14",
2327                 "phpspec/prophecy-phpunit": "^2.0",
2328                 "phpunit/phpunit": "^9.5.5",
2329                 "psalm/plugin-phpunit": "^0.15.1",
2330                 "psr/http-message": "^1.0",
2331                 "vimeo/psalm": "^4.6"
2332             },
2333             "suggest": {
2334                 "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
2335             },
2336             "type": "library",
2337             "extra": {
2338                 "laminas": {
2339                     "component": "Laminas\\InputFilter",
2340                     "config-provider": "Laminas\\InputFilter\\ConfigProvider"
2341                 }
2342             },
2343             "autoload": {
2344                 "psr-4": {
2345                     "Laminas\\InputFilter\\": "src/"
2346                 }
2347             },
2348             "notification-url": "https://packagist.org/downloads/",
2349             "license": [
2350                 "BSD-3-Clause"
2351             ],
2352             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2353             "homepage": "https://laminas.dev",
2354             "keywords": [
2355                 "inputfilter",
2356                 "laminas"
2357             ],
2358             "support": {
2359                 "chat": "https://laminas.dev/chat",
2360                 "docs": "https://docs.laminas.dev/laminas-inputfilter/",
2361                 "forum": "https://discourse.laminas.dev",
2362                 "issues": "https://github.com/laminas/laminas-inputfilter/issues",
2363                 "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
2364                 "source": "https://github.com/laminas/laminas-inputfilter"
2365             },
2366             "funding": [
2367                 {
2368                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2369                     "type": "community_bridge"
2370                 }
2371             ],
2372             "time": "2022-06-15T11:40:14+00:00"
2373         },
2374         {
2375             "name": "laminas/laminas-json",
2376             "version": "3.3.0",
2377             "source": {
2378                 "type": "git",
2379                 "url": "https://github.com/laminas/laminas-json.git",
2380                 "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f"
2381             },
2382             "dist": {
2383                 "type": "zip",
2384                 "url": "https://api.github.com/repos/laminas/laminas-json/zipball/9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
2385                 "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
2386                 "shasum": ""
2387             },
2388             "require": {
2389                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
2390             },
2391             "conflict": {
2392                 "zendframework/zend-json": "*"
2393             },
2394             "require-dev": {
2395                 "laminas/laminas-coding-standard": "~2.2.1",
2396                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2397                 "phpunit/phpunit": "^9.3"
2398             },
2399             "suggest": {
2400                 "laminas/laminas-json-server": "For implementing JSON-RPC servers",
2401                 "laminas/laminas-xml2json": "For converting XML documents to JSON"
2402             },
2403             "type": "library",
2404             "autoload": {
2405                 "psr-4": {
2406                     "Laminas\\Json\\": "src/"
2407                 }
2408             },
2409             "notification-url": "https://packagist.org/downloads/",
2410             "license": [
2411                 "BSD-3-Clause"
2412             ],
2413             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2414             "homepage": "https://laminas.dev",
2415             "keywords": [
2416                 "json",
2417                 "laminas"
2418             ],
2419             "support": {
2420                 "chat": "https://laminas.dev/chat",
2421                 "docs": "https://docs.laminas.dev/laminas-json/",
2422                 "forum": "https://discourse.laminas.dev",
2423                 "issues": "https://github.com/laminas/laminas-json/issues",
2424                 "rss": "https://github.com/laminas/laminas-json/releases.atom",
2425                 "source": "https://github.com/laminas/laminas-json"
2426             },
2427             "funding": [
2428                 {
2429                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2430                     "type": "community_bridge"
2431                 }
2432             ],
2433             "time": "2021-09-02T18:02:31+00:00"
2434         },
2435         {
2436             "name": "laminas/laminas-json-server",
2437             "version": "3.5.0",
2438             "source": {
2439                 "type": "git",
2440                 "url": "https://github.com/laminas/laminas-json-server.git",
2441                 "reference": "f8e12c6973d396e56c6c2099093aaddb6e709145"
2442             },
2443             "dist": {
2444                 "type": "zip",
2445                 "url": "https://api.github.com/repos/laminas/laminas-json-server/zipball/f8e12c6973d396e56c6c2099093aaddb6e709145",
2446                 "reference": "f8e12c6973d396e56c6c2099093aaddb6e709145",
2447                 "shasum": ""
2448             },
2449             "require": {
2450                 "laminas/laminas-http": "^2.15.1",
2451                 "laminas/laminas-json": "^3.3.0",
2452                 "laminas/laminas-server": "^2.11.0",
2453                 "php": "^7.4 || ~8.0.0 || ~8.1.0"
2454             },
2455             "conflict": {
2456                 "laminas/laminas-stdlib": "<3.2.1"
2457             },
2458             "replace": {
2459                 "zendframework/zend-json-server": "^3.2.0"
2460             },
2461             "require-dev": {
2462                 "ext-json": "*",
2463                 "laminas/laminas-coding-standard": "^2.3",
2464                 "phpunit/phpunit": "^9.5.11",
2465                 "psalm/plugin-phpunit": "^0.16.1",
2466                 "vimeo/psalm": "^4.18.0"
2467             },
2468             "type": "library",
2469             "autoload": {
2470                 "psr-4": {
2471                     "Laminas\\Json\\Server\\": "src/"
2472                 }
2473             },
2474             "notification-url": "https://packagist.org/downloads/",
2475             "license": [
2476                 "BSD-3-Clause"
2477             ],
2478             "description": "Laminas Json-Server is a JSON-RPC server implementation.",
2479             "homepage": "https://laminas.dev",
2480             "keywords": [
2481                 "json",
2482                 "json-server",
2483                 "laminas",
2484                 "server"
2485             ],
2486             "support": {
2487                 "chat": "https://laminas.dev/chat",
2488                 "docs": "https://docs.laminas.dev/laminas-json-server/",
2489                 "forum": "https://discourse.laminas.dev",
2490                 "issues": "https://github.com/laminas/laminas-json-server/issues",
2491                 "rss": "https://github.com/laminas/laminas-json-server/releases.atom",
2492                 "source": "https://github.com/laminas/laminas-json-server"
2493             },
2494             "funding": [
2495                 {
2496                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2497                     "type": "community_bridge"
2498                 }
2499             ],
2500             "time": "2022-02-04T11:58:30+00:00"
2501         },
2502         {
2503             "name": "laminas/laminas-loader",
2504             "version": "2.8.0",
2505             "source": {
2506                 "type": "git",
2507                 "url": "https://github.com/laminas/laminas-loader.git",
2508                 "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b"
2509             },
2510             "dist": {
2511                 "type": "zip",
2512                 "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/d0589ec9dd48365fd95ad10d1c906efd7711c16b",
2513                 "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b",
2514                 "shasum": ""
2515             },
2516             "require": {
2517                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
2518             },
2519             "conflict": {
2520                 "zendframework/zend-loader": "*"
2521             },
2522             "require-dev": {
2523                 "laminas/laminas-coding-standard": "~2.2.1",
2524                 "phpunit/phpunit": "^9.3"
2525             },
2526             "type": "library",
2527             "autoload": {
2528                 "psr-4": {
2529                     "Laminas\\Loader\\": "src/"
2530                 }
2531             },
2532             "notification-url": "https://packagist.org/downloads/",
2533             "license": [
2534                 "BSD-3-Clause"
2535             ],
2536             "description": "Autoloading and plugin loading strategies",
2537             "homepage": "https://laminas.dev",
2538             "keywords": [
2539                 "laminas",
2540                 "loader"
2541             ],
2542             "support": {
2543                 "chat": "https://laminas.dev/chat",
2544                 "docs": "https://docs.laminas.dev/laminas-loader/",
2545                 "forum": "https://discourse.laminas.dev",
2546                 "issues": "https://github.com/laminas/laminas-loader/issues",
2547                 "rss": "https://github.com/laminas/laminas-loader/releases.atom",
2548                 "source": "https://github.com/laminas/laminas-loader"
2549             },
2550             "funding": [
2551                 {
2552                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2553                     "type": "community_bridge"
2554                 }
2555             ],
2556             "time": "2021-09-02T18:30:53+00:00"
2557         },
2558         {
2559             "name": "laminas/laminas-math",
2560             "version": "3.5.0",
2561             "source": {
2562                 "type": "git",
2563                 "url": "https://github.com/laminas/laminas-math.git",
2564                 "reference": "146d8187ab247ae152e811a6704a953d43537381"
2565             },
2566             "dist": {
2567                 "type": "zip",
2568                 "url": "https://api.github.com/repos/laminas/laminas-math/zipball/146d8187ab247ae152e811a6704a953d43537381",
2569                 "reference": "146d8187ab247ae152e811a6704a953d43537381",
2570                 "shasum": ""
2571             },
2572             "require": {
2573                 "ext-mbstring": "*",
2574                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
2575             },
2576             "conflict": {
2577                 "zendframework/zend-math": "*"
2578             },
2579             "require-dev": {
2580                 "laminas/laminas-coding-standard": "~1.0.0",
2581                 "phpunit/phpunit": "^9.5.5"
2582             },
2583             "suggest": {
2584                 "ext-bcmath": "If using the bcmath functionality",
2585                 "ext-gmp": "If using the gmp functionality"
2586             },
2587             "type": "library",
2588             "extra": {
2589                 "branch-alias": {
2590                     "dev-master": "3.2.x-dev",
2591                     "dev-develop": "3.3.x-dev"
2592                 }
2593             },
2594             "autoload": {
2595                 "psr-4": {
2596                     "Laminas\\Math\\": "src/"
2597                 }
2598             },
2599             "notification-url": "https://packagist.org/downloads/",
2600             "license": [
2601                 "BSD-3-Clause"
2602             ],
2603             "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
2604             "homepage": "https://laminas.dev",
2605             "keywords": [
2606                 "laminas",
2607                 "math"
2608             ],
2609             "support": {
2610                 "chat": "https://laminas.dev/chat",
2611                 "docs": "https://docs.laminas.dev/laminas-math/",
2612                 "forum": "https://discourse.laminas.dev",
2613                 "issues": "https://github.com/laminas/laminas-math/issues",
2614                 "rss": "https://github.com/laminas/laminas-math/releases.atom",
2615                 "source": "https://github.com/laminas/laminas-math"
2616             },
2617             "funding": [
2618                 {
2619                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2620                     "type": "community_bridge"
2621                 }
2622             ],
2623             "time": "2021-12-06T02:02:07+00:00"
2624         },
2625         {
2626             "name": "laminas/laminas-modulemanager",
2627             "version": "2.11.0",
2628             "source": {
2629                 "type": "git",
2630                 "url": "https://github.com/laminas/laminas-modulemanager.git",
2631                 "reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad"
2632             },
2633             "dist": {
2634                 "type": "zip",
2635                 "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/6acf5991d10b0b38a2edb08729ed48981b2a5dad",
2636                 "reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad",
2637                 "shasum": ""
2638             },
2639             "require": {
2640                 "brick/varexporter": "^0.3.2",
2641                 "laminas/laminas-config": "^3.7",
2642                 "laminas/laminas-eventmanager": "^3.4",
2643                 "laminas/laminas-stdlib": "^3.6",
2644                 "php": "^7.3 || ~8.0.0 || ~8.1.0",
2645                 "webimpress/safe-writer": "^1.0.2 || ^2.1"
2646             },
2647             "conflict": {
2648                 "zendframework/zend-modulemanager": "*"
2649             },
2650             "require-dev": {
2651                 "laminas/laminas-coding-standard": "^2.3",
2652                 "laminas/laminas-loader": "^2.8",
2653                 "laminas/laminas-mvc": "^3.1.1",
2654                 "laminas/laminas-servicemanager": "^3.7",
2655                 "phpunit/phpunit": "^9.5.5"
2656             },
2657             "suggest": {
2658                 "laminas/laminas-console": "Laminas\\Console component",
2659                 "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
2660                 "laminas/laminas-mvc": "Laminas\\Mvc component",
2661                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2662             },
2663             "type": "library",
2664             "autoload": {
2665                 "psr-4": {
2666                     "Laminas\\ModuleManager\\": "src/"
2667                 }
2668             },
2669             "notification-url": "https://packagist.org/downloads/",
2670             "license": [
2671                 "BSD-3-Clause"
2672             ],
2673             "description": "Modular application system for laminas-mvc applications",
2674             "homepage": "https://laminas.dev",
2675             "keywords": [
2676                 "laminas",
2677                 "modulemanager"
2678             ],
2679             "support": {
2680                 "chat": "https://laminas.dev/chat",
2681                 "docs": "https://docs.laminas.dev/laminas-modulemanager/",
2682                 "forum": "https://discourse.laminas.dev",
2683                 "issues": "https://github.com/laminas/laminas-modulemanager/issues",
2684                 "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
2685                 "source": "https://github.com/laminas/laminas-modulemanager"
2686             },
2687             "funding": [
2688                 {
2689                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2690                     "type": "community_bridge"
2691                 }
2692             ],
2693             "time": "2021-10-13T17:05:17+00:00"
2694         },
2695         {
2696             "name": "laminas/laminas-mvc",
2697             "version": "3.3.3",
2698             "source": {
2699                 "type": "git",
2700                 "url": "https://github.com/laminas/laminas-mvc.git",
2701                 "reference": "7ff2bfbe64048aa83c6d1c7edcbab849123f0150"
2702             },
2703             "dist": {
2704                 "type": "zip",
2705                 "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/7ff2bfbe64048aa83c6d1c7edcbab849123f0150",
2706                 "reference": "7ff2bfbe64048aa83c6d1c7edcbab849123f0150",
2707                 "shasum": ""
2708             },
2709             "require": {
2710                 "container-interop/container-interop": "^1.2",
2711                 "laminas/laminas-eventmanager": "^3.4",
2712                 "laminas/laminas-http": "^2.15",
2713                 "laminas/laminas-modulemanager": "^2.8",
2714                 "laminas/laminas-router": "^3.5",
2715                 "laminas/laminas-servicemanager": "^3.7",
2716                 "laminas/laminas-stdlib": "^3.6",
2717                 "laminas/laminas-view": "^2.14",
2718                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
2719             },
2720             "conflict": {
2721                 "zendframework/zend-mvc": "*"
2722             },
2723             "require-dev": {
2724                 "http-interop/http-middleware": "^0.4.1",
2725                 "laminas/laminas-coding-standard": "^1.0.0",
2726                 "laminas/laminas-json": "^3.3",
2727                 "laminas/laminas-psr7bridge": "^1.0",
2728                 "laminas/laminas-stratigility": ">=2.0.1 <2.2",
2729                 "phpspec/prophecy-phpunit": "^2.0",
2730                 "phpunit/phpunit": "^9.5.5"
2731             },
2732             "suggest": {
2733                 "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
2734                 "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
2735                 "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
2736                 "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
2737                 "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
2738                 "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
2739                 "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
2740                 "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
2741                 "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
2742                 "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
2743                 "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
2744             },
2745             "type": "library",
2746             "autoload": {
2747                 "psr-4": {
2748                     "Laminas\\Mvc\\": "src/"
2749                 }
2750             },
2751             "notification-url": "https://packagist.org/downloads/",
2752             "license": [
2753                 "BSD-3-Clause"
2754             ],
2755             "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
2756             "homepage": "https://laminas.dev",
2757             "keywords": [
2758                 "laminas",
2759                 "mvc"
2760             ],
2761             "support": {
2762                 "chat": "https://laminas.dev/chat",
2763                 "docs": "https://docs.laminas.dev/laminas-mvc/",
2764                 "forum": "https://discourse.laminas.dev",
2765                 "issues": "https://github.com/laminas/laminas-mvc/issues",
2766                 "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
2767                 "source": "https://github.com/laminas/laminas-mvc"
2768             },
2769             "funding": [
2770                 {
2771                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2772                     "type": "community_bridge"
2773                 }
2774             ],
2775             "time": "2022-02-21T20:21:58+00:00"
2776         },
2777         {
2778             "name": "laminas/laminas-mvc-console",
2779             "version": "1.3.0",
2780             "source": {
2781                 "type": "git",
2782                 "url": "https://github.com/laminas/laminas-mvc-console.git",
2783                 "reference": "90338c7b61a5fa8445c0a41925a4ae351459fa79"
2784             },
2785             "dist": {
2786                 "type": "zip",
2787                 "url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/90338c7b61a5fa8445c0a41925a4ae351459fa79",
2788                 "reference": "90338c7b61a5fa8445c0a41925a4ae351459fa79",
2789                 "shasum": ""
2790             },
2791             "require": {
2792                 "container-interop/container-interop": "^1.1",
2793                 "laminas/laminas-console": "^2.6",
2794                 "laminas/laminas-eventmanager": "^3.3",
2795                 "laminas/laminas-modulemanager": "^2.7.1",
2796                 "laminas/laminas-mvc": "^3.0.3",
2797                 "laminas/laminas-router": "^3.0",
2798                 "laminas/laminas-servicemanager": "^3.3",
2799                 "laminas/laminas-stdlib": "^3.3",
2800                 "laminas/laminas-text": "^2.6",
2801                 "laminas/laminas-view": "^2.11.3",
2802                 "laminas/laminas-zendframework-bridge": "^1.0",
2803                 "php": "^7.3 || ~8.0.0"
2804             },
2805             "conflict": {
2806                 "laminas/laminas-mvc": "<3.0.0"
2807             },
2808             "replace": {
2809                 "zendframework/zend-mvc-console": "^1.2.0"
2810             },
2811             "require-dev": {
2812                 "laminas/laminas-coding-standard": "~1.0.0",
2813                 "laminas/laminas-filter": "^2.6.1",
2814                 "phpspec/prophecy": "^1.12.0",
2815                 "phpspec/prophecy-phpunit": "^2.0",
2816                 "phpunit/phpunit": "^9.3"
2817             },
2818             "suggest": {
2819                 "laminas/laminas-filter": "^2.6.1, to filter rendered results"
2820             },
2821             "type": "library",
2822             "extra": {
2823                 "branch-alias": {
2824                     "dev-master": "1.2.x-dev",
2825                     "dev-develop": "1.3.x-dev"
2826                 },
2827                 "laminas": {
2828                     "component": "Laminas\\Mvc\\Console"
2829                 }
2830             },
2831             "autoload": {
2832                 "psr-4": {
2833                     "Laminas\\Mvc\\Console\\": "src/"
2834                 }
2835             },
2836             "notification-url": "https://packagist.org/downloads/",
2837             "license": [
2838                 "BSD-3-Clause"
2839             ],
2840             "description": "Integration between laminas-mvc and laminas-console",
2841             "homepage": "https://laminas.dev",
2842             "keywords": [
2843                 "console",
2844                 "laminas",
2845                 "mvc"
2846             ],
2847             "support": {
2848                 "chat": "https://laminas.dev/chat",
2849                 "docs": "https://docs.laminas.dev/laminas-mvc-console/",
2850                 "forum": "https://discourse.laminas.dev",
2851                 "issues": "https://github.com/laminas/laminas-mvc-console/issues",
2852                 "rss": "https://github.com/laminas/laminas-mvc-console/releases.atom",
2853                 "source": "https://github.com/laminas/laminas-mvc-console"
2854             },
2855             "funding": [
2856                 {
2857                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2858                     "type": "community_bridge"
2859                 }
2860             ],
2861             "abandoned": "laminas/laminas-cli",
2862             "time": "2020-12-28T09:19:48+00:00"
2863         },
2864         {
2865             "name": "laminas/laminas-mvc-i18n",
2866             "version": "1.3.1",
2867             "source": {
2868                 "type": "git",
2869                 "url": "https://github.com/laminas/laminas-mvc-i18n.git",
2870                 "reference": "3f6c81d839507dee8bbf74a09a9bfc65ecd3bb88"
2871             },
2872             "dist": {
2873                 "type": "zip",
2874                 "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/3f6c81d839507dee8bbf74a09a9bfc65ecd3bb88",
2875                 "reference": "3f6c81d839507dee8bbf74a09a9bfc65ecd3bb88",
2876                 "shasum": ""
2877             },
2878             "require": {
2879                 "container-interop/container-interop": "^1.1",
2880                 "laminas/laminas-i18n": "^2.11",
2881                 "laminas/laminas-router": "^3.0",
2882                 "laminas/laminas-servicemanager": "^3.6",
2883                 "laminas/laminas-stdlib": "^3.3",
2884                 "laminas/laminas-validator": "^2.14",
2885                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
2886             },
2887             "conflict": {
2888                 "laminas/laminas-mvc": "<3.0.0",
2889                 "phpspec/prophecy": "<1.8.0",
2890                 "zendframework/zend-mvc-i18n": "*"
2891             },
2892             "require-dev": {
2893                 "laminas/laminas-coding-standard": "~1.0.0",
2894                 "phpspec/prophecy-phpunit": "^2.0",
2895                 "phpunit/phpunit": "^9.5",
2896                 "psalm/plugin-phpunit": "^0.15.1",
2897                 "vimeo/psalm": "^4.7"
2898             },
2899             "suggest": {
2900                 "laminas/laminas-cache": "To enable caching of translation strings"
2901             },
2902             "type": "library",
2903             "extra": {
2904                 "laminas": {
2905                     "component": "Laminas\\Mvc\\I18n",
2906                     "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
2907                 }
2908             },
2909             "autoload": {
2910                 "psr-4": {
2911                     "Laminas\\Mvc\\I18n\\": "src/"
2912                 }
2913             },
2914             "notification-url": "https://packagist.org/downloads/",
2915             "license": [
2916                 "BSD-3-Clause"
2917             ],
2918             "description": "Integration between laminas-mvc and laminas-i18n",
2919             "homepage": "https://laminas.dev",
2920             "keywords": [
2921                 "i18n",
2922                 "laminas",
2923                 "mvc"
2924             ],
2925             "support": {
2926                 "chat": "https://laminas.dev/chat",
2927                 "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
2928                 "forum": "https://discourse.laminas.dev",
2929                 "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
2930                 "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
2931                 "source": "https://github.com/laminas/laminas-mvc-i18n"
2932             },
2933             "funding": [
2934                 {
2935                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2936                     "type": "community_bridge"
2937                 }
2938             ],
2939             "time": "2022-02-25T14:13:55+00:00"
2940         },
2941         {
2942             "name": "laminas/laminas-router",
2943             "version": "3.5.0",
2944             "source": {
2945                 "type": "git",
2946                 "url": "https://github.com/laminas/laminas-router.git",
2947                 "reference": "44759e71620030c93d99e40b394fe9fff8f0beda"
2948             },
2949             "dist": {
2950                 "type": "zip",
2951                 "url": "https://api.github.com/repos/laminas/laminas-router/zipball/44759e71620030c93d99e40b394fe9fff8f0beda",
2952                 "reference": "44759e71620030c93d99e40b394fe9fff8f0beda",
2953                 "shasum": ""
2954             },
2955             "require": {
2956                 "container-interop/container-interop": "^1.2",
2957                 "laminas/laminas-http": "^2.15",
2958                 "laminas/laminas-servicemanager": "^3.7",
2959                 "laminas/laminas-stdlib": "^3.6",
2960                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
2961             },
2962             "conflict": {
2963                 "zendframework/zend-router": "*"
2964             },
2965             "require-dev": {
2966                 "laminas/laminas-coding-standard": "~2.2.1",
2967                 "laminas/laminas-i18n": "^2.7.4",
2968                 "phpunit/phpunit": "^9.5.5",
2969                 "psalm/plugin-phpunit": "^0.15.1",
2970                 "vimeo/psalm": "^4.7"
2971             },
2972             "suggest": {
2973                 "laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments"
2974             },
2975             "type": "library",
2976             "extra": {
2977                 "laminas": {
2978                     "component": "Laminas\\Router",
2979                     "config-provider": "Laminas\\Router\\ConfigProvider"
2980                 }
2981             },
2982             "autoload": {
2983                 "psr-4": {
2984                     "Laminas\\Router\\": "src/"
2985                 }
2986             },
2987             "notification-url": "https://packagist.org/downloads/",
2988             "license": [
2989                 "BSD-3-Clause"
2990             ],
2991             "description": "Flexible routing system for HTTP and console applications",
2992             "homepage": "https://laminas.dev",
2993             "keywords": [
2994                 "laminas",
2995                 "routing"
2996             ],
2997             "support": {
2998                 "chat": "https://laminas.dev/chat",
2999                 "docs": "https://docs.laminas.dev/laminas-router/",
3000                 "forum": "https://discourse.laminas.dev",
3001                 "issues": "https://github.com/laminas/laminas-router/issues",
3002                 "rss": "https://github.com/laminas/laminas-router/releases.atom",
3003                 "source": "https://github.com/laminas/laminas-router"
3004             },
3005             "funding": [
3006                 {
3007                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3008                     "type": "community_bridge"
3009                 }
3010             ],
3011             "time": "2021-10-13T16:02:43+00:00"
3012         },
3013         {
3014             "name": "laminas/laminas-server",
3015             "version": "2.11.1",
3016             "source": {
3017                 "type": "git",
3018                 "url": "https://github.com/laminas/laminas-server.git",
3019                 "reference": "f45e1a6f614a11af8eff5d2d409f12229101cfc1"
3020             },
3021             "dist": {
3022                 "type": "zip",
3023                 "url": "https://api.github.com/repos/laminas/laminas-server/zipball/f45e1a6f614a11af8eff5d2d409f12229101cfc1",
3024                 "reference": "f45e1a6f614a11af8eff5d2d409f12229101cfc1",
3025                 "shasum": ""
3026             },
3027             "require": {
3028                 "laminas/laminas-code": "^3.5.1 || ^4.0.0",
3029                 "laminas/laminas-stdlib": "^3.3.1",
3030                 "laminas/laminas-zendframework-bridge": "^1.2.0",
3031                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
3032             },
3033             "replace": {
3034                 "zendframework/zend-server": "^2.8.1"
3035             },
3036             "require-dev": {
3037                 "laminas/laminas-coding-standard": "~1.0.0",
3038                 "phpunit/phpunit": "^9.5.5",
3039                 "psalm/plugin-phpunit": "^0.15.1",
3040                 "vimeo/psalm": "^4.6.4"
3041             },
3042             "type": "library",
3043             "autoload": {
3044                 "psr-4": {
3045                     "Laminas\\Server\\": "src/"
3046                 }
3047             },
3048             "notification-url": "https://packagist.org/downloads/",
3049             "license": [
3050                 "BSD-3-Clause"
3051             ],
3052             "description": "Create Reflection-based RPC servers",
3053             "homepage": "https://laminas.dev",
3054             "keywords": [
3055                 "laminas",
3056                 "server"
3057             ],
3058             "support": {
3059                 "chat": "https://laminas.dev/chat",
3060                 "docs": "https://docs.laminas.dev/laminas-server/",
3061                 "forum": "https://discourse.laminas.dev",
3062                 "issues": "https://github.com/laminas/laminas-server/issues",
3063                 "rss": "https://github.com/laminas/laminas-server/releases.atom",
3064                 "source": "https://github.com/laminas/laminas-server"
3065             },
3066             "funding": [
3067                 {
3068                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3069                     "type": "community_bridge"
3070                 }
3071             ],
3072             "time": "2022-02-25T14:41:51+00:00"
3073         },
3074         {
3075             "name": "laminas/laminas-servicemanager",
3076             "version": "3.12.0",
3077             "source": {
3078                 "type": "git",
3079                 "url": "https://github.com/laminas/laminas-servicemanager.git",
3080                 "reference": "05ac4b1fb1fe9333313eeafced9b6c7946589487"
3081             },
3082             "dist": {
3083                 "type": "zip",
3084                 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/05ac4b1fb1fe9333313eeafced9b6c7946589487",
3085                 "reference": "05ac4b1fb1fe9333313eeafced9b6c7946589487",
3086                 "shasum": ""
3087             },
3088             "require": {
3089                 "laminas/laminas-stdlib": "^3.2.1",
3090                 "php": "~7.4.0 || ~8.0.0 || ~8.1.0",
3091                 "psr/container": "^1.0"
3092             },
3093             "conflict": {
3094                 "ext-psr": "*",
3095                 "laminas/laminas-code": "<3.3.1",
3096                 "zendframework/zend-code": "<3.3.1",
3097                 "zendframework/zend-servicemanager": "*"
3098             },
3099             "provide": {
3100                 "psr/container-implementation": "^1.0"
3101             },
3102             "replace": {
3103                 "container-interop/container-interop": "^1.2.0"
3104             },
3105             "require-dev": {
3106                 "composer/package-versions-deprecated": "^1.0",
3107                 "laminas/laminas-coding-standard": "~2.3.0",
3108                 "laminas/laminas-container-config-test": "^0.6",
3109                 "laminas/laminas-dependency-plugin": "^2.1.2",
3110                 "mikey179/vfsstream": "^1.6.10@alpha",
3111                 "ocramius/proxy-manager": "^2.11",
3112                 "phpbench/phpbench": "^1.1",
3113                 "phpspec/prophecy-phpunit": "^2.0",
3114                 "phpunit/phpunit": "^9.5.5",
3115                 "psalm/plugin-phpunit": "^0.16.1",
3116                 "vimeo/psalm": "^4.8"
3117             },
3118             "suggest": {
3119                 "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
3120             },
3121             "bin": [
3122                 "bin/generate-deps-for-config-factory",
3123                 "bin/generate-factory-for-class"
3124             ],
3125             "type": "library",
3126             "autoload": {
3127                 "files": [
3128                     "src/autoload.php"
3129                 ],
3130                 "psr-4": {
3131                     "Laminas\\ServiceManager\\": "src/"
3132                 }
3133             },
3134             "notification-url": "https://packagist.org/downloads/",
3135             "license": [
3136                 "BSD-3-Clause"
3137             ],
3138             "description": "Factory-Driven Dependency Injection Container",
3139             "homepage": "https://laminas.dev",
3140             "keywords": [
3141                 "PSR-11",
3142                 "dependency-injection",
3143                 "di",
3144                 "dic",
3145                 "laminas",
3146                 "service-manager",
3147                 "servicemanager"
3148             ],
3149             "support": {
3150                 "chat": "https://laminas.dev/chat",
3151                 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
3152                 "forum": "https://discourse.laminas.dev",
3153                 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
3154                 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
3155                 "source": "https://github.com/laminas/laminas-servicemanager"
3156             },
3157             "funding": [
3158                 {
3159                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3160                     "type": "community_bridge"
3161                 }
3162             ],
3163             "time": "2022-06-13T16:20:56+00:00"
3164         },
3165         {
3166             "name": "laminas/laminas-soap",
3167             "version": "2.10.0",
3168             "source": {
3169                 "type": "git",
3170                 "url": "https://github.com/laminas/laminas-soap.git",
3171                 "reference": "b1245a09b523485060407f73a0058fb871d2c656"
3172             },
3173             "dist": {
3174                 "type": "zip",
3175                 "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/b1245a09b523485060407f73a0058fb871d2c656",
3176                 "reference": "b1245a09b523485060407f73a0058fb871d2c656",
3177                 "shasum": ""
3178             },
3179             "require": {
3180                 "ext-dom": "*",
3181                 "ext-soap": "*",
3182                 "laminas/laminas-server": "^2.11",
3183                 "laminas/laminas-stdlib": "^3.6",
3184                 "laminas/laminas-uri": "^2.9.1",
3185                 "php": "~7.4.0 || ~8.0.0 || ~8.1.0"
3186             },
3187             "conflict": {
3188                 "laminas/laminas-code": "<4.4",
3189                 "zendframework/zend-soap": "*"
3190             },
3191             "require-dev": {
3192                 "laminas/laminas-coding-standard": "~2.2.1",
3193                 "laminas/laminas-config": "^3.7",
3194                 "laminas/laminas-http": "^2.15",
3195                 "phpspec/prophecy-phpunit": "^2.0.1",
3196                 "phpunit/phpunit": "^9.5.5"
3197             },
3198             "suggest": {
3199                 "ext-curl": "Curl is required when .NET compatibility is required",
3200                 "laminas/laminas-http": "Laminas\\Http component"
3201             },
3202             "type": "library",
3203             "autoload": {
3204                 "psr-4": {
3205                     "Laminas\\Soap\\": "src/"
3206                 }
3207             },
3208             "notification-url": "https://packagist.org/downloads/",
3209             "license": [
3210                 "BSD-3-Clause"
3211             ],
3212             "homepage": "https://laminas.dev",
3213             "keywords": [
3214                 "laminas",
3215                 "soap"
3216             ],
3217             "support": {
3218                 "chat": "https://laminas.dev/chat",
3219                 "docs": "https://docs.laminas.dev/laminas-soap/",
3220                 "forum": "https://discourse.laminas.dev",
3221                 "issues": "https://github.com/laminas/laminas-soap/issues",
3222                 "rss": "https://github.com/laminas/laminas-soap/releases.atom",
3223                 "source": "https://github.com/laminas/laminas-soap"
3224             },
3225             "funding": [
3226                 {
3227                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3228                     "type": "community_bridge"
3229                 }
3230             ],
3231             "time": "2021-10-14T14:04:27+00:00"
3232         },
3233         {
3234             "name": "laminas/laminas-stdlib",
3235             "version": "3.10.1",
3236             "source": {
3237                 "type": "git",
3238                 "url": "https://github.com/laminas/laminas-stdlib.git",
3239                 "reference": "0d669074845fc80a99add0f64025192f143ef836"
3240             },
3241             "dist": {
3242                 "type": "zip",
3243                 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/0d669074845fc80a99add0f64025192f143ef836",
3244                 "reference": "0d669074845fc80a99add0f64025192f143ef836",
3245                 "shasum": ""
3246             },
3247             "require": {
3248                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
3249             },
3250             "conflict": {
3251                 "zendframework/zend-stdlib": "*"
3252             },
3253             "require-dev": {
3254                 "laminas/laminas-coding-standard": "~2.3.0",
3255                 "phpbench/phpbench": "^1.0",
3256                 "phpunit/phpunit": "^9.3.7",
3257                 "psalm/plugin-phpunit": "^0.16.0",
3258                 "vimeo/psalm": "^4.7"
3259             },
3260             "type": "library",
3261             "autoload": {
3262                 "psr-4": {
3263                     "Laminas\\Stdlib\\": "src/"
3264                 }
3265             },
3266             "notification-url": "https://packagist.org/downloads/",
3267             "license": [
3268                 "BSD-3-Clause"
3269             ],
3270             "description": "SPL extensions, array utilities, error handlers, and more",
3271             "homepage": "https://laminas.dev",
3272             "keywords": [
3273                 "laminas",
3274                 "stdlib"
3275             ],
3276             "support": {
3277                 "chat": "https://laminas.dev/chat",
3278                 "docs": "https://docs.laminas.dev/laminas-stdlib/",
3279                 "forum": "https://discourse.laminas.dev",
3280                 "issues": "https://github.com/laminas/laminas-stdlib/issues",
3281                 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
3282                 "source": "https://github.com/laminas/laminas-stdlib"
3283             },
3284             "funding": [
3285                 {
3286                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3287                     "type": "community_bridge"
3288                 }
3289             ],
3290             "time": "2022-06-10T14:49:09+00:00"
3291         },
3292         {
3293             "name": "laminas/laminas-text",
3294             "version": "2.9.0",
3295             "source": {
3296                 "type": "git",
3297                 "url": "https://github.com/laminas/laminas-text.git",
3298                 "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7"
3299             },
3300             "dist": {
3301                 "type": "zip",
3302                 "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7",
3303                 "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7",
3304                 "shasum": ""
3305             },
3306             "require": {
3307                 "laminas/laminas-servicemanager": "^3.4",
3308                 "laminas/laminas-stdlib": "^3.6",
3309                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
3310             },
3311             "conflict": {
3312                 "zendframework/zend-text": "*"
3313             },
3314             "require-dev": {
3315                 "laminas/laminas-coding-standard": "~1.0.0",
3316                 "phpunit/phpunit": "^9.3"
3317             },
3318             "type": "library",
3319             "autoload": {
3320                 "psr-4": {
3321                     "Laminas\\Text\\": "src/"
3322                 }
3323             },
3324             "notification-url": "https://packagist.org/downloads/",
3325             "license": [
3326                 "BSD-3-Clause"
3327             ],
3328             "description": "Create FIGlets and text-based tables",
3329             "homepage": "https://laminas.dev",
3330             "keywords": [
3331                 "laminas",
3332                 "text"
3333             ],
3334             "support": {
3335                 "chat": "https://laminas.dev/chat",
3336                 "docs": "https://docs.laminas.dev/laminas-text/",
3337                 "forum": "https://discourse.laminas.dev",
3338                 "issues": "https://github.com/laminas/laminas-text/issues",
3339                 "rss": "https://github.com/laminas/laminas-text/releases.atom",
3340                 "source": "https://github.com/laminas/laminas-text"
3341             },
3342             "funding": [
3343                 {
3344                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3345                     "type": "community_bridge"
3346                 }
3347             ],
3348             "time": "2021-09-02T16:50:53+00:00"
3349         },
3350         {
3351             "name": "laminas/laminas-uri",
3352             "version": "2.9.1",
3353             "source": {
3354                 "type": "git",
3355                 "url": "https://github.com/laminas/laminas-uri.git",
3356                 "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b"
3357             },
3358             "dist": {
3359                 "type": "zip",
3360                 "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/7e837dc15c8fd3949df7d1213246fd7c8640032b",
3361                 "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b",
3362                 "shasum": ""
3363             },
3364             "require": {
3365                 "laminas/laminas-escaper": "^2.9",
3366                 "laminas/laminas-validator": "^2.15",
3367                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
3368             },
3369             "conflict": {
3370                 "zendframework/zend-uri": "*"
3371             },
3372             "require-dev": {
3373                 "laminas/laminas-coding-standard": "~2.2.1",
3374                 "phpunit/phpunit": "^9.5.5"
3375             },
3376             "type": "library",
3377             "autoload": {
3378                 "psr-4": {
3379                     "Laminas\\Uri\\": "src/"
3380                 }
3381             },
3382             "notification-url": "https://packagist.org/downloads/",
3383             "license": [
3384                 "BSD-3-Clause"
3385             ],
3386             "description": "A component that aids in manipulating and validating Â» Uniform Resource Identifiers (URIs)",
3387             "homepage": "https://laminas.dev",
3388             "keywords": [
3389                 "laminas",
3390                 "uri"
3391             ],
3392             "support": {
3393                 "chat": "https://laminas.dev/chat",
3394                 "docs": "https://docs.laminas.dev/laminas-uri/",
3395                 "forum": "https://discourse.laminas.dev",
3396                 "issues": "https://github.com/laminas/laminas-uri/issues",
3397                 "rss": "https://github.com/laminas/laminas-uri/releases.atom",
3398                 "source": "https://github.com/laminas/laminas-uri"
3399             },
3400             "funding": [
3401                 {
3402                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3403                     "type": "community_bridge"
3404                 }
3405             ],
3406             "time": "2021-09-09T18:37:15+00:00"
3407         },
3408         {
3409             "name": "laminas/laminas-validator",
3410             "version": "2.20.0",
3411             "source": {
3412                 "type": "git",
3413                 "url": "https://github.com/laminas/laminas-validator.git",
3414                 "reference": "ba665f5a52763dda5a747c4ad826d2adf1510486"
3415             },
3416             "dist": {
3417                 "type": "zip",
3418                 "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/ba665f5a52763dda5a747c4ad826d2adf1510486",
3419                 "reference": "ba665f5a52763dda5a747c4ad826d2adf1510486",
3420                 "shasum": ""
3421             },
3422             "require": {
3423                 "laminas/laminas-servicemanager": "^3.12.0",
3424                 "laminas/laminas-stdlib": "^3.10",
3425                 "php": "^7.4 || ~8.0.0 || ~8.1.0"
3426             },
3427             "conflict": {
3428                 "zendframework/zend-validator": "*"
3429             },
3430             "require-dev": {
3431                 "laminas/laminas-cache": "^2.6.1",
3432                 "laminas/laminas-coding-standard": "~2.2.1",
3433                 "laminas/laminas-db": "^2.7",
3434                 "laminas/laminas-filter": "^2.14.0",
3435                 "laminas/laminas-http": "^2.14.2",
3436                 "laminas/laminas-i18n": "^2.15.0",
3437                 "laminas/laminas-session": "^2.12.1",
3438                 "laminas/laminas-uri": "^2.9.1",
3439                 "phpspec/prophecy-phpunit": "^2.0",
3440                 "phpunit/phpunit": "^9.5.5",
3441                 "psalm/plugin-phpunit": "^0.15.0",
3442                 "psr/http-client": "^1.0",
3443                 "psr/http-factory": "^1.0",
3444                 "psr/http-message": "^1.0",
3445                 "vimeo/psalm": "^4.23"
3446             },
3447             "suggest": {
3448                 "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
3449                 "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
3450                 "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
3451                 "laminas/laminas-i18n-resources": "Translations of validator messages",
3452                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3453                 "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
3454                 "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
3455                 "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
3456             },
3457             "type": "library",
3458             "extra": {
3459                 "laminas": {
3460                     "component": "Laminas\\Validator",
3461                     "config-provider": "Laminas\\Validator\\ConfigProvider"
3462                 }
3463             },
3464             "autoload": {
3465                 "psr-4": {
3466                     "Laminas\\Validator\\": "src/"
3467                 }
3468             },
3469             "notification-url": "https://packagist.org/downloads/",
3470             "license": [
3471                 "BSD-3-Clause"
3472             ],
3473             "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
3474             "homepage": "https://laminas.dev",
3475             "keywords": [
3476                 "laminas",
3477                 "validator"
3478             ],
3479             "support": {
3480                 "chat": "https://laminas.dev/chat",
3481                 "docs": "https://docs.laminas.dev/laminas-validator/",
3482                 "forum": "https://discourse.laminas.dev",
3483                 "issues": "https://github.com/laminas/laminas-validator/issues",
3484                 "rss": "https://github.com/laminas/laminas-validator/releases.atom",
3485                 "source": "https://github.com/laminas/laminas-validator"
3486             },
3487             "funding": [
3488                 {
3489                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3490                     "type": "community_bridge"
3491                 }
3492             ],
3493             "time": "2022-06-14T12:31:18+00:00"
3494         },
3495         {
3496             "name": "laminas/laminas-view",
3497             "version": "2.20.0",
3498             "source": {
3499                 "type": "git",
3500                 "url": "https://github.com/laminas/laminas-view.git",
3501                 "reference": "2cd6973a3e042be3d244260fe93f435668f5c2b4"
3502             },
3503             "dist": {
3504                 "type": "zip",
3505                 "url": "https://api.github.com/repos/laminas/laminas-view/zipball/2cd6973a3e042be3d244260fe93f435668f5c2b4",
3506                 "reference": "2cd6973a3e042be3d244260fe93f435668f5c2b4",
3507                 "shasum": ""
3508             },
3509             "require": {
3510                 "container-interop/container-interop": "^1.2",
3511                 "ext-dom": "*",
3512                 "ext-filter": "*",
3513                 "ext-json": "*",
3514                 "laminas/laminas-escaper": "^2.5",
3515                 "laminas/laminas-eventmanager": "^3.4",
3516                 "laminas/laminas-json": "^3.3",
3517                 "laminas/laminas-servicemanager": "^3.10",
3518                 "laminas/laminas-stdlib": "^3.6",
3519                 "php": "^7.4 || ~8.0.0 || ~8.1.0",
3520                 "psr/container": "^1 || ^2"
3521             },
3522             "conflict": {
3523                 "container-interop/container-interop": "<1.2",
3524                 "laminas/laminas-router": "<3.0.1",
3525                 "laminas/laminas-servicemanager": "<3.3",
3526                 "laminas/laminas-session": "<2.12",
3527                 "zendframework/zend-view": "*"
3528             },
3529             "require-dev": {
3530                 "laminas/laminas-authentication": "^2.5",
3531                 "laminas/laminas-coding-standard": "~2.3.0",
3532                 "laminas/laminas-console": "^2.6",
3533                 "laminas/laminas-feed": "^2.15",
3534                 "laminas/laminas-filter": "^2.13.0",
3535                 "laminas/laminas-http": "^2.15",
3536                 "laminas/laminas-i18n": "^2.6",
3537                 "laminas/laminas-modulemanager": "^2.7.1",
3538                 "laminas/laminas-mvc": "^3.0",
3539                 "laminas/laminas-mvc-i18n": "^1.1",
3540                 "laminas/laminas-mvc-plugin-flashmessenger": "^1.5.0",
3541                 "laminas/laminas-navigation": "^2.13.1",
3542                 "laminas/laminas-paginator": "^2.11.0",
3543                 "laminas/laminas-permissions-acl": "^2.6",
3544                 "laminas/laminas-router": "^3.0.1",
3545                 "laminas/laminas-uri": "^2.5",
3546                 "phpspec/prophecy": "^1.12",
3547                 "phpspec/prophecy-phpunit": "^2.0",
3548                 "phpunit/phpunit": "^9.5.5",
3549                 "psalm/plugin-phpunit": "^0.16.1",
3550                 "vimeo/psalm": "^4.10"
3551             },
3552             "suggest": {
3553                 "laminas/laminas-authentication": "Laminas\\Authentication component",
3554                 "laminas/laminas-escaper": "Laminas\\Escaper component",
3555                 "laminas/laminas-feed": "Laminas\\Feed component",
3556                 "laminas/laminas-filter": "Laminas\\Filter component",
3557                 "laminas/laminas-http": "Laminas\\Http component",
3558                 "laminas/laminas-i18n": "Laminas\\I18n component",
3559                 "laminas/laminas-mvc": "Laminas\\Mvc component",
3560                 "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",
3561                 "laminas/laminas-navigation": "Laminas\\Navigation component",
3562                 "laminas/laminas-paginator": "Laminas\\Paginator component",
3563                 "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
3564                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
3565                 "laminas/laminas-uri": "Laminas\\Uri component"
3566             },
3567             "bin": [
3568                 "bin/templatemap_generator.php"
3569             ],
3570             "type": "library",
3571             "autoload": {
3572                 "psr-4": {
3573                     "Laminas\\View\\": "src/"
3574                 }
3575             },
3576             "notification-url": "https://packagist.org/downloads/",
3577             "license": [
3578                 "BSD-3-Clause"
3579             ],
3580             "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
3581             "homepage": "https://laminas.dev",
3582             "keywords": [
3583                 "laminas",
3584                 "view"
3585             ],
3586             "support": {
3587                 "chat": "https://laminas.dev/chat",
3588                 "docs": "https://docs.laminas.dev/laminas-view/",
3589                 "forum": "https://discourse.laminas.dev",
3590                 "issues": "https://github.com/laminas/laminas-view/issues",
3591                 "rss": "https://github.com/laminas/laminas-view/releases.atom",
3592                 "source": "https://github.com/laminas/laminas-view"
3593             },
3594             "funding": [
3595                 {
3596                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3597                     "type": "community_bridge"
3598                 }
3599             ],
3600             "time": "2022-02-22T13:52:44+00:00"
3601         },
3602         {
3603             "name": "laminas/laminas-xml",
3604             "version": "1.4.0",
3605             "source": {
3606                 "type": "git",
3607                 "url": "https://github.com/laminas/laminas-xml.git",
3608                 "reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f"
3609             },
3610             "dist": {
3611                 "type": "zip",
3612                 "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/dcadeefdb6d7ed6b39d772b47e3845003d6ea60f",
3613                 "reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f",
3614                 "shasum": ""
3615             },
3616             "require": {
3617                 "ext-dom": "*",
3618                 "ext-simplexml": "*",
3619                 "php": "^7.3 || ~8.0.0 || ~8.1.0"
3620             },
3621             "conflict": {
3622                 "zendframework/zendxml": "*"
3623             },
3624             "require-dev": {
3625                 "ext-iconv": "*",
3626                 "laminas/laminas-coding-standard": "~1.0.0",
3627                 "phpunit/phpunit": "^9.5.8",
3628                 "squizlabs/php_codesniffer": "3.6.1 as 2.9999999.9999999"
3629             },
3630             "type": "library",
3631             "autoload": {
3632                 "psr-4": {
3633                     "Laminas\\Xml\\": "src/"
3634                 }
3635             },
3636             "notification-url": "https://packagist.org/downloads/",
3637             "license": [
3638                 "BSD-3-Clause"
3639             ],
3640             "description": "Utility library for XML usage, best practices, and security in PHP",
3641             "homepage": "https://laminas.dev",
3642             "keywords": [
3643                 "laminas",
3644                 "security",
3645                 "xml"
3646             ],
3647             "support": {
3648                 "chat": "https://laminas.dev/chat",
3649                 "forum": "https://discourse.laminas.dev",
3650                 "issues": "https://github.com/laminas/laminas-xml/issues",
3651                 "rss": "https://github.com/laminas/laminas-xml/releases.atom",
3652                 "source": "https://github.com/laminas/laminas-xml"
3653             },
3654             "funding": [
3655                 {
3656                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3657                     "type": "community_bridge"
3658                 }
3659             ],
3660             "time": "2021-11-30T02:16:35+00:00"
3661         },
3662         {
3663             "name": "laminas/laminas-xmlrpc",
3664             "version": "2.13.0",
3665             "source": {
3666                 "type": "git",
3667                 "url": "https://github.com/laminas/laminas-xmlrpc.git",
3668                 "reference": "fd41d5fbcffc52d3d707d08d15ede95008e739f7"
3669             },
3670             "dist": {
3671                 "type": "zip",
3672                 "url": "https://api.github.com/repos/laminas/laminas-xmlrpc/zipball/fd41d5fbcffc52d3d707d08d15ede95008e739f7",
3673                 "reference": "fd41d5fbcffc52d3d707d08d15ede95008e739f7",
3674                 "shasum": ""
3675             },
3676             "require": {
3677                 "laminas/laminas-code": "^4.4",
3678                 "laminas/laminas-http": "^2.15",
3679                 "laminas/laminas-math": "^3.4.0",
3680                 "laminas/laminas-server": "^2.11",
3681                 "laminas/laminas-stdlib": "^3.6.1",
3682                 "laminas/laminas-xml": "^1.4.0",
3683                 "php": "^7.4 || ~8.0.0 || ~8.1.0"
3684             },
3685             "conflict": {
3686                 "zendframework/zend-xmlrpc": "*"
3687             },
3688             "require-dev": {
3689                 "laminas/laminas-coding-standard": "~2.2.1",
3690                 "phpunit/phpunit": "^9.5.8",
3691                 "squizlabs/php_codesniffer": "^3.6.1"
3692             },
3693             "suggest": {
3694                 "laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage"
3695             },
3696             "type": "library",
3697             "autoload": {
3698                 "psr-4": {
3699                     "Laminas\\XmlRpc\\": "src/"
3700                 }
3701             },
3702             "notification-url": "https://packagist.org/downloads/",
3703             "license": [
3704                 "BSD-3-Clause"
3705             ],
3706             "description": "Fully-featured XML-RPC server and client implementations",
3707             "homepage": "https://laminas.dev",
3708             "keywords": [
3709                 "laminas",
3710                 "xmlrpc"
3711             ],
3712             "support": {
3713                 "chat": "https://laminas.dev/chat",
3714                 "docs": "https://docs.laminas.dev/laminas-xmlrpc/",
3715                 "forum": "https://discourse.laminas.dev",
3716                 "issues": "https://github.com/laminas/laminas-xmlrpc/issues",
3717                 "rss": "https://github.com/laminas/laminas-xmlrpc/releases.atom",
3718                 "source": "https://github.com/laminas/laminas-xmlrpc"
3719             },
3720             "funding": [
3721                 {
3722                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3723                     "type": "community_bridge"
3724                 }
3725             ],
3726             "time": "2021-12-03T15:43:50+00:00"
3727         },
3728         {
3729             "name": "laminas/laminas-zendframework-bridge",
3730             "version": "1.5.0",
3731             "source": {
3732                 "type": "git",
3733                 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
3734                 "reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab"
3735             },
3736             "dist": {
3737                 "type": "zip",
3738                 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/7f049390b756d34ba5940a8fb47634fbb51f79ab",
3739                 "reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab",
3740                 "shasum": ""
3741             },
3742             "require": {
3743                 "php": ">=7.4, <8.2"
3744             },
3745             "require-dev": {
3746                 "phpunit/phpunit": "^9.5.14",
3747                 "psalm/plugin-phpunit": "^0.15.2",
3748                 "squizlabs/php_codesniffer": "^3.6.2",
3749                 "vimeo/psalm": "^4.21.0"
3750             },
3751             "type": "library",
3752             "extra": {
3753                 "laminas": {
3754                     "module": "Laminas\\ZendFrameworkBridge"
3755                 }
3756             },
3757             "autoload": {
3758                 "files": [
3759                     "src/autoload.php"
3760                 ],
3761                 "psr-4": {
3762                     "Laminas\\ZendFrameworkBridge\\": "src//"
3763                 }
3764             },
3765             "notification-url": "https://packagist.org/downloads/",
3766             "license": [
3767                 "BSD-3-Clause"
3768             ],
3769             "description": "Alias legacy ZF class names to Laminas Project equivalents.",
3770             "keywords": [
3771                 "ZendFramework",
3772                 "autoloading",
3773                 "laminas",
3774                 "zf"
3775             ],
3776             "support": {
3777                 "forum": "https://discourse.laminas.dev/",
3778                 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
3779                 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
3780                 "source": "https://github.com/laminas/laminas-zendframework-bridge"
3781             },
3782             "funding": [
3783                 {
3784                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3785                     "type": "community_bridge"
3786                 }
3787             ],
3788             "time": "2022-02-22T22:17:01+00:00"
3789         },
3790         {
3791             "name": "lcobucci/clock",
3792             "version": "2.0.0",
3793             "source": {
3794                 "type": "git",
3795                 "url": "https://github.com/lcobucci/clock.git",
3796                 "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3"
3797             },
3798             "dist": {
3799                 "type": "zip",
3800                 "url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3",
3801                 "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3",
3802                 "shasum": ""
3803             },
3804             "require": {
3805                 "php": "^7.4 || ^8.0"
3806             },
3807             "require-dev": {
3808                 "infection/infection": "^0.17",
3809                 "lcobucci/coding-standard": "^6.0",
3810                 "phpstan/extension-installer": "^1.0",
3811                 "phpstan/phpstan": "^0.12",
3812                 "phpstan/phpstan-deprecation-rules": "^0.12",
3813                 "phpstan/phpstan-phpunit": "^0.12",
3814                 "phpstan/phpstan-strict-rules": "^0.12",
3815                 "phpunit/php-code-coverage": "9.1.4",
3816                 "phpunit/phpunit": "9.3.7"
3817             },
3818             "type": "library",
3819             "autoload": {
3820                 "psr-4": {
3821                     "Lcobucci\\Clock\\": "src"
3822                 }
3823             },
3824             "notification-url": "https://packagist.org/downloads/",
3825             "license": [
3826                 "MIT"
3827             ],
3828             "authors": [
3829                 {
3830                     "name": "Luís Cobucci",
3831                     "email": "lcobucci@gmail.com"
3832                 }
3833             ],
3834             "description": "Yet another clock abstraction",
3835             "support": {
3836                 "issues": "https://github.com/lcobucci/clock/issues",
3837                 "source": "https://github.com/lcobucci/clock/tree/2.0.x"
3838             },
3839             "funding": [
3840                 {
3841                     "url": "https://github.com/lcobucci",
3842                     "type": "github"
3843                 },
3844                 {
3845                     "url": "https://www.patreon.com/lcobucci",
3846                     "type": "patreon"
3847                 }
3848             ],
3849             "time": "2020-08-27T18:56:02+00:00"
3850         },
3851         {
3852             "name": "lcobucci/jwt",
3853             "version": "4.1.5",
3854             "source": {
3855                 "type": "git",
3856                 "url": "https://github.com/lcobucci/jwt.git",
3857                 "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582"
3858             },
3859             "dist": {
3860                 "type": "zip",
3861                 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582",
3862                 "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582",
3863                 "shasum": ""
3864             },
3865             "require": {
3866                 "ext-hash": "*",
3867                 "ext-json": "*",
3868                 "ext-mbstring": "*",
3869                 "ext-openssl": "*",
3870                 "ext-sodium": "*",
3871                 "lcobucci/clock": "^2.0",
3872                 "php": "^7.4 || ^8.0"
3873             },
3874             "require-dev": {
3875                 "infection/infection": "^0.21",
3876                 "lcobucci/coding-standard": "^6.0",
3877                 "mikey179/vfsstream": "^1.6.7",
3878                 "phpbench/phpbench": "^1.0",
3879                 "phpstan/extension-installer": "^1.0",
3880                 "phpstan/phpstan": "^0.12",
3881                 "phpstan/phpstan-deprecation-rules": "^0.12",
3882                 "phpstan/phpstan-phpunit": "^0.12",
3883                 "phpstan/phpstan-strict-rules": "^0.12",
3884                 "phpunit/php-invoker": "^3.1",
3885                 "phpunit/phpunit": "^9.5"
3886             },
3887             "type": "library",
3888             "autoload": {
3889                 "psr-4": {
3890                     "Lcobucci\\JWT\\": "src"
3891                 }
3892             },
3893             "notification-url": "https://packagist.org/downloads/",
3894             "license": [
3895                 "BSD-3-Clause"
3896             ],
3897             "authors": [
3898                 {
3899                     "name": "Luís Cobucci",
3900                     "email": "lcobucci@gmail.com",
3901                     "role": "Developer"
3902                 }
3903             ],
3904             "description": "A simple library to work with JSON Web Token and JSON Web Signature",
3905             "keywords": [
3906                 "JWS",
3907                 "jwt"
3908             ],
3909             "support": {
3910                 "issues": "https://github.com/lcobucci/jwt/issues",
3911                 "source": "https://github.com/lcobucci/jwt/tree/4.1.5"
3912             },
3913             "funding": [
3914                 {
3915                     "url": "https://github.com/lcobucci",
3916                     "type": "github"
3917                 },
3918                 {
3919                     "url": "https://www.patreon.com/lcobucci",
3920                     "type": "patreon"
3921                 }
3922             ],
3923             "time": "2021-09-28T19:34:56+00:00"
3924         },
3925         {
3926             "name": "league/event",
3927             "version": "2.2.0",
3928             "source": {
3929                 "type": "git",
3930                 "url": "https://github.com/thephpleague/event.git",
3931                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
3932             },
3933             "dist": {
3934                 "type": "zip",
3935                 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3936                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3937                 "shasum": ""
3938             },
3939             "require": {
3940                 "php": ">=5.4.0"
3941             },
3942             "require-dev": {
3943                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3944                 "phpspec/phpspec": "^2.2"
3945             },
3946             "type": "library",
3947             "extra": {
3948                 "branch-alias": {
3949                     "dev-master": "2.2-dev"
3950                 }
3951             },
3952             "autoload": {
3953                 "psr-4": {
3954                     "League\\Event\\": "src/"
3955                 }
3956             },
3957             "notification-url": "https://packagist.org/downloads/",
3958             "license": [
3959                 "MIT"
3960             ],
3961             "authors": [
3962                 {
3963                     "name": "Frank de Jonge",
3964                     "email": "info@frenky.net"
3965                 }
3966             ],
3967             "description": "Event package",
3968             "keywords": [
3969                 "emitter",
3970                 "event",
3971                 "listener"
3972             ],
3973             "support": {
3974                 "issues": "https://github.com/thephpleague/event/issues",
3975                 "source": "https://github.com/thephpleague/event/tree/master"
3976             },
3977             "time": "2018-11-26T11:52:41+00:00"
3978         },
3979         {
3980             "name": "league/oauth2-server",
3981             "version": "8.3.5",
3982             "source": {
3983                 "type": "git",
3984                 "url": "https://github.com/thephpleague/oauth2-server.git",
3985                 "reference": "7aeb7c42b463b1a6fe4d084d3145e2fa22436876"
3986             },
3987             "dist": {
3988                 "type": "zip",
3989                 "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/7aeb7c42b463b1a6fe4d084d3145e2fa22436876",
3990                 "reference": "7aeb7c42b463b1a6fe4d084d3145e2fa22436876",
3991                 "shasum": ""
3992             },
3993             "require": {
3994                 "defuse/php-encryption": "^2.2.1",
3995                 "ext-json": "*",
3996                 "ext-openssl": "*",
3997                 "lcobucci/jwt": "^3.4.6 || ^4.0.4",
3998                 "league/event": "^2.2",
3999                 "league/uri": "^6.4",
4000                 "php": "^7.2 || ^8.0",
4001                 "psr/http-message": "^1.0.1"
4002             },
4003             "replace": {
4004                 "league/oauth2server": "*",
4005                 "lncd/oauth2": "*"
4006             },
4007             "require-dev": {
4008                 "laminas/laminas-diactoros": "^2.4.1",
4009                 "phpstan/phpstan": "^0.12.57",
4010                 "phpstan/phpstan-phpunit": "^0.12.16",
4011                 "phpunit/phpunit": "^8.5.13",
4012                 "roave/security-advisories": "dev-master"
4013             },
4014             "type": "library",
4015             "autoload": {
4016                 "psr-4": {
4017                     "League\\OAuth2\\Server\\": "src/"
4018                 }
4019             },
4020             "notification-url": "https://packagist.org/downloads/",
4021             "license": [
4022                 "MIT"
4023             ],
4024             "authors": [
4025                 {
4026                     "name": "Alex Bilbie",
4027                     "email": "hello@alexbilbie.com",
4028                     "homepage": "http://www.alexbilbie.com",
4029                     "role": "Developer"
4030                 },
4031                 {
4032                     "name": "Andy Millington",
4033                     "email": "andrew@noexceptions.io",
4034                     "homepage": "https://www.noexceptions.io",
4035                     "role": "Developer"
4036                 }
4037             ],
4038             "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
4039             "homepage": "https://oauth2.thephpleague.com/",
4040             "keywords": [
4041                 "Authentication",
4042                 "api",
4043                 "auth",
4044                 "authorisation",
4045                 "authorization",
4046                 "oauth",
4047                 "oauth 2",
4048                 "oauth 2.0",
4049                 "oauth2",
4050                 "protect",
4051                 "resource",
4052                 "secure",
4053                 "server"
4054             ],
4055             "support": {
4056                 "issues": "https://github.com/thephpleague/oauth2-server/issues",
4057                 "source": "https://github.com/thephpleague/oauth2-server/tree/8.3.5"
4058             },
4059             "funding": [
4060                 {
4061                     "url": "https://github.com/sephster",
4062                     "type": "github"
4063                 }
4064             ],
4065             "time": "2022-05-03T21:21:28+00:00"
4066         },
4067         {
4068             "name": "league/omnipay",
4069             "version": "v3.2.1",
4070             "source": {
4071                 "type": "git",
4072                 "url": "https://github.com/thephpleague/omnipay.git",
4073                 "reference": "38f66a0cc043ed51d6edf7956d6439a2f263501f"
4074             },
4075             "dist": {
4076                 "type": "zip",
4077                 "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/38f66a0cc043ed51d6edf7956d6439a2f263501f",
4078                 "reference": "38f66a0cc043ed51d6edf7956d6439a2f263501f",
4079                 "shasum": ""
4080             },
4081             "require": {
4082                 "omnipay/common": "^3.1",
4083                 "php": "^7.2|^8.0",
4084                 "php-http/discovery": "^1.14",
4085                 "php-http/guzzle7-adapter": "^1"
4086             },
4087             "require-dev": {
4088                 "omnipay/tests": "^3|^4"
4089             },
4090             "type": "metapackage",
4091             "extra": {
4092                 "branch-alias": {
4093                     "dev-master": "3.2.x-dev"
4094                 }
4095             },
4096             "notification-url": "https://packagist.org/downloads/",
4097             "license": [
4098                 "MIT"
4099             ],
4100             "authors": [
4101                 {
4102                     "name": "Adrian Macneil",
4103                     "email": "adrian@adrianmacneil.com"
4104                 },
4105                 {
4106                     "name": "Barry vd. Heuvel",
4107                     "email": "barryvdh@gmail.com"
4108                 }
4109             ],
4110             "description": "Omnipay payment processing library",
4111             "homepage": "https://omnipay.thephpleague.com/",
4112             "keywords": [
4113                 "checkout",
4114                 "creditcard",
4115                 "omnipay",
4116                 "payment"
4117             ],
4118             "support": {
4119                 "issues": "https://github.com/thephpleague/omnipay/issues",
4120                 "source": "https://github.com/thephpleague/omnipay/tree/v3.2.1"
4121             },
4122             "funding": [
4123                 {
4124                     "url": "https://github.com/barryvdh",
4125                     "type": "github"
4126                 }
4127             ],
4128             "time": "2021-06-05T11:34:12+00:00"
4129         },
4130         {
4131             "name": "league/uri",
4132             "version": "6.6.0",
4133             "source": {
4134                 "type": "git",
4135                 "url": "https://github.com/thephpleague/uri.git",
4136                 "reference": "4147f19b9de3b5af6a258f35d7a0efbbf9963298"
4137             },
4138             "dist": {
4139                 "type": "zip",
4140                 "url": "https://api.github.com/repos/thephpleague/uri/zipball/4147f19b9de3b5af6a258f35d7a0efbbf9963298",
4141                 "reference": "4147f19b9de3b5af6a258f35d7a0efbbf9963298",
4142                 "shasum": ""
4143             },
4144             "require": {
4145                 "ext-json": "*",
4146                 "league/uri-interfaces": "^2.3",
4147                 "php": "^7.4 || ^8.0",
4148                 "psr/http-message": "^1.0"
4149             },
4150             "conflict": {
4151                 "league/uri-schemes": "^1.0"
4152             },
4153             "require-dev": {
4154                 "friendsofphp/php-cs-fixer": "^v3.3.2",
4155                 "php-http/psr7-integration-tests": "^1.1",
4156                 "phpstan/phpstan": "^1.2.0",
4157                 "phpstan/phpstan-deprecation-rules": "^1.0",
4158                 "phpstan/phpstan-phpunit": "^1.0.0",
4159                 "phpstan/phpstan-strict-rules": "^1.1.0",
4160                 "phpunit/phpunit": "^9.5.10",
4161                 "psr/http-factory": "^1.0"
4162             },
4163             "suggest": {
4164                 "ext-fileinfo": "Needed to create Data URI from a filepath",
4165                 "ext-intl": "Needed to improve host validation",
4166                 "league/uri-components": "Needed to easily manipulate URI objects",
4167                 "psr/http-factory": "Needed to use the URI factory"
4168             },
4169             "type": "library",
4170             "extra": {
4171                 "branch-alias": {
4172                     "dev-master": "6.x-dev"
4173                 }
4174             },
4175             "autoload": {
4176                 "psr-4": {
4177                     "League\\Uri\\": "src"
4178                 }
4179             },
4180             "notification-url": "https://packagist.org/downloads/",
4181             "license": [
4182                 "MIT"
4183             ],
4184             "authors": [
4185                 {
4186                     "name": "Ignace Nyamagana Butera",
4187                     "email": "nyamsprod@gmail.com",
4188                     "homepage": "https://nyamsprod.com"
4189                 }
4190             ],
4191             "description": "URI manipulation library",
4192             "homepage": "https://uri.thephpleague.com",
4193             "keywords": [
4194                 "data-uri",
4195                 "file-uri",
4196                 "ftp",
4197                 "hostname",
4198                 "http",
4199                 "https",
4200                 "middleware",
4201                 "parse_str",
4202                 "parse_url",
4203                 "psr-7",
4204                 "query-string",
4205                 "querystring",
4206                 "rfc3986",
4207                 "rfc3987",
4208                 "rfc6570",
4209                 "uri",
4210                 "uri-template",
4211                 "url",
4212                 "ws"
4213             ],
4214             "support": {
4215                 "docs": "https://uri.thephpleague.com",
4216                 "forum": "https://thephpleague.slack.com",
4217                 "issues": "https://github.com/thephpleague/uri/issues",
4218                 "source": "https://github.com/thephpleague/uri/tree/6.6.0"
4219             },
4220             "funding": [
4221                 {
4222                     "url": "https://github.com/sponsors/nyamsprod",
4223                     "type": "github"
4224                 }
4225             ],
4226             "time": "2022-05-28T05:44:35+00:00"
4227         },
4228         {
4229             "name": "league/uri-interfaces",
4230             "version": "2.3.0",
4231             "source": {
4232                 "type": "git",
4233                 "url": "https://github.com/thephpleague/uri-interfaces.git",
4234                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
4235             },
4236             "dist": {
4237                 "type": "zip",
4238                 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
4239                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
4240                 "shasum": ""
4241             },
4242             "require": {
4243                 "ext-json": "*",
4244                 "php": "^7.2 || ^8.0"
4245             },
4246             "require-dev": {
4247                 "friendsofphp/php-cs-fixer": "^2.19",
4248                 "phpstan/phpstan": "^0.12.90",
4249                 "phpstan/phpstan-phpunit": "^0.12.19",
4250                 "phpstan/phpstan-strict-rules": "^0.12.9",
4251                 "phpunit/phpunit": "^8.5.15 || ^9.5"
4252             },
4253             "suggest": {
4254                 "ext-intl": "to use the IDNA feature",
4255                 "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
4256             },
4257             "type": "library",
4258             "extra": {
4259                 "branch-alias": {
4260                     "dev-master": "2.x-dev"
4261                 }
4262             },
4263             "autoload": {
4264                 "psr-4": {
4265                     "League\\Uri\\": "src/"
4266                 }
4267             },
4268             "notification-url": "https://packagist.org/downloads/",
4269             "license": [
4270                 "MIT"
4271             ],
4272             "authors": [
4273                 {
4274                     "name": "Ignace Nyamagana Butera",
4275                     "email": "nyamsprod@gmail.com",
4276                     "homepage": "https://nyamsprod.com"
4277                 }
4278             ],
4279             "description": "Common interface for URI representation",
4280             "homepage": "http://github.com/thephpleague/uri-interfaces",
4281             "keywords": [
4282                 "rfc3986",
4283                 "rfc3987",
4284                 "uri",
4285                 "url"
4286             ],
4287             "support": {
4288                 "issues": "https://github.com/thephpleague/uri-interfaces/issues",
4289                 "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
4290             },
4291             "funding": [
4292                 {
4293                     "url": "https://github.com/sponsors/nyamsprod",
4294                     "type": "github"
4295                 }
4296             ],
4297             "time": "2021-06-28T04:27:21+00:00"
4298         },
4299         {
4300             "name": "maennchen/zipstream-php",
4301             "version": "2.2.1",
4302             "source": {
4303                 "type": "git",
4304                 "url": "https://github.com/maennchen/ZipStream-PHP.git",
4305                 "reference": "211e9ba1530ea5260b45d90c9ea252f56ec52729"
4306             },
4307             "dist": {
4308                 "type": "zip",
4309                 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/211e9ba1530ea5260b45d90c9ea252f56ec52729",
4310                 "reference": "211e9ba1530ea5260b45d90c9ea252f56ec52729",
4311                 "shasum": ""
4312             },
4313             "require": {
4314                 "myclabs/php-enum": "^1.5",
4315                 "php": "^7.4 || ^8.0",
4316                 "psr/http-message": "^1.0",
4317                 "symfony/polyfill-mbstring": "^1.0"
4318             },
4319             "require-dev": {
4320                 "ext-zip": "*",
4321                 "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
4322                 "mikey179/vfsstream": "^1.6",
4323                 "php-coveralls/php-coveralls": "^2.4",
4324                 "phpunit/phpunit": "^8.5.8 || ^9.4.2",
4325                 "vimeo/psalm": "^4.1"
4326             },
4327             "type": "library",
4328             "autoload": {
4329                 "psr-4": {
4330                     "ZipStream\\": "src/"
4331                 }
4332             },
4333             "notification-url": "https://packagist.org/downloads/",
4334             "license": [
4335                 "MIT"
4336             ],
4337             "authors": [
4338                 {
4339                     "name": "Paul Duncan",
4340                     "email": "pabs@pablotron.org"
4341                 },
4342                 {
4343                     "name": "Jonatan Männchen",
4344                     "email": "jonatan@maennchen.ch"
4345                 },
4346                 {
4347                     "name": "Jesse Donat",
4348                     "email": "donatj@gmail.com"
4349                 },
4350                 {
4351                     "name": "András Kolesár",
4352                     "email": "kolesar@kolesar.hu"
4353                 }
4354             ],
4355             "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
4356             "keywords": [
4357                 "stream",
4358                 "zip"
4359             ],
4360             "support": {
4361                 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
4362                 "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.1"
4363             },
4364             "funding": [
4365                 {
4366                     "url": "https://opencollective.com/zipstream",
4367                     "type": "open_collective"
4368                 }
4369             ],
4370             "time": "2022-05-18T15:52:06+00:00"
4371         },
4372         {
4373             "name": "markbaker/complex",
4374             "version": "3.0.1",
4375             "source": {
4376                 "type": "git",
4377                 "url": "https://github.com/MarkBaker/PHPComplex.git",
4378                 "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22"
4379             },
4380             "dist": {
4381                 "type": "zip",
4382                 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22",
4383                 "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22",
4384                 "shasum": ""
4385             },
4386             "require": {
4387                 "php": "^7.2 || ^8.0"
4388             },
4389             "require-dev": {
4390                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4391                 "phpcompatibility/php-compatibility": "^9.0",
4392                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
4393                 "squizlabs/php_codesniffer": "^3.4"
4394             },
4395             "type": "library",
4396             "autoload": {
4397                 "psr-4": {
4398                     "Complex\\": "classes/src/"
4399                 }
4400             },
4401             "notification-url": "https://packagist.org/downloads/",
4402             "license": [
4403                 "MIT"
4404             ],
4405             "authors": [
4406                 {
4407                     "name": "Mark Baker",
4408                     "email": "mark@lange.demon.co.uk"
4409                 }
4410             ],
4411             "description": "PHP Class for working with complex numbers",
4412             "homepage": "https://github.com/MarkBaker/PHPComplex",
4413             "keywords": [
4414                 "complex",
4415                 "mathematics"
4416             ],
4417             "support": {
4418                 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
4419                 "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.1"
4420             },
4421             "time": "2021-06-29T15:32:53+00:00"
4422         },
4423         {
4424             "name": "markbaker/matrix",
4425             "version": "3.0.0",
4426             "source": {
4427                 "type": "git",
4428                 "url": "https://github.com/MarkBaker/PHPMatrix.git",
4429                 "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
4430             },
4431             "dist": {
4432                 "type": "zip",
4433                 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
4434                 "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
4435                 "shasum": ""
4436             },
4437             "require": {
4438                 "php": "^7.1 || ^8.0"
4439             },
4440             "require-dev": {
4441                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4442                 "phpcompatibility/php-compatibility": "^9.0",
4443                 "phpdocumentor/phpdocumentor": "2.*",
4444                 "phploc/phploc": "^4.0",
4445                 "phpmd/phpmd": "2.*",
4446                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
4447                 "sebastian/phpcpd": "^4.0",
4448                 "squizlabs/php_codesniffer": "^3.4"
4449             },
4450             "type": "library",
4451             "autoload": {
4452                 "psr-4": {
4453                     "Matrix\\": "classes/src/"
4454                 }
4455             },
4456             "notification-url": "https://packagist.org/downloads/",
4457             "license": [
4458                 "MIT"
4459             ],
4460             "authors": [
4461                 {
4462                     "name": "Mark Baker",
4463                     "email": "mark@demon-angel.eu"
4464                 }
4465             ],
4466             "description": "PHP Class for working with matrices",
4467             "homepage": "https://github.com/MarkBaker/PHPMatrix",
4468             "keywords": [
4469                 "mathematics",
4470                 "matrix",
4471                 "vector"
4472             ],
4473             "support": {
4474                 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
4475                 "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0"
4476             },
4477             "time": "2021-07-01T19:01:15+00:00"
4478         },
4479         {
4480             "name": "mobiledetect/mobiledetectlib",
4481             "version": "2.8.39",
4482             "source": {
4483                 "type": "git",
4484                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
4485                 "reference": "0fd6753003fc870f6e229bae869cc1337c99bc45"
4486             },
4487             "dist": {
4488                 "type": "zip",
4489                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/0fd6753003fc870f6e229bae869cc1337c99bc45",
4490                 "reference": "0fd6753003fc870f6e229bae869cc1337c99bc45",
4491                 "shasum": ""
4492             },
4493             "require": {
4494                 "php": ">=5.0.0"
4495             },
4496             "require-dev": {
4497                 "phpunit/phpunit": "~4.8.35||~5.7"
4498             },
4499             "type": "library",
4500             "autoload": {
4501                 "psr-0": {
4502                     "Detection": "namespaced/"
4503                 },
4504                 "classmap": [
4505                     "Mobile_Detect.php"
4506                 ]
4507             },
4508             "notification-url": "https://packagist.org/downloads/",
4509             "license": [
4510                 "MIT"
4511             ],
4512             "authors": [
4513                 {
4514                     "name": "Serban Ghita",
4515                     "email": "serbanghita@gmail.com",
4516                     "homepage": "http://mobiledetect.net",
4517                     "role": "Developer"
4518                 }
4519             ],
4520             "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
4521             "homepage": "https://github.com/serbanghita/Mobile-Detect",
4522             "keywords": [
4523                 "detect mobile devices",
4524                 "mobile",
4525                 "mobile detect",
4526                 "mobile detector",
4527                 "php mobile detect"
4528             ],
4529             "support": {
4530                 "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
4531                 "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.39"
4532             },
4533             "time": "2022-02-17T19:24:25+00:00"
4534         },
4535         {
4536             "name": "moneyphp/money",
4537             "version": "v3.3.1",
4538             "source": {
4539                 "type": "git",
4540                 "url": "https://github.com/moneyphp/money.git",
4541                 "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e"
4542             },
4543             "dist": {
4544                 "type": "zip",
4545                 "url": "https://api.github.com/repos/moneyphp/money/zipball/122664c2621a95180a13c1ac81fea1d2ef20781e",
4546                 "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e",
4547                 "shasum": ""
4548             },
4549             "require": {
4550                 "ext-json": "*",
4551                 "php": ">=5.6"
4552             },
4553             "require-dev": {
4554                 "cache/taggable-cache": "^0.4.0",
4555                 "doctrine/instantiator": "^1.0.5",
4556                 "ext-bcmath": "*",
4557                 "ext-gmp": "*",
4558                 "ext-intl": "*",
4559                 "florianv/exchanger": "^1.0",
4560                 "florianv/swap": "^3.0",
4561                 "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
4562                 "moneyphp/iso-currencies": "^3.2.1",
4563                 "php-http/message": "^1.4",
4564                 "php-http/mock-client": "^1.0.0",
4565                 "phpspec/phpspec": "^3.4.3",
4566                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
4567                 "psr/cache": "^1.0",
4568                 "symfony/phpunit-bridge": "^4"
4569             },
4570             "suggest": {
4571                 "ext-bcmath": "Calculate without integer limits",
4572                 "ext-gmp": "Calculate without integer limits",
4573                 "ext-intl": "Format Money objects with intl",
4574                 "florianv/exchanger": "Exchange rates library for PHP",
4575                 "florianv/swap": "Exchange rates library for PHP",
4576                 "psr/cache-implementation": "Used for Currency caching"
4577             },
4578             "type": "library",
4579             "extra": {
4580                 "branch-alias": {
4581                     "dev-master": "3.x-dev"
4582                 }
4583             },
4584             "autoload": {
4585                 "psr-4": {
4586                     "Money\\": "src/"
4587                 }
4588             },
4589             "notification-url": "https://packagist.org/downloads/",
4590             "license": [
4591                 "MIT"
4592             ],
4593             "authors": [
4594                 {
4595                     "name": "Mathias Verraes",
4596                     "email": "mathias@verraes.net",
4597                     "homepage": "http://verraes.net"
4598                 },
4599                 {
4600                     "name": "Márk Sági-Kazár",
4601                     "email": "mark.sagikazar@gmail.com"
4602                 },
4603                 {
4604                     "name": "Frederik Bosch",
4605                     "email": "f.bosch@genkgo.nl"
4606                 }
4607             ],
4608             "description": "PHP implementation of Fowler's Money pattern",
4609             "homepage": "http://moneyphp.org",
4610             "keywords": [
4611                 "Value Object",
4612                 "money",
4613                 "vo"
4614             ],
4615             "support": {
4616                 "issues": "https://github.com/moneyphp/money/issues",
4617                 "source": "https://github.com/moneyphp/money/tree/master"
4618             },
4619             "time": "2020-03-18T17:49:59+00:00"
4620         },
4621         {
4622             "name": "monolog/monolog",
4623             "version": "2.7.0",
4624             "source": {
4625                 "type": "git",
4626                 "url": "https://github.com/Seldaek/monolog.git",
4627                 "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524"
4628             },
4629             "dist": {
4630                 "type": "zip",
4631                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5579edf28aee1190a798bfa5be8bc16c563bd524",
4632                 "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524",
4633                 "shasum": ""
4634             },
4635             "require": {
4636                 "php": ">=7.2",
4637                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
4638             },
4639             "provide": {
4640                 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
4641             },
4642             "require-dev": {
4643                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4644                 "doctrine/couchdb": "~1.0@dev",
4645                 "elasticsearch/elasticsearch": "^7 || ^8",
4646                 "ext-json": "*",
4647                 "graylog2/gelf-php": "^1.4.2",
4648                 "guzzlehttp/guzzle": "^7.4",
4649                 "guzzlehttp/psr7": "^2.2",
4650                 "mongodb/mongodb": "^1.8",
4651                 "php-amqplib/php-amqplib": "~2.4 || ^3",
4652                 "php-console/php-console": "^3.1.3",
4653                 "phpspec/prophecy": "^1.15",
4654                 "phpstan/phpstan": "^0.12.91",
4655                 "phpunit/phpunit": "^8.5.14",
4656                 "predis/predis": "^1.1",
4657                 "rollbar/rollbar": "^1.3 || ^2 || ^3",
4658                 "ruflin/elastica": "^7",
4659                 "swiftmailer/swiftmailer": "^5.3|^6.0",
4660                 "symfony/mailer": "^5.4 || ^6",
4661                 "symfony/mime": "^5.4 || ^6"
4662             },
4663             "suggest": {
4664                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4665                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4666                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
4667                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4668                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
4669                 "ext-mbstring": "Allow to work properly with unicode symbols",
4670                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
4671                 "ext-openssl": "Required to send log messages using SSL",
4672                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
4673                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4674                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
4675                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4676                 "php-console/php-console": "Allow sending log messages to Google Chrome",
4677                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4678                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
4679             },
4680             "type": "library",
4681             "extra": {
4682                 "branch-alias": {
4683                     "dev-main": "2.x-dev"
4684                 }
4685             },
4686             "autoload": {
4687                 "psr-4": {
4688                     "Monolog\\": "src/Monolog"
4689                 }
4690             },
4691             "notification-url": "https://packagist.org/downloads/",
4692             "license": [
4693                 "MIT"
4694             ],
4695             "authors": [
4696                 {
4697                     "name": "Jordi Boggiano",
4698                     "email": "j.boggiano@seld.be",
4699                     "homepage": "https://seld.be"
4700                 }
4701             ],
4702             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4703             "homepage": "https://github.com/Seldaek/monolog",
4704             "keywords": [
4705                 "log",
4706                 "logging",
4707                 "psr-3"
4708             ],
4709             "support": {
4710                 "issues": "https://github.com/Seldaek/monolog/issues",
4711                 "source": "https://github.com/Seldaek/monolog/tree/2.7.0"
4712             },
4713             "funding": [
4714                 {
4715                     "url": "https://github.com/Seldaek",
4716                     "type": "github"
4717                 },
4718                 {
4719                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
4720                     "type": "tidelift"
4721                 }
4722             ],
4723             "time": "2022-06-09T08:59:12+00:00"
4724         },
4725         {
4726             "name": "mpdf/mpdf",
4727             "version": "v8.1.1",
4728             "source": {
4729                 "type": "git",
4730                 "url": "https://github.com/mpdf/mpdf.git",
4731                 "reference": "e511e89a66bdb066e3fbf352f00f4734d5064cbf"
4732             },
4733             "dist": {
4734                 "type": "zip",
4735                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/e511e89a66bdb066e3fbf352f00f4734d5064cbf",
4736                 "reference": "e511e89a66bdb066e3fbf352f00f4734d5064cbf",
4737                 "shasum": ""
4738             },
4739             "require": {
4740                 "ext-gd": "*",
4741                 "ext-mbstring": "*",
4742                 "myclabs/deep-copy": "^1.7",
4743                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
4744                 "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0",
4745                 "php-http/message-factory": "^1.0",
4746                 "psr/http-message": "^1.0",
4747                 "psr/log": "^1.0 || ^2.0",
4748                 "setasign/fpdi": "^2.1"
4749             },
4750             "require-dev": {
4751                 "mockery/mockery": "^1.3.0",
4752                 "mpdf/qrcode": "^1.1.0",
4753                 "squizlabs/php_codesniffer": "^3.5.0",
4754                 "tracy/tracy": "^2.4",
4755                 "yoast/phpunit-polyfills": "^1.0"
4756             },
4757             "suggest": {
4758                 "ext-bcmath": "Needed for generation of some types of barcodes",
4759                 "ext-xml": "Needed mainly for SVG manipulation",
4760                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
4761             },
4762             "type": "library",
4763             "autoload": {
4764                 "psr-4": {
4765                     "Mpdf\\": "src/"
4766                 }
4767             },
4768             "notification-url": "https://packagist.org/downloads/",
4769             "license": [
4770                 "GPL-2.0-only"
4771             ],
4772             "authors": [
4773                 {
4774                     "name": "MatÄ›j Humpál",
4775                     "role": "Developer, maintainer"
4776                 },
4777                 {
4778                     "name": "Ian Back",
4779                     "role": "Developer (retired)"
4780                 }
4781             ],
4782             "description": "PHP library generating PDF files from UTF-8 encoded HTML",
4783             "homepage": "https://mpdf.github.io",
4784             "keywords": [
4785                 "pdf",
4786                 "php",
4787                 "utf-8"
4788             ],
4789             "support": {
4790                 "docs": "http://mpdf.github.io",
4791                 "issues": "https://github.com/mpdf/mpdf/issues",
4792                 "source": "https://github.com/mpdf/mpdf"
4793             },
4794             "funding": [
4795                 {
4796                     "url": "https://www.paypal.me/mpdf",
4797                     "type": "custom"
4798                 }
4799             ],
4800             "time": "2022-04-18T11:50:28+00:00"
4801         },
4802         {
4803             "name": "myclabs/deep-copy",
4804             "version": "1.11.0",
4805             "source": {
4806                 "type": "git",
4807                 "url": "https://github.com/myclabs/DeepCopy.git",
4808                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
4809             },
4810             "dist": {
4811                 "type": "zip",
4812                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
4813                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
4814                 "shasum": ""
4815             },
4816             "require": {
4817                 "php": "^7.1 || ^8.0"
4818             },
4819             "conflict": {
4820                 "doctrine/collections": "<1.6.8",
4821                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
4822             },
4823             "require-dev": {
4824                 "doctrine/collections": "^1.6.8",
4825                 "doctrine/common": "^2.13.3 || ^3.2.2",
4826                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
4827             },
4828             "type": "library",
4829             "autoload": {
4830                 "files": [
4831                     "src/DeepCopy/deep_copy.php"
4832                 ],
4833                 "psr-4": {
4834                     "DeepCopy\\": "src/DeepCopy/"
4835                 }
4836             },
4837             "notification-url": "https://packagist.org/downloads/",
4838             "license": [
4839                 "MIT"
4840             ],
4841             "description": "Create deep copies (clones) of your objects",
4842             "keywords": [
4843                 "clone",
4844                 "copy",
4845                 "duplicate",
4846                 "object",
4847                 "object graph"
4848             ],
4849             "support": {
4850                 "issues": "https://github.com/myclabs/DeepCopy/issues",
4851                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
4852             },
4853             "funding": [
4854                 {
4855                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4856                     "type": "tidelift"
4857                 }
4858             ],
4859             "time": "2022-03-03T13:19:32+00:00"
4860         },
4861         {
4862             "name": "myclabs/php-enum",
4863             "version": "1.8.3",
4864             "source": {
4865                 "type": "git",
4866                 "url": "https://github.com/myclabs/php-enum.git",
4867                 "reference": "b942d263c641ddb5190929ff840c68f78713e937"
4868             },
4869             "dist": {
4870                 "type": "zip",
4871                 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
4872                 "reference": "b942d263c641ddb5190929ff840c68f78713e937",
4873                 "shasum": ""
4874             },
4875             "require": {
4876                 "ext-json": "*",
4877                 "php": "^7.3 || ^8.0"
4878             },
4879             "require-dev": {
4880                 "phpunit/phpunit": "^9.5",
4881                 "squizlabs/php_codesniffer": "1.*",
4882                 "vimeo/psalm": "^4.6.2"
4883             },
4884             "type": "library",
4885             "autoload": {
4886                 "psr-4": {
4887                     "MyCLabs\\Enum\\": "src/"
4888                 }
4889             },
4890             "notification-url": "https://packagist.org/downloads/",
4891             "license": [
4892                 "MIT"
4893             ],
4894             "authors": [
4895                 {
4896                     "name": "PHP Enum contributors",
4897                     "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
4898                 }
4899             ],
4900             "description": "PHP Enum implementation",
4901             "homepage": "http://github.com/myclabs/php-enum",
4902             "keywords": [
4903                 "enum"
4904             ],
4905             "support": {
4906                 "issues": "https://github.com/myclabs/php-enum/issues",
4907                 "source": "https://github.com/myclabs/php-enum/tree/1.8.3"
4908             },
4909             "funding": [
4910                 {
4911                     "url": "https://github.com/mnapoli",
4912                     "type": "github"
4913                 },
4914                 {
4915                     "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
4916                     "type": "tidelift"
4917                 }
4918             ],
4919             "time": "2021-07-05T08:18:36+00:00"
4920         },
4921         {
4922             "name": "nikic/php-parser",
4923             "version": "v4.14.0",
4924             "source": {
4925                 "type": "git",
4926                 "url": "https://github.com/nikic/PHP-Parser.git",
4927                 "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
4928             },
4929             "dist": {
4930                 "type": "zip",
4931                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
4932                 "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
4933                 "shasum": ""
4934             },
4935             "require": {
4936                 "ext-tokenizer": "*",
4937                 "php": ">=7.0"
4938             },
4939             "require-dev": {
4940                 "ircmaxell/php-yacc": "^0.0.7",
4941                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
4942             },
4943             "bin": [
4944                 "bin/php-parse"
4945             ],
4946             "type": "library",
4947             "extra": {
4948                 "branch-alias": {
4949                     "dev-master": "4.9-dev"
4950                 }
4951             },
4952             "autoload": {
4953                 "psr-4": {
4954                     "PhpParser\\": "lib/PhpParser"
4955                 }
4956             },
4957             "notification-url": "https://packagist.org/downloads/",
4958             "license": [
4959                 "BSD-3-Clause"
4960             ],
4961             "authors": [
4962                 {
4963                     "name": "Nikita Popov"
4964                 }
4965             ],
4966             "description": "A PHP parser written in PHP",
4967             "keywords": [
4968                 "parser",
4969                 "php"
4970             ],
4971             "support": {
4972                 "issues": "https://github.com/nikic/PHP-Parser/issues",
4973                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0"
4974             },
4975             "time": "2022-05-31T20:59:12+00:00"
4976         },
4977         {
4978             "name": "nyholm/psr7",
4979             "version": "1.5.0",
4980             "source": {
4981                 "type": "git",
4982                 "url": "https://github.com/Nyholm/psr7.git",
4983                 "reference": "1461e07a0f2a975a52082ca3b769ca912b816226"
4984             },
4985             "dist": {
4986                 "type": "zip",
4987                 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/1461e07a0f2a975a52082ca3b769ca912b816226",
4988                 "reference": "1461e07a0f2a975a52082ca3b769ca912b816226",
4989                 "shasum": ""
4990             },
4991             "require": {
4992                 "php": ">=7.1",
4993                 "php-http/message-factory": "^1.0",
4994                 "psr/http-factory": "^1.0",
4995                 "psr/http-message": "^1.0"
4996             },
4997             "provide": {
4998                 "psr/http-factory-implementation": "1.0",
4999                 "psr/http-message-implementation": "1.0"
5000             },
5001             "require-dev": {
5002                 "http-interop/http-factory-tests": "^0.9",
5003                 "php-http/psr7-integration-tests": "^1.0",
5004                 "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
5005                 "symfony/error-handler": "^4.4"
5006             },
5007             "type": "library",
5008             "extra": {
5009                 "branch-alias": {
5010                     "dev-master": "1.4-dev"
5011                 }
5012             },
5013             "autoload": {
5014                 "psr-4": {
5015                     "Nyholm\\Psr7\\": "src/"
5016                 }
5017             },
5018             "notification-url": "https://packagist.org/downloads/",
5019             "license": [
5020                 "MIT"
5021             ],
5022             "authors": [
5023                 {
5024                     "name": "Tobias Nyholm",
5025                     "email": "tobias.nyholm@gmail.com"
5026                 },
5027                 {
5028                     "name": "Martijn van der Ven",
5029                     "email": "martijn@vanderven.se"
5030                 }
5031             ],
5032             "description": "A fast PHP7 implementation of PSR-7",
5033             "homepage": "https://tnyholm.se",
5034             "keywords": [
5035                 "psr-17",
5036                 "psr-7"
5037             ],
5038             "support": {
5039                 "issues": "https://github.com/Nyholm/psr7/issues",
5040                 "source": "https://github.com/Nyholm/psr7/tree/1.5.0"
5041             },
5042             "funding": [
5043                 {
5044                     "url": "https://github.com/Zegnat",
5045                     "type": "github"
5046                 },
5047                 {
5048                     "url": "https://github.com/nyholm",
5049                     "type": "github"
5050                 }
5051             ],
5052             "time": "2022-02-02T18:37:57+00:00"
5053         },
5054         {
5055             "name": "nyholm/psr7-server",
5056             "version": "1.0.2",
5057             "source": {
5058                 "type": "git",
5059                 "url": "https://github.com/Nyholm/psr7-server.git",
5060                 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3"
5061             },
5062             "dist": {
5063                 "type": "zip",
5064                 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/b846a689844cef114e8079d8c80f0afd96745ae3",
5065                 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3",
5066                 "shasum": ""
5067             },
5068             "require": {
5069                 "php": "^7.1 || ^8.0",
5070                 "psr/http-factory": "^1.0",
5071                 "psr/http-message": "^1.0"
5072             },
5073             "require-dev": {
5074                 "nyholm/nsa": "^1.1",
5075                 "nyholm/psr7": "^1.3",
5076                 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
5077             },
5078             "type": "library",
5079             "autoload": {
5080                 "psr-4": {
5081                     "Nyholm\\Psr7Server\\": "src/"
5082                 }
5083             },
5084             "notification-url": "https://packagist.org/downloads/",
5085             "license": [
5086                 "MIT"
5087             ],
5088             "authors": [
5089                 {
5090                     "name": "Tobias Nyholm",
5091                     "email": "tobias.nyholm@gmail.com"
5092                 },
5093                 {
5094                     "name": "Martijn van der Ven",
5095                     "email": "martijn@vanderven.se"
5096                 }
5097             ],
5098             "description": "Helper classes to handle PSR-7 server requests",
5099             "homepage": "http://tnyholm.se",
5100             "keywords": [
5101                 "psr-17",
5102                 "psr-7"
5103             ],
5104             "support": {
5105                 "issues": "https://github.com/Nyholm/psr7-server/issues",
5106                 "source": "https://github.com/Nyholm/psr7-server/tree/1.0.2"
5107             },
5108             "funding": [
5109                 {
5110                     "url": "https://github.com/Zegnat",
5111                     "type": "github"
5112                 },
5113                 {
5114                     "url": "https://github.com/nyholm",
5115                     "type": "github"
5116                 }
5117             ],
5118             "time": "2021-05-12T11:11:27+00:00"
5119         },
5120         {
5121             "name": "omnipay/common",
5122             "version": "v3.2.0",
5123             "source": {
5124                 "type": "git",
5125                 "url": "https://github.com/thephpleague/omnipay-common.git",
5126                 "reference": "e278ff00676c05cd0f4aaaf6189a226f26ae056e"
5127             },
5128             "dist": {
5129                 "type": "zip",
5130                 "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/e278ff00676c05cd0f4aaaf6189a226f26ae056e",
5131                 "reference": "e278ff00676c05cd0f4aaaf6189a226f26ae056e",
5132                 "shasum": ""
5133             },
5134             "require": {
5135                 "moneyphp/money": "^3.1|^4.0.3",
5136                 "php": "^7.2|^8",
5137                 "php-http/client-implementation": "^1",
5138                 "php-http/discovery": "^1.14",
5139                 "php-http/message": "^1.5",
5140                 "symfony/http-foundation": "^2.1|^3|^4|^5|^6"
5141             },
5142             "require-dev": {
5143                 "omnipay/tests": "^4.1",
5144                 "php-http/guzzle7-adapter": "^1",
5145                 "php-http/mock-client": "^1",
5146                 "squizlabs/php_codesniffer": "^3.5"
5147             },
5148             "suggest": {
5149                 "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
5150             },
5151             "type": "library",
5152             "extra": {
5153                 "branch-alias": {
5154                     "dev-master": "3.1.x-dev"
5155                 }
5156             },
5157             "autoload": {
5158                 "psr-4": {
5159                     "Omnipay\\Common\\": "src/Common"
5160                 },
5161                 "classmap": [
5162                     "src/Omnipay.php"
5163                 ]
5164             },
5165             "notification-url": "https://packagist.org/downloads/",
5166             "license": [
5167                 "MIT"
5168             ],
5169             "authors": [
5170                 {
5171                     "name": "Adrian Macneil",
5172                     "email": "adrian@adrianmacneil.com"
5173                 },
5174                 {
5175                     "name": "Barry vd. Heuvel",
5176                     "email": "barryvdh@gmail.com"
5177                 },
5178                 {
5179                     "name": "Jason Judge",
5180                     "email": "jason.judge@consil.co.uk"
5181                 },
5182                 {
5183                     "name": "Del"
5184                 },
5185                 {
5186                     "name": "Omnipay Contributors",
5187                     "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
5188                 }
5189             ],
5190             "description": "Common components for Omnipay payment processing library",
5191             "homepage": "https://github.com/thephpleague/omnipay-common",
5192             "keywords": [
5193                 "gateway",
5194                 "merchant",
5195                 "omnipay",
5196                 "pay",
5197                 "payment",
5198                 "purchase"
5199             ],
5200             "support": {
5201                 "issues": "https://github.com/thephpleague/omnipay-common/issues",
5202                 "source": "https://github.com/thephpleague/omnipay-common/tree/v3.2.0"
5203             },
5204             "funding": [
5205                 {
5206                     "url": "https://github.com/barryvdh",
5207                     "type": "github"
5208                 }
5209             ],
5210             "time": "2021-12-30T11:32:00+00:00"
5211         },
5212         {
5213             "name": "omnipay/stripe",
5214             "version": "v3.2.0",
5215             "source": {
5216                 "type": "git",
5217                 "url": "https://github.com/thephpleague/omnipay-stripe.git",
5218                 "reference": "20812498efedc1079baae5fea96567fefd669105"
5219             },
5220             "dist": {
5221                 "type": "zip",
5222                 "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/20812498efedc1079baae5fea96567fefd669105",
5223                 "reference": "20812498efedc1079baae5fea96567fefd669105",
5224                 "shasum": ""
5225             },
5226             "require": {
5227                 "omnipay/common": "^3"
5228             },
5229             "require-dev": {
5230                 "omnipay/tests": "^3",
5231                 "phpro/grumphp": "^0.14",
5232                 "squizlabs/php_codesniffer": "^3"
5233             },
5234             "type": "library",
5235             "extra": {
5236                 "branch-alias": {
5237                     "dev-master": "3.2-dev"
5238                 }
5239             },
5240             "autoload": {
5241                 "psr-4": {
5242                     "Omnipay\\Stripe\\": "src/"
5243                 }
5244             },
5245             "notification-url": "https://packagist.org/downloads/",
5246             "license": [
5247                 "MIT"
5248             ],
5249             "authors": [
5250                 {
5251                     "name": "Adrian Macneil",
5252                     "email": "adrian@adrianmacneil.com"
5253                 },
5254                 {
5255                     "name": "Omnipay Contributors",
5256                     "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
5257                 }
5258             ],
5259             "description": "Stripe driver for the Omnipay payment processing library",
5260             "homepage": "https://github.com/thephpleague/omnipay-stripe",
5261             "keywords": [
5262                 "gateway",
5263                 "merchant",
5264                 "omnipay",
5265                 "pay",
5266                 "payment",
5267                 "stripe"
5268             ],
5269             "support": {
5270                 "issues": "https://github.com/thephpleague/omnipay-stripe/issues",
5271                 "source": "https://github.com/thephpleague/omnipay-stripe/tree/v3.2.0"
5272             },
5273             "time": "2022-03-22T10:58:41+00:00"
5274         },
5275         {
5276             "name": "openemr/mustache",
5277             "version": "v2.15.2",
5278             "source": {
5279                 "type": "git",
5280                 "url": "https://github.com/openemr/mustache.php.git",
5281                 "reference": "936596936d306725f34bb13f11e9a16bdbe99887"
5282             },
5283             "dist": {
5284                 "type": "zip",
5285                 "url": "https://api.github.com/repos/openemr/mustache.php/zipball/936596936d306725f34bb13f11e9a16bdbe99887",
5286                 "reference": "936596936d306725f34bb13f11e9a16bdbe99887",
5287                 "shasum": ""
5288             },
5289             "require": {
5290                 "php": ">=5.2.4"
5291             },
5292             "require-dev": {
5293                 "friendsofphp/php-cs-fixer": "~1.11",
5294                 "phpunit/phpunit": "~3.7|~4.0|~5.0"
5295             },
5296             "type": "library",
5297             "autoload": {
5298                 "psr-0": {
5299                     "Mustache": "src/"
5300                 }
5301             },
5302             "notification-url": "https://packagist.org/downloads/",
5303             "license": [
5304                 "MIT"
5305             ],
5306             "authors": [
5307                 {
5308                     "name": "Justin Hileman",
5309                     "email": "justin@justinhileman.info",
5310                     "homepage": "http://justinhileman.com"
5311                 },
5312                 {
5313                     "name": "OpenEMR",
5314                     "email": "hello@open-emr.org",
5315                     "homepage": "https://open-emr.org"
5316                 }
5317             ],
5318             "description": "A Mustache implementation in PHP.",
5319             "homepage": "https://github.com/openemr/mustache.php",
5320             "keywords": [
5321                 "mustache",
5322                 "templating"
5323             ],
5324             "support": {
5325                 "issues": "https://github.com/openemr/mustache.php/issues",
5326                 "source": "https://github.com/openemr/mustache.php/tree/v2.15.2"
5327             },
5328             "time": "2022-03-03T14:53:09+00:00"
5329         },
5330         {
5331             "name": "paragonie/constant_time_encoding",
5332             "version": "v2.6.3",
5333             "source": {
5334                 "type": "git",
5335                 "url": "https://github.com/paragonie/constant_time_encoding.git",
5336                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
5337             },
5338             "dist": {
5339                 "type": "zip",
5340                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
5341                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
5342                 "shasum": ""
5343             },
5344             "require": {
5345                 "php": "^7|^8"
5346             },
5347             "require-dev": {
5348                 "phpunit/phpunit": "^6|^7|^8|^9",
5349                 "vimeo/psalm": "^1|^2|^3|^4"
5350             },
5351             "type": "library",
5352             "autoload": {
5353                 "psr-4": {
5354                     "ParagonIE\\ConstantTime\\": "src/"
5355                 }
5356             },
5357             "notification-url": "https://packagist.org/downloads/",
5358             "license": [
5359                 "MIT"
5360             ],
5361             "authors": [
5362                 {
5363                     "name": "Paragon Initiative Enterprises",
5364                     "email": "security@paragonie.com",
5365                     "homepage": "https://paragonie.com",
5366                     "role": "Maintainer"
5367                 },
5368                 {
5369                     "name": "Steve 'Sc00bz' Thomas",
5370                     "email": "steve@tobtu.com",
5371                     "homepage": "https://www.tobtu.com",
5372                     "role": "Original Developer"
5373                 }
5374             ],
5375             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5376             "keywords": [
5377                 "base16",
5378                 "base32",
5379                 "base32_decode",
5380                 "base32_encode",
5381                 "base64",
5382                 "base64_decode",
5383                 "base64_encode",
5384                 "bin2hex",
5385                 "encoding",
5386                 "hex",
5387                 "hex2bin",
5388                 "rfc4648"
5389             ],
5390             "support": {
5391                 "email": "info@paragonie.com",
5392                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
5393                 "source": "https://github.com/paragonie/constant_time_encoding"
5394             },
5395             "time": "2022-06-14T06:56:20+00:00"
5396         },
5397         {
5398             "name": "paragonie/multi-factor",
5399             "version": "v0.2.2",
5400             "source": {
5401                 "type": "git",
5402                 "url": "https://github.com/paragonie/multi_factor.git",
5403                 "reference": "20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6"
5404             },
5405             "dist": {
5406                 "type": "zip",
5407                 "url": "https://api.github.com/repos/paragonie/multi_factor/zipball/20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6",
5408                 "reference": "20dd0ba8fdb56cfe1eb727fef1efd96ee55fcdc6",
5409                 "shasum": ""
5410             },
5411             "require": {
5412                 "bacon/bacon-qr-code": "^1",
5413                 "paragonie/constant_time_encoding": "^2",
5414                 "php": "^7"
5415             },
5416             "require-dev": {
5417                 "phpunit/phpunit": "4.*|5.*"
5418             },
5419             "type": "library",
5420             "autoload": {
5421                 "psr-4": {
5422                     "ParagonIE\\MultiFactor\\": "src/"
5423                 }
5424             },
5425             "notification-url": "https://packagist.org/downloads/",
5426             "license": [
5427                 "GPL-3.0+",
5428                 "MIT",
5429                 "proprietary"
5430             ],
5431             "authors": [
5432                 {
5433                     "name": "Paragon Initiative Enterprises",
5434                     "email": "security@paragonie.com",
5435                     "homepage": "https://paragonie.com",
5436                     "role": "Developer"
5437                 }
5438             ],
5439             "description": "Vendor-agnostic two-factor authentication library",
5440             "keywords": [
5441                 "2fa",
5442                 "MFA",
5443                 "Two-factor Authentication",
5444                 "hotp",
5445                 "multi-factor",
5446                 "multi-factor authentication",
5447                 "tfa",
5448                 "totp",
5449                 "two-factor"
5450             ],
5451             "support": {
5452                 "email": "info@paragonie.com",
5453                 "issues": "https://github.com/paragonie/multi_factor/issues",
5454                 "source": "https://github.com/paragonie/multi_factor"
5455             },
5456             "time": "2016-06-17T23:34:58+00:00"
5457         },
5458         {
5459             "name": "paragonie/random_compat",
5460             "version": "v9.99.100",
5461             "source": {
5462                 "type": "git",
5463                 "url": "https://github.com/paragonie/random_compat.git",
5464                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
5465             },
5466             "dist": {
5467                 "type": "zip",
5468                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
5469                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
5470                 "shasum": ""
5471             },
5472             "require": {
5473                 "php": ">= 7"
5474             },
5475             "require-dev": {
5476                 "phpunit/phpunit": "4.*|5.*",
5477                 "vimeo/psalm": "^1"
5478             },
5479             "suggest": {
5480                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5481             },
5482             "type": "library",
5483             "notification-url": "https://packagist.org/downloads/",
5484             "license": [
5485                 "MIT"
5486             ],
5487             "authors": [
5488                 {
5489                     "name": "Paragon Initiative Enterprises",
5490                     "email": "security@paragonie.com",
5491                     "homepage": "https://paragonie.com"
5492                 }
5493             ],
5494             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5495             "keywords": [
5496                 "csprng",
5497                 "polyfill",
5498                 "pseudorandom",
5499                 "random"
5500             ],
5501             "support": {
5502                 "email": "info@paragonie.com",
5503                 "issues": "https://github.com/paragonie/random_compat/issues",
5504                 "source": "https://github.com/paragonie/random_compat"
5505             },
5506             "time": "2020-10-15T08:29:30+00:00"
5507         },
5508         {
5509             "name": "particle/validator",
5510             "version": "v2.3.4",
5511             "source": {
5512                 "type": "git",
5513                 "url": "https://github.com/particle-php/Validator.git",
5514                 "reference": "657c7543e51938dd9d114750e49d695129527a7a"
5515             },
5516             "dist": {
5517                 "type": "zip",
5518                 "url": "https://api.github.com/repos/particle-php/Validator/zipball/657c7543e51938dd9d114750e49d695129527a7a",
5519                 "reference": "657c7543e51938dd9d114750e49d695129527a7a",
5520                 "shasum": ""
5521             },
5522             "require": {
5523                 "php": ">=5.4"
5524             },
5525             "require-dev": {
5526                 "byrokrat/checkdigit": "^1.0",
5527                 "giggsey/libphonenumber-for-php": "^7.2",
5528                 "phpunit/phpunit": "~4.0",
5529                 "squizlabs/php_codesniffer": "2.*"
5530             },
5531             "suggest": {
5532                 "byrokrat/checkdigit": "If you want to use CreditCard validation rule, this library must be installed.",
5533                 "giggsey/libphonenumber-for-php": "If you want to use Phone validation rule, this library must be installed."
5534             },
5535             "type": "library",
5536             "extra": {
5537                 "branch-alias": {
5538                     "dev-master": "2.0-dev"
5539                 }
5540             },
5541             "autoload": {
5542                 "psr-4": {
5543                     "Particle\\Validator\\": "src/"
5544                 }
5545             },
5546             "notification-url": "https://packagist.org/downloads/",
5547             "license": [
5548                 "BSD-3-Clause"
5549             ],
5550             "authors": [
5551                 {
5552                     "name": "Berry Langerak",
5553                     "email": "berry@berryllium.nl",
5554                     "role": "Developer"
5555                 },
5556                 {
5557                     "name": "Rick van der Staaij",
5558                     "homepage": "http://rickvanderstaaij.nl",
5559                     "role": "Developer"
5560                 }
5561             ],
5562             "description": "Flexible and highly usable validation library with no dependencies.",
5563             "homepage": "http://github.com/particle-php/validator",
5564             "keywords": [
5565                 "validation",
5566                 "validator"
5567             ],
5568             "support": {
5569                 "issues": "https://github.com/particle-php/Validator/issues",
5570                 "source": "https://github.com/particle-php/Validator/tree/master"
5571             },
5572             "time": "2019-01-07T13:39:13+00:00"
5573         },
5574         {
5575             "name": "pear/archive_tar",
5576             "version": "1.4.14",
5577             "source": {
5578                 "type": "git",
5579                 "url": "https://github.com/pear/Archive_Tar.git",
5580                 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
5581             },
5582             "dist": {
5583                 "type": "zip",
5584                 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
5585                 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
5586                 "shasum": ""
5587             },
5588             "require": {
5589                 "pear/pear-core-minimal": "^1.10.0alpha2",
5590                 "php": ">=5.2.0"
5591             },
5592             "require-dev": {
5593                 "phpunit/phpunit": "*"
5594             },
5595             "suggest": {
5596                 "ext-bz2": "Bz2 compression support.",
5597                 "ext-xz": "Lzma2 compression support.",
5598                 "ext-zlib": "Gzip compression support."
5599             },
5600             "type": "library",
5601             "extra": {
5602                 "branch-alias": {
5603                     "dev-master": "1.4.x-dev"
5604                 }
5605             },
5606             "autoload": {
5607                 "psr-0": {
5608                     "Archive_Tar": ""
5609                 }
5610             },
5611             "notification-url": "https://packagist.org/downloads/",
5612             "include-path": [
5613                 "./"
5614             ],
5615             "license": [
5616                 "BSD-3-Clause"
5617             ],
5618             "authors": [
5619                 {
5620                     "name": "Vincent Blavet",
5621                     "email": "vincent@phpconcept.net"
5622                 },
5623                 {
5624                     "name": "Greg Beaver",
5625                     "email": "greg@chiaraquartet.net"
5626                 },
5627                 {
5628                     "name": "Michiel Rook",
5629                     "email": "mrook@php.net"
5630                 }
5631             ],
5632             "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
5633             "homepage": "https://github.com/pear/Archive_Tar",
5634             "keywords": [
5635                 "archive",
5636                 "tar"
5637             ],
5638             "support": {
5639                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
5640                 "source": "https://github.com/pear/Archive_Tar"
5641             },
5642             "funding": [
5643                 {
5644                     "url": "https://github.com/mrook",
5645                     "type": "github"
5646                 },
5647                 {
5648                     "url": "https://www.patreon.com/michielrook",
5649                     "type": "patreon"
5650                 }
5651             ],
5652             "time": "2021-07-20T13:53:39+00:00"
5653         },
5654         {
5655             "name": "pear/console_getopt",
5656             "version": "v1.4.3",
5657             "source": {
5658                 "type": "git",
5659                 "url": "https://github.com/pear/Console_Getopt.git",
5660                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
5661             },
5662             "dist": {
5663                 "type": "zip",
5664                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5665                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5666                 "shasum": ""
5667             },
5668             "type": "library",
5669             "autoload": {
5670                 "psr-0": {
5671                     "Console": "./"
5672                 }
5673             },
5674             "notification-url": "https://packagist.org/downloads/",
5675             "include-path": [
5676                 "./"
5677             ],
5678             "license": [
5679                 "BSD-2-Clause"
5680             ],
5681             "authors": [
5682                 {
5683                     "name": "Andrei Zmievski",
5684                     "email": "andrei@php.net",
5685                     "role": "Lead"
5686                 },
5687                 {
5688                     "name": "Stig Bakken",
5689                     "email": "stig@php.net",
5690                     "role": "Developer"
5691                 },
5692                 {
5693                     "name": "Greg Beaver",
5694                     "email": "cellog@php.net",
5695                     "role": "Helper"
5696                 }
5697             ],
5698             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
5699             "support": {
5700                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
5701                 "source": "https://github.com/pear/Console_Getopt"
5702             },
5703             "time": "2019-11-20T18:27:48+00:00"
5704         },
5705         {
5706             "name": "pear/pear-core-minimal",
5707             "version": "v1.10.11",
5708             "source": {
5709                 "type": "git",
5710                 "url": "https://github.com/pear/pear-core-minimal.git",
5711                 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d"
5712             },
5713             "dist": {
5714                 "type": "zip",
5715                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d",
5716                 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d",
5717                 "shasum": ""
5718             },
5719             "require": {
5720                 "pear/console_getopt": "~1.4",
5721                 "pear/pear_exception": "~1.0"
5722             },
5723             "replace": {
5724                 "rsky/pear-core-min": "self.version"
5725             },
5726             "type": "library",
5727             "autoload": {
5728                 "psr-0": {
5729                     "": "src/"
5730                 }
5731             },
5732             "notification-url": "https://packagist.org/downloads/",
5733             "include-path": [
5734                 "src/"
5735             ],
5736             "license": [
5737                 "BSD-3-Clause"
5738             ],
5739             "authors": [
5740                 {
5741                     "name": "Christian Weiske",
5742                     "email": "cweiske@php.net",
5743                     "role": "Lead"
5744                 }
5745             ],
5746             "description": "Minimal set of PEAR core files to be used as composer dependency",
5747             "support": {
5748                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
5749                 "source": "https://github.com/pear/pear-core-minimal"
5750             },
5751             "time": "2021-08-10T22:31:03+00:00"
5752         },
5753         {
5754             "name": "pear/pear_exception",
5755             "version": "v1.0.2",
5756             "source": {
5757                 "type": "git",
5758                 "url": "https://github.com/pear/PEAR_Exception.git",
5759                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
5760             },
5761             "dist": {
5762                 "type": "zip",
5763                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5764                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5765                 "shasum": ""
5766             },
5767             "require": {
5768                 "php": ">=5.2.0"
5769             },
5770             "require-dev": {
5771                 "phpunit/phpunit": "<9"
5772             },
5773             "type": "class",
5774             "extra": {
5775                 "branch-alias": {
5776                     "dev-master": "1.0.x-dev"
5777                 }
5778             },
5779             "autoload": {
5780                 "classmap": [
5781                     "PEAR/"
5782                 ]
5783             },
5784             "notification-url": "https://packagist.org/downloads/",
5785             "include-path": [
5786                 "."
5787             ],
5788             "license": [
5789                 "BSD-2-Clause"
5790             ],
5791             "authors": [
5792                 {
5793                     "name": "Helgi Thormar",
5794                     "email": "dufuz@php.net"
5795                 },
5796                 {
5797                     "name": "Greg Beaver",
5798                     "email": "cellog@php.net"
5799                 }
5800             ],
5801             "description": "The PEAR Exception base class.",
5802             "homepage": "https://github.com/pear/PEAR_Exception",
5803             "keywords": [
5804                 "exception"
5805             ],
5806             "support": {
5807                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
5808                 "source": "https://github.com/pear/PEAR_Exception"
5809             },
5810             "time": "2021-03-21T15:43:46+00:00"
5811         },
5812         {
5813             "name": "phenx/php-font-lib",
5814             "version": "0.5.4",
5815             "source": {
5816                 "type": "git",
5817                 "url": "https://github.com/dompdf/php-font-lib.git",
5818                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
5819             },
5820             "dist": {
5821                 "type": "zip",
5822                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
5823                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
5824                 "shasum": ""
5825             },
5826             "require": {
5827                 "ext-mbstring": "*"
5828             },
5829             "require-dev": {
5830                 "symfony/phpunit-bridge": "^3 || ^4 || ^5"
5831             },
5832             "type": "library",
5833             "autoload": {
5834                 "psr-4": {
5835                     "FontLib\\": "src/FontLib"
5836                 }
5837             },
5838             "notification-url": "https://packagist.org/downloads/",
5839             "license": [
5840                 "LGPL-3.0"
5841             ],
5842             "authors": [
5843                 {
5844                     "name": "Fabien Ménager",
5845                     "email": "fabien.menager@gmail.com"
5846                 }
5847             ],
5848             "description": "A library to read, parse, export and make subsets of different types of font files.",
5849             "homepage": "https://github.com/PhenX/php-font-lib",
5850             "support": {
5851                 "issues": "https://github.com/dompdf/php-font-lib/issues",
5852                 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
5853             },
5854             "time": "2021-12-17T19:44:54+00:00"
5855         },
5856         {
5857             "name": "phenx/php-svg-lib",
5858             "version": "0.4.1",
5859             "source": {
5860                 "type": "git",
5861                 "url": "https://github.com/dompdf/php-svg-lib.git",
5862                 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02"
5863             },
5864             "dist": {
5865                 "type": "zip",
5866                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02",
5867                 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02",
5868                 "shasum": ""
5869             },
5870             "require": {
5871                 "ext-mbstring": "*",
5872                 "php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
5873                 "sabberworm/php-css-parser": "^8.4"
5874             },
5875             "require-dev": {
5876                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
5877             },
5878             "type": "library",
5879             "autoload": {
5880                 "psr-4": {
5881                     "Svg\\": "src/Svg"
5882                 }
5883             },
5884             "notification-url": "https://packagist.org/downloads/",
5885             "license": [
5886                 "LGPL-3.0"
5887             ],
5888             "authors": [
5889                 {
5890                     "name": "Fabien Ménager",
5891                     "email": "fabien.menager@gmail.com"
5892                 }
5893             ],
5894             "description": "A library to read, parse and export to PDF SVG files.",
5895             "homepage": "https://github.com/PhenX/php-svg-lib",
5896             "support": {
5897                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
5898                 "source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1"
5899             },
5900             "time": "2022-03-07T12:52:04+00:00"
5901         },
5902         {
5903             "name": "php-http/discovery",
5904             "version": "1.14.2",
5905             "source": {
5906                 "type": "git",
5907                 "url": "https://github.com/php-http/discovery.git",
5908                 "reference": "c8d48852fbc052454af42f6de27635ddd916b959"
5909             },
5910             "dist": {
5911                 "type": "zip",
5912                 "url": "https://api.github.com/repos/php-http/discovery/zipball/c8d48852fbc052454af42f6de27635ddd916b959",
5913                 "reference": "c8d48852fbc052454af42f6de27635ddd916b959",
5914                 "shasum": ""
5915             },
5916             "require": {
5917                 "php": "^7.1 || ^8.0"
5918             },
5919             "conflict": {
5920                 "nyholm/psr7": "<1.0"
5921             },
5922             "require-dev": {
5923                 "graham-campbell/phpspec-skip-example-extension": "^5.0",
5924                 "php-http/httplug": "^1.0 || ^2.0",
5925                 "php-http/message-factory": "^1.0",
5926                 "phpspec/phpspec": "^5.1 || ^6.1"
5927             },
5928             "suggest": {
5929                 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
5930             },
5931             "type": "library",
5932             "extra": {
5933                 "branch-alias": {
5934                     "dev-master": "1.9-dev"
5935                 }
5936             },
5937             "autoload": {
5938                 "psr-4": {
5939                     "Http\\Discovery\\": "src/"
5940                 }
5941             },
5942             "notification-url": "https://packagist.org/downloads/",
5943             "license": [
5944                 "MIT"
5945             ],
5946             "authors": [
5947                 {
5948                     "name": "Márk Sági-Kazár",
5949                     "email": "mark.sagikazar@gmail.com"
5950                 }
5951             ],
5952             "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5953             "homepage": "http://php-http.org",
5954             "keywords": [
5955                 "adapter",
5956                 "client",
5957                 "discovery",
5958                 "factory",
5959                 "http",
5960                 "message",
5961                 "psr7"
5962             ],
5963             "support": {
5964                 "issues": "https://github.com/php-http/discovery/issues",
5965                 "source": "https://github.com/php-http/discovery/tree/1.14.2"
5966             },
5967             "time": "2022-05-25T07:26:05+00:00"
5968         },
5969         {
5970             "name": "php-http/guzzle7-adapter",
5971             "version": "1.0.0",
5972             "source": {
5973                 "type": "git",
5974                 "url": "https://github.com/php-http/guzzle7-adapter.git",
5975                 "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01"
5976             },
5977             "dist": {
5978                 "type": "zip",
5979                 "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
5980                 "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
5981                 "shasum": ""
5982             },
5983             "require": {
5984                 "guzzlehttp/guzzle": "^7.0",
5985                 "php": "^7.2 | ^8.0",
5986                 "php-http/httplug": "^2.0",
5987                 "psr/http-client": "^1.0"
5988             },
5989             "provide": {
5990                 "php-http/async-client-implementation": "1.0",
5991                 "php-http/client-implementation": "1.0",
5992                 "psr/http-client-implementation": "1.0"
5993             },
5994             "require-dev": {
5995                 "php-http/client-integration-tests": "^3.0",
5996                 "phpunit/phpunit": "^8.0|^9.3"
5997             },
5998             "type": "library",
5999             "extra": {
6000                 "branch-alias": {
6001                     "dev-master": "0.2.x-dev"
6002                 }
6003             },
6004             "autoload": {
6005                 "psr-4": {
6006                     "Http\\Adapter\\Guzzle7\\": "src/"
6007                 }
6008             },
6009             "notification-url": "https://packagist.org/downloads/",
6010             "license": [
6011                 "MIT"
6012             ],
6013             "authors": [
6014                 {
6015                     "name": "Tobias Nyholm",
6016                     "email": "tobias.nyholm@gmail.com"
6017                 }
6018             ],
6019             "description": "Guzzle 7 HTTP Adapter",
6020             "homepage": "http://httplug.io",
6021             "keywords": [
6022                 "Guzzle",
6023                 "http"
6024             ],
6025             "support": {
6026                 "issues": "https://github.com/php-http/guzzle7-adapter/issues",
6027                 "source": "https://github.com/php-http/guzzle7-adapter/tree/1.0.0"
6028             },
6029             "time": "2021-03-09T07:35:15+00:00"
6030         },
6031         {
6032             "name": "php-http/httplug",
6033             "version": "2.3.0",
6034             "source": {
6035                 "type": "git",
6036                 "url": "https://github.com/php-http/httplug.git",
6037                 "reference": "f640739f80dfa1152533976e3c112477f69274eb"
6038             },
6039             "dist": {
6040                 "type": "zip",
6041                 "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
6042                 "reference": "f640739f80dfa1152533976e3c112477f69274eb",
6043                 "shasum": ""
6044             },
6045             "require": {
6046                 "php": "^7.1 || ^8.0",
6047                 "php-http/promise": "^1.1",
6048                 "psr/http-client": "^1.0",
6049                 "psr/http-message": "^1.0"
6050             },
6051             "require-dev": {
6052                 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
6053                 "phpspec/phpspec": "^5.1 || ^6.0"
6054             },
6055             "type": "library",
6056             "extra": {
6057                 "branch-alias": {
6058                     "dev-master": "2.x-dev"
6059                 }
6060             },
6061             "autoload": {
6062                 "psr-4": {
6063                     "Http\\Client\\": "src/"
6064                 }
6065             },
6066             "notification-url": "https://packagist.org/downloads/",
6067             "license": [
6068                 "MIT"
6069             ],
6070             "authors": [
6071                 {
6072                     "name": "Eric GELOEN",
6073                     "email": "geloen.eric@gmail.com"
6074                 },
6075                 {
6076                     "name": "Márk Sági-Kazár",
6077                     "email": "mark.sagikazar@gmail.com",
6078                     "homepage": "https://sagikazarmark.hu"
6079                 }
6080             ],
6081             "description": "HTTPlug, the HTTP client abstraction for PHP",
6082             "homepage": "http://httplug.io",
6083             "keywords": [
6084                 "client",
6085                 "http"
6086             ],
6087             "support": {
6088                 "issues": "https://github.com/php-http/httplug/issues",
6089                 "source": "https://github.com/php-http/httplug/tree/2.3.0"
6090             },
6091             "time": "2022-02-21T09:52:22+00:00"
6092         },
6093         {
6094             "name": "php-http/message",
6095             "version": "1.13.0",
6096             "source": {
6097                 "type": "git",
6098                 "url": "https://github.com/php-http/message.git",
6099                 "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361"
6100             },
6101             "dist": {
6102                 "type": "zip",
6103                 "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361",
6104                 "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361",
6105                 "shasum": ""
6106             },
6107             "require": {
6108                 "clue/stream-filter": "^1.5",
6109                 "php": "^7.1 || ^8.0",
6110                 "php-http/message-factory": "^1.0.2",
6111                 "psr/http-message": "^1.0"
6112             },
6113             "provide": {
6114                 "php-http/message-factory-implementation": "1.0"
6115             },
6116             "require-dev": {
6117                 "ergebnis/composer-normalize": "^2.6",
6118                 "ext-zlib": "*",
6119                 "guzzlehttp/psr7": "^1.0",
6120                 "laminas/laminas-diactoros": "^2.0",
6121                 "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
6122                 "slim/slim": "^3.0"
6123             },
6124             "suggest": {
6125                 "ext-zlib": "Used with compressor/decompressor streams",
6126                 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6127                 "laminas/laminas-diactoros": "Used with Diactoros Factories",
6128                 "slim/slim": "Used with Slim Framework PSR-7 implementation"
6129             },
6130             "type": "library",
6131             "extra": {
6132                 "branch-alias": {
6133                     "dev-master": "1.10-dev"
6134                 }
6135             },
6136             "autoload": {
6137                 "files": [
6138                     "src/filters.php"
6139                 ],
6140                 "psr-4": {
6141                     "Http\\Message\\": "src/"
6142                 }
6143             },
6144             "notification-url": "https://packagist.org/downloads/",
6145             "license": [
6146                 "MIT"
6147             ],
6148             "authors": [
6149                 {
6150                     "name": "Márk Sági-Kazár",
6151                     "email": "mark.sagikazar@gmail.com"
6152                 }
6153             ],
6154             "description": "HTTP Message related tools",
6155             "homepage": "http://php-http.org",
6156             "keywords": [
6157                 "http",
6158                 "message",
6159                 "psr-7"
6160             ],
6161             "support": {
6162                 "issues": "https://github.com/php-http/message/issues",
6163                 "source": "https://github.com/php-http/message/tree/1.13.0"
6164             },
6165             "time": "2022-02-11T13:41:14+00:00"
6166         },
6167         {
6168             "name": "php-http/message-factory",
6169             "version": "v1.0.2",
6170             "source": {
6171                 "type": "git",
6172                 "url": "https://github.com/php-http/message-factory.git",
6173                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
6174             },
6175             "dist": {
6176                 "type": "zip",
6177                 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6178                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
6179                 "shasum": ""
6180             },
6181             "require": {
6182                 "php": ">=5.4",
6183                 "psr/http-message": "^1.0"
6184             },
6185             "type": "library",
6186             "extra": {
6187                 "branch-alias": {
6188                     "dev-master": "1.0-dev"
6189                 }
6190             },
6191             "autoload": {
6192                 "psr-4": {
6193                     "Http\\Message\\": "src/"
6194                 }
6195             },
6196             "notification-url": "https://packagist.org/downloads/",
6197             "license": [
6198                 "MIT"
6199             ],
6200             "authors": [
6201                 {
6202                     "name": "Márk Sági-Kazár",
6203                     "email": "mark.sagikazar@gmail.com"
6204                 }
6205             ],
6206             "description": "Factory interfaces for PSR-7 HTTP Message",
6207             "homepage": "http://php-http.org",
6208             "keywords": [
6209                 "factory",
6210                 "http",
6211                 "message",
6212                 "stream",
6213                 "uri"
6214             ],
6215             "support": {
6216                 "issues": "https://github.com/php-http/message-factory/issues",
6217                 "source": "https://github.com/php-http/message-factory/tree/master"
6218             },
6219             "time": "2015-12-19T14:08:53+00:00"
6220         },
6221         {
6222             "name": "php-http/promise",
6223             "version": "1.1.0",
6224             "source": {
6225                 "type": "git",
6226                 "url": "https://github.com/php-http/promise.git",
6227                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
6228             },
6229             "dist": {
6230                 "type": "zip",
6231                 "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6232                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6233                 "shasum": ""
6234             },
6235             "require": {
6236                 "php": "^7.1 || ^8.0"
6237             },
6238             "require-dev": {
6239                 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
6240                 "phpspec/phpspec": "^5.1.2 || ^6.2"
6241             },
6242             "type": "library",
6243             "extra": {
6244                 "branch-alias": {
6245                     "dev-master": "1.1-dev"
6246                 }
6247             },
6248             "autoload": {
6249                 "psr-4": {
6250                     "Http\\Promise\\": "src/"
6251                 }
6252             },
6253             "notification-url": "https://packagist.org/downloads/",
6254             "license": [
6255                 "MIT"
6256             ],
6257             "authors": [
6258                 {
6259                     "name": "Joel Wurtz",
6260                     "email": "joel.wurtz@gmail.com"
6261                 },
6262                 {
6263                     "name": "Márk Sági-Kazár",
6264                     "email": "mark.sagikazar@gmail.com"
6265                 }
6266             ],
6267             "description": "Promise used for asynchronous HTTP requests",
6268             "homepage": "http://httplug.io",
6269             "keywords": [
6270                 "promise"
6271             ],
6272             "support": {
6273                 "issues": "https://github.com/php-http/promise/issues",
6274                 "source": "https://github.com/php-http/promise/tree/1.1.0"
6275             },
6276             "time": "2020-07-07T09:29:14+00:00"
6277         },
6278         {
6279             "name": "phpmailer/phpmailer",
6280             "version": "v6.6.2",
6281             "source": {
6282                 "type": "git",
6283                 "url": "https://github.com/PHPMailer/PHPMailer.git",
6284                 "reference": "b52ed06864fdda81b82ec8bf564cf15d45ed4f95"
6285             },
6286             "dist": {
6287                 "type": "zip",
6288                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/b52ed06864fdda81b82ec8bf564cf15d45ed4f95",
6289                 "reference": "b52ed06864fdda81b82ec8bf564cf15d45ed4f95",
6290                 "shasum": ""
6291             },
6292             "require": {
6293                 "ext-ctype": "*",
6294                 "ext-filter": "*",
6295                 "ext-hash": "*",
6296                 "php": ">=5.5.0"
6297             },
6298             "require-dev": {
6299                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
6300                 "doctrine/annotations": "^1.2",
6301                 "php-parallel-lint/php-console-highlighter": "^1.0.0",
6302                 "php-parallel-lint/php-parallel-lint": "^1.3.2",
6303                 "phpcompatibility/php-compatibility": "^9.3.5",
6304                 "roave/security-advisories": "dev-latest",
6305                 "squizlabs/php_codesniffer": "^3.6.2",
6306                 "yoast/phpunit-polyfills": "^1.0.0"
6307             },
6308             "suggest": {
6309                 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
6310                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
6311                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
6312                 "psr/log": "For optional PSR-3 debug logging",
6313                 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
6314                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
6315             },
6316             "type": "library",
6317             "autoload": {
6318                 "psr-4": {
6319                     "PHPMailer\\PHPMailer\\": "src/"
6320                 }
6321             },
6322             "notification-url": "https://packagist.org/downloads/",
6323             "license": [
6324                 "LGPL-2.1-only"
6325             ],
6326             "authors": [
6327                 {
6328                     "name": "Marcus Bointon",
6329                     "email": "phpmailer@synchromedia.co.uk"
6330                 },
6331                 {
6332                     "name": "Jim Jagielski",
6333                     "email": "jimjag@gmail.com"
6334                 },
6335                 {
6336                     "name": "Andy Prevost",
6337                     "email": "codeworxtech@users.sourceforge.net"
6338                 },
6339                 {
6340                     "name": "Brent R. Matzelle"
6341                 }
6342             ],
6343             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
6344             "support": {
6345                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
6346                 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.2"
6347             },
6348             "funding": [
6349                 {
6350                     "url": "https://github.com/Synchro",
6351                     "type": "github"
6352                 }
6353             ],
6354             "time": "2022-06-14T09:27:21+00:00"
6355         },
6356         {
6357             "name": "phpoffice/phpspreadsheet",
6358             "version": "1.23.0",
6359             "source": {
6360                 "type": "git",
6361                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
6362                 "reference": "21e4cf62699eebf007db28775f7d1554e612ed9e"
6363             },
6364             "dist": {
6365                 "type": "zip",
6366                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/21e4cf62699eebf007db28775f7d1554e612ed9e",
6367                 "reference": "21e4cf62699eebf007db28775f7d1554e612ed9e",
6368                 "shasum": ""
6369             },
6370             "require": {
6371                 "ext-ctype": "*",
6372                 "ext-dom": "*",
6373                 "ext-fileinfo": "*",
6374                 "ext-gd": "*",
6375                 "ext-iconv": "*",
6376                 "ext-libxml": "*",
6377                 "ext-mbstring": "*",
6378                 "ext-simplexml": "*",
6379                 "ext-xml": "*",
6380                 "ext-xmlreader": "*",
6381                 "ext-xmlwriter": "*",
6382                 "ext-zip": "*",
6383                 "ext-zlib": "*",
6384                 "ezyang/htmlpurifier": "^4.13",
6385                 "maennchen/zipstream-php": "^2.1",
6386                 "markbaker/complex": "^3.0",
6387                 "markbaker/matrix": "^3.0",
6388                 "php": "^7.3 || ^8.0",
6389                 "psr/http-client": "^1.0",
6390                 "psr/http-factory": "^1.0",
6391                 "psr/simple-cache": "^1.0 || ^2.0"
6392             },
6393             "require-dev": {
6394                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
6395                 "dompdf/dompdf": "^1.0",
6396                 "friendsofphp/php-cs-fixer": "^3.2",
6397                 "jpgraph/jpgraph": "^4.0",
6398                 "mpdf/mpdf": "8.0.17",
6399                 "phpcompatibility/php-compatibility": "^9.3",
6400                 "phpstan/phpstan": "^1.1",
6401                 "phpstan/phpstan-phpunit": "^1.0",
6402                 "phpunit/phpunit": "^8.5 || ^9.0",
6403                 "squizlabs/php_codesniffer": "^3.6",
6404                 "tecnickcom/tcpdf": "^6.4"
6405             },
6406             "suggest": {
6407                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
6408                 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
6409                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
6410                 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
6411             },
6412             "type": "library",
6413             "autoload": {
6414                 "psr-4": {
6415                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
6416                 }
6417             },
6418             "notification-url": "https://packagist.org/downloads/",
6419             "license": [
6420                 "MIT"
6421             ],
6422             "authors": [
6423                 {
6424                     "name": "Maarten Balliauw",
6425                     "homepage": "https://blog.maartenballiauw.be"
6426                 },
6427                 {
6428                     "name": "Mark Baker",
6429                     "homepage": "https://markbakeruk.net"
6430                 },
6431                 {
6432                     "name": "Franck Lefevre",
6433                     "homepage": "https://rootslabs.net"
6434                 },
6435                 {
6436                     "name": "Erik Tilt"
6437                 },
6438                 {
6439                     "name": "Adrien Crivelli"
6440                 }
6441             ],
6442             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
6443             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
6444             "keywords": [
6445                 "OpenXML",
6446                 "excel",
6447                 "gnumeric",
6448                 "ods",
6449                 "php",
6450                 "spreadsheet",
6451                 "xls",
6452                 "xlsx"
6453             ],
6454             "support": {
6455                 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
6456                 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.23.0"
6457             },
6458             "time": "2022-04-24T13:53:10+00:00"
6459         },
6460         {
6461             "name": "phpoption/phpoption",
6462             "version": "1.8.1",
6463             "source": {
6464                 "type": "git",
6465                 "url": "https://github.com/schmittjoh/php-option.git",
6466                 "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
6467             },
6468             "dist": {
6469                 "type": "zip",
6470                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
6471                 "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
6472                 "shasum": ""
6473             },
6474             "require": {
6475                 "php": "^7.0 || ^8.0"
6476             },
6477             "require-dev": {
6478                 "bamarni/composer-bin-plugin": "^1.4.1",
6479                 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
6480             },
6481             "type": "library",
6482             "extra": {
6483                 "branch-alias": {
6484                     "dev-master": "1.8-dev"
6485                 }
6486             },
6487             "autoload": {
6488                 "psr-4": {
6489                     "PhpOption\\": "src/PhpOption/"
6490                 }
6491             },
6492             "notification-url": "https://packagist.org/downloads/",
6493             "license": [
6494                 "Apache-2.0"
6495             ],
6496             "authors": [
6497                 {
6498                     "name": "Johannes M. Schmitt",
6499                     "email": "schmittjoh@gmail.com",
6500                     "homepage": "https://github.com/schmittjoh"
6501                 },
6502                 {
6503                     "name": "Graham Campbell",
6504                     "email": "hello@gjcampbell.co.uk",
6505                     "homepage": "https://github.com/GrahamCampbell"
6506                 }
6507             ],
6508             "description": "Option Type for PHP",
6509             "keywords": [
6510                 "language",
6511                 "option",
6512                 "php",
6513                 "type"
6514             ],
6515             "support": {
6516                 "issues": "https://github.com/schmittjoh/php-option/issues",
6517                 "source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
6518             },
6519             "funding": [
6520                 {
6521                     "url": "https://github.com/GrahamCampbell",
6522                     "type": "github"
6523                 },
6524                 {
6525                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
6526                     "type": "tidelift"
6527                 }
6528             ],
6529             "time": "2021-12-04T23:24:31+00:00"
6530         },
6531         {
6532             "name": "phpseclib/phpseclib",
6533             "version": "2.0.37",
6534             "source": {
6535                 "type": "git",
6536                 "url": "https://github.com/phpseclib/phpseclib.git",
6537                 "reference": "c812fbb4d6b4d7f30235ab7298a12f09ba13b37c"
6538             },
6539             "dist": {
6540                 "type": "zip",
6541                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c812fbb4d6b4d7f30235ab7298a12f09ba13b37c",
6542                 "reference": "c812fbb4d6b4d7f30235ab7298a12f09ba13b37c",
6543                 "shasum": ""
6544             },
6545             "require": {
6546                 "php": ">=5.3.3"
6547             },
6548             "require-dev": {
6549                 "phing/phing": "~2.7",
6550                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
6551                 "squizlabs/php_codesniffer": "~2.0"
6552             },
6553             "suggest": {
6554                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6555                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6556                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6557                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6558             },
6559             "type": "library",
6560             "autoload": {
6561                 "files": [
6562                     "phpseclib/bootstrap.php"
6563                 ],
6564                 "psr-4": {
6565                     "phpseclib\\": "phpseclib/"
6566                 }
6567             },
6568             "notification-url": "https://packagist.org/downloads/",
6569             "license": [
6570                 "MIT"
6571             ],
6572             "authors": [
6573                 {
6574                     "name": "Jim Wigginton",
6575                     "email": "terrafrost@php.net",
6576                     "role": "Lead Developer"
6577                 },
6578                 {
6579                     "name": "Patrick Monnerat",
6580                     "email": "pm@datasphere.ch",
6581                     "role": "Developer"
6582                 },
6583                 {
6584                     "name": "Andreas Fischer",
6585                     "email": "bantu@phpbb.com",
6586                     "role": "Developer"
6587                 },
6588                 {
6589                     "name": "Hans-Jürgen Petrich",
6590                     "email": "petrich@tronic-media.com",
6591                     "role": "Developer"
6592                 },
6593                 {
6594                     "name": "Graham Campbell",
6595                     "email": "graham@alt-three.com",
6596                     "role": "Developer"
6597                 }
6598             ],
6599             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6600             "homepage": "http://phpseclib.sourceforge.net",
6601             "keywords": [
6602                 "BigInteger",
6603                 "aes",
6604                 "asn.1",
6605                 "asn1",
6606                 "blowfish",
6607                 "crypto",
6608                 "cryptography",
6609                 "encryption",
6610                 "rsa",
6611                 "security",
6612                 "sftp",
6613                 "signature",
6614                 "signing",
6615                 "ssh",
6616                 "twofish",
6617                 "x.509",
6618                 "x509"
6619             ],
6620             "support": {
6621                 "issues": "https://github.com/phpseclib/phpseclib/issues",
6622                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.37"
6623             },
6624             "funding": [
6625                 {
6626                     "url": "https://github.com/terrafrost",
6627                     "type": "github"
6628                 },
6629                 {
6630                     "url": "https://www.patreon.com/phpseclib",
6631                     "type": "patreon"
6632                 },
6633                 {
6634                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6635                     "type": "tidelift"
6636                 }
6637             ],
6638             "time": "2022-04-04T04:57:45+00:00"
6639         },
6640         {
6641             "name": "psr/cache",
6642             "version": "1.0.1",
6643             "source": {
6644                 "type": "git",
6645                 "url": "https://github.com/php-fig/cache.git",
6646                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
6647             },
6648             "dist": {
6649                 "type": "zip",
6650                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
6651                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
6652                 "shasum": ""
6653             },
6654             "require": {
6655                 "php": ">=5.3.0"
6656             },
6657             "type": "library",
6658             "extra": {
6659                 "branch-alias": {
6660                     "dev-master": "1.0.x-dev"
6661                 }
6662             },
6663             "autoload": {
6664                 "psr-4": {
6665                     "Psr\\Cache\\": "src/"
6666                 }
6667             },
6668             "notification-url": "https://packagist.org/downloads/",
6669             "license": [
6670                 "MIT"
6671             ],
6672             "authors": [
6673                 {
6674                     "name": "PHP-FIG",
6675                     "homepage": "http://www.php-fig.org/"
6676                 }
6677             ],
6678             "description": "Common interface for caching libraries",
6679             "keywords": [
6680                 "cache",
6681                 "psr",
6682                 "psr-6"
6683             ],
6684             "support": {
6685                 "source": "https://github.com/php-fig/cache/tree/master"
6686             },
6687             "time": "2016-08-06T20:24:11+00:00"
6688         },
6689         {
6690             "name": "psr/container",
6691             "version": "1.1.2",
6692             "source": {
6693                 "type": "git",
6694                 "url": "https://github.com/php-fig/container.git",
6695                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
6696             },
6697             "dist": {
6698                 "type": "zip",
6699                 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
6700                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
6701                 "shasum": ""
6702             },
6703             "require": {
6704                 "php": ">=7.4.0"
6705             },
6706             "type": "library",
6707             "autoload": {
6708                 "psr-4": {
6709                     "Psr\\Container\\": "src/"
6710                 }
6711             },
6712             "notification-url": "https://packagist.org/downloads/",
6713             "license": [
6714                 "MIT"
6715             ],
6716             "authors": [
6717                 {
6718                     "name": "PHP-FIG",
6719                     "homepage": "https://www.php-fig.org/"
6720                 }
6721             ],
6722             "description": "Common Container Interface (PHP FIG PSR-11)",
6723             "homepage": "https://github.com/php-fig/container",
6724             "keywords": [
6725                 "PSR-11",
6726                 "container",
6727                 "container-interface",
6728                 "container-interop",
6729                 "psr"
6730             ],
6731             "support": {
6732                 "issues": "https://github.com/php-fig/container/issues",
6733                 "source": "https://github.com/php-fig/container/tree/1.1.2"
6734             },
6735             "time": "2021-11-05T16:50:12+00:00"
6736         },
6737         {
6738             "name": "psr/http-client",
6739             "version": "1.0.1",
6740             "source": {
6741                 "type": "git",
6742                 "url": "https://github.com/php-fig/http-client.git",
6743                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
6744             },
6745             "dist": {
6746                 "type": "zip",
6747                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6748                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6749                 "shasum": ""
6750             },
6751             "require": {
6752                 "php": "^7.0 || ^8.0",
6753                 "psr/http-message": "^1.0"
6754             },
6755             "type": "library",
6756             "extra": {
6757                 "branch-alias": {
6758                     "dev-master": "1.0.x-dev"
6759                 }
6760             },
6761             "autoload": {
6762                 "psr-4": {
6763                     "Psr\\Http\\Client\\": "src/"
6764                 }
6765             },
6766             "notification-url": "https://packagist.org/downloads/",
6767             "license": [
6768                 "MIT"
6769             ],
6770             "authors": [
6771                 {
6772                     "name": "PHP-FIG",
6773                     "homepage": "http://www.php-fig.org/"
6774                 }
6775             ],
6776             "description": "Common interface for HTTP clients",
6777             "homepage": "https://github.com/php-fig/http-client",
6778             "keywords": [
6779                 "http",
6780                 "http-client",
6781                 "psr",
6782                 "psr-18"
6783             ],
6784             "support": {
6785                 "source": "https://github.com/php-fig/http-client/tree/master"
6786             },
6787             "time": "2020-06-29T06:28:15+00:00"
6788         },
6789         {
6790             "name": "psr/http-factory",
6791             "version": "1.0.1",
6792             "source": {
6793                 "type": "git",
6794                 "url": "https://github.com/php-fig/http-factory.git",
6795                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6796             },
6797             "dist": {
6798                 "type": "zip",
6799                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6800                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6801                 "shasum": ""
6802             },
6803             "require": {
6804                 "php": ">=7.0.0",
6805                 "psr/http-message": "^1.0"
6806             },
6807             "type": "library",
6808             "extra": {
6809                 "branch-alias": {
6810                     "dev-master": "1.0.x-dev"
6811                 }
6812             },
6813             "autoload": {
6814                 "psr-4": {
6815                     "Psr\\Http\\Message\\": "src/"
6816                 }
6817             },
6818             "notification-url": "https://packagist.org/downloads/",
6819             "license": [
6820                 "MIT"
6821             ],
6822             "authors": [
6823                 {
6824                     "name": "PHP-FIG",
6825                     "homepage": "http://www.php-fig.org/"
6826                 }
6827             ],
6828             "description": "Common interfaces for PSR-7 HTTP message factories",
6829             "keywords": [
6830                 "factory",
6831                 "http",
6832                 "message",
6833                 "psr",
6834                 "psr-17",
6835                 "psr-7",
6836                 "request",
6837                 "response"
6838             ],
6839             "support": {
6840                 "source": "https://github.com/php-fig/http-factory/tree/master"
6841             },
6842             "time": "2019-04-30T12:38:16+00:00"
6843         },
6844         {
6845             "name": "psr/http-message",
6846             "version": "1.0.1",
6847             "source": {
6848                 "type": "git",
6849                 "url": "https://github.com/php-fig/http-message.git",
6850                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6851             },
6852             "dist": {
6853                 "type": "zip",
6854                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6855                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6856                 "shasum": ""
6857             },
6858             "require": {
6859                 "php": ">=5.3.0"
6860             },
6861             "type": "library",
6862             "extra": {
6863                 "branch-alias": {
6864                     "dev-master": "1.0.x-dev"
6865                 }
6866             },
6867             "autoload": {
6868                 "psr-4": {
6869                     "Psr\\Http\\Message\\": "src/"
6870                 }
6871             },
6872             "notification-url": "https://packagist.org/downloads/",
6873             "license": [
6874                 "MIT"
6875             ],
6876             "authors": [
6877                 {
6878                     "name": "PHP-FIG",
6879                     "homepage": "http://www.php-fig.org/"
6880                 }
6881             ],
6882             "description": "Common interface for HTTP messages",
6883             "homepage": "https://github.com/php-fig/http-message",
6884             "keywords": [
6885                 "http",
6886                 "http-message",
6887                 "psr",
6888                 "psr-7",
6889                 "request",
6890                 "response"
6891             ],
6892             "support": {
6893                 "source": "https://github.com/php-fig/http-message/tree/master"
6894             },
6895             "time": "2016-08-06T14:39:51+00:00"
6896         },
6897         {
6898             "name": "psr/log",
6899             "version": "1.1.4",
6900             "source": {
6901                 "type": "git",
6902                 "url": "https://github.com/php-fig/log.git",
6903                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
6904             },
6905             "dist": {
6906                 "type": "zip",
6907                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
6908                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
6909                 "shasum": ""
6910             },
6911             "require": {
6912                 "php": ">=5.3.0"
6913             },
6914             "type": "library",
6915             "extra": {
6916                 "branch-alias": {
6917                     "dev-master": "1.1.x-dev"
6918                 }
6919             },
6920             "autoload": {
6921                 "psr-4": {
6922                     "Psr\\Log\\": "Psr/Log/"
6923                 }
6924             },
6925             "notification-url": "https://packagist.org/downloads/",
6926             "license": [
6927                 "MIT"
6928             ],
6929             "authors": [
6930                 {
6931                     "name": "PHP-FIG",
6932                     "homepage": "https://www.php-fig.org/"
6933                 }
6934             ],
6935             "description": "Common interface for logging libraries",
6936             "homepage": "https://github.com/php-fig/log",
6937             "keywords": [
6938                 "log",
6939                 "psr",
6940                 "psr-3"
6941             ],
6942             "support": {
6943                 "source": "https://github.com/php-fig/log/tree/1.1.4"
6944             },
6945             "time": "2021-05-03T11:20:27+00:00"
6946         },
6947         {
6948             "name": "psr/simple-cache",
6949             "version": "1.0.1",
6950             "source": {
6951                 "type": "git",
6952                 "url": "https://github.com/php-fig/simple-cache.git",
6953                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6954             },
6955             "dist": {
6956                 "type": "zip",
6957                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6958                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6959                 "shasum": ""
6960             },
6961             "require": {
6962                 "php": ">=5.3.0"
6963             },
6964             "type": "library",
6965             "extra": {
6966                 "branch-alias": {
6967                     "dev-master": "1.0.x-dev"
6968                 }
6969             },
6970             "autoload": {
6971                 "psr-4": {
6972                     "Psr\\SimpleCache\\": "src/"
6973                 }
6974             },
6975             "notification-url": "https://packagist.org/downloads/",
6976             "license": [
6977                 "MIT"
6978             ],
6979             "authors": [
6980                 {
6981                     "name": "PHP-FIG",
6982                     "homepage": "http://www.php-fig.org/"
6983                 }
6984             ],
6985             "description": "Common interfaces for simple caching",
6986             "keywords": [
6987                 "cache",
6988                 "caching",
6989                 "psr",
6990                 "psr-16",
6991                 "simple-cache"
6992             ],
6993             "support": {
6994                 "source": "https://github.com/php-fig/simple-cache/tree/master"
6995             },
6996             "time": "2017-10-23T01:57:42+00:00"
6997         },
6998         {
6999             "name": "ralouphie/getallheaders",
7000             "version": "3.0.3",
7001             "source": {
7002                 "type": "git",
7003                 "url": "https://github.com/ralouphie/getallheaders.git",
7004                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7005             },
7006             "dist": {
7007                 "type": "zip",
7008                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7009                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7010                 "shasum": ""
7011             },
7012             "require": {
7013                 "php": ">=5.6"
7014             },
7015             "require-dev": {
7016                 "php-coveralls/php-coveralls": "^2.1",
7017                 "phpunit/phpunit": "^5 || ^6.5"
7018             },
7019             "type": "library",
7020             "autoload": {
7021                 "files": [
7022                     "src/getallheaders.php"
7023                 ]
7024             },
7025             "notification-url": "https://packagist.org/downloads/",
7026             "license": [
7027                 "MIT"
7028             ],
7029             "authors": [
7030                 {
7031                     "name": "Ralph Khattar",
7032                     "email": "ralph.khattar@gmail.com"
7033                 }
7034             ],
7035             "description": "A polyfill for getallheaders.",
7036             "support": {
7037                 "issues": "https://github.com/ralouphie/getallheaders/issues",
7038                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
7039             },
7040             "time": "2019-03-08T08:55:37+00:00"
7041         },
7042         {
7043             "name": "ramsey/collection",
7044             "version": "1.2.2",
7045             "source": {
7046                 "type": "git",
7047                 "url": "https://github.com/ramsey/collection.git",
7048                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
7049             },
7050             "dist": {
7051                 "type": "zip",
7052                 "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
7053                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
7054                 "shasum": ""
7055             },
7056             "require": {
7057                 "php": "^7.3 || ^8",
7058                 "symfony/polyfill-php81": "^1.23"
7059             },
7060             "require-dev": {
7061                 "captainhook/captainhook": "^5.3",
7062                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
7063                 "ergebnis/composer-normalize": "^2.6",
7064                 "fakerphp/faker": "^1.5",
7065                 "hamcrest/hamcrest-php": "^2",
7066                 "jangregor/phpstan-prophecy": "^0.8",
7067                 "mockery/mockery": "^1.3",
7068                 "phpspec/prophecy-phpunit": "^2.0",
7069                 "phpstan/extension-installer": "^1",
7070                 "phpstan/phpstan": "^0.12.32",
7071                 "phpstan/phpstan-mockery": "^0.12.5",
7072                 "phpstan/phpstan-phpunit": "^0.12.11",
7073                 "phpunit/phpunit": "^8.5 || ^9",
7074                 "psy/psysh": "^0.10.4",
7075                 "slevomat/coding-standard": "^6.3",
7076                 "squizlabs/php_codesniffer": "^3.5",
7077                 "vimeo/psalm": "^4.4"
7078             },
7079             "type": "library",
7080             "autoload": {
7081                 "psr-4": {
7082                     "Ramsey\\Collection\\": "src/"
7083                 }
7084             },
7085             "notification-url": "https://packagist.org/downloads/",
7086             "license": [
7087                 "MIT"
7088             ],
7089             "authors": [
7090                 {
7091                     "name": "Ben Ramsey",
7092                     "email": "ben@benramsey.com",
7093                     "homepage": "https://benramsey.com"
7094                 }
7095             ],
7096             "description": "A PHP library for representing and manipulating collections.",
7097             "keywords": [
7098                 "array",
7099                 "collection",
7100                 "hash",
7101                 "map",
7102                 "queue",
7103                 "set"
7104             ],
7105             "support": {
7106                 "issues": "https://github.com/ramsey/collection/issues",
7107                 "source": "https://github.com/ramsey/collection/tree/1.2.2"
7108             },
7109             "funding": [
7110                 {
7111                     "url": "https://github.com/ramsey",
7112                     "type": "github"
7113                 },
7114                 {
7115                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
7116                     "type": "tidelift"
7117                 }
7118             ],
7119             "time": "2021-10-10T03:01:02+00:00"
7120         },
7121         {
7122             "name": "ramsey/uuid",
7123             "version": "4.2.3",
7124             "source": {
7125                 "type": "git",
7126                 "url": "https://github.com/ramsey/uuid.git",
7127                 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
7128             },
7129             "dist": {
7130                 "type": "zip",
7131                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
7132                 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
7133                 "shasum": ""
7134             },
7135             "require": {
7136                 "brick/math": "^0.8 || ^0.9",
7137                 "ext-json": "*",
7138                 "php": "^7.2 || ^8.0",
7139                 "ramsey/collection": "^1.0",
7140                 "symfony/polyfill-ctype": "^1.8",
7141                 "symfony/polyfill-php80": "^1.14"
7142             },
7143             "replace": {
7144                 "rhumsaa/uuid": "self.version"
7145             },
7146             "require-dev": {
7147                 "captainhook/captainhook": "^5.10",
7148                 "captainhook/plugin-composer": "^5.3",
7149                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
7150                 "doctrine/annotations": "^1.8",
7151                 "ergebnis/composer-normalize": "^2.15",
7152                 "mockery/mockery": "^1.3",
7153                 "moontoast/math": "^1.1",
7154                 "paragonie/random-lib": "^2",
7155                 "php-mock/php-mock": "^2.2",
7156                 "php-mock/php-mock-mockery": "^1.3",
7157                 "php-parallel-lint/php-parallel-lint": "^1.1",
7158                 "phpbench/phpbench": "^1.0",
7159                 "phpstan/extension-installer": "^1.0",
7160                 "phpstan/phpstan": "^0.12",
7161                 "phpstan/phpstan-mockery": "^0.12",
7162                 "phpstan/phpstan-phpunit": "^0.12",
7163                 "phpunit/phpunit": "^8.5 || ^9",
7164                 "slevomat/coding-standard": "^7.0",
7165                 "squizlabs/php_codesniffer": "^3.5",
7166                 "vimeo/psalm": "^4.9"
7167             },
7168             "suggest": {
7169                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
7170                 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
7171                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
7172                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
7173                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7174                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7175             },
7176             "type": "library",
7177             "extra": {
7178                 "branch-alias": {
7179                     "dev-main": "4.x-dev"
7180                 },
7181                 "captainhook": {
7182                     "force-install": true
7183                 }
7184             },
7185             "autoload": {
7186                 "files": [
7187                     "src/functions.php"
7188                 ],
7189                 "psr-4": {
7190                     "Ramsey\\Uuid\\": "src/"
7191                 }
7192             },
7193             "notification-url": "https://packagist.org/downloads/",
7194             "license": [
7195                 "MIT"
7196             ],
7197             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
7198             "keywords": [
7199                 "guid",
7200                 "identifier",
7201                 "uuid"
7202             ],
7203             "support": {
7204                 "issues": "https://github.com/ramsey/uuid/issues",
7205                 "source": "https://github.com/ramsey/uuid/tree/4.2.3"
7206             },
7207             "funding": [
7208                 {
7209                     "url": "https://github.com/ramsey",
7210                     "type": "github"
7211                 },
7212                 {
7213                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
7214                     "type": "tidelift"
7215                 }
7216             ],
7217             "time": "2021-09-25T23:10:38+00:00"
7218         },
7219         {
7220             "name": "rospdf/pdf-php",
7221             "version": "0.12.63",
7222             "source": {
7223                 "type": "git",
7224                 "url": "https://github.com/rospdf/pdf-php.git",
7225                 "reference": "f957e49ddfa6b7891de62c48b1de965a74db6c44"
7226             },
7227             "dist": {
7228                 "type": "zip",
7229                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/f957e49ddfa6b7891de62c48b1de965a74db6c44",
7230                 "reference": "f957e49ddfa6b7891de62c48b1de965a74db6c44",
7231                 "shasum": ""
7232             },
7233             "require": {
7234                 "php": ">=5.6.0"
7235             },
7236             "require-dev": {
7237                 "phpunit/phpunit": "3.7.38",
7238                 "squizlabs/php_codesniffer": "2.*"
7239             },
7240             "type": "library",
7241             "extra": {
7242                 "branch-alias": {
7243                     "dev-experimental": "0.13.x-dev",
7244                     "dev-master": "0.12.x-dev"
7245                 }
7246             },
7247             "autoload": {
7248                 "files": [
7249                     "src/Cpdf.php",
7250                     "src/Cezpdf.php"
7251                 ]
7252             },
7253             "notification-url": "https://packagist.org/downloads/",
7254             "license": [
7255                 "MIT"
7256             ],
7257             "authors": [
7258                 {
7259                     "name": "Ole Koeckemann",
7260                     "email": "ole.k@web.de",
7261                     "role": "Project Head / Developer"
7262                 },
7263                 {
7264                     "name": "Lars Olesen",
7265                     "email": "lars@intraface.dk",
7266                     "role": "Developer"
7267                 },
7268                 {
7269                     "name": "Sune Jensen",
7270                     "email": "sj@sunet.dk",
7271                     "role": "Developer"
7272                 },
7273                 {
7274                     "name": "Nicola Asuni",
7275                     "email": "info@tecnick.com",
7276                     "role": "Developer"
7277                 },
7278                 {
7279                     "name": "Wayne Munro",
7280                     "email": "pdf@ros.co.nz",
7281                     "role": "Founder / Inactive"
7282                 }
7283             ],
7284             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
7285             "homepage": "https://github.com/rospdf/pdf-php",
7286             "support": {
7287                 "issues": "https://github.com/rospdf/pdf-php/issues",
7288                 "source": "https://github.com/rospdf/pdf-php/tree/0.12.63"
7289             },
7290             "time": "2020-09-20T06:15:20+00:00"
7291         },
7292         {
7293             "name": "sabberworm/php-css-parser",
7294             "version": "8.4.0",
7295             "source": {
7296                 "type": "git",
7297                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
7298                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
7299             },
7300             "dist": {
7301                 "type": "zip",
7302                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
7303                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
7304                 "shasum": ""
7305             },
7306             "require": {
7307                 "ext-iconv": "*",
7308                 "php": ">=5.6.20"
7309             },
7310             "require-dev": {
7311                 "codacy/coverage": "^1.4",
7312                 "phpunit/phpunit": "^4.8.36"
7313             },
7314             "suggest": {
7315                 "ext-mbstring": "for parsing UTF-8 CSS"
7316             },
7317             "type": "library",
7318             "autoload": {
7319                 "psr-4": {
7320                     "Sabberworm\\CSS\\": "src/"
7321                 }
7322             },
7323             "notification-url": "https://packagist.org/downloads/",
7324             "license": [
7325                 "MIT"
7326             ],
7327             "authors": [
7328                 {
7329                     "name": "Raphael Schweikert"
7330                 }
7331             ],
7332             "description": "Parser for CSS Files written in PHP",
7333             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
7334             "keywords": [
7335                 "css",
7336                 "parser",
7337                 "stylesheet"
7338             ],
7339             "support": {
7340                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
7341                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
7342             },
7343             "time": "2021-12-11T13:40:54+00:00"
7344         },
7345         {
7346             "name": "setasign/fpdi",
7347             "version": "v2.3.6",
7348             "source": {
7349                 "type": "git",
7350                 "url": "https://github.com/Setasign/FPDI.git",
7351                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31"
7352             },
7353             "dist": {
7354                 "type": "zip",
7355                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
7356                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
7357                 "shasum": ""
7358             },
7359             "require": {
7360                 "ext-zlib": "*",
7361                 "php": "^5.6 || ^7.0 || ^8.0"
7362             },
7363             "conflict": {
7364                 "setasign/tfpdf": "<1.31"
7365             },
7366             "require-dev": {
7367                 "phpunit/phpunit": "~5.7",
7368                 "setasign/fpdf": "~1.8",
7369                 "setasign/tfpdf": "1.31",
7370                 "squizlabs/php_codesniffer": "^3.5",
7371                 "tecnickcom/tcpdf": "~6.2"
7372             },
7373             "suggest": {
7374                 "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
7375             },
7376             "type": "library",
7377             "autoload": {
7378                 "psr-4": {
7379                     "setasign\\Fpdi\\": "src/"
7380                 }
7381             },
7382             "notification-url": "https://packagist.org/downloads/",
7383             "license": [
7384                 "MIT"
7385             ],
7386             "authors": [
7387                 {
7388                     "name": "Jan Slabon",
7389                     "email": "jan.slabon@setasign.com",
7390                     "homepage": "https://www.setasign.com"
7391                 },
7392                 {
7393                     "name": "Maximilian Kresse",
7394                     "email": "maximilian.kresse@setasign.com",
7395                     "homepage": "https://www.setasign.com"
7396                 }
7397             ],
7398             "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
7399             "homepage": "https://www.setasign.com/fpdi",
7400             "keywords": [
7401                 "fpdf",
7402                 "fpdi",
7403                 "pdf"
7404             ],
7405             "support": {
7406                 "issues": "https://github.com/Setasign/FPDI/issues",
7407                 "source": "https://github.com/Setasign/FPDI/tree/v2.3.6"
7408             },
7409             "funding": [
7410                 {
7411                     "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
7412                     "type": "tidelift"
7413                 }
7414             ],
7415             "time": "2021-02-11T11:37:01+00:00"
7416         },
7417         {
7418             "name": "smarty/smarty",
7419             "version": "v2.6.33",
7420             "source": {
7421                 "type": "git",
7422                 "url": "https://github.com/smarty-php/smarty.git",
7423                 "reference": "533fa2abe308dcc009c7bdab977d530b32408346"
7424             },
7425             "dist": {
7426                 "type": "zip",
7427                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/533fa2abe308dcc009c7bdab977d530b32408346",
7428                 "reference": "533fa2abe308dcc009c7bdab977d530b32408346",
7429                 "shasum": ""
7430             },
7431             "require": {
7432                 "php": ">=5.2"
7433             },
7434             "type": "library",
7435             "autoload": {
7436                 "classmap": [
7437                     "libs/Smarty.class.php",
7438                     "libs/Smarty_Compiler.class.php",
7439                     "libs/Config_File.class.php"
7440                 ]
7441             },
7442             "notification-url": "https://packagist.org/downloads/",
7443             "license": [
7444                 "LGPL-3.0"
7445             ],
7446             "authors": [
7447                 {
7448                     "name": "Monte Ohrt",
7449                     "email": "monte@ohrt.com"
7450                 },
7451                 {
7452                     "name": "Uwe Tews",
7453                     "email": "uwe.tews@googlemail.com"
7454                 }
7455             ],
7456             "description": "Smarty - the compiling PHP template engine",
7457             "homepage": "http://www.smarty.net",
7458             "keywords": [
7459                 "templating"
7460             ],
7461             "support": {
7462                 "forum": "http://www.smarty.net/forums/",
7463                 "irc": "irc://irc.freenode.org/smarty",
7464                 "issues": "http://code.google.com/p/smarty-php/issues/list",
7465                 "source": "https://github.com/smarty-php/smarty/tree/v2.6.33"
7466             },
7467             "time": "2021-10-23T12:46:52+00:00"
7468         },
7469         {
7470             "name": "steverhoades/oauth2-openid-connect-server",
7471             "version": "v2.4.0",
7472             "source": {
7473                 "type": "git",
7474                 "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git",
7475                 "reference": "5f8f0246c1507dcc4d9dbcad32d651fe276c4409"
7476             },
7477             "dist": {
7478                 "type": "zip",
7479                 "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/5f8f0246c1507dcc4d9dbcad32d651fe276c4409",
7480                 "reference": "5f8f0246c1507dcc4d9dbcad32d651fe276c4409",
7481                 "shasum": ""
7482             },
7483             "require": {
7484                 "lcobucci/jwt": "4.1.5",
7485                 "league/oauth2-server": "^5.1|^6.0|^7.0|^8.0"
7486             },
7487             "require-dev": {
7488                 "laminas/laminas-diactoros": "^1.3.2",
7489                 "phpunit/phpunit": "^5.0|^9.5"
7490             },
7491             "type": "library",
7492             "autoload": {
7493                 "psr-4": {
7494                     "OpenIDConnectServer\\": "src/"
7495                 }
7496             },
7497             "notification-url": "https://packagist.org/downloads/",
7498             "license": [
7499                 "MIT"
7500             ],
7501             "authors": [
7502                 {
7503                     "name": "Steve Rhoades",
7504                     "email": "sedonami@gmail.com"
7505                 }
7506             ],
7507             "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server",
7508             "support": {
7509                 "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues",
7510                 "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v2.4.0"
7511             },
7512             "time": "2021-10-28T13:38:28+00:00"
7513         },
7514         {
7515             "name": "stripe/stripe-php",
7516             "version": "v7.128.0",
7517             "source": {
7518                 "type": "git",
7519                 "url": "https://github.com/stripe/stripe-php.git",
7520                 "reference": "c704949c49b72985c76cc61063aa26fefbd2724e"
7521             },
7522             "dist": {
7523                 "type": "zip",
7524                 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c704949c49b72985c76cc61063aa26fefbd2724e",
7525                 "reference": "c704949c49b72985c76cc61063aa26fefbd2724e",
7526                 "shasum": ""
7527             },
7528             "require": {
7529                 "ext-curl": "*",
7530                 "ext-json": "*",
7531                 "ext-mbstring": "*",
7532                 "php": ">=5.6.0"
7533             },
7534             "require-dev": {
7535                 "friendsofphp/php-cs-fixer": "3.5.0",
7536                 "phpstan/phpstan": "^1.2",
7537                 "phpunit/phpunit": "^5.7 || ^9.0",
7538                 "squizlabs/php_codesniffer": "^3.3"
7539             },
7540             "type": "library",
7541             "extra": {
7542                 "branch-alias": {
7543                     "dev-master": "2.0-dev"
7544                 }
7545             },
7546             "autoload": {
7547                 "psr-4": {
7548                     "Stripe\\": "lib/"
7549                 }
7550             },
7551             "notification-url": "https://packagist.org/downloads/",
7552             "license": [
7553                 "MIT"
7554             ],
7555             "authors": [
7556                 {
7557                     "name": "Stripe and contributors",
7558                     "homepage": "https://github.com/stripe/stripe-php/contributors"
7559                 }
7560             ],
7561             "description": "Stripe PHP Library",
7562             "homepage": "https://stripe.com/",
7563             "keywords": [
7564                 "api",
7565                 "payment processing",
7566                 "stripe"
7567             ],
7568             "support": {
7569                 "issues": "https://github.com/stripe/stripe-php/issues",
7570                 "source": "https://github.com/stripe/stripe-php/tree/v7.128.0"
7571             },
7572             "time": "2022-05-05T17:18:02+00:00"
7573         },
7574         {
7575             "name": "symfony/config",
7576             "version": "v4.4.42",
7577             "source": {
7578                 "type": "git",
7579                 "url": "https://github.com/symfony/config.git",
7580                 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81"
7581             },
7582             "dist": {
7583                 "type": "zip",
7584                 "url": "https://api.github.com/repos/symfony/config/zipball/83cdafd1bd3370de23e3dc2ed01026908863be81",
7585                 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81",
7586                 "shasum": ""
7587             },
7588             "require": {
7589                 "php": ">=7.1.3",
7590                 "symfony/filesystem": "^3.4|^4.0|^5.0",
7591                 "symfony/polyfill-ctype": "~1.8",
7592                 "symfony/polyfill-php80": "^1.16",
7593                 "symfony/polyfill-php81": "^1.22"
7594             },
7595             "conflict": {
7596                 "symfony/finder": "<3.4"
7597             },
7598             "require-dev": {
7599                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7600                 "symfony/finder": "^3.4|^4.0|^5.0",
7601                 "symfony/messenger": "^4.1|^5.0",
7602                 "symfony/service-contracts": "^1.1|^2",
7603                 "symfony/yaml": "^3.4|^4.0|^5.0"
7604             },
7605             "suggest": {
7606                 "symfony/yaml": "To use the yaml reference dumper"
7607             },
7608             "type": "library",
7609             "autoload": {
7610                 "psr-4": {
7611                     "Symfony\\Component\\Config\\": ""
7612                 },
7613                 "exclude-from-classmap": [
7614                     "/Tests/"
7615                 ]
7616             },
7617             "notification-url": "https://packagist.org/downloads/",
7618             "license": [
7619                 "MIT"
7620             ],
7621             "authors": [
7622                 {
7623                     "name": "Fabien Potencier",
7624                     "email": "fabien@symfony.com"
7625                 },
7626                 {
7627                     "name": "Symfony Community",
7628                     "homepage": "https://symfony.com/contributors"
7629                 }
7630             ],
7631             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7632             "homepage": "https://symfony.com",
7633             "support": {
7634                 "source": "https://github.com/symfony/config/tree/v4.4.42"
7635             },
7636             "funding": [
7637                 {
7638                     "url": "https://symfony.com/sponsor",
7639                     "type": "custom"
7640                 },
7641                 {
7642                     "url": "https://github.com/fabpot",
7643                     "type": "github"
7644                 },
7645                 {
7646                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7647                     "type": "tidelift"
7648                 }
7649             ],
7650             "time": "2022-05-17T07:10:14+00:00"
7651         },
7652         {
7653             "name": "symfony/dependency-injection",
7654             "version": "v4.4.42",
7655             "source": {
7656                 "type": "git",
7657                 "url": "https://github.com/symfony/dependency-injection.git",
7658                 "reference": "f6fdbf252765a09c7ac243617f79f1babef792c9"
7659             },
7660             "dist": {
7661                 "type": "zip",
7662                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f6fdbf252765a09c7ac243617f79f1babef792c9",
7663                 "reference": "f6fdbf252765a09c7ac243617f79f1babef792c9",
7664                 "shasum": ""
7665             },
7666             "require": {
7667                 "php": ">=7.1.3",
7668                 "psr/container": "^1.0",
7669                 "symfony/polyfill-php80": "^1.16",
7670                 "symfony/service-contracts": "^1.1.6|^2"
7671             },
7672             "conflict": {
7673                 "symfony/config": "<4.3|>=5.0",
7674                 "symfony/finder": "<3.4",
7675                 "symfony/proxy-manager-bridge": "<3.4",
7676                 "symfony/yaml": "<4.4.26"
7677             },
7678             "provide": {
7679                 "psr/container-implementation": "1.0",
7680                 "symfony/service-implementation": "1.0|2.0"
7681             },
7682             "require-dev": {
7683                 "symfony/config": "^4.3",
7684                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7685                 "symfony/yaml": "^4.4.26|^5.0"
7686             },
7687             "suggest": {
7688                 "symfony/config": "",
7689                 "symfony/expression-language": "For using expressions in service container configuration",
7690                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
7691                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7692                 "symfony/yaml": ""
7693             },
7694             "type": "library",
7695             "autoload": {
7696                 "psr-4": {
7697                     "Symfony\\Component\\DependencyInjection\\": ""
7698                 },
7699                 "exclude-from-classmap": [
7700                     "/Tests/"
7701                 ]
7702             },
7703             "notification-url": "https://packagist.org/downloads/",
7704             "license": [
7705                 "MIT"
7706             ],
7707             "authors": [
7708                 {
7709                     "name": "Fabien Potencier",
7710                     "email": "fabien@symfony.com"
7711                 },
7712                 {
7713                     "name": "Symfony Community",
7714                     "homepage": "https://symfony.com/contributors"
7715                 }
7716             ],
7717             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
7718             "homepage": "https://symfony.com",
7719             "support": {
7720                 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.42"
7721             },
7722             "funding": [
7723                 {
7724                     "url": "https://symfony.com/sponsor",
7725                     "type": "custom"
7726                 },
7727                 {
7728                     "url": "https://github.com/fabpot",
7729                     "type": "github"
7730                 },
7731                 {
7732                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7733                     "type": "tidelift"
7734                 }
7735             ],
7736             "time": "2022-05-24T15:15:52+00:00"
7737         },
7738         {
7739             "name": "symfony/deprecation-contracts",
7740             "version": "v2.5.1",
7741             "source": {
7742                 "type": "git",
7743                 "url": "https://github.com/symfony/deprecation-contracts.git",
7744                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
7745             },
7746             "dist": {
7747                 "type": "zip",
7748                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
7749                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
7750                 "shasum": ""
7751             },
7752             "require": {
7753                 "php": ">=7.1"
7754             },
7755             "type": "library",
7756             "extra": {
7757                 "branch-alias": {
7758                     "dev-main": "2.5-dev"
7759                 },
7760                 "thanks": {
7761                     "name": "symfony/contracts",
7762                     "url": "https://github.com/symfony/contracts"
7763                 }
7764             },
7765             "autoload": {
7766                 "files": [
7767                     "function.php"
7768                 ]
7769             },
7770             "notification-url": "https://packagist.org/downloads/",
7771             "license": [
7772                 "MIT"
7773             ],
7774             "authors": [
7775                 {
7776                     "name": "Nicolas Grekas",
7777                     "email": "p@tchwork.com"
7778                 },
7779                 {
7780                     "name": "Symfony Community",
7781                     "homepage": "https://symfony.com/contributors"
7782                 }
7783             ],
7784             "description": "A generic function and convention to trigger deprecation notices",
7785             "homepage": "https://symfony.com",
7786             "support": {
7787                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
7788             },
7789             "funding": [
7790                 {
7791                     "url": "https://symfony.com/sponsor",
7792                     "type": "custom"
7793                 },
7794                 {
7795                     "url": "https://github.com/fabpot",
7796                     "type": "github"
7797                 },
7798                 {
7799                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7800                     "type": "tidelift"
7801                 }
7802             ],
7803             "time": "2022-01-02T09:53:40+00:00"
7804         },
7805         {
7806             "name": "symfony/event-dispatcher",
7807             "version": "v4.4.42",
7808             "source": {
7809                 "type": "git",
7810                 "url": "https://github.com/symfony/event-dispatcher.git",
7811                 "reference": "708e761740c16b02c86e3f0c932018a06b895d40"
7812             },
7813             "dist": {
7814                 "type": "zip",
7815                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40",
7816                 "reference": "708e761740c16b02c86e3f0c932018a06b895d40",
7817                 "shasum": ""
7818             },
7819             "require": {
7820                 "php": ">=7.1.3",
7821                 "symfony/event-dispatcher-contracts": "^1.1",
7822                 "symfony/polyfill-php80": "^1.16"
7823             },
7824             "conflict": {
7825                 "symfony/dependency-injection": "<3.4"
7826             },
7827             "provide": {
7828                 "psr/event-dispatcher-implementation": "1.0",
7829                 "symfony/event-dispatcher-implementation": "1.1"
7830             },
7831             "require-dev": {
7832                 "psr/log": "^1|^2|^3",
7833                 "symfony/config": "^3.4|^4.0|^5.0",
7834                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7835                 "symfony/error-handler": "~3.4|~4.4",
7836                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7837                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7838                 "symfony/service-contracts": "^1.1|^2",
7839                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
7840             },
7841             "suggest": {
7842                 "symfony/dependency-injection": "",
7843                 "symfony/http-kernel": ""
7844             },
7845             "type": "library",
7846             "autoload": {
7847                 "psr-4": {
7848                     "Symfony\\Component\\EventDispatcher\\": ""
7849                 },
7850                 "exclude-from-classmap": [
7851                     "/Tests/"
7852                 ]
7853             },
7854             "notification-url": "https://packagist.org/downloads/",
7855             "license": [
7856                 "MIT"
7857             ],
7858             "authors": [
7859                 {
7860                     "name": "Fabien Potencier",
7861                     "email": "fabien@symfony.com"
7862                 },
7863                 {
7864                     "name": "Symfony Community",
7865                     "homepage": "https://symfony.com/contributors"
7866                 }
7867             ],
7868             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
7869             "homepage": "https://symfony.com",
7870             "support": {
7871                 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.42"
7872             },
7873             "funding": [
7874                 {
7875                     "url": "https://symfony.com/sponsor",
7876                     "type": "custom"
7877                 },
7878                 {
7879                     "url": "https://github.com/fabpot",
7880                     "type": "github"
7881                 },
7882                 {
7883                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7884                     "type": "tidelift"
7885                 }
7886             ],
7887             "time": "2022-05-05T15:33:49+00:00"
7888         },
7889         {
7890             "name": "symfony/event-dispatcher-contracts",
7891             "version": "v1.1.12",
7892             "source": {
7893                 "type": "git",
7894                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
7895                 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
7896             },
7897             "dist": {
7898                 "type": "zip",
7899                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
7900                 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
7901                 "shasum": ""
7902             },
7903             "require": {
7904                 "php": ">=7.1.3"
7905             },
7906             "suggest": {
7907                 "psr/event-dispatcher": "",
7908                 "symfony/event-dispatcher-implementation": ""
7909             },
7910             "type": "library",
7911             "extra": {
7912                 "branch-alias": {
7913                     "dev-main": "1.1-dev"
7914                 },
7915                 "thanks": {
7916                     "name": "symfony/contracts",
7917                     "url": "https://github.com/symfony/contracts"
7918                 }
7919             },
7920             "autoload": {
7921                 "psr-4": {
7922                     "Symfony\\Contracts\\EventDispatcher\\": ""
7923                 }
7924             },
7925             "notification-url": "https://packagist.org/downloads/",
7926             "license": [
7927                 "MIT"
7928             ],
7929             "authors": [
7930                 {
7931                     "name": "Nicolas Grekas",
7932                     "email": "p@tchwork.com"
7933                 },
7934                 {
7935                     "name": "Symfony Community",
7936                     "homepage": "https://symfony.com/contributors"
7937                 }
7938             ],
7939             "description": "Generic abstractions related to dispatching event",
7940             "homepage": "https://symfony.com",
7941             "keywords": [
7942                 "abstractions",
7943                 "contracts",
7944                 "decoupling",
7945                 "interfaces",
7946                 "interoperability",
7947                 "standards"
7948             ],
7949             "support": {
7950                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.12"
7951             },
7952             "funding": [
7953                 {
7954                     "url": "https://symfony.com/sponsor",
7955                     "type": "custom"
7956                 },
7957                 {
7958                     "url": "https://github.com/fabpot",
7959                     "type": "github"
7960                 },
7961                 {
7962                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7963                     "type": "tidelift"
7964                 }
7965             ],
7966             "time": "2022-01-02T09:41:36+00:00"
7967         },
7968         {
7969             "name": "symfony/filesystem",
7970             "version": "v5.4.9",
7971             "source": {
7972                 "type": "git",
7973                 "url": "https://github.com/symfony/filesystem.git",
7974                 "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba"
7975             },
7976             "dist": {
7977                 "type": "zip",
7978                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/36a017fa4cce1eff1b8e8129ff53513abcef05ba",
7979                 "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba",
7980                 "shasum": ""
7981             },
7982             "require": {
7983                 "php": ">=7.2.5",
7984                 "symfony/polyfill-ctype": "~1.8",
7985                 "symfony/polyfill-mbstring": "~1.8",
7986                 "symfony/polyfill-php80": "^1.16"
7987             },
7988             "type": "library",
7989             "autoload": {
7990                 "psr-4": {
7991                     "Symfony\\Component\\Filesystem\\": ""
7992                 },
7993                 "exclude-from-classmap": [
7994                     "/Tests/"
7995                 ]
7996             },
7997             "notification-url": "https://packagist.org/downloads/",
7998             "license": [
7999                 "MIT"
8000             ],
8001             "authors": [
8002                 {
8003                     "name": "Fabien Potencier",
8004                     "email": "fabien@symfony.com"
8005                 },
8006                 {
8007                     "name": "Symfony Community",
8008                     "homepage": "https://symfony.com/contributors"
8009                 }
8010             ],
8011             "description": "Provides basic utilities for the filesystem",
8012             "homepage": "https://symfony.com",
8013             "support": {
8014                 "source": "https://github.com/symfony/filesystem/tree/v5.4.9"
8015             },
8016             "funding": [
8017                 {
8018                     "url": "https://symfony.com/sponsor",
8019                     "type": "custom"
8020                 },
8021                 {
8022                     "url": "https://github.com/fabpot",
8023                     "type": "github"
8024                 },
8025                 {
8026                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8027                     "type": "tidelift"
8028                 }
8029             ],
8030             "time": "2022-05-20T13:55:35+00:00"
8031         },
8032         {
8033             "name": "symfony/http-client",
8034             "version": "v4.4.42",
8035             "source": {
8036                 "type": "git",
8037                 "url": "https://github.com/symfony/http-client.git",
8038                 "reference": "0366fe9d67709477e86b45e2e51a34ccf5018d04"
8039             },
8040             "dist": {
8041                 "type": "zip",
8042                 "url": "https://api.github.com/repos/symfony/http-client/zipball/0366fe9d67709477e86b45e2e51a34ccf5018d04",
8043                 "reference": "0366fe9d67709477e86b45e2e51a34ccf5018d04",
8044                 "shasum": ""
8045             },
8046             "require": {
8047                 "php": ">=7.1.3",
8048                 "psr/log": "^1|^2|^3",
8049                 "symfony/http-client-contracts": "^1.1.10|^2",
8050                 "symfony/polyfill-php73": "^1.11",
8051                 "symfony/polyfill-php80": "^1.16",
8052                 "symfony/service-contracts": "^1.0|^2"
8053             },
8054             "provide": {
8055                 "php-http/async-client-implementation": "*",
8056                 "php-http/client-implementation": "*",
8057                 "psr/http-client-implementation": "1.0",
8058                 "symfony/http-client-implementation": "1.1|2.0"
8059             },
8060             "require-dev": {
8061                 "guzzlehttp/promises": "^1.4",
8062                 "nyholm/psr7": "^1.0",
8063                 "php-http/httplug": "^1.0|^2.0",
8064                 "psr/http-client": "^1.0",
8065                 "symfony/dependency-injection": "^4.3|^5.0",
8066                 "symfony/http-kernel": "^4.4.13",
8067                 "symfony/process": "^4.2|^5.0"
8068             },
8069             "type": "library",
8070             "autoload": {
8071                 "psr-4": {
8072                     "Symfony\\Component\\HttpClient\\": ""
8073                 },
8074                 "exclude-from-classmap": [
8075                     "/Tests/"
8076                 ]
8077             },
8078             "notification-url": "https://packagist.org/downloads/",
8079             "license": [
8080                 "MIT"
8081             ],
8082             "authors": [
8083                 {
8084                     "name": "Nicolas Grekas",
8085                     "email": "p@tchwork.com"
8086                 },
8087                 {
8088                     "name": "Symfony Community",
8089                     "homepage": "https://symfony.com/contributors"
8090                 }
8091             ],
8092             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
8093             "homepage": "https://symfony.com",
8094             "support": {
8095                 "source": "https://github.com/symfony/http-client/tree/v4.4.42"
8096             },
8097             "funding": [
8098                 {
8099                     "url": "https://symfony.com/sponsor",
8100                     "type": "custom"
8101                 },
8102                 {
8103                     "url": "https://github.com/fabpot",
8104                     "type": "github"
8105                 },
8106                 {
8107                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8108                     "type": "tidelift"
8109                 }
8110             ],
8111             "time": "2022-05-17T14:14:05+00:00"
8112         },
8113         {
8114             "name": "symfony/http-client-contracts",
8115             "version": "v2.5.1",
8116             "source": {
8117                 "type": "git",
8118                 "url": "https://github.com/symfony/http-client-contracts.git",
8119                 "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5"
8120             },
8121             "dist": {
8122                 "type": "zip",
8123                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1a4f708e4e87f335d1b1be6148060739152f0bd5",
8124                 "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5",
8125                 "shasum": ""
8126             },
8127             "require": {
8128                 "php": ">=7.2.5"
8129             },
8130             "suggest": {
8131                 "symfony/http-client-implementation": ""
8132             },
8133             "type": "library",
8134             "extra": {
8135                 "branch-alias": {
8136                     "dev-main": "2.5-dev"
8137                 },
8138                 "thanks": {
8139                     "name": "symfony/contracts",
8140                     "url": "https://github.com/symfony/contracts"
8141                 }
8142             },
8143             "autoload": {
8144                 "psr-4": {
8145                     "Symfony\\Contracts\\HttpClient\\": ""
8146                 }
8147             },
8148             "notification-url": "https://packagist.org/downloads/",
8149             "license": [
8150                 "MIT"
8151             ],
8152             "authors": [
8153                 {
8154                     "name": "Nicolas Grekas",
8155                     "email": "p@tchwork.com"
8156                 },
8157                 {
8158                     "name": "Symfony Community",
8159                     "homepage": "https://symfony.com/contributors"
8160                 }
8161             ],
8162             "description": "Generic abstractions related to HTTP clients",
8163             "homepage": "https://symfony.com",
8164             "keywords": [
8165                 "abstractions",
8166                 "contracts",
8167                 "decoupling",
8168                 "interfaces",
8169                 "interoperability",
8170                 "standards"
8171             ],
8172             "support": {
8173                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.1"
8174             },
8175             "funding": [
8176                 {
8177                     "url": "https://symfony.com/sponsor",
8178                     "type": "custom"
8179                 },
8180                 {
8181                     "url": "https://github.com/fabpot",
8182                     "type": "github"
8183                 },
8184                 {
8185                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8186                     "type": "tidelift"
8187                 }
8188             ],
8189             "time": "2022-03-13T20:07:29+00:00"
8190         },
8191         {
8192             "name": "symfony/http-foundation",
8193             "version": "v4.4.42",
8194             "source": {
8195                 "type": "git",
8196                 "url": "https://github.com/symfony/http-foundation.git",
8197                 "reference": "8e87b3ec23ebbcf7440d91dec8f7ca70dd591eb3"
8198             },
8199             "dist": {
8200                 "type": "zip",
8201                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8e87b3ec23ebbcf7440d91dec8f7ca70dd591eb3",
8202                 "reference": "8e87b3ec23ebbcf7440d91dec8f7ca70dd591eb3",
8203                 "shasum": ""
8204             },
8205             "require": {
8206                 "php": ">=7.1.3",
8207                 "symfony/mime": "^4.3|^5.0",
8208                 "symfony/polyfill-mbstring": "~1.1",
8209                 "symfony/polyfill-php80": "^1.16"
8210             },
8211             "require-dev": {
8212                 "predis/predis": "~1.0",
8213                 "symfony/expression-language": "^3.4|^4.0|^5.0"
8214             },
8215             "type": "library",
8216             "autoload": {
8217                 "psr-4": {
8218                     "Symfony\\Component\\HttpFoundation\\": ""
8219                 },
8220                 "exclude-from-classmap": [
8221                     "/Tests/"
8222                 ]
8223             },
8224             "notification-url": "https://packagist.org/downloads/",
8225             "license": [
8226                 "MIT"
8227             ],
8228             "authors": [
8229                 {
8230                     "name": "Fabien Potencier",
8231                     "email": "fabien@symfony.com"
8232                 },
8233                 {
8234                     "name": "Symfony Community",
8235                     "homepage": "https://symfony.com/contributors"
8236                 }
8237             ],
8238             "description": "Defines an object-oriented layer for the HTTP specification",
8239             "homepage": "https://symfony.com",
8240             "support": {
8241                 "source": "https://github.com/symfony/http-foundation/tree/v4.4.42"
8242             },
8243             "funding": [
8244                 {
8245                     "url": "https://symfony.com/sponsor",
8246                     "type": "custom"
8247                 },
8248                 {
8249                     "url": "https://github.com/fabpot",
8250                     "type": "github"
8251                 },
8252                 {
8253                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8254                     "type": "tidelift"
8255                 }
8256             ],
8257             "time": "2022-05-17T11:15:18+00:00"
8258         },
8259         {
8260             "name": "symfony/inflector",
8261             "version": "v5.4.3",
8262             "source": {
8263                 "type": "git",
8264                 "url": "https://github.com/symfony/inflector.git",
8265                 "reference": "6157dac05bbd287d341b82d67a549fdf468f86d1"
8266             },
8267             "dist": {
8268                 "type": "zip",
8269                 "url": "https://api.github.com/repos/symfony/inflector/zipball/6157dac05bbd287d341b82d67a549fdf468f86d1",
8270                 "reference": "6157dac05bbd287d341b82d67a549fdf468f86d1",
8271                 "shasum": ""
8272             },
8273             "require": {
8274                 "php": ">=7.2.5",
8275                 "symfony/deprecation-contracts": "^2.1|^3",
8276                 "symfony/polyfill-php80": "^1.16",
8277                 "symfony/string": "^5.3.10|^6.0"
8278             },
8279             "type": "library",
8280             "autoload": {
8281                 "psr-4": {
8282                     "Symfony\\Component\\Inflector\\": ""
8283                 },
8284                 "exclude-from-classmap": [
8285                     "/Tests/"
8286                 ]
8287             },
8288             "notification-url": "https://packagist.org/downloads/",
8289             "license": [
8290                 "MIT"
8291             ],
8292             "authors": [
8293                 {
8294                     "name": "Bernhard Schussek",
8295                     "email": "bschussek@gmail.com"
8296                 },
8297                 {
8298                     "name": "Symfony Community",
8299                     "homepage": "https://symfony.com/contributors"
8300                 }
8301             ],
8302             "description": "Converts words between their singular and plural forms (English only)",
8303             "homepage": "https://symfony.com",
8304             "keywords": [
8305                 "inflection",
8306                 "pluralize",
8307                 "singularize",
8308                 "string",
8309                 "symfony",
8310                 "words"
8311             ],
8312             "support": {
8313                 "source": "https://github.com/symfony/inflector/tree/v5.4.3"
8314             },
8315             "funding": [
8316                 {
8317                     "url": "https://symfony.com/sponsor",
8318                     "type": "custom"
8319                 },
8320                 {
8321                     "url": "https://github.com/fabpot",
8322                     "type": "github"
8323                 },
8324                 {
8325                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8326                     "type": "tidelift"
8327                 }
8328             ],
8329             "abandoned": "EnglishInflector from the String component",
8330             "time": "2022-01-02T09:53:40+00:00"
8331         },
8332         {
8333             "name": "symfony/mime",
8334             "version": "v5.4.9",
8335             "source": {
8336                 "type": "git",
8337                 "url": "https://github.com/symfony/mime.git",
8338                 "reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e"
8339             },
8340             "dist": {
8341                 "type": "zip",
8342                 "url": "https://api.github.com/repos/symfony/mime/zipball/2b3802a24e48d0cfccf885173d2aac91e73df92e",
8343                 "reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e",
8344                 "shasum": ""
8345             },
8346             "require": {
8347                 "php": ">=7.2.5",
8348                 "symfony/deprecation-contracts": "^2.1|^3",
8349                 "symfony/polyfill-intl-idn": "^1.10",
8350                 "symfony/polyfill-mbstring": "^1.0",
8351                 "symfony/polyfill-php80": "^1.16"
8352             },
8353             "conflict": {
8354                 "egulias/email-validator": "~3.0.0",
8355                 "phpdocumentor/reflection-docblock": "<3.2.2",
8356                 "phpdocumentor/type-resolver": "<1.4.0",
8357                 "symfony/mailer": "<4.4"
8358             },
8359             "require-dev": {
8360                 "egulias/email-validator": "^2.1.10|^3.1",
8361                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
8362                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8363                 "symfony/property-access": "^4.4|^5.1|^6.0",
8364                 "symfony/property-info": "^4.4|^5.1|^6.0",
8365                 "symfony/serializer": "^5.2|^6.0"
8366             },
8367             "type": "library",
8368             "autoload": {
8369                 "psr-4": {
8370                     "Symfony\\Component\\Mime\\": ""
8371                 },
8372                 "exclude-from-classmap": [
8373                     "/Tests/"
8374                 ]
8375             },
8376             "notification-url": "https://packagist.org/downloads/",
8377             "license": [
8378                 "MIT"
8379             ],
8380             "authors": [
8381                 {
8382                     "name": "Fabien Potencier",
8383                     "email": "fabien@symfony.com"
8384                 },
8385                 {
8386                     "name": "Symfony Community",
8387                     "homepage": "https://symfony.com/contributors"
8388                 }
8389             ],
8390             "description": "Allows manipulating MIME messages",
8391             "homepage": "https://symfony.com",
8392             "keywords": [
8393                 "mime",
8394                 "mime-type"
8395             ],
8396             "support": {
8397                 "source": "https://github.com/symfony/mime/tree/v5.4.9"
8398             },
8399             "funding": [
8400                 {
8401                     "url": "https://symfony.com/sponsor",
8402                     "type": "custom"
8403                 },
8404                 {
8405                     "url": "https://github.com/fabpot",
8406                     "type": "github"
8407                 },
8408                 {
8409                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8410                     "type": "tidelift"
8411                 }
8412             ],
8413             "time": "2022-05-21T10:24:18+00:00"
8414         },
8415         {
8416             "name": "symfony/polyfill-ctype",
8417             "version": "v1.26.0",
8418             "source": {
8419                 "type": "git",
8420                 "url": "https://github.com/symfony/polyfill-ctype.git",
8421                 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
8422             },
8423             "dist": {
8424                 "type": "zip",
8425                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
8426                 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
8427                 "shasum": ""
8428             },
8429             "require": {
8430                 "php": ">=7.1"
8431             },
8432             "provide": {
8433                 "ext-ctype": "*"
8434             },
8435             "suggest": {
8436                 "ext-ctype": "For best performance"
8437             },
8438             "type": "library",
8439             "extra": {
8440                 "branch-alias": {
8441                     "dev-main": "1.26-dev"
8442                 },
8443                 "thanks": {
8444                     "name": "symfony/polyfill",
8445                     "url": "https://github.com/symfony/polyfill"
8446                 }
8447             },
8448             "autoload": {
8449                 "files": [
8450                     "bootstrap.php"
8451                 ],
8452                 "psr-4": {
8453                     "Symfony\\Polyfill\\Ctype\\": ""
8454                 }
8455             },
8456             "notification-url": "https://packagist.org/downloads/",
8457             "license": [
8458                 "MIT"
8459             ],
8460             "authors": [
8461                 {
8462                     "name": "Gert de Pagter",
8463                     "email": "BackEndTea@gmail.com"
8464                 },
8465                 {
8466                     "name": "Symfony Community",
8467                     "homepage": "https://symfony.com/contributors"
8468                 }
8469             ],
8470             "description": "Symfony polyfill for ctype functions",
8471             "homepage": "https://symfony.com",
8472             "keywords": [
8473                 "compatibility",
8474                 "ctype",
8475                 "polyfill",
8476                 "portable"
8477             ],
8478             "support": {
8479                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
8480             },
8481             "funding": [
8482                 {
8483                     "url": "https://symfony.com/sponsor",
8484                     "type": "custom"
8485                 },
8486                 {
8487                     "url": "https://github.com/fabpot",
8488                     "type": "github"
8489                 },
8490                 {
8491                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8492                     "type": "tidelift"
8493                 }
8494             ],
8495             "time": "2022-05-24T11:49:31+00:00"
8496         },
8497         {
8498             "name": "symfony/polyfill-intl-grapheme",
8499             "version": "v1.26.0",
8500             "source": {
8501                 "type": "git",
8502                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
8503                 "reference": "433d05519ce6990bf3530fba6957499d327395c2"
8504             },
8505             "dist": {
8506                 "type": "zip",
8507                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
8508                 "reference": "433d05519ce6990bf3530fba6957499d327395c2",
8509                 "shasum": ""
8510             },
8511             "require": {
8512                 "php": ">=7.1"
8513             },
8514             "suggest": {
8515                 "ext-intl": "For best performance"
8516             },
8517             "type": "library",
8518             "extra": {
8519                 "branch-alias": {
8520                     "dev-main": "1.26-dev"
8521                 },
8522                 "thanks": {
8523                     "name": "symfony/polyfill",
8524                     "url": "https://github.com/symfony/polyfill"
8525                 }
8526             },
8527             "autoload": {
8528                 "files": [
8529                     "bootstrap.php"
8530                 ],
8531                 "psr-4": {
8532                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
8533                 }
8534             },
8535             "notification-url": "https://packagist.org/downloads/",
8536             "license": [
8537                 "MIT"
8538             ],
8539             "authors": [
8540                 {
8541                     "name": "Nicolas Grekas",
8542                     "email": "p@tchwork.com"
8543                 },
8544                 {
8545                     "name": "Symfony Community",
8546                     "homepage": "https://symfony.com/contributors"
8547                 }
8548             ],
8549             "description": "Symfony polyfill for intl's grapheme_* functions",
8550             "homepage": "https://symfony.com",
8551             "keywords": [
8552                 "compatibility",
8553                 "grapheme",
8554                 "intl",
8555                 "polyfill",
8556                 "portable",
8557                 "shim"
8558             ],
8559             "support": {
8560                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
8561             },
8562             "funding": [
8563                 {
8564                     "url": "https://symfony.com/sponsor",
8565                     "type": "custom"
8566                 },
8567                 {
8568                     "url": "https://github.com/fabpot",
8569                     "type": "github"
8570                 },
8571                 {
8572                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8573                     "type": "tidelift"
8574                 }
8575             ],
8576             "time": "2022-05-24T11:49:31+00:00"
8577         },
8578         {
8579             "name": "symfony/polyfill-intl-idn",
8580             "version": "v1.26.0",
8581             "source": {
8582                 "type": "git",
8583                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8584                 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
8585             },
8586             "dist": {
8587                 "type": "zip",
8588                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
8589                 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
8590                 "shasum": ""
8591             },
8592             "require": {
8593                 "php": ">=7.1",
8594                 "symfony/polyfill-intl-normalizer": "^1.10",
8595                 "symfony/polyfill-php72": "^1.10"
8596             },
8597             "suggest": {
8598                 "ext-intl": "For best performance"
8599             },
8600             "type": "library",
8601             "extra": {
8602                 "branch-alias": {
8603                     "dev-main": "1.26-dev"
8604                 },
8605                 "thanks": {
8606                     "name": "symfony/polyfill",
8607                     "url": "https://github.com/symfony/polyfill"
8608                 }
8609             },
8610             "autoload": {
8611                 "files": [
8612                     "bootstrap.php"
8613                 ],
8614                 "psr-4": {
8615                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
8616                 }
8617             },
8618             "notification-url": "https://packagist.org/downloads/",
8619             "license": [
8620                 "MIT"
8621             ],
8622             "authors": [
8623                 {
8624                     "name": "Laurent Bassin",
8625                     "email": "laurent@bassin.info"
8626                 },
8627                 {
8628                     "name": "Trevor Rowbotham",
8629                     "email": "trevor.rowbotham@pm.me"
8630                 },
8631                 {
8632                     "name": "Symfony Community",
8633                     "homepage": "https://symfony.com/contributors"
8634                 }
8635             ],
8636             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8637             "homepage": "https://symfony.com",
8638             "keywords": [
8639                 "compatibility",
8640                 "idn",
8641                 "intl",
8642                 "polyfill",
8643                 "portable",
8644                 "shim"
8645             ],
8646             "support": {
8647                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
8648             },
8649             "funding": [
8650                 {
8651                     "url": "https://symfony.com/sponsor",
8652                     "type": "custom"
8653                 },
8654                 {
8655                     "url": "https://github.com/fabpot",
8656                     "type": "github"
8657                 },
8658                 {
8659                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8660                     "type": "tidelift"
8661                 }
8662             ],
8663             "time": "2022-05-24T11:49:31+00:00"
8664         },
8665         {
8666             "name": "symfony/polyfill-intl-normalizer",
8667             "version": "v1.26.0",
8668             "source": {
8669                 "type": "git",
8670                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
8671                 "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
8672             },
8673             "dist": {
8674                 "type": "zip",
8675                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
8676                 "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
8677                 "shasum": ""
8678             },
8679             "require": {
8680                 "php": ">=7.1"
8681             },
8682             "suggest": {
8683                 "ext-intl": "For best performance"
8684             },
8685             "type": "library",
8686             "extra": {
8687                 "branch-alias": {
8688                     "dev-main": "1.26-dev"
8689                 },
8690                 "thanks": {
8691                     "name": "symfony/polyfill",
8692                     "url": "https://github.com/symfony/polyfill"
8693                 }
8694             },
8695             "autoload": {
8696                 "files": [
8697                     "bootstrap.php"
8698                 ],
8699                 "psr-4": {
8700                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
8701                 },
8702                 "classmap": [
8703                     "Resources/stubs"
8704                 ]
8705             },
8706             "notification-url": "https://packagist.org/downloads/",
8707             "license": [
8708                 "MIT"
8709             ],
8710             "authors": [
8711                 {
8712                     "name": "Nicolas Grekas",
8713                     "email": "p@tchwork.com"
8714                 },
8715                 {
8716                     "name": "Symfony Community",
8717                     "homepage": "https://symfony.com/contributors"
8718                 }
8719             ],
8720             "description": "Symfony polyfill for intl's Normalizer class and related functions",
8721             "homepage": "https://symfony.com",
8722             "keywords": [
8723                 "compatibility",
8724                 "intl",
8725                 "normalizer",
8726                 "polyfill",
8727                 "portable",
8728                 "shim"
8729             ],
8730             "support": {
8731                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
8732             },
8733             "funding": [
8734                 {
8735                     "url": "https://symfony.com/sponsor",
8736                     "type": "custom"
8737                 },
8738                 {
8739                     "url": "https://github.com/fabpot",
8740                     "type": "github"
8741                 },
8742                 {
8743                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8744                     "type": "tidelift"
8745                 }
8746             ],
8747             "time": "2022-05-24T11:49:31+00:00"
8748         },
8749         {
8750             "name": "symfony/polyfill-mbstring",
8751             "version": "v1.26.0",
8752             "source": {
8753                 "type": "git",
8754                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8755                 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
8756             },
8757             "dist": {
8758                 "type": "zip",
8759                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
8760                 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
8761                 "shasum": ""
8762             },
8763             "require": {
8764                 "php": ">=7.1"
8765             },
8766             "provide": {
8767                 "ext-mbstring": "*"
8768             },
8769             "suggest": {
8770                 "ext-mbstring": "For best performance"
8771             },
8772             "type": "library",
8773             "extra": {
8774                 "branch-alias": {
8775                     "dev-main": "1.26-dev"
8776                 },
8777                 "thanks": {
8778                     "name": "symfony/polyfill",
8779                     "url": "https://github.com/symfony/polyfill"
8780                 }
8781             },
8782             "autoload": {
8783                 "files": [
8784                     "bootstrap.php"
8785                 ],
8786                 "psr-4": {
8787                     "Symfony\\Polyfill\\Mbstring\\": ""
8788                 }
8789             },
8790             "notification-url": "https://packagist.org/downloads/",
8791             "license": [
8792                 "MIT"
8793             ],
8794             "authors": [
8795                 {
8796                     "name": "Nicolas Grekas",
8797                     "email": "p@tchwork.com"
8798                 },
8799                 {
8800                     "name": "Symfony Community",
8801                     "homepage": "https://symfony.com/contributors"
8802                 }
8803             ],
8804             "description": "Symfony polyfill for the Mbstring extension",
8805             "homepage": "https://symfony.com",
8806             "keywords": [
8807                 "compatibility",
8808                 "mbstring",
8809                 "polyfill",
8810                 "portable",
8811                 "shim"
8812             ],
8813             "support": {
8814                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
8815             },
8816             "funding": [
8817                 {
8818                     "url": "https://symfony.com/sponsor",
8819                     "type": "custom"
8820                 },
8821                 {
8822                     "url": "https://github.com/fabpot",
8823                     "type": "github"
8824                 },
8825                 {
8826                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8827                     "type": "tidelift"
8828                 }
8829             ],
8830             "time": "2022-05-24T11:49:31+00:00"
8831         },
8832         {
8833             "name": "symfony/polyfill-php72",
8834             "version": "v1.26.0",
8835             "source": {
8836                 "type": "git",
8837                 "url": "https://github.com/symfony/polyfill-php72.git",
8838                 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
8839             },
8840             "dist": {
8841                 "type": "zip",
8842                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
8843                 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
8844                 "shasum": ""
8845             },
8846             "require": {
8847                 "php": ">=7.1"
8848             },
8849             "type": "library",
8850             "extra": {
8851                 "branch-alias": {
8852                     "dev-main": "1.26-dev"
8853                 },
8854                 "thanks": {
8855                     "name": "symfony/polyfill",
8856                     "url": "https://github.com/symfony/polyfill"
8857                 }
8858             },
8859             "autoload": {
8860                 "files": [
8861                     "bootstrap.php"
8862                 ],
8863                 "psr-4": {
8864                     "Symfony\\Polyfill\\Php72\\": ""
8865                 }
8866             },
8867             "notification-url": "https://packagist.org/downloads/",
8868             "license": [
8869                 "MIT"
8870             ],
8871             "authors": [
8872                 {
8873                     "name": "Nicolas Grekas",
8874                     "email": "p@tchwork.com"
8875                 },
8876                 {
8877                     "name": "Symfony Community",
8878                     "homepage": "https://symfony.com/contributors"
8879                 }
8880             ],
8881             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8882             "homepage": "https://symfony.com",
8883             "keywords": [
8884                 "compatibility",
8885                 "polyfill",
8886                 "portable",
8887                 "shim"
8888             ],
8889             "support": {
8890                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
8891             },
8892             "funding": [
8893                 {
8894                     "url": "https://symfony.com/sponsor",
8895                     "type": "custom"
8896                 },
8897                 {
8898                     "url": "https://github.com/fabpot",
8899                     "type": "github"
8900                 },
8901                 {
8902                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8903                     "type": "tidelift"
8904                 }
8905             ],
8906             "time": "2022-05-24T11:49:31+00:00"
8907         },
8908         {
8909             "name": "symfony/polyfill-php73",
8910             "version": "v1.26.0",
8911             "source": {
8912                 "type": "git",
8913                 "url": "https://github.com/symfony/polyfill-php73.git",
8914                 "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
8915             },
8916             "dist": {
8917                 "type": "zip",
8918                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
8919                 "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
8920                 "shasum": ""
8921             },
8922             "require": {
8923                 "php": ">=7.1"
8924             },
8925             "type": "library",
8926             "extra": {
8927                 "branch-alias": {
8928                     "dev-main": "1.26-dev"
8929                 },
8930                 "thanks": {
8931                     "name": "symfony/polyfill",
8932                     "url": "https://github.com/symfony/polyfill"
8933                 }
8934             },
8935             "autoload": {
8936                 "files": [
8937                     "bootstrap.php"
8938                 ],
8939                 "psr-4": {
8940                     "Symfony\\Polyfill\\Php73\\": ""
8941                 },
8942                 "classmap": [
8943                     "Resources/stubs"
8944                 ]
8945             },
8946             "notification-url": "https://packagist.org/downloads/",
8947             "license": [
8948                 "MIT"
8949             ],
8950             "authors": [
8951                 {
8952                     "name": "Nicolas Grekas",
8953                     "email": "p@tchwork.com"
8954                 },
8955                 {
8956                     "name": "Symfony Community",
8957                     "homepage": "https://symfony.com/contributors"
8958                 }
8959             ],
8960             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8961             "homepage": "https://symfony.com",
8962             "keywords": [
8963                 "compatibility",
8964                 "polyfill",
8965                 "portable",
8966                 "shim"
8967             ],
8968             "support": {
8969                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
8970             },
8971             "funding": [
8972                 {
8973                     "url": "https://symfony.com/sponsor",
8974                     "type": "custom"
8975                 },
8976                 {
8977                     "url": "https://github.com/fabpot",
8978                     "type": "github"
8979                 },
8980                 {
8981                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8982                     "type": "tidelift"
8983                 }
8984             ],
8985             "time": "2022-05-24T11:49:31+00:00"
8986         },
8987         {
8988             "name": "symfony/polyfill-php80",
8989             "version": "v1.26.0",
8990             "source": {
8991                 "type": "git",
8992                 "url": "https://github.com/symfony/polyfill-php80.git",
8993                 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
8994             },
8995             "dist": {
8996                 "type": "zip",
8997                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
8998                 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
8999                 "shasum": ""
9000             },
9001             "require": {
9002                 "php": ">=7.1"
9003             },
9004             "type": "library",
9005             "extra": {
9006                 "branch-alias": {
9007                     "dev-main": "1.26-dev"
9008                 },
9009                 "thanks": {
9010                     "name": "symfony/polyfill",
9011                     "url": "https://github.com/symfony/polyfill"
9012                 }
9013             },
9014             "autoload": {
9015                 "files": [
9016                     "bootstrap.php"
9017                 ],
9018                 "psr-4": {
9019                     "Symfony\\Polyfill\\Php80\\": ""
9020                 },
9021                 "classmap": [
9022                     "Resources/stubs"
9023                 ]
9024             },
9025             "notification-url": "https://packagist.org/downloads/",
9026             "license": [
9027                 "MIT"
9028             ],
9029             "authors": [
9030                 {
9031                     "name": "Ion Bazan",
9032                     "email": "ion.bazan@gmail.com"
9033                 },
9034                 {
9035                     "name": "Nicolas Grekas",
9036                     "email": "p@tchwork.com"
9037                 },
9038                 {
9039                     "name": "Symfony Community",
9040                     "homepage": "https://symfony.com/contributors"
9041                 }
9042             ],
9043             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
9044             "homepage": "https://symfony.com",
9045             "keywords": [
9046                 "compatibility",
9047                 "polyfill",
9048                 "portable",
9049                 "shim"
9050             ],
9051             "support": {
9052                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
9053             },
9054             "funding": [
9055                 {
9056                     "url": "https://symfony.com/sponsor",
9057                     "type": "custom"
9058                 },
9059                 {
9060                     "url": "https://github.com/fabpot",
9061                     "type": "github"
9062                 },
9063                 {
9064                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9065                     "type": "tidelift"
9066                 }
9067             ],
9068             "time": "2022-05-10T07:21:04+00:00"
9069         },
9070         {
9071             "name": "symfony/polyfill-php81",
9072             "version": "v1.26.0",
9073             "source": {
9074                 "type": "git",
9075                 "url": "https://github.com/symfony/polyfill-php81.git",
9076                 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
9077             },
9078             "dist": {
9079                 "type": "zip",
9080                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
9081                 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
9082                 "shasum": ""
9083             },
9084             "require": {
9085                 "php": ">=7.1"
9086             },
9087             "type": "library",
9088             "extra": {
9089                 "branch-alias": {
9090                     "dev-main": "1.26-dev"
9091                 },
9092                 "thanks": {
9093                     "name": "symfony/polyfill",
9094                     "url": "https://github.com/symfony/polyfill"
9095                 }
9096             },
9097             "autoload": {
9098                 "files": [
9099                     "bootstrap.php"
9100                 ],
9101                 "psr-4": {
9102                     "Symfony\\Polyfill\\Php81\\": ""
9103                 },
9104                 "classmap": [
9105                     "Resources/stubs"
9106                 ]
9107             },
9108             "notification-url": "https://packagist.org/downloads/",
9109             "license": [
9110                 "MIT"
9111             ],
9112             "authors": [
9113                 {
9114                     "name": "Nicolas Grekas",
9115                     "email": "p@tchwork.com"
9116                 },
9117                 {
9118                     "name": "Symfony Community",
9119                     "homepage": "https://symfony.com/contributors"
9120                 }
9121             ],
9122             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
9123             "homepage": "https://symfony.com",
9124             "keywords": [
9125                 "compatibility",
9126                 "polyfill",
9127                 "portable",
9128                 "shim"
9129             ],
9130             "support": {
9131                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
9132             },
9133             "funding": [
9134                 {
9135                     "url": "https://symfony.com/sponsor",
9136                     "type": "custom"
9137                 },
9138                 {
9139                     "url": "https://github.com/fabpot",
9140                     "type": "github"
9141                 },
9142                 {
9143                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9144                     "type": "tidelift"
9145                 }
9146             ],
9147             "time": "2022-05-24T11:49:31+00:00"
9148         },
9149         {
9150             "name": "symfony/process",
9151             "version": "v5.4.8",
9152             "source": {
9153                 "type": "git",
9154                 "url": "https://github.com/symfony/process.git",
9155                 "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
9156             },
9157             "dist": {
9158                 "type": "zip",
9159                 "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
9160                 "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
9161                 "shasum": ""
9162             },
9163             "require": {
9164                 "php": ">=7.2.5",
9165                 "symfony/polyfill-php80": "^1.16"
9166             },
9167             "type": "library",
9168             "autoload": {
9169                 "psr-4": {
9170                     "Symfony\\Component\\Process\\": ""
9171                 },
9172                 "exclude-from-classmap": [
9173                     "/Tests/"
9174                 ]
9175             },
9176             "notification-url": "https://packagist.org/downloads/",
9177             "license": [
9178                 "MIT"
9179             ],
9180             "authors": [
9181                 {
9182                     "name": "Fabien Potencier",
9183                     "email": "fabien@symfony.com"
9184                 },
9185                 {
9186                     "name": "Symfony Community",
9187                     "homepage": "https://symfony.com/contributors"
9188                 }
9189             ],
9190             "description": "Executes commands in sub-processes",
9191             "homepage": "https://symfony.com",
9192             "support": {
9193                 "source": "https://github.com/symfony/process/tree/v5.4.8"
9194             },
9195             "funding": [
9196                 {
9197                     "url": "https://symfony.com/sponsor",
9198                     "type": "custom"
9199                 },
9200                 {
9201                     "url": "https://github.com/fabpot",
9202                     "type": "github"
9203                 },
9204                 {
9205                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9206                     "type": "tidelift"
9207                 }
9208             ],
9209             "time": "2022-04-08T05:07:18+00:00"
9210         },
9211         {
9212             "name": "symfony/property-access",
9213             "version": "v4.4.41",
9214             "source": {
9215                 "type": "git",
9216                 "url": "https://github.com/symfony/property-access.git",
9217                 "reference": "363945473bc6ec784e75037b075cb98f85cdae36"
9218             },
9219             "dist": {
9220                 "type": "zip",
9221                 "url": "https://api.github.com/repos/symfony/property-access/zipball/363945473bc6ec784e75037b075cb98f85cdae36",
9222                 "reference": "363945473bc6ec784e75037b075cb98f85cdae36",
9223                 "shasum": ""
9224             },
9225             "require": {
9226                 "php": ">=7.1.3",
9227                 "symfony/inflector": "^3.4|^4.0|^5.0",
9228                 "symfony/polyfill-php80": "^1.16"
9229             },
9230             "require-dev": {
9231                 "symfony/cache": "^3.4|^4.0|^5.0"
9232             },
9233             "suggest": {
9234                 "psr/cache-implementation": "To cache access methods."
9235             },
9236             "type": "library",
9237             "autoload": {
9238                 "psr-4": {
9239                     "Symfony\\Component\\PropertyAccess\\": ""
9240                 },
9241                 "exclude-from-classmap": [
9242                     "/Tests/"
9243                 ]
9244             },
9245             "notification-url": "https://packagist.org/downloads/",
9246             "license": [
9247                 "MIT"
9248             ],
9249             "authors": [
9250                 {
9251                     "name": "Fabien Potencier",
9252                     "email": "fabien@symfony.com"
9253                 },
9254                 {
9255                     "name": "Symfony Community",
9256                     "homepage": "https://symfony.com/contributors"
9257                 }
9258             ],
9259             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
9260             "homepage": "https://symfony.com",
9261             "keywords": [
9262                 "access",
9263                 "array",
9264                 "extraction",
9265                 "index",
9266                 "injection",
9267                 "object",
9268                 "property",
9269                 "property path",
9270                 "reflection"
9271             ],
9272             "support": {
9273                 "source": "https://github.com/symfony/property-access/tree/v4.4.41"
9274             },
9275             "funding": [
9276                 {
9277                     "url": "https://symfony.com/sponsor",
9278                     "type": "custom"
9279                 },
9280                 {
9281                     "url": "https://github.com/fabpot",
9282                     "type": "github"
9283                 },
9284                 {
9285                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9286                     "type": "tidelift"
9287                 }
9288             ],
9289             "time": "2022-04-12T15:19:55+00:00"
9290         },
9291         {
9292             "name": "symfony/service-contracts",
9293             "version": "v2.5.1",
9294             "source": {
9295                 "type": "git",
9296                 "url": "https://github.com/symfony/service-contracts.git",
9297                 "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
9298             },
9299             "dist": {
9300                 "type": "zip",
9301                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
9302                 "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
9303                 "shasum": ""
9304             },
9305             "require": {
9306                 "php": ">=7.2.5",
9307                 "psr/container": "^1.1",
9308                 "symfony/deprecation-contracts": "^2.1|^3"
9309             },
9310             "conflict": {
9311                 "ext-psr": "<1.1|>=2"
9312             },
9313             "suggest": {
9314                 "symfony/service-implementation": ""
9315             },
9316             "type": "library",
9317             "extra": {
9318                 "branch-alias": {
9319                     "dev-main": "2.5-dev"
9320                 },
9321                 "thanks": {
9322                     "name": "symfony/contracts",
9323                     "url": "https://github.com/symfony/contracts"
9324                 }
9325             },
9326             "autoload": {
9327                 "psr-4": {
9328                     "Symfony\\Contracts\\Service\\": ""
9329                 }
9330             },
9331             "notification-url": "https://packagist.org/downloads/",
9332             "license": [
9333                 "MIT"
9334             ],
9335             "authors": [
9336                 {
9337                     "name": "Nicolas Grekas",
9338                     "email": "p@tchwork.com"
9339                 },
9340                 {
9341                     "name": "Symfony Community",
9342                     "homepage": "https://symfony.com/contributors"
9343                 }
9344             ],
9345             "description": "Generic abstractions related to writing services",
9346             "homepage": "https://symfony.com",
9347             "keywords": [
9348                 "abstractions",
9349                 "contracts",
9350                 "decoupling",
9351                 "interfaces",
9352                 "interoperability",
9353                 "standards"
9354             ],
9355             "support": {
9356                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.1"
9357             },
9358             "funding": [
9359                 {
9360                     "url": "https://symfony.com/sponsor",
9361                     "type": "custom"
9362                 },
9363                 {
9364                     "url": "https://github.com/fabpot",
9365                     "type": "github"
9366                 },
9367                 {
9368                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9369                     "type": "tidelift"
9370                 }
9371             ],
9372             "time": "2022-03-13T20:07:29+00:00"
9373         },
9374         {
9375             "name": "symfony/string",
9376             "version": "v5.4.9",
9377             "source": {
9378                 "type": "git",
9379                 "url": "https://github.com/symfony/string.git",
9380                 "reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99"
9381             },
9382             "dist": {
9383                 "type": "zip",
9384                 "url": "https://api.github.com/repos/symfony/string/zipball/985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
9385                 "reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
9386                 "shasum": ""
9387             },
9388             "require": {
9389                 "php": ">=7.2.5",
9390                 "symfony/polyfill-ctype": "~1.8",
9391                 "symfony/polyfill-intl-grapheme": "~1.0",
9392                 "symfony/polyfill-intl-normalizer": "~1.0",
9393                 "symfony/polyfill-mbstring": "~1.0",
9394                 "symfony/polyfill-php80": "~1.15"
9395             },
9396             "conflict": {
9397                 "symfony/translation-contracts": ">=3.0"
9398             },
9399             "require-dev": {
9400                 "symfony/error-handler": "^4.4|^5.0|^6.0",
9401                 "symfony/http-client": "^4.4|^5.0|^6.0",
9402                 "symfony/translation-contracts": "^1.1|^2",
9403                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
9404             },
9405             "type": "library",
9406             "autoload": {
9407                 "files": [
9408                     "Resources/functions.php"
9409                 ],
9410                 "psr-4": {
9411                     "Symfony\\Component\\String\\": ""
9412                 },
9413                 "exclude-from-classmap": [
9414                     "/Tests/"
9415                 ]
9416             },
9417             "notification-url": "https://packagist.org/downloads/",
9418             "license": [
9419                 "MIT"
9420             ],
9421             "authors": [
9422                 {
9423                     "name": "Nicolas Grekas",
9424                     "email": "p@tchwork.com"
9425                 },
9426                 {
9427                     "name": "Symfony Community",
9428                     "homepage": "https://symfony.com/contributors"
9429                 }
9430             ],
9431             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
9432             "homepage": "https://symfony.com",
9433             "keywords": [
9434                 "grapheme",
9435                 "i18n",
9436                 "string",
9437                 "unicode",
9438                 "utf-8",
9439                 "utf8"
9440             ],
9441             "support": {
9442                 "source": "https://github.com/symfony/string/tree/v5.4.9"
9443             },
9444             "funding": [
9445                 {
9446                     "url": "https://symfony.com/sponsor",
9447                     "type": "custom"
9448                 },
9449                 {
9450                     "url": "https://github.com/fabpot",
9451                     "type": "github"
9452                 },
9453                 {
9454                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9455                     "type": "tidelift"
9456                 }
9457             ],
9458             "time": "2022-04-19T10:40:37+00:00"
9459         },
9460         {
9461             "name": "symfony/yaml",
9462             "version": "v4.4.37",
9463             "source": {
9464                 "type": "git",
9465                 "url": "https://github.com/symfony/yaml.git",
9466                 "reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311"
9467             },
9468             "dist": {
9469                 "type": "zip",
9470                 "url": "https://api.github.com/repos/symfony/yaml/zipball/d7f637cc0f0cc14beb0984f2bb50da560b271311",
9471                 "reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311",
9472                 "shasum": ""
9473             },
9474             "require": {
9475                 "php": ">=7.1.3",
9476                 "symfony/polyfill-ctype": "~1.8"
9477             },
9478             "conflict": {
9479                 "symfony/console": "<3.4"
9480             },
9481             "require-dev": {
9482                 "symfony/console": "^3.4|^4.0|^5.0"
9483             },
9484             "suggest": {
9485                 "symfony/console": "For validating YAML files using the lint command"
9486             },
9487             "type": "library",
9488             "autoload": {
9489                 "psr-4": {
9490                     "Symfony\\Component\\Yaml\\": ""
9491                 },
9492                 "exclude-from-classmap": [
9493                     "/Tests/"
9494                 ]
9495             },
9496             "notification-url": "https://packagist.org/downloads/",
9497             "license": [
9498                 "MIT"
9499             ],
9500             "authors": [
9501                 {
9502                     "name": "Fabien Potencier",
9503                     "email": "fabien@symfony.com"
9504                 },
9505                 {
9506                     "name": "Symfony Community",
9507                     "homepage": "https://symfony.com/contributors"
9508                 }
9509             ],
9510             "description": "Loads and dumps YAML files",
9511             "homepage": "https://symfony.com",
9512             "support": {
9513                 "source": "https://github.com/symfony/yaml/tree/v4.4.37"
9514             },
9515             "funding": [
9516                 {
9517                     "url": "https://symfony.com/sponsor",
9518                     "type": "custom"
9519                 },
9520                 {
9521                     "url": "https://github.com/fabpot",
9522                     "type": "github"
9523                 },
9524                 {
9525                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9526                     "type": "tidelift"
9527                 }
9528             ],
9529             "time": "2022-01-24T20:11:01+00:00"
9530         },
9531         {
9532             "name": "twig/twig",
9533             "version": "v3.4.1",
9534             "source": {
9535                 "type": "git",
9536                 "url": "https://github.com/twigphp/Twig.git",
9537                 "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342"
9538             },
9539             "dist": {
9540                 "type": "zip",
9541                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/e939eae92386b69b49cfa4599dd9bead6bf4a342",
9542                 "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342",
9543                 "shasum": ""
9544             },
9545             "require": {
9546                 "php": ">=7.2.5",
9547                 "symfony/polyfill-ctype": "^1.8",
9548                 "symfony/polyfill-mbstring": "^1.3"
9549             },
9550             "require-dev": {
9551                 "psr/container": "^1.0",
9552                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
9553             },
9554             "type": "library",
9555             "extra": {
9556                 "branch-alias": {
9557                     "dev-master": "3.4-dev"
9558                 }
9559             },
9560             "autoload": {
9561                 "psr-4": {
9562                     "Twig\\": "src/"
9563                 }
9564             },
9565             "notification-url": "https://packagist.org/downloads/",
9566             "license": [
9567                 "BSD-3-Clause"
9568             ],
9569             "authors": [
9570                 {
9571                     "name": "Fabien Potencier",
9572                     "email": "fabien@symfony.com",
9573                     "homepage": "http://fabien.potencier.org",
9574                     "role": "Lead Developer"
9575                 },
9576                 {
9577                     "name": "Twig Team",
9578                     "role": "Contributors"
9579                 },
9580                 {
9581                     "name": "Armin Ronacher",
9582                     "email": "armin.ronacher@active-4.com",
9583                     "role": "Project Founder"
9584                 }
9585             ],
9586             "description": "Twig, the flexible, fast, and secure template language for PHP",
9587             "homepage": "https://twig.symfony.com",
9588             "keywords": [
9589                 "templating"
9590             ],
9591             "support": {
9592                 "issues": "https://github.com/twigphp/Twig/issues",
9593                 "source": "https://github.com/twigphp/Twig/tree/v3.4.1"
9594             },
9595             "funding": [
9596                 {
9597                     "url": "https://github.com/fabpot",
9598                     "type": "github"
9599                 },
9600                 {
9601                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
9602                     "type": "tidelift"
9603                 }
9604             ],
9605             "time": "2022-05-17T05:48:52+00:00"
9606         },
9607         {
9608             "name": "vlucas/phpdotenv",
9609             "version": "v5.4.1",
9610             "source": {
9611                 "type": "git",
9612                 "url": "https://github.com/vlucas/phpdotenv.git",
9613                 "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
9614             },
9615             "dist": {
9616                 "type": "zip",
9617                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
9618                 "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
9619                 "shasum": ""
9620             },
9621             "require": {
9622                 "ext-pcre": "*",
9623                 "graham-campbell/result-type": "^1.0.2",
9624                 "php": "^7.1.3 || ^8.0",
9625                 "phpoption/phpoption": "^1.8",
9626                 "symfony/polyfill-ctype": "^1.23",
9627                 "symfony/polyfill-mbstring": "^1.23.1",
9628                 "symfony/polyfill-php80": "^1.23.1"
9629             },
9630             "require-dev": {
9631                 "bamarni/composer-bin-plugin": "^1.4.1",
9632                 "ext-filter": "*",
9633                 "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
9634             },
9635             "suggest": {
9636                 "ext-filter": "Required to use the boolean validator."
9637             },
9638             "type": "library",
9639             "extra": {
9640                 "branch-alias": {
9641                     "dev-master": "5.4-dev"
9642                 }
9643             },
9644             "autoload": {
9645                 "psr-4": {
9646                     "Dotenv\\": "src/"
9647                 }
9648             },
9649             "notification-url": "https://packagist.org/downloads/",
9650             "license": [
9651                 "BSD-3-Clause"
9652             ],
9653             "authors": [
9654                 {
9655                     "name": "Graham Campbell",
9656                     "email": "hello@gjcampbell.co.uk",
9657                     "homepage": "https://github.com/GrahamCampbell"
9658                 },
9659                 {
9660                     "name": "Vance Lucas",
9661                     "email": "vance@vancelucas.com",
9662                     "homepage": "https://github.com/vlucas"
9663                 }
9664             ],
9665             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
9666             "keywords": [
9667                 "dotenv",
9668                 "env",
9669                 "environment"
9670             ],
9671             "support": {
9672                 "issues": "https://github.com/vlucas/phpdotenv/issues",
9673                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1"
9674             },
9675             "funding": [
9676                 {
9677                     "url": "https://github.com/GrahamCampbell",
9678                     "type": "github"
9679                 },
9680                 {
9681                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
9682                     "type": "tidelift"
9683                 }
9684             ],
9685             "time": "2021-12-12T23:22:04+00:00"
9686         },
9687         {
9688             "name": "waryway/php-traits-library",
9689             "version": "1.0.4",
9690             "source": {
9691                 "type": "git",
9692                 "url": "https://github.com/Waryway/PhpTraitsLibrary.git",
9693                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035"
9694             },
9695             "dist": {
9696                 "type": "zip",
9697                 "url": "https://api.github.com/repos/Waryway/PhpTraitsLibrary/zipball/ec0b630770bdd84168d2cd5e61bd93f45095e035",
9698                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035",
9699                 "shasum": ""
9700             },
9701             "require-dev": {
9702                 "phpunit/phpunit": "6.4.3"
9703             },
9704             "type": "library",
9705             "autoload": {
9706                 "psr-4": {
9707                     "Waryway\\PhpTraitsLibrary\\": "src/"
9708                 }
9709             },
9710             "notification-url": "https://packagist.org/downloads/",
9711             "license": [
9712                 "MIT"
9713             ],
9714             "authors": [
9715                 {
9716                     "name": "Kyle Wiering",
9717                     "email": "kyle@waryway.com"
9718                 }
9719             ],
9720             "description": "General use traits",
9721             "support": {
9722                 "issues": "https://github.com/Waryway/PhpTraitsLibrary/issues",
9723                 "source": "https://github.com/Waryway/PhpTraitsLibrary/tree/1.0.4"
9724             },
9725             "time": "2017-12-23T14:22:07+00:00"
9726         },
9727         {
9728             "name": "webimpress/safe-writer",
9729             "version": "2.2.0",
9730             "source": {
9731                 "type": "git",
9732                 "url": "https://github.com/webimpress/safe-writer.git",
9733                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
9734             },
9735             "dist": {
9736                 "type": "zip",
9737                 "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9738                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9739                 "shasum": ""
9740             },
9741             "require": {
9742                 "php": "^7.3 || ^8.0"
9743             },
9744             "require-dev": {
9745                 "phpunit/phpunit": "^9.5.4",
9746                 "vimeo/psalm": "^4.7",
9747                 "webimpress/coding-standard": "^1.2.2"
9748             },
9749             "type": "library",
9750             "extra": {
9751                 "branch-alias": {
9752                     "dev-master": "2.2.x-dev",
9753                     "dev-develop": "2.3.x-dev",
9754                     "dev-release-1.0": "1.0.x-dev"
9755                 }
9756             },
9757             "autoload": {
9758                 "psr-4": {
9759                     "Webimpress\\SafeWriter\\": "src/"
9760                 }
9761             },
9762             "notification-url": "https://packagist.org/downloads/",
9763             "license": [
9764                 "BSD-2-Clause"
9765             ],
9766             "description": "Tool to write files safely, to avoid race conditions",
9767             "keywords": [
9768                 "concurrent write",
9769                 "file writer",
9770                 "race condition",
9771                 "safe writer",
9772                 "webimpress"
9773             ],
9774             "support": {
9775                 "issues": "https://github.com/webimpress/safe-writer/issues",
9776                 "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
9777             },
9778             "funding": [
9779                 {
9780                     "url": "https://github.com/michalbundyra",
9781                     "type": "github"
9782                 }
9783             ],
9784             "time": "2021-04-19T16:34:45+00:00"
9785         },
9786         {
9787             "name": "webmozart/assert",
9788             "version": "1.11.0",
9789             "source": {
9790                 "type": "git",
9791                 "url": "https://github.com/webmozarts/assert.git",
9792                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
9793             },
9794             "dist": {
9795                 "type": "zip",
9796                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
9797                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
9798                 "shasum": ""
9799             },
9800             "require": {
9801                 "ext-ctype": "*",
9802                 "php": "^7.2 || ^8.0"
9803             },
9804             "conflict": {
9805                 "phpstan/phpstan": "<0.12.20",
9806                 "vimeo/psalm": "<4.6.1 || 4.6.2"
9807             },
9808             "require-dev": {
9809                 "phpunit/phpunit": "^8.5.13"
9810             },
9811             "type": "library",
9812             "extra": {
9813                 "branch-alias": {
9814                     "dev-master": "1.10-dev"
9815                 }
9816             },
9817             "autoload": {
9818                 "psr-4": {
9819                     "Webmozart\\Assert\\": "src/"
9820                 }
9821             },
9822             "notification-url": "https://packagist.org/downloads/",
9823             "license": [
9824                 "MIT"
9825             ],
9826             "authors": [
9827                 {
9828                     "name": "Bernhard Schussek",
9829                     "email": "bschussek@gmail.com"
9830                 }
9831             ],
9832             "description": "Assertions to validate method input/output with nice error messages.",
9833             "keywords": [
9834                 "assert",
9835                 "check",
9836                 "validate"
9837             ],
9838             "support": {
9839                 "issues": "https://github.com/webmozarts/assert/issues",
9840                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
9841             },
9842             "time": "2022-06-03T18:03:27+00:00"
9843         },
9844         {
9845             "name": "yubico/u2flib-server",
9846             "version": "1.0.2",
9847             "source": {
9848                 "type": "git",
9849                 "url": "https://github.com/Yubico/php-u2flib-server.git",
9850                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
9851             },
9852             "dist": {
9853                 "type": "zip",
9854                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
9855                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
9856                 "shasum": ""
9857             },
9858             "require": {
9859                 "ext-openssl": "*",
9860                 "paragonie/random_compat": ">= 1",
9861                 "php": ">=5.6"
9862             },
9863             "require-dev": {
9864                 "phpunit/phpunit": "~5.7",
9865                 "vimeo/psalm": "^0|^1|^2"
9866             },
9867             "type": "library",
9868             "autoload": {
9869                 "classmap": [
9870                     "src/"
9871                 ]
9872             },
9873             "notification-url": "https://packagist.org/downloads/",
9874             "license": [
9875                 "BSD-2-Clause"
9876             ],
9877             "description": "Library for U2F implementation",
9878             "homepage": "https://developers.yubico.com/php-u2flib-server",
9879             "support": {
9880                 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
9881                 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
9882             },
9883             "time": "2018-09-07T08:16:44+00:00"
9884         }
9885     ],
9886     "packages-dev": [
9887         {
9888             "name": "doctrine/annotations",
9889             "version": "1.13.2",
9890             "source": {
9891                 "type": "git",
9892                 "url": "https://github.com/doctrine/annotations.git",
9893                 "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
9894             },
9895             "dist": {
9896                 "type": "zip",
9897                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
9898                 "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
9899                 "shasum": ""
9900             },
9901             "require": {
9902                 "doctrine/lexer": "1.*",
9903                 "ext-tokenizer": "*",
9904                 "php": "^7.1 || ^8.0",
9905                 "psr/cache": "^1 || ^2 || ^3"
9906             },
9907             "require-dev": {
9908                 "doctrine/cache": "^1.11 || ^2.0",
9909                 "doctrine/coding-standard": "^6.0 || ^8.1",
9910                 "phpstan/phpstan": "^0.12.20",
9911                 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
9912                 "symfony/cache": "^4.4 || ^5.2"
9913             },
9914             "type": "library",
9915             "autoload": {
9916                 "psr-4": {
9917                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
9918                 }
9919             },
9920             "notification-url": "https://packagist.org/downloads/",
9921             "license": [
9922                 "MIT"
9923             ],
9924             "authors": [
9925                 {
9926                     "name": "Guilherme Blanco",
9927                     "email": "guilhermeblanco@gmail.com"
9928                 },
9929                 {
9930                     "name": "Roman Borschel",
9931                     "email": "roman@code-factory.org"
9932                 },
9933                 {
9934                     "name": "Benjamin Eberlei",
9935                     "email": "kontakt@beberlei.de"
9936                 },
9937                 {
9938                     "name": "Jonathan Wage",
9939                     "email": "jonwage@gmail.com"
9940                 },
9941                 {
9942                     "name": "Johannes Schmitt",
9943                     "email": "schmittjoh@gmail.com"
9944                 }
9945             ],
9946             "description": "Docblock Annotations Parser",
9947             "homepage": "https://www.doctrine-project.org/projects/annotations.html",
9948             "keywords": [
9949                 "annotations",
9950                 "docblock",
9951                 "parser"
9952             ],
9953             "support": {
9954                 "issues": "https://github.com/doctrine/annotations/issues",
9955                 "source": "https://github.com/doctrine/annotations/tree/1.13.2"
9956             },
9957             "time": "2021-08-05T19:00:23+00:00"
9958         },
9959         {
9960             "name": "doctrine/instantiator",
9961             "version": "1.4.1",
9962             "source": {
9963                 "type": "git",
9964                 "url": "https://github.com/doctrine/instantiator.git",
9965                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
9966             },
9967             "dist": {
9968                 "type": "zip",
9969                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
9970                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
9971                 "shasum": ""
9972             },
9973             "require": {
9974                 "php": "^7.1 || ^8.0"
9975             },
9976             "require-dev": {
9977                 "doctrine/coding-standard": "^9",
9978                 "ext-pdo": "*",
9979                 "ext-phar": "*",
9980                 "phpbench/phpbench": "^0.16 || ^1",
9981                 "phpstan/phpstan": "^1.4",
9982                 "phpstan/phpstan-phpunit": "^1",
9983                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
9984                 "vimeo/psalm": "^4.22"
9985             },
9986             "type": "library",
9987             "autoload": {
9988                 "psr-4": {
9989                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
9990                 }
9991             },
9992             "notification-url": "https://packagist.org/downloads/",
9993             "license": [
9994                 "MIT"
9995             ],
9996             "authors": [
9997                 {
9998                     "name": "Marco Pivetta",
9999                     "email": "ocramius@gmail.com",
10000                     "homepage": "https://ocramius.github.io/"
10001                 }
10002             ],
10003             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
10004             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
10005             "keywords": [
10006                 "constructor",
10007                 "instantiate"
10008             ],
10009             "support": {
10010                 "issues": "https://github.com/doctrine/instantiator/issues",
10011                 "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
10012             },
10013             "funding": [
10014                 {
10015                     "url": "https://www.doctrine-project.org/sponsorship.html",
10016                     "type": "custom"
10017                 },
10018                 {
10019                     "url": "https://www.patreon.com/phpdoctrine",
10020                     "type": "patreon"
10021                 },
10022                 {
10023                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
10024                     "type": "tidelift"
10025                 }
10026             ],
10027             "time": "2022-03-03T08:28:38+00:00"
10028         },
10029         {
10030             "name": "doctrine/lexer",
10031             "version": "1.2.3",
10032             "source": {
10033                 "type": "git",
10034                 "url": "https://github.com/doctrine/lexer.git",
10035                 "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
10036             },
10037             "dist": {
10038                 "type": "zip",
10039                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
10040                 "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
10041                 "shasum": ""
10042             },
10043             "require": {
10044                 "php": "^7.1 || ^8.0"
10045             },
10046             "require-dev": {
10047                 "doctrine/coding-standard": "^9.0",
10048                 "phpstan/phpstan": "^1.3",
10049                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10050                 "vimeo/psalm": "^4.11"
10051             },
10052             "type": "library",
10053             "autoload": {
10054                 "psr-4": {
10055                     "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
10056                 }
10057             },
10058             "notification-url": "https://packagist.org/downloads/",
10059             "license": [
10060                 "MIT"
10061             ],
10062             "authors": [
10063                 {
10064                     "name": "Guilherme Blanco",
10065                     "email": "guilhermeblanco@gmail.com"
10066                 },
10067                 {
10068                     "name": "Roman Borschel",
10069                     "email": "roman@code-factory.org"
10070                 },
10071                 {
10072                     "name": "Johannes Schmitt",
10073                     "email": "schmittjoh@gmail.com"
10074                 }
10075             ],
10076             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
10077             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
10078             "keywords": [
10079                 "annotations",
10080                 "docblock",
10081                 "lexer",
10082                 "parser",
10083                 "php"
10084             ],
10085             "support": {
10086                 "issues": "https://github.com/doctrine/lexer/issues",
10087                 "source": "https://github.com/doctrine/lexer/tree/1.2.3"
10088             },
10089             "funding": [
10090                 {
10091                     "url": "https://www.doctrine-project.org/sponsorship.html",
10092                     "type": "custom"
10093                 },
10094                 {
10095                     "url": "https://www.patreon.com/phpdoctrine",
10096                     "type": "patreon"
10097                 },
10098                 {
10099                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
10100                     "type": "tidelift"
10101                 }
10102             ],
10103             "time": "2022-02-28T11:07:21+00:00"
10104         },
10105         {
10106             "name": "phar-io/manifest",
10107             "version": "2.0.3",
10108             "source": {
10109                 "type": "git",
10110                 "url": "https://github.com/phar-io/manifest.git",
10111                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
10112             },
10113             "dist": {
10114                 "type": "zip",
10115                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
10116                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
10117                 "shasum": ""
10118             },
10119             "require": {
10120                 "ext-dom": "*",
10121                 "ext-phar": "*",
10122                 "ext-xmlwriter": "*",
10123                 "phar-io/version": "^3.0.1",
10124                 "php": "^7.2 || ^8.0"
10125             },
10126             "type": "library",
10127             "extra": {
10128                 "branch-alias": {
10129                     "dev-master": "2.0.x-dev"
10130                 }
10131             },
10132             "autoload": {
10133                 "classmap": [
10134                     "src/"
10135                 ]
10136             },
10137             "notification-url": "https://packagist.org/downloads/",
10138             "license": [
10139                 "BSD-3-Clause"
10140             ],
10141             "authors": [
10142                 {
10143                     "name": "Arne Blankerts",
10144                     "email": "arne@blankerts.de",
10145                     "role": "Developer"
10146                 },
10147                 {
10148                     "name": "Sebastian Heuer",
10149                     "email": "sebastian@phpeople.de",
10150                     "role": "Developer"
10151                 },
10152                 {
10153                     "name": "Sebastian Bergmann",
10154                     "email": "sebastian@phpunit.de",
10155                     "role": "Developer"
10156                 }
10157             ],
10158             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
10159             "support": {
10160                 "issues": "https://github.com/phar-io/manifest/issues",
10161                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
10162             },
10163             "time": "2021-07-20T11:28:43+00:00"
10164         },
10165         {
10166             "name": "phar-io/version",
10167             "version": "3.2.1",
10168             "source": {
10169                 "type": "git",
10170                 "url": "https://github.com/phar-io/version.git",
10171                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
10172             },
10173             "dist": {
10174                 "type": "zip",
10175                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10176                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10177                 "shasum": ""
10178             },
10179             "require": {
10180                 "php": "^7.2 || ^8.0"
10181             },
10182             "type": "library",
10183             "autoload": {
10184                 "classmap": [
10185                     "src/"
10186                 ]
10187             },
10188             "notification-url": "https://packagist.org/downloads/",
10189             "license": [
10190                 "BSD-3-Clause"
10191             ],
10192             "authors": [
10193                 {
10194                     "name": "Arne Blankerts",
10195                     "email": "arne@blankerts.de",
10196                     "role": "Developer"
10197                 },
10198                 {
10199                     "name": "Sebastian Heuer",
10200                     "email": "sebastian@phpeople.de",
10201                     "role": "Developer"
10202                 },
10203                 {
10204                     "name": "Sebastian Bergmann",
10205                     "email": "sebastian@phpunit.de",
10206                     "role": "Developer"
10207                 }
10208             ],
10209             "description": "Library for handling version information and constraints",
10210             "support": {
10211                 "issues": "https://github.com/phar-io/version/issues",
10212                 "source": "https://github.com/phar-io/version/tree/3.2.1"
10213             },
10214             "time": "2022-02-21T01:04:05+00:00"
10215         },
10216         {
10217             "name": "php-webdriver/webdriver",
10218             "version": "1.12.1",
10219             "source": {
10220                 "type": "git",
10221                 "url": "https://github.com/php-webdriver/php-webdriver.git",
10222                 "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a"
10223             },
10224             "dist": {
10225                 "type": "zip",
10226                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/b27ddf458d273c7d4602106fcaf978aa0b7fe15a",
10227                 "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a",
10228                 "shasum": ""
10229             },
10230             "require": {
10231                 "ext-curl": "*",
10232                 "ext-json": "*",
10233                 "ext-zip": "*",
10234                 "php": "^5.6 || ~7.0 || ^8.0",
10235                 "symfony/polyfill-mbstring": "^1.12",
10236                 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
10237             },
10238             "replace": {
10239                 "facebook/webdriver": "*"
10240             },
10241             "require-dev": {
10242                 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
10243                 "php-coveralls/php-coveralls": "^2.4",
10244                 "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
10245                 "php-parallel-lint/php-parallel-lint": "^1.2",
10246                 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
10247                 "squizlabs/php_codesniffer": "^3.5",
10248                 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
10249             },
10250             "suggest": {
10251                 "ext-SimpleXML": "For Firefox profile creation"
10252             },
10253             "type": "library",
10254             "autoload": {
10255                 "files": [
10256                     "lib/Exception/TimeoutException.php"
10257                 ],
10258                 "psr-4": {
10259                     "Facebook\\WebDriver\\": "lib/"
10260                 }
10261             },
10262             "notification-url": "https://packagist.org/downloads/",
10263             "license": [
10264                 "MIT"
10265             ],
10266             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
10267             "homepage": "https://github.com/php-webdriver/php-webdriver",
10268             "keywords": [
10269                 "Chromedriver",
10270                 "geckodriver",
10271                 "php",
10272                 "selenium",
10273                 "webdriver"
10274             ],
10275             "support": {
10276                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
10277                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.1"
10278             },
10279             "time": "2022-05-03T12:16:34+00:00"
10280         },
10281         {
10282             "name": "phpdocumentor/reflection-common",
10283             "version": "2.2.0",
10284             "source": {
10285                 "type": "git",
10286                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
10287                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
10288             },
10289             "dist": {
10290                 "type": "zip",
10291                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
10292                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
10293                 "shasum": ""
10294             },
10295             "require": {
10296                 "php": "^7.2 || ^8.0"
10297             },
10298             "type": "library",
10299             "extra": {
10300                 "branch-alias": {
10301                     "dev-2.x": "2.x-dev"
10302                 }
10303             },
10304             "autoload": {
10305                 "psr-4": {
10306                     "phpDocumentor\\Reflection\\": "src/"
10307                 }
10308             },
10309             "notification-url": "https://packagist.org/downloads/",
10310             "license": [
10311                 "MIT"
10312             ],
10313             "authors": [
10314                 {
10315                     "name": "Jaap van Otterdijk",
10316                     "email": "opensource@ijaap.nl"
10317                 }
10318             ],
10319             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
10320             "homepage": "http://www.phpdoc.org",
10321             "keywords": [
10322                 "FQSEN",
10323                 "phpDocumentor",
10324                 "phpdoc",
10325                 "reflection",
10326                 "static analysis"
10327             ],
10328             "support": {
10329                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
10330                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
10331             },
10332             "time": "2020-06-27T09:03:43+00:00"
10333         },
10334         {
10335             "name": "phpdocumentor/reflection-docblock",
10336             "version": "5.3.0",
10337             "source": {
10338                 "type": "git",
10339                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
10340                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
10341             },
10342             "dist": {
10343                 "type": "zip",
10344                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
10345                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
10346                 "shasum": ""
10347             },
10348             "require": {
10349                 "ext-filter": "*",
10350                 "php": "^7.2 || ^8.0",
10351                 "phpdocumentor/reflection-common": "^2.2",
10352                 "phpdocumentor/type-resolver": "^1.3",
10353                 "webmozart/assert": "^1.9.1"
10354             },
10355             "require-dev": {
10356                 "mockery/mockery": "~1.3.2",
10357                 "psalm/phar": "^4.8"
10358             },
10359             "type": "library",
10360             "extra": {
10361                 "branch-alias": {
10362                     "dev-master": "5.x-dev"
10363                 }
10364             },
10365             "autoload": {
10366                 "psr-4": {
10367                     "phpDocumentor\\Reflection\\": "src"
10368                 }
10369             },
10370             "notification-url": "https://packagist.org/downloads/",
10371             "license": [
10372                 "MIT"
10373             ],
10374             "authors": [
10375                 {
10376                     "name": "Mike van Riel",
10377                     "email": "me@mikevanriel.com"
10378                 },
10379                 {
10380                     "name": "Jaap van Otterdijk",
10381                     "email": "account@ijaap.nl"
10382                 }
10383             ],
10384             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
10385             "support": {
10386                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
10387                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
10388             },
10389             "time": "2021-10-19T17:43:47+00:00"
10390         },
10391         {
10392             "name": "phpdocumentor/type-resolver",
10393             "version": "1.6.1",
10394             "source": {
10395                 "type": "git",
10396                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
10397                 "reference": "77a32518733312af16a44300404e945338981de3"
10398             },
10399             "dist": {
10400                 "type": "zip",
10401                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
10402                 "reference": "77a32518733312af16a44300404e945338981de3",
10403                 "shasum": ""
10404             },
10405             "require": {
10406                 "php": "^7.2 || ^8.0",
10407                 "phpdocumentor/reflection-common": "^2.0"
10408             },
10409             "require-dev": {
10410                 "ext-tokenizer": "*",
10411                 "psalm/phar": "^4.8"
10412             },
10413             "type": "library",
10414             "extra": {
10415                 "branch-alias": {
10416                     "dev-1.x": "1.x-dev"
10417                 }
10418             },
10419             "autoload": {
10420                 "psr-4": {
10421                     "phpDocumentor\\Reflection\\": "src"
10422                 }
10423             },
10424             "notification-url": "https://packagist.org/downloads/",
10425             "license": [
10426                 "MIT"
10427             ],
10428             "authors": [
10429                 {
10430                     "name": "Mike van Riel",
10431                     "email": "me@mikevanriel.com"
10432                 }
10433             ],
10434             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
10435             "support": {
10436                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
10437                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
10438             },
10439             "time": "2022-03-15T21:29:03+00:00"
10440         },
10441         {
10442             "name": "phpspec/prophecy",
10443             "version": "v1.15.0",
10444             "source": {
10445                 "type": "git",
10446                 "url": "https://github.com/phpspec/prophecy.git",
10447                 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
10448             },
10449             "dist": {
10450                 "type": "zip",
10451                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
10452                 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
10453                 "shasum": ""
10454             },
10455             "require": {
10456                 "doctrine/instantiator": "^1.2",
10457                 "php": "^7.2 || ~8.0, <8.2",
10458                 "phpdocumentor/reflection-docblock": "^5.2",
10459                 "sebastian/comparator": "^3.0 || ^4.0",
10460                 "sebastian/recursion-context": "^3.0 || ^4.0"
10461             },
10462             "require-dev": {
10463                 "phpspec/phpspec": "^6.0 || ^7.0",
10464                 "phpunit/phpunit": "^8.0 || ^9.0"
10465             },
10466             "type": "library",
10467             "extra": {
10468                 "branch-alias": {
10469                     "dev-master": "1.x-dev"
10470                 }
10471             },
10472             "autoload": {
10473                 "psr-4": {
10474                     "Prophecy\\": "src/Prophecy"
10475                 }
10476             },
10477             "notification-url": "https://packagist.org/downloads/",
10478             "license": [
10479                 "MIT"
10480             ],
10481             "authors": [
10482                 {
10483                     "name": "Konstantin Kudryashov",
10484                     "email": "ever.zet@gmail.com",
10485                     "homepage": "http://everzet.com"
10486                 },
10487                 {
10488                     "name": "Marcello Duarte",
10489                     "email": "marcello.duarte@gmail.com"
10490                 }
10491             ],
10492             "description": "Highly opinionated mocking framework for PHP 5.3+",
10493             "homepage": "https://github.com/phpspec/prophecy",
10494             "keywords": [
10495                 "Double",
10496                 "Dummy",
10497                 "fake",
10498                 "mock",
10499                 "spy",
10500                 "stub"
10501             ],
10502             "support": {
10503                 "issues": "https://github.com/phpspec/prophecy/issues",
10504                 "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
10505             },
10506             "time": "2021-12-08T12:19:24+00:00"
10507         },
10508         {
10509             "name": "phpunit/php-code-coverage",
10510             "version": "9.2.15",
10511             "source": {
10512                 "type": "git",
10513                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
10514                 "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f"
10515             },
10516             "dist": {
10517                 "type": "zip",
10518                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
10519                 "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
10520                 "shasum": ""
10521             },
10522             "require": {
10523                 "ext-dom": "*",
10524                 "ext-libxml": "*",
10525                 "ext-xmlwriter": "*",
10526                 "nikic/php-parser": "^4.13.0",
10527                 "php": ">=7.3",
10528                 "phpunit/php-file-iterator": "^3.0.3",
10529                 "phpunit/php-text-template": "^2.0.2",
10530                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
10531                 "sebastian/complexity": "^2.0",
10532                 "sebastian/environment": "^5.1.2",
10533                 "sebastian/lines-of-code": "^1.0.3",
10534                 "sebastian/version": "^3.0.1",
10535                 "theseer/tokenizer": "^1.2.0"
10536             },
10537             "require-dev": {
10538                 "phpunit/phpunit": "^9.3"
10539             },
10540             "suggest": {
10541                 "ext-pcov": "*",
10542                 "ext-xdebug": "*"
10543             },
10544             "type": "library",
10545             "extra": {
10546                 "branch-alias": {
10547                     "dev-master": "9.2-dev"
10548                 }
10549             },
10550             "autoload": {
10551                 "classmap": [
10552                     "src/"
10553                 ]
10554             },
10555             "notification-url": "https://packagist.org/downloads/",
10556             "license": [
10557                 "BSD-3-Clause"
10558             ],
10559             "authors": [
10560                 {
10561                     "name": "Sebastian Bergmann",
10562                     "email": "sebastian@phpunit.de",
10563                     "role": "lead"
10564                 }
10565             ],
10566             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
10567             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10568             "keywords": [
10569                 "coverage",
10570                 "testing",
10571                 "xunit"
10572             ],
10573             "support": {
10574                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
10575                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15"
10576             },
10577             "funding": [
10578                 {
10579                     "url": "https://github.com/sebastianbergmann",
10580                     "type": "github"
10581                 }
10582             ],
10583             "time": "2022-03-07T09:28:20+00:00"
10584         },
10585         {
10586             "name": "phpunit/php-file-iterator",
10587             "version": "3.0.6",
10588             "source": {
10589                 "type": "git",
10590                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
10591                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
10592             },
10593             "dist": {
10594                 "type": "zip",
10595                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
10596                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
10597                 "shasum": ""
10598             },
10599             "require": {
10600                 "php": ">=7.3"
10601             },
10602             "require-dev": {
10603                 "phpunit/phpunit": "^9.3"
10604             },
10605             "type": "library",
10606             "extra": {
10607                 "branch-alias": {
10608                     "dev-master": "3.0-dev"
10609                 }
10610             },
10611             "autoload": {
10612                 "classmap": [
10613                     "src/"
10614                 ]
10615             },
10616             "notification-url": "https://packagist.org/downloads/",
10617             "license": [
10618                 "BSD-3-Clause"
10619             ],
10620             "authors": [
10621                 {
10622                     "name": "Sebastian Bergmann",
10623                     "email": "sebastian@phpunit.de",
10624                     "role": "lead"
10625                 }
10626             ],
10627             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
10628             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
10629             "keywords": [
10630                 "filesystem",
10631                 "iterator"
10632             ],
10633             "support": {
10634                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
10635                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
10636             },
10637             "funding": [
10638                 {
10639                     "url": "https://github.com/sebastianbergmann",
10640                     "type": "github"
10641                 }
10642             ],
10643             "time": "2021-12-02T12:48:52+00:00"
10644         },
10645         {
10646             "name": "phpunit/php-invoker",
10647             "version": "3.1.1",
10648             "source": {
10649                 "type": "git",
10650                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
10651                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
10652             },
10653             "dist": {
10654                 "type": "zip",
10655                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
10656                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
10657                 "shasum": ""
10658             },
10659             "require": {
10660                 "php": ">=7.3"
10661             },
10662             "require-dev": {
10663                 "ext-pcntl": "*",
10664                 "phpunit/phpunit": "^9.3"
10665             },
10666             "suggest": {
10667                 "ext-pcntl": "*"
10668             },
10669             "type": "library",
10670             "extra": {
10671                 "branch-alias": {
10672                     "dev-master": "3.1-dev"
10673                 }
10674             },
10675             "autoload": {
10676                 "classmap": [
10677                     "src/"
10678                 ]
10679             },
10680             "notification-url": "https://packagist.org/downloads/",
10681             "license": [
10682                 "BSD-3-Clause"
10683             ],
10684             "authors": [
10685                 {
10686                     "name": "Sebastian Bergmann",
10687                     "email": "sebastian@phpunit.de",
10688                     "role": "lead"
10689                 }
10690             ],
10691             "description": "Invoke callables with a timeout",
10692             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
10693             "keywords": [
10694                 "process"
10695             ],
10696             "support": {
10697                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
10698                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
10699             },
10700             "funding": [
10701                 {
10702                     "url": "https://github.com/sebastianbergmann",
10703                     "type": "github"
10704                 }
10705             ],
10706             "time": "2020-09-28T05:58:55+00:00"
10707         },
10708         {
10709             "name": "phpunit/php-text-template",
10710             "version": "2.0.4",
10711             "source": {
10712                 "type": "git",
10713                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
10714                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
10715             },
10716             "dist": {
10717                 "type": "zip",
10718                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
10719                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
10720                 "shasum": ""
10721             },
10722             "require": {
10723                 "php": ">=7.3"
10724             },
10725             "require-dev": {
10726                 "phpunit/phpunit": "^9.3"
10727             },
10728             "type": "library",
10729             "extra": {
10730                 "branch-alias": {
10731                     "dev-master": "2.0-dev"
10732                 }
10733             },
10734             "autoload": {
10735                 "classmap": [
10736                     "src/"
10737                 ]
10738             },
10739             "notification-url": "https://packagist.org/downloads/",
10740             "license": [
10741                 "BSD-3-Clause"
10742             ],
10743             "authors": [
10744                 {
10745                     "name": "Sebastian Bergmann",
10746                     "email": "sebastian@phpunit.de",
10747                     "role": "lead"
10748                 }
10749             ],
10750             "description": "Simple template engine.",
10751             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
10752             "keywords": [
10753                 "template"
10754             ],
10755             "support": {
10756                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
10757                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
10758             },
10759             "funding": [
10760                 {
10761                     "url": "https://github.com/sebastianbergmann",
10762                     "type": "github"
10763                 }
10764             ],
10765             "time": "2020-10-26T05:33:50+00:00"
10766         },
10767         {
10768             "name": "phpunit/php-timer",
10769             "version": "5.0.3",
10770             "source": {
10771                 "type": "git",
10772                 "url": "https://github.com/sebastianbergmann/php-timer.git",
10773                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
10774             },
10775             "dist": {
10776                 "type": "zip",
10777                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
10778                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
10779                 "shasum": ""
10780             },
10781             "require": {
10782                 "php": ">=7.3"
10783             },
10784             "require-dev": {
10785                 "phpunit/phpunit": "^9.3"
10786             },
10787             "type": "library",
10788             "extra": {
10789                 "branch-alias": {
10790                     "dev-master": "5.0-dev"
10791                 }
10792             },
10793             "autoload": {
10794                 "classmap": [
10795                     "src/"
10796                 ]
10797             },
10798             "notification-url": "https://packagist.org/downloads/",
10799             "license": [
10800                 "BSD-3-Clause"
10801             ],
10802             "authors": [
10803                 {
10804                     "name": "Sebastian Bergmann",
10805                     "email": "sebastian@phpunit.de",
10806                     "role": "lead"
10807                 }
10808             ],
10809             "description": "Utility class for timing",
10810             "homepage": "https://github.com/sebastianbergmann/php-timer/",
10811             "keywords": [
10812                 "timer"
10813             ],
10814             "support": {
10815                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
10816                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
10817             },
10818             "funding": [
10819                 {
10820                     "url": "https://github.com/sebastianbergmann",
10821                     "type": "github"
10822                 }
10823             ],
10824             "time": "2020-10-26T13:16:10+00:00"
10825         },
10826         {
10827             "name": "phpunit/phpunit",
10828             "version": "9.5.20",
10829             "source": {
10830                 "type": "git",
10831                 "url": "https://github.com/sebastianbergmann/phpunit.git",
10832                 "reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba"
10833             },
10834             "dist": {
10835                 "type": "zip",
10836                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/12bc8879fb65aef2138b26fc633cb1e3620cffba",
10837                 "reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba",
10838                 "shasum": ""
10839             },
10840             "require": {
10841                 "doctrine/instantiator": "^1.3.1",
10842                 "ext-dom": "*",
10843                 "ext-json": "*",
10844                 "ext-libxml": "*",
10845                 "ext-mbstring": "*",
10846                 "ext-xml": "*",
10847                 "ext-xmlwriter": "*",
10848                 "myclabs/deep-copy": "^1.10.1",
10849                 "phar-io/manifest": "^2.0.3",
10850                 "phar-io/version": "^3.0.2",
10851                 "php": ">=7.3",
10852                 "phpspec/prophecy": "^1.12.1",
10853                 "phpunit/php-code-coverage": "^9.2.13",
10854                 "phpunit/php-file-iterator": "^3.0.5",
10855                 "phpunit/php-invoker": "^3.1.1",
10856                 "phpunit/php-text-template": "^2.0.3",
10857                 "phpunit/php-timer": "^5.0.2",
10858                 "sebastian/cli-parser": "^1.0.1",
10859                 "sebastian/code-unit": "^1.0.6",
10860                 "sebastian/comparator": "^4.0.5",
10861                 "sebastian/diff": "^4.0.3",
10862                 "sebastian/environment": "^5.1.3",
10863                 "sebastian/exporter": "^4.0.3",
10864                 "sebastian/global-state": "^5.0.1",
10865                 "sebastian/object-enumerator": "^4.0.3",
10866                 "sebastian/resource-operations": "^3.0.3",
10867                 "sebastian/type": "^3.0",
10868                 "sebastian/version": "^3.0.2"
10869             },
10870             "require-dev": {
10871                 "ext-pdo": "*",
10872                 "phpspec/prophecy-phpunit": "^2.0.1"
10873             },
10874             "suggest": {
10875                 "ext-soap": "*",
10876                 "ext-xdebug": "*"
10877             },
10878             "bin": [
10879                 "phpunit"
10880             ],
10881             "type": "library",
10882             "extra": {
10883                 "branch-alias": {
10884                     "dev-master": "9.5-dev"
10885                 }
10886             },
10887             "autoload": {
10888                 "files": [
10889                     "src/Framework/Assert/Functions.php"
10890                 ],
10891                 "classmap": [
10892                     "src/"
10893                 ]
10894             },
10895             "notification-url": "https://packagist.org/downloads/",
10896             "license": [
10897                 "BSD-3-Clause"
10898             ],
10899             "authors": [
10900                 {
10901                     "name": "Sebastian Bergmann",
10902                     "email": "sebastian@phpunit.de",
10903                     "role": "lead"
10904                 }
10905             ],
10906             "description": "The PHP Unit Testing framework.",
10907             "homepage": "https://phpunit.de/",
10908             "keywords": [
10909                 "phpunit",
10910                 "testing",
10911                 "xunit"
10912             ],
10913             "support": {
10914                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
10915                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.20"
10916             },
10917             "funding": [
10918                 {
10919                     "url": "https://phpunit.de/sponsors.html",
10920                     "type": "custom"
10921                 },
10922                 {
10923                     "url": "https://github.com/sebastianbergmann",
10924                     "type": "github"
10925                 }
10926             ],
10927             "time": "2022-04-01T12:37:26+00:00"
10928         },
10929         {
10930             "name": "sebastian/cli-parser",
10931             "version": "1.0.1",
10932             "source": {
10933                 "type": "git",
10934                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
10935                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
10936             },
10937             "dist": {
10938                 "type": "zip",
10939                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
10940                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
10941                 "shasum": ""
10942             },
10943             "require": {
10944                 "php": ">=7.3"
10945             },
10946             "require-dev": {
10947                 "phpunit/phpunit": "^9.3"
10948             },
10949             "type": "library",
10950             "extra": {
10951                 "branch-alias": {
10952                     "dev-master": "1.0-dev"
10953                 }
10954             },
10955             "autoload": {
10956                 "classmap": [
10957                     "src/"
10958                 ]
10959             },
10960             "notification-url": "https://packagist.org/downloads/",
10961             "license": [
10962                 "BSD-3-Clause"
10963             ],
10964             "authors": [
10965                 {
10966                     "name": "Sebastian Bergmann",
10967                     "email": "sebastian@phpunit.de",
10968                     "role": "lead"
10969                 }
10970             ],
10971             "description": "Library for parsing CLI options",
10972             "homepage": "https://github.com/sebastianbergmann/cli-parser",
10973             "support": {
10974                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
10975                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
10976             },
10977             "funding": [
10978                 {
10979                     "url": "https://github.com/sebastianbergmann",
10980                     "type": "github"
10981                 }
10982             ],
10983             "time": "2020-09-28T06:08:49+00:00"
10984         },
10985         {
10986             "name": "sebastian/code-unit",
10987             "version": "1.0.8",
10988             "source": {
10989                 "type": "git",
10990                 "url": "https://github.com/sebastianbergmann/code-unit.git",
10991                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
10992             },
10993             "dist": {
10994                 "type": "zip",
10995                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
10996                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
10997                 "shasum": ""
10998             },
10999             "require": {
11000                 "php": ">=7.3"
11001             },
11002             "require-dev": {
11003                 "phpunit/phpunit": "^9.3"
11004             },
11005             "type": "library",
11006             "extra": {
11007                 "branch-alias": {
11008                     "dev-master": "1.0-dev"
11009                 }
11010             },
11011             "autoload": {
11012                 "classmap": [
11013                     "src/"
11014                 ]
11015             },
11016             "notification-url": "https://packagist.org/downloads/",
11017             "license": [
11018                 "BSD-3-Clause"
11019             ],
11020             "authors": [
11021                 {
11022                     "name": "Sebastian Bergmann",
11023                     "email": "sebastian@phpunit.de",
11024                     "role": "lead"
11025                 }
11026             ],
11027             "description": "Collection of value objects that represent the PHP code units",
11028             "homepage": "https://github.com/sebastianbergmann/code-unit",
11029             "support": {
11030                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
11031                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
11032             },
11033             "funding": [
11034                 {
11035                     "url": "https://github.com/sebastianbergmann",
11036                     "type": "github"
11037                 }
11038             ],
11039             "time": "2020-10-26T13:08:54+00:00"
11040         },
11041         {
11042             "name": "sebastian/code-unit-reverse-lookup",
11043             "version": "2.0.3",
11044             "source": {
11045                 "type": "git",
11046                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
11047                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
11048             },
11049             "dist": {
11050                 "type": "zip",
11051                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
11052                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
11053                 "shasum": ""
11054             },
11055             "require": {
11056                 "php": ">=7.3"
11057             },
11058             "require-dev": {
11059                 "phpunit/phpunit": "^9.3"
11060             },
11061             "type": "library",
11062             "extra": {
11063                 "branch-alias": {
11064                     "dev-master": "2.0-dev"
11065                 }
11066             },
11067             "autoload": {
11068                 "classmap": [
11069                     "src/"
11070                 ]
11071             },
11072             "notification-url": "https://packagist.org/downloads/",
11073             "license": [
11074                 "BSD-3-Clause"
11075             ],
11076             "authors": [
11077                 {
11078                     "name": "Sebastian Bergmann",
11079                     "email": "sebastian@phpunit.de"
11080                 }
11081             ],
11082             "description": "Looks up which function or method a line of code belongs to",
11083             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
11084             "support": {
11085                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
11086                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
11087             },
11088             "funding": [
11089                 {
11090                     "url": "https://github.com/sebastianbergmann",
11091                     "type": "github"
11092                 }
11093             ],
11094             "time": "2020-09-28T05:30:19+00:00"
11095         },
11096         {
11097             "name": "sebastian/comparator",
11098             "version": "4.0.6",
11099             "source": {
11100                 "type": "git",
11101                 "url": "https://github.com/sebastianbergmann/comparator.git",
11102                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
11103             },
11104             "dist": {
11105                 "type": "zip",
11106                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
11107                 "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
11108                 "shasum": ""
11109             },
11110             "require": {
11111                 "php": ">=7.3",
11112                 "sebastian/diff": "^4.0",
11113                 "sebastian/exporter": "^4.0"
11114             },
11115             "require-dev": {
11116                 "phpunit/phpunit": "^9.3"
11117             },
11118             "type": "library",
11119             "extra": {
11120                 "branch-alias": {
11121                     "dev-master": "4.0-dev"
11122                 }
11123             },
11124             "autoload": {
11125                 "classmap": [
11126                     "src/"
11127                 ]
11128             },
11129             "notification-url": "https://packagist.org/downloads/",
11130             "license": [
11131                 "BSD-3-Clause"
11132             ],
11133             "authors": [
11134                 {
11135                     "name": "Sebastian Bergmann",
11136                     "email": "sebastian@phpunit.de"
11137                 },
11138                 {
11139                     "name": "Jeff Welch",
11140                     "email": "whatthejeff@gmail.com"
11141                 },
11142                 {
11143                     "name": "Volker Dusch",
11144                     "email": "github@wallbash.com"
11145                 },
11146                 {
11147                     "name": "Bernhard Schussek",
11148                     "email": "bschussek@2bepublished.at"
11149                 }
11150             ],
11151             "description": "Provides the functionality to compare PHP values for equality",
11152             "homepage": "https://github.com/sebastianbergmann/comparator",
11153             "keywords": [
11154                 "comparator",
11155                 "compare",
11156                 "equality"
11157             ],
11158             "support": {
11159                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
11160                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
11161             },
11162             "funding": [
11163                 {
11164                     "url": "https://github.com/sebastianbergmann",
11165                     "type": "github"
11166                 }
11167             ],
11168             "time": "2020-10-26T15:49:45+00:00"
11169         },
11170         {
11171             "name": "sebastian/complexity",
11172             "version": "2.0.2",
11173             "source": {
11174                 "type": "git",
11175                 "url": "https://github.com/sebastianbergmann/complexity.git",
11176                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
11177             },
11178             "dist": {
11179                 "type": "zip",
11180                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
11181                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
11182                 "shasum": ""
11183             },
11184             "require": {
11185                 "nikic/php-parser": "^4.7",
11186                 "php": ">=7.3"
11187             },
11188             "require-dev": {
11189                 "phpunit/phpunit": "^9.3"
11190             },
11191             "type": "library",
11192             "extra": {
11193                 "branch-alias": {
11194                     "dev-master": "2.0-dev"
11195                 }
11196             },
11197             "autoload": {
11198                 "classmap": [
11199                     "src/"
11200                 ]
11201             },
11202             "notification-url": "https://packagist.org/downloads/",
11203             "license": [
11204                 "BSD-3-Clause"
11205             ],
11206             "authors": [
11207                 {
11208                     "name": "Sebastian Bergmann",
11209                     "email": "sebastian@phpunit.de",
11210                     "role": "lead"
11211                 }
11212             ],
11213             "description": "Library for calculating the complexity of PHP code units",
11214             "homepage": "https://github.com/sebastianbergmann/complexity",
11215             "support": {
11216                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
11217                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
11218             },
11219             "funding": [
11220                 {
11221                     "url": "https://github.com/sebastianbergmann",
11222                     "type": "github"
11223                 }
11224             ],
11225             "time": "2020-10-26T15:52:27+00:00"
11226         },
11227         {
11228             "name": "sebastian/diff",
11229             "version": "4.0.4",
11230             "source": {
11231                 "type": "git",
11232                 "url": "https://github.com/sebastianbergmann/diff.git",
11233                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
11234             },
11235             "dist": {
11236                 "type": "zip",
11237                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
11238                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
11239                 "shasum": ""
11240             },
11241             "require": {
11242                 "php": ">=7.3"
11243             },
11244             "require-dev": {
11245                 "phpunit/phpunit": "^9.3",
11246                 "symfony/process": "^4.2 || ^5"
11247             },
11248             "type": "library",
11249             "extra": {
11250                 "branch-alias": {
11251                     "dev-master": "4.0-dev"
11252                 }
11253             },
11254             "autoload": {
11255                 "classmap": [
11256                     "src/"
11257                 ]
11258             },
11259             "notification-url": "https://packagist.org/downloads/",
11260             "license": [
11261                 "BSD-3-Clause"
11262             ],
11263             "authors": [
11264                 {
11265                     "name": "Sebastian Bergmann",
11266                     "email": "sebastian@phpunit.de"
11267                 },
11268                 {
11269                     "name": "Kore Nordmann",
11270                     "email": "mail@kore-nordmann.de"
11271                 }
11272             ],
11273             "description": "Diff implementation",
11274             "homepage": "https://github.com/sebastianbergmann/diff",
11275             "keywords": [
11276                 "diff",
11277                 "udiff",
11278                 "unidiff",
11279                 "unified diff"
11280             ],
11281             "support": {
11282                 "issues": "https://github.com/sebastianbergmann/diff/issues",
11283                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
11284             },
11285             "funding": [
11286                 {
11287                     "url": "https://github.com/sebastianbergmann",
11288                     "type": "github"
11289                 }
11290             ],
11291             "time": "2020-10-26T13:10:38+00:00"
11292         },
11293         {
11294             "name": "sebastian/environment",
11295             "version": "5.1.4",
11296             "source": {
11297                 "type": "git",
11298                 "url": "https://github.com/sebastianbergmann/environment.git",
11299                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
11300             },
11301             "dist": {
11302                 "type": "zip",
11303                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
11304                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
11305                 "shasum": ""
11306             },
11307             "require": {
11308                 "php": ">=7.3"
11309             },
11310             "require-dev": {
11311                 "phpunit/phpunit": "^9.3"
11312             },
11313             "suggest": {
11314                 "ext-posix": "*"
11315             },
11316             "type": "library",
11317             "extra": {
11318                 "branch-alias": {
11319                     "dev-master": "5.1-dev"
11320                 }
11321             },
11322             "autoload": {
11323                 "classmap": [
11324                     "src/"
11325                 ]
11326             },
11327             "notification-url": "https://packagist.org/downloads/",
11328             "license": [
11329                 "BSD-3-Clause"
11330             ],
11331             "authors": [
11332                 {
11333                     "name": "Sebastian Bergmann",
11334                     "email": "sebastian@phpunit.de"
11335                 }
11336             ],
11337             "description": "Provides functionality to handle HHVM/PHP environments",
11338             "homepage": "http://www.github.com/sebastianbergmann/environment",
11339             "keywords": [
11340                 "Xdebug",
11341                 "environment",
11342                 "hhvm"
11343             ],
11344             "support": {
11345                 "issues": "https://github.com/sebastianbergmann/environment/issues",
11346                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
11347             },
11348             "funding": [
11349                 {
11350                     "url": "https://github.com/sebastianbergmann",
11351                     "type": "github"
11352                 }
11353             ],
11354             "time": "2022-04-03T09:37:03+00:00"
11355         },
11356         {
11357             "name": "sebastian/exporter",
11358             "version": "4.0.4",
11359             "source": {
11360                 "type": "git",
11361                 "url": "https://github.com/sebastianbergmann/exporter.git",
11362                 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
11363             },
11364             "dist": {
11365                 "type": "zip",
11366                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
11367                 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
11368                 "shasum": ""
11369             },
11370             "require": {
11371                 "php": ">=7.3",
11372                 "sebastian/recursion-context": "^4.0"
11373             },
11374             "require-dev": {
11375                 "ext-mbstring": "*",
11376                 "phpunit/phpunit": "^9.3"
11377             },
11378             "type": "library",
11379             "extra": {
11380                 "branch-alias": {
11381                     "dev-master": "4.0-dev"
11382                 }
11383             },
11384             "autoload": {
11385                 "classmap": [
11386                     "src/"
11387                 ]
11388             },
11389             "notification-url": "https://packagist.org/downloads/",
11390             "license": [
11391                 "BSD-3-Clause"
11392             ],
11393             "authors": [
11394                 {
11395                     "name": "Sebastian Bergmann",
11396                     "email": "sebastian@phpunit.de"
11397                 },
11398                 {
11399                     "name": "Jeff Welch",
11400                     "email": "whatthejeff@gmail.com"
11401                 },
11402                 {
11403                     "name": "Volker Dusch",
11404                     "email": "github@wallbash.com"
11405                 },
11406                 {
11407                     "name": "Adam Harvey",
11408                     "email": "aharvey@php.net"
11409                 },
11410                 {
11411                     "name": "Bernhard Schussek",
11412                     "email": "bschussek@gmail.com"
11413                 }
11414             ],
11415             "description": "Provides the functionality to export PHP variables for visualization",
11416             "homepage": "https://www.github.com/sebastianbergmann/exporter",
11417             "keywords": [
11418                 "export",
11419                 "exporter"
11420             ],
11421             "support": {
11422                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
11423                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
11424             },
11425             "funding": [
11426                 {
11427                     "url": "https://github.com/sebastianbergmann",
11428                     "type": "github"
11429                 }
11430             ],
11431             "time": "2021-11-11T14:18:36+00:00"
11432         },
11433         {
11434             "name": "sebastian/global-state",
11435             "version": "5.0.5",
11436             "source": {
11437                 "type": "git",
11438                 "url": "https://github.com/sebastianbergmann/global-state.git",
11439                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
11440             },
11441             "dist": {
11442                 "type": "zip",
11443                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
11444                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
11445                 "shasum": ""
11446             },
11447             "require": {
11448                 "php": ">=7.3",
11449                 "sebastian/object-reflector": "^2.0",
11450                 "sebastian/recursion-context": "^4.0"
11451             },
11452             "require-dev": {
11453                 "ext-dom": "*",
11454                 "phpunit/phpunit": "^9.3"
11455             },
11456             "suggest": {
11457                 "ext-uopz": "*"
11458             },
11459             "type": "library",
11460             "extra": {
11461                 "branch-alias": {
11462                     "dev-master": "5.0-dev"
11463                 }
11464             },
11465             "autoload": {
11466                 "classmap": [
11467                     "src/"
11468                 ]
11469             },
11470             "notification-url": "https://packagist.org/downloads/",
11471             "license": [
11472                 "BSD-3-Clause"
11473             ],
11474             "authors": [
11475                 {
11476                     "name": "Sebastian Bergmann",
11477                     "email": "sebastian@phpunit.de"
11478                 }
11479             ],
11480             "description": "Snapshotting of global state",
11481             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11482             "keywords": [
11483                 "global state"
11484             ],
11485             "support": {
11486                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
11487                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
11488             },
11489             "funding": [
11490                 {
11491                     "url": "https://github.com/sebastianbergmann",
11492                     "type": "github"
11493                 }
11494             ],
11495             "time": "2022-02-14T08:28:10+00:00"
11496         },
11497         {
11498             "name": "sebastian/lines-of-code",
11499             "version": "1.0.3",
11500             "source": {
11501                 "type": "git",
11502                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
11503                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
11504             },
11505             "dist": {
11506                 "type": "zip",
11507                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
11508                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
11509                 "shasum": ""
11510             },
11511             "require": {
11512                 "nikic/php-parser": "^4.6",
11513                 "php": ">=7.3"
11514             },
11515             "require-dev": {
11516                 "phpunit/phpunit": "^9.3"
11517             },
11518             "type": "library",
11519             "extra": {
11520                 "branch-alias": {
11521                     "dev-master": "1.0-dev"
11522                 }
11523             },
11524             "autoload": {
11525                 "classmap": [
11526                     "src/"
11527                 ]
11528             },
11529             "notification-url": "https://packagist.org/downloads/",
11530             "license": [
11531                 "BSD-3-Clause"
11532             ],
11533             "authors": [
11534                 {
11535                     "name": "Sebastian Bergmann",
11536                     "email": "sebastian@phpunit.de",
11537                     "role": "lead"
11538                 }
11539             ],
11540             "description": "Library for counting the lines of code in PHP source code",
11541             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
11542             "support": {
11543                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
11544                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
11545             },
11546             "funding": [
11547                 {
11548                     "url": "https://github.com/sebastianbergmann",
11549                     "type": "github"
11550                 }
11551             ],
11552             "time": "2020-11-28T06:42:11+00:00"
11553         },
11554         {
11555             "name": "sebastian/object-enumerator",
11556             "version": "4.0.4",
11557             "source": {
11558                 "type": "git",
11559                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
11560                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
11561             },
11562             "dist": {
11563                 "type": "zip",
11564                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
11565                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
11566                 "shasum": ""
11567             },
11568             "require": {
11569                 "php": ">=7.3",
11570                 "sebastian/object-reflector": "^2.0",
11571                 "sebastian/recursion-context": "^4.0"
11572             },
11573             "require-dev": {
11574                 "phpunit/phpunit": "^9.3"
11575             },
11576             "type": "library",
11577             "extra": {
11578                 "branch-alias": {
11579                     "dev-master": "4.0-dev"
11580                 }
11581             },
11582             "autoload": {
11583                 "classmap": [
11584                     "src/"
11585                 ]
11586             },
11587             "notification-url": "https://packagist.org/downloads/",
11588             "license": [
11589                 "BSD-3-Clause"
11590             ],
11591             "authors": [
11592                 {
11593                     "name": "Sebastian Bergmann",
11594                     "email": "sebastian@phpunit.de"
11595                 }
11596             ],
11597             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
11598             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
11599             "support": {
11600                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
11601                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
11602             },
11603             "funding": [
11604                 {
11605                     "url": "https://github.com/sebastianbergmann",
11606                     "type": "github"
11607                 }
11608             ],
11609             "time": "2020-10-26T13:12:34+00:00"
11610         },
11611         {
11612             "name": "sebastian/object-reflector",
11613             "version": "2.0.4",
11614             "source": {
11615                 "type": "git",
11616                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
11617                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
11618             },
11619             "dist": {
11620                 "type": "zip",
11621                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
11622                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
11623                 "shasum": ""
11624             },
11625             "require": {
11626                 "php": ">=7.3"
11627             },
11628             "require-dev": {
11629                 "phpunit/phpunit": "^9.3"
11630             },
11631             "type": "library",
11632             "extra": {
11633                 "branch-alias": {
11634                     "dev-master": "2.0-dev"
11635                 }
11636             },
11637             "autoload": {
11638                 "classmap": [
11639                     "src/"
11640                 ]
11641             },
11642             "notification-url": "https://packagist.org/downloads/",
11643             "license": [
11644                 "BSD-3-Clause"
11645             ],
11646             "authors": [
11647                 {
11648                     "name": "Sebastian Bergmann",
11649                     "email": "sebastian@phpunit.de"
11650                 }
11651             ],
11652             "description": "Allows reflection of object attributes, including inherited and non-public ones",
11653             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
11654             "support": {
11655                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
11656                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
11657             },
11658             "funding": [
11659                 {
11660                     "url": "https://github.com/sebastianbergmann",
11661                     "type": "github"
11662                 }
11663             ],
11664             "time": "2020-10-26T13:14:26+00:00"
11665         },
11666         {
11667             "name": "sebastian/recursion-context",
11668             "version": "4.0.4",
11669             "source": {
11670                 "type": "git",
11671                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11672                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
11673             },
11674             "dist": {
11675                 "type": "zip",
11676                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
11677                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
11678                 "shasum": ""
11679             },
11680             "require": {
11681                 "php": ">=7.3"
11682             },
11683             "require-dev": {
11684                 "phpunit/phpunit": "^9.3"
11685             },
11686             "type": "library",
11687             "extra": {
11688                 "branch-alias": {
11689                     "dev-master": "4.0-dev"
11690                 }
11691             },
11692             "autoload": {
11693                 "classmap": [
11694                     "src/"
11695                 ]
11696             },
11697             "notification-url": "https://packagist.org/downloads/",
11698             "license": [
11699                 "BSD-3-Clause"
11700             ],
11701             "authors": [
11702                 {
11703                     "name": "Sebastian Bergmann",
11704                     "email": "sebastian@phpunit.de"
11705                 },
11706                 {
11707                     "name": "Jeff Welch",
11708                     "email": "whatthejeff@gmail.com"
11709                 },
11710                 {
11711                     "name": "Adam Harvey",
11712                     "email": "aharvey@php.net"
11713                 }
11714             ],
11715             "description": "Provides functionality to recursively process PHP variables",
11716             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
11717             "support": {
11718                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
11719                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
11720             },
11721             "funding": [
11722                 {
11723                     "url": "https://github.com/sebastianbergmann",
11724                     "type": "github"
11725                 }
11726             ],
11727             "time": "2020-10-26T13:17:30+00:00"
11728         },
11729         {
11730             "name": "sebastian/resource-operations",
11731             "version": "3.0.3",
11732             "source": {
11733                 "type": "git",
11734                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
11735                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
11736             },
11737             "dist": {
11738                 "type": "zip",
11739                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
11740                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
11741                 "shasum": ""
11742             },
11743             "require": {
11744                 "php": ">=7.3"
11745             },
11746             "require-dev": {
11747                 "phpunit/phpunit": "^9.0"
11748             },
11749             "type": "library",
11750             "extra": {
11751                 "branch-alias": {
11752                     "dev-master": "3.0-dev"
11753                 }
11754             },
11755             "autoload": {
11756                 "classmap": [
11757                     "src/"
11758                 ]
11759             },
11760             "notification-url": "https://packagist.org/downloads/",
11761             "license": [
11762                 "BSD-3-Clause"
11763             ],
11764             "authors": [
11765                 {
11766                     "name": "Sebastian Bergmann",
11767                     "email": "sebastian@phpunit.de"
11768                 }
11769             ],
11770             "description": "Provides a list of PHP built-in functions that operate on resources",
11771             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
11772             "support": {
11773                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
11774                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
11775             },
11776             "funding": [
11777                 {
11778                     "url": "https://github.com/sebastianbergmann",
11779                     "type": "github"
11780                 }
11781             ],
11782             "time": "2020-09-28T06:45:17+00:00"
11783         },
11784         {
11785             "name": "sebastian/type",
11786             "version": "3.0.0",
11787             "source": {
11788                 "type": "git",
11789                 "url": "https://github.com/sebastianbergmann/type.git",
11790                 "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad"
11791             },
11792             "dist": {
11793                 "type": "zip",
11794                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
11795                 "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
11796                 "shasum": ""
11797             },
11798             "require": {
11799                 "php": ">=7.3"
11800             },
11801             "require-dev": {
11802                 "phpunit/phpunit": "^9.5"
11803             },
11804             "type": "library",
11805             "extra": {
11806                 "branch-alias": {
11807                     "dev-master": "3.0-dev"
11808                 }
11809             },
11810             "autoload": {
11811                 "classmap": [
11812                     "src/"
11813                 ]
11814             },
11815             "notification-url": "https://packagist.org/downloads/",
11816             "license": [
11817                 "BSD-3-Clause"
11818             ],
11819             "authors": [
11820                 {
11821                     "name": "Sebastian Bergmann",
11822                     "email": "sebastian@phpunit.de",
11823                     "role": "lead"
11824                 }
11825             ],
11826             "description": "Collection of value objects that represent the types of the PHP type system",
11827             "homepage": "https://github.com/sebastianbergmann/type",
11828             "support": {
11829                 "issues": "https://github.com/sebastianbergmann/type/issues",
11830                 "source": "https://github.com/sebastianbergmann/type/tree/3.0.0"
11831             },
11832             "funding": [
11833                 {
11834                     "url": "https://github.com/sebastianbergmann",
11835                     "type": "github"
11836                 }
11837             ],
11838             "time": "2022-03-15T09:54:48+00:00"
11839         },
11840         {
11841             "name": "sebastian/version",
11842             "version": "3.0.2",
11843             "source": {
11844                 "type": "git",
11845                 "url": "https://github.com/sebastianbergmann/version.git",
11846                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
11847             },
11848             "dist": {
11849                 "type": "zip",
11850                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
11851                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
11852                 "shasum": ""
11853             },
11854             "require": {
11855                 "php": ">=7.3"
11856             },
11857             "type": "library",
11858             "extra": {
11859                 "branch-alias": {
11860                     "dev-master": "3.0-dev"
11861                 }
11862             },
11863             "autoload": {
11864                 "classmap": [
11865                     "src/"
11866                 ]
11867             },
11868             "notification-url": "https://packagist.org/downloads/",
11869             "license": [
11870                 "BSD-3-Clause"
11871             ],
11872             "authors": [
11873                 {
11874                     "name": "Sebastian Bergmann",
11875                     "email": "sebastian@phpunit.de",
11876                     "role": "lead"
11877                 }
11878             ],
11879             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11880             "homepage": "https://github.com/sebastianbergmann/version",
11881             "support": {
11882                 "issues": "https://github.com/sebastianbergmann/version/issues",
11883                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
11884             },
11885             "funding": [
11886                 {
11887                     "url": "https://github.com/sebastianbergmann",
11888                     "type": "github"
11889                 }
11890             ],
11891             "time": "2020-09-28T06:39:44+00:00"
11892         },
11893         {
11894             "name": "symfony/browser-kit",
11895             "version": "v5.4.3",
11896             "source": {
11897                 "type": "git",
11898                 "url": "https://github.com/symfony/browser-kit.git",
11899                 "reference": "18e73179c6a33d520de1b644941eba108dd811ad"
11900             },
11901             "dist": {
11902                 "type": "zip",
11903                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/18e73179c6a33d520de1b644941eba108dd811ad",
11904                 "reference": "18e73179c6a33d520de1b644941eba108dd811ad",
11905                 "shasum": ""
11906             },
11907             "require": {
11908                 "php": ">=7.2.5",
11909                 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
11910                 "symfony/polyfill-php80": "^1.16"
11911             },
11912             "require-dev": {
11913                 "symfony/css-selector": "^4.4|^5.0|^6.0",
11914                 "symfony/http-client": "^4.4|^5.0|^6.0",
11915                 "symfony/mime": "^4.4|^5.0|^6.0",
11916                 "symfony/process": "^4.4|^5.0|^6.0"
11917             },
11918             "suggest": {
11919                 "symfony/process": ""
11920             },
11921             "type": "library",
11922             "autoload": {
11923                 "psr-4": {
11924                     "Symfony\\Component\\BrowserKit\\": ""
11925                 },
11926                 "exclude-from-classmap": [
11927                     "/Tests/"
11928                 ]
11929             },
11930             "notification-url": "https://packagist.org/downloads/",
11931             "license": [
11932                 "MIT"
11933             ],
11934             "authors": [
11935                 {
11936                     "name": "Fabien Potencier",
11937                     "email": "fabien@symfony.com"
11938                 },
11939                 {
11940                     "name": "Symfony Community",
11941                     "homepage": "https://symfony.com/contributors"
11942                 }
11943             ],
11944             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
11945             "homepage": "https://symfony.com",
11946             "support": {
11947                 "source": "https://github.com/symfony/browser-kit/tree/v5.4.3"
11948             },
11949             "funding": [
11950                 {
11951                     "url": "https://symfony.com/sponsor",
11952                     "type": "custom"
11953                 },
11954                 {
11955                     "url": "https://github.com/fabpot",
11956                     "type": "github"
11957                 },
11958                 {
11959                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11960                     "type": "tidelift"
11961                 }
11962             ],
11963             "time": "2022-01-02T09:53:40+00:00"
11964         },
11965         {
11966             "name": "symfony/debug",
11967             "version": "v4.4.41",
11968             "source": {
11969                 "type": "git",
11970                 "url": "https://github.com/symfony/debug.git",
11971                 "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5"
11972             },
11973             "dist": {
11974                 "type": "zip",
11975                 "url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5",
11976                 "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5",
11977                 "shasum": ""
11978             },
11979             "require": {
11980                 "php": ">=7.1.3",
11981                 "psr/log": "^1|^2|^3"
11982             },
11983             "conflict": {
11984                 "symfony/http-kernel": "<3.4"
11985             },
11986             "require-dev": {
11987                 "symfony/http-kernel": "^3.4|^4.0|^5.0"
11988             },
11989             "type": "library",
11990             "autoload": {
11991                 "psr-4": {
11992                     "Symfony\\Component\\Debug\\": ""
11993                 },
11994                 "exclude-from-classmap": [
11995                     "/Tests/"
11996                 ]
11997             },
11998             "notification-url": "https://packagist.org/downloads/",
11999             "license": [
12000                 "MIT"
12001             ],
12002             "authors": [
12003                 {
12004                     "name": "Fabien Potencier",
12005                     "email": "fabien@symfony.com"
12006                 },
12007                 {
12008                     "name": "Symfony Community",
12009                     "homepage": "https://symfony.com/contributors"
12010                 }
12011             ],
12012             "description": "Provides tools to ease debugging PHP code",
12013             "homepage": "https://symfony.com",
12014             "support": {
12015                 "source": "https://github.com/symfony/debug/tree/v4.4.41"
12016             },
12017             "funding": [
12018                 {
12019                     "url": "https://symfony.com/sponsor",
12020                     "type": "custom"
12021                 },
12022                 {
12023                     "url": "https://github.com/fabpot",
12024                     "type": "github"
12025                 },
12026                 {
12027                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12028                     "type": "tidelift"
12029                 }
12030             ],
12031             "abandoned": "symfony/error-handler",
12032             "time": "2022-04-12T15:19:55+00:00"
12033         },
12034         {
12035             "name": "symfony/dom-crawler",
12036             "version": "v5.4.9",
12037             "source": {
12038                 "type": "git",
12039                 "url": "https://github.com/symfony/dom-crawler.git",
12040                 "reference": "a213cbc80382320b0efdccdcdce232f191fafe3a"
12041             },
12042             "dist": {
12043                 "type": "zip",
12044                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/a213cbc80382320b0efdccdcdce232f191fafe3a",
12045                 "reference": "a213cbc80382320b0efdccdcdce232f191fafe3a",
12046                 "shasum": ""
12047             },
12048             "require": {
12049                 "php": ">=7.2.5",
12050                 "symfony/deprecation-contracts": "^2.1|^3",
12051                 "symfony/polyfill-ctype": "~1.8",
12052                 "symfony/polyfill-mbstring": "~1.0",
12053                 "symfony/polyfill-php80": "^1.16"
12054             },
12055             "conflict": {
12056                 "masterminds/html5": "<2.6"
12057             },
12058             "require-dev": {
12059                 "masterminds/html5": "^2.6",
12060                 "symfony/css-selector": "^4.4|^5.0|^6.0"
12061             },
12062             "suggest": {
12063                 "symfony/css-selector": ""
12064             },
12065             "type": "library",
12066             "autoload": {
12067                 "psr-4": {
12068                     "Symfony\\Component\\DomCrawler\\": ""
12069                 },
12070                 "exclude-from-classmap": [
12071                     "/Tests/"
12072                 ]
12073             },
12074             "notification-url": "https://packagist.org/downloads/",
12075             "license": [
12076                 "MIT"
12077             ],
12078             "authors": [
12079                 {
12080                     "name": "Fabien Potencier",
12081                     "email": "fabien@symfony.com"
12082                 },
12083                 {
12084                     "name": "Symfony Community",
12085                     "homepage": "https://symfony.com/contributors"
12086                 }
12087             ],
12088             "description": "Eases DOM navigation for HTML and XML documents",
12089             "homepage": "https://symfony.com",
12090             "support": {
12091                 "source": "https://github.com/symfony/dom-crawler/tree/v5.4.9"
12092             },
12093             "funding": [
12094                 {
12095                     "url": "https://symfony.com/sponsor",
12096                     "type": "custom"
12097                 },
12098                 {
12099                     "url": "https://github.com/fabpot",
12100                     "type": "github"
12101                 },
12102                 {
12103                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12104                     "type": "tidelift"
12105                 }
12106             ],
12107             "time": "2022-05-04T14:46:32+00:00"
12108         },
12109         {
12110             "name": "symfony/error-handler",
12111             "version": "v4.4.41",
12112             "source": {
12113                 "type": "git",
12114                 "url": "https://github.com/symfony/error-handler.git",
12115                 "reference": "529feb0e03133dbd5fd3707200147cc4903206da"
12116             },
12117             "dist": {
12118                 "type": "zip",
12119                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/529feb0e03133dbd5fd3707200147cc4903206da",
12120                 "reference": "529feb0e03133dbd5fd3707200147cc4903206da",
12121                 "shasum": ""
12122             },
12123             "require": {
12124                 "php": ">=7.1.3",
12125                 "psr/log": "^1|^2|^3",
12126                 "symfony/debug": "^4.4.5",
12127                 "symfony/var-dumper": "^4.4|^5.0"
12128             },
12129             "require-dev": {
12130                 "symfony/http-kernel": "^4.4|^5.0",
12131                 "symfony/serializer": "^4.4|^5.0"
12132             },
12133             "type": "library",
12134             "autoload": {
12135                 "psr-4": {
12136                     "Symfony\\Component\\ErrorHandler\\": ""
12137                 },
12138                 "exclude-from-classmap": [
12139                     "/Tests/"
12140                 ]
12141             },
12142             "notification-url": "https://packagist.org/downloads/",
12143             "license": [
12144                 "MIT"
12145             ],
12146             "authors": [
12147                 {
12148                     "name": "Fabien Potencier",
12149                     "email": "fabien@symfony.com"
12150                 },
12151                 {
12152                     "name": "Symfony Community",
12153                     "homepage": "https://symfony.com/contributors"
12154                 }
12155             ],
12156             "description": "Provides tools to manage errors and ease debugging PHP code",
12157             "homepage": "https://symfony.com",
12158             "support": {
12159                 "source": "https://github.com/symfony/error-handler/tree/v4.4.41"
12160             },
12161             "funding": [
12162                 {
12163                     "url": "https://symfony.com/sponsor",
12164                     "type": "custom"
12165                 },
12166                 {
12167                     "url": "https://github.com/fabpot",
12168                     "type": "github"
12169                 },
12170                 {
12171                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12172                     "type": "tidelift"
12173                 }
12174             ],
12175             "time": "2022-04-12T15:19:55+00:00"
12176         },
12177         {
12178             "name": "symfony/finder",
12179             "version": "v5.4.8",
12180             "source": {
12181                 "type": "git",
12182                 "url": "https://github.com/symfony/finder.git",
12183                 "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9"
12184             },
12185             "dist": {
12186                 "type": "zip",
12187                 "url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9",
12188                 "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9",
12189                 "shasum": ""
12190             },
12191             "require": {
12192                 "php": ">=7.2.5",
12193                 "symfony/deprecation-contracts": "^2.1|^3",
12194                 "symfony/polyfill-php80": "^1.16"
12195             },
12196             "type": "library",
12197             "autoload": {
12198                 "psr-4": {
12199                     "Symfony\\Component\\Finder\\": ""
12200                 },
12201                 "exclude-from-classmap": [
12202                     "/Tests/"
12203                 ]
12204             },
12205             "notification-url": "https://packagist.org/downloads/",
12206             "license": [
12207                 "MIT"
12208             ],
12209             "authors": [
12210                 {
12211                     "name": "Fabien Potencier",
12212                     "email": "fabien@symfony.com"
12213                 },
12214                 {
12215                     "name": "Symfony Community",
12216                     "homepage": "https://symfony.com/contributors"
12217                 }
12218             ],
12219             "description": "Finds files and directories via an intuitive fluent interface",
12220             "homepage": "https://symfony.com",
12221             "support": {
12222                 "source": "https://github.com/symfony/finder/tree/v5.4.8"
12223             },
12224             "funding": [
12225                 {
12226                     "url": "https://symfony.com/sponsor",
12227                     "type": "custom"
12228                 },
12229                 {
12230                     "url": "https://github.com/fabpot",
12231                     "type": "github"
12232                 },
12233                 {
12234                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12235                     "type": "tidelift"
12236                 }
12237             ],
12238             "time": "2022-04-15T08:07:45+00:00"
12239         },
12240         {
12241             "name": "symfony/http-kernel",
12242             "version": "v4.4.42",
12243             "source": {
12244                 "type": "git",
12245                 "url": "https://github.com/symfony/http-kernel.git",
12246                 "reference": "04181de9459df639512dadf83d544ce12edd6776"
12247             },
12248             "dist": {
12249                 "type": "zip",
12250                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/04181de9459df639512dadf83d544ce12edd6776",
12251                 "reference": "04181de9459df639512dadf83d544ce12edd6776",
12252                 "shasum": ""
12253             },
12254             "require": {
12255                 "php": ">=7.1.3",
12256                 "psr/log": "^1|^2",
12257                 "symfony/error-handler": "^4.4",
12258                 "symfony/event-dispatcher": "^4.4",
12259                 "symfony/http-client-contracts": "^1.1|^2",
12260                 "symfony/http-foundation": "^4.4.30|^5.3.7",
12261                 "symfony/polyfill-ctype": "^1.8",
12262                 "symfony/polyfill-php73": "^1.9",
12263                 "symfony/polyfill-php80": "^1.16"
12264             },
12265             "conflict": {
12266                 "symfony/browser-kit": "<4.3",
12267                 "symfony/config": "<3.4",
12268                 "symfony/console": ">=5",
12269                 "symfony/dependency-injection": "<4.3",
12270                 "symfony/translation": "<4.2",
12271                 "twig/twig": "<1.43|<2.13,>=2"
12272             },
12273             "provide": {
12274                 "psr/log-implementation": "1.0|2.0"
12275             },
12276             "require-dev": {
12277                 "psr/cache": "^1.0|^2.0|^3.0",
12278                 "symfony/browser-kit": "^4.3|^5.0",
12279                 "symfony/config": "^3.4|^4.0|^5.0",
12280                 "symfony/console": "^3.4|^4.0",
12281                 "symfony/css-selector": "^3.4|^4.0|^5.0",
12282                 "symfony/dependency-injection": "^4.3|^5.0",
12283                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
12284                 "symfony/expression-language": "^3.4|^4.0|^5.0",
12285                 "symfony/finder": "^3.4|^4.0|^5.0",
12286                 "symfony/process": "^3.4|^4.0|^5.0",
12287                 "symfony/routing": "^3.4|^4.0|^5.0",
12288                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
12289                 "symfony/templating": "^3.4|^4.0|^5.0",
12290                 "symfony/translation": "^4.2|^5.0",
12291                 "symfony/translation-contracts": "^1.1|^2",
12292                 "twig/twig": "^1.43|^2.13|^3.0.4"
12293             },
12294             "suggest": {
12295                 "symfony/browser-kit": "",
12296                 "symfony/config": "",
12297                 "symfony/console": "",
12298                 "symfony/dependency-injection": ""
12299             },
12300             "type": "library",
12301             "autoload": {
12302                 "psr-4": {
12303                     "Symfony\\Component\\HttpKernel\\": ""
12304                 },
12305                 "exclude-from-classmap": [
12306                     "/Tests/"
12307                 ]
12308             },
12309             "notification-url": "https://packagist.org/downloads/",
12310             "license": [
12311                 "MIT"
12312             ],
12313             "authors": [
12314                 {
12315                     "name": "Fabien Potencier",
12316                     "email": "fabien@symfony.com"
12317                 },
12318                 {
12319                     "name": "Symfony Community",
12320                     "homepage": "https://symfony.com/contributors"
12321                 }
12322             ],
12323             "description": "Provides a structured process for converting a Request into a Response",
12324             "homepage": "https://symfony.com",
12325             "support": {
12326                 "source": "https://github.com/symfony/http-kernel/tree/v4.4.42"
12327             },
12328             "funding": [
12329                 {
12330                     "url": "https://symfony.com/sponsor",
12331                     "type": "custom"
12332                 },
12333                 {
12334                     "url": "https://github.com/fabpot",
12335                     "type": "github"
12336                 },
12337                 {
12338                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12339                     "type": "tidelift"
12340                 }
12341             ],
12342             "time": "2022-05-27T07:04:21+00:00"
12343         },
12344         {
12345             "name": "symfony/panther",
12346             "version": "v1.1.2",
12347             "source": {
12348                 "type": "git",
12349                 "url": "https://github.com/symfony/panther.git",
12350                 "reference": "8716dd7c1c26a592a4e0440047a7967c21ef71e5"
12351             },
12352             "dist": {
12353                 "type": "zip",
12354                 "url": "https://api.github.com/repos/symfony/panther/zipball/8716dd7c1c26a592a4e0440047a7967c21ef71e5",
12355                 "reference": "8716dd7c1c26a592a4e0440047a7967c21ef71e5",
12356                 "shasum": ""
12357             },
12358             "require": {
12359                 "ext-dom": "*",
12360                 "ext-libxml": "*",
12361                 "php": ">=7.1",
12362                 "php-webdriver/webdriver": "^1.8.2",
12363                 "symfony/browser-kit": "^4.4 || ^5.0",
12364                 "symfony/dependency-injection": "^4.4 || ^5.0",
12365                 "symfony/deprecation-contracts": "^2.4 || ^3.0",
12366                 "symfony/dom-crawler": "^4.4 || ^5.0",
12367                 "symfony/http-client": "^4.4.11 || ^5.2",
12368                 "symfony/http-kernel": "^4.4 || ^5.0",
12369                 "symfony/polyfill-php72": "^1.9",
12370                 "symfony/process": "^4.4 || ^5.0"
12371             },
12372             "require-dev": {
12373                 "symfony/css-selector": "^4.4 || ^5.0",
12374                 "symfony/framework-bundle": "^4.4 || ^5.0",
12375                 "symfony/mime": "^4.4 || ^5.0",
12376                 "symfony/phpunit-bridge": "^5.2"
12377             },
12378             "type": "library",
12379             "extra": {
12380                 "branch-alias": {
12381                     "dev-main": "1.1.x-dev"
12382                 }
12383             },
12384             "autoload": {
12385                 "psr-4": {
12386                     "Symfony\\Component\\Panther\\": "src/"
12387                 }
12388             },
12389             "notification-url": "https://packagist.org/downloads/",
12390             "license": [
12391                 "MIT"
12392             ],
12393             "authors": [
12394                 {
12395                     "name": "Kévin Dunglas",
12396                     "email": "dunglas@gmail.com",
12397                     "homepage": "https://dunglas.fr"
12398                 },
12399                 {
12400                     "name": "Symfony Community",
12401                     "homepage": "https://symfony.com/contributors"
12402                 }
12403             ],
12404             "description": "A browser testing and web scraping library for PHP and Symfony.",
12405             "homepage": "https://dunglas.fr",
12406             "keywords": [
12407                 "e2e",
12408                 "scraping",
12409                 "selenium",
12410                 "symfony",
12411                 "testing",
12412                 "webdriver"
12413             ],
12414             "support": {
12415                 "issues": "https://github.com/symfony/panther/issues",
12416                 "source": "https://github.com/symfony/panther/tree/v1.1.2"
12417             },
12418             "funding": [
12419                 {
12420                     "url": "https://www.panthera.org/donate",
12421                     "type": "custom"
12422                 },
12423                 {
12424                     "url": "https://github.com/dunglas",
12425                     "type": "github"
12426                 },
12427                 {
12428                     "url": "https://tidelift.com/funding/github/packagist/symfony/panther",
12429                     "type": "tidelift"
12430                 }
12431             ],
12432             "time": "2021-11-30T15:51:25+00:00"
12433         },
12434         {
12435             "name": "symfony/var-dumper",
12436             "version": "v5.4.9",
12437             "source": {
12438                 "type": "git",
12439                 "url": "https://github.com/symfony/var-dumper.git",
12440                 "reference": "af52239a330fafd192c773795520dc2dd62b5657"
12441             },
12442             "dist": {
12443                 "type": "zip",
12444                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/af52239a330fafd192c773795520dc2dd62b5657",
12445                 "reference": "af52239a330fafd192c773795520dc2dd62b5657",
12446                 "shasum": ""
12447             },
12448             "require": {
12449                 "php": ">=7.2.5",
12450                 "symfony/polyfill-mbstring": "~1.0",
12451                 "symfony/polyfill-php80": "^1.16"
12452             },
12453             "conflict": {
12454                 "phpunit/phpunit": "<5.4.3",
12455                 "symfony/console": "<4.4"
12456             },
12457             "require-dev": {
12458                 "ext-iconv": "*",
12459                 "symfony/console": "^4.4|^5.0|^6.0",
12460                 "symfony/process": "^4.4|^5.0|^6.0",
12461                 "symfony/uid": "^5.1|^6.0",
12462                 "twig/twig": "^2.13|^3.0.4"
12463             },
12464             "suggest": {
12465                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
12466                 "ext-intl": "To show region name in time zone dump",
12467                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
12468             },
12469             "bin": [
12470                 "Resources/bin/var-dump-server"
12471             ],
12472             "type": "library",
12473             "autoload": {
12474                 "files": [
12475                     "Resources/functions/dump.php"
12476                 ],
12477                 "psr-4": {
12478                     "Symfony\\Component\\VarDumper\\": ""
12479                 },
12480                 "exclude-from-classmap": [
12481                     "/Tests/"
12482                 ]
12483             },
12484             "notification-url": "https://packagist.org/downloads/",
12485             "license": [
12486                 "MIT"
12487             ],
12488             "authors": [
12489                 {
12490                     "name": "Nicolas Grekas",
12491                     "email": "p@tchwork.com"
12492                 },
12493                 {
12494                     "name": "Symfony Community",
12495                     "homepage": "https://symfony.com/contributors"
12496                 }
12497             ],
12498             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
12499             "homepage": "https://symfony.com",
12500             "keywords": [
12501                 "debug",
12502                 "dump"
12503             ],
12504             "support": {
12505                 "source": "https://github.com/symfony/var-dumper/tree/v5.4.9"
12506             },
12507             "funding": [
12508                 {
12509                     "url": "https://symfony.com/sponsor",
12510                     "type": "custom"
12511                 },
12512                 {
12513                     "url": "https://github.com/fabpot",
12514                     "type": "github"
12515                 },
12516                 {
12517                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12518                     "type": "tidelift"
12519                 }
12520             ],
12521             "time": "2022-05-21T10:24:18+00:00"
12522         },
12523         {
12524             "name": "theseer/tokenizer",
12525             "version": "1.2.1",
12526             "source": {
12527                 "type": "git",
12528                 "url": "https://github.com/theseer/tokenizer.git",
12529                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
12530             },
12531             "dist": {
12532                 "type": "zip",
12533                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
12534                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
12535                 "shasum": ""
12536             },
12537             "require": {
12538                 "ext-dom": "*",
12539                 "ext-tokenizer": "*",
12540                 "ext-xmlwriter": "*",
12541                 "php": "^7.2 || ^8.0"
12542             },
12543             "type": "library",
12544             "autoload": {
12545                 "classmap": [
12546                     "src/"
12547                 ]
12548             },
12549             "notification-url": "https://packagist.org/downloads/",
12550             "license": [
12551                 "BSD-3-Clause"
12552             ],
12553             "authors": [
12554                 {
12555                     "name": "Arne Blankerts",
12556                     "email": "arne@blankerts.de",
12557                     "role": "Developer"
12558                 }
12559             ],
12560             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
12561             "support": {
12562                 "issues": "https://github.com/theseer/tokenizer/issues",
12563                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
12564             },
12565             "funding": [
12566                 {
12567                     "url": "https://github.com/theseer",
12568                     "type": "github"
12569                 }
12570             ],
12571             "time": "2021-07-28T10:34:58+00:00"
12572         },
12573         {
12574             "name": "zircote/swagger-php",
12575             "version": "3.3.6",
12576             "source": {
12577                 "type": "git",
12578                 "url": "https://github.com/zircote/swagger-php.git",
12579                 "reference": "5016342f966fca29dda84455de066c5c90d37941"
12580             },
12581             "dist": {
12582                 "type": "zip",
12583                 "url": "https://api.github.com/repos/zircote/swagger-php/zipball/5016342f966fca29dda84455de066c5c90d37941",
12584                 "reference": "5016342f966fca29dda84455de066c5c90d37941",
12585                 "shasum": ""
12586             },
12587             "require": {
12588                 "doctrine/annotations": "^1.7",
12589                 "ext-json": "*",
12590                 "php": ">=7.2",
12591                 "psr/log": "^1.1 || ^2.0 || ^3.0",
12592                 "symfony/finder": ">=2.2",
12593                 "symfony/yaml": ">=3.3"
12594             },
12595             "require-dev": {
12596                 "composer/package-versions-deprecated": "1.11.99.2",
12597                 "friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
12598                 "phpunit/phpunit": ">=8.5.14"
12599             },
12600             "bin": [
12601                 "bin/openapi"
12602             ],
12603             "type": "library",
12604             "autoload": {
12605                 "files": [
12606                     "src/functions.php"
12607                 ],
12608                 "psr-4": {
12609                     "OpenApi\\": "src"
12610                 }
12611             },
12612             "notification-url": "https://packagist.org/downloads/",
12613             "license": [
12614                 "Apache-2.0"
12615             ],
12616             "authors": [
12617                 {
12618                     "name": "Robert Allen",
12619                     "email": "zircote@gmail.com"
12620                 },
12621                 {
12622                     "name": "Bob Fanger",
12623                     "email": "bfanger@gmail.com",
12624                     "homepage": "https://bfanger.nl"
12625                 },
12626                 {
12627                     "name": "Martin Rademacher",
12628                     "email": "mano@radebatz.net",
12629                     "homepage": "https://radebatz.net"
12630                 }
12631             ],
12632             "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
12633             "homepage": "https://github.com/zircote/swagger-php/",
12634             "keywords": [
12635                 "api",
12636                 "json",
12637                 "rest",
12638                 "service discovery"
12639             ],
12640             "support": {
12641                 "issues": "https://github.com/zircote/swagger-php/issues",
12642                 "source": "https://github.com/zircote/swagger-php/tree/3.3.6"
12643             },
12644             "time": "2022-05-21T01:52:14+00:00"
12645         }
12646     ],
12647     "aliases": [],
12648     "minimum-stability": "stable",
12649     "stability-flags": [],
12650     "prefer-stable": false,
12651     "prefer-lowest": false,
12652     "platform": {
12653         "php": ">=7.4.0"
12654     },
12655     "platform-dev": [],
12656     "platform-overrides": {
12657         "php": "7.4"
12658     },
12659     "plugin-api-version": "2.2.0"