update composer particle/validator package to 2.3.5 (#6011)
[openemr.git] / composer.lock
blob74ef94d62d5d06982dfb536e96bb4ba83c067ddb
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": "a12d7728e39421ba9d54bf58548ec722",
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.22.4",
136             "source": {
137                 "type": "git",
138                 "url": "https://github.com/ADOdb/ADOdb.git",
139                 "reference": "bb87e83338c99038986878ac78f680becf9e8091"
140             },
141             "dist": {
142                 "type": "zip",
143                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/bb87e83338c99038986878ac78f680becf9e8091",
144                 "reference": "bb87e83338c99038986878ac78f680becf9e8091",
145                 "shasum": ""
146             },
147             "require": {
148                 "php": "^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-10-28T17:34:17+00:00"
193         },
194         {
195             "name": "aranyasen/hl7",
196             "version": "2.1.7",
197             "source": {
198                 "type": "git",
199                 "url": "https://github.com/senaranya/HL7.git",
200                 "reference": "f4a1cef7d048f888c247d2ff862e832514d39844"
201             },
202             "dist": {
203                 "type": "zip",
204                 "url": "https://api.github.com/repos/senaranya/HL7/zipball/f4a1cef7d048f888c247d2ff862e832514d39844",
205                 "reference": "f4a1cef7d048f888c247d2ff862e832514d39844",
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.7"
245             },
246             "time": "2022-09-17T06:38:34+00:00"
247         },
248         {
249             "name": "bacon/bacon-qr-code",
250             "version": "2.0.7",
251             "source": {
252                 "type": "git",
253                 "url": "https://github.com/Bacon/BaconQrCode.git",
254                 "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c"
255             },
256             "dist": {
257                 "type": "zip",
258                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
259                 "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
260                 "shasum": ""
261             },
262             "require": {
263                 "dasprid/enum": "^1.0.3",
264                 "ext-iconv": "*",
265                 "php": "^7.1 || ^8.0"
266             },
267             "require-dev": {
268                 "phly/keep-a-changelog": "^2.1",
269                 "phpunit/phpunit": "^7 | ^8 | ^9",
270                 "spatie/phpunit-snapshot-assertions": "^4.2.9",
271                 "squizlabs/php_codesniffer": "^3.4"
272             },
273             "suggest": {
274                 "ext-imagick": "to generate QR code images"
275             },
276             "type": "library",
277             "autoload": {
278                 "psr-4": {
279                     "BaconQrCode\\": "src/"
280                 }
281             },
282             "notification-url": "https://packagist.org/downloads/",
283             "license": [
284                 "BSD-2-Clause"
285             ],
286             "authors": [
287                 {
288                     "name": "Ben Scholzen 'DASPRiD'",
289                     "email": "mail@dasprids.de",
290                     "homepage": "https://dasprids.de/",
291                     "role": "Developer"
292                 }
293             ],
294             "description": "BaconQrCode is a QR code generator for PHP.",
295             "homepage": "https://github.com/Bacon/BaconQrCode",
296             "support": {
297                 "issues": "https://github.com/Bacon/BaconQrCode/issues",
298                 "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.7"
299             },
300             "time": "2022-03-14T02:02:36+00:00"
301         },
302         {
303             "name": "brick/math",
304             "version": "0.10.2",
305             "source": {
306                 "type": "git",
307                 "url": "https://github.com/brick/math.git",
308                 "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f"
309             },
310             "dist": {
311                 "type": "zip",
312                 "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f",
313                 "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f",
314                 "shasum": ""
315             },
316             "require": {
317                 "ext-json": "*",
318                 "php": "^7.4 || ^8.0"
319             },
320             "require-dev": {
321                 "php-coveralls/php-coveralls": "^2.2",
322                 "phpunit/phpunit": "^9.0",
323                 "vimeo/psalm": "4.25.0"
324             },
325             "type": "library",
326             "autoload": {
327                 "psr-4": {
328                     "Brick\\Math\\": "src/"
329                 }
330             },
331             "notification-url": "https://packagist.org/downloads/",
332             "license": [
333                 "MIT"
334             ],
335             "description": "Arbitrary-precision arithmetic library",
336             "keywords": [
337                 "Arbitrary-precision",
338                 "BigInteger",
339                 "BigRational",
340                 "arithmetic",
341                 "bigdecimal",
342                 "bignum",
343                 "brick",
344                 "math"
345             ],
346             "support": {
347                 "issues": "https://github.com/brick/math/issues",
348                 "source": "https://github.com/brick/math/tree/0.10.2"
349             },
350             "funding": [
351                 {
352                     "url": "https://github.com/BenMorel",
353                     "type": "github"
354                 }
355             ],
356             "time": "2022-08-10T22:54:19+00:00"
357         },
358         {
359             "name": "brick/varexporter",
360             "version": "0.3.7",
361             "source": {
362                 "type": "git",
363                 "url": "https://github.com/brick/varexporter.git",
364                 "reference": "3e263cd718d242594c52963760fee2059fd5833c"
365             },
366             "dist": {
367                 "type": "zip",
368                 "url": "https://api.github.com/repos/brick/varexporter/zipball/3e263cd718d242594c52963760fee2059fd5833c",
369                 "reference": "3e263cd718d242594c52963760fee2059fd5833c",
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.7"
398             },
399             "funding": [
400                 {
401                     "url": "https://github.com/BenMorel",
402                     "type": "github"
403                 }
404             ],
405             "time": "2022-06-29T23:37:57+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": "dasprid/enum",
475             "version": "1.0.3",
476             "source": {
477                 "type": "git",
478                 "url": "https://github.com/DASPRiD/Enum.git",
479                 "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
480             },
481             "dist": {
482                 "type": "zip",
483                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
484                 "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
485                 "shasum": ""
486             },
487             "require-dev": {
488                 "phpunit/phpunit": "^7 | ^8 | ^9",
489                 "squizlabs/php_codesniffer": "^3.4"
490             },
491             "type": "library",
492             "autoload": {
493                 "psr-4": {
494                     "DASPRiD\\Enum\\": "src/"
495                 }
496             },
497             "notification-url": "https://packagist.org/downloads/",
498             "license": [
499                 "BSD-2-Clause"
500             ],
501             "authors": [
502                 {
503                     "name": "Ben Scholzen 'DASPRiD'",
504                     "email": "mail@dasprids.de",
505                     "homepage": "https://dasprids.de/",
506                     "role": "Developer"
507                 }
508             ],
509             "description": "PHP 7.1 enum implementation",
510             "keywords": [
511                 "enum",
512                 "map"
513             ],
514             "support": {
515                 "issues": "https://github.com/DASPRiD/Enum/issues",
516                 "source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
517             },
518             "time": "2020-10-02T16:03:48+00:00"
519         },
520         {
521             "name": "defuse/php-encryption",
522             "version": "v2.3.1",
523             "source": {
524                 "type": "git",
525                 "url": "https://github.com/defuse/php-encryption.git",
526                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
527             },
528             "dist": {
529                 "type": "zip",
530                 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
531                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
532                 "shasum": ""
533             },
534             "require": {
535                 "ext-openssl": "*",
536                 "paragonie/random_compat": ">= 2",
537                 "php": ">=5.6.0"
538             },
539             "require-dev": {
540                 "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
541             },
542             "bin": [
543                 "bin/generate-defuse-key"
544             ],
545             "type": "library",
546             "autoload": {
547                 "psr-4": {
548                     "Defuse\\Crypto\\": "src"
549                 }
550             },
551             "notification-url": "https://packagist.org/downloads/",
552             "license": [
553                 "MIT"
554             ],
555             "authors": [
556                 {
557                     "name": "Taylor Hornby",
558                     "email": "taylor@defuse.ca",
559                     "homepage": "https://defuse.ca/"
560                 },
561                 {
562                     "name": "Scott Arciszewski",
563                     "email": "info@paragonie.com",
564                     "homepage": "https://paragonie.com"
565                 }
566             ],
567             "description": "Secure PHP Encryption Library",
568             "keywords": [
569                 "aes",
570                 "authenticated encryption",
571                 "cipher",
572                 "crypto",
573                 "cryptography",
574                 "encrypt",
575                 "encryption",
576                 "openssl",
577                 "security",
578                 "symmetric key cryptography"
579             ],
580             "support": {
581                 "issues": "https://github.com/defuse/php-encryption/issues",
582                 "source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
583             },
584             "time": "2021-04-09T23:57:26+00:00"
585         },
586         {
587             "name": "digitickets/lalit",
588             "version": "3.3.0",
589             "source": {
590                 "type": "git",
591                 "url": "https://github.com/digitickets/lalit.git",
592                 "reference": "c42d6ba903ee78ea4210582fb8401aafa9858678"
593             },
594             "dist": {
595                 "type": "zip",
596                 "url": "https://api.github.com/repos/digitickets/lalit/zipball/c42d6ba903ee78ea4210582fb8401aafa9858678",
597                 "reference": "c42d6ba903ee78ea4210582fb8401aafa9858678",
598                 "shasum": ""
599             },
600             "require": {
601                 "ext-dom": "*",
602                 "php": ">=7"
603             },
604             "require-dev": {
605                 "mockery/mockery": "^0",
606                 "phpunit/phpunit": "^6"
607             },
608             "type": "library",
609             "autoload": {
610                 "psr-4": {
611                     "LaLit\\": "src"
612                 }
613             },
614             "notification-url": "https://packagist.org/downloads/",
615             "license": [
616                 "CC0-1.0"
617             ],
618             "authors": [
619                 {
620                     "name": "Lalit Patel",
621                     "role": "Lead Developer"
622                 },
623                 {
624                     "name": "Richard Quadling",
625                     "role": "Developer"
626                 }
627             ],
628             "description": "GitHub copy of LaLit's XML2Array and Array2XML",
629             "homepage": "http://www.lalit.org/lab",
630             "keywords": [
631                 "array",
632                 "xml"
633             ],
634             "support": {
635                 "issues": "https://github.com/digitickets/lalit/issues",
636                 "source": "https://github.com/digitickets/lalit/tree/3.3.0"
637             },
638             "time": "2022-03-10T17:19:42+00:00"
639         },
640         {
641             "name": "dompdf/dompdf",
642             "version": "v2.0.1",
643             "source": {
644                 "type": "git",
645                 "url": "https://github.com/dompdf/dompdf.git",
646                 "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085"
647             },
648             "dist": {
649                 "type": "zip",
650                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c5310df0e22c758c85ea5288175fc6cd777bc085",
651                 "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085",
652                 "shasum": ""
653             },
654             "require": {
655                 "ext-dom": "*",
656                 "ext-mbstring": "*",
657                 "masterminds/html5": "^2.0",
658                 "phenx/php-font-lib": ">=0.5.4 <1.0.0",
659                 "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
660                 "php": "^7.1 || ^8.0"
661             },
662             "require-dev": {
663                 "ext-json": "*",
664                 "ext-zip": "*",
665                 "mockery/mockery": "^1.3",
666                 "phpunit/phpunit": "^7.5 || ^8 || ^9",
667                 "squizlabs/php_codesniffer": "^3.5"
668             },
669             "suggest": {
670                 "ext-gd": "Needed to process images",
671                 "ext-gmagick": "Improves image processing performance",
672                 "ext-imagick": "Improves image processing performance",
673                 "ext-zlib": "Needed for pdf stream compression"
674             },
675             "type": "library",
676             "autoload": {
677                 "psr-4": {
678                     "Dompdf\\": "src/"
679                 },
680                 "classmap": [
681                     "lib/"
682                 ]
683             },
684             "notification-url": "https://packagist.org/downloads/",
685             "license": [
686                 "LGPL-2.1"
687             ],
688             "authors": [
689                 {
690                     "name": "The Dompdf Community",
691                     "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
692                 }
693             ],
694             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
695             "homepage": "https://github.com/dompdf/dompdf",
696             "support": {
697                 "issues": "https://github.com/dompdf/dompdf/issues",
698                 "source": "https://github.com/dompdf/dompdf/tree/v2.0.1"
699             },
700             "time": "2022-09-22T13:43:41+00:00"
701         },
702         {
703             "name": "ezyang/htmlpurifier",
704             "version": "v4.16.0",
705             "source": {
706                 "type": "git",
707                 "url": "https://github.com/ezyang/htmlpurifier.git",
708                 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
709             },
710             "dist": {
711                 "type": "zip",
712                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
713                 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
714                 "shasum": ""
715             },
716             "require": {
717                 "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
718             },
719             "require-dev": {
720                 "cerdic/css-tidy": "^1.7 || ^2.0",
721                 "simpletest/simpletest": "dev-master"
722             },
723             "suggest": {
724                 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
725                 "ext-bcmath": "Used for unit conversion and imagecrash protection",
726                 "ext-iconv": "Converts text to and from non-UTF-8 encodings",
727                 "ext-tidy": "Used for pretty-printing HTML"
728             },
729             "type": "library",
730             "autoload": {
731                 "files": [
732                     "library/HTMLPurifier.composer.php"
733                 ],
734                 "psr-0": {
735                     "HTMLPurifier": "library/"
736                 },
737                 "exclude-from-classmap": [
738                     "/library/HTMLPurifier/Language/"
739                 ]
740             },
741             "notification-url": "https://packagist.org/downloads/",
742             "license": [
743                 "LGPL-2.1-or-later"
744             ],
745             "authors": [
746                 {
747                     "name": "Edward Z. Yang",
748                     "email": "admin@htmlpurifier.org",
749                     "homepage": "http://ezyang.com"
750                 }
751             ],
752             "description": "Standards compliant HTML filter written in PHP",
753             "homepage": "http://htmlpurifier.org/",
754             "keywords": [
755                 "html"
756             ],
757             "support": {
758                 "issues": "https://github.com/ezyang/htmlpurifier/issues",
759                 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
760             },
761             "time": "2022-09-18T07:06:19+00:00"
762         },
763         {
764             "name": "firebase/php-jwt",
765             "version": "v6.3.1",
766             "source": {
767                 "type": "git",
768                 "url": "https://github.com/firebase/php-jwt.git",
769                 "reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da"
770             },
771             "dist": {
772                 "type": "zip",
773                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ddfaddcb520488b42bca3a75e17e9dd53c3667da",
774                 "reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da",
775                 "shasum": ""
776             },
777             "require": {
778                 "php": "^7.1||^8.0"
779             },
780             "require-dev": {
781                 "guzzlehttp/guzzle": "^6.5||^7.4",
782                 "phpspec/prophecy-phpunit": "^1.1",
783                 "phpunit/phpunit": "^7.5||^9.5",
784                 "psr/cache": "^1.0||^2.0",
785                 "psr/http-client": "^1.0",
786                 "psr/http-factory": "^1.0"
787             },
788             "suggest": {
789                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
790             },
791             "type": "library",
792             "autoload": {
793                 "psr-4": {
794                     "Firebase\\JWT\\": "src"
795                 }
796             },
797             "notification-url": "https://packagist.org/downloads/",
798             "license": [
799                 "BSD-3-Clause"
800             ],
801             "authors": [
802                 {
803                     "name": "Neuman Vong",
804                     "email": "neuman+pear@twilio.com",
805                     "role": "Developer"
806                 },
807                 {
808                     "name": "Anant Narayanan",
809                     "email": "anant@php.net",
810                     "role": "Developer"
811                 }
812             ],
813             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
814             "homepage": "https://github.com/firebase/php-jwt",
815             "keywords": [
816                 "jwt",
817                 "php"
818             ],
819             "support": {
820                 "issues": "https://github.com/firebase/php-jwt/issues",
821                 "source": "https://github.com/firebase/php-jwt/tree/v6.3.1"
822             },
823             "time": "2022-11-01T21:20:08+00:00"
824         },
825         {
826             "name": "google/apiclient",
827             "version": "v2.12.6",
828             "source": {
829                 "type": "git",
830                 "url": "https://github.com/googleapis/google-api-php-client.git",
831                 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e"
832             },
833             "dist": {
834                 "type": "zip",
835                 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e",
836                 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e",
837                 "shasum": ""
838             },
839             "require": {
840                 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
841                 "google/apiclient-services": "~0.200",
842                 "google/auth": "^1.10",
843                 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
844                 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
845                 "monolog/monolog": "^1.17||^2.0||^3.0",
846                 "php": "^5.6|^7.0|^8.0",
847                 "phpseclib/phpseclib": "~2.0||^3.0.2"
848             },
849             "require-dev": {
850                 "cache/filesystem-adapter": "^0.3.2|^1.1",
851                 "composer/composer": "^1.10.22",
852                 "phpcompatibility/php-compatibility": "^9.2",
853                 "phpspec/prophecy-phpunit": "^1.1||^2.0",
854                 "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
855                 "squizlabs/php_codesniffer": "^3.0",
856                 "symfony/css-selector": "~2.1",
857                 "symfony/dom-crawler": "~2.1",
858                 "yoast/phpunit-polyfills": "^1.0"
859             },
860             "suggest": {
861                 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
862             },
863             "type": "library",
864             "extra": {
865                 "branch-alias": {
866                     "dev-main": "2.x-dev"
867                 }
868             },
869             "autoload": {
870                 "files": [
871                     "src/aliases.php"
872                 ],
873                 "psr-4": {
874                     "Google\\": "src/"
875                 },
876                 "classmap": [
877                     "src/aliases.php"
878                 ]
879             },
880             "notification-url": "https://packagist.org/downloads/",
881             "license": [
882                 "Apache-2.0"
883             ],
884             "description": "Client library for Google APIs",
885             "homepage": "http://developers.google.com/api-client-library/php",
886             "keywords": [
887                 "google"
888             ],
889             "support": {
890                 "issues": "https://github.com/googleapis/google-api-php-client/issues",
891                 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.6"
892             },
893             "time": "2022-06-06T20:00:19+00:00"
894         },
895         {
896             "name": "google/apiclient-services",
897             "version": "v0.278.0",
898             "source": {
899                 "type": "git",
900                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
901                 "reference": "3da85d2066b5a8042663e96e7cba3a3f83655961"
902             },
903             "dist": {
904                 "type": "zip",
905                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/3da85d2066b5a8042663e96e7cba3a3f83655961",
906                 "reference": "3da85d2066b5a8042663e96e7cba3a3f83655961",
907                 "shasum": ""
908             },
909             "require": {
910                 "php": ">=5.6"
911             },
912             "require-dev": {
913                 "phpunit/phpunit": "^5.7||^8.5.13"
914             },
915             "type": "library",
916             "autoload": {
917                 "files": [
918                     "autoload.php"
919                 ],
920                 "psr-4": {
921                     "Google\\Service\\": "src"
922                 }
923             },
924             "notification-url": "https://packagist.org/downloads/",
925             "license": [
926                 "Apache-2.0"
927             ],
928             "description": "Client library for Google APIs",
929             "homepage": "http://developers.google.com/api-client-library/php",
930             "keywords": [
931                 "google"
932             ],
933             "support": {
934                 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
935                 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.278.0"
936             },
937             "time": "2022-12-12T01:28:13+00:00"
938         },
939         {
940             "name": "google/auth",
941             "version": "v1.24.0",
942             "source": {
943                 "type": "git",
944                 "url": "https://github.com/googleapis/google-auth-library-php.git",
945                 "reference": "1f8cff5aa324700d041efd2df1a0855112a2e7ae"
946             },
947             "dist": {
948                 "type": "zip",
949                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/1f8cff5aa324700d041efd2df1a0855112a2e7ae",
950                 "reference": "1f8cff5aa324700d041efd2df1a0855112a2e7ae",
951                 "shasum": ""
952             },
953             "require": {
954                 "firebase/php-jwt": "^5.5||^6.0",
955                 "guzzlehttp/guzzle": "^6.2.1|^7.0",
956                 "guzzlehttp/psr7": "^1.7|^2.0",
957                 "php": "^7.1||^8.0",
958                 "psr/cache": "^1.0|^2.0|^3.0",
959                 "psr/http-message": "^1.0"
960             },
961             "require-dev": {
962                 "guzzlehttp/promises": "0.1.1|^1.3",
963                 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
964                 "phpseclib/phpseclib": "^2.0.31",
965                 "phpspec/prophecy-phpunit": "^1.1||^2.0",
966                 "phpunit/phpunit": "^7.5||^9.0.0",
967                 "sebastian/comparator": ">=1.2.3",
968                 "squizlabs/php_codesniffer": "^3.5"
969             },
970             "suggest": {
971                 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
972             },
973             "type": "library",
974             "autoload": {
975                 "psr-4": {
976                     "Google\\Auth\\": "src"
977                 }
978             },
979             "notification-url": "https://packagist.org/downloads/",
980             "license": [
981                 "Apache-2.0"
982             ],
983             "description": "Google Auth Library for PHP",
984             "homepage": "http://github.com/google/google-auth-library-php",
985             "keywords": [
986                 "Authentication",
987                 "google",
988                 "oauth2"
989             ],
990             "support": {
991                 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
992                 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
993                 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.24.0"
994             },
995             "time": "2022-11-28T18:29:23+00:00"
996         },
997         {
998             "name": "graham-campbell/result-type",
999             "version": "v1.1.0",
1000             "source": {
1001                 "type": "git",
1002                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1003                 "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8"
1004             },
1005             "dist": {
1006                 "type": "zip",
1007                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8",
1008                 "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8",
1009                 "shasum": ""
1010             },
1011             "require": {
1012                 "php": "^7.2.5 || ^8.0",
1013                 "phpoption/phpoption": "^1.9"
1014             },
1015             "require-dev": {
1016                 "phpunit/phpunit": "^8.5.28 || ^9.5.21"
1017             },
1018             "type": "library",
1019             "autoload": {
1020                 "psr-4": {
1021                     "GrahamCampbell\\ResultType\\": "src/"
1022                 }
1023             },
1024             "notification-url": "https://packagist.org/downloads/",
1025             "license": [
1026                 "MIT"
1027             ],
1028             "authors": [
1029                 {
1030                     "name": "Graham Campbell",
1031                     "email": "hello@gjcampbell.co.uk",
1032                     "homepage": "https://github.com/GrahamCampbell"
1033                 }
1034             ],
1035             "description": "An Implementation Of The Result Type",
1036             "keywords": [
1037                 "Graham Campbell",
1038                 "GrahamCampbell",
1039                 "Result Type",
1040                 "Result-Type",
1041                 "result"
1042             ],
1043             "support": {
1044                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1045                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0"
1046             },
1047             "funding": [
1048                 {
1049                     "url": "https://github.com/GrahamCampbell",
1050                     "type": "github"
1051                 },
1052                 {
1053                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1054                     "type": "tidelift"
1055                 }
1056             ],
1057             "time": "2022-07-30T15:56:11+00:00"
1058         },
1059         {
1060             "name": "guzzlehttp/guzzle",
1061             "version": "7.5.0",
1062             "source": {
1063                 "type": "git",
1064                 "url": "https://github.com/guzzle/guzzle.git",
1065                 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
1066             },
1067             "dist": {
1068                 "type": "zip",
1069                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1070                 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1071                 "shasum": ""
1072             },
1073             "require": {
1074                 "ext-json": "*",
1075                 "guzzlehttp/promises": "^1.5",
1076                 "guzzlehttp/psr7": "^1.9 || ^2.4",
1077                 "php": "^7.2.5 || ^8.0",
1078                 "psr/http-client": "^1.0",
1079                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1080             },
1081             "provide": {
1082                 "psr/http-client-implementation": "1.0"
1083             },
1084             "require-dev": {
1085                 "bamarni/composer-bin-plugin": "^1.8.1",
1086                 "ext-curl": "*",
1087                 "php-http/client-integration-tests": "^3.0",
1088                 "phpunit/phpunit": "^8.5.29 || ^9.5.23",
1089                 "psr/log": "^1.1 || ^2.0 || ^3.0"
1090             },
1091             "suggest": {
1092                 "ext-curl": "Required for CURL handler support",
1093                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1094                 "psr/log": "Required for using the Log middleware"
1095             },
1096             "type": "library",
1097             "extra": {
1098                 "bamarni-bin": {
1099                     "bin-links": true,
1100                     "forward-command": false
1101                 },
1102                 "branch-alias": {
1103                     "dev-master": "7.5-dev"
1104                 }
1105             },
1106             "autoload": {
1107                 "files": [
1108                     "src/functions_include.php"
1109                 ],
1110                 "psr-4": {
1111                     "GuzzleHttp\\": "src/"
1112                 }
1113             },
1114             "notification-url": "https://packagist.org/downloads/",
1115             "license": [
1116                 "MIT"
1117             ],
1118             "authors": [
1119                 {
1120                     "name": "Graham Campbell",
1121                     "email": "hello@gjcampbell.co.uk",
1122                     "homepage": "https://github.com/GrahamCampbell"
1123                 },
1124                 {
1125                     "name": "Michael Dowling",
1126                     "email": "mtdowling@gmail.com",
1127                     "homepage": "https://github.com/mtdowling"
1128                 },
1129                 {
1130                     "name": "Jeremy Lindblom",
1131                     "email": "jeremeamia@gmail.com",
1132                     "homepage": "https://github.com/jeremeamia"
1133                 },
1134                 {
1135                     "name": "George Mponos",
1136                     "email": "gmponos@gmail.com",
1137                     "homepage": "https://github.com/gmponos"
1138                 },
1139                 {
1140                     "name": "Tobias Nyholm",
1141                     "email": "tobias.nyholm@gmail.com",
1142                     "homepage": "https://github.com/Nyholm"
1143                 },
1144                 {
1145                     "name": "Márk Sági-Kazár",
1146                     "email": "mark.sagikazar@gmail.com",
1147                     "homepage": "https://github.com/sagikazarmark"
1148                 },
1149                 {
1150                     "name": "Tobias Schultze",
1151                     "email": "webmaster@tubo-world.de",
1152                     "homepage": "https://github.com/Tobion"
1153                 }
1154             ],
1155             "description": "Guzzle is a PHP HTTP client library",
1156             "keywords": [
1157                 "client",
1158                 "curl",
1159                 "framework",
1160                 "http",
1161                 "http client",
1162                 "psr-18",
1163                 "psr-7",
1164                 "rest",
1165                 "web service"
1166             ],
1167             "support": {
1168                 "issues": "https://github.com/guzzle/guzzle/issues",
1169                 "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
1170             },
1171             "funding": [
1172                 {
1173                     "url": "https://github.com/GrahamCampbell",
1174                     "type": "github"
1175                 },
1176                 {
1177                     "url": "https://github.com/Nyholm",
1178                     "type": "github"
1179                 },
1180                 {
1181                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1182                     "type": "tidelift"
1183                 }
1184             ],
1185             "time": "2022-08-28T15:39:27+00:00"
1186         },
1187         {
1188             "name": "guzzlehttp/promises",
1189             "version": "1.5.2",
1190             "source": {
1191                 "type": "git",
1192                 "url": "https://github.com/guzzle/promises.git",
1193                 "reference": "b94b2807d85443f9719887892882d0329d1e2598"
1194             },
1195             "dist": {
1196                 "type": "zip",
1197                 "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
1198                 "reference": "b94b2807d85443f9719887892882d0329d1e2598",
1199                 "shasum": ""
1200             },
1201             "require": {
1202                 "php": ">=5.5"
1203             },
1204             "require-dev": {
1205                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1206             },
1207             "type": "library",
1208             "extra": {
1209                 "branch-alias": {
1210                     "dev-master": "1.5-dev"
1211                 }
1212             },
1213             "autoload": {
1214                 "files": [
1215                     "src/functions_include.php"
1216                 ],
1217                 "psr-4": {
1218                     "GuzzleHttp\\Promise\\": "src/"
1219                 }
1220             },
1221             "notification-url": "https://packagist.org/downloads/",
1222             "license": [
1223                 "MIT"
1224             ],
1225             "authors": [
1226                 {
1227                     "name": "Graham Campbell",
1228                     "email": "hello@gjcampbell.co.uk",
1229                     "homepage": "https://github.com/GrahamCampbell"
1230                 },
1231                 {
1232                     "name": "Michael Dowling",
1233                     "email": "mtdowling@gmail.com",
1234                     "homepage": "https://github.com/mtdowling"
1235                 },
1236                 {
1237                     "name": "Tobias Nyholm",
1238                     "email": "tobias.nyholm@gmail.com",
1239                     "homepage": "https://github.com/Nyholm"
1240                 },
1241                 {
1242                     "name": "Tobias Schultze",
1243                     "email": "webmaster@tubo-world.de",
1244                     "homepage": "https://github.com/Tobion"
1245                 }
1246             ],
1247             "description": "Guzzle promises library",
1248             "keywords": [
1249                 "promise"
1250             ],
1251             "support": {
1252                 "issues": "https://github.com/guzzle/promises/issues",
1253                 "source": "https://github.com/guzzle/promises/tree/1.5.2"
1254             },
1255             "funding": [
1256                 {
1257                     "url": "https://github.com/GrahamCampbell",
1258                     "type": "github"
1259                 },
1260                 {
1261                     "url": "https://github.com/Nyholm",
1262                     "type": "github"
1263                 },
1264                 {
1265                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1266                     "type": "tidelift"
1267                 }
1268             ],
1269             "time": "2022-08-28T14:55:35+00:00"
1270         },
1271         {
1272             "name": "guzzlehttp/psr7",
1273             "version": "2.4.3",
1274             "source": {
1275                 "type": "git",
1276                 "url": "https://github.com/guzzle/psr7.git",
1277                 "reference": "67c26b443f348a51926030c83481b85718457d3d"
1278             },
1279             "dist": {
1280                 "type": "zip",
1281                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
1282                 "reference": "67c26b443f348a51926030c83481b85718457d3d",
1283                 "shasum": ""
1284             },
1285             "require": {
1286                 "php": "^7.2.5 || ^8.0",
1287                 "psr/http-factory": "^1.0",
1288                 "psr/http-message": "^1.0",
1289                 "ralouphie/getallheaders": "^3.0"
1290             },
1291             "provide": {
1292                 "psr/http-factory-implementation": "1.0",
1293                 "psr/http-message-implementation": "1.0"
1294             },
1295             "require-dev": {
1296                 "bamarni/composer-bin-plugin": "^1.8.1",
1297                 "http-interop/http-factory-tests": "^0.9",
1298                 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1299             },
1300             "suggest": {
1301                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1302             },
1303             "type": "library",
1304             "extra": {
1305                 "bamarni-bin": {
1306                     "bin-links": true,
1307                     "forward-command": false
1308                 },
1309                 "branch-alias": {
1310                     "dev-master": "2.4-dev"
1311                 }
1312             },
1313             "autoload": {
1314                 "psr-4": {
1315                     "GuzzleHttp\\Psr7\\": "src/"
1316                 }
1317             },
1318             "notification-url": "https://packagist.org/downloads/",
1319             "license": [
1320                 "MIT"
1321             ],
1322             "authors": [
1323                 {
1324                     "name": "Graham Campbell",
1325                     "email": "hello@gjcampbell.co.uk",
1326                     "homepage": "https://github.com/GrahamCampbell"
1327                 },
1328                 {
1329                     "name": "Michael Dowling",
1330                     "email": "mtdowling@gmail.com",
1331                     "homepage": "https://github.com/mtdowling"
1332                 },
1333                 {
1334                     "name": "George Mponos",
1335                     "email": "gmponos@gmail.com",
1336                     "homepage": "https://github.com/gmponos"
1337                 },
1338                 {
1339                     "name": "Tobias Nyholm",
1340                     "email": "tobias.nyholm@gmail.com",
1341                     "homepage": "https://github.com/Nyholm"
1342                 },
1343                 {
1344                     "name": "Márk Sági-Kazár",
1345                     "email": "mark.sagikazar@gmail.com",
1346                     "homepage": "https://github.com/sagikazarmark"
1347                 },
1348                 {
1349                     "name": "Tobias Schultze",
1350                     "email": "webmaster@tubo-world.de",
1351                     "homepage": "https://github.com/Tobion"
1352                 },
1353                 {
1354                     "name": "Márk Sági-Kazár",
1355                     "email": "mark.sagikazar@gmail.com",
1356                     "homepage": "https://sagikazarmark.hu"
1357                 }
1358             ],
1359             "description": "PSR-7 message implementation that also provides common utility methods",
1360             "keywords": [
1361                 "http",
1362                 "message",
1363                 "psr-7",
1364                 "request",
1365                 "response",
1366                 "stream",
1367                 "uri",
1368                 "url"
1369             ],
1370             "support": {
1371                 "issues": "https://github.com/guzzle/psr7/issues",
1372                 "source": "https://github.com/guzzle/psr7/tree/2.4.3"
1373             },
1374             "funding": [
1375                 {
1376                     "url": "https://github.com/GrahamCampbell",
1377                     "type": "github"
1378                 },
1379                 {
1380                     "url": "https://github.com/Nyholm",
1381                     "type": "github"
1382                 },
1383                 {
1384                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1385                     "type": "tidelift"
1386                 }
1387             ],
1388             "time": "2022-10-26T14:07:24+00:00"
1389         },
1390         {
1391             "name": "html2text/html2text",
1392             "version": "4.3.1",
1393             "source": {
1394                 "type": "git",
1395                 "url": "https://github.com/mtibben/html2text.git",
1396                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
1397             },
1398             "dist": {
1399                 "type": "zip",
1400                 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
1401                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
1402                 "shasum": ""
1403             },
1404             "require-dev": {
1405                 "phpunit/phpunit": "~4"
1406             },
1407             "suggest": {
1408                 "ext-mbstring": "For best performance",
1409                 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
1410             },
1411             "type": "library",
1412             "autoload": {
1413                 "psr-4": {
1414                     "Html2Text\\": [
1415                         "src/",
1416                         "test/"
1417                     ]
1418                 }
1419             },
1420             "notification-url": "https://packagist.org/downloads/",
1421             "license": [
1422                 "GPL-2.0-or-later"
1423             ],
1424             "description": "Converts HTML to formatted plain text",
1425             "support": {
1426                 "issues": "https://github.com/mtibben/html2text/issues",
1427                 "source": "https://github.com/mtibben/html2text/tree/4.3.1"
1428             },
1429             "time": "2020-04-16T23:44:31+00:00"
1430         },
1431         {
1432             "name": "kamermans/guzzle-oauth2-subscriber",
1433             "version": "v1.0.12",
1434             "source": {
1435                 "type": "git",
1436                 "url": "https://github.com/kamermans/guzzle-oauth2-subscriber.git",
1437                 "reference": "e1f3a78155fb37410f0103ef57b51fbd4fafd806"
1438             },
1439             "dist": {
1440                 "type": "zip",
1441                 "url": "https://api.github.com/repos/kamermans/guzzle-oauth2-subscriber/zipball/e1f3a78155fb37410f0103ef57b51fbd4fafd806",
1442                 "reference": "e1f3a78155fb37410f0103ef57b51fbd4fafd806",
1443                 "shasum": ""
1444             },
1445             "require": {
1446                 "guzzlehttp/guzzle": "~4.0|~5.0|~6.0|~7.0",
1447                 "php": ">=5.4.0"
1448             },
1449             "type": "library",
1450             "autoload": {
1451                 "psr-4": {
1452                     "kamermans\\OAuth2\\": "src"
1453                 }
1454             },
1455             "notification-url": "https://packagist.org/downloads/",
1456             "license": [
1457                 "MIT"
1458             ],
1459             "authors": [
1460                 {
1461                     "name": "Steve Kamerman",
1462                     "email": "stevekamerman@gmail.com"
1463                 }
1464             ],
1465             "description": "OAuth 2.0 client for Guzzle 4, 5, 6 and 7+",
1466             "keywords": [
1467                 "Guzzle",
1468                 "oauth"
1469             ],
1470             "support": {
1471                 "issues": "https://github.com/kamermans/guzzle-oauth2-subscriber/issues",
1472                 "source": "https://github.com/kamermans/guzzle-oauth2-subscriber/tree/v1.0.12"
1473             },
1474             "time": "2022-08-17T13:15:21+00:00"
1475         },
1476         {
1477             "name": "knplabs/knp-snappy",
1478             "version": "v1.4.1",
1479             "source": {
1480                 "type": "git",
1481                 "url": "https://github.com/KnpLabs/snappy.git",
1482                 "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67"
1483             },
1484             "dist": {
1485                 "type": "zip",
1486                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/5126fb5b335ec929a226314d40cd8dad497c3d67",
1487                 "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67",
1488                 "shasum": ""
1489             },
1490             "require": {
1491                 "php": ">=7.1",
1492                 "psr/log": "^1.0||^2.0||^3.0",
1493                 "symfony/process": "~3.4||~4.3||~5.0||~6.0"
1494             },
1495             "require-dev": {
1496                 "friendsofphp/php-cs-fixer": "^2.16||^3.0",
1497                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1498                 "phpstan/phpstan": "^0.12.7",
1499                 "phpstan/phpstan-phpunit": "^0.12.6",
1500                 "phpunit/phpunit": "~7.4||~8.5"
1501             },
1502             "suggest": {
1503                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1504                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1505                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1506                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1507                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1508             },
1509             "type": "library",
1510             "extra": {
1511                 "branch-alias": {
1512                     "dev-master": "1.x-dev"
1513                 }
1514             },
1515             "autoload": {
1516                 "psr-4": {
1517                     "Knp\\Snappy\\": "src/Knp/Snappy"
1518                 }
1519             },
1520             "notification-url": "https://packagist.org/downloads/",
1521             "license": [
1522                 "MIT"
1523             ],
1524             "authors": [
1525                 {
1526                     "name": "KNP Labs Team",
1527                     "homepage": "http://knplabs.com"
1528                 },
1529                 {
1530                     "name": "Symfony Community",
1531                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1532                 }
1533             ],
1534             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1535             "homepage": "http://github.com/KnpLabs/snappy",
1536             "keywords": [
1537                 "knp",
1538                 "knplabs",
1539                 "pdf",
1540                 "snapshot",
1541                 "thumbnail",
1542                 "wkhtmltopdf"
1543             ],
1544             "support": {
1545                 "issues": "https://github.com/KnpLabs/snappy/issues",
1546                 "source": "https://github.com/KnpLabs/snappy/tree/v1.4.1"
1547             },
1548             "time": "2022-01-07T13:03:38+00:00"
1549         },
1550         {
1551             "name": "laminas/laminas-code",
1552             "version": "4.7.1",
1553             "source": {
1554                 "type": "git",
1555                 "url": "https://github.com/laminas/laminas-code.git",
1556                 "reference": "91aabc066d5620428120800c0eafc0411e441a62"
1557             },
1558             "dist": {
1559                 "type": "zip",
1560                 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/91aabc066d5620428120800c0eafc0411e441a62",
1561                 "reference": "91aabc066d5620428120800c0eafc0411e441a62",
1562                 "shasum": ""
1563             },
1564             "require": {
1565                 "php": ">=7.4, <8.2"
1566             },
1567             "require-dev": {
1568                 "doctrine/annotations": "^1.13.2",
1569                 "ext-phar": "*",
1570                 "laminas/laminas-coding-standard": "^2.3.0",
1571                 "laminas/laminas-stdlib": "^3.6.1",
1572                 "phpunit/phpunit": "^9.5.10",
1573                 "psalm/plugin-phpunit": "^0.17.0",
1574                 "vimeo/psalm": "^4.13.1"
1575             },
1576             "suggest": {
1577                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1578                 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
1579             },
1580             "type": "library",
1581             "autoload": {
1582                 "files": [
1583                     "polyfill/ReflectionEnumPolyfill.php"
1584                 ],
1585                 "psr-4": {
1586                     "Laminas\\Code\\": "src/"
1587                 }
1588             },
1589             "notification-url": "https://packagist.org/downloads/",
1590             "license": [
1591                 "BSD-3-Clause"
1592             ],
1593             "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
1594             "homepage": "https://laminas.dev",
1595             "keywords": [
1596                 "code",
1597                 "laminas",
1598                 "laminasframework"
1599             ],
1600             "support": {
1601                 "chat": "https://laminas.dev/chat",
1602                 "docs": "https://docs.laminas.dev/laminas-code/",
1603                 "forum": "https://discourse.laminas.dev",
1604                 "issues": "https://github.com/laminas/laminas-code/issues",
1605                 "rss": "https://github.com/laminas/laminas-code/releases.atom",
1606                 "source": "https://github.com/laminas/laminas-code"
1607             },
1608             "funding": [
1609                 {
1610                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1611                     "type": "community_bridge"
1612                 }
1613             ],
1614             "time": "2022-11-21T01:32:31+00:00"
1615         },
1616         {
1617             "name": "laminas/laminas-config",
1618             "version": "3.8.0",
1619             "source": {
1620                 "type": "git",
1621                 "url": "https://github.com/laminas/laminas-config.git",
1622                 "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0"
1623             },
1624             "dist": {
1625                 "type": "zip",
1626                 "url": "https://api.github.com/repos/laminas/laminas-config/zipball/46baad58d0b12cf98539e04334eff40a1fdfb9a0",
1627                 "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0",
1628                 "shasum": ""
1629             },
1630             "require": {
1631                 "ext-json": "*",
1632                 "laminas/laminas-stdlib": "^3.6",
1633                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
1634                 "psr/container": "^1.0"
1635             },
1636             "conflict": {
1637                 "container-interop/container-interop": "<1.2.0",
1638                 "zendframework/zend-config": "*"
1639             },
1640             "require-dev": {
1641                 "laminas/laminas-coding-standard": "~2.4.0",
1642                 "laminas/laminas-filter": "~2.23.0",
1643                 "laminas/laminas-i18n": "~2.19.0",
1644                 "laminas/laminas-servicemanager": "~3.19.0",
1645                 "phpunit/phpunit": "~9.5.25"
1646             },
1647             "suggest": {
1648                 "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
1649                 "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
1650                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
1651             },
1652             "type": "library",
1653             "autoload": {
1654                 "psr-4": {
1655                     "Laminas\\Config\\": "src/"
1656                 }
1657             },
1658             "notification-url": "https://packagist.org/downloads/",
1659             "license": [
1660                 "BSD-3-Clause"
1661             ],
1662             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
1663             "homepage": "https://laminas.dev",
1664             "keywords": [
1665                 "config",
1666                 "laminas"
1667             ],
1668             "support": {
1669                 "chat": "https://laminas.dev/chat",
1670                 "docs": "https://docs.laminas.dev/laminas-config/",
1671                 "forum": "https://discourse.laminas.dev",
1672                 "issues": "https://github.com/laminas/laminas-config/issues",
1673                 "rss": "https://github.com/laminas/laminas-config/releases.atom",
1674                 "source": "https://github.com/laminas/laminas-config"
1675             },
1676             "funding": [
1677                 {
1678                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1679                     "type": "community_bridge"
1680                 }
1681             ],
1682             "time": "2022-10-16T14:21:22+00:00"
1683         },
1684         {
1685             "name": "laminas/laminas-db",
1686             "version": "2.16.1",
1687             "source": {
1688                 "type": "git",
1689                 "url": "https://github.com/laminas/laminas-db.git",
1690                 "reference": "2bdc91a08d903fb981b451adfb8548eeb8a87c80"
1691             },
1692             "dist": {
1693                 "type": "zip",
1694                 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/2bdc91a08d903fb981b451adfb8548eeb8a87c80",
1695                 "reference": "2bdc91a08d903fb981b451adfb8548eeb8a87c80",
1696                 "shasum": ""
1697             },
1698             "require": {
1699                 "laminas/laminas-stdlib": "^3.7.1",
1700                 "php": "~8.0.0 || ~8.1.0|| ~8.2.0"
1701             },
1702             "conflict": {
1703                 "zendframework/zend-db": "*"
1704             },
1705             "require-dev": {
1706                 "laminas/laminas-coding-standard": "^2.4.0",
1707                 "laminas/laminas-eventmanager": "^3.6.0",
1708                 "laminas/laminas-hydrator": "^4.7",
1709                 "laminas/laminas-servicemanager": "^3.19.0",
1710                 "phpunit/phpunit": "^9.5.25"
1711             },
1712             "suggest": {
1713                 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
1714                 "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1715                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
1716             },
1717             "type": "library",
1718             "extra": {
1719                 "laminas": {
1720                     "component": "Laminas\\Db",
1721                     "config-provider": "Laminas\\Db\\ConfigProvider"
1722                 }
1723             },
1724             "autoload": {
1725                 "psr-4": {
1726                     "Laminas\\Db\\": "src/"
1727                 }
1728             },
1729             "notification-url": "https://packagist.org/downloads/",
1730             "license": [
1731                 "BSD-3-Clause"
1732             ],
1733             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1734             "homepage": "https://laminas.dev",
1735             "keywords": [
1736                 "db",
1737                 "laminas"
1738             ],
1739             "support": {
1740                 "chat": "https://laminas.dev/chat",
1741                 "docs": "https://docs.laminas.dev/laminas-db/",
1742                 "forum": "https://discourse.laminas.dev",
1743                 "issues": "https://github.com/laminas/laminas-db/issues",
1744                 "rss": "https://github.com/laminas/laminas-db/releases.atom",
1745                 "source": "https://github.com/laminas/laminas-db"
1746             },
1747             "funding": [
1748                 {
1749                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1750                     "type": "community_bridge"
1751                 }
1752             ],
1753             "time": "2022-12-05T18:24:57+00:00"
1754         },
1755         {
1756             "name": "laminas/laminas-escaper",
1757             "version": "2.12.0",
1758             "source": {
1759                 "type": "git",
1760                 "url": "https://github.com/laminas/laminas-escaper.git",
1761                 "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
1762             },
1763             "dist": {
1764                 "type": "zip",
1765                 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1766                 "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1767                 "shasum": ""
1768             },
1769             "require": {
1770                 "ext-ctype": "*",
1771                 "ext-mbstring": "*",
1772                 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1773             },
1774             "conflict": {
1775                 "zendframework/zend-escaper": "*"
1776             },
1777             "require-dev": {
1778                 "infection/infection": "^0.26.6",
1779                 "laminas/laminas-coding-standard": "~2.4.0",
1780                 "maglnet/composer-require-checker": "^3.8.0",
1781                 "phpunit/phpunit": "^9.5.18",
1782                 "psalm/plugin-phpunit": "^0.17.0",
1783                 "vimeo/psalm": "^4.22.0"
1784             },
1785             "type": "library",
1786             "autoload": {
1787                 "psr-4": {
1788                     "Laminas\\Escaper\\": "src/"
1789                 }
1790             },
1791             "notification-url": "https://packagist.org/downloads/",
1792             "license": [
1793                 "BSD-3-Clause"
1794             ],
1795             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1796             "homepage": "https://laminas.dev",
1797             "keywords": [
1798                 "escaper",
1799                 "laminas"
1800             ],
1801             "support": {
1802                 "chat": "https://laminas.dev/chat",
1803                 "docs": "https://docs.laminas.dev/laminas-escaper/",
1804                 "forum": "https://discourse.laminas.dev",
1805                 "issues": "https://github.com/laminas/laminas-escaper/issues",
1806                 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1807                 "source": "https://github.com/laminas/laminas-escaper"
1808             },
1809             "funding": [
1810                 {
1811                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1812                     "type": "community_bridge"
1813                 }
1814             ],
1815             "time": "2022-10-10T10:11:09+00:00"
1816         },
1817         {
1818             "name": "laminas/laminas-eventmanager",
1819             "version": "3.8.0",
1820             "source": {
1821                 "type": "git",
1822                 "url": "https://github.com/laminas/laminas-eventmanager.git",
1823                 "reference": "51e73899f14026fdf2626569a7ff04ae93554b0b"
1824             },
1825             "dist": {
1826                 "type": "zip",
1827                 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/51e73899f14026fdf2626569a7ff04ae93554b0b",
1828                 "reference": "51e73899f14026fdf2626569a7ff04ae93554b0b",
1829                 "shasum": ""
1830             },
1831             "require": {
1832                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1833             },
1834             "conflict": {
1835                 "container-interop/container-interop": "<1.2",
1836                 "zendframework/zend-eventmanager": "*"
1837             },
1838             "require-dev": {
1839                 "laminas/laminas-coding-standard": "~2.4.0",
1840                 "laminas/laminas-stdlib": "^3.15",
1841                 "phpbench/phpbench": "^1.2.7",
1842                 "phpunit/phpunit": "^9.5.26",
1843                 "psalm/plugin-phpunit": "^0.18.0",
1844                 "psr/container": "^1.1.2 || ^2.0.2",
1845                 "vimeo/psalm": "^5.0.0"
1846             },
1847             "suggest": {
1848                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
1849                 "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
1850             },
1851             "type": "library",
1852             "autoload": {
1853                 "psr-4": {
1854                     "Laminas\\EventManager\\": "src/"
1855                 }
1856             },
1857             "notification-url": "https://packagist.org/downloads/",
1858             "license": [
1859                 "BSD-3-Clause"
1860             ],
1861             "description": "Trigger and listen to events within a PHP application",
1862             "homepage": "https://laminas.dev",
1863             "keywords": [
1864                 "event",
1865                 "eventmanager",
1866                 "events",
1867                 "laminas"
1868             ],
1869             "support": {
1870                 "chat": "https://laminas.dev/chat",
1871                 "docs": "https://docs.laminas.dev/laminas-eventmanager/",
1872                 "forum": "https://discourse.laminas.dev",
1873                 "issues": "https://github.com/laminas/laminas-eventmanager/issues",
1874                 "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
1875                 "source": "https://github.com/laminas/laminas-eventmanager"
1876             },
1877             "funding": [
1878                 {
1879                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1880                     "type": "community_bridge"
1881                 }
1882             ],
1883             "time": "2022-12-03T06:30:11+00:00"
1884         },
1885         {
1886             "name": "laminas/laminas-filter",
1887             "version": "2.29.0",
1888             "source": {
1889                 "type": "git",
1890                 "url": "https://github.com/laminas/laminas-filter.git",
1891                 "reference": "166e28123d19ebab7edddb9671a8376143c543c7"
1892             },
1893             "dist": {
1894                 "type": "zip",
1895                 "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/166e28123d19ebab7edddb9671a8376143c543c7",
1896                 "reference": "166e28123d19ebab7edddb9671a8376143c543c7",
1897                 "shasum": ""
1898             },
1899             "require": {
1900                 "ext-mbstring": "*",
1901                 "laminas/laminas-servicemanager": "^3.14.0",
1902                 "laminas/laminas-stdlib": "^3.13.0",
1903                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1904             },
1905             "conflict": {
1906                 "laminas/laminas-validator": "<2.10.1",
1907                 "zendframework/zend-filter": "*"
1908             },
1909             "require-dev": {
1910                 "laminas/laminas-coding-standard": "~2.4.0",
1911                 "laminas/laminas-crypt": "^3.9",
1912                 "laminas/laminas-uri": "^2.10",
1913                 "pear/archive_tar": "^1.4.14",
1914                 "phpunit/phpunit": "^9.5.26",
1915                 "psalm/plugin-phpunit": "^0.18.3",
1916                 "psr/http-factory": "^1.0.1",
1917                 "vimeo/psalm": "^5.0"
1918             },
1919             "suggest": {
1920                 "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
1921                 "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
1922                 "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
1923                 "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
1924             },
1925             "type": "library",
1926             "extra": {
1927                 "laminas": {
1928                     "component": "Laminas\\Filter",
1929                     "config-provider": "Laminas\\Filter\\ConfigProvider"
1930                 }
1931             },
1932             "autoload": {
1933                 "psr-4": {
1934                     "Laminas\\Filter\\": "src/"
1935                 }
1936             },
1937             "notification-url": "https://packagist.org/downloads/",
1938             "license": [
1939                 "BSD-3-Clause"
1940             ],
1941             "description": "Programmatically filter and normalize data and files",
1942             "homepage": "https://laminas.dev",
1943             "keywords": [
1944                 "filter",
1945                 "laminas"
1946             ],
1947             "support": {
1948                 "chat": "https://laminas.dev/chat",
1949                 "docs": "https://docs.laminas.dev/laminas-filter/",
1950                 "forum": "https://discourse.laminas.dev",
1951                 "issues": "https://github.com/laminas/laminas-filter/issues",
1952                 "rss": "https://github.com/laminas/laminas-filter/releases.atom",
1953                 "source": "https://github.com/laminas/laminas-filter"
1954             },
1955             "funding": [
1956                 {
1957                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1958                     "type": "community_bridge"
1959                 }
1960             ],
1961             "time": "2022-12-05T13:53:32+00:00"
1962         },
1963         {
1964             "name": "laminas/laminas-form",
1965             "version": "3.8.0",
1966             "source": {
1967                 "type": "git",
1968                 "url": "https://github.com/laminas/laminas-form.git",
1969                 "reference": "087def3e3e4a70c618cdf622fbea8840280ff1c2"
1970             },
1971             "dist": {
1972                 "type": "zip",
1973                 "url": "https://api.github.com/repos/laminas/laminas-form/zipball/087def3e3e4a70c618cdf622fbea8840280ff1c2",
1974                 "reference": "087def3e3e4a70c618cdf622fbea8840280ff1c2",
1975                 "shasum": ""
1976             },
1977             "require": {
1978                 "laminas/laminas-hydrator": "^4.3.1",
1979                 "laminas/laminas-inputfilter": "^2.19.1",
1980                 "laminas/laminas-stdlib": "^3.7.1",
1981                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1982             },
1983             "conflict": {
1984                 "doctrine/annotations": "<1.12.0",
1985                 "laminas/laminas-captcha": "<2.13.0",
1986                 "laminas/laminas-eventmanager": "<3.6.0",
1987                 "laminas/laminas-i18n": "<2.19.0",
1988                 "laminas/laminas-recaptcha": "<3.4.0",
1989                 "laminas/laminas-servicemanager": "<3.19.0",
1990                 "laminas/laminas-view": "<2.24.0"
1991             },
1992             "require-dev": {
1993                 "doctrine/annotations": "^1.13.3",
1994                 "ext-intl": "*",
1995                 "laminas/laminas-captcha": "^2.15",
1996                 "laminas/laminas-coding-standard": "^2.4",
1997                 "laminas/laminas-db": "^2.16",
1998                 "laminas/laminas-escaper": "^2.12",
1999                 "laminas/laminas-eventmanager": "^3.8",
2000                 "laminas/laminas-filter": "^2.29",
2001                 "laminas/laminas-i18n": "^2.21",
2002                 "laminas/laminas-modulemanager": "^2.14.0",
2003                 "laminas/laminas-recaptcha": "^3.5",
2004                 "laminas/laminas-servicemanager": "^3.20",
2005                 "laminas/laminas-session": "^2.16",
2006                 "laminas/laminas-text": "^2.9.0",
2007                 "laminas/laminas-validator": "^2.28",
2008                 "laminas/laminas-view": "^2.25",
2009                 "phpunit/phpunit": "^9.5.26",
2010                 "psalm/plugin-phpunit": "^0.18.4",
2011                 "vimeo/psalm": "^5.1"
2012             },
2013             "suggest": {
2014                 "doctrine/annotations": "^1.12, required to use laminas-form annotations support",
2015                 "laminas/laminas-captcha": "^2.11, required for using CAPTCHA form elements",
2016                 "laminas/laminas-eventmanager": "^3.4, reuired for laminas-form annotations support",
2017                 "laminas/laminas-i18n": "^2.12, required when using laminas-form view helpers",
2018                 "laminas/laminas-recaptcha": "^3.4, in order to use the ReCaptcha form element",
2019                 "laminas/laminas-servicemanager": "^3.10, required to use the form factories or provide services",
2020                 "laminas/laminas-view": "^2.14, required for using the laminas-form view helpers"
2021             },
2022             "type": "library",
2023             "extra": {
2024                 "laminas": {
2025                     "component": "Laminas\\Form",
2026                     "config-provider": "Laminas\\Form\\ConfigProvider"
2027                 }
2028             },
2029             "autoload": {
2030                 "psr-4": {
2031                     "Laminas\\Form\\": "src/"
2032                 }
2033             },
2034             "notification-url": "https://packagist.org/downloads/",
2035             "license": [
2036                 "BSD-3-Clause"
2037             ],
2038             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
2039             "homepage": "https://laminas.dev",
2040             "keywords": [
2041                 "form",
2042                 "laminas"
2043             ],
2044             "support": {
2045                 "chat": "https://laminas.dev/chat",
2046                 "docs": "https://docs.laminas.dev/laminas-form/",
2047                 "forum": "https://discourse.laminas.dev",
2048                 "issues": "https://github.com/laminas/laminas-form/issues",
2049                 "rss": "https://github.com/laminas/laminas-form/releases.atom",
2050                 "source": "https://github.com/laminas/laminas-form"
2051             },
2052             "funding": [
2053                 {
2054                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2055                     "type": "community_bridge"
2056                 }
2057             ],
2058             "time": "2022-12-05T19:11:27+00:00"
2059         },
2060         {
2061             "name": "laminas/laminas-http",
2062             "version": "2.18.0",
2063             "source": {
2064                 "type": "git",
2065                 "url": "https://github.com/laminas/laminas-http.git",
2066                 "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d"
2067             },
2068             "dist": {
2069                 "type": "zip",
2070                 "url": "https://api.github.com/repos/laminas/laminas-http/zipball/76de9008f889bc7088f85a41d0d2b06c2b59c53d",
2071                 "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d",
2072                 "shasum": ""
2073             },
2074             "require": {
2075                 "laminas/laminas-loader": "^2.8",
2076                 "laminas/laminas-stdlib": "^3.6",
2077                 "laminas/laminas-uri": "^2.9.1",
2078                 "laminas/laminas-validator": "^2.15",
2079                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2080             },
2081             "conflict": {
2082                 "zendframework/zend-http": "*"
2083             },
2084             "require-dev": {
2085                 "ext-curl": "*",
2086                 "laminas/laminas-coding-standard": "~2.4.0",
2087                 "phpunit/phpunit": "^9.5.25"
2088             },
2089             "suggest": {
2090                 "paragonie/certainty": "For automated management of cacert.pem"
2091             },
2092             "type": "library",
2093             "autoload": {
2094                 "psr-4": {
2095                     "Laminas\\Http\\": "src/"
2096                 }
2097             },
2098             "notification-url": "https://packagist.org/downloads/",
2099             "license": [
2100                 "BSD-3-Clause"
2101             ],
2102             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2103             "homepage": "https://laminas.dev",
2104             "keywords": [
2105                 "http",
2106                 "http client",
2107                 "laminas"
2108             ],
2109             "support": {
2110                 "chat": "https://laminas.dev/chat",
2111                 "docs": "https://docs.laminas.dev/laminas-http/",
2112                 "forum": "https://discourse.laminas.dev",
2113                 "issues": "https://github.com/laminas/laminas-http/issues",
2114                 "rss": "https://github.com/laminas/laminas-http/releases.atom",
2115                 "source": "https://github.com/laminas/laminas-http"
2116             },
2117             "funding": [
2118                 {
2119                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2120                     "type": "community_bridge"
2121                 }
2122             ],
2123             "time": "2022-11-23T15:45:41+00:00"
2124         },
2125         {
2126             "name": "laminas/laminas-hydrator",
2127             "version": "4.10.0",
2128             "source": {
2129                 "type": "git",
2130                 "url": "https://github.com/laminas/laminas-hydrator.git",
2131                 "reference": "9917c999faa8acc13da51a9b0d12e513b5d26430"
2132             },
2133             "dist": {
2134                 "type": "zip",
2135                 "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/9917c999faa8acc13da51a9b0d12e513b5d26430",
2136                 "reference": "9917c999faa8acc13da51a9b0d12e513b5d26430",
2137                 "shasum": ""
2138             },
2139             "require": {
2140                 "laminas/laminas-stdlib": "^3.3",
2141                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2142                 "webmozart/assert": "^1.10"
2143             },
2144             "conflict": {
2145                 "laminas/laminas-servicemanager": "<3.14.0",
2146                 "zendframework/zend-hydrator": "*"
2147             },
2148             "require-dev": {
2149                 "laminas/laminas-coding-standard": "~2.4.0",
2150                 "laminas/laminas-eventmanager": "^3.6",
2151                 "laminas/laminas-modulemanager": "^2.14.0",
2152                 "laminas/laminas-serializer": "^2.14.0",
2153                 "laminas/laminas-servicemanager": "^3.19",
2154                 "phpbench/phpbench": "^1.2.7",
2155                 "phpunit/phpunit": "^9.5.26",
2156                 "psalm/plugin-phpunit": "^0.18.0",
2157                 "vimeo/psalm": "^5.0"
2158             },
2159             "suggest": {
2160                 "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
2161                 "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
2162                 "laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
2163             },
2164             "type": "library",
2165             "extra": {
2166                 "laminas": {
2167                     "component": "Laminas\\Hydrator",
2168                     "config-provider": "Laminas\\Hydrator\\ConfigProvider"
2169                 }
2170             },
2171             "autoload": {
2172                 "psr-4": {
2173                     "Laminas\\Hydrator\\": "src/"
2174                 }
2175             },
2176             "notification-url": "https://packagist.org/downloads/",
2177             "license": [
2178                 "BSD-3-Clause"
2179             ],
2180             "description": "Serialize objects to arrays, and vice versa",
2181             "homepage": "https://laminas.dev",
2182             "keywords": [
2183                 "hydrator",
2184                 "laminas"
2185             ],
2186             "support": {
2187                 "chat": "https://laminas.dev/chat",
2188                 "docs": "https://docs.laminas.dev/laminas-hydrator/",
2189                 "forum": "https://discourse.laminas.dev",
2190                 "issues": "https://github.com/laminas/laminas-hydrator/issues",
2191                 "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
2192                 "source": "https://github.com/laminas/laminas-hydrator"
2193             },
2194             "funding": [
2195                 {
2196                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2197                     "type": "community_bridge"
2198                 }
2199             ],
2200             "time": "2022-12-05T18:17:44+00:00"
2201         },
2202         {
2203             "name": "laminas/laminas-i18n",
2204             "version": "2.21.0",
2205             "source": {
2206                 "type": "git",
2207                 "url": "https://github.com/laminas/laminas-i18n.git",
2208                 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1"
2209             },
2210             "dist": {
2211                 "type": "zip",
2212                 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/fbd2d0373aaced4769cba2bf3d1425d55f68abb1",
2213                 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1",
2214                 "shasum": ""
2215             },
2216             "require": {
2217                 "ext-intl": "*",
2218                 "laminas/laminas-servicemanager": "^3.14.0",
2219                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2220                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2221             },
2222             "conflict": {
2223                 "laminas/laminas-view": "<2.20.0",
2224                 "phpspec/prophecy": "<1.9.0",
2225                 "zendframework/zend-i18n": "*"
2226             },
2227             "require-dev": {
2228                 "laminas/laminas-cache": "^3.8",
2229                 "laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
2230                 "laminas/laminas-cache-storage-deprecated-factory": "^1.0.1",
2231                 "laminas/laminas-coding-standard": "~2.4.0",
2232                 "laminas/laminas-config": "^3.8.0",
2233                 "laminas/laminas-eventmanager": "^3.7",
2234                 "laminas/laminas-filter": "^2.28.1",
2235                 "laminas/laminas-validator": "^2.28",
2236                 "laminas/laminas-view": "^2.25",
2237                 "phpunit/phpunit": "^9.5.26",
2238                 "psalm/plugin-phpunit": "^0.18.3",
2239                 "vimeo/psalm": "^5.0.0"
2240             },
2241             "suggest": {
2242                 "laminas/laminas-cache": "You should install this package to cache the translations",
2243                 "laminas/laminas-config": "You should install this package to use the INI translation format",
2244                 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
2245                 "laminas/laminas-filter": "You should install this package to use the provided filters",
2246                 "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
2247                 "laminas/laminas-validator": "You should install this package to use the provided validators",
2248                 "laminas/laminas-view": "You should install this package to use the provided view helpers"
2249             },
2250             "type": "library",
2251             "extra": {
2252                 "laminas": {
2253                     "component": "Laminas\\I18n",
2254                     "config-provider": "Laminas\\I18n\\ConfigProvider"
2255                 }
2256             },
2257             "autoload": {
2258                 "psr-4": {
2259                     "Laminas\\I18n\\": "src/"
2260                 }
2261             },
2262             "notification-url": "https://packagist.org/downloads/",
2263             "license": [
2264                 "BSD-3-Clause"
2265             ],
2266             "description": "Provide translations for your application, and filter and validate internationalized values",
2267             "homepage": "https://laminas.dev",
2268             "keywords": [
2269                 "i18n",
2270                 "laminas"
2271             ],
2272             "support": {
2273                 "chat": "https://laminas.dev/chat",
2274                 "docs": "https://docs.laminas.dev/laminas-i18n/",
2275                 "forum": "https://discourse.laminas.dev",
2276                 "issues": "https://github.com/laminas/laminas-i18n/issues",
2277                 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
2278                 "source": "https://github.com/laminas/laminas-i18n"
2279             },
2280             "funding": [
2281                 {
2282                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2283                     "type": "community_bridge"
2284                 }
2285             ],
2286             "time": "2022-12-02T17:15:52+00:00"
2287         },
2288         {
2289             "name": "laminas/laminas-inputfilter",
2290             "version": "2.22.1",
2291             "source": {
2292                 "type": "git",
2293                 "url": "https://github.com/laminas/laminas-inputfilter.git",
2294                 "reference": "ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3"
2295             },
2296             "dist": {
2297                 "type": "zip",
2298                 "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3",
2299                 "reference": "ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3",
2300                 "shasum": ""
2301             },
2302             "require": {
2303                 "laminas/laminas-filter": "^2.13",
2304                 "laminas/laminas-servicemanager": "^3.16.0",
2305                 "laminas/laminas-stdlib": "^3.0",
2306                 "laminas/laminas-validator": "^2.15",
2307                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2308             },
2309             "conflict": {
2310                 "zendframework/zend-inputfilter": "*"
2311             },
2312             "require-dev": {
2313                 "ext-json": "*",
2314                 "laminas/laminas-coding-standard": "~2.4.0",
2315                 "phpunit/phpunit": "^9.5.25",
2316                 "psalm/plugin-phpunit": "^0.17.0",
2317                 "psr/http-message": "^1.0.1",
2318                 "vimeo/psalm": "^4.28",
2319                 "webmozart/assert": "^1.11"
2320             },
2321             "suggest": {
2322                 "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
2323             },
2324             "type": "library",
2325             "extra": {
2326                 "laminas": {
2327                     "component": "Laminas\\InputFilter",
2328                     "config-provider": "Laminas\\InputFilter\\ConfigProvider"
2329                 }
2330             },
2331             "autoload": {
2332                 "psr-4": {
2333                     "Laminas\\InputFilter\\": "src/"
2334                 }
2335             },
2336             "notification-url": "https://packagist.org/downloads/",
2337             "license": [
2338                 "BSD-3-Clause"
2339             ],
2340             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2341             "homepage": "https://laminas.dev",
2342             "keywords": [
2343                 "inputfilter",
2344                 "laminas"
2345             ],
2346             "support": {
2347                 "chat": "https://laminas.dev/chat",
2348                 "docs": "https://docs.laminas.dev/laminas-inputfilter/",
2349                 "forum": "https://discourse.laminas.dev",
2350                 "issues": "https://github.com/laminas/laminas-inputfilter/issues",
2351                 "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
2352                 "source": "https://github.com/laminas/laminas-inputfilter"
2353             },
2354             "funding": [
2355                 {
2356                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2357                     "type": "community_bridge"
2358                 }
2359             ],
2360             "time": "2022-11-04T13:12:58+00:00"
2361         },
2362         {
2363             "name": "laminas/laminas-json",
2364             "version": "3.5.0",
2365             "source": {
2366                 "type": "git",
2367                 "url": "https://github.com/laminas/laminas-json.git",
2368                 "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec"
2369             },
2370             "dist": {
2371                 "type": "zip",
2372                 "url": "https://api.github.com/repos/laminas/laminas-json/zipball/7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
2373                 "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
2374                 "shasum": ""
2375             },
2376             "require": {
2377                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2378             },
2379             "conflict": {
2380                 "zendframework/zend-json": "*"
2381             },
2382             "require-dev": {
2383                 "laminas/laminas-coding-standard": "~2.4.0",
2384                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2385                 "phpunit/phpunit": "^9.5.25"
2386             },
2387             "suggest": {
2388                 "laminas/laminas-json-server": "For implementing JSON-RPC servers",
2389                 "laminas/laminas-xml2json": "For converting XML documents to JSON"
2390             },
2391             "type": "library",
2392             "autoload": {
2393                 "psr-4": {
2394                     "Laminas\\Json\\": "src/"
2395                 }
2396             },
2397             "notification-url": "https://packagist.org/downloads/",
2398             "license": [
2399                 "BSD-3-Clause"
2400             ],
2401             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2402             "homepage": "https://laminas.dev",
2403             "keywords": [
2404                 "json",
2405                 "laminas"
2406             ],
2407             "support": {
2408                 "chat": "https://laminas.dev/chat",
2409                 "docs": "https://docs.laminas.dev/laminas-json/",
2410                 "forum": "https://discourse.laminas.dev",
2411                 "issues": "https://github.com/laminas/laminas-json/issues",
2412                 "rss": "https://github.com/laminas/laminas-json/releases.atom",
2413                 "source": "https://github.com/laminas/laminas-json"
2414             },
2415             "funding": [
2416                 {
2417                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2418                     "type": "community_bridge"
2419                 }
2420             ],
2421             "time": "2022-10-17T04:06:45+00:00"
2422         },
2423         {
2424             "name": "laminas/laminas-json-server",
2425             "version": "3.7.0",
2426             "source": {
2427                 "type": "git",
2428                 "url": "https://github.com/laminas/laminas-json-server.git",
2429                 "reference": "5c07f08c91ea2d7f6b58b1aeb32aa4bb281b81cd"
2430             },
2431             "dist": {
2432                 "type": "zip",
2433                 "url": "https://api.github.com/repos/laminas/laminas-json-server/zipball/5c07f08c91ea2d7f6b58b1aeb32aa4bb281b81cd",
2434                 "reference": "5c07f08c91ea2d7f6b58b1aeb32aa4bb281b81cd",
2435                 "shasum": ""
2436             },
2437             "require": {
2438                 "laminas/laminas-http": "^2.15.1",
2439                 "laminas/laminas-json": "^3.3.0",
2440                 "laminas/laminas-server": "^2.11.0",
2441                 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
2442             },
2443             "conflict": {
2444                 "laminas/laminas-stdlib": "<3.2.1"
2445             },
2446             "replace": {
2447                 "zendframework/zend-json-server": "^3.2.0"
2448             },
2449             "require-dev": {
2450                 "ext-json": "*",
2451                 "laminas/laminas-coding-standard": "^2.4.0",
2452                 "phpunit/phpunit": "^9.5.26",
2453                 "psalm/plugin-phpunit": "^0.18.0",
2454                 "vimeo/psalm": "^5.0.0"
2455             },
2456             "type": "library",
2457             "autoload": {
2458                 "psr-4": {
2459                     "Laminas\\Json\\Server\\": "src/"
2460                 }
2461             },
2462             "notification-url": "https://packagist.org/downloads/",
2463             "license": [
2464                 "BSD-3-Clause"
2465             ],
2466             "description": "Laminas Json-Server is a JSON-RPC server implementation.",
2467             "homepage": "https://laminas.dev",
2468             "keywords": [
2469                 "json",
2470                 "json-server",
2471                 "laminas",
2472                 "server"
2473             ],
2474             "support": {
2475                 "chat": "https://laminas.dev/chat",
2476                 "docs": "https://docs.laminas.dev/laminas-json-server/",
2477                 "forum": "https://discourse.laminas.dev",
2478                 "issues": "https://github.com/laminas/laminas-json-server/issues",
2479                 "rss": "https://github.com/laminas/laminas-json-server/releases.atom",
2480                 "source": "https://github.com/laminas/laminas-json-server"
2481             },
2482             "funding": [
2483                 {
2484                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2485                     "type": "community_bridge"
2486                 }
2487             ],
2488             "time": "2022-12-10T00:15:16+00:00"
2489         },
2490         {
2491             "name": "laminas/laminas-loader",
2492             "version": "2.9.0",
2493             "source": {
2494                 "type": "git",
2495                 "url": "https://github.com/laminas/laminas-loader.git",
2496                 "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3"
2497             },
2498             "dist": {
2499                 "type": "zip",
2500                 "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/51ed9c3fa42d1098a9997571730c0cbf42d078d3",
2501                 "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3",
2502                 "shasum": ""
2503             },
2504             "require": {
2505                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2506             },
2507             "conflict": {
2508                 "zendframework/zend-loader": "*"
2509             },
2510             "require-dev": {
2511                 "laminas/laminas-coding-standard": "~2.4.0",
2512                 "phpunit/phpunit": "~9.5.25"
2513             },
2514             "type": "library",
2515             "autoload": {
2516                 "psr-4": {
2517                     "Laminas\\Loader\\": "src/"
2518                 }
2519             },
2520             "notification-url": "https://packagist.org/downloads/",
2521             "license": [
2522                 "BSD-3-Clause"
2523             ],
2524             "description": "Autoloading and plugin loading strategies",
2525             "homepage": "https://laminas.dev",
2526             "keywords": [
2527                 "laminas",
2528                 "loader"
2529             ],
2530             "support": {
2531                 "chat": "https://laminas.dev/chat",
2532                 "docs": "https://docs.laminas.dev/laminas-loader/",
2533                 "forum": "https://discourse.laminas.dev",
2534                 "issues": "https://github.com/laminas/laminas-loader/issues",
2535                 "rss": "https://github.com/laminas/laminas-loader/releases.atom",
2536                 "source": "https://github.com/laminas/laminas-loader"
2537             },
2538             "funding": [
2539                 {
2540                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2541                     "type": "community_bridge"
2542                 }
2543             ],
2544             "time": "2022-10-16T12:50:49+00:00"
2545         },
2546         {
2547             "name": "laminas/laminas-math",
2548             "version": "3.6.0",
2549             "source": {
2550                 "type": "git",
2551                 "url": "https://github.com/laminas/laminas-math.git",
2552                 "reference": "5770fc632a3614f5526632a8b70f41b65130460e"
2553             },
2554             "dist": {
2555                 "type": "zip",
2556                 "url": "https://api.github.com/repos/laminas/laminas-math/zipball/5770fc632a3614f5526632a8b70f41b65130460e",
2557                 "reference": "5770fc632a3614f5526632a8b70f41b65130460e",
2558                 "shasum": ""
2559             },
2560             "require": {
2561                 "ext-mbstring": "*",
2562                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2563             },
2564             "conflict": {
2565                 "zendframework/zend-math": "*"
2566             },
2567             "require-dev": {
2568                 "laminas/laminas-coding-standard": "~2.4.0",
2569                 "phpunit/phpunit": "~9.5.25"
2570             },
2571             "suggest": {
2572                 "ext-bcmath": "If using the bcmath functionality",
2573                 "ext-gmp": "If using the gmp functionality"
2574             },
2575             "type": "library",
2576             "extra": {
2577                 "branch-alias": {
2578                     "dev-master": "3.2.x-dev",
2579                     "dev-develop": "3.3.x-dev"
2580                 }
2581             },
2582             "autoload": {
2583                 "psr-4": {
2584                     "Laminas\\Math\\": "src/"
2585                 }
2586             },
2587             "notification-url": "https://packagist.org/downloads/",
2588             "license": [
2589                 "BSD-3-Clause"
2590             ],
2591             "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
2592             "homepage": "https://laminas.dev",
2593             "keywords": [
2594                 "laminas",
2595                 "math"
2596             ],
2597             "support": {
2598                 "chat": "https://laminas.dev/chat",
2599                 "docs": "https://docs.laminas.dev/laminas-math/",
2600                 "forum": "https://discourse.laminas.dev",
2601                 "issues": "https://github.com/laminas/laminas-math/issues",
2602                 "rss": "https://github.com/laminas/laminas-math/releases.atom",
2603                 "source": "https://github.com/laminas/laminas-math"
2604             },
2605             "funding": [
2606                 {
2607                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2608                     "type": "community_bridge"
2609                 }
2610             ],
2611             "time": "2022-10-16T14:22:28+00:00"
2612         },
2613         {
2614             "name": "laminas/laminas-modulemanager",
2615             "version": "2.14.0",
2616             "source": {
2617                 "type": "git",
2618                 "url": "https://github.com/laminas/laminas-modulemanager.git",
2619                 "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac"
2620             },
2621             "dist": {
2622                 "type": "zip",
2623                 "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
2624                 "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
2625                 "shasum": ""
2626             },
2627             "require": {
2628                 "brick/varexporter": "^0.3.2",
2629                 "laminas/laminas-config": "^3.7",
2630                 "laminas/laminas-eventmanager": "^3.4",
2631                 "laminas/laminas-stdlib": "^3.6",
2632                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2633                 "webimpress/safe-writer": "^1.0.2 || ^2.1"
2634             },
2635             "conflict": {
2636                 "zendframework/zend-modulemanager": "*"
2637             },
2638             "require-dev": {
2639                 "laminas/laminas-coding-standard": "^2.3",
2640                 "laminas/laminas-loader": "^2.9.0",
2641                 "laminas/laminas-mvc": "^3.5.0",
2642                 "laminas/laminas-servicemanager": "^3.19.0",
2643                 "phpunit/phpunit": "^9.5.25",
2644                 "psalm/plugin-phpunit": "^0.17.0",
2645                 "vimeo/psalm": "^4.29"
2646             },
2647             "suggest": {
2648                 "laminas/laminas-console": "Laminas\\Console component",
2649                 "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
2650                 "laminas/laminas-mvc": "Laminas\\Mvc component",
2651                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2652             },
2653             "type": "library",
2654             "autoload": {
2655                 "psr-4": {
2656                     "Laminas\\ModuleManager\\": "src/"
2657                 }
2658             },
2659             "notification-url": "https://packagist.org/downloads/",
2660             "license": [
2661                 "BSD-3-Clause"
2662             ],
2663             "description": "Modular application system for laminas-mvc applications",
2664             "homepage": "https://laminas.dev",
2665             "keywords": [
2666                 "laminas",
2667                 "modulemanager"
2668             ],
2669             "support": {
2670                 "chat": "https://laminas.dev/chat",
2671                 "docs": "https://docs.laminas.dev/laminas-modulemanager/",
2672                 "forum": "https://discourse.laminas.dev",
2673                 "issues": "https://github.com/laminas/laminas-modulemanager/issues",
2674                 "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
2675                 "source": "https://github.com/laminas/laminas-modulemanager"
2676             },
2677             "funding": [
2678                 {
2679                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2680                     "type": "community_bridge"
2681                 }
2682             ],
2683             "time": "2022-10-28T09:21:04+00:00"
2684         },
2685         {
2686             "name": "laminas/laminas-mvc",
2687             "version": "3.6.0",
2688             "source": {
2689                 "type": "git",
2690                 "url": "https://github.com/laminas/laminas-mvc.git",
2691                 "reference": "c54eaebe3810feaca834cc38ef0a962c89ff2431"
2692             },
2693             "dist": {
2694                 "type": "zip",
2695                 "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/c54eaebe3810feaca834cc38ef0a962c89ff2431",
2696                 "reference": "c54eaebe3810feaca834cc38ef0a962c89ff2431",
2697                 "shasum": ""
2698             },
2699             "require": {
2700                 "container-interop/container-interop": "^1.2",
2701                 "laminas/laminas-eventmanager": "^3.4",
2702                 "laminas/laminas-http": "^2.15",
2703                 "laminas/laminas-modulemanager": "^2.8",
2704                 "laminas/laminas-router": "^3.5",
2705                 "laminas/laminas-servicemanager": "^3.7",
2706                 "laminas/laminas-stdlib": "^3.6",
2707                 "laminas/laminas-view": "^2.14",
2708                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2709             },
2710             "conflict": {
2711                 "zendframework/zend-mvc": "*"
2712             },
2713             "require-dev": {
2714                 "http-interop/http-middleware": "^0.4.1",
2715                 "laminas/laminas-coding-standard": "^2.4.0",
2716                 "laminas/laminas-json": "^3.3",
2717                 "laminas/laminas-psr7bridge": "^1.8",
2718                 "laminas/laminas-stratigility": ">=2.0.1 <2.2",
2719                 "phpspec/prophecy": "^1.15.0",
2720                 "phpspec/prophecy-phpunit": "^2.0.1",
2721                 "phpunit/phpunit": "^9.5.25"
2722             },
2723             "suggest": {
2724                 "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
2725                 "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
2726                 "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
2727                 "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
2728                 "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
2729                 "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
2730                 "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
2731                 "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
2732                 "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
2733                 "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
2734                 "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
2735             },
2736             "type": "library",
2737             "autoload": {
2738                 "psr-4": {
2739                     "Laminas\\Mvc\\": "src/"
2740                 }
2741             },
2742             "notification-url": "https://packagist.org/downloads/",
2743             "license": [
2744                 "BSD-3-Clause"
2745             ],
2746             "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
2747             "homepage": "https://laminas.dev",
2748             "keywords": [
2749                 "laminas",
2750                 "mvc"
2751             ],
2752             "support": {
2753                 "chat": "https://laminas.dev/chat",
2754                 "docs": "https://docs.laminas.dev/laminas-mvc/",
2755                 "forum": "https://discourse.laminas.dev",
2756                 "issues": "https://github.com/laminas/laminas-mvc/issues",
2757                 "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
2758                 "source": "https://github.com/laminas/laminas-mvc"
2759             },
2760             "funding": [
2761                 {
2762                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2763                     "type": "community_bridge"
2764                 }
2765             ],
2766             "time": "2022-12-05T14:02:56+00:00"
2767         },
2768         {
2769             "name": "laminas/laminas-mvc-i18n",
2770             "version": "1.7.0",
2771             "source": {
2772                 "type": "git",
2773                 "url": "https://github.com/laminas/laminas-mvc-i18n.git",
2774                 "reference": "571f3e34afbff14351677c450f872a0dd19f9d28"
2775             },
2776             "dist": {
2777                 "type": "zip",
2778                 "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/571f3e34afbff14351677c450f872a0dd19f9d28",
2779                 "reference": "571f3e34afbff14351677c450f872a0dd19f9d28",
2780                 "shasum": ""
2781             },
2782             "require": {
2783                 "container-interop/container-interop": "^1.1",
2784                 "ext-intl": "*",
2785                 "laminas/laminas-i18n": "^2.13.0",
2786                 "laminas/laminas-router": "^3.5.0",
2787                 "laminas/laminas-servicemanager": "^3.15.1",
2788                 "laminas/laminas-stdlib": "^3.10.1",
2789                 "laminas/laminas-validator": "^2.19.0",
2790                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2791             },
2792             "conflict": {
2793                 "laminas/laminas-mvc": "<3.0.0",
2794                 "phpspec/prophecy": "<1.8.0",
2795                 "zendframework/zend-mvc-i18n": "*"
2796             },
2797             "require-dev": {
2798                 "laminas/laminas-coding-standard": "~2.4.0",
2799                 "phpspec/prophecy-phpunit": "^2.0.1",
2800                 "phpunit/phpunit": "^9.5.26",
2801                 "psalm/plugin-phpunit": "^0.18.0",
2802                 "vimeo/psalm": "^5.0.0"
2803             },
2804             "suggest": {
2805                 "laminas/laminas-cache": "To enable caching of translation strings"
2806             },
2807             "type": "library",
2808             "extra": {
2809                 "laminas": {
2810                     "component": "Laminas\\Mvc\\I18n",
2811                     "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
2812                 }
2813             },
2814             "autoload": {
2815                 "psr-4": {
2816                     "Laminas\\Mvc\\I18n\\": "src/"
2817                 }
2818             },
2819             "notification-url": "https://packagist.org/downloads/",
2820             "license": [
2821                 "BSD-3-Clause"
2822             ],
2823             "description": "Integration between laminas-mvc and laminas-i18n",
2824             "homepage": "https://laminas.dev",
2825             "keywords": [
2826                 "i18n",
2827                 "laminas",
2828                 "mvc"
2829             ],
2830             "support": {
2831                 "chat": "https://laminas.dev/chat",
2832                 "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
2833                 "forum": "https://discourse.laminas.dev",
2834                 "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
2835                 "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
2836                 "source": "https://github.com/laminas/laminas-mvc-i18n"
2837             },
2838             "funding": [
2839                 {
2840                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2841                     "type": "community_bridge"
2842                 }
2843             ],
2844             "time": "2022-12-02T15:45:50+00:00"
2845         },
2846         {
2847             "name": "laminas/laminas-router",
2848             "version": "3.11.0",
2849             "source": {
2850                 "type": "git",
2851                 "url": "https://github.com/laminas/laminas-router.git",
2852                 "reference": "48b6fccd63b9e04e67781c212bf3bedd75c9ca17"
2853             },
2854             "dist": {
2855                 "type": "zip",
2856                 "url": "https://api.github.com/repos/laminas/laminas-router/zipball/48b6fccd63b9e04e67781c212bf3bedd75c9ca17",
2857                 "reference": "48b6fccd63b9e04e67781c212bf3bedd75c9ca17",
2858                 "shasum": ""
2859             },
2860             "require": {
2861                 "laminas/laminas-http": "^2.15",
2862                 "laminas/laminas-servicemanager": "^3.14.0",
2863                 "laminas/laminas-stdlib": "^3.10.1",
2864                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2865             },
2866             "conflict": {
2867                 "zendframework/zend-router": "*"
2868             },
2869             "require-dev": {
2870                 "laminas/laminas-coding-standard": "~2.4.0",
2871                 "laminas/laminas-i18n": "^2.19.0",
2872                 "phpunit/phpunit": "^9.5.26",
2873                 "psalm/plugin-phpunit": "^0.18.0",
2874                 "vimeo/psalm": "^5.0.0"
2875             },
2876             "suggest": {
2877                 "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
2878             },
2879             "type": "library",
2880             "extra": {
2881                 "laminas": {
2882                     "component": "Laminas\\Router",
2883                     "config-provider": "Laminas\\Router\\ConfigProvider"
2884                 }
2885             },
2886             "autoload": {
2887                 "psr-4": {
2888                     "Laminas\\Router\\": "src/"
2889                 }
2890             },
2891             "notification-url": "https://packagist.org/downloads/",
2892             "license": [
2893                 "BSD-3-Clause"
2894             ],
2895             "description": "Flexible routing system for HTTP and console applications",
2896             "homepage": "https://laminas.dev",
2897             "keywords": [
2898                 "laminas",
2899                 "routing"
2900             ],
2901             "support": {
2902                 "chat": "https://laminas.dev/chat",
2903                 "docs": "https://docs.laminas.dev/laminas-router/",
2904                 "forum": "https://discourse.laminas.dev",
2905                 "issues": "https://github.com/laminas/laminas-router/issues",
2906                 "rss": "https://github.com/laminas/laminas-router/releases.atom",
2907                 "source": "https://github.com/laminas/laminas-router"
2908             },
2909             "funding": [
2910                 {
2911                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2912                     "type": "community_bridge"
2913                 }
2914             ],
2915             "time": "2022-12-02T17:45:59+00:00"
2916         },
2917         {
2918             "name": "laminas/laminas-server",
2919             "version": "2.14.0",
2920             "source": {
2921                 "type": "git",
2922                 "url": "https://github.com/laminas/laminas-server.git",
2923                 "reference": "11fe2af8dd3c2a350f903b2f2d0536ec3842a7f4"
2924             },
2925             "dist": {
2926                 "type": "zip",
2927                 "url": "https://api.github.com/repos/laminas/laminas-server/zipball/11fe2af8dd3c2a350f903b2f2d0536ec3842a7f4",
2928                 "reference": "11fe2af8dd3c2a350f903b2f2d0536ec3842a7f4",
2929                 "shasum": ""
2930             },
2931             "require": {
2932                 "laminas/laminas-code": "^4.7.1",
2933                 "laminas/laminas-stdlib": "^3.3.1",
2934                 "laminas/laminas-zendframework-bridge": "^1.2.0",
2935                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2936             },
2937             "replace": {
2938                 "zendframework/zend-server": "^2.8.1"
2939             },
2940             "require-dev": {
2941                 "laminas/laminas-coding-standard": "~2.4.0",
2942                 "phpunit/phpunit": "^9.5.5",
2943                 "psalm/plugin-phpunit": "^0.15.1",
2944                 "vimeo/psalm": "^4.6.4"
2945             },
2946             "type": "library",
2947             "autoload": {
2948                 "psr-4": {
2949                     "Laminas\\Server\\": "src/"
2950                 }
2951             },
2952             "notification-url": "https://packagist.org/downloads/",
2953             "license": [
2954                 "BSD-3-Clause"
2955             ],
2956             "description": "Create Reflection-based RPC servers",
2957             "homepage": "https://laminas.dev",
2958             "keywords": [
2959                 "laminas",
2960                 "server"
2961             ],
2962             "support": {
2963                 "chat": "https://laminas.dev/chat",
2964                 "docs": "https://docs.laminas.dev/laminas-server/",
2965                 "forum": "https://discourse.laminas.dev",
2966                 "issues": "https://github.com/laminas/laminas-server/issues",
2967                 "rss": "https://github.com/laminas/laminas-server/releases.atom",
2968                 "source": "https://github.com/laminas/laminas-server"
2969             },
2970             "funding": [
2971                 {
2972                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2973                     "type": "community_bridge"
2974                 }
2975             ],
2976             "time": "2022-12-09T09:56:49+00:00"
2977         },
2978         {
2979             "name": "laminas/laminas-servicemanager",
2980             "version": "3.20.0",
2981             "source": {
2982                 "type": "git",
2983                 "url": "https://github.com/laminas/laminas-servicemanager.git",
2984                 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59"
2985             },
2986             "dist": {
2987                 "type": "zip",
2988                 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
2989                 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
2990                 "shasum": ""
2991             },
2992             "require": {
2993                 "laminas/laminas-stdlib": "^3.2.1",
2994                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2995                 "psr/container": "^1.0"
2996             },
2997             "conflict": {
2998                 "ext-psr": "*",
2999                 "laminas/laminas-code": "<3.3.1",
3000                 "zendframework/zend-code": "<3.3.1",
3001                 "zendframework/zend-servicemanager": "*"
3002             },
3003             "provide": {
3004                 "psr/container-implementation": "^1.0"
3005             },
3006             "replace": {
3007                 "container-interop/container-interop": "^1.2.0"
3008             },
3009             "require-dev": {
3010                 "composer/package-versions-deprecated": "^1.11.99.5",
3011                 "laminas/laminas-coding-standard": "~2.4.0",
3012                 "laminas/laminas-container-config-test": "^0.8",
3013                 "laminas/laminas-dependency-plugin": "^2.2",
3014                 "mikey179/vfsstream": "^1.6.11@alpha",
3015                 "ocramius/proxy-manager": "^2.14.1",
3016                 "phpbench/phpbench": "^1.2.7",
3017                 "phpunit/phpunit": "^9.5.26",
3018                 "psalm/plugin-phpunit": "^0.18.0",
3019                 "vimeo/psalm": "^5.0.0"
3020             },
3021             "suggest": {
3022                 "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
3023             },
3024             "bin": [
3025                 "bin/generate-deps-for-config-factory",
3026                 "bin/generate-factory-for-class"
3027             ],
3028             "type": "library",
3029             "autoload": {
3030                 "files": [
3031                     "src/autoload.php"
3032                 ],
3033                 "psr-4": {
3034                     "Laminas\\ServiceManager\\": "src/"
3035                 }
3036             },
3037             "notification-url": "https://packagist.org/downloads/",
3038             "license": [
3039                 "BSD-3-Clause"
3040             ],
3041             "description": "Factory-Driven Dependency Injection Container",
3042             "homepage": "https://laminas.dev",
3043             "keywords": [
3044                 "PSR-11",
3045                 "dependency-injection",
3046                 "di",
3047                 "dic",
3048                 "laminas",
3049                 "service-manager",
3050                 "servicemanager"
3051             ],
3052             "support": {
3053                 "chat": "https://laminas.dev/chat",
3054                 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
3055                 "forum": "https://discourse.laminas.dev",
3056                 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
3057                 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
3058                 "source": "https://github.com/laminas/laminas-servicemanager"
3059             },
3060             "funding": [
3061                 {
3062                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3063                     "type": "community_bridge"
3064                 }
3065             ],
3066             "time": "2022-12-01T17:03:38+00:00"
3067         },
3068         {
3069             "name": "laminas/laminas-soap",
3070             "version": "2.11.1",
3071             "source": {
3072                 "type": "git",
3073                 "url": "https://github.com/laminas/laminas-soap.git",
3074                 "reference": "1d3a45071b098062b97ff05b68523fb2fe322f9b"
3075             },
3076             "dist": {
3077                 "type": "zip",
3078                 "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/1d3a45071b098062b97ff05b68523fb2fe322f9b",
3079                 "reference": "1d3a45071b098062b97ff05b68523fb2fe322f9b",
3080                 "shasum": ""
3081             },
3082             "require": {
3083                 "ext-dom": "*",
3084                 "ext-soap": "*",
3085                 "laminas/laminas-server": "^2.11",
3086                 "laminas/laminas-stdlib": "^3.6",
3087                 "laminas/laminas-uri": "^2.9.1",
3088                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3089             },
3090             "conflict": {
3091                 "laminas/laminas-code": "<4.4",
3092                 "zendframework/zend-soap": "*"
3093             },
3094             "require-dev": {
3095                 "laminas/laminas-coding-standard": "~2.4",
3096                 "laminas/laminas-config": "^3.7",
3097                 "laminas/laminas-http": "^2.15",
3098                 "phpspec/prophecy-phpunit": "^2.0.1",
3099                 "phpunit/phpunit": "^9.5.5",
3100                 "psalm/plugin-phpunit": "^0.18.3",
3101                 "vimeo/psalm": "^4.30"
3102             },
3103             "suggest": {
3104                 "ext-curl": "Curl is required when .NET compatibility is required",
3105                 "laminas/laminas-http": "Laminas\\Http component"
3106             },
3107             "type": "library",
3108             "autoload": {
3109                 "psr-4": {
3110                     "Laminas\\Soap\\": "src/"
3111                 }
3112             },
3113             "notification-url": "https://packagist.org/downloads/",
3114             "license": [
3115                 "BSD-3-Clause"
3116             ],
3117             "homepage": "https://laminas.dev",
3118             "keywords": [
3119                 "laminas",
3120                 "soap"
3121             ],
3122             "support": {
3123                 "chat": "https://laminas.dev/chat",
3124                 "docs": "https://docs.laminas.dev/laminas-soap/",
3125                 "forum": "https://discourse.laminas.dev",
3126                 "issues": "https://github.com/laminas/laminas-soap/issues",
3127                 "rss": "https://github.com/laminas/laminas-soap/releases.atom",
3128                 "source": "https://github.com/laminas/laminas-soap"
3129             },
3130             "funding": [
3131                 {
3132                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3133                     "type": "community_bridge"
3134                 }
3135             ],
3136             "time": "2022-11-18T13:09:56+00:00"
3137         },
3138         {
3139             "name": "laminas/laminas-stdlib",
3140             "version": "3.16.1",
3141             "source": {
3142                 "type": "git",
3143                 "url": "https://github.com/laminas/laminas-stdlib.git",
3144                 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17"
3145             },
3146             "dist": {
3147                 "type": "zip",
3148                 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
3149                 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
3150                 "shasum": ""
3151             },
3152             "require": {
3153                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3154             },
3155             "conflict": {
3156                 "zendframework/zend-stdlib": "*"
3157             },
3158             "require-dev": {
3159                 "laminas/laminas-coding-standard": "^2.4.0",
3160                 "phpbench/phpbench": "^1.2.7",
3161                 "phpunit/phpunit": "^9.5.26",
3162                 "psalm/plugin-phpunit": "^0.18.0",
3163                 "vimeo/psalm": "^5.0.0"
3164             },
3165             "type": "library",
3166             "autoload": {
3167                 "psr-4": {
3168                     "Laminas\\Stdlib\\": "src/"
3169                 }
3170             },
3171             "notification-url": "https://packagist.org/downloads/",
3172             "license": [
3173                 "BSD-3-Clause"
3174             ],
3175             "description": "SPL extensions, array utilities, error handlers, and more",
3176             "homepage": "https://laminas.dev",
3177             "keywords": [
3178                 "laminas",
3179                 "stdlib"
3180             ],
3181             "support": {
3182                 "chat": "https://laminas.dev/chat",
3183                 "docs": "https://docs.laminas.dev/laminas-stdlib/",
3184                 "forum": "https://discourse.laminas.dev",
3185                 "issues": "https://github.com/laminas/laminas-stdlib/issues",
3186                 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
3187                 "source": "https://github.com/laminas/laminas-stdlib"
3188             },
3189             "funding": [
3190                 {
3191                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3192                     "type": "community_bridge"
3193                 }
3194             ],
3195             "time": "2022-12-03T18:48:01+00:00"
3196         },
3197         {
3198             "name": "laminas/laminas-uri",
3199             "version": "2.10.0",
3200             "source": {
3201                 "type": "git",
3202                 "url": "https://github.com/laminas/laminas-uri.git",
3203                 "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80"
3204             },
3205             "dist": {
3206                 "type": "zip",
3207                 "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/663b050294945c7345cc3a61f3ca661d5f9e1f80",
3208                 "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80",
3209                 "shasum": ""
3210             },
3211             "require": {
3212                 "laminas/laminas-escaper": "^2.9",
3213                 "laminas/laminas-validator": "^2.15",
3214                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3215             },
3216             "conflict": {
3217                 "zendframework/zend-uri": "*"
3218             },
3219             "require-dev": {
3220                 "laminas/laminas-coding-standard": "~2.4.0",
3221                 "phpunit/phpunit": "^9.5.25"
3222             },
3223             "type": "library",
3224             "autoload": {
3225                 "psr-4": {
3226                     "Laminas\\Uri\\": "src/"
3227                 }
3228             },
3229             "notification-url": "https://packagist.org/downloads/",
3230             "license": [
3231                 "BSD-3-Clause"
3232             ],
3233             "description": "A component that aids in manipulating and validating Â» Uniform Resource Identifiers (URIs)",
3234             "homepage": "https://laminas.dev",
3235             "keywords": [
3236                 "laminas",
3237                 "uri"
3238             ],
3239             "support": {
3240                 "chat": "https://laminas.dev/chat",
3241                 "docs": "https://docs.laminas.dev/laminas-uri/",
3242                 "forum": "https://discourse.laminas.dev",
3243                 "issues": "https://github.com/laminas/laminas-uri/issues",
3244                 "rss": "https://github.com/laminas/laminas-uri/releases.atom",
3245                 "source": "https://github.com/laminas/laminas-uri"
3246             },
3247             "funding": [
3248                 {
3249                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3250                     "type": "community_bridge"
3251                 }
3252             ],
3253             "time": "2022-10-16T15:02:45+00:00"
3254         },
3255         {
3256             "name": "laminas/laminas-validator",
3257             "version": "2.28.0",
3258             "source": {
3259                 "type": "git",
3260                 "url": "https://github.com/laminas/laminas-validator.git",
3261                 "reference": "695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39"
3262             },
3263             "dist": {
3264                 "type": "zip",
3265                 "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39",
3266                 "reference": "695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39",
3267                 "shasum": ""
3268             },
3269             "require": {
3270                 "laminas/laminas-servicemanager": "^3.12.0",
3271                 "laminas/laminas-stdlib": "^3.13",
3272                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3273                 "psr/http-message": "^1.0.1"
3274             },
3275             "conflict": {
3276                 "zendframework/zend-validator": "*"
3277             },
3278             "require-dev": {
3279                 "laminas/laminas-coding-standard": "^2.4.0",
3280                 "laminas/laminas-db": "^2.15.0",
3281                 "laminas/laminas-filter": "^2.23.0",
3282                 "laminas/laminas-http": "^2.17.0",
3283                 "laminas/laminas-i18n": "^2.19",
3284                 "laminas/laminas-session": "^2.13.0",
3285                 "laminas/laminas-uri": "^2.10.0",
3286                 "phpunit/phpunit": "^9.5.25",
3287                 "psalm/plugin-phpunit": "^0.18.0",
3288                 "psr/http-client": "^1.0.1",
3289                 "psr/http-factory": "^1.0.1",
3290                 "vimeo/psalm": "^4.28"
3291             },
3292             "suggest": {
3293                 "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
3294                 "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
3295                 "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
3296                 "laminas/laminas-i18n-resources": "Translations of validator messages",
3297                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3298                 "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
3299                 "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
3300                 "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
3301             },
3302             "type": "library",
3303             "extra": {
3304                 "laminas": {
3305                     "component": "Laminas\\Validator",
3306                     "config-provider": "Laminas\\Validator\\ConfigProvider"
3307                 }
3308             },
3309             "autoload": {
3310                 "psr-4": {
3311                     "Laminas\\Validator\\": "src/"
3312                 }
3313             },
3314             "notification-url": "https://packagist.org/downloads/",
3315             "license": [
3316                 "BSD-3-Clause"
3317             ],
3318             "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
3319             "homepage": "https://laminas.dev",
3320             "keywords": [
3321                 "laminas",
3322                 "validator"
3323             ],
3324             "support": {
3325                 "chat": "https://laminas.dev/chat",
3326                 "docs": "https://docs.laminas.dev/laminas-validator/",
3327                 "forum": "https://discourse.laminas.dev",
3328                 "issues": "https://github.com/laminas/laminas-validator/issues",
3329                 "rss": "https://github.com/laminas/laminas-validator/releases.atom",
3330                 "source": "https://github.com/laminas/laminas-validator"
3331             },
3332             "funding": [
3333                 {
3334                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3335                     "type": "community_bridge"
3336                 }
3337             ],
3338             "time": "2022-11-14T08:50:44+00:00"
3339         },
3340         {
3341             "name": "laminas/laminas-view",
3342             "version": "2.25.0",
3343             "source": {
3344                 "type": "git",
3345                 "url": "https://github.com/laminas/laminas-view.git",
3346                 "reference": "77a4b6d78445ae2f30625c5af09a05ad4e4434eb"
3347             },
3348             "dist": {
3349                 "type": "zip",
3350                 "url": "https://api.github.com/repos/laminas/laminas-view/zipball/77a4b6d78445ae2f30625c5af09a05ad4e4434eb",
3351                 "reference": "77a4b6d78445ae2f30625c5af09a05ad4e4434eb",
3352                 "shasum": ""
3353             },
3354             "require": {
3355                 "ext-dom": "*",
3356                 "ext-filter": "*",
3357                 "ext-json": "*",
3358                 "laminas/laminas-escaper": "^2.5",
3359                 "laminas/laminas-eventmanager": "^3.4",
3360                 "laminas/laminas-json": "^3.3",
3361                 "laminas/laminas-servicemanager": "^3.14.0",
3362                 "laminas/laminas-stdlib": "^3.10.1",
3363                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3364                 "psr/container": "^1 || ^2"
3365             },
3366             "conflict": {
3367                 "container-interop/container-interop": "<1.2",
3368                 "laminas/laminas-router": "<3.0.1",
3369                 "laminas/laminas-session": "<2.12",
3370                 "zendframework/zend-view": "*"
3371             },
3372             "require-dev": {
3373                 "laminas/laminas-authentication": "^2.13",
3374                 "laminas/laminas-coding-standard": "~2.4.0",
3375                 "laminas/laminas-console": "^2.8",
3376                 "laminas/laminas-feed": "^2.19",
3377                 "laminas/laminas-filter": "^2.25",
3378                 "laminas/laminas-http": "^2.17",
3379                 "laminas/laminas-i18n": "^2.19",
3380                 "laminas/laminas-modulemanager": "^2.14",
3381                 "laminas/laminas-mvc": "^3.5",
3382                 "laminas/laminas-mvc-i18n": "^1.6",
3383                 "laminas/laminas-mvc-plugin-flashmessenger": "^1.9",
3384                 "laminas/laminas-navigation": "^2.16",
3385                 "laminas/laminas-paginator": "^2.15",
3386                 "laminas/laminas-permissions-acl": "^2.12",
3387                 "laminas/laminas-router": "^3.10",
3388                 "laminas/laminas-uri": "^2.10",
3389                 "phpunit/phpunit": "^9.5.26",
3390                 "psalm/plugin-phpunit": "^0.18.3",
3391                 "vimeo/psalm": "^4.30"
3392             },
3393             "suggest": {
3394                 "laminas/laminas-authentication": "Laminas\\Authentication component",
3395                 "laminas/laminas-feed": "Laminas\\Feed component",
3396                 "laminas/laminas-filter": "Laminas\\Filter component",
3397                 "laminas/laminas-http": "Laminas\\Http component",
3398                 "laminas/laminas-i18n": "Laminas\\I18n component",
3399                 "laminas/laminas-mvc": "Laminas\\Mvc component",
3400                 "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",
3401                 "laminas/laminas-navigation": "Laminas\\Navigation component",
3402                 "laminas/laminas-paginator": "Laminas\\Paginator component",
3403                 "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
3404                 "laminas/laminas-uri": "Laminas\\Uri component"
3405             },
3406             "bin": [
3407                 "bin/templatemap_generator.php"
3408             ],
3409             "type": "library",
3410             "autoload": {
3411                 "psr-4": {
3412                     "Laminas\\View\\": "src/"
3413                 }
3414             },
3415             "notification-url": "https://packagist.org/downloads/",
3416             "license": [
3417                 "BSD-3-Clause"
3418             ],
3419             "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
3420             "homepage": "https://laminas.dev",
3421             "keywords": [
3422                 "laminas",
3423                 "view"
3424             ],
3425             "support": {
3426                 "chat": "https://laminas.dev/chat",
3427                 "docs": "https://docs.laminas.dev/laminas-view/",
3428                 "forum": "https://discourse.laminas.dev",
3429                 "issues": "https://github.com/laminas/laminas-view/issues",
3430                 "rss": "https://github.com/laminas/laminas-view/releases.atom",
3431                 "source": "https://github.com/laminas/laminas-view"
3432             },
3433             "funding": [
3434                 {
3435                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3436                     "type": "community_bridge"
3437                 }
3438             ],
3439             "time": "2022-11-07T08:01:13+00:00"
3440         },
3441         {
3442             "name": "laminas/laminas-xml",
3443             "version": "1.5.0",
3444             "source": {
3445                 "type": "git",
3446                 "url": "https://github.com/laminas/laminas-xml.git",
3447                 "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3"
3448             },
3449             "dist": {
3450                 "type": "zip",
3451                 "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/30a4da5a003971de8f54e6810e742fe375e5d5d3",
3452                 "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3",
3453                 "shasum": ""
3454             },
3455             "require": {
3456                 "ext-dom": "*",
3457                 "ext-simplexml": "*",
3458                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3459             },
3460             "conflict": {
3461                 "zendframework/zendxml": "*"
3462             },
3463             "require-dev": {
3464                 "ext-iconv": "*",
3465                 "laminas/laminas-coding-standard": "~1.0.0",
3466                 "phpunit/phpunit": "^9.5.8",
3467                 "squizlabs/php_codesniffer": "3.6.1 as 2.9999999.9999999"
3468             },
3469             "type": "library",
3470             "autoload": {
3471                 "psr-4": {
3472                     "Laminas\\Xml\\": "src/"
3473                 }
3474             },
3475             "notification-url": "https://packagist.org/downloads/",
3476             "license": [
3477                 "BSD-3-Clause"
3478             ],
3479             "description": "Utility library for XML usage, best practices, and security in PHP",
3480             "homepage": "https://laminas.dev",
3481             "keywords": [
3482                 "laminas",
3483                 "security",
3484                 "xml"
3485             ],
3486             "support": {
3487                 "chat": "https://laminas.dev/chat",
3488                 "forum": "https://discourse.laminas.dev",
3489                 "issues": "https://github.com/laminas/laminas-xml/issues",
3490                 "rss": "https://github.com/laminas/laminas-xml/releases.atom",
3491                 "source": "https://github.com/laminas/laminas-xml"
3492             },
3493             "funding": [
3494                 {
3495                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3496                     "type": "community_bridge"
3497                 }
3498             ],
3499             "time": "2022-11-16T00:17:18+00:00"
3500         },
3501         {
3502             "name": "laminas/laminas-xmlrpc",
3503             "version": "2.15.0",
3504             "source": {
3505                 "type": "git",
3506                 "url": "https://github.com/laminas/laminas-xmlrpc.git",
3507                 "reference": "101362ec6a542f5c4d034d7541a89ee7bde5fd51"
3508             },
3509             "dist": {
3510                 "type": "zip",
3511                 "url": "https://api.github.com/repos/laminas/laminas-xmlrpc/zipball/101362ec6a542f5c4d034d7541a89ee7bde5fd51",
3512                 "reference": "101362ec6a542f5c4d034d7541a89ee7bde5fd51",
3513                 "shasum": ""
3514             },
3515             "require": {
3516                 "laminas/laminas-code": "^4.4",
3517                 "laminas/laminas-http": "^2.15",
3518                 "laminas/laminas-math": "^3.4.0",
3519                 "laminas/laminas-server": "^2.11",
3520                 "laminas/laminas-stdlib": "^3.10.1",
3521                 "laminas/laminas-xml": "^1.4.0",
3522                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3523             },
3524             "conflict": {
3525                 "zendframework/zend-xmlrpc": "*"
3526             },
3527             "require-dev": {
3528                 "laminas/laminas-coding-standard": "~2.4.0",
3529                 "phpunit/phpunit": "^9.5.26",
3530                 "psalm/plugin-phpunit": "^0.18.0",
3531                 "vimeo/psalm": "^4.29.0"
3532             },
3533             "suggest": {
3534                 "laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage"
3535             },
3536             "type": "library",
3537             "autoload": {
3538                 "psr-4": {
3539                     "Laminas\\XmlRpc\\": "src/"
3540                 }
3541             },
3542             "notification-url": "https://packagist.org/downloads/",
3543             "license": [
3544                 "BSD-3-Clause"
3545             ],
3546             "description": "Fully-featured XML-RPC server and client implementations",
3547             "homepage": "https://laminas.dev",
3548             "keywords": [
3549                 "laminas",
3550                 "xmlrpc"
3551             ],
3552             "support": {
3553                 "chat": "https://laminas.dev/chat",
3554                 "docs": "https://docs.laminas.dev/laminas-xmlrpc/",
3555                 "forum": "https://discourse.laminas.dev",
3556                 "issues": "https://github.com/laminas/laminas-xmlrpc/issues",
3557                 "rss": "https://github.com/laminas/laminas-xmlrpc/releases.atom",
3558                 "source": "https://github.com/laminas/laminas-xmlrpc"
3559             },
3560             "funding": [
3561                 {
3562                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3563                     "type": "community_bridge"
3564                 }
3565             ],
3566             "time": "2022-11-16T00:27:53+00:00"
3567         },
3568         {
3569             "name": "laminas/laminas-zendframework-bridge",
3570             "version": "1.7.0",
3571             "source": {
3572                 "type": "git",
3573                 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
3574                 "reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6"
3575             },
3576             "dist": {
3577                 "type": "zip",
3578                 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/5ef52e26392777a26dbb8f20fe24f91b406459f6",
3579                 "reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6",
3580                 "shasum": ""
3581             },
3582             "require": {
3583                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3584             },
3585             "require-dev": {
3586                 "phpunit/phpunit": "^9.5.26",
3587                 "psalm/plugin-phpunit": "^0.18.0",
3588                 "squizlabs/php_codesniffer": "^3.7.1",
3589                 "vimeo/psalm": "^4.29.0"
3590             },
3591             "type": "library",
3592             "extra": {
3593                 "laminas": {
3594                     "module": "Laminas\\ZendFrameworkBridge"
3595                 }
3596             },
3597             "autoload": {
3598                 "files": [
3599                     "src/autoload.php"
3600                 ],
3601                 "psr-4": {
3602                     "Laminas\\ZendFrameworkBridge\\": "src//"
3603                 }
3604             },
3605             "notification-url": "https://packagist.org/downloads/",
3606             "license": [
3607                 "BSD-3-Clause"
3608             ],
3609             "description": "Alias legacy ZF class names to Laminas Project equivalents.",
3610             "keywords": [
3611                 "ZendFramework",
3612                 "autoloading",
3613                 "laminas",
3614                 "zf"
3615             ],
3616             "support": {
3617                 "forum": "https://discourse.laminas.dev/",
3618                 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
3619                 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
3620                 "source": "https://github.com/laminas/laminas-zendframework-bridge"
3621             },
3622             "funding": [
3623                 {
3624                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3625                     "type": "community_bridge"
3626                 }
3627             ],
3628             "time": "2022-12-12T11:44:10+00:00"
3629         },
3630         {
3631             "name": "lcobucci/clock",
3632             "version": "2.2.0",
3633             "source": {
3634                 "type": "git",
3635                 "url": "https://github.com/lcobucci/clock.git",
3636                 "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3"
3637             },
3638             "dist": {
3639                 "type": "zip",
3640                 "url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3",
3641                 "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3",
3642                 "shasum": ""
3643             },
3644             "require": {
3645                 "php": "^8.0",
3646                 "stella-maris/clock": "^0.1.4"
3647             },
3648             "require-dev": {
3649                 "infection/infection": "^0.26",
3650                 "lcobucci/coding-standard": "^8.0",
3651                 "phpstan/extension-installer": "^1.1",
3652                 "phpstan/phpstan": "^0.12",
3653                 "phpstan/phpstan-deprecation-rules": "^0.12",
3654                 "phpstan/phpstan-phpunit": "^0.12",
3655                 "phpstan/phpstan-strict-rules": "^0.12",
3656                 "phpunit/phpunit": "^9.5"
3657             },
3658             "type": "library",
3659             "autoload": {
3660                 "psr-4": {
3661                     "Lcobucci\\Clock\\": "src"
3662                 }
3663             },
3664             "notification-url": "https://packagist.org/downloads/",
3665             "license": [
3666                 "MIT"
3667             ],
3668             "authors": [
3669                 {
3670                     "name": "Luís Cobucci",
3671                     "email": "lcobucci@gmail.com"
3672                 }
3673             ],
3674             "description": "Yet another clock abstraction",
3675             "support": {
3676                 "issues": "https://github.com/lcobucci/clock/issues",
3677                 "source": "https://github.com/lcobucci/clock/tree/2.2.0"
3678             },
3679             "funding": [
3680                 {
3681                     "url": "https://github.com/lcobucci",
3682                     "type": "github"
3683                 },
3684                 {
3685                     "url": "https://www.patreon.com/lcobucci",
3686                     "type": "patreon"
3687                 }
3688             ],
3689             "time": "2022-04-19T19:34:17+00:00"
3690         },
3691         {
3692             "name": "lcobucci/jwt",
3693             "version": "4.1.5",
3694             "source": {
3695                 "type": "git",
3696                 "url": "https://github.com/lcobucci/jwt.git",
3697                 "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582"
3698             },
3699             "dist": {
3700                 "type": "zip",
3701                 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582",
3702                 "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582",
3703                 "shasum": ""
3704             },
3705             "require": {
3706                 "ext-hash": "*",
3707                 "ext-json": "*",
3708                 "ext-mbstring": "*",
3709                 "ext-openssl": "*",
3710                 "ext-sodium": "*",
3711                 "lcobucci/clock": "^2.0",
3712                 "php": "^7.4 || ^8.0"
3713             },
3714             "require-dev": {
3715                 "infection/infection": "^0.21",
3716                 "lcobucci/coding-standard": "^6.0",
3717                 "mikey179/vfsstream": "^1.6.7",
3718                 "phpbench/phpbench": "^1.0",
3719                 "phpstan/extension-installer": "^1.0",
3720                 "phpstan/phpstan": "^0.12",
3721                 "phpstan/phpstan-deprecation-rules": "^0.12",
3722                 "phpstan/phpstan-phpunit": "^0.12",
3723                 "phpstan/phpstan-strict-rules": "^0.12",
3724                 "phpunit/php-invoker": "^3.1",
3725                 "phpunit/phpunit": "^9.5"
3726             },
3727             "type": "library",
3728             "autoload": {
3729                 "psr-4": {
3730                     "Lcobucci\\JWT\\": "src"
3731                 }
3732             },
3733             "notification-url": "https://packagist.org/downloads/",
3734             "license": [
3735                 "BSD-3-Clause"
3736             ],
3737             "authors": [
3738                 {
3739                     "name": "Luís Cobucci",
3740                     "email": "lcobucci@gmail.com",
3741                     "role": "Developer"
3742                 }
3743             ],
3744             "description": "A simple library to work with JSON Web Token and JSON Web Signature",
3745             "keywords": [
3746                 "JWS",
3747                 "jwt"
3748             ],
3749             "support": {
3750                 "issues": "https://github.com/lcobucci/jwt/issues",
3751                 "source": "https://github.com/lcobucci/jwt/tree/4.1.5"
3752             },
3753             "funding": [
3754                 {
3755                     "url": "https://github.com/lcobucci",
3756                     "type": "github"
3757                 },
3758                 {
3759                     "url": "https://www.patreon.com/lcobucci",
3760                     "type": "patreon"
3761                 }
3762             ],
3763             "time": "2021-09-28T19:34:56+00:00"
3764         },
3765         {
3766             "name": "league/event",
3767             "version": "2.2.0",
3768             "source": {
3769                 "type": "git",
3770                 "url": "https://github.com/thephpleague/event.git",
3771                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
3772             },
3773             "dist": {
3774                 "type": "zip",
3775                 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3776                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3777                 "shasum": ""
3778             },
3779             "require": {
3780                 "php": ">=5.4.0"
3781             },
3782             "require-dev": {
3783                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3784                 "phpspec/phpspec": "^2.2"
3785             },
3786             "type": "library",
3787             "extra": {
3788                 "branch-alias": {
3789                     "dev-master": "2.2-dev"
3790                 }
3791             },
3792             "autoload": {
3793                 "psr-4": {
3794                     "League\\Event\\": "src/"
3795                 }
3796             },
3797             "notification-url": "https://packagist.org/downloads/",
3798             "license": [
3799                 "MIT"
3800             ],
3801             "authors": [
3802                 {
3803                     "name": "Frank de Jonge",
3804                     "email": "info@frenky.net"
3805                 }
3806             ],
3807             "description": "Event package",
3808             "keywords": [
3809                 "emitter",
3810                 "event",
3811                 "listener"
3812             ],
3813             "support": {
3814                 "issues": "https://github.com/thephpleague/event/issues",
3815                 "source": "https://github.com/thephpleague/event/tree/master"
3816             },
3817             "time": "2018-11-26T11:52:41+00:00"
3818         },
3819         {
3820             "name": "league/oauth2-server",
3821             "version": "8.3.6",
3822             "source": {
3823                 "type": "git",
3824                 "url": "https://github.com/thephpleague/oauth2-server.git",
3825                 "reference": "28c5441716c10d0c936bd731860dc385d0f6d1a8"
3826             },
3827             "dist": {
3828                 "type": "zip",
3829                 "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/28c5441716c10d0c936bd731860dc385d0f6d1a8",
3830                 "reference": "28c5441716c10d0c936bd731860dc385d0f6d1a8",
3831                 "shasum": ""
3832             },
3833             "require": {
3834                 "defuse/php-encryption": "^2.2.1",
3835                 "ext-json": "*",
3836                 "ext-openssl": "*",
3837                 "lcobucci/jwt": "^3.4.6 || ^4.0.4",
3838                 "league/event": "^2.2",
3839                 "league/uri": "^6.4",
3840                 "php": "^7.2 || ^8.0",
3841                 "psr/http-message": "^1.0.1"
3842             },
3843             "replace": {
3844                 "league/oauth2server": "*",
3845                 "lncd/oauth2": "*"
3846             },
3847             "require-dev": {
3848                 "laminas/laminas-diactoros": "^2.4.1",
3849                 "phpstan/phpstan": "^0.12.57",
3850                 "phpstan/phpstan-phpunit": "^0.12.16",
3851                 "phpunit/phpunit": "^8.5.13",
3852                 "roave/security-advisories": "dev-master"
3853             },
3854             "type": "library",
3855             "autoload": {
3856                 "psr-4": {
3857                     "League\\OAuth2\\Server\\": "src/"
3858                 }
3859             },
3860             "notification-url": "https://packagist.org/downloads/",
3861             "license": [
3862                 "MIT"
3863             ],
3864             "authors": [
3865                 {
3866                     "name": "Alex Bilbie",
3867                     "email": "hello@alexbilbie.com",
3868                     "homepage": "http://www.alexbilbie.com",
3869                     "role": "Developer"
3870                 },
3871                 {
3872                     "name": "Andy Millington",
3873                     "email": "andrew@noexceptions.io",
3874                     "homepage": "https://www.noexceptions.io",
3875                     "role": "Developer"
3876                 }
3877             ],
3878             "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.",
3879             "homepage": "https://oauth2.thephpleague.com/",
3880             "keywords": [
3881                 "Authentication",
3882                 "api",
3883                 "auth",
3884                 "authorisation",
3885                 "authorization",
3886                 "oauth",
3887                 "oauth 2",
3888                 "oauth 2.0",
3889                 "oauth2",
3890                 "protect",
3891                 "resource",
3892                 "secure",
3893                 "server"
3894             ],
3895             "support": {
3896                 "issues": "https://github.com/thephpleague/oauth2-server/issues",
3897                 "source": "https://github.com/thephpleague/oauth2-server/tree/8.3.6"
3898             },
3899             "funding": [
3900                 {
3901                     "url": "https://github.com/sephster",
3902                     "type": "github"
3903                 }
3904             ],
3905             "time": "2022-11-14T19:42:00+00:00"
3906         },
3907         {
3908             "name": "league/omnipay",
3909             "version": "v3.2.1",
3910             "source": {
3911                 "type": "git",
3912                 "url": "https://github.com/thephpleague/omnipay.git",
3913                 "reference": "38f66a0cc043ed51d6edf7956d6439a2f263501f"
3914             },
3915             "dist": {
3916                 "type": "zip",
3917                 "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/38f66a0cc043ed51d6edf7956d6439a2f263501f",
3918                 "reference": "38f66a0cc043ed51d6edf7956d6439a2f263501f",
3919                 "shasum": ""
3920             },
3921             "require": {
3922                 "omnipay/common": "^3.1",
3923                 "php": "^7.2|^8.0",
3924                 "php-http/discovery": "^1.14",
3925                 "php-http/guzzle7-adapter": "^1"
3926             },
3927             "require-dev": {
3928                 "omnipay/tests": "^3|^4"
3929             },
3930             "type": "metapackage",
3931             "extra": {
3932                 "branch-alias": {
3933                     "dev-master": "3.2.x-dev"
3934                 }
3935             },
3936             "notification-url": "https://packagist.org/downloads/",
3937             "license": [
3938                 "MIT"
3939             ],
3940             "authors": [
3941                 {
3942                     "name": "Adrian Macneil",
3943                     "email": "adrian@adrianmacneil.com"
3944                 },
3945                 {
3946                     "name": "Barry vd. Heuvel",
3947                     "email": "barryvdh@gmail.com"
3948                 }
3949             ],
3950             "description": "Omnipay payment processing library",
3951             "homepage": "https://omnipay.thephpleague.com/",
3952             "keywords": [
3953                 "checkout",
3954                 "creditcard",
3955                 "omnipay",
3956                 "payment"
3957             ],
3958             "support": {
3959                 "issues": "https://github.com/thephpleague/omnipay/issues",
3960                 "source": "https://github.com/thephpleague/omnipay/tree/v3.2.1"
3961             },
3962             "funding": [
3963                 {
3964                     "url": "https://github.com/barryvdh",
3965                     "type": "github"
3966                 }
3967             ],
3968             "time": "2021-06-05T11:34:12+00:00"
3969         },
3970         {
3971             "name": "league/uri",
3972             "version": "6.7.2",
3973             "source": {
3974                 "type": "git",
3975                 "url": "https://github.com/thephpleague/uri.git",
3976                 "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06"
3977             },
3978             "dist": {
3979                 "type": "zip",
3980                 "url": "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06",
3981                 "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06",
3982                 "shasum": ""
3983             },
3984             "require": {
3985                 "ext-json": "*",
3986                 "league/uri-interfaces": "^2.3",
3987                 "php": "^7.4 || ^8.0",
3988                 "psr/http-message": "^1.0"
3989             },
3990             "conflict": {
3991                 "league/uri-schemes": "^1.0"
3992             },
3993             "require-dev": {
3994                 "friendsofphp/php-cs-fixer": "^v3.3.2",
3995                 "nyholm/psr7": "^1.5",
3996                 "php-http/psr7-integration-tests": "^1.1",
3997                 "phpstan/phpstan": "^1.2.0",
3998                 "phpstan/phpstan-deprecation-rules": "^1.0",
3999                 "phpstan/phpstan-phpunit": "^1.0.0",
4000                 "phpstan/phpstan-strict-rules": "^1.1.0",
4001                 "phpunit/phpunit": "^9.5.10",
4002                 "psr/http-factory": "^1.0"
4003             },
4004             "suggest": {
4005                 "ext-fileinfo": "Needed to create Data URI from a filepath",
4006                 "ext-intl": "Needed to improve host validation",
4007                 "league/uri-components": "Needed to easily manipulate URI objects",
4008                 "psr/http-factory": "Needed to use the URI factory"
4009             },
4010             "type": "library",
4011             "extra": {
4012                 "branch-alias": {
4013                     "dev-master": "6.x-dev"
4014                 }
4015             },
4016             "autoload": {
4017                 "psr-4": {
4018                     "League\\Uri\\": "src"
4019                 }
4020             },
4021             "notification-url": "https://packagist.org/downloads/",
4022             "license": [
4023                 "MIT"
4024             ],
4025             "authors": [
4026                 {
4027                     "name": "Ignace Nyamagana Butera",
4028                     "email": "nyamsprod@gmail.com",
4029                     "homepage": "https://nyamsprod.com"
4030                 }
4031             ],
4032             "description": "URI manipulation library",
4033             "homepage": "https://uri.thephpleague.com",
4034             "keywords": [
4035                 "data-uri",
4036                 "file-uri",
4037                 "ftp",
4038                 "hostname",
4039                 "http",
4040                 "https",
4041                 "middleware",
4042                 "parse_str",
4043                 "parse_url",
4044                 "psr-7",
4045                 "query-string",
4046                 "querystring",
4047                 "rfc3986",
4048                 "rfc3987",
4049                 "rfc6570",
4050                 "uri",
4051                 "uri-template",
4052                 "url",
4053                 "ws"
4054             ],
4055             "support": {
4056                 "docs": "https://uri.thephpleague.com",
4057                 "forum": "https://thephpleague.slack.com",
4058                 "issues": "https://github.com/thephpleague/uri/issues",
4059                 "source": "https://github.com/thephpleague/uri/tree/6.7.2"
4060             },
4061             "funding": [
4062                 {
4063                     "url": "https://github.com/sponsors/nyamsprod",
4064                     "type": "github"
4065                 }
4066             ],
4067             "time": "2022-09-13T19:50:42+00:00"
4068         },
4069         {
4070             "name": "league/uri-interfaces",
4071             "version": "2.3.0",
4072             "source": {
4073                 "type": "git",
4074                 "url": "https://github.com/thephpleague/uri-interfaces.git",
4075                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
4076             },
4077             "dist": {
4078                 "type": "zip",
4079                 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
4080                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
4081                 "shasum": ""
4082             },
4083             "require": {
4084                 "ext-json": "*",
4085                 "php": "^7.2 || ^8.0"
4086             },
4087             "require-dev": {
4088                 "friendsofphp/php-cs-fixer": "^2.19",
4089                 "phpstan/phpstan": "^0.12.90",
4090                 "phpstan/phpstan-phpunit": "^0.12.19",
4091                 "phpstan/phpstan-strict-rules": "^0.12.9",
4092                 "phpunit/phpunit": "^8.5.15 || ^9.5"
4093             },
4094             "suggest": {
4095                 "ext-intl": "to use the IDNA feature",
4096                 "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
4097             },
4098             "type": "library",
4099             "extra": {
4100                 "branch-alias": {
4101                     "dev-master": "2.x-dev"
4102                 }
4103             },
4104             "autoload": {
4105                 "psr-4": {
4106                     "League\\Uri\\": "src/"
4107                 }
4108             },
4109             "notification-url": "https://packagist.org/downloads/",
4110             "license": [
4111                 "MIT"
4112             ],
4113             "authors": [
4114                 {
4115                     "name": "Ignace Nyamagana Butera",
4116                     "email": "nyamsprod@gmail.com",
4117                     "homepage": "https://nyamsprod.com"
4118                 }
4119             ],
4120             "description": "Common interface for URI representation",
4121             "homepage": "http://github.com/thephpleague/uri-interfaces",
4122             "keywords": [
4123                 "rfc3986",
4124                 "rfc3987",
4125                 "uri",
4126                 "url"
4127             ],
4128             "support": {
4129                 "issues": "https://github.com/thephpleague/uri-interfaces/issues",
4130                 "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
4131             },
4132             "funding": [
4133                 {
4134                     "url": "https://github.com/sponsors/nyamsprod",
4135                     "type": "github"
4136                 }
4137             ],
4138             "time": "2021-06-28T04:27:21+00:00"
4139         },
4140         {
4141             "name": "maennchen/zipstream-php",
4142             "version": "v2.4.0",
4143             "source": {
4144                 "type": "git",
4145                 "url": "https://github.com/maennchen/ZipStream-PHP.git",
4146                 "reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3"
4147             },
4148             "dist": {
4149                 "type": "zip",
4150                 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
4151                 "reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
4152                 "shasum": ""
4153             },
4154             "require": {
4155                 "ext-mbstring": "*",
4156                 "myclabs/php-enum": "^1.5",
4157                 "php": "^8.0",
4158                 "psr/http-message": "^1.0"
4159             },
4160             "require-dev": {
4161                 "ext-zip": "*",
4162                 "friendsofphp/php-cs-fixer": "^3.9",
4163                 "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
4164                 "mikey179/vfsstream": "^1.6",
4165                 "php-coveralls/php-coveralls": "^2.4",
4166                 "phpunit/phpunit": "^8.5.8 || ^9.4.2",
4167                 "vimeo/psalm": "^5.0"
4168             },
4169             "type": "library",
4170             "autoload": {
4171                 "psr-4": {
4172                     "ZipStream\\": "src/"
4173                 }
4174             },
4175             "notification-url": "https://packagist.org/downloads/",
4176             "license": [
4177                 "MIT"
4178             ],
4179             "authors": [
4180                 {
4181                     "name": "Paul Duncan",
4182                     "email": "pabs@pablotron.org"
4183                 },
4184                 {
4185                     "name": "Jonatan Männchen",
4186                     "email": "jonatan@maennchen.ch"
4187                 },
4188                 {
4189                     "name": "Jesse Donat",
4190                     "email": "donatj@gmail.com"
4191                 },
4192                 {
4193                     "name": "András Kolesár",
4194                     "email": "kolesar@kolesar.hu"
4195                 }
4196             ],
4197             "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
4198             "keywords": [
4199                 "stream",
4200                 "zip"
4201             ],
4202             "support": {
4203                 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
4204                 "source": "https://github.com/maennchen/ZipStream-PHP/tree/v2.4.0"
4205             },
4206             "funding": [
4207                 {
4208                     "url": "https://github.com/maennchen",
4209                     "type": "github"
4210                 },
4211                 {
4212                     "url": "https://opencollective.com/zipstream",
4213                     "type": "open_collective"
4214                 }
4215             ],
4216             "time": "2022-12-08T12:29:14+00:00"
4217         },
4218         {
4219             "name": "markbaker/complex",
4220             "version": "3.0.2",
4221             "source": {
4222                 "type": "git",
4223                 "url": "https://github.com/MarkBaker/PHPComplex.git",
4224                 "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
4225             },
4226             "dist": {
4227                 "type": "zip",
4228                 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
4229                 "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
4230                 "shasum": ""
4231             },
4232             "require": {
4233                 "php": "^7.2 || ^8.0"
4234             },
4235             "require-dev": {
4236                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
4237                 "phpcompatibility/php-compatibility": "^9.3",
4238                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
4239                 "squizlabs/php_codesniffer": "^3.7"
4240             },
4241             "type": "library",
4242             "autoload": {
4243                 "psr-4": {
4244                     "Complex\\": "classes/src/"
4245                 }
4246             },
4247             "notification-url": "https://packagist.org/downloads/",
4248             "license": [
4249                 "MIT"
4250             ],
4251             "authors": [
4252                 {
4253                     "name": "Mark Baker",
4254                     "email": "mark@lange.demon.co.uk"
4255                 }
4256             ],
4257             "description": "PHP Class for working with complex numbers",
4258             "homepage": "https://github.com/MarkBaker/PHPComplex",
4259             "keywords": [
4260                 "complex",
4261                 "mathematics"
4262             ],
4263             "support": {
4264                 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
4265                 "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
4266             },
4267             "time": "2022-12-06T16:21:08+00:00"
4268         },
4269         {
4270             "name": "markbaker/matrix",
4271             "version": "3.0.1",
4272             "source": {
4273                 "type": "git",
4274                 "url": "https://github.com/MarkBaker/PHPMatrix.git",
4275                 "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
4276             },
4277             "dist": {
4278                 "type": "zip",
4279                 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
4280                 "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
4281                 "shasum": ""
4282             },
4283             "require": {
4284                 "php": "^7.1 || ^8.0"
4285             },
4286             "require-dev": {
4287                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
4288                 "phpcompatibility/php-compatibility": "^9.3",
4289                 "phpdocumentor/phpdocumentor": "2.*",
4290                 "phploc/phploc": "^4.0",
4291                 "phpmd/phpmd": "2.*",
4292                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
4293                 "sebastian/phpcpd": "^4.0",
4294                 "squizlabs/php_codesniffer": "^3.7"
4295             },
4296             "type": "library",
4297             "autoload": {
4298                 "psr-4": {
4299                     "Matrix\\": "classes/src/"
4300                 }
4301             },
4302             "notification-url": "https://packagist.org/downloads/",
4303             "license": [
4304                 "MIT"
4305             ],
4306             "authors": [
4307                 {
4308                     "name": "Mark Baker",
4309                     "email": "mark@demon-angel.eu"
4310                 }
4311             ],
4312             "description": "PHP Class for working with matrices",
4313             "homepage": "https://github.com/MarkBaker/PHPMatrix",
4314             "keywords": [
4315                 "mathematics",
4316                 "matrix",
4317                 "vector"
4318             ],
4319             "support": {
4320                 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
4321                 "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
4322             },
4323             "time": "2022-12-02T22:17:43+00:00"
4324         },
4325         {
4326             "name": "masterminds/html5",
4327             "version": "2.7.6",
4328             "source": {
4329                 "type": "git",
4330                 "url": "https://github.com/Masterminds/html5-php.git",
4331                 "reference": "897eb517a343a2281f11bc5556d6548db7d93947"
4332             },
4333             "dist": {
4334                 "type": "zip",
4335                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
4336                 "reference": "897eb517a343a2281f11bc5556d6548db7d93947",
4337                 "shasum": ""
4338             },
4339             "require": {
4340                 "ext-ctype": "*",
4341                 "ext-dom": "*",
4342                 "ext-libxml": "*",
4343                 "php": ">=5.3.0"
4344             },
4345             "require-dev": {
4346                 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
4347             },
4348             "type": "library",
4349             "extra": {
4350                 "branch-alias": {
4351                     "dev-master": "2.7-dev"
4352                 }
4353             },
4354             "autoload": {
4355                 "psr-4": {
4356                     "Masterminds\\": "src"
4357                 }
4358             },
4359             "notification-url": "https://packagist.org/downloads/",
4360             "license": [
4361                 "MIT"
4362             ],
4363             "authors": [
4364                 {
4365                     "name": "Matt Butcher",
4366                     "email": "technosophos@gmail.com"
4367                 },
4368                 {
4369                     "name": "Matt Farina",
4370                     "email": "matt@mattfarina.com"
4371                 },
4372                 {
4373                     "name": "Asmir Mustafic",
4374                     "email": "goetas@gmail.com"
4375                 }
4376             ],
4377             "description": "An HTML5 parser and serializer.",
4378             "homepage": "http://masterminds.github.io/html5-php",
4379             "keywords": [
4380                 "HTML5",
4381                 "dom",
4382                 "html",
4383                 "parser",
4384                 "querypath",
4385                 "serializer",
4386                 "xml"
4387             ],
4388             "support": {
4389                 "issues": "https://github.com/Masterminds/html5-php/issues",
4390                 "source": "https://github.com/Masterminds/html5-php/tree/2.7.6"
4391             },
4392             "time": "2022-08-18T16:18:26+00:00"
4393         },
4394         {
4395             "name": "mobiledetect/mobiledetectlib",
4396             "version": "3.74.0",
4397             "source": {
4398                 "type": "git",
4399                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
4400                 "reference": "812a4aa4605c63fc33d7fe32ca82f29275940b9d"
4401             },
4402             "dist": {
4403                 "type": "zip",
4404                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/812a4aa4605c63fc33d7fe32ca82f29275940b9d",
4405                 "reference": "812a4aa4605c63fc33d7fe32ca82f29275940b9d",
4406                 "shasum": ""
4407             },
4408             "require": {
4409                 "php": ">=7.4"
4410             },
4411             "require-dev": {
4412                 "friendsofphp/php-cs-fixer": "v2.19.3",
4413                 "phpunit/phpunit": "^7.0.0",
4414                 "squizlabs/php_codesniffer": "3.*"
4415             },
4416             "type": "library",
4417             "autoload": {
4418                 "psr-4": {
4419                     "Detection\\": "src/"
4420                 },
4421                 "classmap": [
4422                     "src/MobileDetect.php"
4423                 ]
4424             },
4425             "notification-url": "https://packagist.org/downloads/",
4426             "license": [
4427                 "MIT"
4428             ],
4429             "authors": [
4430                 {
4431                     "name": "Serban Ghita",
4432                     "email": "serbanghita@gmail.com",
4433                     "homepage": "http://mobiledetect.net",
4434                     "role": "Developer"
4435                 }
4436             ],
4437             "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.",
4438             "homepage": "https://github.com/serbanghita/Mobile-Detect",
4439             "keywords": [
4440                 "detect mobile devices",
4441                 "mobile",
4442                 "mobile detect",
4443                 "mobile detector",
4444                 "php mobile detect"
4445             ],
4446             "support": {
4447                 "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
4448                 "source": "https://github.com/serbanghita/Mobile-Detect/tree/3.74.0"
4449             },
4450             "time": "2022-12-04T15:37:32+00:00"
4451         },
4452         {
4453             "name": "moneyphp/money",
4454             "version": "v3.3.3",
4455             "source": {
4456                 "type": "git",
4457                 "url": "https://github.com/moneyphp/money.git",
4458                 "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd"
4459             },
4460             "dist": {
4461                 "type": "zip",
4462                 "url": "https://api.github.com/repos/moneyphp/money/zipball/0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
4463                 "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
4464                 "shasum": ""
4465             },
4466             "require": {
4467                 "ext-json": "*",
4468                 "php": ">=5.6"
4469             },
4470             "require-dev": {
4471                 "cache/taggable-cache": "^0.4.0",
4472                 "doctrine/instantiator": "^1.0.5",
4473                 "ext-bcmath": "*",
4474                 "ext-gmp": "*",
4475                 "ext-intl": "*",
4476                 "florianv/exchanger": "^1.0",
4477                 "florianv/swap": "^3.0",
4478                 "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
4479                 "moneyphp/iso-currencies": "^3.2.1",
4480                 "php-http/message": "^1.4",
4481                 "php-http/mock-client": "^1.0.0",
4482                 "phpspec/phpspec": "^3.4.3",
4483                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
4484                 "psr/cache": "^1.0",
4485                 "symfony/phpunit-bridge": "^4"
4486             },
4487             "suggest": {
4488                 "ext-bcmath": "Calculate without integer limits",
4489                 "ext-gmp": "Calculate without integer limits",
4490                 "ext-intl": "Format Money objects with intl",
4491                 "florianv/exchanger": "Exchange rates library for PHP",
4492                 "florianv/swap": "Exchange rates library for PHP",
4493                 "psr/cache-implementation": "Used for Currency caching"
4494             },
4495             "type": "library",
4496             "extra": {
4497                 "branch-alias": {
4498                     "dev-master": "3.x-dev"
4499                 }
4500             },
4501             "autoload": {
4502                 "psr-4": {
4503                     "Money\\": "src/"
4504                 }
4505             },
4506             "notification-url": "https://packagist.org/downloads/",
4507             "license": [
4508                 "MIT"
4509             ],
4510             "authors": [
4511                 {
4512                     "name": "Mathias Verraes",
4513                     "email": "mathias@verraes.net",
4514                     "homepage": "http://verraes.net"
4515                 },
4516                 {
4517                     "name": "Márk Sági-Kazár",
4518                     "email": "mark.sagikazar@gmail.com"
4519                 },
4520                 {
4521                     "name": "Frederik Bosch",
4522                     "email": "f.bosch@genkgo.nl"
4523                 }
4524             ],
4525             "description": "PHP implementation of Fowler's Money pattern",
4526             "homepage": "http://moneyphp.org",
4527             "keywords": [
4528                 "Value Object",
4529                 "money",
4530                 "vo"
4531             ],
4532             "support": {
4533                 "issues": "https://github.com/moneyphp/money/issues",
4534                 "source": "https://github.com/moneyphp/money/tree/v3.3.3"
4535             },
4536             "time": "2022-09-21T07:43:36+00:00"
4537         },
4538         {
4539             "name": "monolog/monolog",
4540             "version": "2.8.0",
4541             "source": {
4542                 "type": "git",
4543                 "url": "https://github.com/Seldaek/monolog.git",
4544                 "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
4545             },
4546             "dist": {
4547                 "type": "zip",
4548                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
4549                 "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
4550                 "shasum": ""
4551             },
4552             "require": {
4553                 "php": ">=7.2",
4554                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
4555             },
4556             "provide": {
4557                 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
4558             },
4559             "require-dev": {
4560                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4561                 "doctrine/couchdb": "~1.0@dev",
4562                 "elasticsearch/elasticsearch": "^7 || ^8",
4563                 "ext-json": "*",
4564                 "graylog2/gelf-php": "^1.4.2",
4565                 "guzzlehttp/guzzle": "^7.4",
4566                 "guzzlehttp/psr7": "^2.2",
4567                 "mongodb/mongodb": "^1.8",
4568                 "php-amqplib/php-amqplib": "~2.4 || ^3",
4569                 "phpspec/prophecy": "^1.15",
4570                 "phpstan/phpstan": "^0.12.91",
4571                 "phpunit/phpunit": "^8.5.14",
4572                 "predis/predis": "^1.1 || ^2.0",
4573                 "rollbar/rollbar": "^1.3 || ^2 || ^3",
4574                 "ruflin/elastica": "^7",
4575                 "swiftmailer/swiftmailer": "^5.3|^6.0",
4576                 "symfony/mailer": "^5.4 || ^6",
4577                 "symfony/mime": "^5.4 || ^6"
4578             },
4579             "suggest": {
4580                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4581                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4582                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
4583                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4584                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
4585                 "ext-mbstring": "Allow to work properly with unicode symbols",
4586                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
4587                 "ext-openssl": "Required to send log messages using SSL",
4588                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
4589                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4590                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
4591                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4592                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4593                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
4594             },
4595             "type": "library",
4596             "extra": {
4597                 "branch-alias": {
4598                     "dev-main": "2.x-dev"
4599                 }
4600             },
4601             "autoload": {
4602                 "psr-4": {
4603                     "Monolog\\": "src/Monolog"
4604                 }
4605             },
4606             "notification-url": "https://packagist.org/downloads/",
4607             "license": [
4608                 "MIT"
4609             ],
4610             "authors": [
4611                 {
4612                     "name": "Jordi Boggiano",
4613                     "email": "j.boggiano@seld.be",
4614                     "homepage": "https://seld.be"
4615                 }
4616             ],
4617             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4618             "homepage": "https://github.com/Seldaek/monolog",
4619             "keywords": [
4620                 "log",
4621                 "logging",
4622                 "psr-3"
4623             ],
4624             "support": {
4625                 "issues": "https://github.com/Seldaek/monolog/issues",
4626                 "source": "https://github.com/Seldaek/monolog/tree/2.8.0"
4627             },
4628             "funding": [
4629                 {
4630                     "url": "https://github.com/Seldaek",
4631                     "type": "github"
4632                 },
4633                 {
4634                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
4635                     "type": "tidelift"
4636                 }
4637             ],
4638             "time": "2022-07-24T11:55:47+00:00"
4639         },
4640         {
4641             "name": "mpdf/mpdf",
4642             "version": "v8.1.3",
4643             "source": {
4644                 "type": "git",
4645                 "url": "https://github.com/mpdf/mpdf.git",
4646                 "reference": "59ba1a9374211174996d8530a855dedfbd5f5681"
4647             },
4648             "dist": {
4649                 "type": "zip",
4650                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/59ba1a9374211174996d8530a855dedfbd5f5681",
4651                 "reference": "59ba1a9374211174996d8530a855dedfbd5f5681",
4652                 "shasum": ""
4653             },
4654             "require": {
4655                 "ext-gd": "*",
4656                 "ext-mbstring": "*",
4657                 "myclabs/deep-copy": "^1.7",
4658                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
4659                 "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
4660                 "php-http/message-factory": "^1.0",
4661                 "psr/http-message": "^1.0",
4662                 "psr/log": "^1.0 || ^2.0",
4663                 "setasign/fpdi": "^2.1"
4664             },
4665             "require-dev": {
4666                 "mockery/mockery": "^1.3.0",
4667                 "mpdf/qrcode": "^1.1.0",
4668                 "squizlabs/php_codesniffer": "^3.5.0",
4669                 "tracy/tracy": "~2.5",
4670                 "yoast/phpunit-polyfills": "^1.0"
4671             },
4672             "suggest": {
4673                 "ext-bcmath": "Needed for generation of some types of barcodes",
4674                 "ext-xml": "Needed mainly for SVG manipulation",
4675                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
4676             },
4677             "type": "library",
4678             "autoload": {
4679                 "psr-4": {
4680                     "Mpdf\\": "src/"
4681                 }
4682             },
4683             "notification-url": "https://packagist.org/downloads/",
4684             "license": [
4685                 "GPL-2.0-only"
4686             ],
4687             "authors": [
4688                 {
4689                     "name": "MatÄ›j Humpál",
4690                     "role": "Developer, maintainer"
4691                 },
4692                 {
4693                     "name": "Ian Back",
4694                     "role": "Developer (retired)"
4695                 }
4696             ],
4697             "description": "PHP library generating PDF files from UTF-8 encoded HTML",
4698             "homepage": "https://mpdf.github.io",
4699             "keywords": [
4700                 "pdf",
4701                 "php",
4702                 "utf-8"
4703             ],
4704             "support": {
4705                 "docs": "http://mpdf.github.io",
4706                 "issues": "https://github.com/mpdf/mpdf/issues",
4707                 "source": "https://github.com/mpdf/mpdf"
4708             },
4709             "funding": [
4710                 {
4711                     "url": "https://www.paypal.me/mpdf",
4712                     "type": "custom"
4713                 }
4714             ],
4715             "time": "2022-12-08T12:55:58+00:00"
4716         },
4717         {
4718             "name": "myclabs/deep-copy",
4719             "version": "1.11.0",
4720             "source": {
4721                 "type": "git",
4722                 "url": "https://github.com/myclabs/DeepCopy.git",
4723                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
4724             },
4725             "dist": {
4726                 "type": "zip",
4727                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
4728                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
4729                 "shasum": ""
4730             },
4731             "require": {
4732                 "php": "^7.1 || ^8.0"
4733             },
4734             "conflict": {
4735                 "doctrine/collections": "<1.6.8",
4736                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
4737             },
4738             "require-dev": {
4739                 "doctrine/collections": "^1.6.8",
4740                 "doctrine/common": "^2.13.3 || ^3.2.2",
4741                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
4742             },
4743             "type": "library",
4744             "autoload": {
4745                 "files": [
4746                     "src/DeepCopy/deep_copy.php"
4747                 ],
4748                 "psr-4": {
4749                     "DeepCopy\\": "src/DeepCopy/"
4750                 }
4751             },
4752             "notification-url": "https://packagist.org/downloads/",
4753             "license": [
4754                 "MIT"
4755             ],
4756             "description": "Create deep copies (clones) of your objects",
4757             "keywords": [
4758                 "clone",
4759                 "copy",
4760                 "duplicate",
4761                 "object",
4762                 "object graph"
4763             ],
4764             "support": {
4765                 "issues": "https://github.com/myclabs/DeepCopy/issues",
4766                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
4767             },
4768             "funding": [
4769                 {
4770                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4771                     "type": "tidelift"
4772                 }
4773             ],
4774             "time": "2022-03-03T13:19:32+00:00"
4775         },
4776         {
4777             "name": "myclabs/php-enum",
4778             "version": "1.8.4",
4779             "source": {
4780                 "type": "git",
4781                 "url": "https://github.com/myclabs/php-enum.git",
4782                 "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
4783             },
4784             "dist": {
4785                 "type": "zip",
4786                 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
4787                 "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
4788                 "shasum": ""
4789             },
4790             "require": {
4791                 "ext-json": "*",
4792                 "php": "^7.3 || ^8.0"
4793             },
4794             "require-dev": {
4795                 "phpunit/phpunit": "^9.5",
4796                 "squizlabs/php_codesniffer": "1.*",
4797                 "vimeo/psalm": "^4.6.2"
4798             },
4799             "type": "library",
4800             "autoload": {
4801                 "psr-4": {
4802                     "MyCLabs\\Enum\\": "src/"
4803                 },
4804                 "classmap": [
4805                     "stubs/Stringable.php"
4806                 ]
4807             },
4808             "notification-url": "https://packagist.org/downloads/",
4809             "license": [
4810                 "MIT"
4811             ],
4812             "authors": [
4813                 {
4814                     "name": "PHP Enum contributors",
4815                     "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
4816                 }
4817             ],
4818             "description": "PHP Enum implementation",
4819             "homepage": "http://github.com/myclabs/php-enum",
4820             "keywords": [
4821                 "enum"
4822             ],
4823             "support": {
4824                 "issues": "https://github.com/myclabs/php-enum/issues",
4825                 "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
4826             },
4827             "funding": [
4828                 {
4829                     "url": "https://github.com/mnapoli",
4830                     "type": "github"
4831                 },
4832                 {
4833                     "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
4834                     "type": "tidelift"
4835                 }
4836             ],
4837             "time": "2022-08-04T09:53:51+00:00"
4838         },
4839         {
4840             "name": "nikic/php-parser",
4841             "version": "v4.15.2",
4842             "source": {
4843                 "type": "git",
4844                 "url": "https://github.com/nikic/PHP-Parser.git",
4845                 "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc"
4846             },
4847             "dist": {
4848                 "type": "zip",
4849                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
4850                 "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
4851                 "shasum": ""
4852             },
4853             "require": {
4854                 "ext-tokenizer": "*",
4855                 "php": ">=7.0"
4856             },
4857             "require-dev": {
4858                 "ircmaxell/php-yacc": "^0.0.7",
4859                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
4860             },
4861             "bin": [
4862                 "bin/php-parse"
4863             ],
4864             "type": "library",
4865             "extra": {
4866                 "branch-alias": {
4867                     "dev-master": "4.9-dev"
4868                 }
4869             },
4870             "autoload": {
4871                 "psr-4": {
4872                     "PhpParser\\": "lib/PhpParser"
4873                 }
4874             },
4875             "notification-url": "https://packagist.org/downloads/",
4876             "license": [
4877                 "BSD-3-Clause"
4878             ],
4879             "authors": [
4880                 {
4881                     "name": "Nikita Popov"
4882                 }
4883             ],
4884             "description": "A PHP parser written in PHP",
4885             "keywords": [
4886                 "parser",
4887                 "php"
4888             ],
4889             "support": {
4890                 "issues": "https://github.com/nikic/PHP-Parser/issues",
4891                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2"
4892             },
4893             "time": "2022-11-12T15:38:23+00:00"
4894         },
4895         {
4896             "name": "nyholm/psr7",
4897             "version": "1.5.1",
4898             "source": {
4899                 "type": "git",
4900                 "url": "https://github.com/Nyholm/psr7.git",
4901                 "reference": "f734364e38a876a23be4d906a2a089e1315be18a"
4902             },
4903             "dist": {
4904                 "type": "zip",
4905                 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a",
4906                 "reference": "f734364e38a876a23be4d906a2a089e1315be18a",
4907                 "shasum": ""
4908             },
4909             "require": {
4910                 "php": ">=7.1",
4911                 "php-http/message-factory": "^1.0",
4912                 "psr/http-factory": "^1.0",
4913                 "psr/http-message": "^1.0"
4914             },
4915             "provide": {
4916                 "psr/http-factory-implementation": "1.0",
4917                 "psr/http-message-implementation": "1.0"
4918             },
4919             "require-dev": {
4920                 "http-interop/http-factory-tests": "^0.9",
4921                 "php-http/psr7-integration-tests": "^1.0",
4922                 "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
4923                 "symfony/error-handler": "^4.4"
4924             },
4925             "type": "library",
4926             "extra": {
4927                 "branch-alias": {
4928                     "dev-master": "1.4-dev"
4929                 }
4930             },
4931             "autoload": {
4932                 "psr-4": {
4933                     "Nyholm\\Psr7\\": "src/"
4934                 }
4935             },
4936             "notification-url": "https://packagist.org/downloads/",
4937             "license": [
4938                 "MIT"
4939             ],
4940             "authors": [
4941                 {
4942                     "name": "Tobias Nyholm",
4943                     "email": "tobias.nyholm@gmail.com"
4944                 },
4945                 {
4946                     "name": "Martijn van der Ven",
4947                     "email": "martijn@vanderven.se"
4948                 }
4949             ],
4950             "description": "A fast PHP7 implementation of PSR-7",
4951             "homepage": "https://tnyholm.se",
4952             "keywords": [
4953                 "psr-17",
4954                 "psr-7"
4955             ],
4956             "support": {
4957                 "issues": "https://github.com/Nyholm/psr7/issues",
4958                 "source": "https://github.com/Nyholm/psr7/tree/1.5.1"
4959             },
4960             "funding": [
4961                 {
4962                     "url": "https://github.com/Zegnat",
4963                     "type": "github"
4964                 },
4965                 {
4966                     "url": "https://github.com/nyholm",
4967                     "type": "github"
4968                 }
4969             ],
4970             "time": "2022-06-22T07:13:36+00:00"
4971         },
4972         {
4973             "name": "nyholm/psr7-server",
4974             "version": "1.0.2",
4975             "source": {
4976                 "type": "git",
4977                 "url": "https://github.com/Nyholm/psr7-server.git",
4978                 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3"
4979             },
4980             "dist": {
4981                 "type": "zip",
4982                 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/b846a689844cef114e8079d8c80f0afd96745ae3",
4983                 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3",
4984                 "shasum": ""
4985             },
4986             "require": {
4987                 "php": "^7.1 || ^8.0",
4988                 "psr/http-factory": "^1.0",
4989                 "psr/http-message": "^1.0"
4990             },
4991             "require-dev": {
4992                 "nyholm/nsa": "^1.1",
4993                 "nyholm/psr7": "^1.3",
4994                 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
4995             },
4996             "type": "library",
4997             "autoload": {
4998                 "psr-4": {
4999                     "Nyholm\\Psr7Server\\": "src/"
5000                 }
5001             },
5002             "notification-url": "https://packagist.org/downloads/",
5003             "license": [
5004                 "MIT"
5005             ],
5006             "authors": [
5007                 {
5008                     "name": "Tobias Nyholm",
5009                     "email": "tobias.nyholm@gmail.com"
5010                 },
5011                 {
5012                     "name": "Martijn van der Ven",
5013                     "email": "martijn@vanderven.se"
5014                 }
5015             ],
5016             "description": "Helper classes to handle PSR-7 server requests",
5017             "homepage": "http://tnyholm.se",
5018             "keywords": [
5019                 "psr-17",
5020                 "psr-7"
5021             ],
5022             "support": {
5023                 "issues": "https://github.com/Nyholm/psr7-server/issues",
5024                 "source": "https://github.com/Nyholm/psr7-server/tree/1.0.2"
5025             },
5026             "funding": [
5027                 {
5028                     "url": "https://github.com/Zegnat",
5029                     "type": "github"
5030                 },
5031                 {
5032                     "url": "https://github.com/nyholm",
5033                     "type": "github"
5034                 }
5035             ],
5036             "time": "2021-05-12T11:11:27+00:00"
5037         },
5038         {
5039             "name": "omnipay/common",
5040             "version": "v3.2.0",
5041             "source": {
5042                 "type": "git",
5043                 "url": "https://github.com/thephpleague/omnipay-common.git",
5044                 "reference": "e278ff00676c05cd0f4aaaf6189a226f26ae056e"
5045             },
5046             "dist": {
5047                 "type": "zip",
5048                 "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/e278ff00676c05cd0f4aaaf6189a226f26ae056e",
5049                 "reference": "e278ff00676c05cd0f4aaaf6189a226f26ae056e",
5050                 "shasum": ""
5051             },
5052             "require": {
5053                 "moneyphp/money": "^3.1|^4.0.3",
5054                 "php": "^7.2|^8",
5055                 "php-http/client-implementation": "^1",
5056                 "php-http/discovery": "^1.14",
5057                 "php-http/message": "^1.5",
5058                 "symfony/http-foundation": "^2.1|^3|^4|^5|^6"
5059             },
5060             "require-dev": {
5061                 "omnipay/tests": "^4.1",
5062                 "php-http/guzzle7-adapter": "^1",
5063                 "php-http/mock-client": "^1",
5064                 "squizlabs/php_codesniffer": "^3.5"
5065             },
5066             "suggest": {
5067                 "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
5068             },
5069             "type": "library",
5070             "extra": {
5071                 "branch-alias": {
5072                     "dev-master": "3.1.x-dev"
5073                 }
5074             },
5075             "autoload": {
5076                 "psr-4": {
5077                     "Omnipay\\Common\\": "src/Common"
5078                 },
5079                 "classmap": [
5080                     "src/Omnipay.php"
5081                 ]
5082             },
5083             "notification-url": "https://packagist.org/downloads/",
5084             "license": [
5085                 "MIT"
5086             ],
5087             "authors": [
5088                 {
5089                     "name": "Adrian Macneil",
5090                     "email": "adrian@adrianmacneil.com"
5091                 },
5092                 {
5093                     "name": "Barry vd. Heuvel",
5094                     "email": "barryvdh@gmail.com"
5095                 },
5096                 {
5097                     "name": "Jason Judge",
5098                     "email": "jason.judge@consil.co.uk"
5099                 },
5100                 {
5101                     "name": "Del"
5102                 },
5103                 {
5104                     "name": "Omnipay Contributors",
5105                     "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
5106                 }
5107             ],
5108             "description": "Common components for Omnipay payment processing library",
5109             "homepage": "https://github.com/thephpleague/omnipay-common",
5110             "keywords": [
5111                 "gateway",
5112                 "merchant",
5113                 "omnipay",
5114                 "pay",
5115                 "payment",
5116                 "purchase"
5117             ],
5118             "support": {
5119                 "issues": "https://github.com/thephpleague/omnipay-common/issues",
5120                 "source": "https://github.com/thephpleague/omnipay-common/tree/v3.2.0"
5121             },
5122             "funding": [
5123                 {
5124                     "url": "https://github.com/barryvdh",
5125                     "type": "github"
5126                 }
5127             ],
5128             "time": "2021-12-30T11:32:00+00:00"
5129         },
5130         {
5131             "name": "omnipay/stripe",
5132             "version": "v3.2.0",
5133             "source": {
5134                 "type": "git",
5135                 "url": "https://github.com/thephpleague/omnipay-stripe.git",
5136                 "reference": "20812498efedc1079baae5fea96567fefd669105"
5137             },
5138             "dist": {
5139                 "type": "zip",
5140                 "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/20812498efedc1079baae5fea96567fefd669105",
5141                 "reference": "20812498efedc1079baae5fea96567fefd669105",
5142                 "shasum": ""
5143             },
5144             "require": {
5145                 "omnipay/common": "^3"
5146             },
5147             "require-dev": {
5148                 "omnipay/tests": "^3",
5149                 "phpro/grumphp": "^0.14",
5150                 "squizlabs/php_codesniffer": "^3"
5151             },
5152             "type": "library",
5153             "extra": {
5154                 "branch-alias": {
5155                     "dev-master": "3.2-dev"
5156                 }
5157             },
5158             "autoload": {
5159                 "psr-4": {
5160                     "Omnipay\\Stripe\\": "src/"
5161                 }
5162             },
5163             "notification-url": "https://packagist.org/downloads/",
5164             "license": [
5165                 "MIT"
5166             ],
5167             "authors": [
5168                 {
5169                     "name": "Adrian Macneil",
5170                     "email": "adrian@adrianmacneil.com"
5171                 },
5172                 {
5173                     "name": "Omnipay Contributors",
5174                     "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
5175                 }
5176             ],
5177             "description": "Stripe driver for the Omnipay payment processing library",
5178             "homepage": "https://github.com/thephpleague/omnipay-stripe",
5179             "keywords": [
5180                 "gateway",
5181                 "merchant",
5182                 "omnipay",
5183                 "pay",
5184                 "payment",
5185                 "stripe"
5186             ],
5187             "support": {
5188                 "issues": "https://github.com/thephpleague/omnipay-stripe/issues",
5189                 "source": "https://github.com/thephpleague/omnipay-stripe/tree/v3.2.0"
5190             },
5191             "time": "2022-03-22T10:58:41+00:00"
5192         },
5193         {
5194             "name": "openemr/mustache",
5195             "version": "v2.15.2",
5196             "source": {
5197                 "type": "git",
5198                 "url": "https://github.com/openemr/mustache.php.git",
5199                 "reference": "936596936d306725f34bb13f11e9a16bdbe99887"
5200             },
5201             "dist": {
5202                 "type": "zip",
5203                 "url": "https://api.github.com/repos/openemr/mustache.php/zipball/936596936d306725f34bb13f11e9a16bdbe99887",
5204                 "reference": "936596936d306725f34bb13f11e9a16bdbe99887",
5205                 "shasum": ""
5206             },
5207             "require": {
5208                 "php": ">=5.2.4"
5209             },
5210             "require-dev": {
5211                 "friendsofphp/php-cs-fixer": "~1.11",
5212                 "phpunit/phpunit": "~3.7|~4.0|~5.0"
5213             },
5214             "type": "library",
5215             "autoload": {
5216                 "psr-0": {
5217                     "Mustache": "src/"
5218                 }
5219             },
5220             "notification-url": "https://packagist.org/downloads/",
5221             "license": [
5222                 "MIT"
5223             ],
5224             "authors": [
5225                 {
5226                     "name": "Justin Hileman",
5227                     "email": "justin@justinhileman.info",
5228                     "homepage": "http://justinhileman.com"
5229                 },
5230                 {
5231                     "name": "OpenEMR",
5232                     "email": "hello@open-emr.org",
5233                     "homepage": "https://open-emr.org"
5234                 }
5235             ],
5236             "description": "A Mustache implementation in PHP.",
5237             "homepage": "https://github.com/openemr/mustache.php",
5238             "keywords": [
5239                 "mustache",
5240                 "templating"
5241             ],
5242             "support": {
5243                 "issues": "https://github.com/openemr/mustache.php/issues",
5244                 "source": "https://github.com/openemr/mustache.php/tree/v2.15.2"
5245             },
5246             "time": "2022-03-03T14:53:09+00:00"
5247         },
5248         {
5249             "name": "paragonie/random_compat",
5250             "version": "v9.99.100",
5251             "source": {
5252                 "type": "git",
5253                 "url": "https://github.com/paragonie/random_compat.git",
5254                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
5255             },
5256             "dist": {
5257                 "type": "zip",
5258                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
5259                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
5260                 "shasum": ""
5261             },
5262             "require": {
5263                 "php": ">= 7"
5264             },
5265             "require-dev": {
5266                 "phpunit/phpunit": "4.*|5.*",
5267                 "vimeo/psalm": "^1"
5268             },
5269             "suggest": {
5270                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5271             },
5272             "type": "library",
5273             "notification-url": "https://packagist.org/downloads/",
5274             "license": [
5275                 "MIT"
5276             ],
5277             "authors": [
5278                 {
5279                     "name": "Paragon Initiative Enterprises",
5280                     "email": "security@paragonie.com",
5281                     "homepage": "https://paragonie.com"
5282                 }
5283             ],
5284             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5285             "keywords": [
5286                 "csprng",
5287                 "polyfill",
5288                 "pseudorandom",
5289                 "random"
5290             ],
5291             "support": {
5292                 "email": "info@paragonie.com",
5293                 "issues": "https://github.com/paragonie/random_compat/issues",
5294                 "source": "https://github.com/paragonie/random_compat"
5295             },
5296             "time": "2020-10-15T08:29:30+00:00"
5297         },
5298         {
5299             "name": "particle/validator",
5300             "version": "v2.3.5",
5301             "source": {
5302                 "type": "git",
5303                 "url": "https://github.com/particle-php/Validator.git",
5304                 "reference": "aab07e734bc40e8777fb4a1f9d9037dc11fb60b6"
5305             },
5306             "dist": {
5307                 "type": "zip",
5308                 "url": "https://api.github.com/repos/particle-php/Validator/zipball/aab07e734bc40e8777fb4a1f9d9037dc11fb60b6",
5309                 "reference": "aab07e734bc40e8777fb4a1f9d9037dc11fb60b6",
5310                 "shasum": ""
5311             },
5312             "require": {
5313                 "php": ">=5.4"
5314             },
5315             "require-dev": {
5316                 "byrokrat/checkdigit": "^1.0",
5317                 "giggsey/libphonenumber-for-php": "^7.2",
5318                 "phpunit/phpunit": "~4.0",
5319                 "squizlabs/php_codesniffer": "2.*"
5320             },
5321             "suggest": {
5322                 "byrokrat/checkdigit": "If you want to use CreditCard validation rule, this library must be installed.",
5323                 "giggsey/libphonenumber-for-php": "If you want to use Phone validation rule, this library must be installed."
5324             },
5325             "type": "library",
5326             "extra": {
5327                 "branch-alias": {
5328                     "dev-master": "2.0-dev"
5329                 }
5330             },
5331             "autoload": {
5332                 "psr-4": {
5333                     "Particle\\Validator\\": "src/"
5334                 }
5335             },
5336             "notification-url": "https://packagist.org/downloads/",
5337             "license": [
5338                 "BSD-3-Clause"
5339             ],
5340             "authors": [
5341                 {
5342                     "name": "Berry Langerak",
5343                     "email": "berry@berryllium.nl",
5344                     "role": "developer"
5345                 },
5346                 {
5347                     "name": "Rick van der Staaij",
5348                     "homepage": "http://rickvanderstaaij.nl",
5349                     "role": "Developer"
5350                 }
5351             ],
5352             "description": "Flexible and highly usable validation library with no dependencies.",
5353             "homepage": "http://github.com/particle-php/validator",
5354             "keywords": [
5355                 "validation",
5356                 "validator"
5357             ],
5358             "support": {
5359                 "issues": "https://github.com/particle-php/Validator/issues",
5360                 "source": "https://github.com/particle-php/Validator/tree/v2.3.5"
5361             },
5362             "time": "2022-12-12T19:35:42+00:00"
5363         },
5364         {
5365             "name": "pear/archive_tar",
5366             "version": "1.4.14",
5367             "source": {
5368                 "type": "git",
5369                 "url": "https://github.com/pear/Archive_Tar.git",
5370                 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
5371             },
5372             "dist": {
5373                 "type": "zip",
5374                 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
5375                 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
5376                 "shasum": ""
5377             },
5378             "require": {
5379                 "pear/pear-core-minimal": "^1.10.0alpha2",
5380                 "php": ">=5.2.0"
5381             },
5382             "require-dev": {
5383                 "phpunit/phpunit": "*"
5384             },
5385             "suggest": {
5386                 "ext-bz2": "Bz2 compression support.",
5387                 "ext-xz": "Lzma2 compression support.",
5388                 "ext-zlib": "Gzip compression support."
5389             },
5390             "type": "library",
5391             "extra": {
5392                 "branch-alias": {
5393                     "dev-master": "1.4.x-dev"
5394                 }
5395             },
5396             "autoload": {
5397                 "psr-0": {
5398                     "Archive_Tar": ""
5399                 }
5400             },
5401             "notification-url": "https://packagist.org/downloads/",
5402             "include-path": [
5403                 "./"
5404             ],
5405             "license": [
5406                 "BSD-3-Clause"
5407             ],
5408             "authors": [
5409                 {
5410                     "name": "Vincent Blavet",
5411                     "email": "vincent@phpconcept.net"
5412                 },
5413                 {
5414                     "name": "Greg Beaver",
5415                     "email": "greg@chiaraquartet.net"
5416                 },
5417                 {
5418                     "name": "Michiel Rook",
5419                     "email": "mrook@php.net"
5420                 }
5421             ],
5422             "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
5423             "homepage": "https://github.com/pear/Archive_Tar",
5424             "keywords": [
5425                 "archive",
5426                 "tar"
5427             ],
5428             "support": {
5429                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
5430                 "source": "https://github.com/pear/Archive_Tar"
5431             },
5432             "funding": [
5433                 {
5434                     "url": "https://github.com/mrook",
5435                     "type": "github"
5436                 },
5437                 {
5438                     "url": "https://www.patreon.com/michielrook",
5439                     "type": "patreon"
5440                 }
5441             ],
5442             "time": "2021-07-20T13:53:39+00:00"
5443         },
5444         {
5445             "name": "pear/console_getopt",
5446             "version": "v1.4.3",
5447             "source": {
5448                 "type": "git",
5449                 "url": "https://github.com/pear/Console_Getopt.git",
5450                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
5451             },
5452             "dist": {
5453                 "type": "zip",
5454                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5455                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5456                 "shasum": ""
5457             },
5458             "type": "library",
5459             "autoload": {
5460                 "psr-0": {
5461                     "Console": "./"
5462                 }
5463             },
5464             "notification-url": "https://packagist.org/downloads/",
5465             "include-path": [
5466                 "./"
5467             ],
5468             "license": [
5469                 "BSD-2-Clause"
5470             ],
5471             "authors": [
5472                 {
5473                     "name": "Andrei Zmievski",
5474                     "email": "andrei@php.net",
5475                     "role": "Lead"
5476                 },
5477                 {
5478                     "name": "Stig Bakken",
5479                     "email": "stig@php.net",
5480                     "role": "Developer"
5481                 },
5482                 {
5483                     "name": "Greg Beaver",
5484                     "email": "cellog@php.net",
5485                     "role": "Helper"
5486                 }
5487             ],
5488             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
5489             "support": {
5490                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
5491                 "source": "https://github.com/pear/Console_Getopt"
5492             },
5493             "time": "2019-11-20T18:27:48+00:00"
5494         },
5495         {
5496             "name": "pear/pear-core-minimal",
5497             "version": "v1.10.11",
5498             "source": {
5499                 "type": "git",
5500                 "url": "https://github.com/pear/pear-core-minimal.git",
5501                 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d"
5502             },
5503             "dist": {
5504                 "type": "zip",
5505                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d",
5506                 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d",
5507                 "shasum": ""
5508             },
5509             "require": {
5510                 "pear/console_getopt": "~1.4",
5511                 "pear/pear_exception": "~1.0"
5512             },
5513             "replace": {
5514                 "rsky/pear-core-min": "self.version"
5515             },
5516             "type": "library",
5517             "autoload": {
5518                 "psr-0": {
5519                     "": "src/"
5520                 }
5521             },
5522             "notification-url": "https://packagist.org/downloads/",
5523             "include-path": [
5524                 "src/"
5525             ],
5526             "license": [
5527                 "BSD-3-Clause"
5528             ],
5529             "authors": [
5530                 {
5531                     "name": "Christian Weiske",
5532                     "email": "cweiske@php.net",
5533                     "role": "Lead"
5534                 }
5535             ],
5536             "description": "Minimal set of PEAR core files to be used as composer dependency",
5537             "support": {
5538                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
5539                 "source": "https://github.com/pear/pear-core-minimal"
5540             },
5541             "time": "2021-08-10T22:31:03+00:00"
5542         },
5543         {
5544             "name": "pear/pear_exception",
5545             "version": "v1.0.2",
5546             "source": {
5547                 "type": "git",
5548                 "url": "https://github.com/pear/PEAR_Exception.git",
5549                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
5550             },
5551             "dist": {
5552                 "type": "zip",
5553                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5554                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5555                 "shasum": ""
5556             },
5557             "require": {
5558                 "php": ">=5.2.0"
5559             },
5560             "require-dev": {
5561                 "phpunit/phpunit": "<9"
5562             },
5563             "type": "class",
5564             "extra": {
5565                 "branch-alias": {
5566                     "dev-master": "1.0.x-dev"
5567                 }
5568             },
5569             "autoload": {
5570                 "classmap": [
5571                     "PEAR/"
5572                 ]
5573             },
5574             "notification-url": "https://packagist.org/downloads/",
5575             "include-path": [
5576                 "."
5577             ],
5578             "license": [
5579                 "BSD-2-Clause"
5580             ],
5581             "authors": [
5582                 {
5583                     "name": "Helgi Thormar",
5584                     "email": "dufuz@php.net"
5585                 },
5586                 {
5587                     "name": "Greg Beaver",
5588                     "email": "cellog@php.net"
5589                 }
5590             ],
5591             "description": "The PEAR Exception base class.",
5592             "homepage": "https://github.com/pear/PEAR_Exception",
5593             "keywords": [
5594                 "exception"
5595             ],
5596             "support": {
5597                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
5598                 "source": "https://github.com/pear/PEAR_Exception"
5599             },
5600             "time": "2021-03-21T15:43:46+00:00"
5601         },
5602         {
5603             "name": "phenx/php-font-lib",
5604             "version": "0.5.4",
5605             "source": {
5606                 "type": "git",
5607                 "url": "https://github.com/dompdf/php-font-lib.git",
5608                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
5609             },
5610             "dist": {
5611                 "type": "zip",
5612                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
5613                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
5614                 "shasum": ""
5615             },
5616             "require": {
5617                 "ext-mbstring": "*"
5618             },
5619             "require-dev": {
5620                 "symfony/phpunit-bridge": "^3 || ^4 || ^5"
5621             },
5622             "type": "library",
5623             "autoload": {
5624                 "psr-4": {
5625                     "FontLib\\": "src/FontLib"
5626                 }
5627             },
5628             "notification-url": "https://packagist.org/downloads/",
5629             "license": [
5630                 "LGPL-3.0"
5631             ],
5632             "authors": [
5633                 {
5634                     "name": "Fabien Ménager",
5635                     "email": "fabien.menager@gmail.com"
5636                 }
5637             ],
5638             "description": "A library to read, parse, export and make subsets of different types of font files.",
5639             "homepage": "https://github.com/PhenX/php-font-lib",
5640             "support": {
5641                 "issues": "https://github.com/dompdf/php-font-lib/issues",
5642                 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
5643             },
5644             "time": "2021-12-17T19:44:54+00:00"
5645         },
5646         {
5647             "name": "phenx/php-svg-lib",
5648             "version": "0.5.0",
5649             "source": {
5650                 "type": "git",
5651                 "url": "https://github.com/dompdf/php-svg-lib.git",
5652                 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
5653             },
5654             "dist": {
5655                 "type": "zip",
5656                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685",
5657                 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
5658                 "shasum": ""
5659             },
5660             "require": {
5661                 "ext-mbstring": "*",
5662                 "php": "^7.1 || ^8.0",
5663                 "sabberworm/php-css-parser": "^8.4"
5664             },
5665             "require-dev": {
5666                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
5667             },
5668             "type": "library",
5669             "autoload": {
5670                 "psr-4": {
5671                     "Svg\\": "src/Svg"
5672                 }
5673             },
5674             "notification-url": "https://packagist.org/downloads/",
5675             "license": [
5676                 "LGPL-3.0"
5677             ],
5678             "authors": [
5679                 {
5680                     "name": "Fabien Ménager",
5681                     "email": "fabien.menager@gmail.com"
5682                 }
5683             ],
5684             "description": "A library to read, parse and export to PDF SVG files.",
5685             "homepage": "https://github.com/PhenX/php-svg-lib",
5686             "support": {
5687                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
5688                 "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.0"
5689             },
5690             "time": "2022-09-06T12:16:56+00:00"
5691         },
5692         {
5693             "name": "php-http/discovery",
5694             "version": "1.14.3",
5695             "source": {
5696                 "type": "git",
5697                 "url": "https://github.com/php-http/discovery.git",
5698                 "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735"
5699             },
5700             "dist": {
5701                 "type": "zip",
5702                 "url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735",
5703                 "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735",
5704                 "shasum": ""
5705             },
5706             "require": {
5707                 "php": "^7.1 || ^8.0"
5708             },
5709             "conflict": {
5710                 "nyholm/psr7": "<1.0"
5711             },
5712             "require-dev": {
5713                 "graham-campbell/phpspec-skip-example-extension": "^5.0",
5714                 "php-http/httplug": "^1.0 || ^2.0",
5715                 "php-http/message-factory": "^1.0",
5716                 "phpspec/phpspec": "^5.1 || ^6.1"
5717             },
5718             "suggest": {
5719                 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
5720             },
5721             "type": "library",
5722             "extra": {
5723                 "branch-alias": {
5724                     "dev-master": "1.9-dev"
5725                 }
5726             },
5727             "autoload": {
5728                 "psr-4": {
5729                     "Http\\Discovery\\": "src/"
5730                 }
5731             },
5732             "notification-url": "https://packagist.org/downloads/",
5733             "license": [
5734                 "MIT"
5735             ],
5736             "authors": [
5737                 {
5738                     "name": "Márk Sági-Kazár",
5739                     "email": "mark.sagikazar@gmail.com"
5740                 }
5741             ],
5742             "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5743             "homepage": "http://php-http.org",
5744             "keywords": [
5745                 "adapter",
5746                 "client",
5747                 "discovery",
5748                 "factory",
5749                 "http",
5750                 "message",
5751                 "psr7"
5752             ],
5753             "support": {
5754                 "issues": "https://github.com/php-http/discovery/issues",
5755                 "source": "https://github.com/php-http/discovery/tree/1.14.3"
5756             },
5757             "time": "2022-07-11T14:04:40+00:00"
5758         },
5759         {
5760             "name": "php-http/guzzle7-adapter",
5761             "version": "1.0.0",
5762             "source": {
5763                 "type": "git",
5764                 "url": "https://github.com/php-http/guzzle7-adapter.git",
5765                 "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01"
5766             },
5767             "dist": {
5768                 "type": "zip",
5769                 "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
5770                 "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
5771                 "shasum": ""
5772             },
5773             "require": {
5774                 "guzzlehttp/guzzle": "^7.0",
5775                 "php": "^7.2 | ^8.0",
5776                 "php-http/httplug": "^2.0",
5777                 "psr/http-client": "^1.0"
5778             },
5779             "provide": {
5780                 "php-http/async-client-implementation": "1.0",
5781                 "php-http/client-implementation": "1.0",
5782                 "psr/http-client-implementation": "1.0"
5783             },
5784             "require-dev": {
5785                 "php-http/client-integration-tests": "^3.0",
5786                 "phpunit/phpunit": "^8.0|^9.3"
5787             },
5788             "type": "library",
5789             "extra": {
5790                 "branch-alias": {
5791                     "dev-master": "0.2.x-dev"
5792                 }
5793             },
5794             "autoload": {
5795                 "psr-4": {
5796                     "Http\\Adapter\\Guzzle7\\": "src/"
5797                 }
5798             },
5799             "notification-url": "https://packagist.org/downloads/",
5800             "license": [
5801                 "MIT"
5802             ],
5803             "authors": [
5804                 {
5805                     "name": "Tobias Nyholm",
5806                     "email": "tobias.nyholm@gmail.com"
5807                 }
5808             ],
5809             "description": "Guzzle 7 HTTP Adapter",
5810             "homepage": "http://httplug.io",
5811             "keywords": [
5812                 "Guzzle",
5813                 "http"
5814             ],
5815             "support": {
5816                 "issues": "https://github.com/php-http/guzzle7-adapter/issues",
5817                 "source": "https://github.com/php-http/guzzle7-adapter/tree/1.0.0"
5818             },
5819             "time": "2021-03-09T07:35:15+00:00"
5820         },
5821         {
5822             "name": "php-http/httplug",
5823             "version": "2.3.0",
5824             "source": {
5825                 "type": "git",
5826                 "url": "https://github.com/php-http/httplug.git",
5827                 "reference": "f640739f80dfa1152533976e3c112477f69274eb"
5828             },
5829             "dist": {
5830                 "type": "zip",
5831                 "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
5832                 "reference": "f640739f80dfa1152533976e3c112477f69274eb",
5833                 "shasum": ""
5834             },
5835             "require": {
5836                 "php": "^7.1 || ^8.0",
5837                 "php-http/promise": "^1.1",
5838                 "psr/http-client": "^1.0",
5839                 "psr/http-message": "^1.0"
5840             },
5841             "require-dev": {
5842                 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5843                 "phpspec/phpspec": "^5.1 || ^6.0"
5844             },
5845             "type": "library",
5846             "extra": {
5847                 "branch-alias": {
5848                     "dev-master": "2.x-dev"
5849                 }
5850             },
5851             "autoload": {
5852                 "psr-4": {
5853                     "Http\\Client\\": "src/"
5854                 }
5855             },
5856             "notification-url": "https://packagist.org/downloads/",
5857             "license": [
5858                 "MIT"
5859             ],
5860             "authors": [
5861                 {
5862                     "name": "Eric GELOEN",
5863                     "email": "geloen.eric@gmail.com"
5864                 },
5865                 {
5866                     "name": "Márk Sági-Kazár",
5867                     "email": "mark.sagikazar@gmail.com",
5868                     "homepage": "https://sagikazarmark.hu"
5869                 }
5870             ],
5871             "description": "HTTPlug, the HTTP client abstraction for PHP",
5872             "homepage": "http://httplug.io",
5873             "keywords": [
5874                 "client",
5875                 "http"
5876             ],
5877             "support": {
5878                 "issues": "https://github.com/php-http/httplug/issues",
5879                 "source": "https://github.com/php-http/httplug/tree/2.3.0"
5880             },
5881             "time": "2022-02-21T09:52:22+00:00"
5882         },
5883         {
5884             "name": "php-http/message",
5885             "version": "1.13.0",
5886             "source": {
5887                 "type": "git",
5888                 "url": "https://github.com/php-http/message.git",
5889                 "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361"
5890             },
5891             "dist": {
5892                 "type": "zip",
5893                 "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361",
5894                 "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361",
5895                 "shasum": ""
5896             },
5897             "require": {
5898                 "clue/stream-filter": "^1.5",
5899                 "php": "^7.1 || ^8.0",
5900                 "php-http/message-factory": "^1.0.2",
5901                 "psr/http-message": "^1.0"
5902             },
5903             "provide": {
5904                 "php-http/message-factory-implementation": "1.0"
5905             },
5906             "require-dev": {
5907                 "ergebnis/composer-normalize": "^2.6",
5908                 "ext-zlib": "*",
5909                 "guzzlehttp/psr7": "^1.0",
5910                 "laminas/laminas-diactoros": "^2.0",
5911                 "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
5912                 "slim/slim": "^3.0"
5913             },
5914             "suggest": {
5915                 "ext-zlib": "Used with compressor/decompressor streams",
5916                 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
5917                 "laminas/laminas-diactoros": "Used with Diactoros Factories",
5918                 "slim/slim": "Used with Slim Framework PSR-7 implementation"
5919             },
5920             "type": "library",
5921             "extra": {
5922                 "branch-alias": {
5923                     "dev-master": "1.10-dev"
5924                 }
5925             },
5926             "autoload": {
5927                 "files": [
5928                     "src/filters.php"
5929                 ],
5930                 "psr-4": {
5931                     "Http\\Message\\": "src/"
5932                 }
5933             },
5934             "notification-url": "https://packagist.org/downloads/",
5935             "license": [
5936                 "MIT"
5937             ],
5938             "authors": [
5939                 {
5940                     "name": "Márk Sági-Kazár",
5941                     "email": "mark.sagikazar@gmail.com"
5942                 }
5943             ],
5944             "description": "HTTP Message related tools",
5945             "homepage": "http://php-http.org",
5946             "keywords": [
5947                 "http",
5948                 "message",
5949                 "psr-7"
5950             ],
5951             "support": {
5952                 "issues": "https://github.com/php-http/message/issues",
5953                 "source": "https://github.com/php-http/message/tree/1.13.0"
5954             },
5955             "time": "2022-02-11T13:41:14+00:00"
5956         },
5957         {
5958             "name": "php-http/message-factory",
5959             "version": "v1.0.2",
5960             "source": {
5961                 "type": "git",
5962                 "url": "https://github.com/php-http/message-factory.git",
5963                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
5964             },
5965             "dist": {
5966                 "type": "zip",
5967                 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5968                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5969                 "shasum": ""
5970             },
5971             "require": {
5972                 "php": ">=5.4",
5973                 "psr/http-message": "^1.0"
5974             },
5975             "type": "library",
5976             "extra": {
5977                 "branch-alias": {
5978                     "dev-master": "1.0-dev"
5979                 }
5980             },
5981             "autoload": {
5982                 "psr-4": {
5983                     "Http\\Message\\": "src/"
5984                 }
5985             },
5986             "notification-url": "https://packagist.org/downloads/",
5987             "license": [
5988                 "MIT"
5989             ],
5990             "authors": [
5991                 {
5992                     "name": "Márk Sági-Kazár",
5993                     "email": "mark.sagikazar@gmail.com"
5994                 }
5995             ],
5996             "description": "Factory interfaces for PSR-7 HTTP Message",
5997             "homepage": "http://php-http.org",
5998             "keywords": [
5999                 "factory",
6000                 "http",
6001                 "message",
6002                 "stream",
6003                 "uri"
6004             ],
6005             "support": {
6006                 "issues": "https://github.com/php-http/message-factory/issues",
6007                 "source": "https://github.com/php-http/message-factory/tree/master"
6008             },
6009             "time": "2015-12-19T14:08:53+00:00"
6010         },
6011         {
6012             "name": "php-http/promise",
6013             "version": "1.1.0",
6014             "source": {
6015                 "type": "git",
6016                 "url": "https://github.com/php-http/promise.git",
6017                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
6018             },
6019             "dist": {
6020                 "type": "zip",
6021                 "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6022                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6023                 "shasum": ""
6024             },
6025             "require": {
6026                 "php": "^7.1 || ^8.0"
6027             },
6028             "require-dev": {
6029                 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
6030                 "phpspec/phpspec": "^5.1.2 || ^6.2"
6031             },
6032             "type": "library",
6033             "extra": {
6034                 "branch-alias": {
6035                     "dev-master": "1.1-dev"
6036                 }
6037             },
6038             "autoload": {
6039                 "psr-4": {
6040                     "Http\\Promise\\": "src/"
6041                 }
6042             },
6043             "notification-url": "https://packagist.org/downloads/",
6044             "license": [
6045                 "MIT"
6046             ],
6047             "authors": [
6048                 {
6049                     "name": "Joel Wurtz",
6050                     "email": "joel.wurtz@gmail.com"
6051                 },
6052                 {
6053                     "name": "Márk Sági-Kazár",
6054                     "email": "mark.sagikazar@gmail.com"
6055                 }
6056             ],
6057             "description": "Promise used for asynchronous HTTP requests",
6058             "homepage": "http://httplug.io",
6059             "keywords": [
6060                 "promise"
6061             ],
6062             "support": {
6063                 "issues": "https://github.com/php-http/promise/issues",
6064                 "source": "https://github.com/php-http/promise/tree/1.1.0"
6065             },
6066             "time": "2020-07-07T09:29:14+00:00"
6067         },
6068         {
6069             "name": "php81_bc/strftime",
6070             "version": "0.5.0",
6071             "source": {
6072                 "type": "git",
6073                 "url": "https://github.com/alphp/strftime.git",
6074                 "reference": "4c1b56eaae4bb3f02f994ba47c2e5a225378e62f"
6075             },
6076             "dist": {
6077                 "type": "zip",
6078                 "url": "https://api.github.com/repos/alphp/strftime/zipball/4c1b56eaae4bb3f02f994ba47c2e5a225378e62f",
6079                 "reference": "4c1b56eaae4bb3f02f994ba47c2e5a225378e62f",
6080                 "shasum": ""
6081             },
6082             "require": {
6083                 "ext-intl": "*",
6084                 "php": ">=7.1.0"
6085             },
6086             "require-dev": {
6087                 "phpunit/phpunit": "@stable"
6088             },
6089             "type": "library",
6090             "autoload": {
6091                 "files": [
6092                     "src/php-8.1-strftime.php"
6093                 ]
6094             },
6095             "notification-url": "https://packagist.org/downloads/",
6096             "license": [
6097                 "MIT"
6098             ],
6099             "authors": [
6100                 {
6101                     "name": "Fernando Herrero",
6102                     "homepage": "https://github.com/alphp/strftime/graphs/contributors"
6103                 }
6104             ],
6105             "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)",
6106             "support": {
6107                 "issues": "https://github.com/alphp/strftime/issues",
6108                 "source": "https://github.com/alphp/strftime"
6109             },
6110             "time": "2022-04-10T22:31:16+00:00"
6111         },
6112         {
6113             "name": "phpmailer/phpmailer",
6114             "version": "v6.7.1",
6115             "source": {
6116                 "type": "git",
6117                 "url": "https://github.com/PHPMailer/PHPMailer.git",
6118                 "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
6119             },
6120             "dist": {
6121                 "type": "zip",
6122                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
6123                 "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
6124                 "shasum": ""
6125             },
6126             "require": {
6127                 "ext-ctype": "*",
6128                 "ext-filter": "*",
6129                 "ext-hash": "*",
6130                 "php": ">=5.5.0"
6131             },
6132             "require-dev": {
6133                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
6134                 "doctrine/annotations": "^1.2.6 || ^1.13.3",
6135                 "php-parallel-lint/php-console-highlighter": "^1.0.0",
6136                 "php-parallel-lint/php-parallel-lint": "^1.3.2",
6137                 "phpcompatibility/php-compatibility": "^9.3.5",
6138                 "roave/security-advisories": "dev-latest",
6139                 "squizlabs/php_codesniffer": "^3.7.1",
6140                 "yoast/phpunit-polyfills": "^1.0.4"
6141             },
6142             "suggest": {
6143                 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
6144                 "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
6145                 "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
6146                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
6147                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
6148                 "psr/log": "For optional PSR-3 debug logging",
6149                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
6150                 "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
6151             },
6152             "type": "library",
6153             "autoload": {
6154                 "psr-4": {
6155                     "PHPMailer\\PHPMailer\\": "src/"
6156                 }
6157             },
6158             "notification-url": "https://packagist.org/downloads/",
6159             "license": [
6160                 "LGPL-2.1-only"
6161             ],
6162             "authors": [
6163                 {
6164                     "name": "Marcus Bointon",
6165                     "email": "phpmailer@synchromedia.co.uk"
6166                 },
6167                 {
6168                     "name": "Jim Jagielski",
6169                     "email": "jimjag@gmail.com"
6170                 },
6171                 {
6172                     "name": "Andy Prevost",
6173                     "email": "codeworxtech@users.sourceforge.net"
6174                 },
6175                 {
6176                     "name": "Brent R. Matzelle"
6177                 }
6178             ],
6179             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
6180             "support": {
6181                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
6182                 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.7.1"
6183             },
6184             "funding": [
6185                 {
6186                     "url": "https://github.com/Synchro",
6187                     "type": "github"
6188                 }
6189             ],
6190             "time": "2022-12-08T13:30:06+00:00"
6191         },
6192         {
6193             "name": "phpoffice/phpspreadsheet",
6194             "version": "1.25.2",
6195             "source": {
6196                 "type": "git",
6197                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
6198                 "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5"
6199             },
6200             "dist": {
6201                 "type": "zip",
6202                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a317a09e7def49852400a4b3eca4a4b0790ceeb5",
6203                 "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5",
6204                 "shasum": ""
6205             },
6206             "require": {
6207                 "ext-ctype": "*",
6208                 "ext-dom": "*",
6209                 "ext-fileinfo": "*",
6210                 "ext-gd": "*",
6211                 "ext-iconv": "*",
6212                 "ext-libxml": "*",
6213                 "ext-mbstring": "*",
6214                 "ext-simplexml": "*",
6215                 "ext-xml": "*",
6216                 "ext-xmlreader": "*",
6217                 "ext-xmlwriter": "*",
6218                 "ext-zip": "*",
6219                 "ext-zlib": "*",
6220                 "ezyang/htmlpurifier": "^4.15",
6221                 "maennchen/zipstream-php": "^2.1",
6222                 "markbaker/complex": "^3.0",
6223                 "markbaker/matrix": "^3.0",
6224                 "php": "^7.3 || ^8.0",
6225                 "psr/http-client": "^1.0",
6226                 "psr/http-factory": "^1.0",
6227                 "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
6228             },
6229             "require-dev": {
6230                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
6231                 "dompdf/dompdf": "^1.0 || ^2.0",
6232                 "friendsofphp/php-cs-fixer": "^3.2",
6233                 "mitoteam/jpgraph": "10.2.4",
6234                 "mpdf/mpdf": "8.1.1",
6235                 "phpcompatibility/php-compatibility": "^9.3",
6236                 "phpstan/phpstan": "^1.1",
6237                 "phpstan/phpstan-phpunit": "^1.0",
6238                 "phpunit/phpunit": "^8.5 || ^9.0",
6239                 "squizlabs/php_codesniffer": "^3.7",
6240                 "tecnickcom/tcpdf": "6.5"
6241             },
6242             "suggest": {
6243                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
6244                 "ext-intl": "PHP Internationalization Functions",
6245                 "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
6246                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
6247                 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
6248             },
6249             "type": "library",
6250             "autoload": {
6251                 "psr-4": {
6252                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
6253                 }
6254             },
6255             "notification-url": "https://packagist.org/downloads/",
6256             "license": [
6257                 "MIT"
6258             ],
6259             "authors": [
6260                 {
6261                     "name": "Maarten Balliauw",
6262                     "homepage": "https://blog.maartenballiauw.be"
6263                 },
6264                 {
6265                     "name": "Mark Baker",
6266                     "homepage": "https://markbakeruk.net"
6267                 },
6268                 {
6269                     "name": "Franck Lefevre",
6270                     "homepage": "https://rootslabs.net"
6271                 },
6272                 {
6273                     "name": "Erik Tilt"
6274                 },
6275                 {
6276                     "name": "Adrien Crivelli"
6277                 }
6278             ],
6279             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
6280             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
6281             "keywords": [
6282                 "OpenXML",
6283                 "excel",
6284                 "gnumeric",
6285                 "ods",
6286                 "php",
6287                 "spreadsheet",
6288                 "xls",
6289                 "xlsx"
6290             ],
6291             "support": {
6292                 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
6293                 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.25.2"
6294             },
6295             "time": "2022-09-25T17:21:01+00:00"
6296         },
6297         {
6298             "name": "phpoption/phpoption",
6299             "version": "1.9.0",
6300             "source": {
6301                 "type": "git",
6302                 "url": "https://github.com/schmittjoh/php-option.git",
6303                 "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab"
6304             },
6305             "dist": {
6306                 "type": "zip",
6307                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
6308                 "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
6309                 "shasum": ""
6310             },
6311             "require": {
6312                 "php": "^7.2.5 || ^8.0"
6313             },
6314             "require-dev": {
6315                 "bamarni/composer-bin-plugin": "^1.8",
6316                 "phpunit/phpunit": "^8.5.28 || ^9.5.21"
6317             },
6318             "type": "library",
6319             "extra": {
6320                 "bamarni-bin": {
6321                     "bin-links": true,
6322                     "forward-command": true
6323                 },
6324                 "branch-alias": {
6325                     "dev-master": "1.9-dev"
6326                 }
6327             },
6328             "autoload": {
6329                 "psr-4": {
6330                     "PhpOption\\": "src/PhpOption/"
6331                 }
6332             },
6333             "notification-url": "https://packagist.org/downloads/",
6334             "license": [
6335                 "Apache-2.0"
6336             ],
6337             "authors": [
6338                 {
6339                     "name": "Johannes M. Schmitt",
6340                     "email": "schmittjoh@gmail.com",
6341                     "homepage": "https://github.com/schmittjoh"
6342                 },
6343                 {
6344                     "name": "Graham Campbell",
6345                     "email": "hello@gjcampbell.co.uk",
6346                     "homepage": "https://github.com/GrahamCampbell"
6347                 }
6348             ],
6349             "description": "Option Type for PHP",
6350             "keywords": [
6351                 "language",
6352                 "option",
6353                 "php",
6354                 "type"
6355             ],
6356             "support": {
6357                 "issues": "https://github.com/schmittjoh/php-option/issues",
6358                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.0"
6359             },
6360             "funding": [
6361                 {
6362                     "url": "https://github.com/GrahamCampbell",
6363                     "type": "github"
6364                 },
6365                 {
6366                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
6367                     "type": "tidelift"
6368                 }
6369             ],
6370             "time": "2022-07-30T15:51:26+00:00"
6371         },
6372         {
6373             "name": "phpseclib/phpseclib",
6374             "version": "2.0.39",
6375             "source": {
6376                 "type": "git",
6377                 "url": "https://github.com/phpseclib/phpseclib.git",
6378                 "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63"
6379             },
6380             "dist": {
6381                 "type": "zip",
6382                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f3a0e2b715c40cf1fd270d444901b63311725d63",
6383                 "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63",
6384                 "shasum": ""
6385             },
6386             "require": {
6387                 "php": ">=5.3.3"
6388             },
6389             "require-dev": {
6390                 "phing/phing": "~2.7",
6391                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
6392                 "squizlabs/php_codesniffer": "~2.0"
6393             },
6394             "suggest": {
6395                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6396                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6397                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6398                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
6399                 "ext-xml": "Install the XML extension to load XML formatted public keys."
6400             },
6401             "type": "library",
6402             "autoload": {
6403                 "files": [
6404                     "phpseclib/bootstrap.php"
6405                 ],
6406                 "psr-4": {
6407                     "phpseclib\\": "phpseclib/"
6408                 }
6409             },
6410             "notification-url": "https://packagist.org/downloads/",
6411             "license": [
6412                 "MIT"
6413             ],
6414             "authors": [
6415                 {
6416                     "name": "Jim Wigginton",
6417                     "email": "terrafrost@php.net",
6418                     "role": "Lead Developer"
6419                 },
6420                 {
6421                     "name": "Patrick Monnerat",
6422                     "email": "pm@datasphere.ch",
6423                     "role": "Developer"
6424                 },
6425                 {
6426                     "name": "Andreas Fischer",
6427                     "email": "bantu@phpbb.com",
6428                     "role": "Developer"
6429                 },
6430                 {
6431                     "name": "Hans-Jürgen Petrich",
6432                     "email": "petrich@tronic-media.com",
6433                     "role": "Developer"
6434                 },
6435                 {
6436                     "name": "Graham Campbell",
6437                     "email": "graham@alt-three.com",
6438                     "role": "Developer"
6439                 }
6440             ],
6441             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6442             "homepage": "http://phpseclib.sourceforge.net",
6443             "keywords": [
6444                 "BigInteger",
6445                 "aes",
6446                 "asn.1",
6447                 "asn1",
6448                 "blowfish",
6449                 "crypto",
6450                 "cryptography",
6451                 "encryption",
6452                 "rsa",
6453                 "security",
6454                 "sftp",
6455                 "signature",
6456                 "signing",
6457                 "ssh",
6458                 "twofish",
6459                 "x.509",
6460                 "x509"
6461             ],
6462             "support": {
6463                 "issues": "https://github.com/phpseclib/phpseclib/issues",
6464                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.39"
6465             },
6466             "funding": [
6467                 {
6468                     "url": "https://github.com/terrafrost",
6469                     "type": "github"
6470                 },
6471                 {
6472                     "url": "https://www.patreon.com/phpseclib",
6473                     "type": "patreon"
6474                 },
6475                 {
6476                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6477                     "type": "tidelift"
6478                 }
6479             ],
6480             "time": "2022-10-24T10:49:03+00:00"
6481         },
6482         {
6483             "name": "psr/cache",
6484             "version": "3.0.0",
6485             "source": {
6486                 "type": "git",
6487                 "url": "https://github.com/php-fig/cache.git",
6488                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
6489             },
6490             "dist": {
6491                 "type": "zip",
6492                 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6493                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6494                 "shasum": ""
6495             },
6496             "require": {
6497                 "php": ">=8.0.0"
6498             },
6499             "type": "library",
6500             "extra": {
6501                 "branch-alias": {
6502                     "dev-master": "1.0.x-dev"
6503                 }
6504             },
6505             "autoload": {
6506                 "psr-4": {
6507                     "Psr\\Cache\\": "src/"
6508                 }
6509             },
6510             "notification-url": "https://packagist.org/downloads/",
6511             "license": [
6512                 "MIT"
6513             ],
6514             "authors": [
6515                 {
6516                     "name": "PHP-FIG",
6517                     "homepage": "https://www.php-fig.org/"
6518                 }
6519             ],
6520             "description": "Common interface for caching libraries",
6521             "keywords": [
6522                 "cache",
6523                 "psr",
6524                 "psr-6"
6525             ],
6526             "support": {
6527                 "source": "https://github.com/php-fig/cache/tree/3.0.0"
6528             },
6529             "time": "2021-02-03T23:26:27+00:00"
6530         },
6531         {
6532             "name": "psr/clock",
6533             "version": "1.0.0",
6534             "source": {
6535                 "type": "git",
6536                 "url": "https://github.com/php-fig/clock.git",
6537                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
6538             },
6539             "dist": {
6540                 "type": "zip",
6541                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6542                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6543                 "shasum": ""
6544             },
6545             "require": {
6546                 "php": "^7.0 || ^8.0"
6547             },
6548             "type": "library",
6549             "autoload": {
6550                 "psr-4": {
6551                     "Psr\\Clock\\": "src/"
6552                 }
6553             },
6554             "notification-url": "https://packagist.org/downloads/",
6555             "license": [
6556                 "MIT"
6557             ],
6558             "authors": [
6559                 {
6560                     "name": "PHP-FIG",
6561                     "homepage": "https://www.php-fig.org/"
6562                 }
6563             ],
6564             "description": "Common interface for reading the clock.",
6565             "homepage": "https://github.com/php-fig/clock",
6566             "keywords": [
6567                 "clock",
6568                 "now",
6569                 "psr",
6570                 "psr-20",
6571                 "time"
6572             ],
6573             "support": {
6574                 "issues": "https://github.com/php-fig/clock/issues",
6575                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
6576             },
6577             "time": "2022-11-25T14:36:26+00:00"
6578         },
6579         {
6580             "name": "psr/container",
6581             "version": "1.1.2",
6582             "source": {
6583                 "type": "git",
6584                 "url": "https://github.com/php-fig/container.git",
6585                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
6586             },
6587             "dist": {
6588                 "type": "zip",
6589                 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
6590                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
6591                 "shasum": ""
6592             },
6593             "require": {
6594                 "php": ">=7.4.0"
6595             },
6596             "type": "library",
6597             "autoload": {
6598                 "psr-4": {
6599                     "Psr\\Container\\": "src/"
6600                 }
6601             },
6602             "notification-url": "https://packagist.org/downloads/",
6603             "license": [
6604                 "MIT"
6605             ],
6606             "authors": [
6607                 {
6608                     "name": "PHP-FIG",
6609                     "homepage": "https://www.php-fig.org/"
6610                 }
6611             ],
6612             "description": "Common Container Interface (PHP FIG PSR-11)",
6613             "homepage": "https://github.com/php-fig/container",
6614             "keywords": [
6615                 "PSR-11",
6616                 "container",
6617                 "container-interface",
6618                 "container-interop",
6619                 "psr"
6620             ],
6621             "support": {
6622                 "issues": "https://github.com/php-fig/container/issues",
6623                 "source": "https://github.com/php-fig/container/tree/1.1.2"
6624             },
6625             "time": "2021-11-05T16:50:12+00:00"
6626         },
6627         {
6628             "name": "psr/http-client",
6629             "version": "1.0.1",
6630             "source": {
6631                 "type": "git",
6632                 "url": "https://github.com/php-fig/http-client.git",
6633                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
6634             },
6635             "dist": {
6636                 "type": "zip",
6637                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6638                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6639                 "shasum": ""
6640             },
6641             "require": {
6642                 "php": "^7.0 || ^8.0",
6643                 "psr/http-message": "^1.0"
6644             },
6645             "type": "library",
6646             "extra": {
6647                 "branch-alias": {
6648                     "dev-master": "1.0.x-dev"
6649                 }
6650             },
6651             "autoload": {
6652                 "psr-4": {
6653                     "Psr\\Http\\Client\\": "src/"
6654                 }
6655             },
6656             "notification-url": "https://packagist.org/downloads/",
6657             "license": [
6658                 "MIT"
6659             ],
6660             "authors": [
6661                 {
6662                     "name": "PHP-FIG",
6663                     "homepage": "http://www.php-fig.org/"
6664                 }
6665             ],
6666             "description": "Common interface for HTTP clients",
6667             "homepage": "https://github.com/php-fig/http-client",
6668             "keywords": [
6669                 "http",
6670                 "http-client",
6671                 "psr",
6672                 "psr-18"
6673             ],
6674             "support": {
6675                 "source": "https://github.com/php-fig/http-client/tree/master"
6676             },
6677             "time": "2020-06-29T06:28:15+00:00"
6678         },
6679         {
6680             "name": "psr/http-factory",
6681             "version": "1.0.1",
6682             "source": {
6683                 "type": "git",
6684                 "url": "https://github.com/php-fig/http-factory.git",
6685                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6686             },
6687             "dist": {
6688                 "type": "zip",
6689                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6690                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6691                 "shasum": ""
6692             },
6693             "require": {
6694                 "php": ">=7.0.0",
6695                 "psr/http-message": "^1.0"
6696             },
6697             "type": "library",
6698             "extra": {
6699                 "branch-alias": {
6700                     "dev-master": "1.0.x-dev"
6701                 }
6702             },
6703             "autoload": {
6704                 "psr-4": {
6705                     "Psr\\Http\\Message\\": "src/"
6706                 }
6707             },
6708             "notification-url": "https://packagist.org/downloads/",
6709             "license": [
6710                 "MIT"
6711             ],
6712             "authors": [
6713                 {
6714                     "name": "PHP-FIG",
6715                     "homepage": "http://www.php-fig.org/"
6716                 }
6717             ],
6718             "description": "Common interfaces for PSR-7 HTTP message factories",
6719             "keywords": [
6720                 "factory",
6721                 "http",
6722                 "message",
6723                 "psr",
6724                 "psr-17",
6725                 "psr-7",
6726                 "request",
6727                 "response"
6728             ],
6729             "support": {
6730                 "source": "https://github.com/php-fig/http-factory/tree/master"
6731             },
6732             "time": "2019-04-30T12:38:16+00:00"
6733         },
6734         {
6735             "name": "psr/http-message",
6736             "version": "1.0.1",
6737             "source": {
6738                 "type": "git",
6739                 "url": "https://github.com/php-fig/http-message.git",
6740                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6741             },
6742             "dist": {
6743                 "type": "zip",
6744                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6745                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6746                 "shasum": ""
6747             },
6748             "require": {
6749                 "php": ">=5.3.0"
6750             },
6751             "type": "library",
6752             "extra": {
6753                 "branch-alias": {
6754                     "dev-master": "1.0.x-dev"
6755                 }
6756             },
6757             "autoload": {
6758                 "psr-4": {
6759                     "Psr\\Http\\Message\\": "src/"
6760                 }
6761             },
6762             "notification-url": "https://packagist.org/downloads/",
6763             "license": [
6764                 "MIT"
6765             ],
6766             "authors": [
6767                 {
6768                     "name": "PHP-FIG",
6769                     "homepage": "http://www.php-fig.org/"
6770                 }
6771             ],
6772             "description": "Common interface for HTTP messages",
6773             "homepage": "https://github.com/php-fig/http-message",
6774             "keywords": [
6775                 "http",
6776                 "http-message",
6777                 "psr",
6778                 "psr-7",
6779                 "request",
6780                 "response"
6781             ],
6782             "support": {
6783                 "source": "https://github.com/php-fig/http-message/tree/master"
6784             },
6785             "time": "2016-08-06T14:39:51+00:00"
6786         },
6787         {
6788             "name": "psr/log",
6789             "version": "1.1.4",
6790             "source": {
6791                 "type": "git",
6792                 "url": "https://github.com/php-fig/log.git",
6793                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
6794             },
6795             "dist": {
6796                 "type": "zip",
6797                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
6798                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
6799                 "shasum": ""
6800             },
6801             "require": {
6802                 "php": ">=5.3.0"
6803             },
6804             "type": "library",
6805             "extra": {
6806                 "branch-alias": {
6807                     "dev-master": "1.1.x-dev"
6808                 }
6809             },
6810             "autoload": {
6811                 "psr-4": {
6812                     "Psr\\Log\\": "Psr/Log/"
6813                 }
6814             },
6815             "notification-url": "https://packagist.org/downloads/",
6816             "license": [
6817                 "MIT"
6818             ],
6819             "authors": [
6820                 {
6821                     "name": "PHP-FIG",
6822                     "homepage": "https://www.php-fig.org/"
6823                 }
6824             ],
6825             "description": "Common interface for logging libraries",
6826             "homepage": "https://github.com/php-fig/log",
6827             "keywords": [
6828                 "log",
6829                 "psr",
6830                 "psr-3"
6831             ],
6832             "support": {
6833                 "source": "https://github.com/php-fig/log/tree/1.1.4"
6834             },
6835             "time": "2021-05-03T11:20:27+00:00"
6836         },
6837         {
6838             "name": "psr/simple-cache",
6839             "version": "3.0.0",
6840             "source": {
6841                 "type": "git",
6842                 "url": "https://github.com/php-fig/simple-cache.git",
6843                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
6844             },
6845             "dist": {
6846                 "type": "zip",
6847                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
6848                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
6849                 "shasum": ""
6850             },
6851             "require": {
6852                 "php": ">=8.0.0"
6853             },
6854             "type": "library",
6855             "extra": {
6856                 "branch-alias": {
6857                     "dev-master": "3.0.x-dev"
6858                 }
6859             },
6860             "autoload": {
6861                 "psr-4": {
6862                     "Psr\\SimpleCache\\": "src/"
6863                 }
6864             },
6865             "notification-url": "https://packagist.org/downloads/",
6866             "license": [
6867                 "MIT"
6868             ],
6869             "authors": [
6870                 {
6871                     "name": "PHP-FIG",
6872                     "homepage": "https://www.php-fig.org/"
6873                 }
6874             ],
6875             "description": "Common interfaces for simple caching",
6876             "keywords": [
6877                 "cache",
6878                 "caching",
6879                 "psr",
6880                 "psr-16",
6881                 "simple-cache"
6882             ],
6883             "support": {
6884                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
6885             },
6886             "time": "2021-10-29T13:26:27+00:00"
6887         },
6888         {
6889             "name": "ralouphie/getallheaders",
6890             "version": "3.0.3",
6891             "source": {
6892                 "type": "git",
6893                 "url": "https://github.com/ralouphie/getallheaders.git",
6894                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6895             },
6896             "dist": {
6897                 "type": "zip",
6898                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
6899                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6900                 "shasum": ""
6901             },
6902             "require": {
6903                 "php": ">=5.6"
6904             },
6905             "require-dev": {
6906                 "php-coveralls/php-coveralls": "^2.1",
6907                 "phpunit/phpunit": "^5 || ^6.5"
6908             },
6909             "type": "library",
6910             "autoload": {
6911                 "files": [
6912                     "src/getallheaders.php"
6913                 ]
6914             },
6915             "notification-url": "https://packagist.org/downloads/",
6916             "license": [
6917                 "MIT"
6918             ],
6919             "authors": [
6920                 {
6921                     "name": "Ralph Khattar",
6922                     "email": "ralph.khattar@gmail.com"
6923                 }
6924             ],
6925             "description": "A polyfill for getallheaders.",
6926             "support": {
6927                 "issues": "https://github.com/ralouphie/getallheaders/issues",
6928                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
6929             },
6930             "time": "2019-03-08T08:55:37+00:00"
6931         },
6932         {
6933             "name": "ramsey/collection",
6934             "version": "1.2.2",
6935             "source": {
6936                 "type": "git",
6937                 "url": "https://github.com/ramsey/collection.git",
6938                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
6939             },
6940             "dist": {
6941                 "type": "zip",
6942                 "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
6943                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
6944                 "shasum": ""
6945             },
6946             "require": {
6947                 "php": "^7.3 || ^8",
6948                 "symfony/polyfill-php81": "^1.23"
6949             },
6950             "require-dev": {
6951                 "captainhook/captainhook": "^5.3",
6952                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
6953                 "ergebnis/composer-normalize": "^2.6",
6954                 "fakerphp/faker": "^1.5",
6955                 "hamcrest/hamcrest-php": "^2",
6956                 "jangregor/phpstan-prophecy": "^0.8",
6957                 "mockery/mockery": "^1.3",
6958                 "phpspec/prophecy-phpunit": "^2.0",
6959                 "phpstan/extension-installer": "^1",
6960                 "phpstan/phpstan": "^0.12.32",
6961                 "phpstan/phpstan-mockery": "^0.12.5",
6962                 "phpstan/phpstan-phpunit": "^0.12.11",
6963                 "phpunit/phpunit": "^8.5 || ^9",
6964                 "psy/psysh": "^0.10.4",
6965                 "slevomat/coding-standard": "^6.3",
6966                 "squizlabs/php_codesniffer": "^3.5",
6967                 "vimeo/psalm": "^4.4"
6968             },
6969             "type": "library",
6970             "autoload": {
6971                 "psr-4": {
6972                     "Ramsey\\Collection\\": "src/"
6973                 }
6974             },
6975             "notification-url": "https://packagist.org/downloads/",
6976             "license": [
6977                 "MIT"
6978             ],
6979             "authors": [
6980                 {
6981                     "name": "Ben Ramsey",
6982                     "email": "ben@benramsey.com",
6983                     "homepage": "https://benramsey.com"
6984                 }
6985             ],
6986             "description": "A PHP library for representing and manipulating collections.",
6987             "keywords": [
6988                 "array",
6989                 "collection",
6990                 "hash",
6991                 "map",
6992                 "queue",
6993                 "set"
6994             ],
6995             "support": {
6996                 "issues": "https://github.com/ramsey/collection/issues",
6997                 "source": "https://github.com/ramsey/collection/tree/1.2.2"
6998             },
6999             "funding": [
7000                 {
7001                     "url": "https://github.com/ramsey",
7002                     "type": "github"
7003                 },
7004                 {
7005                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
7006                     "type": "tidelift"
7007                 }
7008             ],
7009             "time": "2021-10-10T03:01:02+00:00"
7010         },
7011         {
7012             "name": "ramsey/uuid",
7013             "version": "4.6.0",
7014             "source": {
7015                 "type": "git",
7016                 "url": "https://github.com/ramsey/uuid.git",
7017                 "reference": "ad63bc700e7d021039e30ce464eba384c4a1d40f"
7018             },
7019             "dist": {
7020                 "type": "zip",
7021                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/ad63bc700e7d021039e30ce464eba384c4a1d40f",
7022                 "reference": "ad63bc700e7d021039e30ce464eba384c4a1d40f",
7023                 "shasum": ""
7024             },
7025             "require": {
7026                 "brick/math": "^0.8.8 || ^0.9 || ^0.10",
7027                 "ext-json": "*",
7028                 "php": "^8.0",
7029                 "ramsey/collection": "^1.0"
7030             },
7031             "replace": {
7032                 "rhumsaa/uuid": "self.version"
7033             },
7034             "require-dev": {
7035                 "captainhook/captainhook": "^5.10",
7036                 "captainhook/plugin-composer": "^5.3",
7037                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
7038                 "doctrine/annotations": "^1.8",
7039                 "ergebnis/composer-normalize": "^2.15",
7040                 "mockery/mockery": "^1.3",
7041                 "paragonie/random-lib": "^2",
7042                 "php-mock/php-mock": "^2.2",
7043                 "php-mock/php-mock-mockery": "^1.3",
7044                 "php-parallel-lint/php-parallel-lint": "^1.1",
7045                 "phpbench/phpbench": "^1.0",
7046                 "phpstan/extension-installer": "^1.1",
7047                 "phpstan/phpstan": "^1.8",
7048                 "phpstan/phpstan-mockery": "^1.1",
7049                 "phpstan/phpstan-phpunit": "^1.1",
7050                 "phpunit/phpunit": "^8.5 || ^9",
7051                 "ramsey/composer-repl": "^1.4",
7052                 "slevomat/coding-standard": "^8.4",
7053                 "squizlabs/php_codesniffer": "^3.5",
7054                 "vimeo/psalm": "^4.9"
7055             },
7056             "suggest": {
7057                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
7058                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
7059                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
7060                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7061                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7062             },
7063             "type": "library",
7064             "extra": {
7065                 "captainhook": {
7066                     "force-install": true
7067                 }
7068             },
7069             "autoload": {
7070                 "files": [
7071                     "src/functions.php"
7072                 ],
7073                 "psr-4": {
7074                     "Ramsey\\Uuid\\": "src/"
7075                 }
7076             },
7077             "notification-url": "https://packagist.org/downloads/",
7078             "license": [
7079                 "MIT"
7080             ],
7081             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
7082             "keywords": [
7083                 "guid",
7084                 "identifier",
7085                 "uuid"
7086             ],
7087             "support": {
7088                 "issues": "https://github.com/ramsey/uuid/issues",
7089                 "source": "https://github.com/ramsey/uuid/tree/4.6.0"
7090             },
7091             "funding": [
7092                 {
7093                     "url": "https://github.com/ramsey",
7094                     "type": "github"
7095                 },
7096                 {
7097                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
7098                     "type": "tidelift"
7099                 }
7100             ],
7101             "time": "2022-11-05T23:03:38+00:00"
7102         },
7103         {
7104             "name": "robthree/twofactorauth",
7105             "version": "1.8.2",
7106             "source": {
7107                 "type": "git",
7108                 "url": "https://github.com/RobThree/TwoFactorAuth.git",
7109                 "reference": "65681de5a324eae05140ac58b08648a60212afc0"
7110             },
7111             "dist": {
7112                 "type": "zip",
7113                 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/65681de5a324eae05140ac58b08648a60212afc0",
7114                 "reference": "65681de5a324eae05140ac58b08648a60212afc0",
7115                 "shasum": ""
7116             },
7117             "require": {
7118                 "php": ">=5.6.0"
7119             },
7120             "require-dev": {
7121                 "php-parallel-lint/php-parallel-lint": "^1.2",
7122                 "phpunit/phpunit": "@stable"
7123             },
7124             "suggest": {
7125                 "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
7126                 "endroid/qr-code": "Needed for EndroidQrCodeProvider"
7127             },
7128             "type": "library",
7129             "autoload": {
7130                 "psr-4": {
7131                     "RobThree\\Auth\\": "lib"
7132                 }
7133             },
7134             "notification-url": "https://packagist.org/downloads/",
7135             "license": [
7136                 "MIT"
7137             ],
7138             "authors": [
7139                 {
7140                     "name": "Rob Janssen",
7141                     "homepage": "http://robiii.me",
7142                     "role": "Developer"
7143                 }
7144             ],
7145             "description": "Two Factor Authentication",
7146             "homepage": "https://github.com/RobThree/TwoFactorAuth",
7147             "keywords": [
7148                 "Authentication",
7149                 "MFA",
7150                 "Multi Factor Authentication",
7151                 "Two Factor Authentication",
7152                 "authenticator",
7153                 "authy",
7154                 "php",
7155                 "tfa"
7156             ],
7157             "support": {
7158                 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
7159                 "source": "https://github.com/RobThree/TwoFactorAuth"
7160             },
7161             "funding": [
7162                 {
7163                     "url": "https://paypal.me/robiii",
7164                     "type": "custom"
7165                 },
7166                 {
7167                     "url": "https://github.com/RobThree",
7168                     "type": "github"
7169                 }
7170             ],
7171             "time": "2022-03-22T16:11:07+00:00"
7172         },
7173         {
7174             "name": "rospdf/pdf-php",
7175             "version": "0.12.65",
7176             "source": {
7177                 "type": "git",
7178                 "url": "https://github.com/rospdf/pdf-php.git",
7179                 "reference": "d9d468977260538ca999cbf561cae690d8330c4b"
7180             },
7181             "dist": {
7182                 "type": "zip",
7183                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/d9d468977260538ca999cbf561cae690d8330c4b",
7184                 "reference": "d9d468977260538ca999cbf561cae690d8330c4b",
7185                 "shasum": ""
7186             },
7187             "require": {
7188                 "php": ">=5.6.0"
7189             },
7190             "require-dev": {
7191                 "phpcompatibility/php-compatibility": "^9.3",
7192                 "phpunit/phpunit": "^9.5",
7193                 "squizlabs/php_codesniffer": "^3.7"
7194             },
7195             "type": "library",
7196             "extra": {
7197                 "branch-alias": {
7198                     "dev-experimental": "0.13.x-dev",
7199                     "dev-master": "0.12.x-dev"
7200                 }
7201             },
7202             "autoload": {
7203                 "files": [
7204                     "src/Cpdf.php",
7205                     "src/Cezpdf.php"
7206                 ]
7207             },
7208             "notification-url": "https://packagist.org/downloads/",
7209             "license": [
7210                 "MIT"
7211             ],
7212             "authors": [
7213                 {
7214                     "name": "Ole Koeckemann",
7215                     "email": "ole.k@web.de",
7216                     "role": "Project Head / Developer"
7217                 },
7218                 {
7219                     "name": "Lars Olesen",
7220                     "email": "lars@intraface.dk",
7221                     "role": "Developer"
7222                 },
7223                 {
7224                     "name": "Sune Jensen",
7225                     "email": "sj@sunet.dk",
7226                     "role": "Developer"
7227                 },
7228                 {
7229                     "name": "Nicola Asuni",
7230                     "email": "info@tecnick.com",
7231                     "role": "Developer"
7232                 },
7233                 {
7234                     "name": "Wayne Munro",
7235                     "email": "pdf@ros.co.nz",
7236                     "role": "Founder / Inactive"
7237                 }
7238             ],
7239             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
7240             "homepage": "https://github.com/rospdf/pdf-php",
7241             "support": {
7242                 "issues": "https://github.com/rospdf/pdf-php/issues",
7243                 "source": "https://github.com/rospdf/pdf-php/tree/0.12.65"
7244             },
7245             "time": "2022-11-16T17:07:58+00:00"
7246         },
7247         {
7248             "name": "sabberworm/php-css-parser",
7249             "version": "8.4.0",
7250             "source": {
7251                 "type": "git",
7252                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
7253                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
7254             },
7255             "dist": {
7256                 "type": "zip",
7257                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
7258                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
7259                 "shasum": ""
7260             },
7261             "require": {
7262                 "ext-iconv": "*",
7263                 "php": ">=5.6.20"
7264             },
7265             "require-dev": {
7266                 "codacy/coverage": "^1.4",
7267                 "phpunit/phpunit": "^4.8.36"
7268             },
7269             "suggest": {
7270                 "ext-mbstring": "for parsing UTF-8 CSS"
7271             },
7272             "type": "library",
7273             "autoload": {
7274                 "psr-4": {
7275                     "Sabberworm\\CSS\\": "src/"
7276                 }
7277             },
7278             "notification-url": "https://packagist.org/downloads/",
7279             "license": [
7280                 "MIT"
7281             ],
7282             "authors": [
7283                 {
7284                     "name": "Raphael Schweikert"
7285                 }
7286             ],
7287             "description": "Parser for CSS Files written in PHP",
7288             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
7289             "keywords": [
7290                 "css",
7291                 "parser",
7292                 "stylesheet"
7293             ],
7294             "support": {
7295                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
7296                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
7297             },
7298             "time": "2021-12-11T13:40:54+00:00"
7299         },
7300         {
7301             "name": "setasign/fpdi",
7302             "version": "v2.3.6",
7303             "source": {
7304                 "type": "git",
7305                 "url": "https://github.com/Setasign/FPDI.git",
7306                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31"
7307             },
7308             "dist": {
7309                 "type": "zip",
7310                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
7311                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
7312                 "shasum": ""
7313             },
7314             "require": {
7315                 "ext-zlib": "*",
7316                 "php": "^5.6 || ^7.0 || ^8.0"
7317             },
7318             "conflict": {
7319                 "setasign/tfpdf": "<1.31"
7320             },
7321             "require-dev": {
7322                 "phpunit/phpunit": "~5.7",
7323                 "setasign/fpdf": "~1.8",
7324                 "setasign/tfpdf": "1.31",
7325                 "squizlabs/php_codesniffer": "^3.5",
7326                 "tecnickcom/tcpdf": "~6.2"
7327             },
7328             "suggest": {
7329                 "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."
7330             },
7331             "type": "library",
7332             "autoload": {
7333                 "psr-4": {
7334                     "setasign\\Fpdi\\": "src/"
7335                 }
7336             },
7337             "notification-url": "https://packagist.org/downloads/",
7338             "license": [
7339                 "MIT"
7340             ],
7341             "authors": [
7342                 {
7343                     "name": "Jan Slabon",
7344                     "email": "jan.slabon@setasign.com",
7345                     "homepage": "https://www.setasign.com"
7346                 },
7347                 {
7348                     "name": "Maximilian Kresse",
7349                     "email": "maximilian.kresse@setasign.com",
7350                     "homepage": "https://www.setasign.com"
7351                 }
7352             ],
7353             "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.",
7354             "homepage": "https://www.setasign.com/fpdi",
7355             "keywords": [
7356                 "fpdf",
7357                 "fpdi",
7358                 "pdf"
7359             ],
7360             "support": {
7361                 "issues": "https://github.com/Setasign/FPDI/issues",
7362                 "source": "https://github.com/Setasign/FPDI/tree/v2.3.6"
7363             },
7364             "funding": [
7365                 {
7366                     "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
7367                     "type": "tidelift"
7368                 }
7369             ],
7370             "time": "2021-02-11T11:37:01+00:00"
7371         },
7372         {
7373             "name": "smarty/smarty",
7374             "version": "v4.3.0",
7375             "source": {
7376                 "type": "git",
7377                 "url": "https://github.com/smarty-php/smarty.git",
7378                 "reference": "c02e9e135ea719b91f457a0072748ded0e852e7d"
7379             },
7380             "dist": {
7381                 "type": "zip",
7382                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c02e9e135ea719b91f457a0072748ded0e852e7d",
7383                 "reference": "c02e9e135ea719b91f457a0072748ded0e852e7d",
7384                 "shasum": ""
7385             },
7386             "require": {
7387                 "php": "^7.1 || ^8.0"
7388             },
7389             "require-dev": {
7390                 "phpunit/phpunit": "^8.5 || ^7.5",
7391                 "smarty/smarty-lexer": "^3.1"
7392             },
7393             "type": "library",
7394             "extra": {
7395                 "branch-alias": {
7396                     "dev-master": "4.0.x-dev"
7397                 }
7398             },
7399             "autoload": {
7400                 "classmap": [
7401                     "libs/"
7402                 ]
7403             },
7404             "notification-url": "https://packagist.org/downloads/",
7405             "license": [
7406                 "LGPL-3.0"
7407             ],
7408             "authors": [
7409                 {
7410                     "name": "Monte Ohrt",
7411                     "email": "monte@ohrt.com"
7412                 },
7413                 {
7414                     "name": "Uwe Tews",
7415                     "email": "uwe.tews@googlemail.com"
7416                 },
7417                 {
7418                     "name": "Rodney Rehm",
7419                     "email": "rodney.rehm@medialize.de"
7420                 },
7421                 {
7422                     "name": "Simon Wisselink",
7423                     "homepage": "https://www.iwink.nl/"
7424                 }
7425             ],
7426             "description": "Smarty - the compiling PHP template engine",
7427             "homepage": "https://smarty-php.github.io/smarty/",
7428             "keywords": [
7429                 "templating"
7430             ],
7431             "support": {
7432                 "forum": "https://github.com/smarty-php/smarty/discussions",
7433                 "issues": "https://github.com/smarty-php/smarty/issues",
7434                 "source": "https://github.com/smarty-php/smarty/tree/v4.3.0"
7435             },
7436             "time": "2022-11-22T21:47:32+00:00"
7437         },
7438         {
7439             "name": "stella-maris/clock",
7440             "version": "0.1.7",
7441             "source": {
7442                 "type": "git",
7443                 "url": "https://github.com/stella-maris-solutions/clock.git",
7444                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
7445             },
7446             "dist": {
7447                 "type": "zip",
7448                 "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
7449                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
7450                 "shasum": ""
7451             },
7452             "require": {
7453                 "php": "^7.0|^8.0",
7454                 "psr/clock": "^1.0"
7455             },
7456             "type": "library",
7457             "autoload": {
7458                 "psr-4": {
7459                     "StellaMaris\\Clock\\": "src"
7460                 }
7461             },
7462             "notification-url": "https://packagist.org/downloads/",
7463             "license": [
7464                 "MIT"
7465             ],
7466             "authors": [
7467                 {
7468                     "name": "Andreas Heigl",
7469                     "role": "Maintainer"
7470                 }
7471             ],
7472             "description": "A pre-release of the proposed PSR-20 Clock-Interface",
7473             "homepage": "https://gitlab.com/stella-maris/clock",
7474             "keywords": [
7475                 "clock",
7476                 "datetime",
7477                 "point in time",
7478                 "psr20"
7479             ],
7480             "support": {
7481                 "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
7482             },
7483             "time": "2022-11-25T16:15:06+00:00"
7484         },
7485         {
7486             "name": "steverhoades/oauth2-openid-connect-server",
7487             "version": "v2.4.0",
7488             "source": {
7489                 "type": "git",
7490                 "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git",
7491                 "reference": "5f8f0246c1507dcc4d9dbcad32d651fe276c4409"
7492             },
7493             "dist": {
7494                 "type": "zip",
7495                 "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/5f8f0246c1507dcc4d9dbcad32d651fe276c4409",
7496                 "reference": "5f8f0246c1507dcc4d9dbcad32d651fe276c4409",
7497                 "shasum": ""
7498             },
7499             "require": {
7500                 "lcobucci/jwt": "4.1.5",
7501                 "league/oauth2-server": "^5.1|^6.0|^7.0|^8.0"
7502             },
7503             "require-dev": {
7504                 "laminas/laminas-diactoros": "^1.3.2",
7505                 "phpunit/phpunit": "^5.0|^9.5"
7506             },
7507             "type": "library",
7508             "autoload": {
7509                 "psr-4": {
7510                     "OpenIDConnectServer\\": "src/"
7511                 }
7512             },
7513             "notification-url": "https://packagist.org/downloads/",
7514             "license": [
7515                 "MIT"
7516             ],
7517             "authors": [
7518                 {
7519                     "name": "Steve Rhoades",
7520                     "email": "sedonami@gmail.com"
7521                 }
7522             ],
7523             "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server",
7524             "support": {
7525                 "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues",
7526                 "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v2.4.0"
7527             },
7528             "time": "2021-10-28T13:38:28+00:00"
7529         },
7530         {
7531             "name": "stripe/stripe-php",
7532             "version": "v7.128.0",
7533             "source": {
7534                 "type": "git",
7535                 "url": "https://github.com/stripe/stripe-php.git",
7536                 "reference": "c704949c49b72985c76cc61063aa26fefbd2724e"
7537             },
7538             "dist": {
7539                 "type": "zip",
7540                 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c704949c49b72985c76cc61063aa26fefbd2724e",
7541                 "reference": "c704949c49b72985c76cc61063aa26fefbd2724e",
7542                 "shasum": ""
7543             },
7544             "require": {
7545                 "ext-curl": "*",
7546                 "ext-json": "*",
7547                 "ext-mbstring": "*",
7548                 "php": ">=5.6.0"
7549             },
7550             "require-dev": {
7551                 "friendsofphp/php-cs-fixer": "3.5.0",
7552                 "phpstan/phpstan": "^1.2",
7553                 "phpunit/phpunit": "^5.7 || ^9.0",
7554                 "squizlabs/php_codesniffer": "^3.3"
7555             },
7556             "type": "library",
7557             "extra": {
7558                 "branch-alias": {
7559                     "dev-master": "2.0-dev"
7560                 }
7561             },
7562             "autoload": {
7563                 "psr-4": {
7564                     "Stripe\\": "lib/"
7565                 }
7566             },
7567             "notification-url": "https://packagist.org/downloads/",
7568             "license": [
7569                 "MIT"
7570             ],
7571             "authors": [
7572                 {
7573                     "name": "Stripe and contributors",
7574                     "homepage": "https://github.com/stripe/stripe-php/contributors"
7575                 }
7576             ],
7577             "description": "Stripe PHP Library",
7578             "homepage": "https://stripe.com/",
7579             "keywords": [
7580                 "api",
7581                 "payment processing",
7582                 "stripe"
7583             ],
7584             "support": {
7585                 "issues": "https://github.com/stripe/stripe-php/issues",
7586                 "source": "https://github.com/stripe/stripe-php/tree/v7.128.0"
7587             },
7588             "time": "2022-05-05T17:18:02+00:00"
7589         },
7590         {
7591             "name": "symfony/config",
7592             "version": "v4.4.44",
7593             "source": {
7594                 "type": "git",
7595                 "url": "https://github.com/symfony/config.git",
7596                 "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658"
7597             },
7598             "dist": {
7599                 "type": "zip",
7600                 "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
7601                 "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
7602                 "shasum": ""
7603             },
7604             "require": {
7605                 "php": ">=7.1.3",
7606                 "symfony/filesystem": "^3.4|^4.0|^5.0",
7607                 "symfony/polyfill-ctype": "~1.8",
7608                 "symfony/polyfill-php80": "^1.16",
7609                 "symfony/polyfill-php81": "^1.22"
7610             },
7611             "conflict": {
7612                 "symfony/finder": "<3.4"
7613             },
7614             "require-dev": {
7615                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7616                 "symfony/finder": "^3.4|^4.0|^5.0",
7617                 "symfony/messenger": "^4.1|^5.0",
7618                 "symfony/service-contracts": "^1.1|^2",
7619                 "symfony/yaml": "^3.4|^4.0|^5.0"
7620             },
7621             "suggest": {
7622                 "symfony/yaml": "To use the yaml reference dumper"
7623             },
7624             "type": "library",
7625             "autoload": {
7626                 "psr-4": {
7627                     "Symfony\\Component\\Config\\": ""
7628                 },
7629                 "exclude-from-classmap": [
7630                     "/Tests/"
7631                 ]
7632             },
7633             "notification-url": "https://packagist.org/downloads/",
7634             "license": [
7635                 "MIT"
7636             ],
7637             "authors": [
7638                 {
7639                     "name": "Fabien Potencier",
7640                     "email": "fabien@symfony.com"
7641                 },
7642                 {
7643                     "name": "Symfony Community",
7644                     "homepage": "https://symfony.com/contributors"
7645                 }
7646             ],
7647             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7648             "homepage": "https://symfony.com",
7649             "support": {
7650                 "source": "https://github.com/symfony/config/tree/v4.4.44"
7651             },
7652             "funding": [
7653                 {
7654                     "url": "https://symfony.com/sponsor",
7655                     "type": "custom"
7656                 },
7657                 {
7658                     "url": "https://github.com/fabpot",
7659                     "type": "github"
7660                 },
7661                 {
7662                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7663                     "type": "tidelift"
7664                 }
7665             ],
7666             "time": "2022-07-20T09:59:04+00:00"
7667         },
7668         {
7669             "name": "symfony/console",
7670             "version": "v4.4.49",
7671             "source": {
7672                 "type": "git",
7673                 "url": "https://github.com/symfony/console.git",
7674                 "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9"
7675             },
7676             "dist": {
7677                 "type": "zip",
7678                 "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
7679                 "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
7680                 "shasum": ""
7681             },
7682             "require": {
7683                 "php": ">=7.1.3",
7684                 "symfony/polyfill-mbstring": "~1.0",
7685                 "symfony/polyfill-php73": "^1.8",
7686                 "symfony/polyfill-php80": "^1.16",
7687                 "symfony/service-contracts": "^1.1|^2"
7688             },
7689             "conflict": {
7690                 "psr/log": ">=3",
7691                 "symfony/dependency-injection": "<3.4",
7692                 "symfony/event-dispatcher": "<4.3|>=5",
7693                 "symfony/lock": "<4.4",
7694                 "symfony/process": "<3.3"
7695             },
7696             "provide": {
7697                 "psr/log-implementation": "1.0|2.0"
7698             },
7699             "require-dev": {
7700                 "psr/log": "^1|^2",
7701                 "symfony/config": "^3.4|^4.0|^5.0",
7702                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7703                 "symfony/event-dispatcher": "^4.3",
7704                 "symfony/lock": "^4.4|^5.0",
7705                 "symfony/process": "^3.4|^4.0|^5.0",
7706                 "symfony/var-dumper": "^4.3|^5.0"
7707             },
7708             "suggest": {
7709                 "psr/log": "For using the console logger",
7710                 "symfony/event-dispatcher": "",
7711                 "symfony/lock": "",
7712                 "symfony/process": ""
7713             },
7714             "type": "library",
7715             "autoload": {
7716                 "psr-4": {
7717                     "Symfony\\Component\\Console\\": ""
7718                 },
7719                 "exclude-from-classmap": [
7720                     "/Tests/"
7721                 ]
7722             },
7723             "notification-url": "https://packagist.org/downloads/",
7724             "license": [
7725                 "MIT"
7726             ],
7727             "authors": [
7728                 {
7729                     "name": "Fabien Potencier",
7730                     "email": "fabien@symfony.com"
7731                 },
7732                 {
7733                     "name": "Symfony Community",
7734                     "homepage": "https://symfony.com/contributors"
7735                 }
7736             ],
7737             "description": "Eases the creation of beautiful and testable command line interfaces",
7738             "homepage": "https://symfony.com",
7739             "support": {
7740                 "source": "https://github.com/symfony/console/tree/v4.4.49"
7741             },
7742             "funding": [
7743                 {
7744                     "url": "https://symfony.com/sponsor",
7745                     "type": "custom"
7746                 },
7747                 {
7748                     "url": "https://github.com/fabpot",
7749                     "type": "github"
7750                 },
7751                 {
7752                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7753                     "type": "tidelift"
7754                 }
7755             ],
7756             "time": "2022-11-05T17:10:16+00:00"
7757         },
7758         {
7759             "name": "symfony/dependency-injection",
7760             "version": "v4.4.49",
7761             "source": {
7762                 "type": "git",
7763                 "url": "https://github.com/symfony/dependency-injection.git",
7764                 "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734"
7765             },
7766             "dist": {
7767                 "type": "zip",
7768                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9065fe97dbd38a897e95ea254eb5ddfe1310f734",
7769                 "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734",
7770                 "shasum": ""
7771             },
7772             "require": {
7773                 "php": ">=7.1.3",
7774                 "psr/container": "^1.0",
7775                 "symfony/polyfill-php80": "^1.16",
7776                 "symfony/service-contracts": "^1.1.6|^2"
7777             },
7778             "conflict": {
7779                 "symfony/config": "<4.3|>=5.0",
7780                 "symfony/finder": "<3.4",
7781                 "symfony/proxy-manager-bridge": "<3.4",
7782                 "symfony/yaml": "<4.4.26"
7783             },
7784             "provide": {
7785                 "psr/container-implementation": "1.0",
7786                 "symfony/service-implementation": "1.0|2.0"
7787             },
7788             "require-dev": {
7789                 "symfony/config": "^4.3",
7790                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7791                 "symfony/yaml": "^4.4.26|^5.0"
7792             },
7793             "suggest": {
7794                 "symfony/config": "",
7795                 "symfony/expression-language": "For using expressions in service container configuration",
7796                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
7797                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7798                 "symfony/yaml": ""
7799             },
7800             "type": "library",
7801             "autoload": {
7802                 "psr-4": {
7803                     "Symfony\\Component\\DependencyInjection\\": ""
7804                 },
7805                 "exclude-from-classmap": [
7806                     "/Tests/"
7807                 ]
7808             },
7809             "notification-url": "https://packagist.org/downloads/",
7810             "license": [
7811                 "MIT"
7812             ],
7813             "authors": [
7814                 {
7815                     "name": "Fabien Potencier",
7816                     "email": "fabien@symfony.com"
7817                 },
7818                 {
7819                     "name": "Symfony Community",
7820                     "homepage": "https://symfony.com/contributors"
7821                 }
7822             ],
7823             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
7824             "homepage": "https://symfony.com",
7825             "support": {
7826                 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.49"
7827             },
7828             "funding": [
7829                 {
7830                     "url": "https://symfony.com/sponsor",
7831                     "type": "custom"
7832                 },
7833                 {
7834                     "url": "https://github.com/fabpot",
7835                     "type": "github"
7836                 },
7837                 {
7838                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7839                     "type": "tidelift"
7840                 }
7841             ],
7842             "time": "2022-11-16T16:18:09+00:00"
7843         },
7844         {
7845             "name": "symfony/deprecation-contracts",
7846             "version": "v2.5.2",
7847             "source": {
7848                 "type": "git",
7849                 "url": "https://github.com/symfony/deprecation-contracts.git",
7850                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
7851             },
7852             "dist": {
7853                 "type": "zip",
7854                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
7855                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
7856                 "shasum": ""
7857             },
7858             "require": {
7859                 "php": ">=7.1"
7860             },
7861             "type": "library",
7862             "extra": {
7863                 "branch-alias": {
7864                     "dev-main": "2.5-dev"
7865                 },
7866                 "thanks": {
7867                     "name": "symfony/contracts",
7868                     "url": "https://github.com/symfony/contracts"
7869                 }
7870             },
7871             "autoload": {
7872                 "files": [
7873                     "function.php"
7874                 ]
7875             },
7876             "notification-url": "https://packagist.org/downloads/",
7877             "license": [
7878                 "MIT"
7879             ],
7880             "authors": [
7881                 {
7882                     "name": "Nicolas Grekas",
7883                     "email": "p@tchwork.com"
7884                 },
7885                 {
7886                     "name": "Symfony Community",
7887                     "homepage": "https://symfony.com/contributors"
7888                 }
7889             ],
7890             "description": "A generic function and convention to trigger deprecation notices",
7891             "homepage": "https://symfony.com",
7892             "support": {
7893                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
7894             },
7895             "funding": [
7896                 {
7897                     "url": "https://symfony.com/sponsor",
7898                     "type": "custom"
7899                 },
7900                 {
7901                     "url": "https://github.com/fabpot",
7902                     "type": "github"
7903                 },
7904                 {
7905                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7906                     "type": "tidelift"
7907                 }
7908             ],
7909             "time": "2022-01-02T09:53:40+00:00"
7910         },
7911         {
7912             "name": "symfony/event-dispatcher",
7913             "version": "v4.4.44",
7914             "source": {
7915                 "type": "git",
7916                 "url": "https://github.com/symfony/event-dispatcher.git",
7917                 "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a"
7918             },
7919             "dist": {
7920                 "type": "zip",
7921                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
7922                 "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
7923                 "shasum": ""
7924             },
7925             "require": {
7926                 "php": ">=7.1.3",
7927                 "symfony/event-dispatcher-contracts": "^1.1",
7928                 "symfony/polyfill-php80": "^1.16"
7929             },
7930             "conflict": {
7931                 "symfony/dependency-injection": "<3.4"
7932             },
7933             "provide": {
7934                 "psr/event-dispatcher-implementation": "1.0",
7935                 "symfony/event-dispatcher-implementation": "1.1"
7936             },
7937             "require-dev": {
7938                 "psr/log": "^1|^2|^3",
7939                 "symfony/config": "^3.4|^4.0|^5.0",
7940                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7941                 "symfony/error-handler": "~3.4|~4.4",
7942                 "symfony/expression-language": "^3.4|^4.0|^5.0",
7943                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7944                 "symfony/service-contracts": "^1.1|^2",
7945                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
7946             },
7947             "suggest": {
7948                 "symfony/dependency-injection": "",
7949                 "symfony/http-kernel": ""
7950             },
7951             "type": "library",
7952             "autoload": {
7953                 "psr-4": {
7954                     "Symfony\\Component\\EventDispatcher\\": ""
7955                 },
7956                 "exclude-from-classmap": [
7957                     "/Tests/"
7958                 ]
7959             },
7960             "notification-url": "https://packagist.org/downloads/",
7961             "license": [
7962                 "MIT"
7963             ],
7964             "authors": [
7965                 {
7966                     "name": "Fabien Potencier",
7967                     "email": "fabien@symfony.com"
7968                 },
7969                 {
7970                     "name": "Symfony Community",
7971                     "homepage": "https://symfony.com/contributors"
7972                 }
7973             ],
7974             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
7975             "homepage": "https://symfony.com",
7976             "support": {
7977                 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44"
7978             },
7979             "funding": [
7980                 {
7981                     "url": "https://symfony.com/sponsor",
7982                     "type": "custom"
7983                 },
7984                 {
7985                     "url": "https://github.com/fabpot",
7986                     "type": "github"
7987                 },
7988                 {
7989                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7990                     "type": "tidelift"
7991                 }
7992             ],
7993             "time": "2022-07-20T09:59:04+00:00"
7994         },
7995         {
7996             "name": "symfony/event-dispatcher-contracts",
7997             "version": "v1.1.13",
7998             "source": {
7999                 "type": "git",
8000                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
8001                 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
8002             },
8003             "dist": {
8004                 "type": "zip",
8005                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
8006                 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
8007                 "shasum": ""
8008             },
8009             "require": {
8010                 "php": ">=7.1.3"
8011             },
8012             "suggest": {
8013                 "psr/event-dispatcher": "",
8014                 "symfony/event-dispatcher-implementation": ""
8015             },
8016             "type": "library",
8017             "extra": {
8018                 "branch-alias": {
8019                     "dev-main": "1.1-dev"
8020                 },
8021                 "thanks": {
8022                     "name": "symfony/contracts",
8023                     "url": "https://github.com/symfony/contracts"
8024                 }
8025             },
8026             "autoload": {
8027                 "psr-4": {
8028                     "Symfony\\Contracts\\EventDispatcher\\": ""
8029                 }
8030             },
8031             "notification-url": "https://packagist.org/downloads/",
8032             "license": [
8033                 "MIT"
8034             ],
8035             "authors": [
8036                 {
8037                     "name": "Nicolas Grekas",
8038                     "email": "p@tchwork.com"
8039                 },
8040                 {
8041                     "name": "Symfony Community",
8042                     "homepage": "https://symfony.com/contributors"
8043                 }
8044             ],
8045             "description": "Generic abstractions related to dispatching event",
8046             "homepage": "https://symfony.com",
8047             "keywords": [
8048                 "abstractions",
8049                 "contracts",
8050                 "decoupling",
8051                 "interfaces",
8052                 "interoperability",
8053                 "standards"
8054             ],
8055             "support": {
8056                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
8057             },
8058             "funding": [
8059                 {
8060                     "url": "https://symfony.com/sponsor",
8061                     "type": "custom"
8062                 },
8063                 {
8064                     "url": "https://github.com/fabpot",
8065                     "type": "github"
8066                 },
8067                 {
8068                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8069                     "type": "tidelift"
8070                 }
8071             ],
8072             "time": "2022-01-02T09:41:36+00:00"
8073         },
8074         {
8075             "name": "symfony/filesystem",
8076             "version": "v5.4.13",
8077             "source": {
8078                 "type": "git",
8079                 "url": "https://github.com/symfony/filesystem.git",
8080                 "reference": "ac09569844a9109a5966b9438fc29113ce77cf51"
8081             },
8082             "dist": {
8083                 "type": "zip",
8084                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51",
8085                 "reference": "ac09569844a9109a5966b9438fc29113ce77cf51",
8086                 "shasum": ""
8087             },
8088             "require": {
8089                 "php": ">=7.2.5",
8090                 "symfony/polyfill-ctype": "~1.8",
8091                 "symfony/polyfill-mbstring": "~1.8",
8092                 "symfony/polyfill-php80": "^1.16"
8093             },
8094             "type": "library",
8095             "autoload": {
8096                 "psr-4": {
8097                     "Symfony\\Component\\Filesystem\\": ""
8098                 },
8099                 "exclude-from-classmap": [
8100                     "/Tests/"
8101                 ]
8102             },
8103             "notification-url": "https://packagist.org/downloads/",
8104             "license": [
8105                 "MIT"
8106             ],
8107             "authors": [
8108                 {
8109                     "name": "Fabien Potencier",
8110                     "email": "fabien@symfony.com"
8111                 },
8112                 {
8113                     "name": "Symfony Community",
8114                     "homepage": "https://symfony.com/contributors"
8115                 }
8116             ],
8117             "description": "Provides basic utilities for the filesystem",
8118             "homepage": "https://symfony.com",
8119             "support": {
8120                 "source": "https://github.com/symfony/filesystem/tree/v5.4.13"
8121             },
8122             "funding": [
8123                 {
8124                     "url": "https://symfony.com/sponsor",
8125                     "type": "custom"
8126                 },
8127                 {
8128                     "url": "https://github.com/fabpot",
8129                     "type": "github"
8130                 },
8131                 {
8132                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8133                     "type": "tidelift"
8134                 }
8135             ],
8136             "time": "2022-09-21T19:53:16+00:00"
8137         },
8138         {
8139             "name": "symfony/http-client",
8140             "version": "v4.4.49",
8141             "source": {
8142                 "type": "git",
8143                 "url": "https://github.com/symfony/http-client.git",
8144                 "reference": "0185497cd61440bdf68df7d81241b97a543e9c3f"
8145             },
8146             "dist": {
8147                 "type": "zip",
8148                 "url": "https://api.github.com/repos/symfony/http-client/zipball/0185497cd61440bdf68df7d81241b97a543e9c3f",
8149                 "reference": "0185497cd61440bdf68df7d81241b97a543e9c3f",
8150                 "shasum": ""
8151             },
8152             "require": {
8153                 "php": ">=7.1.3",
8154                 "psr/log": "^1|^2|^3",
8155                 "symfony/http-client-contracts": "^1.1.10|^2",
8156                 "symfony/polyfill-php73": "^1.11",
8157                 "symfony/polyfill-php80": "^1.16",
8158                 "symfony/service-contracts": "^1.0|^2"
8159             },
8160             "provide": {
8161                 "php-http/async-client-implementation": "*",
8162                 "php-http/client-implementation": "*",
8163                 "psr/http-client-implementation": "1.0",
8164                 "symfony/http-client-implementation": "1.1|2.0"
8165             },
8166             "require-dev": {
8167                 "guzzlehttp/promises": "^1.4",
8168                 "nyholm/psr7": "^1.0",
8169                 "php-http/httplug": "^1.0|^2.0",
8170                 "psr/http-client": "^1.0",
8171                 "symfony/dependency-injection": "^4.3|^5.0",
8172                 "symfony/http-kernel": "^4.4.13",
8173                 "symfony/process": "^4.2|^5.0"
8174             },
8175             "type": "library",
8176             "autoload": {
8177                 "psr-4": {
8178                     "Symfony\\Component\\HttpClient\\": ""
8179                 },
8180                 "exclude-from-classmap": [
8181                     "/Tests/"
8182                 ]
8183             },
8184             "notification-url": "https://packagist.org/downloads/",
8185             "license": [
8186                 "MIT"
8187             ],
8188             "authors": [
8189                 {
8190                     "name": "Nicolas Grekas",
8191                     "email": "p@tchwork.com"
8192                 },
8193                 {
8194                     "name": "Symfony Community",
8195                     "homepage": "https://symfony.com/contributors"
8196                 }
8197             ],
8198             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
8199             "homepage": "https://symfony.com",
8200             "support": {
8201                 "source": "https://github.com/symfony/http-client/tree/v4.4.49"
8202             },
8203             "funding": [
8204                 {
8205                     "url": "https://symfony.com/sponsor",
8206                     "type": "custom"
8207                 },
8208                 {
8209                     "url": "https://github.com/fabpot",
8210                     "type": "github"
8211                 },
8212                 {
8213                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8214                     "type": "tidelift"
8215                 }
8216             ],
8217             "time": "2022-11-03T19:03:45+00:00"
8218         },
8219         {
8220             "name": "symfony/http-client-contracts",
8221             "version": "v2.5.2",
8222             "source": {
8223                 "type": "git",
8224                 "url": "https://github.com/symfony/http-client-contracts.git",
8225                 "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
8226             },
8227             "dist": {
8228                 "type": "zip",
8229                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
8230                 "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
8231                 "shasum": ""
8232             },
8233             "require": {
8234                 "php": ">=7.2.5"
8235             },
8236             "suggest": {
8237                 "symfony/http-client-implementation": ""
8238             },
8239             "type": "library",
8240             "extra": {
8241                 "branch-alias": {
8242                     "dev-main": "2.5-dev"
8243                 },
8244                 "thanks": {
8245                     "name": "symfony/contracts",
8246                     "url": "https://github.com/symfony/contracts"
8247                 }
8248             },
8249             "autoload": {
8250                 "psr-4": {
8251                     "Symfony\\Contracts\\HttpClient\\": ""
8252                 }
8253             },
8254             "notification-url": "https://packagist.org/downloads/",
8255             "license": [
8256                 "MIT"
8257             ],
8258             "authors": [
8259                 {
8260                     "name": "Nicolas Grekas",
8261                     "email": "p@tchwork.com"
8262                 },
8263                 {
8264                     "name": "Symfony Community",
8265                     "homepage": "https://symfony.com/contributors"
8266                 }
8267             ],
8268             "description": "Generic abstractions related to HTTP clients",
8269             "homepage": "https://symfony.com",
8270             "keywords": [
8271                 "abstractions",
8272                 "contracts",
8273                 "decoupling",
8274                 "interfaces",
8275                 "interoperability",
8276                 "standards"
8277             ],
8278             "support": {
8279                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
8280             },
8281             "funding": [
8282                 {
8283                     "url": "https://symfony.com/sponsor",
8284                     "type": "custom"
8285                 },
8286                 {
8287                     "url": "https://github.com/fabpot",
8288                     "type": "github"
8289                 },
8290                 {
8291                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8292                     "type": "tidelift"
8293                 }
8294             ],
8295             "time": "2022-04-12T15:48:08+00:00"
8296         },
8297         {
8298             "name": "symfony/http-foundation",
8299             "version": "v4.4.49",
8300             "source": {
8301                 "type": "git",
8302                 "url": "https://github.com/symfony/http-foundation.git",
8303                 "reference": "191413c7b832c015bb38eae963f2e57498c3c173"
8304             },
8305             "dist": {
8306                 "type": "zip",
8307                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173",
8308                 "reference": "191413c7b832c015bb38eae963f2e57498c3c173",
8309                 "shasum": ""
8310             },
8311             "require": {
8312                 "php": ">=7.1.3",
8313                 "symfony/mime": "^4.3|^5.0",
8314                 "symfony/polyfill-mbstring": "~1.1",
8315                 "symfony/polyfill-php80": "^1.16"
8316             },
8317             "require-dev": {
8318                 "predis/predis": "~1.0",
8319                 "symfony/expression-language": "^3.4|^4.0|^5.0"
8320             },
8321             "type": "library",
8322             "autoload": {
8323                 "psr-4": {
8324                     "Symfony\\Component\\HttpFoundation\\": ""
8325                 },
8326                 "exclude-from-classmap": [
8327                     "/Tests/"
8328                 ]
8329             },
8330             "notification-url": "https://packagist.org/downloads/",
8331             "license": [
8332                 "MIT"
8333             ],
8334             "authors": [
8335                 {
8336                     "name": "Fabien Potencier",
8337                     "email": "fabien@symfony.com"
8338                 },
8339                 {
8340                     "name": "Symfony Community",
8341                     "homepage": "https://symfony.com/contributors"
8342                 }
8343             ],
8344             "description": "Defines an object-oriented layer for the HTTP specification",
8345             "homepage": "https://symfony.com",
8346             "support": {
8347                 "source": "https://github.com/symfony/http-foundation/tree/v4.4.49"
8348             },
8349             "funding": [
8350                 {
8351                     "url": "https://symfony.com/sponsor",
8352                     "type": "custom"
8353                 },
8354                 {
8355                     "url": "https://github.com/fabpot",
8356                     "type": "github"
8357                 },
8358                 {
8359                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8360                     "type": "tidelift"
8361                 }
8362             ],
8363             "time": "2022-11-04T16:17:57+00:00"
8364         },
8365         {
8366             "name": "symfony/inflector",
8367             "version": "v5.4.11",
8368             "source": {
8369                 "type": "git",
8370                 "url": "https://github.com/symfony/inflector.git",
8371                 "reference": "4cb14dfb9cf782a1c743aaf4dac101003583d377"
8372             },
8373             "dist": {
8374                 "type": "zip",
8375                 "url": "https://api.github.com/repos/symfony/inflector/zipball/4cb14dfb9cf782a1c743aaf4dac101003583d377",
8376                 "reference": "4cb14dfb9cf782a1c743aaf4dac101003583d377",
8377                 "shasum": ""
8378             },
8379             "require": {
8380                 "php": ">=7.2.5",
8381                 "symfony/deprecation-contracts": "^2.1|^3",
8382                 "symfony/polyfill-php80": "^1.16",
8383                 "symfony/string": "^5.3.10|^6.0"
8384             },
8385             "type": "library",
8386             "autoload": {
8387                 "psr-4": {
8388                     "Symfony\\Component\\Inflector\\": ""
8389                 },
8390                 "exclude-from-classmap": [
8391                     "/Tests/"
8392                 ]
8393             },
8394             "notification-url": "https://packagist.org/downloads/",
8395             "license": [
8396                 "MIT"
8397             ],
8398             "authors": [
8399                 {
8400                     "name": "Bernhard Schussek",
8401                     "email": "bschussek@gmail.com"
8402                 },
8403                 {
8404                     "name": "Symfony Community",
8405                     "homepage": "https://symfony.com/contributors"
8406                 }
8407             ],
8408             "description": "Converts words between their singular and plural forms (English only)",
8409             "homepage": "https://symfony.com",
8410             "keywords": [
8411                 "inflection",
8412                 "pluralize",
8413                 "singularize",
8414                 "string",
8415                 "symfony",
8416                 "words"
8417             ],
8418             "support": {
8419                 "source": "https://github.com/symfony/inflector/tree/v5.4.11"
8420             },
8421             "funding": [
8422                 {
8423                     "url": "https://symfony.com/sponsor",
8424                     "type": "custom"
8425                 },
8426                 {
8427                     "url": "https://github.com/fabpot",
8428                     "type": "github"
8429                 },
8430                 {
8431                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8432                     "type": "tidelift"
8433                 }
8434             ],
8435             "abandoned": "EnglishInflector from the String component",
8436             "time": "2022-07-20T11:34:24+00:00"
8437         },
8438         {
8439             "name": "symfony/mime",
8440             "version": "v5.4.16",
8441             "source": {
8442                 "type": "git",
8443                 "url": "https://github.com/symfony/mime.git",
8444                 "reference": "46eeedb08f0832b1b61a84c612d945fc85ee4734"
8445             },
8446             "dist": {
8447                 "type": "zip",
8448                 "url": "https://api.github.com/repos/symfony/mime/zipball/46eeedb08f0832b1b61a84c612d945fc85ee4734",
8449                 "reference": "46eeedb08f0832b1b61a84c612d945fc85ee4734",
8450                 "shasum": ""
8451             },
8452             "require": {
8453                 "php": ">=7.2.5",
8454                 "symfony/deprecation-contracts": "^2.1|^3",
8455                 "symfony/polyfill-intl-idn": "^1.10",
8456                 "symfony/polyfill-mbstring": "^1.0",
8457                 "symfony/polyfill-php80": "^1.16"
8458             },
8459             "conflict": {
8460                 "egulias/email-validator": "~3.0.0",
8461                 "phpdocumentor/reflection-docblock": "<3.2.2",
8462                 "phpdocumentor/type-resolver": "<1.4.0",
8463                 "symfony/mailer": "<4.4",
8464                 "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
8465             },
8466             "require-dev": {
8467                 "egulias/email-validator": "^2.1.10|^3.1",
8468                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
8469                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8470                 "symfony/property-access": "^4.4|^5.1|^6.0",
8471                 "symfony/property-info": "^4.4|^5.1|^6.0",
8472                 "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
8473             },
8474             "type": "library",
8475             "autoload": {
8476                 "psr-4": {
8477                     "Symfony\\Component\\Mime\\": ""
8478                 },
8479                 "exclude-from-classmap": [
8480                     "/Tests/"
8481                 ]
8482             },
8483             "notification-url": "https://packagist.org/downloads/",
8484             "license": [
8485                 "MIT"
8486             ],
8487             "authors": [
8488                 {
8489                     "name": "Fabien Potencier",
8490                     "email": "fabien@symfony.com"
8491                 },
8492                 {
8493                     "name": "Symfony Community",
8494                     "homepage": "https://symfony.com/contributors"
8495                 }
8496             ],
8497             "description": "Allows manipulating MIME messages",
8498             "homepage": "https://symfony.com",
8499             "keywords": [
8500                 "mime",
8501                 "mime-type"
8502             ],
8503             "support": {
8504                 "source": "https://github.com/symfony/mime/tree/v5.4.16"
8505             },
8506             "funding": [
8507                 {
8508                     "url": "https://symfony.com/sponsor",
8509                     "type": "custom"
8510                 },
8511                 {
8512                     "url": "https://github.com/fabpot",
8513                     "type": "github"
8514                 },
8515                 {
8516                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8517                     "type": "tidelift"
8518                 }
8519             ],
8520             "time": "2022-11-26T16:45:22+00:00"
8521         },
8522         {
8523             "name": "symfony/polyfill-ctype",
8524             "version": "v1.27.0",
8525             "source": {
8526                 "type": "git",
8527                 "url": "https://github.com/symfony/polyfill-ctype.git",
8528                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
8529             },
8530             "dist": {
8531                 "type": "zip",
8532                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
8533                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
8534                 "shasum": ""
8535             },
8536             "require": {
8537                 "php": ">=7.1"
8538             },
8539             "provide": {
8540                 "ext-ctype": "*"
8541             },
8542             "suggest": {
8543                 "ext-ctype": "For best performance"
8544             },
8545             "type": "library",
8546             "extra": {
8547                 "branch-alias": {
8548                     "dev-main": "1.27-dev"
8549                 },
8550                 "thanks": {
8551                     "name": "symfony/polyfill",
8552                     "url": "https://github.com/symfony/polyfill"
8553                 }
8554             },
8555             "autoload": {
8556                 "files": [
8557                     "bootstrap.php"
8558                 ],
8559                 "psr-4": {
8560                     "Symfony\\Polyfill\\Ctype\\": ""
8561                 }
8562             },
8563             "notification-url": "https://packagist.org/downloads/",
8564             "license": [
8565                 "MIT"
8566             ],
8567             "authors": [
8568                 {
8569                     "name": "Gert de Pagter",
8570                     "email": "BackEndTea@gmail.com"
8571                 },
8572                 {
8573                     "name": "Symfony Community",
8574                     "homepage": "https://symfony.com/contributors"
8575                 }
8576             ],
8577             "description": "Symfony polyfill for ctype functions",
8578             "homepage": "https://symfony.com",
8579             "keywords": [
8580                 "compatibility",
8581                 "ctype",
8582                 "polyfill",
8583                 "portable"
8584             ],
8585             "support": {
8586                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
8587             },
8588             "funding": [
8589                 {
8590                     "url": "https://symfony.com/sponsor",
8591                     "type": "custom"
8592                 },
8593                 {
8594                     "url": "https://github.com/fabpot",
8595                     "type": "github"
8596                 },
8597                 {
8598                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8599                     "type": "tidelift"
8600                 }
8601             ],
8602             "time": "2022-11-03T14:55:06+00:00"
8603         },
8604         {
8605             "name": "symfony/polyfill-intl-grapheme",
8606             "version": "v1.27.0",
8607             "source": {
8608                 "type": "git",
8609                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
8610                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
8611             },
8612             "dist": {
8613                 "type": "zip",
8614                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
8615                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
8616                 "shasum": ""
8617             },
8618             "require": {
8619                 "php": ">=7.1"
8620             },
8621             "suggest": {
8622                 "ext-intl": "For best performance"
8623             },
8624             "type": "library",
8625             "extra": {
8626                 "branch-alias": {
8627                     "dev-main": "1.27-dev"
8628                 },
8629                 "thanks": {
8630                     "name": "symfony/polyfill",
8631                     "url": "https://github.com/symfony/polyfill"
8632                 }
8633             },
8634             "autoload": {
8635                 "files": [
8636                     "bootstrap.php"
8637                 ],
8638                 "psr-4": {
8639                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
8640                 }
8641             },
8642             "notification-url": "https://packagist.org/downloads/",
8643             "license": [
8644                 "MIT"
8645             ],
8646             "authors": [
8647                 {
8648                     "name": "Nicolas Grekas",
8649                     "email": "p@tchwork.com"
8650                 },
8651                 {
8652                     "name": "Symfony Community",
8653                     "homepage": "https://symfony.com/contributors"
8654                 }
8655             ],
8656             "description": "Symfony polyfill for intl's grapheme_* functions",
8657             "homepage": "https://symfony.com",
8658             "keywords": [
8659                 "compatibility",
8660                 "grapheme",
8661                 "intl",
8662                 "polyfill",
8663                 "portable",
8664                 "shim"
8665             ],
8666             "support": {
8667                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
8668             },
8669             "funding": [
8670                 {
8671                     "url": "https://symfony.com/sponsor",
8672                     "type": "custom"
8673                 },
8674                 {
8675                     "url": "https://github.com/fabpot",
8676                     "type": "github"
8677                 },
8678                 {
8679                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8680                     "type": "tidelift"
8681                 }
8682             ],
8683             "time": "2022-11-03T14:55:06+00:00"
8684         },
8685         {
8686             "name": "symfony/polyfill-intl-idn",
8687             "version": "v1.27.0",
8688             "source": {
8689                 "type": "git",
8690                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8691                 "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
8692             },
8693             "dist": {
8694                 "type": "zip",
8695                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
8696                 "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
8697                 "shasum": ""
8698             },
8699             "require": {
8700                 "php": ">=7.1",
8701                 "symfony/polyfill-intl-normalizer": "^1.10",
8702                 "symfony/polyfill-php72": "^1.10"
8703             },
8704             "suggest": {
8705                 "ext-intl": "For best performance"
8706             },
8707             "type": "library",
8708             "extra": {
8709                 "branch-alias": {
8710                     "dev-main": "1.27-dev"
8711                 },
8712                 "thanks": {
8713                     "name": "symfony/polyfill",
8714                     "url": "https://github.com/symfony/polyfill"
8715                 }
8716             },
8717             "autoload": {
8718                 "files": [
8719                     "bootstrap.php"
8720                 ],
8721                 "psr-4": {
8722                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
8723                 }
8724             },
8725             "notification-url": "https://packagist.org/downloads/",
8726             "license": [
8727                 "MIT"
8728             ],
8729             "authors": [
8730                 {
8731                     "name": "Laurent Bassin",
8732                     "email": "laurent@bassin.info"
8733                 },
8734                 {
8735                     "name": "Trevor Rowbotham",
8736                     "email": "trevor.rowbotham@pm.me"
8737                 },
8738                 {
8739                     "name": "Symfony Community",
8740                     "homepage": "https://symfony.com/contributors"
8741                 }
8742             ],
8743             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8744             "homepage": "https://symfony.com",
8745             "keywords": [
8746                 "compatibility",
8747                 "idn",
8748                 "intl",
8749                 "polyfill",
8750                 "portable",
8751                 "shim"
8752             ],
8753             "support": {
8754                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
8755             },
8756             "funding": [
8757                 {
8758                     "url": "https://symfony.com/sponsor",
8759                     "type": "custom"
8760                 },
8761                 {
8762                     "url": "https://github.com/fabpot",
8763                     "type": "github"
8764                 },
8765                 {
8766                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8767                     "type": "tidelift"
8768                 }
8769             ],
8770             "time": "2022-11-03T14:55:06+00:00"
8771         },
8772         {
8773             "name": "symfony/polyfill-intl-normalizer",
8774             "version": "v1.27.0",
8775             "source": {
8776                 "type": "git",
8777                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
8778                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
8779             },
8780             "dist": {
8781                 "type": "zip",
8782                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
8783                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
8784                 "shasum": ""
8785             },
8786             "require": {
8787                 "php": ">=7.1"
8788             },
8789             "suggest": {
8790                 "ext-intl": "For best performance"
8791             },
8792             "type": "library",
8793             "extra": {
8794                 "branch-alias": {
8795                     "dev-main": "1.27-dev"
8796                 },
8797                 "thanks": {
8798                     "name": "symfony/polyfill",
8799                     "url": "https://github.com/symfony/polyfill"
8800                 }
8801             },
8802             "autoload": {
8803                 "files": [
8804                     "bootstrap.php"
8805                 ],
8806                 "psr-4": {
8807                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
8808                 },
8809                 "classmap": [
8810                     "Resources/stubs"
8811                 ]
8812             },
8813             "notification-url": "https://packagist.org/downloads/",
8814             "license": [
8815                 "MIT"
8816             ],
8817             "authors": [
8818                 {
8819                     "name": "Nicolas Grekas",
8820                     "email": "p@tchwork.com"
8821                 },
8822                 {
8823                     "name": "Symfony Community",
8824                     "homepage": "https://symfony.com/contributors"
8825                 }
8826             ],
8827             "description": "Symfony polyfill for intl's Normalizer class and related functions",
8828             "homepage": "https://symfony.com",
8829             "keywords": [
8830                 "compatibility",
8831                 "intl",
8832                 "normalizer",
8833                 "polyfill",
8834                 "portable",
8835                 "shim"
8836             ],
8837             "support": {
8838                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
8839             },
8840             "funding": [
8841                 {
8842                     "url": "https://symfony.com/sponsor",
8843                     "type": "custom"
8844                 },
8845                 {
8846                     "url": "https://github.com/fabpot",
8847                     "type": "github"
8848                 },
8849                 {
8850                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8851                     "type": "tidelift"
8852                 }
8853             ],
8854             "time": "2022-11-03T14:55:06+00:00"
8855         },
8856         {
8857             "name": "symfony/polyfill-mbstring",
8858             "version": "v1.27.0",
8859             "source": {
8860                 "type": "git",
8861                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8862                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
8863             },
8864             "dist": {
8865                 "type": "zip",
8866                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
8867                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
8868                 "shasum": ""
8869             },
8870             "require": {
8871                 "php": ">=7.1"
8872             },
8873             "provide": {
8874                 "ext-mbstring": "*"
8875             },
8876             "suggest": {
8877                 "ext-mbstring": "For best performance"
8878             },
8879             "type": "library",
8880             "extra": {
8881                 "branch-alias": {
8882                     "dev-main": "1.27-dev"
8883                 },
8884                 "thanks": {
8885                     "name": "symfony/polyfill",
8886                     "url": "https://github.com/symfony/polyfill"
8887                 }
8888             },
8889             "autoload": {
8890                 "files": [
8891                     "bootstrap.php"
8892                 ],
8893                 "psr-4": {
8894                     "Symfony\\Polyfill\\Mbstring\\": ""
8895                 }
8896             },
8897             "notification-url": "https://packagist.org/downloads/",
8898             "license": [
8899                 "MIT"
8900             ],
8901             "authors": [
8902                 {
8903                     "name": "Nicolas Grekas",
8904                     "email": "p@tchwork.com"
8905                 },
8906                 {
8907                     "name": "Symfony Community",
8908                     "homepage": "https://symfony.com/contributors"
8909                 }
8910             ],
8911             "description": "Symfony polyfill for the Mbstring extension",
8912             "homepage": "https://symfony.com",
8913             "keywords": [
8914                 "compatibility",
8915                 "mbstring",
8916                 "polyfill",
8917                 "portable",
8918                 "shim"
8919             ],
8920             "support": {
8921                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
8922             },
8923             "funding": [
8924                 {
8925                     "url": "https://symfony.com/sponsor",
8926                     "type": "custom"
8927                 },
8928                 {
8929                     "url": "https://github.com/fabpot",
8930                     "type": "github"
8931                 },
8932                 {
8933                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8934                     "type": "tidelift"
8935                 }
8936             ],
8937             "time": "2022-11-03T14:55:06+00:00"
8938         },
8939         {
8940             "name": "symfony/polyfill-php72",
8941             "version": "v1.27.0",
8942             "source": {
8943                 "type": "git",
8944                 "url": "https://github.com/symfony/polyfill-php72.git",
8945                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
8946             },
8947             "dist": {
8948                 "type": "zip",
8949                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
8950                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
8951                 "shasum": ""
8952             },
8953             "require": {
8954                 "php": ">=7.1"
8955             },
8956             "type": "library",
8957             "extra": {
8958                 "branch-alias": {
8959                     "dev-main": "1.27-dev"
8960                 },
8961                 "thanks": {
8962                     "name": "symfony/polyfill",
8963                     "url": "https://github.com/symfony/polyfill"
8964                 }
8965             },
8966             "autoload": {
8967                 "files": [
8968                     "bootstrap.php"
8969                 ],
8970                 "psr-4": {
8971                     "Symfony\\Polyfill\\Php72\\": ""
8972                 }
8973             },
8974             "notification-url": "https://packagist.org/downloads/",
8975             "license": [
8976                 "MIT"
8977             ],
8978             "authors": [
8979                 {
8980                     "name": "Nicolas Grekas",
8981                     "email": "p@tchwork.com"
8982                 },
8983                 {
8984                     "name": "Symfony Community",
8985                     "homepage": "https://symfony.com/contributors"
8986                 }
8987             ],
8988             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
8989             "homepage": "https://symfony.com",
8990             "keywords": [
8991                 "compatibility",
8992                 "polyfill",
8993                 "portable",
8994                 "shim"
8995             ],
8996             "support": {
8997                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
8998             },
8999             "funding": [
9000                 {
9001                     "url": "https://symfony.com/sponsor",
9002                     "type": "custom"
9003                 },
9004                 {
9005                     "url": "https://github.com/fabpot",
9006                     "type": "github"
9007                 },
9008                 {
9009                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9010                     "type": "tidelift"
9011                 }
9012             ],
9013             "time": "2022-11-03T14:55:06+00:00"
9014         },
9015         {
9016             "name": "symfony/polyfill-php73",
9017             "version": "v1.27.0",
9018             "source": {
9019                 "type": "git",
9020                 "url": "https://github.com/symfony/polyfill-php73.git",
9021                 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
9022             },
9023             "dist": {
9024                 "type": "zip",
9025                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
9026                 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
9027                 "shasum": ""
9028             },
9029             "require": {
9030                 "php": ">=7.1"
9031             },
9032             "type": "library",
9033             "extra": {
9034                 "branch-alias": {
9035                     "dev-main": "1.27-dev"
9036                 },
9037                 "thanks": {
9038                     "name": "symfony/polyfill",
9039                     "url": "https://github.com/symfony/polyfill"
9040                 }
9041             },
9042             "autoload": {
9043                 "files": [
9044                     "bootstrap.php"
9045                 ],
9046                 "psr-4": {
9047                     "Symfony\\Polyfill\\Php73\\": ""
9048                 },
9049                 "classmap": [
9050                     "Resources/stubs"
9051                 ]
9052             },
9053             "notification-url": "https://packagist.org/downloads/",
9054             "license": [
9055                 "MIT"
9056             ],
9057             "authors": [
9058                 {
9059                     "name": "Nicolas Grekas",
9060                     "email": "p@tchwork.com"
9061                 },
9062                 {
9063                     "name": "Symfony Community",
9064                     "homepage": "https://symfony.com/contributors"
9065                 }
9066             ],
9067             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
9068             "homepage": "https://symfony.com",
9069             "keywords": [
9070                 "compatibility",
9071                 "polyfill",
9072                 "portable",
9073                 "shim"
9074             ],
9075             "support": {
9076                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
9077             },
9078             "funding": [
9079                 {
9080                     "url": "https://symfony.com/sponsor",
9081                     "type": "custom"
9082                 },
9083                 {
9084                     "url": "https://github.com/fabpot",
9085                     "type": "github"
9086                 },
9087                 {
9088                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9089                     "type": "tidelift"
9090                 }
9091             ],
9092             "time": "2022-11-03T14:55:06+00:00"
9093         },
9094         {
9095             "name": "symfony/polyfill-php80",
9096             "version": "v1.27.0",
9097             "source": {
9098                 "type": "git",
9099                 "url": "https://github.com/symfony/polyfill-php80.git",
9100                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
9101             },
9102             "dist": {
9103                 "type": "zip",
9104                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
9105                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
9106                 "shasum": ""
9107             },
9108             "require": {
9109                 "php": ">=7.1"
9110             },
9111             "type": "library",
9112             "extra": {
9113                 "branch-alias": {
9114                     "dev-main": "1.27-dev"
9115                 },
9116                 "thanks": {
9117                     "name": "symfony/polyfill",
9118                     "url": "https://github.com/symfony/polyfill"
9119                 }
9120             },
9121             "autoload": {
9122                 "files": [
9123                     "bootstrap.php"
9124                 ],
9125                 "psr-4": {
9126                     "Symfony\\Polyfill\\Php80\\": ""
9127                 },
9128                 "classmap": [
9129                     "Resources/stubs"
9130                 ]
9131             },
9132             "notification-url": "https://packagist.org/downloads/",
9133             "license": [
9134                 "MIT"
9135             ],
9136             "authors": [
9137                 {
9138                     "name": "Ion Bazan",
9139                     "email": "ion.bazan@gmail.com"
9140                 },
9141                 {
9142                     "name": "Nicolas Grekas",
9143                     "email": "p@tchwork.com"
9144                 },
9145                 {
9146                     "name": "Symfony Community",
9147                     "homepage": "https://symfony.com/contributors"
9148                 }
9149             ],
9150             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
9151             "homepage": "https://symfony.com",
9152             "keywords": [
9153                 "compatibility",
9154                 "polyfill",
9155                 "portable",
9156                 "shim"
9157             ],
9158             "support": {
9159                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
9160             },
9161             "funding": [
9162                 {
9163                     "url": "https://symfony.com/sponsor",
9164                     "type": "custom"
9165                 },
9166                 {
9167                     "url": "https://github.com/fabpot",
9168                     "type": "github"
9169                 },
9170                 {
9171                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9172                     "type": "tidelift"
9173                 }
9174             ],
9175             "time": "2022-11-03T14:55:06+00:00"
9176         },
9177         {
9178             "name": "symfony/polyfill-php81",
9179             "version": "v1.27.0",
9180             "source": {
9181                 "type": "git",
9182                 "url": "https://github.com/symfony/polyfill-php81.git",
9183                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
9184             },
9185             "dist": {
9186                 "type": "zip",
9187                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
9188                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
9189                 "shasum": ""
9190             },
9191             "require": {
9192                 "php": ">=7.1"
9193             },
9194             "type": "library",
9195             "extra": {
9196                 "branch-alias": {
9197                     "dev-main": "1.27-dev"
9198                 },
9199                 "thanks": {
9200                     "name": "symfony/polyfill",
9201                     "url": "https://github.com/symfony/polyfill"
9202                 }
9203             },
9204             "autoload": {
9205                 "files": [
9206                     "bootstrap.php"
9207                 ],
9208                 "psr-4": {
9209                     "Symfony\\Polyfill\\Php81\\": ""
9210                 },
9211                 "classmap": [
9212                     "Resources/stubs"
9213                 ]
9214             },
9215             "notification-url": "https://packagist.org/downloads/",
9216             "license": [
9217                 "MIT"
9218             ],
9219             "authors": [
9220                 {
9221                     "name": "Nicolas Grekas",
9222                     "email": "p@tchwork.com"
9223                 },
9224                 {
9225                     "name": "Symfony Community",
9226                     "homepage": "https://symfony.com/contributors"
9227                 }
9228             ],
9229             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
9230             "homepage": "https://symfony.com",
9231             "keywords": [
9232                 "compatibility",
9233                 "polyfill",
9234                 "portable",
9235                 "shim"
9236             ],
9237             "support": {
9238                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
9239             },
9240             "funding": [
9241                 {
9242                     "url": "https://symfony.com/sponsor",
9243                     "type": "custom"
9244                 },
9245                 {
9246                     "url": "https://github.com/fabpot",
9247                     "type": "github"
9248                 },
9249                 {
9250                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9251                     "type": "tidelift"
9252                 }
9253             ],
9254             "time": "2022-11-03T14:55:06+00:00"
9255         },
9256         {
9257             "name": "symfony/process",
9258             "version": "v5.4.11",
9259             "source": {
9260                 "type": "git",
9261                 "url": "https://github.com/symfony/process.git",
9262                 "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
9263             },
9264             "dist": {
9265                 "type": "zip",
9266                 "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
9267                 "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
9268                 "shasum": ""
9269             },
9270             "require": {
9271                 "php": ">=7.2.5",
9272                 "symfony/polyfill-php80": "^1.16"
9273             },
9274             "type": "library",
9275             "autoload": {
9276                 "psr-4": {
9277                     "Symfony\\Component\\Process\\": ""
9278                 },
9279                 "exclude-from-classmap": [
9280                     "/Tests/"
9281                 ]
9282             },
9283             "notification-url": "https://packagist.org/downloads/",
9284             "license": [
9285                 "MIT"
9286             ],
9287             "authors": [
9288                 {
9289                     "name": "Fabien Potencier",
9290                     "email": "fabien@symfony.com"
9291                 },
9292                 {
9293                     "name": "Symfony Community",
9294                     "homepage": "https://symfony.com/contributors"
9295                 }
9296             ],
9297             "description": "Executes commands in sub-processes",
9298             "homepage": "https://symfony.com",
9299             "support": {
9300                 "source": "https://github.com/symfony/process/tree/v5.4.11"
9301             },
9302             "funding": [
9303                 {
9304                     "url": "https://symfony.com/sponsor",
9305                     "type": "custom"
9306                 },
9307                 {
9308                     "url": "https://github.com/fabpot",
9309                     "type": "github"
9310                 },
9311                 {
9312                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9313                     "type": "tidelift"
9314                 }
9315             ],
9316             "time": "2022-06-27T16:58:25+00:00"
9317         },
9318         {
9319             "name": "symfony/property-access",
9320             "version": "v4.4.44",
9321             "source": {
9322                 "type": "git",
9323                 "url": "https://github.com/symfony/property-access.git",
9324                 "reference": "d49682f6f0764df725c95128213a38f7e0a9f358"
9325             },
9326             "dist": {
9327                 "type": "zip",
9328                 "url": "https://api.github.com/repos/symfony/property-access/zipball/d49682f6f0764df725c95128213a38f7e0a9f358",
9329                 "reference": "d49682f6f0764df725c95128213a38f7e0a9f358",
9330                 "shasum": ""
9331             },
9332             "require": {
9333                 "php": ">=7.1.3",
9334                 "symfony/inflector": "^3.4|^4.0|^5.0",
9335                 "symfony/polyfill-php80": "^1.16"
9336             },
9337             "require-dev": {
9338                 "symfony/cache": "^3.4|^4.0|^5.0"
9339             },
9340             "suggest": {
9341                 "psr/cache-implementation": "To cache access methods."
9342             },
9343             "type": "library",
9344             "autoload": {
9345                 "psr-4": {
9346                     "Symfony\\Component\\PropertyAccess\\": ""
9347                 },
9348                 "exclude-from-classmap": [
9349                     "/Tests/"
9350                 ]
9351             },
9352             "notification-url": "https://packagist.org/downloads/",
9353             "license": [
9354                 "MIT"
9355             ],
9356             "authors": [
9357                 {
9358                     "name": "Fabien Potencier",
9359                     "email": "fabien@symfony.com"
9360                 },
9361                 {
9362                     "name": "Symfony Community",
9363                     "homepage": "https://symfony.com/contributors"
9364                 }
9365             ],
9366             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
9367             "homepage": "https://symfony.com",
9368             "keywords": [
9369                 "access",
9370                 "array",
9371                 "extraction",
9372                 "index",
9373                 "injection",
9374                 "object",
9375                 "property",
9376                 "property path",
9377                 "reflection"
9378             ],
9379             "support": {
9380                 "source": "https://github.com/symfony/property-access/tree/v4.4.44"
9381             },
9382             "funding": [
9383                 {
9384                     "url": "https://symfony.com/sponsor",
9385                     "type": "custom"
9386                 },
9387                 {
9388                     "url": "https://github.com/fabpot",
9389                     "type": "github"
9390                 },
9391                 {
9392                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9393                     "type": "tidelift"
9394                 }
9395             ],
9396             "time": "2022-06-27T13:16:42+00:00"
9397         },
9398         {
9399             "name": "symfony/service-contracts",
9400             "version": "v2.5.2",
9401             "source": {
9402                 "type": "git",
9403                 "url": "https://github.com/symfony/service-contracts.git",
9404                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
9405             },
9406             "dist": {
9407                 "type": "zip",
9408                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9409                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9410                 "shasum": ""
9411             },
9412             "require": {
9413                 "php": ">=7.2.5",
9414                 "psr/container": "^1.1",
9415                 "symfony/deprecation-contracts": "^2.1|^3"
9416             },
9417             "conflict": {
9418                 "ext-psr": "<1.1|>=2"
9419             },
9420             "suggest": {
9421                 "symfony/service-implementation": ""
9422             },
9423             "type": "library",
9424             "extra": {
9425                 "branch-alias": {
9426                     "dev-main": "2.5-dev"
9427                 },
9428                 "thanks": {
9429                     "name": "symfony/contracts",
9430                     "url": "https://github.com/symfony/contracts"
9431                 }
9432             },
9433             "autoload": {
9434                 "psr-4": {
9435                     "Symfony\\Contracts\\Service\\": ""
9436                 }
9437             },
9438             "notification-url": "https://packagist.org/downloads/",
9439             "license": [
9440                 "MIT"
9441             ],
9442             "authors": [
9443                 {
9444                     "name": "Nicolas Grekas",
9445                     "email": "p@tchwork.com"
9446                 },
9447                 {
9448                     "name": "Symfony Community",
9449                     "homepage": "https://symfony.com/contributors"
9450                 }
9451             ],
9452             "description": "Generic abstractions related to writing services",
9453             "homepage": "https://symfony.com",
9454             "keywords": [
9455                 "abstractions",
9456                 "contracts",
9457                 "decoupling",
9458                 "interfaces",
9459                 "interoperability",
9460                 "standards"
9461             ],
9462             "support": {
9463                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
9464             },
9465             "funding": [
9466                 {
9467                     "url": "https://symfony.com/sponsor",
9468                     "type": "custom"
9469                 },
9470                 {
9471                     "url": "https://github.com/fabpot",
9472                     "type": "github"
9473                 },
9474                 {
9475                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9476                     "type": "tidelift"
9477                 }
9478             ],
9479             "time": "2022-05-30T19:17:29+00:00"
9480         },
9481         {
9482             "name": "symfony/string",
9483             "version": "v5.4.15",
9484             "source": {
9485                 "type": "git",
9486                 "url": "https://github.com/symfony/string.git",
9487                 "reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed"
9488             },
9489             "dist": {
9490                 "type": "zip",
9491                 "url": "https://api.github.com/repos/symfony/string/zipball/571334ce9f687e3e6af72db4d3b2a9431e4fd9ed",
9492                 "reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed",
9493                 "shasum": ""
9494             },
9495             "require": {
9496                 "php": ">=7.2.5",
9497                 "symfony/polyfill-ctype": "~1.8",
9498                 "symfony/polyfill-intl-grapheme": "~1.0",
9499                 "symfony/polyfill-intl-normalizer": "~1.0",
9500                 "symfony/polyfill-mbstring": "~1.0",
9501                 "symfony/polyfill-php80": "~1.15"
9502             },
9503             "conflict": {
9504                 "symfony/translation-contracts": ">=3.0"
9505             },
9506             "require-dev": {
9507                 "symfony/error-handler": "^4.4|^5.0|^6.0",
9508                 "symfony/http-client": "^4.4|^5.0|^6.0",
9509                 "symfony/translation-contracts": "^1.1|^2",
9510                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
9511             },
9512             "type": "library",
9513             "autoload": {
9514                 "files": [
9515                     "Resources/functions.php"
9516                 ],
9517                 "psr-4": {
9518                     "Symfony\\Component\\String\\": ""
9519                 },
9520                 "exclude-from-classmap": [
9521                     "/Tests/"
9522                 ]
9523             },
9524             "notification-url": "https://packagist.org/downloads/",
9525             "license": [
9526                 "MIT"
9527             ],
9528             "authors": [
9529                 {
9530                     "name": "Nicolas Grekas",
9531                     "email": "p@tchwork.com"
9532                 },
9533                 {
9534                     "name": "Symfony Community",
9535                     "homepage": "https://symfony.com/contributors"
9536                 }
9537             ],
9538             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
9539             "homepage": "https://symfony.com",
9540             "keywords": [
9541                 "grapheme",
9542                 "i18n",
9543                 "string",
9544                 "unicode",
9545                 "utf-8",
9546                 "utf8"
9547             ],
9548             "support": {
9549                 "source": "https://github.com/symfony/string/tree/v5.4.15"
9550             },
9551             "funding": [
9552                 {
9553                     "url": "https://symfony.com/sponsor",
9554                     "type": "custom"
9555                 },
9556                 {
9557                     "url": "https://github.com/fabpot",
9558                     "type": "github"
9559                 },
9560                 {
9561                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9562                     "type": "tidelift"
9563                 }
9564             ],
9565             "time": "2022-10-05T15:16:54+00:00"
9566         },
9567         {
9568             "name": "symfony/yaml",
9569             "version": "v4.4.45",
9570             "source": {
9571                 "type": "git",
9572                 "url": "https://github.com/symfony/yaml.git",
9573                 "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d"
9574             },
9575             "dist": {
9576                 "type": "zip",
9577                 "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
9578                 "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
9579                 "shasum": ""
9580             },
9581             "require": {
9582                 "php": ">=7.1.3",
9583                 "symfony/polyfill-ctype": "~1.8"
9584             },
9585             "conflict": {
9586                 "symfony/console": "<3.4"
9587             },
9588             "require-dev": {
9589                 "symfony/console": "^3.4|^4.0|^5.0"
9590             },
9591             "suggest": {
9592                 "symfony/console": "For validating YAML files using the lint command"
9593             },
9594             "type": "library",
9595             "autoload": {
9596                 "psr-4": {
9597                     "Symfony\\Component\\Yaml\\": ""
9598                 },
9599                 "exclude-from-classmap": [
9600                     "/Tests/"
9601                 ]
9602             },
9603             "notification-url": "https://packagist.org/downloads/",
9604             "license": [
9605                 "MIT"
9606             ],
9607             "authors": [
9608                 {
9609                     "name": "Fabien Potencier",
9610                     "email": "fabien@symfony.com"
9611                 },
9612                 {
9613                     "name": "Symfony Community",
9614                     "homepage": "https://symfony.com/contributors"
9615                 }
9616             ],
9617             "description": "Loads and dumps YAML files",
9618             "homepage": "https://symfony.com",
9619             "support": {
9620                 "source": "https://github.com/symfony/yaml/tree/v4.4.45"
9621             },
9622             "funding": [
9623                 {
9624                     "url": "https://symfony.com/sponsor",
9625                     "type": "custom"
9626                 },
9627                 {
9628                     "url": "https://github.com/fabpot",
9629                     "type": "github"
9630                 },
9631                 {
9632                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9633                     "type": "tidelift"
9634                 }
9635             ],
9636             "time": "2022-08-02T15:47:23+00:00"
9637         },
9638         {
9639             "name": "twig/twig",
9640             "version": "v3.4.3",
9641             "source": {
9642                 "type": "git",
9643                 "url": "https://github.com/twigphp/Twig.git",
9644                 "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
9645             },
9646             "dist": {
9647                 "type": "zip",
9648                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
9649                 "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
9650                 "shasum": ""
9651             },
9652             "require": {
9653                 "php": ">=7.2.5",
9654                 "symfony/polyfill-ctype": "^1.8",
9655                 "symfony/polyfill-mbstring": "^1.3"
9656             },
9657             "require-dev": {
9658                 "psr/container": "^1.0",
9659                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
9660             },
9661             "type": "library",
9662             "extra": {
9663                 "branch-alias": {
9664                     "dev-master": "3.4-dev"
9665                 }
9666             },
9667             "autoload": {
9668                 "psr-4": {
9669                     "Twig\\": "src/"
9670                 }
9671             },
9672             "notification-url": "https://packagist.org/downloads/",
9673             "license": [
9674                 "BSD-3-Clause"
9675             ],
9676             "authors": [
9677                 {
9678                     "name": "Fabien Potencier",
9679                     "email": "fabien@symfony.com",
9680                     "homepage": "http://fabien.potencier.org",
9681                     "role": "Lead Developer"
9682                 },
9683                 {
9684                     "name": "Twig Team",
9685                     "role": "Contributors"
9686                 },
9687                 {
9688                     "name": "Armin Ronacher",
9689                     "email": "armin.ronacher@active-4.com",
9690                     "role": "Project Founder"
9691                 }
9692             ],
9693             "description": "Twig, the flexible, fast, and secure template language for PHP",
9694             "homepage": "https://twig.symfony.com",
9695             "keywords": [
9696                 "templating"
9697             ],
9698             "support": {
9699                 "issues": "https://github.com/twigphp/Twig/issues",
9700                 "source": "https://github.com/twigphp/Twig/tree/v3.4.3"
9701             },
9702             "funding": [
9703                 {
9704                     "url": "https://github.com/fabpot",
9705                     "type": "github"
9706                 },
9707                 {
9708                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
9709                     "type": "tidelift"
9710                 }
9711             ],
9712             "time": "2022-09-28T08:42:51+00:00"
9713         },
9714         {
9715             "name": "vlucas/phpdotenv",
9716             "version": "v5.5.0",
9717             "source": {
9718                 "type": "git",
9719                 "url": "https://github.com/vlucas/phpdotenv.git",
9720                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
9721             },
9722             "dist": {
9723                 "type": "zip",
9724                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
9725                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
9726                 "shasum": ""
9727             },
9728             "require": {
9729                 "ext-pcre": "*",
9730                 "graham-campbell/result-type": "^1.0.2",
9731                 "php": "^7.1.3 || ^8.0",
9732                 "phpoption/phpoption": "^1.8",
9733                 "symfony/polyfill-ctype": "^1.23",
9734                 "symfony/polyfill-mbstring": "^1.23.1",
9735                 "symfony/polyfill-php80": "^1.23.1"
9736             },
9737             "require-dev": {
9738                 "bamarni/composer-bin-plugin": "^1.4.1",
9739                 "ext-filter": "*",
9740                 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
9741             },
9742             "suggest": {
9743                 "ext-filter": "Required to use the boolean validator."
9744             },
9745             "type": "library",
9746             "extra": {
9747                 "bamarni-bin": {
9748                     "bin-links": true,
9749                     "forward-command": true
9750                 },
9751                 "branch-alias": {
9752                     "dev-master": "5.5-dev"
9753                 }
9754             },
9755             "autoload": {
9756                 "psr-4": {
9757                     "Dotenv\\": "src/"
9758                 }
9759             },
9760             "notification-url": "https://packagist.org/downloads/",
9761             "license": [
9762                 "BSD-3-Clause"
9763             ],
9764             "authors": [
9765                 {
9766                     "name": "Graham Campbell",
9767                     "email": "hello@gjcampbell.co.uk",
9768                     "homepage": "https://github.com/GrahamCampbell"
9769                 },
9770                 {
9771                     "name": "Vance Lucas",
9772                     "email": "vance@vancelucas.com",
9773                     "homepage": "https://github.com/vlucas"
9774                 }
9775             ],
9776             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
9777             "keywords": [
9778                 "dotenv",
9779                 "env",
9780                 "environment"
9781             ],
9782             "support": {
9783                 "issues": "https://github.com/vlucas/phpdotenv/issues",
9784                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
9785             },
9786             "funding": [
9787                 {
9788                     "url": "https://github.com/GrahamCampbell",
9789                     "type": "github"
9790                 },
9791                 {
9792                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
9793                     "type": "tidelift"
9794                 }
9795             ],
9796             "time": "2022-10-16T01:01:54+00:00"
9797         },
9798         {
9799             "name": "waryway/php-traits-library",
9800             "version": "1.0.4",
9801             "source": {
9802                 "type": "git",
9803                 "url": "https://github.com/Waryway/PhpTraitsLibrary.git",
9804                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035"
9805             },
9806             "dist": {
9807                 "type": "zip",
9808                 "url": "https://api.github.com/repos/Waryway/PhpTraitsLibrary/zipball/ec0b630770bdd84168d2cd5e61bd93f45095e035",
9809                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035",
9810                 "shasum": ""
9811             },
9812             "require-dev": {
9813                 "phpunit/phpunit": "6.4.3"
9814             },
9815             "type": "library",
9816             "autoload": {
9817                 "psr-4": {
9818                     "Waryway\\PhpTraitsLibrary\\": "src/"
9819                 }
9820             },
9821             "notification-url": "https://packagist.org/downloads/",
9822             "license": [
9823                 "MIT"
9824             ],
9825             "authors": [
9826                 {
9827                     "name": "Kyle Wiering",
9828                     "email": "kyle@waryway.com"
9829                 }
9830             ],
9831             "description": "General use traits",
9832             "support": {
9833                 "issues": "https://github.com/Waryway/PhpTraitsLibrary/issues",
9834                 "source": "https://github.com/Waryway/PhpTraitsLibrary/tree/1.0.4"
9835             },
9836             "time": "2017-12-23T14:22:07+00:00"
9837         },
9838         {
9839             "name": "webimpress/safe-writer",
9840             "version": "2.2.0",
9841             "source": {
9842                 "type": "git",
9843                 "url": "https://github.com/webimpress/safe-writer.git",
9844                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
9845             },
9846             "dist": {
9847                 "type": "zip",
9848                 "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9849                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9850                 "shasum": ""
9851             },
9852             "require": {
9853                 "php": "^7.3 || ^8.0"
9854             },
9855             "require-dev": {
9856                 "phpunit/phpunit": "^9.5.4",
9857                 "vimeo/psalm": "^4.7",
9858                 "webimpress/coding-standard": "^1.2.2"
9859             },
9860             "type": "library",
9861             "extra": {
9862                 "branch-alias": {
9863                     "dev-master": "2.2.x-dev",
9864                     "dev-develop": "2.3.x-dev",
9865                     "dev-release-1.0": "1.0.x-dev"
9866                 }
9867             },
9868             "autoload": {
9869                 "psr-4": {
9870                     "Webimpress\\SafeWriter\\": "src/"
9871                 }
9872             },
9873             "notification-url": "https://packagist.org/downloads/",
9874             "license": [
9875                 "BSD-2-Clause"
9876             ],
9877             "description": "Tool to write files safely, to avoid race conditions",
9878             "keywords": [
9879                 "concurrent write",
9880                 "file writer",
9881                 "race condition",
9882                 "safe writer",
9883                 "webimpress"
9884             ],
9885             "support": {
9886                 "issues": "https://github.com/webimpress/safe-writer/issues",
9887                 "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
9888             },
9889             "funding": [
9890                 {
9891                     "url": "https://github.com/michalbundyra",
9892                     "type": "github"
9893                 }
9894             ],
9895             "time": "2021-04-19T16:34:45+00:00"
9896         },
9897         {
9898             "name": "webmozart/assert",
9899             "version": "1.11.0",
9900             "source": {
9901                 "type": "git",
9902                 "url": "https://github.com/webmozarts/assert.git",
9903                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
9904             },
9905             "dist": {
9906                 "type": "zip",
9907                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
9908                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
9909                 "shasum": ""
9910             },
9911             "require": {
9912                 "ext-ctype": "*",
9913                 "php": "^7.2 || ^8.0"
9914             },
9915             "conflict": {
9916                 "phpstan/phpstan": "<0.12.20",
9917                 "vimeo/psalm": "<4.6.1 || 4.6.2"
9918             },
9919             "require-dev": {
9920                 "phpunit/phpunit": "^8.5.13"
9921             },
9922             "type": "library",
9923             "extra": {
9924                 "branch-alias": {
9925                     "dev-master": "1.10-dev"
9926                 }
9927             },
9928             "autoload": {
9929                 "psr-4": {
9930                     "Webmozart\\Assert\\": "src/"
9931                 }
9932             },
9933             "notification-url": "https://packagist.org/downloads/",
9934             "license": [
9935                 "MIT"
9936             ],
9937             "authors": [
9938                 {
9939                     "name": "Bernhard Schussek",
9940                     "email": "bschussek@gmail.com"
9941                 }
9942             ],
9943             "description": "Assertions to validate method input/output with nice error messages.",
9944             "keywords": [
9945                 "assert",
9946                 "check",
9947                 "validate"
9948             ],
9949             "support": {
9950                 "issues": "https://github.com/webmozarts/assert/issues",
9951                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
9952             },
9953             "time": "2022-06-03T18:03:27+00:00"
9954         },
9955         {
9956             "name": "yubico/u2flib-server",
9957             "version": "1.0.2",
9958             "source": {
9959                 "type": "git",
9960                 "url": "https://github.com/Yubico/php-u2flib-server.git",
9961                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
9962             },
9963             "dist": {
9964                 "type": "zip",
9965                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
9966                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
9967                 "shasum": ""
9968             },
9969             "require": {
9970                 "ext-openssl": "*",
9971                 "paragonie/random_compat": ">= 1",
9972                 "php": ">=5.6"
9973             },
9974             "require-dev": {
9975                 "phpunit/phpunit": "~5.7",
9976                 "vimeo/psalm": "^0|^1|^2"
9977             },
9978             "type": "library",
9979             "autoload": {
9980                 "classmap": [
9981                     "src/"
9982                 ]
9983             },
9984             "notification-url": "https://packagist.org/downloads/",
9985             "license": [
9986                 "BSD-2-Clause"
9987             ],
9988             "description": "Library for U2F implementation",
9989             "homepage": "https://developers.yubico.com/php-u2flib-server",
9990             "support": {
9991                 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
9992                 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
9993             },
9994             "abandoned": true,
9995             "time": "2018-09-07T08:16:44+00:00"
9996         }
9997     ],
9998     "packages-dev": [
9999         {
10000             "name": "doctrine/annotations",
10001             "version": "1.14.1",
10002             "source": {
10003                 "type": "git",
10004                 "url": "https://github.com/doctrine/annotations.git",
10005                 "reference": "9e034d7a70032d422169f27d8759e8d84abb4f51"
10006             },
10007             "dist": {
10008                 "type": "zip",
10009                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/9e034d7a70032d422169f27d8759e8d84abb4f51",
10010                 "reference": "9e034d7a70032d422169f27d8759e8d84abb4f51",
10011                 "shasum": ""
10012             },
10013             "require": {
10014                 "doctrine/lexer": "^1 || ^2",
10015                 "ext-tokenizer": "*",
10016                 "php": "^7.1 || ^8.0",
10017                 "psr/cache": "^1 || ^2 || ^3"
10018             },
10019             "require-dev": {
10020                 "doctrine/cache": "^1.11 || ^2.0",
10021                 "doctrine/coding-standard": "^9 || ^10",
10022                 "phpstan/phpstan": "~1.4.10 || ^1.8.0",
10023                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10024                 "symfony/cache": "^4.4 || ^5.4 || ^6",
10025                 "vimeo/psalm": "^4.10"
10026             },
10027             "suggest": {
10028                 "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
10029             },
10030             "type": "library",
10031             "autoload": {
10032                 "psr-4": {
10033                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
10034                 }
10035             },
10036             "notification-url": "https://packagist.org/downloads/",
10037             "license": [
10038                 "MIT"
10039             ],
10040             "authors": [
10041                 {
10042                     "name": "Guilherme Blanco",
10043                     "email": "guilhermeblanco@gmail.com"
10044                 },
10045                 {
10046                     "name": "Roman Borschel",
10047                     "email": "roman@code-factory.org"
10048                 },
10049                 {
10050                     "name": "Benjamin Eberlei",
10051                     "email": "kontakt@beberlei.de"
10052                 },
10053                 {
10054                     "name": "Jonathan Wage",
10055                     "email": "jonwage@gmail.com"
10056                 },
10057                 {
10058                     "name": "Johannes Schmitt",
10059                     "email": "schmittjoh@gmail.com"
10060                 }
10061             ],
10062             "description": "Docblock Annotations Parser",
10063             "homepage": "https://www.doctrine-project.org/projects/annotations.html",
10064             "keywords": [
10065                 "annotations",
10066                 "docblock",
10067                 "parser"
10068             ],
10069             "support": {
10070                 "issues": "https://github.com/doctrine/annotations/issues",
10071                 "source": "https://github.com/doctrine/annotations/tree/1.14.1"
10072             },
10073             "time": "2022-12-12T12:46:12+00:00"
10074         },
10075         {
10076             "name": "doctrine/deprecations",
10077             "version": "v1.0.0",
10078             "source": {
10079                 "type": "git",
10080                 "url": "https://github.com/doctrine/deprecations.git",
10081                 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
10082             },
10083             "dist": {
10084                 "type": "zip",
10085                 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
10086                 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
10087                 "shasum": ""
10088             },
10089             "require": {
10090                 "php": "^7.1|^8.0"
10091             },
10092             "require-dev": {
10093                 "doctrine/coding-standard": "^9",
10094                 "phpunit/phpunit": "^7.5|^8.5|^9.5",
10095                 "psr/log": "^1|^2|^3"
10096             },
10097             "suggest": {
10098                 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
10099             },
10100             "type": "library",
10101             "autoload": {
10102                 "psr-4": {
10103                     "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
10104                 }
10105             },
10106             "notification-url": "https://packagist.org/downloads/",
10107             "license": [
10108                 "MIT"
10109             ],
10110             "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
10111             "homepage": "https://www.doctrine-project.org/",
10112             "support": {
10113                 "issues": "https://github.com/doctrine/deprecations/issues",
10114                 "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
10115             },
10116             "time": "2022-05-02T15:47:09+00:00"
10117         },
10118         {
10119             "name": "doctrine/instantiator",
10120             "version": "1.4.1",
10121             "source": {
10122                 "type": "git",
10123                 "url": "https://github.com/doctrine/instantiator.git",
10124                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
10125             },
10126             "dist": {
10127                 "type": "zip",
10128                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
10129                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
10130                 "shasum": ""
10131             },
10132             "require": {
10133                 "php": "^7.1 || ^8.0"
10134             },
10135             "require-dev": {
10136                 "doctrine/coding-standard": "^9",
10137                 "ext-pdo": "*",
10138                 "ext-phar": "*",
10139                 "phpbench/phpbench": "^0.16 || ^1",
10140                 "phpstan/phpstan": "^1.4",
10141                 "phpstan/phpstan-phpunit": "^1",
10142                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10143                 "vimeo/psalm": "^4.22"
10144             },
10145             "type": "library",
10146             "autoload": {
10147                 "psr-4": {
10148                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
10149                 }
10150             },
10151             "notification-url": "https://packagist.org/downloads/",
10152             "license": [
10153                 "MIT"
10154             ],
10155             "authors": [
10156                 {
10157                     "name": "Marco Pivetta",
10158                     "email": "ocramius@gmail.com",
10159                     "homepage": "https://ocramius.github.io/"
10160                 }
10161             ],
10162             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
10163             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
10164             "keywords": [
10165                 "constructor",
10166                 "instantiate"
10167             ],
10168             "support": {
10169                 "issues": "https://github.com/doctrine/instantiator/issues",
10170                 "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
10171             },
10172             "funding": [
10173                 {
10174                     "url": "https://www.doctrine-project.org/sponsorship.html",
10175                     "type": "custom"
10176                 },
10177                 {
10178                     "url": "https://www.patreon.com/phpdoctrine",
10179                     "type": "patreon"
10180                 },
10181                 {
10182                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
10183                     "type": "tidelift"
10184                 }
10185             ],
10186             "time": "2022-03-03T08:28:38+00:00"
10187         },
10188         {
10189             "name": "doctrine/lexer",
10190             "version": "2.0.0",
10191             "source": {
10192                 "type": "git",
10193                 "url": "https://github.com/doctrine/lexer.git",
10194                 "reference": "3cf140b81e55d5d640f73367d829db7e3023ef69"
10195             },
10196             "dist": {
10197                 "type": "zip",
10198                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/3cf140b81e55d5d640f73367d829db7e3023ef69",
10199                 "reference": "3cf140b81e55d5d640f73367d829db7e3023ef69",
10200                 "shasum": ""
10201             },
10202             "require": {
10203                 "doctrine/deprecations": "^1.0",
10204                 "php": "^7.1 || ^8.0"
10205             },
10206             "require-dev": {
10207                 "doctrine/coding-standard": "^9 || ^10",
10208                 "phpstan/phpstan": "^1.3",
10209                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10210                 "psalm/plugin-phpunit": "^0.18.3",
10211                 "vimeo/psalm": "^4.11 || ^5.0"
10212             },
10213             "type": "library",
10214             "autoload": {
10215                 "psr-4": {
10216                     "Doctrine\\Common\\Lexer\\": "src"
10217                 }
10218             },
10219             "notification-url": "https://packagist.org/downloads/",
10220             "license": [
10221                 "MIT"
10222             ],
10223             "authors": [
10224                 {
10225                     "name": "Guilherme Blanco",
10226                     "email": "guilhermeblanco@gmail.com"
10227                 },
10228                 {
10229                     "name": "Roman Borschel",
10230                     "email": "roman@code-factory.org"
10231                 },
10232                 {
10233                     "name": "Johannes Schmitt",
10234                     "email": "schmittjoh@gmail.com"
10235                 }
10236             ],
10237             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
10238             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
10239             "keywords": [
10240                 "annotations",
10241                 "docblock",
10242                 "lexer",
10243                 "parser",
10244                 "php"
10245             ],
10246             "support": {
10247                 "issues": "https://github.com/doctrine/lexer/issues",
10248                 "source": "https://github.com/doctrine/lexer/tree/2.0.0"
10249             },
10250             "funding": [
10251                 {
10252                     "url": "https://www.doctrine-project.org/sponsorship.html",
10253                     "type": "custom"
10254                 },
10255                 {
10256                     "url": "https://www.patreon.com/phpdoctrine",
10257                     "type": "patreon"
10258                 },
10259                 {
10260                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
10261                     "type": "tidelift"
10262                 }
10263             ],
10264             "time": "2022-12-11T10:51:23+00:00"
10265         },
10266         {
10267             "name": "phar-io/manifest",
10268             "version": "2.0.3",
10269             "source": {
10270                 "type": "git",
10271                 "url": "https://github.com/phar-io/manifest.git",
10272                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
10273             },
10274             "dist": {
10275                 "type": "zip",
10276                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
10277                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
10278                 "shasum": ""
10279             },
10280             "require": {
10281                 "ext-dom": "*",
10282                 "ext-phar": "*",
10283                 "ext-xmlwriter": "*",
10284                 "phar-io/version": "^3.0.1",
10285                 "php": "^7.2 || ^8.0"
10286             },
10287             "type": "library",
10288             "extra": {
10289                 "branch-alias": {
10290                     "dev-master": "2.0.x-dev"
10291                 }
10292             },
10293             "autoload": {
10294                 "classmap": [
10295                     "src/"
10296                 ]
10297             },
10298             "notification-url": "https://packagist.org/downloads/",
10299             "license": [
10300                 "BSD-3-Clause"
10301             ],
10302             "authors": [
10303                 {
10304                     "name": "Arne Blankerts",
10305                     "email": "arne@blankerts.de",
10306                     "role": "Developer"
10307                 },
10308                 {
10309                     "name": "Sebastian Heuer",
10310                     "email": "sebastian@phpeople.de",
10311                     "role": "Developer"
10312                 },
10313                 {
10314                     "name": "Sebastian Bergmann",
10315                     "email": "sebastian@phpunit.de",
10316                     "role": "Developer"
10317                 }
10318             ],
10319             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
10320             "support": {
10321                 "issues": "https://github.com/phar-io/manifest/issues",
10322                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
10323             },
10324             "time": "2021-07-20T11:28:43+00:00"
10325         },
10326         {
10327             "name": "phar-io/version",
10328             "version": "3.2.1",
10329             "source": {
10330                 "type": "git",
10331                 "url": "https://github.com/phar-io/version.git",
10332                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
10333             },
10334             "dist": {
10335                 "type": "zip",
10336                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10337                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10338                 "shasum": ""
10339             },
10340             "require": {
10341                 "php": "^7.2 || ^8.0"
10342             },
10343             "type": "library",
10344             "autoload": {
10345                 "classmap": [
10346                     "src/"
10347                 ]
10348             },
10349             "notification-url": "https://packagist.org/downloads/",
10350             "license": [
10351                 "BSD-3-Clause"
10352             ],
10353             "authors": [
10354                 {
10355                     "name": "Arne Blankerts",
10356                     "email": "arne@blankerts.de",
10357                     "role": "Developer"
10358                 },
10359                 {
10360                     "name": "Sebastian Heuer",
10361                     "email": "sebastian@phpeople.de",
10362                     "role": "Developer"
10363                 },
10364                 {
10365                     "name": "Sebastian Bergmann",
10366                     "email": "sebastian@phpunit.de",
10367                     "role": "Developer"
10368                 }
10369             ],
10370             "description": "Library for handling version information and constraints",
10371             "support": {
10372                 "issues": "https://github.com/phar-io/version/issues",
10373                 "source": "https://github.com/phar-io/version/tree/3.2.1"
10374             },
10375             "time": "2022-02-21T01:04:05+00:00"
10376         },
10377         {
10378             "name": "php-webdriver/webdriver",
10379             "version": "1.13.1",
10380             "source": {
10381                 "type": "git",
10382                 "url": "https://github.com/php-webdriver/php-webdriver.git",
10383                 "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c"
10384             },
10385             "dist": {
10386                 "type": "zip",
10387                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/6dfe5f814b796c1b5748850aa19f781b9274c36c",
10388                 "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c",
10389                 "shasum": ""
10390             },
10391             "require": {
10392                 "ext-curl": "*",
10393                 "ext-json": "*",
10394                 "ext-zip": "*",
10395                 "php": "^5.6 || ~7.0 || ^8.0",
10396                 "symfony/polyfill-mbstring": "^1.12",
10397                 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
10398             },
10399             "replace": {
10400                 "facebook/webdriver": "*"
10401             },
10402             "require-dev": {
10403                 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
10404                 "php-coveralls/php-coveralls": "^2.4",
10405                 "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
10406                 "php-parallel-lint/php-parallel-lint": "^1.2",
10407                 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
10408                 "squizlabs/php_codesniffer": "^3.5",
10409                 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
10410             },
10411             "suggest": {
10412                 "ext-SimpleXML": "For Firefox profile creation"
10413             },
10414             "type": "library",
10415             "autoload": {
10416                 "files": [
10417                     "lib/Exception/TimeoutException.php"
10418                 ],
10419                 "psr-4": {
10420                     "Facebook\\WebDriver\\": "lib/"
10421                 }
10422             },
10423             "notification-url": "https://packagist.org/downloads/",
10424             "license": [
10425                 "MIT"
10426             ],
10427             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
10428             "homepage": "https://github.com/php-webdriver/php-webdriver",
10429             "keywords": [
10430                 "Chromedriver",
10431                 "geckodriver",
10432                 "php",
10433                 "selenium",
10434                 "webdriver"
10435             ],
10436             "support": {
10437                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
10438                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.13.1"
10439             },
10440             "time": "2022-10-11T11:49:44+00:00"
10441         },
10442         {
10443             "name": "phpunit/php-code-coverage",
10444             "version": "9.2.19",
10445             "source": {
10446                 "type": "git",
10447                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
10448                 "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559"
10449             },
10450             "dist": {
10451                 "type": "zip",
10452                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c77b56b63e3d2031bd8997fcec43c1925ae46559",
10453                 "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559",
10454                 "shasum": ""
10455             },
10456             "require": {
10457                 "ext-dom": "*",
10458                 "ext-libxml": "*",
10459                 "ext-xmlwriter": "*",
10460                 "nikic/php-parser": "^4.14",
10461                 "php": ">=7.3",
10462                 "phpunit/php-file-iterator": "^3.0.3",
10463                 "phpunit/php-text-template": "^2.0.2",
10464                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
10465                 "sebastian/complexity": "^2.0",
10466                 "sebastian/environment": "^5.1.2",
10467                 "sebastian/lines-of-code": "^1.0.3",
10468                 "sebastian/version": "^3.0.1",
10469                 "theseer/tokenizer": "^1.2.0"
10470             },
10471             "require-dev": {
10472                 "phpunit/phpunit": "^9.3"
10473             },
10474             "suggest": {
10475                 "ext-pcov": "*",
10476                 "ext-xdebug": "*"
10477             },
10478             "type": "library",
10479             "extra": {
10480                 "branch-alias": {
10481                     "dev-master": "9.2-dev"
10482                 }
10483             },
10484             "autoload": {
10485                 "classmap": [
10486                     "src/"
10487                 ]
10488             },
10489             "notification-url": "https://packagist.org/downloads/",
10490             "license": [
10491                 "BSD-3-Clause"
10492             ],
10493             "authors": [
10494                 {
10495                     "name": "Sebastian Bergmann",
10496                     "email": "sebastian@phpunit.de",
10497                     "role": "lead"
10498                 }
10499             ],
10500             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
10501             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10502             "keywords": [
10503                 "coverage",
10504                 "testing",
10505                 "xunit"
10506             ],
10507             "support": {
10508                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
10509                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.19"
10510             },
10511             "funding": [
10512                 {
10513                     "url": "https://github.com/sebastianbergmann",
10514                     "type": "github"
10515                 }
10516             ],
10517             "time": "2022-11-18T07:47:47+00:00"
10518         },
10519         {
10520             "name": "phpunit/php-file-iterator",
10521             "version": "3.0.6",
10522             "source": {
10523                 "type": "git",
10524                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
10525                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
10526             },
10527             "dist": {
10528                 "type": "zip",
10529                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
10530                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
10531                 "shasum": ""
10532             },
10533             "require": {
10534                 "php": ">=7.3"
10535             },
10536             "require-dev": {
10537                 "phpunit/phpunit": "^9.3"
10538             },
10539             "type": "library",
10540             "extra": {
10541                 "branch-alias": {
10542                     "dev-master": "3.0-dev"
10543                 }
10544             },
10545             "autoload": {
10546                 "classmap": [
10547                     "src/"
10548                 ]
10549             },
10550             "notification-url": "https://packagist.org/downloads/",
10551             "license": [
10552                 "BSD-3-Clause"
10553             ],
10554             "authors": [
10555                 {
10556                     "name": "Sebastian Bergmann",
10557                     "email": "sebastian@phpunit.de",
10558                     "role": "lead"
10559                 }
10560             ],
10561             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
10562             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
10563             "keywords": [
10564                 "filesystem",
10565                 "iterator"
10566             ],
10567             "support": {
10568                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
10569                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
10570             },
10571             "funding": [
10572                 {
10573                     "url": "https://github.com/sebastianbergmann",
10574                     "type": "github"
10575                 }
10576             ],
10577             "time": "2021-12-02T12:48:52+00:00"
10578         },
10579         {
10580             "name": "phpunit/php-invoker",
10581             "version": "3.1.1",
10582             "source": {
10583                 "type": "git",
10584                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
10585                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
10586             },
10587             "dist": {
10588                 "type": "zip",
10589                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
10590                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
10591                 "shasum": ""
10592             },
10593             "require": {
10594                 "php": ">=7.3"
10595             },
10596             "require-dev": {
10597                 "ext-pcntl": "*",
10598                 "phpunit/phpunit": "^9.3"
10599             },
10600             "suggest": {
10601                 "ext-pcntl": "*"
10602             },
10603             "type": "library",
10604             "extra": {
10605                 "branch-alias": {
10606                     "dev-master": "3.1-dev"
10607                 }
10608             },
10609             "autoload": {
10610                 "classmap": [
10611                     "src/"
10612                 ]
10613             },
10614             "notification-url": "https://packagist.org/downloads/",
10615             "license": [
10616                 "BSD-3-Clause"
10617             ],
10618             "authors": [
10619                 {
10620                     "name": "Sebastian Bergmann",
10621                     "email": "sebastian@phpunit.de",
10622                     "role": "lead"
10623                 }
10624             ],
10625             "description": "Invoke callables with a timeout",
10626             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
10627             "keywords": [
10628                 "process"
10629             ],
10630             "support": {
10631                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
10632                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
10633             },
10634             "funding": [
10635                 {
10636                     "url": "https://github.com/sebastianbergmann",
10637                     "type": "github"
10638                 }
10639             ],
10640             "time": "2020-09-28T05:58:55+00:00"
10641         },
10642         {
10643             "name": "phpunit/php-text-template",
10644             "version": "2.0.4",
10645             "source": {
10646                 "type": "git",
10647                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
10648                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
10649             },
10650             "dist": {
10651                 "type": "zip",
10652                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
10653                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
10654                 "shasum": ""
10655             },
10656             "require": {
10657                 "php": ">=7.3"
10658             },
10659             "require-dev": {
10660                 "phpunit/phpunit": "^9.3"
10661             },
10662             "type": "library",
10663             "extra": {
10664                 "branch-alias": {
10665                     "dev-master": "2.0-dev"
10666                 }
10667             },
10668             "autoload": {
10669                 "classmap": [
10670                     "src/"
10671                 ]
10672             },
10673             "notification-url": "https://packagist.org/downloads/",
10674             "license": [
10675                 "BSD-3-Clause"
10676             ],
10677             "authors": [
10678                 {
10679                     "name": "Sebastian Bergmann",
10680                     "email": "sebastian@phpunit.de",
10681                     "role": "lead"
10682                 }
10683             ],
10684             "description": "Simple template engine.",
10685             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
10686             "keywords": [
10687                 "template"
10688             ],
10689             "support": {
10690                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
10691                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
10692             },
10693             "funding": [
10694                 {
10695                     "url": "https://github.com/sebastianbergmann",
10696                     "type": "github"
10697                 }
10698             ],
10699             "time": "2020-10-26T05:33:50+00:00"
10700         },
10701         {
10702             "name": "phpunit/php-timer",
10703             "version": "5.0.3",
10704             "source": {
10705                 "type": "git",
10706                 "url": "https://github.com/sebastianbergmann/php-timer.git",
10707                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
10708             },
10709             "dist": {
10710                 "type": "zip",
10711                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
10712                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
10713                 "shasum": ""
10714             },
10715             "require": {
10716                 "php": ">=7.3"
10717             },
10718             "require-dev": {
10719                 "phpunit/phpunit": "^9.3"
10720             },
10721             "type": "library",
10722             "extra": {
10723                 "branch-alias": {
10724                     "dev-master": "5.0-dev"
10725                 }
10726             },
10727             "autoload": {
10728                 "classmap": [
10729                     "src/"
10730                 ]
10731             },
10732             "notification-url": "https://packagist.org/downloads/",
10733             "license": [
10734                 "BSD-3-Clause"
10735             ],
10736             "authors": [
10737                 {
10738                     "name": "Sebastian Bergmann",
10739                     "email": "sebastian@phpunit.de",
10740                     "role": "lead"
10741                 }
10742             ],
10743             "description": "Utility class for timing",
10744             "homepage": "https://github.com/sebastianbergmann/php-timer/",
10745             "keywords": [
10746                 "timer"
10747             ],
10748             "support": {
10749                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
10750                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
10751             },
10752             "funding": [
10753                 {
10754                     "url": "https://github.com/sebastianbergmann",
10755                     "type": "github"
10756                 }
10757             ],
10758             "time": "2020-10-26T13:16:10+00:00"
10759         },
10760         {
10761             "name": "phpunit/phpunit",
10762             "version": "9.5.27",
10763             "source": {
10764                 "type": "git",
10765                 "url": "https://github.com/sebastianbergmann/phpunit.git",
10766                 "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38"
10767             },
10768             "dist": {
10769                 "type": "zip",
10770                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38",
10771                 "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38",
10772                 "shasum": ""
10773             },
10774             "require": {
10775                 "doctrine/instantiator": "^1.3.1",
10776                 "ext-dom": "*",
10777                 "ext-json": "*",
10778                 "ext-libxml": "*",
10779                 "ext-mbstring": "*",
10780                 "ext-xml": "*",
10781                 "ext-xmlwriter": "*",
10782                 "myclabs/deep-copy": "^1.10.1",
10783                 "phar-io/manifest": "^2.0.3",
10784                 "phar-io/version": "^3.0.2",
10785                 "php": ">=7.3",
10786                 "phpunit/php-code-coverage": "^9.2.13",
10787                 "phpunit/php-file-iterator": "^3.0.5",
10788                 "phpunit/php-invoker": "^3.1.1",
10789                 "phpunit/php-text-template": "^2.0.3",
10790                 "phpunit/php-timer": "^5.0.2",
10791                 "sebastian/cli-parser": "^1.0.1",
10792                 "sebastian/code-unit": "^1.0.6",
10793                 "sebastian/comparator": "^4.0.8",
10794                 "sebastian/diff": "^4.0.3",
10795                 "sebastian/environment": "^5.1.3",
10796                 "sebastian/exporter": "^4.0.5",
10797                 "sebastian/global-state": "^5.0.1",
10798                 "sebastian/object-enumerator": "^4.0.3",
10799                 "sebastian/resource-operations": "^3.0.3",
10800                 "sebastian/type": "^3.2",
10801                 "sebastian/version": "^3.0.2"
10802             },
10803             "suggest": {
10804                 "ext-soap": "*",
10805                 "ext-xdebug": "*"
10806             },
10807             "bin": [
10808                 "phpunit"
10809             ],
10810             "type": "library",
10811             "extra": {
10812                 "branch-alias": {
10813                     "dev-master": "9.5-dev"
10814                 }
10815             },
10816             "autoload": {
10817                 "files": [
10818                     "src/Framework/Assert/Functions.php"
10819                 ],
10820                 "classmap": [
10821                     "src/"
10822                 ]
10823             },
10824             "notification-url": "https://packagist.org/downloads/",
10825             "license": [
10826                 "BSD-3-Clause"
10827             ],
10828             "authors": [
10829                 {
10830                     "name": "Sebastian Bergmann",
10831                     "email": "sebastian@phpunit.de",
10832                     "role": "lead"
10833                 }
10834             ],
10835             "description": "The PHP Unit Testing framework.",
10836             "homepage": "https://phpunit.de/",
10837             "keywords": [
10838                 "phpunit",
10839                 "testing",
10840                 "xunit"
10841             ],
10842             "support": {
10843                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
10844                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27"
10845             },
10846             "funding": [
10847                 {
10848                     "url": "https://phpunit.de/sponsors.html",
10849                     "type": "custom"
10850                 },
10851                 {
10852                     "url": "https://github.com/sebastianbergmann",
10853                     "type": "github"
10854                 },
10855                 {
10856                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
10857                     "type": "tidelift"
10858                 }
10859             ],
10860             "time": "2022-12-09T07:31:23+00:00"
10861         },
10862         {
10863             "name": "sebastian/cli-parser",
10864             "version": "1.0.1",
10865             "source": {
10866                 "type": "git",
10867                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
10868                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
10869             },
10870             "dist": {
10871                 "type": "zip",
10872                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
10873                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
10874                 "shasum": ""
10875             },
10876             "require": {
10877                 "php": ">=7.3"
10878             },
10879             "require-dev": {
10880                 "phpunit/phpunit": "^9.3"
10881             },
10882             "type": "library",
10883             "extra": {
10884                 "branch-alias": {
10885                     "dev-master": "1.0-dev"
10886                 }
10887             },
10888             "autoload": {
10889                 "classmap": [
10890                     "src/"
10891                 ]
10892             },
10893             "notification-url": "https://packagist.org/downloads/",
10894             "license": [
10895                 "BSD-3-Clause"
10896             ],
10897             "authors": [
10898                 {
10899                     "name": "Sebastian Bergmann",
10900                     "email": "sebastian@phpunit.de",
10901                     "role": "lead"
10902                 }
10903             ],
10904             "description": "Library for parsing CLI options",
10905             "homepage": "https://github.com/sebastianbergmann/cli-parser",
10906             "support": {
10907                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
10908                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
10909             },
10910             "funding": [
10911                 {
10912                     "url": "https://github.com/sebastianbergmann",
10913                     "type": "github"
10914                 }
10915             ],
10916             "time": "2020-09-28T06:08:49+00:00"
10917         },
10918         {
10919             "name": "sebastian/code-unit",
10920             "version": "1.0.8",
10921             "source": {
10922                 "type": "git",
10923                 "url": "https://github.com/sebastianbergmann/code-unit.git",
10924                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
10925             },
10926             "dist": {
10927                 "type": "zip",
10928                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
10929                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
10930                 "shasum": ""
10931             },
10932             "require": {
10933                 "php": ">=7.3"
10934             },
10935             "require-dev": {
10936                 "phpunit/phpunit": "^9.3"
10937             },
10938             "type": "library",
10939             "extra": {
10940                 "branch-alias": {
10941                     "dev-master": "1.0-dev"
10942                 }
10943             },
10944             "autoload": {
10945                 "classmap": [
10946                     "src/"
10947                 ]
10948             },
10949             "notification-url": "https://packagist.org/downloads/",
10950             "license": [
10951                 "BSD-3-Clause"
10952             ],
10953             "authors": [
10954                 {
10955                     "name": "Sebastian Bergmann",
10956                     "email": "sebastian@phpunit.de",
10957                     "role": "lead"
10958                 }
10959             ],
10960             "description": "Collection of value objects that represent the PHP code units",
10961             "homepage": "https://github.com/sebastianbergmann/code-unit",
10962             "support": {
10963                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
10964                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
10965             },
10966             "funding": [
10967                 {
10968                     "url": "https://github.com/sebastianbergmann",
10969                     "type": "github"
10970                 }
10971             ],
10972             "time": "2020-10-26T13:08:54+00:00"
10973         },
10974         {
10975             "name": "sebastian/code-unit-reverse-lookup",
10976             "version": "2.0.3",
10977             "source": {
10978                 "type": "git",
10979                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
10980                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
10981             },
10982             "dist": {
10983                 "type": "zip",
10984                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
10985                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
10986                 "shasum": ""
10987             },
10988             "require": {
10989                 "php": ">=7.3"
10990             },
10991             "require-dev": {
10992                 "phpunit/phpunit": "^9.3"
10993             },
10994             "type": "library",
10995             "extra": {
10996                 "branch-alias": {
10997                     "dev-master": "2.0-dev"
10998                 }
10999             },
11000             "autoload": {
11001                 "classmap": [
11002                     "src/"
11003                 ]
11004             },
11005             "notification-url": "https://packagist.org/downloads/",
11006             "license": [
11007                 "BSD-3-Clause"
11008             ],
11009             "authors": [
11010                 {
11011                     "name": "Sebastian Bergmann",
11012                     "email": "sebastian@phpunit.de"
11013                 }
11014             ],
11015             "description": "Looks up which function or method a line of code belongs to",
11016             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
11017             "support": {
11018                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
11019                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
11020             },
11021             "funding": [
11022                 {
11023                     "url": "https://github.com/sebastianbergmann",
11024                     "type": "github"
11025                 }
11026             ],
11027             "time": "2020-09-28T05:30:19+00:00"
11028         },
11029         {
11030             "name": "sebastian/comparator",
11031             "version": "4.0.8",
11032             "source": {
11033                 "type": "git",
11034                 "url": "https://github.com/sebastianbergmann/comparator.git",
11035                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
11036             },
11037             "dist": {
11038                 "type": "zip",
11039                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
11040                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
11041                 "shasum": ""
11042             },
11043             "require": {
11044                 "php": ">=7.3",
11045                 "sebastian/diff": "^4.0",
11046                 "sebastian/exporter": "^4.0"
11047             },
11048             "require-dev": {
11049                 "phpunit/phpunit": "^9.3"
11050             },
11051             "type": "library",
11052             "extra": {
11053                 "branch-alias": {
11054                     "dev-master": "4.0-dev"
11055                 }
11056             },
11057             "autoload": {
11058                 "classmap": [
11059                     "src/"
11060                 ]
11061             },
11062             "notification-url": "https://packagist.org/downloads/",
11063             "license": [
11064                 "BSD-3-Clause"
11065             ],
11066             "authors": [
11067                 {
11068                     "name": "Sebastian Bergmann",
11069                     "email": "sebastian@phpunit.de"
11070                 },
11071                 {
11072                     "name": "Jeff Welch",
11073                     "email": "whatthejeff@gmail.com"
11074                 },
11075                 {
11076                     "name": "Volker Dusch",
11077                     "email": "github@wallbash.com"
11078                 },
11079                 {
11080                     "name": "Bernhard Schussek",
11081                     "email": "bschussek@2bepublished.at"
11082                 }
11083             ],
11084             "description": "Provides the functionality to compare PHP values for equality",
11085             "homepage": "https://github.com/sebastianbergmann/comparator",
11086             "keywords": [
11087                 "comparator",
11088                 "compare",
11089                 "equality"
11090             ],
11091             "support": {
11092                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
11093                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
11094             },
11095             "funding": [
11096                 {
11097                     "url": "https://github.com/sebastianbergmann",
11098                     "type": "github"
11099                 }
11100             ],
11101             "time": "2022-09-14T12:41:17+00:00"
11102         },
11103         {
11104             "name": "sebastian/complexity",
11105             "version": "2.0.2",
11106             "source": {
11107                 "type": "git",
11108                 "url": "https://github.com/sebastianbergmann/complexity.git",
11109                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
11110             },
11111             "dist": {
11112                 "type": "zip",
11113                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
11114                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
11115                 "shasum": ""
11116             },
11117             "require": {
11118                 "nikic/php-parser": "^4.7",
11119                 "php": ">=7.3"
11120             },
11121             "require-dev": {
11122                 "phpunit/phpunit": "^9.3"
11123             },
11124             "type": "library",
11125             "extra": {
11126                 "branch-alias": {
11127                     "dev-master": "2.0-dev"
11128                 }
11129             },
11130             "autoload": {
11131                 "classmap": [
11132                     "src/"
11133                 ]
11134             },
11135             "notification-url": "https://packagist.org/downloads/",
11136             "license": [
11137                 "BSD-3-Clause"
11138             ],
11139             "authors": [
11140                 {
11141                     "name": "Sebastian Bergmann",
11142                     "email": "sebastian@phpunit.de",
11143                     "role": "lead"
11144                 }
11145             ],
11146             "description": "Library for calculating the complexity of PHP code units",
11147             "homepage": "https://github.com/sebastianbergmann/complexity",
11148             "support": {
11149                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
11150                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
11151             },
11152             "funding": [
11153                 {
11154                     "url": "https://github.com/sebastianbergmann",
11155                     "type": "github"
11156                 }
11157             ],
11158             "time": "2020-10-26T15:52:27+00:00"
11159         },
11160         {
11161             "name": "sebastian/diff",
11162             "version": "4.0.4",
11163             "source": {
11164                 "type": "git",
11165                 "url": "https://github.com/sebastianbergmann/diff.git",
11166                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
11167             },
11168             "dist": {
11169                 "type": "zip",
11170                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
11171                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
11172                 "shasum": ""
11173             },
11174             "require": {
11175                 "php": ">=7.3"
11176             },
11177             "require-dev": {
11178                 "phpunit/phpunit": "^9.3",
11179                 "symfony/process": "^4.2 || ^5"
11180             },
11181             "type": "library",
11182             "extra": {
11183                 "branch-alias": {
11184                     "dev-master": "4.0-dev"
11185                 }
11186             },
11187             "autoload": {
11188                 "classmap": [
11189                     "src/"
11190                 ]
11191             },
11192             "notification-url": "https://packagist.org/downloads/",
11193             "license": [
11194                 "BSD-3-Clause"
11195             ],
11196             "authors": [
11197                 {
11198                     "name": "Sebastian Bergmann",
11199                     "email": "sebastian@phpunit.de"
11200                 },
11201                 {
11202                     "name": "Kore Nordmann",
11203                     "email": "mail@kore-nordmann.de"
11204                 }
11205             ],
11206             "description": "Diff implementation",
11207             "homepage": "https://github.com/sebastianbergmann/diff",
11208             "keywords": [
11209                 "diff",
11210                 "udiff",
11211                 "unidiff",
11212                 "unified diff"
11213             ],
11214             "support": {
11215                 "issues": "https://github.com/sebastianbergmann/diff/issues",
11216                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
11217             },
11218             "funding": [
11219                 {
11220                     "url": "https://github.com/sebastianbergmann",
11221                     "type": "github"
11222                 }
11223             ],
11224             "time": "2020-10-26T13:10:38+00:00"
11225         },
11226         {
11227             "name": "sebastian/environment",
11228             "version": "5.1.4",
11229             "source": {
11230                 "type": "git",
11231                 "url": "https://github.com/sebastianbergmann/environment.git",
11232                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
11233             },
11234             "dist": {
11235                 "type": "zip",
11236                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
11237                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
11238                 "shasum": ""
11239             },
11240             "require": {
11241                 "php": ">=7.3"
11242             },
11243             "require-dev": {
11244                 "phpunit/phpunit": "^9.3"
11245             },
11246             "suggest": {
11247                 "ext-posix": "*"
11248             },
11249             "type": "library",
11250             "extra": {
11251                 "branch-alias": {
11252                     "dev-master": "5.1-dev"
11253                 }
11254             },
11255             "autoload": {
11256                 "classmap": [
11257                     "src/"
11258                 ]
11259             },
11260             "notification-url": "https://packagist.org/downloads/",
11261             "license": [
11262                 "BSD-3-Clause"
11263             ],
11264             "authors": [
11265                 {
11266                     "name": "Sebastian Bergmann",
11267                     "email": "sebastian@phpunit.de"
11268                 }
11269             ],
11270             "description": "Provides functionality to handle HHVM/PHP environments",
11271             "homepage": "http://www.github.com/sebastianbergmann/environment",
11272             "keywords": [
11273                 "Xdebug",
11274                 "environment",
11275                 "hhvm"
11276             ],
11277             "support": {
11278                 "issues": "https://github.com/sebastianbergmann/environment/issues",
11279                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
11280             },
11281             "funding": [
11282                 {
11283                     "url": "https://github.com/sebastianbergmann",
11284                     "type": "github"
11285                 }
11286             ],
11287             "time": "2022-04-03T09:37:03+00:00"
11288         },
11289         {
11290             "name": "sebastian/exporter",
11291             "version": "4.0.5",
11292             "source": {
11293                 "type": "git",
11294                 "url": "https://github.com/sebastianbergmann/exporter.git",
11295                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
11296             },
11297             "dist": {
11298                 "type": "zip",
11299                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
11300                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
11301                 "shasum": ""
11302             },
11303             "require": {
11304                 "php": ">=7.3",
11305                 "sebastian/recursion-context": "^4.0"
11306             },
11307             "require-dev": {
11308                 "ext-mbstring": "*",
11309                 "phpunit/phpunit": "^9.3"
11310             },
11311             "type": "library",
11312             "extra": {
11313                 "branch-alias": {
11314                     "dev-master": "4.0-dev"
11315                 }
11316             },
11317             "autoload": {
11318                 "classmap": [
11319                     "src/"
11320                 ]
11321             },
11322             "notification-url": "https://packagist.org/downloads/",
11323             "license": [
11324                 "BSD-3-Clause"
11325             ],
11326             "authors": [
11327                 {
11328                     "name": "Sebastian Bergmann",
11329                     "email": "sebastian@phpunit.de"
11330                 },
11331                 {
11332                     "name": "Jeff Welch",
11333                     "email": "whatthejeff@gmail.com"
11334                 },
11335                 {
11336                     "name": "Volker Dusch",
11337                     "email": "github@wallbash.com"
11338                 },
11339                 {
11340                     "name": "Adam Harvey",
11341                     "email": "aharvey@php.net"
11342                 },
11343                 {
11344                     "name": "Bernhard Schussek",
11345                     "email": "bschussek@gmail.com"
11346                 }
11347             ],
11348             "description": "Provides the functionality to export PHP variables for visualization",
11349             "homepage": "https://www.github.com/sebastianbergmann/exporter",
11350             "keywords": [
11351                 "export",
11352                 "exporter"
11353             ],
11354             "support": {
11355                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
11356                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
11357             },
11358             "funding": [
11359                 {
11360                     "url": "https://github.com/sebastianbergmann",
11361                     "type": "github"
11362                 }
11363             ],
11364             "time": "2022-09-14T06:03:37+00:00"
11365         },
11366         {
11367             "name": "sebastian/global-state",
11368             "version": "5.0.5",
11369             "source": {
11370                 "type": "git",
11371                 "url": "https://github.com/sebastianbergmann/global-state.git",
11372                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
11373             },
11374             "dist": {
11375                 "type": "zip",
11376                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
11377                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
11378                 "shasum": ""
11379             },
11380             "require": {
11381                 "php": ">=7.3",
11382                 "sebastian/object-reflector": "^2.0",
11383                 "sebastian/recursion-context": "^4.0"
11384             },
11385             "require-dev": {
11386                 "ext-dom": "*",
11387                 "phpunit/phpunit": "^9.3"
11388             },
11389             "suggest": {
11390                 "ext-uopz": "*"
11391             },
11392             "type": "library",
11393             "extra": {
11394                 "branch-alias": {
11395                     "dev-master": "5.0-dev"
11396                 }
11397             },
11398             "autoload": {
11399                 "classmap": [
11400                     "src/"
11401                 ]
11402             },
11403             "notification-url": "https://packagist.org/downloads/",
11404             "license": [
11405                 "BSD-3-Clause"
11406             ],
11407             "authors": [
11408                 {
11409                     "name": "Sebastian Bergmann",
11410                     "email": "sebastian@phpunit.de"
11411                 }
11412             ],
11413             "description": "Snapshotting of global state",
11414             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11415             "keywords": [
11416                 "global state"
11417             ],
11418             "support": {
11419                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
11420                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
11421             },
11422             "funding": [
11423                 {
11424                     "url": "https://github.com/sebastianbergmann",
11425                     "type": "github"
11426                 }
11427             ],
11428             "time": "2022-02-14T08:28:10+00:00"
11429         },
11430         {
11431             "name": "sebastian/lines-of-code",
11432             "version": "1.0.3",
11433             "source": {
11434                 "type": "git",
11435                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
11436                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
11437             },
11438             "dist": {
11439                 "type": "zip",
11440                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
11441                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
11442                 "shasum": ""
11443             },
11444             "require": {
11445                 "nikic/php-parser": "^4.6",
11446                 "php": ">=7.3"
11447             },
11448             "require-dev": {
11449                 "phpunit/phpunit": "^9.3"
11450             },
11451             "type": "library",
11452             "extra": {
11453                 "branch-alias": {
11454                     "dev-master": "1.0-dev"
11455                 }
11456             },
11457             "autoload": {
11458                 "classmap": [
11459                     "src/"
11460                 ]
11461             },
11462             "notification-url": "https://packagist.org/downloads/",
11463             "license": [
11464                 "BSD-3-Clause"
11465             ],
11466             "authors": [
11467                 {
11468                     "name": "Sebastian Bergmann",
11469                     "email": "sebastian@phpunit.de",
11470                     "role": "lead"
11471                 }
11472             ],
11473             "description": "Library for counting the lines of code in PHP source code",
11474             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
11475             "support": {
11476                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
11477                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
11478             },
11479             "funding": [
11480                 {
11481                     "url": "https://github.com/sebastianbergmann",
11482                     "type": "github"
11483                 }
11484             ],
11485             "time": "2020-11-28T06:42:11+00:00"
11486         },
11487         {
11488             "name": "sebastian/object-enumerator",
11489             "version": "4.0.4",
11490             "source": {
11491                 "type": "git",
11492                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
11493                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
11494             },
11495             "dist": {
11496                 "type": "zip",
11497                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
11498                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
11499                 "shasum": ""
11500             },
11501             "require": {
11502                 "php": ">=7.3",
11503                 "sebastian/object-reflector": "^2.0",
11504                 "sebastian/recursion-context": "^4.0"
11505             },
11506             "require-dev": {
11507                 "phpunit/phpunit": "^9.3"
11508             },
11509             "type": "library",
11510             "extra": {
11511                 "branch-alias": {
11512                     "dev-master": "4.0-dev"
11513                 }
11514             },
11515             "autoload": {
11516                 "classmap": [
11517                     "src/"
11518                 ]
11519             },
11520             "notification-url": "https://packagist.org/downloads/",
11521             "license": [
11522                 "BSD-3-Clause"
11523             ],
11524             "authors": [
11525                 {
11526                     "name": "Sebastian Bergmann",
11527                     "email": "sebastian@phpunit.de"
11528                 }
11529             ],
11530             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
11531             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
11532             "support": {
11533                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
11534                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
11535             },
11536             "funding": [
11537                 {
11538                     "url": "https://github.com/sebastianbergmann",
11539                     "type": "github"
11540                 }
11541             ],
11542             "time": "2020-10-26T13:12:34+00:00"
11543         },
11544         {
11545             "name": "sebastian/object-reflector",
11546             "version": "2.0.4",
11547             "source": {
11548                 "type": "git",
11549                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
11550                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
11551             },
11552             "dist": {
11553                 "type": "zip",
11554                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
11555                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
11556                 "shasum": ""
11557             },
11558             "require": {
11559                 "php": ">=7.3"
11560             },
11561             "require-dev": {
11562                 "phpunit/phpunit": "^9.3"
11563             },
11564             "type": "library",
11565             "extra": {
11566                 "branch-alias": {
11567                     "dev-master": "2.0-dev"
11568                 }
11569             },
11570             "autoload": {
11571                 "classmap": [
11572                     "src/"
11573                 ]
11574             },
11575             "notification-url": "https://packagist.org/downloads/",
11576             "license": [
11577                 "BSD-3-Clause"
11578             ],
11579             "authors": [
11580                 {
11581                     "name": "Sebastian Bergmann",
11582                     "email": "sebastian@phpunit.de"
11583                 }
11584             ],
11585             "description": "Allows reflection of object attributes, including inherited and non-public ones",
11586             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
11587             "support": {
11588                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
11589                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
11590             },
11591             "funding": [
11592                 {
11593                     "url": "https://github.com/sebastianbergmann",
11594                     "type": "github"
11595                 }
11596             ],
11597             "time": "2020-10-26T13:14:26+00:00"
11598         },
11599         {
11600             "name": "sebastian/recursion-context",
11601             "version": "4.0.4",
11602             "source": {
11603                 "type": "git",
11604                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11605                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
11606             },
11607             "dist": {
11608                 "type": "zip",
11609                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
11610                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
11611                 "shasum": ""
11612             },
11613             "require": {
11614                 "php": ">=7.3"
11615             },
11616             "require-dev": {
11617                 "phpunit/phpunit": "^9.3"
11618             },
11619             "type": "library",
11620             "extra": {
11621                 "branch-alias": {
11622                     "dev-master": "4.0-dev"
11623                 }
11624             },
11625             "autoload": {
11626                 "classmap": [
11627                     "src/"
11628                 ]
11629             },
11630             "notification-url": "https://packagist.org/downloads/",
11631             "license": [
11632                 "BSD-3-Clause"
11633             ],
11634             "authors": [
11635                 {
11636                     "name": "Sebastian Bergmann",
11637                     "email": "sebastian@phpunit.de"
11638                 },
11639                 {
11640                     "name": "Jeff Welch",
11641                     "email": "whatthejeff@gmail.com"
11642                 },
11643                 {
11644                     "name": "Adam Harvey",
11645                     "email": "aharvey@php.net"
11646                 }
11647             ],
11648             "description": "Provides functionality to recursively process PHP variables",
11649             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
11650             "support": {
11651                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
11652                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
11653             },
11654             "funding": [
11655                 {
11656                     "url": "https://github.com/sebastianbergmann",
11657                     "type": "github"
11658                 }
11659             ],
11660             "time": "2020-10-26T13:17:30+00:00"
11661         },
11662         {
11663             "name": "sebastian/resource-operations",
11664             "version": "3.0.3",
11665             "source": {
11666                 "type": "git",
11667                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
11668                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
11669             },
11670             "dist": {
11671                 "type": "zip",
11672                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
11673                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
11674                 "shasum": ""
11675             },
11676             "require": {
11677                 "php": ">=7.3"
11678             },
11679             "require-dev": {
11680                 "phpunit/phpunit": "^9.0"
11681             },
11682             "type": "library",
11683             "extra": {
11684                 "branch-alias": {
11685                     "dev-master": "3.0-dev"
11686                 }
11687             },
11688             "autoload": {
11689                 "classmap": [
11690                     "src/"
11691                 ]
11692             },
11693             "notification-url": "https://packagist.org/downloads/",
11694             "license": [
11695                 "BSD-3-Clause"
11696             ],
11697             "authors": [
11698                 {
11699                     "name": "Sebastian Bergmann",
11700                     "email": "sebastian@phpunit.de"
11701                 }
11702             ],
11703             "description": "Provides a list of PHP built-in functions that operate on resources",
11704             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
11705             "support": {
11706                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
11707                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
11708             },
11709             "funding": [
11710                 {
11711                     "url": "https://github.com/sebastianbergmann",
11712                     "type": "github"
11713                 }
11714             ],
11715             "time": "2020-09-28T06:45:17+00:00"
11716         },
11717         {
11718             "name": "sebastian/type",
11719             "version": "3.2.0",
11720             "source": {
11721                 "type": "git",
11722                 "url": "https://github.com/sebastianbergmann/type.git",
11723                 "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
11724             },
11725             "dist": {
11726                 "type": "zip",
11727                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
11728                 "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
11729                 "shasum": ""
11730             },
11731             "require": {
11732                 "php": ">=7.3"
11733             },
11734             "require-dev": {
11735                 "phpunit/phpunit": "^9.5"
11736             },
11737             "type": "library",
11738             "extra": {
11739                 "branch-alias": {
11740                     "dev-master": "3.2-dev"
11741                 }
11742             },
11743             "autoload": {
11744                 "classmap": [
11745                     "src/"
11746                 ]
11747             },
11748             "notification-url": "https://packagist.org/downloads/",
11749             "license": [
11750                 "BSD-3-Clause"
11751             ],
11752             "authors": [
11753                 {
11754                     "name": "Sebastian Bergmann",
11755                     "email": "sebastian@phpunit.de",
11756                     "role": "lead"
11757                 }
11758             ],
11759             "description": "Collection of value objects that represent the types of the PHP type system",
11760             "homepage": "https://github.com/sebastianbergmann/type",
11761             "support": {
11762                 "issues": "https://github.com/sebastianbergmann/type/issues",
11763                 "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
11764             },
11765             "funding": [
11766                 {
11767                     "url": "https://github.com/sebastianbergmann",
11768                     "type": "github"
11769                 }
11770             ],
11771             "time": "2022-09-12T14:47:03+00:00"
11772         },
11773         {
11774             "name": "sebastian/version",
11775             "version": "3.0.2",
11776             "source": {
11777                 "type": "git",
11778                 "url": "https://github.com/sebastianbergmann/version.git",
11779                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
11780             },
11781             "dist": {
11782                 "type": "zip",
11783                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
11784                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
11785                 "shasum": ""
11786             },
11787             "require": {
11788                 "php": ">=7.3"
11789             },
11790             "type": "library",
11791             "extra": {
11792                 "branch-alias": {
11793                     "dev-master": "3.0-dev"
11794                 }
11795             },
11796             "autoload": {
11797                 "classmap": [
11798                     "src/"
11799                 ]
11800             },
11801             "notification-url": "https://packagist.org/downloads/",
11802             "license": [
11803                 "BSD-3-Clause"
11804             ],
11805             "authors": [
11806                 {
11807                     "name": "Sebastian Bergmann",
11808                     "email": "sebastian@phpunit.de",
11809                     "role": "lead"
11810                 }
11811             ],
11812             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11813             "homepage": "https://github.com/sebastianbergmann/version",
11814             "support": {
11815                 "issues": "https://github.com/sebastianbergmann/version/issues",
11816                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
11817             },
11818             "funding": [
11819                 {
11820                     "url": "https://github.com/sebastianbergmann",
11821                     "type": "github"
11822                 }
11823             ],
11824             "time": "2020-09-28T06:39:44+00:00"
11825         },
11826         {
11827             "name": "symfony/browser-kit",
11828             "version": "v5.4.11",
11829             "source": {
11830                 "type": "git",
11831                 "url": "https://github.com/symfony/browser-kit.git",
11832                 "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027"
11833             },
11834             "dist": {
11835                 "type": "zip",
11836                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/081fe28a26b6bd671dea85ef3a4b5003f3c88027",
11837                 "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027",
11838                 "shasum": ""
11839             },
11840             "require": {
11841                 "php": ">=7.2.5",
11842                 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
11843                 "symfony/polyfill-php80": "^1.16"
11844             },
11845             "require-dev": {
11846                 "symfony/css-selector": "^4.4|^5.0|^6.0",
11847                 "symfony/http-client": "^4.4|^5.0|^6.0",
11848                 "symfony/mime": "^4.4|^5.0|^6.0",
11849                 "symfony/process": "^4.4|^5.0|^6.0"
11850             },
11851             "suggest": {
11852                 "symfony/process": ""
11853             },
11854             "type": "library",
11855             "autoload": {
11856                 "psr-4": {
11857                     "Symfony\\Component\\BrowserKit\\": ""
11858                 },
11859                 "exclude-from-classmap": [
11860                     "/Tests/"
11861                 ]
11862             },
11863             "notification-url": "https://packagist.org/downloads/",
11864             "license": [
11865                 "MIT"
11866             ],
11867             "authors": [
11868                 {
11869                     "name": "Fabien Potencier",
11870                     "email": "fabien@symfony.com"
11871                 },
11872                 {
11873                     "name": "Symfony Community",
11874                     "homepage": "https://symfony.com/contributors"
11875                 }
11876             ],
11877             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
11878             "homepage": "https://symfony.com",
11879             "support": {
11880                 "source": "https://github.com/symfony/browser-kit/tree/v5.4.11"
11881             },
11882             "funding": [
11883                 {
11884                     "url": "https://symfony.com/sponsor",
11885                     "type": "custom"
11886                 },
11887                 {
11888                     "url": "https://github.com/fabpot",
11889                     "type": "github"
11890                 },
11891                 {
11892                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11893                     "type": "tidelift"
11894                 }
11895             ],
11896             "time": "2022-07-27T15:50:05+00:00"
11897         },
11898         {
11899             "name": "symfony/debug",
11900             "version": "v4.4.44",
11901             "source": {
11902                 "type": "git",
11903                 "url": "https://github.com/symfony/debug.git",
11904                 "reference": "1a692492190773c5310bc7877cb590c04c2f05be"
11905             },
11906             "dist": {
11907                 "type": "zip",
11908                 "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
11909                 "reference": "1a692492190773c5310bc7877cb590c04c2f05be",
11910                 "shasum": ""
11911             },
11912             "require": {
11913                 "php": ">=7.1.3",
11914                 "psr/log": "^1|^2|^3"
11915             },
11916             "conflict": {
11917                 "symfony/http-kernel": "<3.4"
11918             },
11919             "require-dev": {
11920                 "symfony/http-kernel": "^3.4|^4.0|^5.0"
11921             },
11922             "type": "library",
11923             "autoload": {
11924                 "psr-4": {
11925                     "Symfony\\Component\\Debug\\": ""
11926                 },
11927                 "exclude-from-classmap": [
11928                     "/Tests/"
11929                 ]
11930             },
11931             "notification-url": "https://packagist.org/downloads/",
11932             "license": [
11933                 "MIT"
11934             ],
11935             "authors": [
11936                 {
11937                     "name": "Fabien Potencier",
11938                     "email": "fabien@symfony.com"
11939                 },
11940                 {
11941                     "name": "Symfony Community",
11942                     "homepage": "https://symfony.com/contributors"
11943                 }
11944             ],
11945             "description": "Provides tools to ease debugging PHP code",
11946             "homepage": "https://symfony.com",
11947             "support": {
11948                 "source": "https://github.com/symfony/debug/tree/v4.4.44"
11949             },
11950             "funding": [
11951                 {
11952                     "url": "https://symfony.com/sponsor",
11953                     "type": "custom"
11954                 },
11955                 {
11956                     "url": "https://github.com/fabpot",
11957                     "type": "github"
11958                 },
11959                 {
11960                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11961                     "type": "tidelift"
11962                 }
11963             ],
11964             "abandoned": "symfony/error-handler",
11965             "time": "2022-07-28T16:29:46+00:00"
11966         },
11967         {
11968             "name": "symfony/dom-crawler",
11969             "version": "v5.4.15",
11970             "source": {
11971                 "type": "git",
11972                 "url": "https://github.com/symfony/dom-crawler.git",
11973                 "reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258"
11974             },
11975             "dist": {
11976                 "type": "zip",
11977                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b8fd0ff9a0f00d944f1534f6d21e84f92eda7258",
11978                 "reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258",
11979                 "shasum": ""
11980             },
11981             "require": {
11982                 "php": ">=7.2.5",
11983                 "symfony/deprecation-contracts": "^2.1|^3",
11984                 "symfony/polyfill-ctype": "~1.8",
11985                 "symfony/polyfill-mbstring": "~1.0",
11986                 "symfony/polyfill-php80": "^1.16"
11987             },
11988             "conflict": {
11989                 "masterminds/html5": "<2.6"
11990             },
11991             "require-dev": {
11992                 "masterminds/html5": "^2.6",
11993                 "symfony/css-selector": "^4.4|^5.0|^6.0"
11994             },
11995             "suggest": {
11996                 "symfony/css-selector": ""
11997             },
11998             "type": "library",
11999             "autoload": {
12000                 "psr-4": {
12001                     "Symfony\\Component\\DomCrawler\\": ""
12002                 },
12003                 "exclude-from-classmap": [
12004                     "/Tests/"
12005                 ]
12006             },
12007             "notification-url": "https://packagist.org/downloads/",
12008             "license": [
12009                 "MIT"
12010             ],
12011             "authors": [
12012                 {
12013                     "name": "Fabien Potencier",
12014                     "email": "fabien@symfony.com"
12015                 },
12016                 {
12017                     "name": "Symfony Community",
12018                     "homepage": "https://symfony.com/contributors"
12019                 }
12020             ],
12021             "description": "Eases DOM navigation for HTML and XML documents",
12022             "homepage": "https://symfony.com",
12023             "support": {
12024                 "source": "https://github.com/symfony/dom-crawler/tree/v5.4.15"
12025             },
12026             "funding": [
12027                 {
12028                     "url": "https://symfony.com/sponsor",
12029                     "type": "custom"
12030                 },
12031                 {
12032                     "url": "https://github.com/fabpot",
12033                     "type": "github"
12034                 },
12035                 {
12036                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12037                     "type": "tidelift"
12038                 }
12039             ],
12040             "time": "2022-10-27T08:04:35+00:00"
12041         },
12042         {
12043             "name": "symfony/error-handler",
12044             "version": "v4.4.44",
12045             "source": {
12046                 "type": "git",
12047                 "url": "https://github.com/symfony/error-handler.git",
12048                 "reference": "be731658121ef2d8be88f3a1ec938148a9237291"
12049             },
12050             "dist": {
12051                 "type": "zip",
12052                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291",
12053                 "reference": "be731658121ef2d8be88f3a1ec938148a9237291",
12054                 "shasum": ""
12055             },
12056             "require": {
12057                 "php": ">=7.1.3",
12058                 "psr/log": "^1|^2|^3",
12059                 "symfony/debug": "^4.4.5",
12060                 "symfony/var-dumper": "^4.4|^5.0"
12061             },
12062             "require-dev": {
12063                 "symfony/http-kernel": "^4.4|^5.0",
12064                 "symfony/serializer": "^4.4|^5.0"
12065             },
12066             "type": "library",
12067             "autoload": {
12068                 "psr-4": {
12069                     "Symfony\\Component\\ErrorHandler\\": ""
12070                 },
12071                 "exclude-from-classmap": [
12072                     "/Tests/"
12073                 ]
12074             },
12075             "notification-url": "https://packagist.org/downloads/",
12076             "license": [
12077                 "MIT"
12078             ],
12079             "authors": [
12080                 {
12081                     "name": "Fabien Potencier",
12082                     "email": "fabien@symfony.com"
12083                 },
12084                 {
12085                     "name": "Symfony Community",
12086                     "homepage": "https://symfony.com/contributors"
12087                 }
12088             ],
12089             "description": "Provides tools to manage errors and ease debugging PHP code",
12090             "homepage": "https://symfony.com",
12091             "support": {
12092                 "source": "https://github.com/symfony/error-handler/tree/v4.4.44"
12093             },
12094             "funding": [
12095                 {
12096                     "url": "https://symfony.com/sponsor",
12097                     "type": "custom"
12098                 },
12099                 {
12100                     "url": "https://github.com/fabpot",
12101                     "type": "github"
12102                 },
12103                 {
12104                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12105                     "type": "tidelift"
12106                 }
12107             ],
12108             "time": "2022-07-28T16:29:46+00:00"
12109         },
12110         {
12111             "name": "symfony/finder",
12112             "version": "v5.4.11",
12113             "source": {
12114                 "type": "git",
12115                 "url": "https://github.com/symfony/finder.git",
12116                 "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c"
12117             },
12118             "dist": {
12119                 "type": "zip",
12120                 "url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c",
12121                 "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c",
12122                 "shasum": ""
12123             },
12124             "require": {
12125                 "php": ">=7.2.5",
12126                 "symfony/deprecation-contracts": "^2.1|^3",
12127                 "symfony/polyfill-php80": "^1.16"
12128             },
12129             "type": "library",
12130             "autoload": {
12131                 "psr-4": {
12132                     "Symfony\\Component\\Finder\\": ""
12133                 },
12134                 "exclude-from-classmap": [
12135                     "/Tests/"
12136                 ]
12137             },
12138             "notification-url": "https://packagist.org/downloads/",
12139             "license": [
12140                 "MIT"
12141             ],
12142             "authors": [
12143                 {
12144                     "name": "Fabien Potencier",
12145                     "email": "fabien@symfony.com"
12146                 },
12147                 {
12148                     "name": "Symfony Community",
12149                     "homepage": "https://symfony.com/contributors"
12150                 }
12151             ],
12152             "description": "Finds files and directories via an intuitive fluent interface",
12153             "homepage": "https://symfony.com",
12154             "support": {
12155                 "source": "https://github.com/symfony/finder/tree/v5.4.11"
12156             },
12157             "funding": [
12158                 {
12159                     "url": "https://symfony.com/sponsor",
12160                     "type": "custom"
12161                 },
12162                 {
12163                     "url": "https://github.com/fabpot",
12164                     "type": "github"
12165                 },
12166                 {
12167                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12168                     "type": "tidelift"
12169                 }
12170             ],
12171             "time": "2022-07-29T07:37:50+00:00"
12172         },
12173         {
12174             "name": "symfony/http-kernel",
12175             "version": "v4.4.49",
12176             "source": {
12177                 "type": "git",
12178                 "url": "https://github.com/symfony/http-kernel.git",
12179                 "reference": "4e36db8103062c62b3882b1bd297b02de6b021c4"
12180             },
12181             "dist": {
12182                 "type": "zip",
12183                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4e36db8103062c62b3882b1bd297b02de6b021c4",
12184                 "reference": "4e36db8103062c62b3882b1bd297b02de6b021c4",
12185                 "shasum": ""
12186             },
12187             "require": {
12188                 "php": ">=7.1.3",
12189                 "psr/log": "^1|^2",
12190                 "symfony/error-handler": "^4.4",
12191                 "symfony/event-dispatcher": "^4.4",
12192                 "symfony/http-client-contracts": "^1.1|^2",
12193                 "symfony/http-foundation": "^4.4.30|^5.3.7",
12194                 "symfony/polyfill-ctype": "^1.8",
12195                 "symfony/polyfill-php73": "^1.9",
12196                 "symfony/polyfill-php80": "^1.16"
12197             },
12198             "conflict": {
12199                 "symfony/browser-kit": "<4.3",
12200                 "symfony/config": "<3.4",
12201                 "symfony/console": ">=5",
12202                 "symfony/dependency-injection": "<4.3",
12203                 "symfony/translation": "<4.2",
12204                 "twig/twig": "<1.43|<2.13,>=2"
12205             },
12206             "provide": {
12207                 "psr/log-implementation": "1.0|2.0"
12208             },
12209             "require-dev": {
12210                 "psr/cache": "^1.0|^2.0|^3.0",
12211                 "symfony/browser-kit": "^4.3|^5.0",
12212                 "symfony/config": "^3.4|^4.0|^5.0",
12213                 "symfony/console": "^3.4|^4.0",
12214                 "symfony/css-selector": "^3.4|^4.0|^5.0",
12215                 "symfony/dependency-injection": "^4.3|^5.0",
12216                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
12217                 "symfony/expression-language": "^3.4|^4.0|^5.0",
12218                 "symfony/finder": "^3.4|^4.0|^5.0",
12219                 "symfony/process": "^3.4|^4.0|^5.0",
12220                 "symfony/routing": "^3.4|^4.0|^5.0",
12221                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
12222                 "symfony/templating": "^3.4|^4.0|^5.0",
12223                 "symfony/translation": "^4.2|^5.0",
12224                 "symfony/translation-contracts": "^1.1|^2",
12225                 "twig/twig": "^1.43|^2.13|^3.0.4"
12226             },
12227             "suggest": {
12228                 "symfony/browser-kit": "",
12229                 "symfony/config": "",
12230                 "symfony/console": "",
12231                 "symfony/dependency-injection": ""
12232             },
12233             "type": "library",
12234             "autoload": {
12235                 "psr-4": {
12236                     "Symfony\\Component\\HttpKernel\\": ""
12237                 },
12238                 "exclude-from-classmap": [
12239                     "/Tests/"
12240                 ]
12241             },
12242             "notification-url": "https://packagist.org/downloads/",
12243             "license": [
12244                 "MIT"
12245             ],
12246             "authors": [
12247                 {
12248                     "name": "Fabien Potencier",
12249                     "email": "fabien@symfony.com"
12250                 },
12251                 {
12252                     "name": "Symfony Community",
12253                     "homepage": "https://symfony.com/contributors"
12254                 }
12255             ],
12256             "description": "Provides a structured process for converting a Request into a Response",
12257             "homepage": "https://symfony.com",
12258             "support": {
12259                 "source": "https://github.com/symfony/http-kernel/tree/v4.4.49"
12260             },
12261             "funding": [
12262                 {
12263                     "url": "https://symfony.com/sponsor",
12264                     "type": "custom"
12265                 },
12266                 {
12267                     "url": "https://github.com/fabpot",
12268                     "type": "github"
12269                 },
12270                 {
12271                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12272                     "type": "tidelift"
12273                 }
12274             ],
12275             "time": "2022-11-28T17:58:43+00:00"
12276         },
12277         {
12278             "name": "symfony/panther",
12279             "version": "v1.1.2",
12280             "source": {
12281                 "type": "git",
12282                 "url": "https://github.com/symfony/panther.git",
12283                 "reference": "8716dd7c1c26a592a4e0440047a7967c21ef71e5"
12284             },
12285             "dist": {
12286                 "type": "zip",
12287                 "url": "https://api.github.com/repos/symfony/panther/zipball/8716dd7c1c26a592a4e0440047a7967c21ef71e5",
12288                 "reference": "8716dd7c1c26a592a4e0440047a7967c21ef71e5",
12289                 "shasum": ""
12290             },
12291             "require": {
12292                 "ext-dom": "*",
12293                 "ext-libxml": "*",
12294                 "php": ">=7.1",
12295                 "php-webdriver/webdriver": "^1.8.2",
12296                 "symfony/browser-kit": "^4.4 || ^5.0",
12297                 "symfony/dependency-injection": "^4.4 || ^5.0",
12298                 "symfony/deprecation-contracts": "^2.4 || ^3.0",
12299                 "symfony/dom-crawler": "^4.4 || ^5.0",
12300                 "symfony/http-client": "^4.4.11 || ^5.2",
12301                 "symfony/http-kernel": "^4.4 || ^5.0",
12302                 "symfony/polyfill-php72": "^1.9",
12303                 "symfony/process": "^4.4 || ^5.0"
12304             },
12305             "require-dev": {
12306                 "symfony/css-selector": "^4.4 || ^5.0",
12307                 "symfony/framework-bundle": "^4.4 || ^5.0",
12308                 "symfony/mime": "^4.4 || ^5.0",
12309                 "symfony/phpunit-bridge": "^5.2"
12310             },
12311             "type": "library",
12312             "extra": {
12313                 "branch-alias": {
12314                     "dev-main": "1.1.x-dev"
12315                 }
12316             },
12317             "autoload": {
12318                 "psr-4": {
12319                     "Symfony\\Component\\Panther\\": "src/"
12320                 }
12321             },
12322             "notification-url": "https://packagist.org/downloads/",
12323             "license": [
12324                 "MIT"
12325             ],
12326             "authors": [
12327                 {
12328                     "name": "Kévin Dunglas",
12329                     "email": "dunglas@gmail.com",
12330                     "homepage": "https://dunglas.fr"
12331                 },
12332                 {
12333                     "name": "Symfony Community",
12334                     "homepage": "https://symfony.com/contributors"
12335                 }
12336             ],
12337             "description": "A browser testing and web scraping library for PHP and Symfony.",
12338             "homepage": "https://dunglas.fr",
12339             "keywords": [
12340                 "e2e",
12341                 "scraping",
12342                 "selenium",
12343                 "symfony",
12344                 "testing",
12345                 "webdriver"
12346             ],
12347             "support": {
12348                 "issues": "https://github.com/symfony/panther/issues",
12349                 "source": "https://github.com/symfony/panther/tree/v1.1.2"
12350             },
12351             "funding": [
12352                 {
12353                     "url": "https://www.panthera.org/donate",
12354                     "type": "custom"
12355                 },
12356                 {
12357                     "url": "https://github.com/dunglas",
12358                     "type": "github"
12359                 },
12360                 {
12361                     "url": "https://tidelift.com/funding/github/packagist/symfony/panther",
12362                     "type": "tidelift"
12363                 }
12364             ],
12365             "time": "2021-11-30T15:51:25+00:00"
12366         },
12367         {
12368             "name": "symfony/var-dumper",
12369             "version": "v5.4.14",
12370             "source": {
12371                 "type": "git",
12372                 "url": "https://github.com/symfony/var-dumper.git",
12373                 "reference": "6894d06145fefebd9a4c7272baa026a1c394a430"
12374             },
12375             "dist": {
12376                 "type": "zip",
12377                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430",
12378                 "reference": "6894d06145fefebd9a4c7272baa026a1c394a430",
12379                 "shasum": ""
12380             },
12381             "require": {
12382                 "php": ">=7.2.5",
12383                 "symfony/polyfill-mbstring": "~1.0",
12384                 "symfony/polyfill-php80": "^1.16"
12385             },
12386             "conflict": {
12387                 "phpunit/phpunit": "<5.4.3",
12388                 "symfony/console": "<4.4"
12389             },
12390             "require-dev": {
12391                 "ext-iconv": "*",
12392                 "symfony/console": "^4.4|^5.0|^6.0",
12393                 "symfony/process": "^4.4|^5.0|^6.0",
12394                 "symfony/uid": "^5.1|^6.0",
12395                 "twig/twig": "^2.13|^3.0.4"
12396             },
12397             "suggest": {
12398                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
12399                 "ext-intl": "To show region name in time zone dump",
12400                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
12401             },
12402             "bin": [
12403                 "Resources/bin/var-dump-server"
12404             ],
12405             "type": "library",
12406             "autoload": {
12407                 "files": [
12408                     "Resources/functions/dump.php"
12409                 ],
12410                 "psr-4": {
12411                     "Symfony\\Component\\VarDumper\\": ""
12412                 },
12413                 "exclude-from-classmap": [
12414                     "/Tests/"
12415                 ]
12416             },
12417             "notification-url": "https://packagist.org/downloads/",
12418             "license": [
12419                 "MIT"
12420             ],
12421             "authors": [
12422                 {
12423                     "name": "Nicolas Grekas",
12424                     "email": "p@tchwork.com"
12425                 },
12426                 {
12427                     "name": "Symfony Community",
12428                     "homepage": "https://symfony.com/contributors"
12429                 }
12430             ],
12431             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
12432             "homepage": "https://symfony.com",
12433             "keywords": [
12434                 "debug",
12435                 "dump"
12436             ],
12437             "support": {
12438                 "source": "https://github.com/symfony/var-dumper/tree/v5.4.14"
12439             },
12440             "funding": [
12441                 {
12442                     "url": "https://symfony.com/sponsor",
12443                     "type": "custom"
12444                 },
12445                 {
12446                     "url": "https://github.com/fabpot",
12447                     "type": "github"
12448                 },
12449                 {
12450                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12451                     "type": "tidelift"
12452                 }
12453             ],
12454             "time": "2022-10-07T08:01:20+00:00"
12455         },
12456         {
12457             "name": "theseer/tokenizer",
12458             "version": "1.2.1",
12459             "source": {
12460                 "type": "git",
12461                 "url": "https://github.com/theseer/tokenizer.git",
12462                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
12463             },
12464             "dist": {
12465                 "type": "zip",
12466                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
12467                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
12468                 "shasum": ""
12469             },
12470             "require": {
12471                 "ext-dom": "*",
12472                 "ext-tokenizer": "*",
12473                 "ext-xmlwriter": "*",
12474                 "php": "^7.2 || ^8.0"
12475             },
12476             "type": "library",
12477             "autoload": {
12478                 "classmap": [
12479                     "src/"
12480                 ]
12481             },
12482             "notification-url": "https://packagist.org/downloads/",
12483             "license": [
12484                 "BSD-3-Clause"
12485             ],
12486             "authors": [
12487                 {
12488                     "name": "Arne Blankerts",
12489                     "email": "arne@blankerts.de",
12490                     "role": "Developer"
12491                 }
12492             ],
12493             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
12494             "support": {
12495                 "issues": "https://github.com/theseer/tokenizer/issues",
12496                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
12497             },
12498             "funding": [
12499                 {
12500                     "url": "https://github.com/theseer",
12501                     "type": "github"
12502                 }
12503             ],
12504             "time": "2021-07-28T10:34:58+00:00"
12505         },
12506         {
12507             "name": "zircote/swagger-php",
12508             "version": "3.3.6",
12509             "source": {
12510                 "type": "git",
12511                 "url": "https://github.com/zircote/swagger-php.git",
12512                 "reference": "5016342f966fca29dda84455de066c5c90d37941"
12513             },
12514             "dist": {
12515                 "type": "zip",
12516                 "url": "https://api.github.com/repos/zircote/swagger-php/zipball/5016342f966fca29dda84455de066c5c90d37941",
12517                 "reference": "5016342f966fca29dda84455de066c5c90d37941",
12518                 "shasum": ""
12519             },
12520             "require": {
12521                 "doctrine/annotations": "^1.7",
12522                 "ext-json": "*",
12523                 "php": ">=7.2",
12524                 "psr/log": "^1.1 || ^2.0 || ^3.0",
12525                 "symfony/finder": ">=2.2",
12526                 "symfony/yaml": ">=3.3"
12527             },
12528             "require-dev": {
12529                 "composer/package-versions-deprecated": "1.11.99.2",
12530                 "friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
12531                 "phpunit/phpunit": ">=8.5.14"
12532             },
12533             "bin": [
12534                 "bin/openapi"
12535             ],
12536             "type": "library",
12537             "autoload": {
12538                 "files": [
12539                     "src/functions.php"
12540                 ],
12541                 "psr-4": {
12542                     "OpenApi\\": "src"
12543                 }
12544             },
12545             "notification-url": "https://packagist.org/downloads/",
12546             "license": [
12547                 "Apache-2.0"
12548             ],
12549             "authors": [
12550                 {
12551                     "name": "Robert Allen",
12552                     "email": "zircote@gmail.com"
12553                 },
12554                 {
12555                     "name": "Bob Fanger",
12556                     "email": "bfanger@gmail.com",
12557                     "homepage": "https://bfanger.nl"
12558                 },
12559                 {
12560                     "name": "Martin Rademacher",
12561                     "email": "mano@radebatz.net",
12562                     "homepage": "https://radebatz.net"
12563                 }
12564             ],
12565             "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
12566             "homepage": "https://github.com/zircote/swagger-php/",
12567             "keywords": [
12568                 "api",
12569                 "json",
12570                 "rest",
12571                 "service discovery"
12572             ],
12573             "support": {
12574                 "issues": "https://github.com/zircote/swagger-php/issues",
12575                 "source": "https://github.com/zircote/swagger-php/tree/3.3.6"
12576             },
12577             "time": "2022-05-21T01:52:14+00:00"
12578         }
12579     ],
12580     "aliases": [],
12581     "minimum-stability": "stable",
12582     "stability-flags": [],
12583     "prefer-stable": false,
12584     "prefer-lowest": false,
12585     "platform": {
12586         "php": ">=8.0.0"
12587     },
12588     "platform-dev": [],
12589     "platform-overrides": {
12590         "php": "8.0"
12591     },
12592     "plugin-api-version": "2.3.0"