Merge branch 'main' of feistymeow.org:feisty_meow
[feisty_meow.git] / production / example_apps / shared_calendar / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "92585a016ecbb2db833ed6d49f63f9d5",
8     "packages": [
9         {
10             "name": "aura/intl",
11             "version": "3.0.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/auraphp/Aura.Intl.git",
15                 "reference": "642cab45c9c88a217f89b65c2d7219a8cd7f803b"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/auraphp/Aura.Intl/zipball/642cab45c9c88a217f89b65c2d7219a8cd7f803b",
20                 "reference": "642cab45c9c88a217f89b65c2d7219a8cd7f803b",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": "^5.6 || ^7.0 || ^8.0"
25             },
26             "require-dev": {
27                 "yoast/phpunit-polyfills": "~1.0"
28             },
29             "type": "library",
30             "autoload": {
31                 "psr-4": {
32                     "Aura\\Intl\\": "src/"
33                 }
34             },
35             "notification-url": "https://packagist.org/downloads/",
36             "license": [
37                 "MIT"
38             ],
39             "authors": [
40                 {
41                     "name": "Aura.Intl Contributors",
42                     "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
43                 }
44             ],
45             "description": "The Aura Intl package provides internationalization tools, specifically message translation.",
46             "homepage": "https://github.com/auraphp/Aura.Intl",
47             "keywords": [
48                 "g11n",
49                 "globalization",
50                 "i18n",
51                 "internationalization",
52                 "intl",
53                 "l10n",
54                 "localization"
55             ],
56             "support": {
57                 "issues": "https://github.com/auraphp/Aura.Intl/issues",
58                 "source": "https://github.com/auraphp/Aura.Intl/tree/3.0.1"
59             },
60             "time": "2022-01-28T10:55:50+00:00"
61         },
62         {
63             "name": "cakephp/cakephp",
64             "version": "4.0.10",
65             "source": {
66                 "type": "git",
67                 "url": "https://github.com/cakephp/cakephp.git",
68                 "reference": "5c6d72bc9bb1be6eec1b00b3930f9e5054ee6d76"
69             },
70             "dist": {
71                 "type": "zip",
72                 "url": "https://api.github.com/repos/cakephp/cakephp/zipball/5c6d72bc9bb1be6eec1b00b3930f9e5054ee6d76",
73                 "reference": "5c6d72bc9bb1be6eec1b00b3930f9e5054ee6d76",
74                 "shasum": ""
75             },
76             "require": {
77                 "aura/intl": "^3.0.0",
78                 "cakephp/chronos": "^2.0",
79                 "composer/ca-bundle": "^1.2",
80                 "ext-intl": "*",
81                 "ext-json": "*",
82                 "ext-mbstring": "*",
83                 "laminas/laminas-diactoros": "^2.2.2",
84                 "laminas/laminas-httphandlerrunner": "^1.1",
85                 "php": ">=7.2.0",
86                 "psr/http-client": "^1.0",
87                 "psr/http-server-handler": "^1.0",
88                 "psr/http-server-middleware": "^1.0",
89                 "psr/log": "^1.0.0",
90                 "psr/simple-cache": "^1.0.0"
91             },
92             "replace": {
93                 "cakephp/cache": "self.version",
94                 "cakephp/collection": "self.version",
95                 "cakephp/console": "self.version",
96                 "cakephp/core": "self.version",
97                 "cakephp/database": "self.version",
98                 "cakephp/datasource": "self.version",
99                 "cakephp/event": "self.version",
100                 "cakephp/filesystem": "self.version",
101                 "cakephp/form": "self.version",
102                 "cakephp/http": "self.version",
103                 "cakephp/i18n": "self.version",
104                 "cakephp/log": "self.version",
105                 "cakephp/orm": "self.version",
106                 "cakephp/utility": "self.version",
107                 "cakephp/validation": "self.version"
108             },
109             "require-dev": {
110                 "cakephp/cakephp-codesniffer": "^4.0",
111                 "mikey179/vfsstream": "^1.6",
112                 "paragonie/csp-builder": "^2.3",
113                 "phpunit/phpunit": "~8.5.0"
114             },
115             "suggest": {
116                 "ext-curl": "To enable more efficient network calls in Http\\Client.",
117                 "ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
118                 "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()",
119                 "paragonie/csp-builder": "CSP builder, to use the CSP Middleware"
120             },
121             "type": "library",
122             "autoload": {
123                 "files": [
124                     "src/Core/functions.php",
125                     "src/Collection/functions.php",
126                     "src/I18n/functions.php",
127                     "src/Utility/bootstrap.php"
128                 ],
129                 "psr-4": {
130                     "Cake\\": "src/"
131                 }
132             },
133             "notification-url": "https://packagist.org/downloads/",
134             "license": [
135                 "MIT"
136             ],
137             "authors": [
138                 {
139                     "name": "CakePHP Community",
140                     "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
141                 }
142             ],
143             "description": "The CakePHP framework",
144             "homepage": "https://cakephp.org",
145             "keywords": [
146                 "conventions over configuration",
147                 "dry",
148                 "form",
149                 "framework",
150                 "mvc",
151                 "orm",
152                 "psr-7",
153                 "rapid-development",
154                 "validation"
155             ],
156             "support": {
157                 "forum": "https://stackoverflow.com/tags/cakephp",
158                 "irc": "irc://irc.freenode.org/cakephp",
159                 "issues": "https://github.com/cakephp/cakephp/issues",
160                 "source": "https://github.com/cakephp/cakephp"
161             },
162             "time": "2020-12-08T03:04:12+00:00"
163         },
164         {
165             "name": "cakephp/chronos",
166             "version": "2.3.0",
167             "source": {
168                 "type": "git",
169                 "url": "https://github.com/cakephp/chronos.git",
170                 "reference": "3ecd6e7ae191c676570cd1bed51fd561de4606dd"
171             },
172             "dist": {
173                 "type": "zip",
174                 "url": "https://api.github.com/repos/cakephp/chronos/zipball/3ecd6e7ae191c676570cd1bed51fd561de4606dd",
175                 "reference": "3ecd6e7ae191c676570cd1bed51fd561de4606dd",
176                 "shasum": ""
177             },
178             "require": {
179                 "php": ">=7.2"
180             },
181             "require-dev": {
182                 "cakephp/cakephp-codesniffer": "^4.5",
183                 "phpunit/phpunit": "^8.0 || ^9.0"
184             },
185             "type": "library",
186             "autoload": {
187                 "files": [
188                     "src/carbon_compat.php"
189                 ],
190                 "psr-4": {
191                     "Cake\\Chronos\\": "src/"
192                 }
193             },
194             "notification-url": "https://packagist.org/downloads/",
195             "license": [
196                 "MIT"
197             ],
198             "authors": [
199                 {
200                     "name": "Brian Nesbitt",
201                     "email": "brian@nesbot.com",
202                     "homepage": "http://nesbot.com"
203                 },
204                 {
205                     "name": "The CakePHP Team",
206                     "homepage": "http://cakephp.org"
207                 }
208             ],
209             "description": "A simple API extension for DateTime.",
210             "homepage": "http://cakephp.org",
211             "keywords": [
212                 "date",
213                 "datetime",
214                 "time"
215             ],
216             "support": {
217                 "irc": "irc://irc.freenode.org/cakephp",
218                 "issues": "https://github.com/cakephp/chronos/issues",
219                 "source": "https://github.com/cakephp/chronos"
220             },
221             "time": "2021-10-17T02:44:05+00:00"
222         },
223         {
224             "name": "cakephp/migrations",
225             "version": "3.1.0",
226             "source": {
227                 "type": "git",
228                 "url": "https://github.com/cakephp/migrations.git",
229                 "reference": "d22737c31243db89774abfe6a077d254c0eae75a"
230             },
231             "dist": {
232                 "type": "zip",
233                 "url": "https://api.github.com/repos/cakephp/migrations/zipball/d22737c31243db89774abfe6a077d254c0eae75a",
234                 "reference": "d22737c31243db89774abfe6a077d254c0eae75a",
235                 "shasum": ""
236             },
237             "require": {
238                 "cakephp/cache": "^4.0.5",
239                 "cakephp/orm": "^4.0.5",
240                 "php": ">=7.2.0",
241                 "robmorgan/phinx": "^0.12"
242             },
243             "require-dev": {
244                 "cakephp/bake": "^2.1.0",
245                 "cakephp/cakephp": "^4.0.5",
246                 "cakephp/cakephp-codesniffer": "~4.1.0",
247                 "phpunit/phpunit": "~8.5.0"
248             },
249             "suggest": {
250                 "cakephp/bake": "If you want to generate migrations.",
251                 "dereuromark/cakephp-ide-helper": "If you want to have IDE suggest/autocomplete when creating migrations."
252             },
253             "type": "cakephp-plugin",
254             "autoload": {
255                 "psr-4": {
256                     "Migrations\\": "src/"
257                 }
258             },
259             "notification-url": "https://packagist.org/downloads/",
260             "license": [
261                 "MIT"
262             ],
263             "authors": [
264                 {
265                     "name": "CakePHP Community",
266                     "homepage": "https://github.com/cakephp/migrations/graphs/contributors"
267                 }
268             ],
269             "description": "Database Migration plugin for CakePHP based on Phinx",
270             "homepage": "https://github.com/cakephp/migrations",
271             "keywords": [
272                 "cakephp",
273                 "migrations"
274             ],
275             "support": {
276                 "forum": "https://stackoverflow.com/tags/cakephp",
277                 "irc": "irc://irc.freenode.org/cakephp",
278                 "issues": "https://github.com/cakephp/migrations/issues",
279                 "source": "https://github.com/cakephp/migrations"
280             },
281             "time": "2021-05-20T13:57:37+00:00"
282         },
283         {
284             "name": "cakephp/plugin-installer",
285             "version": "1.3.1",
286             "source": {
287                 "type": "git",
288                 "url": "https://github.com/cakephp/plugin-installer.git",
289                 "reference": "e27027aa2d3d8ab64452c6817629558685a064cb"
290             },
291             "dist": {
292                 "type": "zip",
293                 "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/e27027aa2d3d8ab64452c6817629558685a064cb",
294                 "reference": "e27027aa2d3d8ab64452c6817629558685a064cb",
295                 "shasum": ""
296             },
297             "require": {
298                 "composer-plugin-api": "^1.0 || ^2.0",
299                 "php": ">=5.6.0"
300             },
301             "require-dev": {
302                 "cakephp/cakephp-codesniffer": "^3.3",
303                 "composer/composer": "^2.0",
304                 "phpunit/phpunit": "^5.7 || ^6.5 || ^8.5 || ^9.3"
305             },
306             "type": "composer-plugin",
307             "extra": {
308                 "class": "Cake\\Composer\\Plugin"
309             },
310             "autoload": {
311                 "psr-4": {
312                     "Cake\\Composer\\": "src/"
313                 }
314             },
315             "notification-url": "https://packagist.org/downloads/",
316             "license": [
317                 "MIT"
318             ],
319             "authors": [
320                 {
321                     "name": "CakePHP Community",
322                     "homepage": "https://cakephp.org"
323                 }
324             ],
325             "description": "A composer installer for CakePHP 3.0+ plugins.",
326             "support": {
327                 "issues": "https://github.com/cakephp/plugin-installer/issues",
328                 "source": "https://github.com/cakephp/plugin-installer/tree/1.3.1"
329             },
330             "time": "2020-10-29T04:00:42+00:00"
331         },
332         {
333             "name": "composer/ca-bundle",
334             "version": "1.3.1",
335             "source": {
336                 "type": "git",
337                 "url": "https://github.com/composer/ca-bundle.git",
338                 "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
339             },
340             "dist": {
341                 "type": "zip",
342                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
343                 "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
344                 "shasum": ""
345             },
346             "require": {
347                 "ext-openssl": "*",
348                 "ext-pcre": "*",
349                 "php": "^5.3.2 || ^7.0 || ^8.0"
350             },
351             "require-dev": {
352                 "phpstan/phpstan": "^0.12.55",
353                 "psr/log": "^1.0",
354                 "symfony/phpunit-bridge": "^4.2 || ^5",
355                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
356             },
357             "type": "library",
358             "extra": {
359                 "branch-alias": {
360                     "dev-main": "1.x-dev"
361                 }
362             },
363             "autoload": {
364                 "psr-4": {
365                     "Composer\\CaBundle\\": "src"
366                 }
367             },
368             "notification-url": "https://packagist.org/downloads/",
369             "license": [
370                 "MIT"
371             ],
372             "authors": [
373                 {
374                     "name": "Jordi Boggiano",
375                     "email": "j.boggiano@seld.be",
376                     "homepage": "http://seld.be"
377                 }
378             ],
379             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
380             "keywords": [
381                 "cabundle",
382                 "cacert",
383                 "certificate",
384                 "ssl",
385                 "tls"
386             ],
387             "support": {
388                 "irc": "irc://irc.freenode.org/composer",
389                 "issues": "https://github.com/composer/ca-bundle/issues",
390                 "source": "https://github.com/composer/ca-bundle/tree/1.3.1"
391             },
392             "funding": [
393                 {
394                     "url": "https://packagist.com",
395                     "type": "custom"
396                 },
397                 {
398                     "url": "https://github.com/composer",
399                     "type": "github"
400                 },
401                 {
402                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
403                     "type": "tidelift"
404                 }
405             ],
406             "time": "2021-10-28T20:44:15+00:00"
407         },
408         {
409             "name": "firebase/php-jwt",
410             "version": "v6.2.0",
411             "source": {
412                 "type": "git",
413                 "url": "https://github.com/firebase/php-jwt.git",
414                 "reference": "d28e6df83830252650da4623c78aaaf98fb385f3"
415             },
416             "dist": {
417                 "type": "zip",
418                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d28e6df83830252650da4623c78aaaf98fb385f3",
419                 "reference": "d28e6df83830252650da4623c78aaaf98fb385f3",
420                 "shasum": ""
421             },
422             "require": {
423                 "php": "^7.1||^8.0"
424             },
425             "require-dev": {
426                 "guzzlehttp/guzzle": "^6.5||^7.4",
427                 "phpspec/prophecy-phpunit": "^1.1",
428                 "phpunit/phpunit": "^7.5||^9.5",
429                 "psr/cache": "^1.0||^2.0",
430                 "psr/http-client": "^1.0",
431                 "psr/http-factory": "^1.0"
432             },
433             "suggest": {
434                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
435             },
436             "type": "library",
437             "autoload": {
438                 "psr-4": {
439                     "Firebase\\JWT\\": "src"
440                 }
441             },
442             "notification-url": "https://packagist.org/downloads/",
443             "license": [
444                 "BSD-3-Clause"
445             ],
446             "authors": [
447                 {
448                     "name": "Neuman Vong",
449                     "email": "neuman+pear@twilio.com",
450                     "role": "Developer"
451                 },
452                 {
453                     "name": "Anant Narayanan",
454                     "email": "anant@php.net",
455                     "role": "Developer"
456                 }
457             ],
458             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
459             "homepage": "https://github.com/firebase/php-jwt",
460             "keywords": [
461                 "jwt",
462                 "php"
463             ],
464             "support": {
465                 "issues": "https://github.com/firebase/php-jwt/issues",
466                 "source": "https://github.com/firebase/php-jwt/tree/v6.2.0"
467             },
468             "time": "2022-05-13T20:54:50+00:00"
469         },
470         {
471             "name": "google/apiclient",
472             "version": "v2.12.4",
473             "source": {
474                 "type": "git",
475                 "url": "https://github.com/googleapis/google-api-php-client.git",
476                 "reference": "702eed9ae7022ba20dc7118c8161060cb50ee9f8"
477             },
478             "dist": {
479                 "type": "zip",
480                 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/702eed9ae7022ba20dc7118c8161060cb50ee9f8",
481                 "reference": "702eed9ae7022ba20dc7118c8161060cb50ee9f8",
482                 "shasum": ""
483             },
484             "require": {
485                 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
486                 "google/apiclient-services": "~0.200",
487                 "google/auth": "^1.10",
488                 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
489                 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
490                 "monolog/monolog": "^1.17||^2.0",
491                 "php": "^5.6|^7.0|^8.0",
492                 "phpseclib/phpseclib": "~2.0||^3.0.2"
493             },
494             "require-dev": {
495                 "cache/filesystem-adapter": "^0.3.2|^1.1",
496                 "composer/composer": "^1.10.22",
497                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
498                 "phpcompatibility/php-compatibility": "^9.2",
499                 "phpspec/prophecy-phpunit": "^1.1||^2.0",
500                 "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
501                 "squizlabs/php_codesniffer": "~2.3",
502                 "symfony/css-selector": "~2.1",
503                 "symfony/dom-crawler": "~2.1",
504                 "yoast/phpunit-polyfills": "^1.0"
505             },
506             "suggest": {
507                 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
508             },
509             "type": "library",
510             "extra": {
511                 "branch-alias": {
512                     "dev-main": "2.x-dev"
513                 }
514             },
515             "autoload": {
516                 "files": [
517                     "src/aliases.php"
518                 ],
519                 "psr-4": {
520                     "Google\\": "src/"
521                 },
522                 "classmap": [
523                     "src/aliases.php"
524                 ]
525             },
526             "notification-url": "https://packagist.org/downloads/",
527             "license": [
528                 "Apache-2.0"
529             ],
530             "description": "Client library for Google APIs",
531             "homepage": "http://developers.google.com/api-client-library/php",
532             "keywords": [
533                 "google"
534             ],
535             "support": {
536                 "issues": "https://github.com/googleapis/google-api-php-client/issues",
537                 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.4"
538             },
539             "time": "2022-04-20T16:44:03+00:00"
540         },
541         {
542             "name": "google/apiclient-services",
543             "version": "v0.248.0",
544             "source": {
545                 "type": "git",
546                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
547                 "reference": "5967583706b1b09c49d04e3c1c3c05e459b0767e"
548             },
549             "dist": {
550                 "type": "zip",
551                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/5967583706b1b09c49d04e3c1c3c05e459b0767e",
552                 "reference": "5967583706b1b09c49d04e3c1c3c05e459b0767e",
553                 "shasum": ""
554             },
555             "require": {
556                 "php": ">=5.6"
557             },
558             "require-dev": {
559                 "phpunit/phpunit": "^5.7||^8.5.13"
560             },
561             "type": "library",
562             "autoload": {
563                 "files": [
564                     "autoload.php"
565                 ],
566                 "psr-4": {
567                     "Google\\Service\\": "src"
568                 }
569             },
570             "notification-url": "https://packagist.org/downloads/",
571             "license": [
572                 "Apache-2.0"
573             ],
574             "description": "Client library for Google APIs",
575             "homepage": "http://developers.google.com/api-client-library/php",
576             "keywords": [
577                 "google"
578             ],
579             "support": {
580                 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
581                 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.248.0"
582             },
583             "time": "2022-05-09T01:06:12+00:00"
584         },
585         {
586             "name": "google/auth",
587             "version": "v1.21.0",
588             "source": {
589                 "type": "git",
590                 "url": "https://github.com/googleapis/google-auth-library-php.git",
591                 "reference": "73392bad2eb6852eea9084b6bbdec752515cb849"
592             },
593             "dist": {
594                 "type": "zip",
595                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/73392bad2eb6852eea9084b6bbdec752515cb849",
596                 "reference": "73392bad2eb6852eea9084b6bbdec752515cb849",
597                 "shasum": ""
598             },
599             "require": {
600                 "firebase/php-jwt": "^5.5||^6.0",
601                 "guzzlehttp/guzzle": "^6.2.1|^7.0",
602                 "guzzlehttp/psr7": "^1.7|^2.0",
603                 "php": "^7.1||^8.0",
604                 "psr/cache": "^1.0|^2.0|^3.0",
605                 "psr/http-message": "^1.0"
606             },
607             "require-dev": {
608                 "guzzlehttp/promises": "0.1.1|^1.3",
609                 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
610                 "phpseclib/phpseclib": "^2.0.31",
611                 "phpspec/prophecy-phpunit": "^1.1",
612                 "phpunit/phpunit": "^7.5||^8.5",
613                 "sebastian/comparator": ">=1.2.3",
614                 "squizlabs/php_codesniffer": "^3.5"
615             },
616             "suggest": {
617                 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
618             },
619             "type": "library",
620             "autoload": {
621                 "psr-4": {
622                     "Google\\Auth\\": "src"
623                 }
624             },
625             "notification-url": "https://packagist.org/downloads/",
626             "license": [
627                 "Apache-2.0"
628             ],
629             "description": "Google Auth Library for PHP",
630             "homepage": "http://github.com/google/google-auth-library-php",
631             "keywords": [
632                 "Authentication",
633                 "google",
634                 "oauth2"
635             ],
636             "support": {
637                 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
638                 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
639                 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.21.0"
640             },
641             "time": "2022-04-13T20:35:52+00:00"
642         },
643         {
644             "name": "guzzlehttp/guzzle",
645             "version": "7.4.2",
646             "source": {
647                 "type": "git",
648                 "url": "https://github.com/guzzle/guzzle.git",
649                 "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4"
650             },
651             "dist": {
652                 "type": "zip",
653                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4",
654                 "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4",
655                 "shasum": ""
656             },
657             "require": {
658                 "ext-json": "*",
659                 "guzzlehttp/promises": "^1.5",
660                 "guzzlehttp/psr7": "^1.8.3 || ^2.1",
661                 "php": "^7.2.5 || ^8.0",
662                 "psr/http-client": "^1.0",
663                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
664             },
665             "provide": {
666                 "psr/http-client-implementation": "1.0"
667             },
668             "require-dev": {
669                 "bamarni/composer-bin-plugin": "^1.4.1",
670                 "ext-curl": "*",
671                 "php-http/client-integration-tests": "^3.0",
672                 "phpunit/phpunit": "^8.5.5 || ^9.3.5",
673                 "psr/log": "^1.1 || ^2.0 || ^3.0"
674             },
675             "suggest": {
676                 "ext-curl": "Required for CURL handler support",
677                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
678                 "psr/log": "Required for using the Log middleware"
679             },
680             "type": "library",
681             "extra": {
682                 "branch-alias": {
683                     "dev-master": "7.4-dev"
684                 }
685             },
686             "autoload": {
687                 "files": [
688                     "src/functions_include.php"
689                 ],
690                 "psr-4": {
691                     "GuzzleHttp\\": "src/"
692                 }
693             },
694             "notification-url": "https://packagist.org/downloads/",
695             "license": [
696                 "MIT"
697             ],
698             "authors": [
699                 {
700                     "name": "Graham Campbell",
701                     "email": "hello@gjcampbell.co.uk",
702                     "homepage": "https://github.com/GrahamCampbell"
703                 },
704                 {
705                     "name": "Michael Dowling",
706                     "email": "mtdowling@gmail.com",
707                     "homepage": "https://github.com/mtdowling"
708                 },
709                 {
710                     "name": "Jeremy Lindblom",
711                     "email": "jeremeamia@gmail.com",
712                     "homepage": "https://github.com/jeremeamia"
713                 },
714                 {
715                     "name": "George Mponos",
716                     "email": "gmponos@gmail.com",
717                     "homepage": "https://github.com/gmponos"
718                 },
719                 {
720                     "name": "Tobias Nyholm",
721                     "email": "tobias.nyholm@gmail.com",
722                     "homepage": "https://github.com/Nyholm"
723                 },
724                 {
725                     "name": "Márk Sági-Kazár",
726                     "email": "mark.sagikazar@gmail.com",
727                     "homepage": "https://github.com/sagikazarmark"
728                 },
729                 {
730                     "name": "Tobias Schultze",
731                     "email": "webmaster@tubo-world.de",
732                     "homepage": "https://github.com/Tobion"
733                 }
734             ],
735             "description": "Guzzle is a PHP HTTP client library",
736             "keywords": [
737                 "client",
738                 "curl",
739                 "framework",
740                 "http",
741                 "http client",
742                 "psr-18",
743                 "psr-7",
744                 "rest",
745                 "web service"
746             ],
747             "support": {
748                 "issues": "https://github.com/guzzle/guzzle/issues",
749                 "source": "https://github.com/guzzle/guzzle/tree/7.4.2"
750             },
751             "funding": [
752                 {
753                     "url": "https://github.com/GrahamCampbell",
754                     "type": "github"
755                 },
756                 {
757                     "url": "https://github.com/Nyholm",
758                     "type": "github"
759                 },
760                 {
761                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
762                     "type": "tidelift"
763                 }
764             ],
765             "time": "2022-03-20T14:16:28+00:00"
766         },
767         {
768             "name": "guzzlehttp/promises",
769             "version": "1.5.1",
770             "source": {
771                 "type": "git",
772                 "url": "https://github.com/guzzle/promises.git",
773                 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
774             },
775             "dist": {
776                 "type": "zip",
777                 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
778                 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
779                 "shasum": ""
780             },
781             "require": {
782                 "php": ">=5.5"
783             },
784             "require-dev": {
785                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
786             },
787             "type": "library",
788             "extra": {
789                 "branch-alias": {
790                     "dev-master": "1.5-dev"
791                 }
792             },
793             "autoload": {
794                 "files": [
795                     "src/functions_include.php"
796                 ],
797                 "psr-4": {
798                     "GuzzleHttp\\Promise\\": "src/"
799                 }
800             },
801             "notification-url": "https://packagist.org/downloads/",
802             "license": [
803                 "MIT"
804             ],
805             "authors": [
806                 {
807                     "name": "Graham Campbell",
808                     "email": "hello@gjcampbell.co.uk",
809                     "homepage": "https://github.com/GrahamCampbell"
810                 },
811                 {
812                     "name": "Michael Dowling",
813                     "email": "mtdowling@gmail.com",
814                     "homepage": "https://github.com/mtdowling"
815                 },
816                 {
817                     "name": "Tobias Nyholm",
818                     "email": "tobias.nyholm@gmail.com",
819                     "homepage": "https://github.com/Nyholm"
820                 },
821                 {
822                     "name": "Tobias Schultze",
823                     "email": "webmaster@tubo-world.de",
824                     "homepage": "https://github.com/Tobion"
825                 }
826             ],
827             "description": "Guzzle promises library",
828             "keywords": [
829                 "promise"
830             ],
831             "support": {
832                 "issues": "https://github.com/guzzle/promises/issues",
833                 "source": "https://github.com/guzzle/promises/tree/1.5.1"
834             },
835             "funding": [
836                 {
837                     "url": "https://github.com/GrahamCampbell",
838                     "type": "github"
839                 },
840                 {
841                     "url": "https://github.com/Nyholm",
842                     "type": "github"
843                 },
844                 {
845                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
846                     "type": "tidelift"
847                 }
848             ],
849             "time": "2021-10-22T20:56:57+00:00"
850         },
851         {
852             "name": "guzzlehttp/psr7",
853             "version": "2.2.1",
854             "source": {
855                 "type": "git",
856                 "url": "https://github.com/guzzle/psr7.git",
857                 "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
858             },
859             "dist": {
860                 "type": "zip",
861                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2",
862                 "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
863                 "shasum": ""
864             },
865             "require": {
866                 "php": "^7.2.5 || ^8.0",
867                 "psr/http-factory": "^1.0",
868                 "psr/http-message": "^1.0",
869                 "ralouphie/getallheaders": "^3.0"
870             },
871             "provide": {
872                 "psr/http-factory-implementation": "1.0",
873                 "psr/http-message-implementation": "1.0"
874             },
875             "require-dev": {
876                 "bamarni/composer-bin-plugin": "^1.4.1",
877                 "http-interop/http-factory-tests": "^0.9",
878                 "phpunit/phpunit": "^8.5.8 || ^9.3.10"
879             },
880             "suggest": {
881                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
882             },
883             "type": "library",
884             "extra": {
885                 "branch-alias": {
886                     "dev-master": "2.2-dev"
887                 }
888             },
889             "autoload": {
890                 "psr-4": {
891                     "GuzzleHttp\\Psr7\\": "src/"
892                 }
893             },
894             "notification-url": "https://packagist.org/downloads/",
895             "license": [
896                 "MIT"
897             ],
898             "authors": [
899                 {
900                     "name": "Graham Campbell",
901                     "email": "hello@gjcampbell.co.uk",
902                     "homepage": "https://github.com/GrahamCampbell"
903                 },
904                 {
905                     "name": "Michael Dowling",
906                     "email": "mtdowling@gmail.com",
907                     "homepage": "https://github.com/mtdowling"
908                 },
909                 {
910                     "name": "George Mponos",
911                     "email": "gmponos@gmail.com",
912                     "homepage": "https://github.com/gmponos"
913                 },
914                 {
915                     "name": "Tobias Nyholm",
916                     "email": "tobias.nyholm@gmail.com",
917                     "homepage": "https://github.com/Nyholm"
918                 },
919                 {
920                     "name": "Márk Sági-Kazár",
921                     "email": "mark.sagikazar@gmail.com",
922                     "homepage": "https://github.com/sagikazarmark"
923                 },
924                 {
925                     "name": "Tobias Schultze",
926                     "email": "webmaster@tubo-world.de",
927                     "homepage": "https://github.com/Tobion"
928                 },
929                 {
930                     "name": "Márk Sági-Kazár",
931                     "email": "mark.sagikazar@gmail.com",
932                     "homepage": "https://sagikazarmark.hu"
933                 }
934             ],
935             "description": "PSR-7 message implementation that also provides common utility methods",
936             "keywords": [
937                 "http",
938                 "message",
939                 "psr-7",
940                 "request",
941                 "response",
942                 "stream",
943                 "uri",
944                 "url"
945             ],
946             "support": {
947                 "issues": "https://github.com/guzzle/psr7/issues",
948                 "source": "https://github.com/guzzle/psr7/tree/2.2.1"
949             },
950             "funding": [
951                 {
952                     "url": "https://github.com/GrahamCampbell",
953                     "type": "github"
954                 },
955                 {
956                     "url": "https://github.com/Nyholm",
957                     "type": "github"
958                 },
959                 {
960                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
961                     "type": "tidelift"
962                 }
963             ],
964             "time": "2022-03-20T21:55:58+00:00"
965         },
966         {
967             "name": "laminas/laminas-diactoros",
968             "version": "2.10.0",
969             "source": {
970                 "type": "git",
971                 "url": "https://github.com/laminas/laminas-diactoros.git",
972                 "reference": "a3f03b3c158a3a7014c6ba553b0cb83bf7da19c4"
973             },
974             "dist": {
975                 "type": "zip",
976                 "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/a3f03b3c158a3a7014c6ba553b0cb83bf7da19c4",
977                 "reference": "a3f03b3c158a3a7014c6ba553b0cb83bf7da19c4",
978                 "shasum": ""
979             },
980             "require": {
981                 "php": "^7.3 || ~8.0.0 || ~8.1.0",
982                 "psr/http-factory": "^1.0",
983                 "psr/http-message": "^1.0"
984             },
985             "conflict": {
986                 "phpspec/prophecy": "<1.9.0",
987                 "zendframework/zend-diactoros": "*"
988             },
989             "provide": {
990                 "psr/http-factory-implementation": "1.0",
991                 "psr/http-message-implementation": "1.0"
992             },
993             "require-dev": {
994                 "ext-curl": "*",
995                 "ext-dom": "*",
996                 "ext-gd": "*",
997                 "ext-libxml": "*",
998                 "http-interop/http-factory-tests": "^0.8.0",
999                 "laminas/laminas-coding-standard": "~1.0.0",
1000                 "php-http/psr7-integration-tests": "^1.1",
1001                 "phpspec/prophecy-phpunit": "^2.0",
1002                 "phpunit/phpunit": "^9.1",
1003                 "psalm/plugin-phpunit": "^0.14.0",
1004                 "vimeo/psalm": "^4.3"
1005             },
1006             "type": "library",
1007             "extra": {
1008                 "laminas": {
1009                     "config-provider": "Laminas\\Diactoros\\ConfigProvider",
1010                     "module": "Laminas\\Diactoros"
1011                 }
1012             },
1013             "autoload": {
1014                 "files": [
1015                     "src/functions/create_uploaded_file.php",
1016                     "src/functions/marshal_headers_from_sapi.php",
1017                     "src/functions/marshal_method_from_sapi.php",
1018                     "src/functions/marshal_protocol_version_from_sapi.php",
1019                     "src/functions/marshal_uri_from_sapi.php",
1020                     "src/functions/normalize_server.php",
1021                     "src/functions/normalize_uploaded_files.php",
1022                     "src/functions/parse_cookie_header.php",
1023                     "src/functions/create_uploaded_file.legacy.php",
1024                     "src/functions/marshal_headers_from_sapi.legacy.php",
1025                     "src/functions/marshal_method_from_sapi.legacy.php",
1026                     "src/functions/marshal_protocol_version_from_sapi.legacy.php",
1027                     "src/functions/marshal_uri_from_sapi.legacy.php",
1028                     "src/functions/normalize_server.legacy.php",
1029                     "src/functions/normalize_uploaded_files.legacy.php",
1030                     "src/functions/parse_cookie_header.legacy.php"
1031                 ],
1032                 "psr-4": {
1033                     "Laminas\\Diactoros\\": "src/"
1034                 }
1035             },
1036             "notification-url": "https://packagist.org/downloads/",
1037             "license": [
1038                 "BSD-3-Clause"
1039             ],
1040             "description": "PSR HTTP Message implementations",
1041             "homepage": "https://laminas.dev",
1042             "keywords": [
1043                 "http",
1044                 "laminas",
1045                 "psr",
1046                 "psr-17",
1047                 "psr-7"
1048             ],
1049             "support": {
1050                 "chat": "https://laminas.dev/chat",
1051                 "docs": "https://docs.laminas.dev/laminas-diactoros/",
1052                 "forum": "https://discourse.laminas.dev",
1053                 "issues": "https://github.com/laminas/laminas-diactoros/issues",
1054                 "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
1055                 "source": "https://github.com/laminas/laminas-diactoros"
1056             },
1057             "funding": [
1058                 {
1059                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1060                     "type": "community_bridge"
1061                 }
1062             ],
1063             "time": "2022-05-04T15:16:15+00:00"
1064         },
1065         {
1066             "name": "laminas/laminas-httphandlerrunner",
1067             "version": "1.5.0",
1068             "source": {
1069                 "type": "git",
1070                 "url": "https://github.com/laminas/laminas-httphandlerrunner.git",
1071                 "reference": "5f94e55d93f756e8ad07b9049aeb3d6d84582d0e"
1072             },
1073             "dist": {
1074                 "type": "zip",
1075                 "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/5f94e55d93f756e8ad07b9049aeb3d6d84582d0e",
1076                 "reference": "5f94e55d93f756e8ad07b9049aeb3d6d84582d0e",
1077                 "shasum": ""
1078             },
1079             "require": {
1080                 "laminas/laminas-zendframework-bridge": "^1.0",
1081                 "php": "^7.3 || ~8.0.0 || ~8.1.0",
1082                 "psr/http-message": "^1.0",
1083                 "psr/http-message-implementation": "^1.0",
1084                 "psr/http-server-handler": "^1.0"
1085             },
1086             "replace": {
1087                 "zendframework/zend-httphandlerrunner": "^1.1.0"
1088             },
1089             "require-dev": {
1090                 "laminas/laminas-coding-standard": "~1.0.0",
1091                 "laminas/laminas-diactoros": "^2.8.0",
1092                 "phpunit/phpunit": "^9.5.9",
1093                 "psalm/plugin-phpunit": "^0.16.1",
1094                 "vimeo/psalm": "^4.10.0"
1095             },
1096             "type": "library",
1097             "extra": {
1098                 "laminas": {
1099                     "config-provider": "Laminas\\HttpHandlerRunner\\ConfigProvider"
1100                 }
1101             },
1102             "autoload": {
1103                 "psr-4": {
1104                     "Laminas\\HttpHandlerRunner\\": "src/"
1105                 }
1106             },
1107             "notification-url": "https://packagist.org/downloads/",
1108             "license": [
1109                 "BSD-3-Clause"
1110             ],
1111             "description": "Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.",
1112             "homepage": "https://laminas.dev",
1113             "keywords": [
1114                 "components",
1115                 "laminas",
1116                 "mezzio",
1117                 "psr-15",
1118                 "psr-7"
1119             ],
1120             "support": {
1121                 "chat": "https://laminas.dev/chat",
1122                 "docs": "https://docs.laminas.dev/laminas-httphandlerrunner/",
1123                 "forum": "https://discourse.laminas.dev",
1124                 "issues": "https://github.com/laminas/laminas-httphandlerrunner/issues",
1125                 "rss": "https://github.com/laminas/laminas-httphandlerrunner/releases.atom",
1126                 "source": "https://github.com/laminas/laminas-httphandlerrunner"
1127             },
1128             "funding": [
1129                 {
1130                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1131                     "type": "community_bridge"
1132                 }
1133             ],
1134             "time": "2021-09-22T09:17:54+00:00"
1135         },
1136         {
1137             "name": "laminas/laminas-zendframework-bridge",
1138             "version": "1.5.0",
1139             "source": {
1140                 "type": "git",
1141                 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
1142                 "reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab"
1143             },
1144             "dist": {
1145                 "type": "zip",
1146                 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/7f049390b756d34ba5940a8fb47634fbb51f79ab",
1147                 "reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab",
1148                 "shasum": ""
1149             },
1150             "require": {
1151                 "php": ">=7.4, <8.2"
1152             },
1153             "require-dev": {
1154                 "phpunit/phpunit": "^9.5.14",
1155                 "psalm/plugin-phpunit": "^0.15.2",
1156                 "squizlabs/php_codesniffer": "^3.6.2",
1157                 "vimeo/psalm": "^4.21.0"
1158             },
1159             "type": "library",
1160             "extra": {
1161                 "laminas": {
1162                     "module": "Laminas\\ZendFrameworkBridge"
1163                 }
1164             },
1165             "autoload": {
1166                 "files": [
1167                     "src/autoload.php"
1168                 ],
1169                 "psr-4": {
1170                     "Laminas\\ZendFrameworkBridge\\": "src//"
1171                 }
1172             },
1173             "notification-url": "https://packagist.org/downloads/",
1174             "license": [
1175                 "BSD-3-Clause"
1176             ],
1177             "description": "Alias legacy ZF class names to Laminas Project equivalents.",
1178             "keywords": [
1179                 "ZendFramework",
1180                 "autoloading",
1181                 "laminas",
1182                 "zf"
1183             ],
1184             "support": {
1185                 "forum": "https://discourse.laminas.dev/",
1186                 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
1187                 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
1188                 "source": "https://github.com/laminas/laminas-zendframework-bridge"
1189             },
1190             "funding": [
1191                 {
1192                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1193                     "type": "community_bridge"
1194                 }
1195             ],
1196             "time": "2022-02-22T22:17:01+00:00"
1197         },
1198         {
1199             "name": "mobiledetect/mobiledetectlib",
1200             "version": "2.8.39",
1201             "source": {
1202                 "type": "git",
1203                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
1204                 "reference": "0fd6753003fc870f6e229bae869cc1337c99bc45"
1205             },
1206             "dist": {
1207                 "type": "zip",
1208                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/0fd6753003fc870f6e229bae869cc1337c99bc45",
1209                 "reference": "0fd6753003fc870f6e229bae869cc1337c99bc45",
1210                 "shasum": ""
1211             },
1212             "require": {
1213                 "php": ">=5.0.0"
1214             },
1215             "require-dev": {
1216                 "phpunit/phpunit": "~4.8.35||~5.7"
1217             },
1218             "type": "library",
1219             "autoload": {
1220                 "psr-0": {
1221                     "Detection": "namespaced/"
1222                 },
1223                 "classmap": [
1224                     "Mobile_Detect.php"
1225                 ]
1226             },
1227             "notification-url": "https://packagist.org/downloads/",
1228             "license": [
1229                 "MIT"
1230             ],
1231             "authors": [
1232                 {
1233                     "name": "Serban Ghita",
1234                     "email": "serbanghita@gmail.com",
1235                     "homepage": "http://mobiledetect.net",
1236                     "role": "Developer"
1237                 }
1238             ],
1239             "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.",
1240             "homepage": "https://github.com/serbanghita/Mobile-Detect",
1241             "keywords": [
1242                 "detect mobile devices",
1243                 "mobile",
1244                 "mobile detect",
1245                 "mobile detector",
1246                 "php mobile detect"
1247             ],
1248             "support": {
1249                 "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
1250                 "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.39"
1251             },
1252             "time": "2022-02-17T19:24:25+00:00"
1253         },
1254         {
1255             "name": "monolog/monolog",
1256             "version": "2.6.0",
1257             "source": {
1258                 "type": "git",
1259                 "url": "https://github.com/Seldaek/monolog.git",
1260                 "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0"
1261             },
1262             "dist": {
1263                 "type": "zip",
1264                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/247918972acd74356b0a91dfaa5adcaec069b6c0",
1265                 "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0",
1266                 "shasum": ""
1267             },
1268             "require": {
1269                 "php": ">=7.2",
1270                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1271             },
1272             "provide": {
1273                 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
1274             },
1275             "require-dev": {
1276                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1277                 "doctrine/couchdb": "~1.0@dev",
1278                 "elasticsearch/elasticsearch": "^7 || ^8",
1279                 "ext-json": "*",
1280                 "graylog2/gelf-php": "^1.4.2",
1281                 "guzzlehttp/guzzle": "^7.4",
1282                 "guzzlehttp/psr7": "^2.2",
1283                 "mongodb/mongodb": "^1.8",
1284                 "php-amqplib/php-amqplib": "~2.4 || ^3",
1285                 "php-console/php-console": "^3.1.3",
1286                 "phpspec/prophecy": "^1.15",
1287                 "phpstan/phpstan": "^0.12.91",
1288                 "phpunit/phpunit": "^8.5.14",
1289                 "predis/predis": "^1.1",
1290                 "rollbar/rollbar": "^1.3 || ^2 || ^3",
1291                 "ruflin/elastica": "^7",
1292                 "swiftmailer/swiftmailer": "^5.3|^6.0",
1293                 "symfony/mailer": "^5.4 || ^6",
1294                 "symfony/mime": "^5.4 || ^6"
1295             },
1296             "suggest": {
1297                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1298                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1299                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1300                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1301                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1302                 "ext-mbstring": "Allow to work properly with unicode symbols",
1303                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1304                 "ext-openssl": "Required to send log messages using SSL",
1305                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1306                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1307                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1308                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1309                 "php-console/php-console": "Allow sending log messages to Google Chrome",
1310                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1311                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1312             },
1313             "type": "library",
1314             "extra": {
1315                 "branch-alias": {
1316                     "dev-main": "2.x-dev"
1317                 }
1318             },
1319             "autoload": {
1320                 "psr-4": {
1321                     "Monolog\\": "src/Monolog"
1322                 }
1323             },
1324             "notification-url": "https://packagist.org/downloads/",
1325             "license": [
1326                 "MIT"
1327             ],
1328             "authors": [
1329                 {
1330                     "name": "Jordi Boggiano",
1331                     "email": "j.boggiano@seld.be",
1332                     "homepage": "https://seld.be"
1333                 }
1334             ],
1335             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1336             "homepage": "https://github.com/Seldaek/monolog",
1337             "keywords": [
1338                 "log",
1339                 "logging",
1340                 "psr-3"
1341             ],
1342             "support": {
1343                 "issues": "https://github.com/Seldaek/monolog/issues",
1344                 "source": "https://github.com/Seldaek/monolog/tree/2.6.0"
1345             },
1346             "funding": [
1347                 {
1348                     "url": "https://github.com/Seldaek",
1349                     "type": "github"
1350                 },
1351                 {
1352                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
1353                     "type": "tidelift"
1354                 }
1355             ],
1356             "time": "2022-05-10T09:36:00+00:00"
1357         },
1358         {
1359             "name": "paragonie/constant_time_encoding",
1360             "version": "v2.5.0",
1361             "source": {
1362                 "type": "git",
1363                 "url": "https://github.com/paragonie/constant_time_encoding.git",
1364                 "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
1365             },
1366             "dist": {
1367                 "type": "zip",
1368                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
1369                 "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
1370                 "shasum": ""
1371             },
1372             "require": {
1373                 "php": "^7|^8"
1374             },
1375             "require-dev": {
1376                 "phpunit/phpunit": "^6|^7|^8|^9",
1377                 "vimeo/psalm": "^1|^2|^3|^4"
1378             },
1379             "type": "library",
1380             "autoload": {
1381                 "psr-4": {
1382                     "ParagonIE\\ConstantTime\\": "src/"
1383                 }
1384             },
1385             "notification-url": "https://packagist.org/downloads/",
1386             "license": [
1387                 "MIT"
1388             ],
1389             "authors": [
1390                 {
1391                     "name": "Paragon Initiative Enterprises",
1392                     "email": "security@paragonie.com",
1393                     "homepage": "https://paragonie.com",
1394                     "role": "Maintainer"
1395                 },
1396                 {
1397                     "name": "Steve 'Sc00bz' Thomas",
1398                     "email": "steve@tobtu.com",
1399                     "homepage": "https://www.tobtu.com",
1400                     "role": "Original Developer"
1401                 }
1402             ],
1403             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
1404             "keywords": [
1405                 "base16",
1406                 "base32",
1407                 "base32_decode",
1408                 "base32_encode",
1409                 "base64",
1410                 "base64_decode",
1411                 "base64_encode",
1412                 "bin2hex",
1413                 "encoding",
1414                 "hex",
1415                 "hex2bin",
1416                 "rfc4648"
1417             ],
1418             "support": {
1419                 "email": "info@paragonie.com",
1420                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
1421                 "source": "https://github.com/paragonie/constant_time_encoding"
1422             },
1423             "time": "2022-01-17T05:32:27+00:00"
1424         },
1425         {
1426             "name": "paragonie/random_compat",
1427             "version": "v9.99.100",
1428             "source": {
1429                 "type": "git",
1430                 "url": "https://github.com/paragonie/random_compat.git",
1431                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
1432             },
1433             "dist": {
1434                 "type": "zip",
1435                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
1436                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
1437                 "shasum": ""
1438             },
1439             "require": {
1440                 "php": ">= 7"
1441             },
1442             "require-dev": {
1443                 "phpunit/phpunit": "4.*|5.*",
1444                 "vimeo/psalm": "^1"
1445             },
1446             "suggest": {
1447                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1448             },
1449             "type": "library",
1450             "notification-url": "https://packagist.org/downloads/",
1451             "license": [
1452                 "MIT"
1453             ],
1454             "authors": [
1455                 {
1456                     "name": "Paragon Initiative Enterprises",
1457                     "email": "security@paragonie.com",
1458                     "homepage": "https://paragonie.com"
1459                 }
1460             ],
1461             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1462             "keywords": [
1463                 "csprng",
1464                 "polyfill",
1465                 "pseudorandom",
1466                 "random"
1467             ],
1468             "support": {
1469                 "email": "info@paragonie.com",
1470                 "issues": "https://github.com/paragonie/random_compat/issues",
1471                 "source": "https://github.com/paragonie/random_compat"
1472             },
1473             "time": "2020-10-15T08:29:30+00:00"
1474         },
1475         {
1476             "name": "phpseclib/phpseclib",
1477             "version": "3.0.14",
1478             "source": {
1479                 "type": "git",
1480                 "url": "https://github.com/phpseclib/phpseclib.git",
1481                 "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
1482             },
1483             "dist": {
1484                 "type": "zip",
1485                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
1486                 "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
1487                 "shasum": ""
1488             },
1489             "require": {
1490                 "paragonie/constant_time_encoding": "^1|^2",
1491                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
1492                 "php": ">=5.6.1"
1493             },
1494             "require-dev": {
1495                 "phpunit/phpunit": "*"
1496             },
1497             "suggest": {
1498                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1499                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1500                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1501                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1502             },
1503             "type": "library",
1504             "autoload": {
1505                 "files": [
1506                     "phpseclib/bootstrap.php"
1507                 ],
1508                 "psr-4": {
1509                     "phpseclib3\\": "phpseclib/"
1510                 }
1511             },
1512             "notification-url": "https://packagist.org/downloads/",
1513             "license": [
1514                 "MIT"
1515             ],
1516             "authors": [
1517                 {
1518                     "name": "Jim Wigginton",
1519                     "email": "terrafrost@php.net",
1520                     "role": "Lead Developer"
1521                 },
1522                 {
1523                     "name": "Patrick Monnerat",
1524                     "email": "pm@datasphere.ch",
1525                     "role": "Developer"
1526                 },
1527                 {
1528                     "name": "Andreas Fischer",
1529                     "email": "bantu@phpbb.com",
1530                     "role": "Developer"
1531                 },
1532                 {
1533                     "name": "Hans-Jürgen Petrich",
1534                     "email": "petrich@tronic-media.com",
1535                     "role": "Developer"
1536                 },
1537                 {
1538                     "name": "Graham Campbell",
1539                     "email": "graham@alt-three.com",
1540                     "role": "Developer"
1541                 }
1542             ],
1543             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1544             "homepage": "http://phpseclib.sourceforge.net",
1545             "keywords": [
1546                 "BigInteger",
1547                 "aes",
1548                 "asn.1",
1549                 "asn1",
1550                 "blowfish",
1551                 "crypto",
1552                 "cryptography",
1553                 "encryption",
1554                 "rsa",
1555                 "security",
1556                 "sftp",
1557                 "signature",
1558                 "signing",
1559                 "ssh",
1560                 "twofish",
1561                 "x.509",
1562                 "x509"
1563             ],
1564             "support": {
1565                 "issues": "https://github.com/phpseclib/phpseclib/issues",
1566                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14"
1567             },
1568             "funding": [
1569                 {
1570                     "url": "https://github.com/terrafrost",
1571                     "type": "github"
1572                 },
1573                 {
1574                     "url": "https://www.patreon.com/phpseclib",
1575                     "type": "patreon"
1576                 },
1577                 {
1578                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
1579                     "type": "tidelift"
1580                 }
1581             ],
1582             "time": "2022-04-04T05:15:45+00:00"
1583         },
1584         {
1585             "name": "psr/cache",
1586             "version": "1.0.1",
1587             "source": {
1588                 "type": "git",
1589                 "url": "https://github.com/php-fig/cache.git",
1590                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1591             },
1592             "dist": {
1593                 "type": "zip",
1594                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1595                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1596                 "shasum": ""
1597             },
1598             "require": {
1599                 "php": ">=5.3.0"
1600             },
1601             "type": "library",
1602             "extra": {
1603                 "branch-alias": {
1604                     "dev-master": "1.0.x-dev"
1605                 }
1606             },
1607             "autoload": {
1608                 "psr-4": {
1609                     "Psr\\Cache\\": "src/"
1610                 }
1611             },
1612             "notification-url": "https://packagist.org/downloads/",
1613             "license": [
1614                 "MIT"
1615             ],
1616             "authors": [
1617                 {
1618                     "name": "PHP-FIG",
1619                     "homepage": "http://www.php-fig.org/"
1620                 }
1621             ],
1622             "description": "Common interface for caching libraries",
1623             "keywords": [
1624                 "cache",
1625                 "psr",
1626                 "psr-6"
1627             ],
1628             "support": {
1629                 "source": "https://github.com/php-fig/cache/tree/master"
1630             },
1631             "time": "2016-08-06T20:24:11+00:00"
1632         },
1633         {
1634             "name": "psr/container",
1635             "version": "2.0.2",
1636             "source": {
1637                 "type": "git",
1638                 "url": "https://github.com/php-fig/container.git",
1639                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
1640             },
1641             "dist": {
1642                 "type": "zip",
1643                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
1644                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
1645                 "shasum": ""
1646             },
1647             "require": {
1648                 "php": ">=7.4.0"
1649             },
1650             "type": "library",
1651             "extra": {
1652                 "branch-alias": {
1653                     "dev-master": "2.0.x-dev"
1654                 }
1655             },
1656             "autoload": {
1657                 "psr-4": {
1658                     "Psr\\Container\\": "src/"
1659                 }
1660             },
1661             "notification-url": "https://packagist.org/downloads/",
1662             "license": [
1663                 "MIT"
1664             ],
1665             "authors": [
1666                 {
1667                     "name": "PHP-FIG",
1668                     "homepage": "https://www.php-fig.org/"
1669                 }
1670             ],
1671             "description": "Common Container Interface (PHP FIG PSR-11)",
1672             "homepage": "https://github.com/php-fig/container",
1673             "keywords": [
1674                 "PSR-11",
1675                 "container",
1676                 "container-interface",
1677                 "container-interop",
1678                 "psr"
1679             ],
1680             "support": {
1681                 "issues": "https://github.com/php-fig/container/issues",
1682                 "source": "https://github.com/php-fig/container/tree/2.0.2"
1683             },
1684             "time": "2021-11-05T16:47:00+00:00"
1685         },
1686         {
1687             "name": "psr/http-client",
1688             "version": "1.0.1",
1689             "source": {
1690                 "type": "git",
1691                 "url": "https://github.com/php-fig/http-client.git",
1692                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
1693             },
1694             "dist": {
1695                 "type": "zip",
1696                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
1697                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
1698                 "shasum": ""
1699             },
1700             "require": {
1701                 "php": "^7.0 || ^8.0",
1702                 "psr/http-message": "^1.0"
1703             },
1704             "type": "library",
1705             "extra": {
1706                 "branch-alias": {
1707                     "dev-master": "1.0.x-dev"
1708                 }
1709             },
1710             "autoload": {
1711                 "psr-4": {
1712                     "Psr\\Http\\Client\\": "src/"
1713                 }
1714             },
1715             "notification-url": "https://packagist.org/downloads/",
1716             "license": [
1717                 "MIT"
1718             ],
1719             "authors": [
1720                 {
1721                     "name": "PHP-FIG",
1722                     "homepage": "http://www.php-fig.org/"
1723                 }
1724             ],
1725             "description": "Common interface for HTTP clients",
1726             "homepage": "https://github.com/php-fig/http-client",
1727             "keywords": [
1728                 "http",
1729                 "http-client",
1730                 "psr",
1731                 "psr-18"
1732             ],
1733             "support": {
1734                 "source": "https://github.com/php-fig/http-client/tree/master"
1735             },
1736             "time": "2020-06-29T06:28:15+00:00"
1737         },
1738         {
1739             "name": "psr/http-factory",
1740             "version": "1.0.1",
1741             "source": {
1742                 "type": "git",
1743                 "url": "https://github.com/php-fig/http-factory.git",
1744                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
1745             },
1746             "dist": {
1747                 "type": "zip",
1748                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
1749                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
1750                 "shasum": ""
1751             },
1752             "require": {
1753                 "php": ">=7.0.0",
1754                 "psr/http-message": "^1.0"
1755             },
1756             "type": "library",
1757             "extra": {
1758                 "branch-alias": {
1759                     "dev-master": "1.0.x-dev"
1760                 }
1761             },
1762             "autoload": {
1763                 "psr-4": {
1764                     "Psr\\Http\\Message\\": "src/"
1765                 }
1766             },
1767             "notification-url": "https://packagist.org/downloads/",
1768             "license": [
1769                 "MIT"
1770             ],
1771             "authors": [
1772                 {
1773                     "name": "PHP-FIG",
1774                     "homepage": "http://www.php-fig.org/"
1775                 }
1776             ],
1777             "description": "Common interfaces for PSR-7 HTTP message factories",
1778             "keywords": [
1779                 "factory",
1780                 "http",
1781                 "message",
1782                 "psr",
1783                 "psr-17",
1784                 "psr-7",
1785                 "request",
1786                 "response"
1787             ],
1788             "support": {
1789                 "source": "https://github.com/php-fig/http-factory/tree/master"
1790             },
1791             "time": "2019-04-30T12:38:16+00:00"
1792         },
1793         {
1794             "name": "psr/http-message",
1795             "version": "1.0.1",
1796             "source": {
1797                 "type": "git",
1798                 "url": "https://github.com/php-fig/http-message.git",
1799                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1800             },
1801             "dist": {
1802                 "type": "zip",
1803                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1804                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1805                 "shasum": ""
1806             },
1807             "require": {
1808                 "php": ">=5.3.0"
1809             },
1810             "type": "library",
1811             "extra": {
1812                 "branch-alias": {
1813                     "dev-master": "1.0.x-dev"
1814                 }
1815             },
1816             "autoload": {
1817                 "psr-4": {
1818                     "Psr\\Http\\Message\\": "src/"
1819                 }
1820             },
1821             "notification-url": "https://packagist.org/downloads/",
1822             "license": [
1823                 "MIT"
1824             ],
1825             "authors": [
1826                 {
1827                     "name": "PHP-FIG",
1828                     "homepage": "http://www.php-fig.org/"
1829                 }
1830             ],
1831             "description": "Common interface for HTTP messages",
1832             "homepage": "https://github.com/php-fig/http-message",
1833             "keywords": [
1834                 "http",
1835                 "http-message",
1836                 "psr",
1837                 "psr-7",
1838                 "request",
1839                 "response"
1840             ],
1841             "support": {
1842                 "source": "https://github.com/php-fig/http-message/tree/master"
1843             },
1844             "time": "2016-08-06T14:39:51+00:00"
1845         },
1846         {
1847             "name": "psr/http-server-handler",
1848             "version": "1.0.1",
1849             "source": {
1850                 "type": "git",
1851                 "url": "https://github.com/php-fig/http-server-handler.git",
1852                 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
1853             },
1854             "dist": {
1855                 "type": "zip",
1856                 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
1857                 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
1858                 "shasum": ""
1859             },
1860             "require": {
1861                 "php": ">=7.0",
1862                 "psr/http-message": "^1.0"
1863             },
1864             "type": "library",
1865             "extra": {
1866                 "branch-alias": {
1867                     "dev-master": "1.0.x-dev"
1868                 }
1869             },
1870             "autoload": {
1871                 "psr-4": {
1872                     "Psr\\Http\\Server\\": "src/"
1873                 }
1874             },
1875             "notification-url": "https://packagist.org/downloads/",
1876             "license": [
1877                 "MIT"
1878             ],
1879             "authors": [
1880                 {
1881                     "name": "PHP-FIG",
1882                     "homepage": "http://www.php-fig.org/"
1883                 }
1884             ],
1885             "description": "Common interface for HTTP server-side request handler",
1886             "keywords": [
1887                 "handler",
1888                 "http",
1889                 "http-interop",
1890                 "psr",
1891                 "psr-15",
1892                 "psr-7",
1893                 "request",
1894                 "response",
1895                 "server"
1896             ],
1897             "support": {
1898                 "issues": "https://github.com/php-fig/http-server-handler/issues",
1899                 "source": "https://github.com/php-fig/http-server-handler/tree/master"
1900             },
1901             "time": "2018-10-30T16:46:14+00:00"
1902         },
1903         {
1904             "name": "psr/http-server-middleware",
1905             "version": "1.0.1",
1906             "source": {
1907                 "type": "git",
1908                 "url": "https://github.com/php-fig/http-server-middleware.git",
1909                 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
1910             },
1911             "dist": {
1912                 "type": "zip",
1913                 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
1914                 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
1915                 "shasum": ""
1916             },
1917             "require": {
1918                 "php": ">=7.0",
1919                 "psr/http-message": "^1.0",
1920                 "psr/http-server-handler": "^1.0"
1921             },
1922             "type": "library",
1923             "extra": {
1924                 "branch-alias": {
1925                     "dev-master": "1.0.x-dev"
1926                 }
1927             },
1928             "autoload": {
1929                 "psr-4": {
1930                     "Psr\\Http\\Server\\": "src/"
1931                 }
1932             },
1933             "notification-url": "https://packagist.org/downloads/",
1934             "license": [
1935                 "MIT"
1936             ],
1937             "authors": [
1938                 {
1939                     "name": "PHP-FIG",
1940                     "homepage": "http://www.php-fig.org/"
1941                 }
1942             ],
1943             "description": "Common interface for HTTP server-side middleware",
1944             "keywords": [
1945                 "http",
1946                 "http-interop",
1947                 "middleware",
1948                 "psr",
1949                 "psr-15",
1950                 "psr-7",
1951                 "request",
1952                 "response"
1953             ],
1954             "support": {
1955                 "issues": "https://github.com/php-fig/http-server-middleware/issues",
1956                 "source": "https://github.com/php-fig/http-server-middleware/tree/master"
1957             },
1958             "time": "2018-10-30T17:12:04+00:00"
1959         },
1960         {
1961             "name": "psr/log",
1962             "version": "1.1.4",
1963             "source": {
1964                 "type": "git",
1965                 "url": "https://github.com/php-fig/log.git",
1966                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
1967             },
1968             "dist": {
1969                 "type": "zip",
1970                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
1971                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
1972                 "shasum": ""
1973             },
1974             "require": {
1975                 "php": ">=5.3.0"
1976             },
1977             "type": "library",
1978             "extra": {
1979                 "branch-alias": {
1980                     "dev-master": "1.1.x-dev"
1981                 }
1982             },
1983             "autoload": {
1984                 "psr-4": {
1985                     "Psr\\Log\\": "Psr/Log/"
1986                 }
1987             },
1988             "notification-url": "https://packagist.org/downloads/",
1989             "license": [
1990                 "MIT"
1991             ],
1992             "authors": [
1993                 {
1994                     "name": "PHP-FIG",
1995                     "homepage": "https://www.php-fig.org/"
1996                 }
1997             ],
1998             "description": "Common interface for logging libraries",
1999             "homepage": "https://github.com/php-fig/log",
2000             "keywords": [
2001                 "log",
2002                 "psr",
2003                 "psr-3"
2004             ],
2005             "support": {
2006                 "source": "https://github.com/php-fig/log/tree/1.1.4"
2007             },
2008             "time": "2021-05-03T11:20:27+00:00"
2009         },
2010         {
2011             "name": "psr/simple-cache",
2012             "version": "1.0.1",
2013             "source": {
2014                 "type": "git",
2015                 "url": "https://github.com/php-fig/simple-cache.git",
2016                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2017             },
2018             "dist": {
2019                 "type": "zip",
2020                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2021                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2022                 "shasum": ""
2023             },
2024             "require": {
2025                 "php": ">=5.3.0"
2026             },
2027             "type": "library",
2028             "extra": {
2029                 "branch-alias": {
2030                     "dev-master": "1.0.x-dev"
2031                 }
2032             },
2033             "autoload": {
2034                 "psr-4": {
2035                     "Psr\\SimpleCache\\": "src/"
2036                 }
2037             },
2038             "notification-url": "https://packagist.org/downloads/",
2039             "license": [
2040                 "MIT"
2041             ],
2042             "authors": [
2043                 {
2044                     "name": "PHP-FIG",
2045                     "homepage": "http://www.php-fig.org/"
2046                 }
2047             ],
2048             "description": "Common interfaces for simple caching",
2049             "keywords": [
2050                 "cache",
2051                 "caching",
2052                 "psr",
2053                 "psr-16",
2054                 "simple-cache"
2055             ],
2056             "support": {
2057                 "source": "https://github.com/php-fig/simple-cache/tree/master"
2058             },
2059             "time": "2017-10-23T01:57:42+00:00"
2060         },
2061         {
2062             "name": "ralouphie/getallheaders",
2063             "version": "3.0.3",
2064             "source": {
2065                 "type": "git",
2066                 "url": "https://github.com/ralouphie/getallheaders.git",
2067                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2068             },
2069             "dist": {
2070                 "type": "zip",
2071                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2072                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2073                 "shasum": ""
2074             },
2075             "require": {
2076                 "php": ">=5.6"
2077             },
2078             "require-dev": {
2079                 "php-coveralls/php-coveralls": "^2.1",
2080                 "phpunit/phpunit": "^5 || ^6.5"
2081             },
2082             "type": "library",
2083             "autoload": {
2084                 "files": [
2085                     "src/getallheaders.php"
2086                 ]
2087             },
2088             "notification-url": "https://packagist.org/downloads/",
2089             "license": [
2090                 "MIT"
2091             ],
2092             "authors": [
2093                 {
2094                     "name": "Ralph Khattar",
2095                     "email": "ralph.khattar@gmail.com"
2096                 }
2097             ],
2098             "description": "A polyfill for getallheaders.",
2099             "support": {
2100                 "issues": "https://github.com/ralouphie/getallheaders/issues",
2101                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2102             },
2103             "time": "2019-03-08T08:55:37+00:00"
2104         },
2105         {
2106             "name": "robmorgan/phinx",
2107             "version": "0.12.10",
2108             "source": {
2109                 "type": "git",
2110                 "url": "https://github.com/cakephp/phinx.git",
2111                 "reference": "ad056cff354fc67fedf9bf96c441c2b428afad0c"
2112             },
2113             "dist": {
2114                 "type": "zip",
2115                 "url": "https://api.github.com/repos/cakephp/phinx/zipball/ad056cff354fc67fedf9bf96c441c2b428afad0c",
2116                 "reference": "ad056cff354fc67fedf9bf96c441c2b428afad0c",
2117                 "shasum": ""
2118             },
2119             "require": {
2120                 "cakephp/database": "^4.0",
2121                 "php": ">=7.2",
2122                 "psr/container": "^1.0 || ^2.0",
2123                 "symfony/config": "^3.4|^4.0|^5.0|^6.0",
2124                 "symfony/console": "^3.4|^4.0|^5.0|^6.0"
2125             },
2126             "require-dev": {
2127                 "cakephp/cakephp-codesniffer": "^4.0",
2128                 "ext-json": "*",
2129                 "ext-pdo": "*",
2130                 "phpunit/phpunit": "^8.5|^9.3",
2131                 "sebastian/comparator": ">=1.2.3",
2132                 "symfony/yaml": "^3.4|^4.0|^5.0"
2133             },
2134             "suggest": {
2135                 "ext-json": "Install if using JSON configuration format",
2136                 "ext-pdo": "PDO extension is needed",
2137                 "symfony/yaml": "Install if using YAML configuration format"
2138             },
2139             "bin": [
2140                 "bin/phinx"
2141             ],
2142             "type": "library",
2143             "autoload": {
2144                 "psr-4": {
2145                     "Phinx\\": "src/Phinx/"
2146                 }
2147             },
2148             "notification-url": "https://packagist.org/downloads/",
2149             "license": [
2150                 "MIT"
2151             ],
2152             "authors": [
2153                 {
2154                     "name": "Rob Morgan",
2155                     "email": "robbym@gmail.com",
2156                     "homepage": "https://robmorgan.id.au",
2157                     "role": "Lead Developer"
2158                 },
2159                 {
2160                     "name": "Woody Gilk",
2161                     "email": "woody.gilk@gmail.com",
2162                     "homepage": "https://shadowhand.me",
2163                     "role": "Developer"
2164                 },
2165                 {
2166                     "name": "Richard Quadling",
2167                     "email": "rquadling@gmail.com",
2168                     "role": "Developer"
2169                 },
2170                 {
2171                     "name": "CakePHP Community",
2172                     "homepage": "https://github.com/cakephp/phinx/graphs/contributors",
2173                     "role": "Developer"
2174                 }
2175             ],
2176             "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
2177             "homepage": "https://phinx.org",
2178             "keywords": [
2179                 "database",
2180                 "database migrations",
2181                 "db",
2182                 "migrations",
2183                 "phinx"
2184             ],
2185             "support": {
2186                 "issues": "https://github.com/cakephp/phinx/issues",
2187                 "source": "https://github.com/cakephp/phinx/tree/0.12.10"
2188             },
2189             "time": "2022-01-21T19:53:14+00:00"
2190         },
2191         {
2192             "name": "symfony/config",
2193             "version": "v5.4.8",
2194             "source": {
2195                 "type": "git",
2196                 "url": "https://github.com/symfony/config.git",
2197                 "reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68"
2198             },
2199             "dist": {
2200                 "type": "zip",
2201                 "url": "https://api.github.com/repos/symfony/config/zipball/9f8964f56f7234f8ace16f66cb3fbae950c04e68",
2202                 "reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68",
2203                 "shasum": ""
2204             },
2205             "require": {
2206                 "php": ">=7.2.5",
2207                 "symfony/deprecation-contracts": "^2.1|^3",
2208                 "symfony/filesystem": "^4.4|^5.0|^6.0",
2209                 "symfony/polyfill-ctype": "~1.8",
2210                 "symfony/polyfill-php80": "^1.16",
2211                 "symfony/polyfill-php81": "^1.22"
2212             },
2213             "conflict": {
2214                 "symfony/finder": "<4.4"
2215             },
2216             "require-dev": {
2217                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
2218                 "symfony/finder": "^4.4|^5.0|^6.0",
2219                 "symfony/messenger": "^4.4|^5.0|^6.0",
2220                 "symfony/service-contracts": "^1.1|^2|^3",
2221                 "symfony/yaml": "^4.4|^5.0|^6.0"
2222             },
2223             "suggest": {
2224                 "symfony/yaml": "To use the yaml reference dumper"
2225             },
2226             "type": "library",
2227             "autoload": {
2228                 "psr-4": {
2229                     "Symfony\\Component\\Config\\": ""
2230                 },
2231                 "exclude-from-classmap": [
2232                     "/Tests/"
2233                 ]
2234             },
2235             "notification-url": "https://packagist.org/downloads/",
2236             "license": [
2237                 "MIT"
2238             ],
2239             "authors": [
2240                 {
2241                     "name": "Fabien Potencier",
2242                     "email": "fabien@symfony.com"
2243                 },
2244                 {
2245                     "name": "Symfony Community",
2246                     "homepage": "https://symfony.com/contributors"
2247                 }
2248             ],
2249             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
2250             "homepage": "https://symfony.com",
2251             "support": {
2252                 "source": "https://github.com/symfony/config/tree/v5.4.8"
2253             },
2254             "funding": [
2255                 {
2256                     "url": "https://symfony.com/sponsor",
2257                     "type": "custom"
2258                 },
2259                 {
2260                     "url": "https://github.com/fabpot",
2261                     "type": "github"
2262                 },
2263                 {
2264                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2265                     "type": "tidelift"
2266                 }
2267             ],
2268             "time": "2022-04-12T16:02:29+00:00"
2269         },
2270         {
2271             "name": "symfony/console",
2272             "version": "v5.4.8",
2273             "source": {
2274                 "type": "git",
2275                 "url": "https://github.com/symfony/console.git",
2276                 "reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b"
2277             },
2278             "dist": {
2279                 "type": "zip",
2280                 "url": "https://api.github.com/repos/symfony/console/zipball/ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b",
2281                 "reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b",
2282                 "shasum": ""
2283             },
2284             "require": {
2285                 "php": ">=7.2.5",
2286                 "symfony/deprecation-contracts": "^2.1|^3",
2287                 "symfony/polyfill-mbstring": "~1.0",
2288                 "symfony/polyfill-php73": "^1.9",
2289                 "symfony/polyfill-php80": "^1.16",
2290                 "symfony/service-contracts": "^1.1|^2|^3",
2291                 "symfony/string": "^5.1|^6.0"
2292             },
2293             "conflict": {
2294                 "psr/log": ">=3",
2295                 "symfony/dependency-injection": "<4.4",
2296                 "symfony/dotenv": "<5.1",
2297                 "symfony/event-dispatcher": "<4.4",
2298                 "symfony/lock": "<4.4",
2299                 "symfony/process": "<4.4"
2300             },
2301             "provide": {
2302                 "psr/log-implementation": "1.0|2.0"
2303             },
2304             "require-dev": {
2305                 "psr/log": "^1|^2",
2306                 "symfony/config": "^4.4|^5.0|^6.0",
2307                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
2308                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
2309                 "symfony/lock": "^4.4|^5.0|^6.0",
2310                 "symfony/process": "^4.4|^5.0|^6.0",
2311                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
2312             },
2313             "suggest": {
2314                 "psr/log": "For using the console logger",
2315                 "symfony/event-dispatcher": "",
2316                 "symfony/lock": "",
2317                 "symfony/process": ""
2318             },
2319             "type": "library",
2320             "autoload": {
2321                 "psr-4": {
2322                     "Symfony\\Component\\Console\\": ""
2323                 },
2324                 "exclude-from-classmap": [
2325                     "/Tests/"
2326                 ]
2327             },
2328             "notification-url": "https://packagist.org/downloads/",
2329             "license": [
2330                 "MIT"
2331             ],
2332             "authors": [
2333                 {
2334                     "name": "Fabien Potencier",
2335                     "email": "fabien@symfony.com"
2336                 },
2337                 {
2338                     "name": "Symfony Community",
2339                     "homepage": "https://symfony.com/contributors"
2340                 }
2341             ],
2342             "description": "Eases the creation of beautiful and testable command line interfaces",
2343             "homepage": "https://symfony.com",
2344             "keywords": [
2345                 "cli",
2346                 "command line",
2347                 "console",
2348                 "terminal"
2349             ],
2350             "support": {
2351                 "source": "https://github.com/symfony/console/tree/v5.4.8"
2352             },
2353             "funding": [
2354                 {
2355                     "url": "https://symfony.com/sponsor",
2356                     "type": "custom"
2357                 },
2358                 {
2359                     "url": "https://github.com/fabpot",
2360                     "type": "github"
2361                 },
2362                 {
2363                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2364                     "type": "tidelift"
2365                 }
2366             ],
2367             "time": "2022-04-12T16:02:29+00:00"
2368         },
2369         {
2370             "name": "symfony/deprecation-contracts",
2371             "version": "v2.5.1",
2372             "source": {
2373                 "type": "git",
2374                 "url": "https://github.com/symfony/deprecation-contracts.git",
2375                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
2376             },
2377             "dist": {
2378                 "type": "zip",
2379                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
2380                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
2381                 "shasum": ""
2382             },
2383             "require": {
2384                 "php": ">=7.1"
2385             },
2386             "type": "library",
2387             "extra": {
2388                 "branch-alias": {
2389                     "dev-main": "2.5-dev"
2390                 },
2391                 "thanks": {
2392                     "name": "symfony/contracts",
2393                     "url": "https://github.com/symfony/contracts"
2394                 }
2395             },
2396             "autoload": {
2397                 "files": [
2398                     "function.php"
2399                 ]
2400             },
2401             "notification-url": "https://packagist.org/downloads/",
2402             "license": [
2403                 "MIT"
2404             ],
2405             "authors": [
2406                 {
2407                     "name": "Nicolas Grekas",
2408                     "email": "p@tchwork.com"
2409                 },
2410                 {
2411                     "name": "Symfony Community",
2412                     "homepage": "https://symfony.com/contributors"
2413                 }
2414             ],
2415             "description": "A generic function and convention to trigger deprecation notices",
2416             "homepage": "https://symfony.com",
2417             "support": {
2418                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
2419             },
2420             "funding": [
2421                 {
2422                     "url": "https://symfony.com/sponsor",
2423                     "type": "custom"
2424                 },
2425                 {
2426                     "url": "https://github.com/fabpot",
2427                     "type": "github"
2428                 },
2429                 {
2430                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2431                     "type": "tidelift"
2432                 }
2433             ],
2434             "time": "2022-01-02T09:53:40+00:00"
2435         },
2436         {
2437             "name": "symfony/filesystem",
2438             "version": "v5.4.7",
2439             "source": {
2440                 "type": "git",
2441                 "url": "https://github.com/symfony/filesystem.git",
2442                 "reference": "3a4442138d80c9f7b600fb297534ac718b61d37f"
2443             },
2444             "dist": {
2445                 "type": "zip",
2446                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/3a4442138d80c9f7b600fb297534ac718b61d37f",
2447                 "reference": "3a4442138d80c9f7b600fb297534ac718b61d37f",
2448                 "shasum": ""
2449             },
2450             "require": {
2451                 "php": ">=7.2.5",
2452                 "symfony/polyfill-ctype": "~1.8",
2453                 "symfony/polyfill-mbstring": "~1.8",
2454                 "symfony/polyfill-php80": "^1.16"
2455             },
2456             "type": "library",
2457             "autoload": {
2458                 "psr-4": {
2459                     "Symfony\\Component\\Filesystem\\": ""
2460                 },
2461                 "exclude-from-classmap": [
2462                     "/Tests/"
2463                 ]
2464             },
2465             "notification-url": "https://packagist.org/downloads/",
2466             "license": [
2467                 "MIT"
2468             ],
2469             "authors": [
2470                 {
2471                     "name": "Fabien Potencier",
2472                     "email": "fabien@symfony.com"
2473                 },
2474                 {
2475                     "name": "Symfony Community",
2476                     "homepage": "https://symfony.com/contributors"
2477                 }
2478             ],
2479             "description": "Provides basic utilities for the filesystem",
2480             "homepage": "https://symfony.com",
2481             "support": {
2482                 "source": "https://github.com/symfony/filesystem/tree/v5.4.7"
2483             },
2484             "funding": [
2485                 {
2486                     "url": "https://symfony.com/sponsor",
2487                     "type": "custom"
2488                 },
2489                 {
2490                     "url": "https://github.com/fabpot",
2491                     "type": "github"
2492                 },
2493                 {
2494                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2495                     "type": "tidelift"
2496                 }
2497             ],
2498             "time": "2022-04-01T12:33:59+00:00"
2499         },
2500         {
2501             "name": "symfony/polyfill-ctype",
2502             "version": "v1.25.0",
2503             "source": {
2504                 "type": "git",
2505                 "url": "https://github.com/symfony/polyfill-ctype.git",
2506                 "reference": "30885182c981ab175d4d034db0f6f469898070ab"
2507             },
2508             "dist": {
2509                 "type": "zip",
2510                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
2511                 "reference": "30885182c981ab175d4d034db0f6f469898070ab",
2512                 "shasum": ""
2513             },
2514             "require": {
2515                 "php": ">=7.1"
2516             },
2517             "provide": {
2518                 "ext-ctype": "*"
2519             },
2520             "suggest": {
2521                 "ext-ctype": "For best performance"
2522             },
2523             "type": "library",
2524             "extra": {
2525                 "branch-alias": {
2526                     "dev-main": "1.23-dev"
2527                 },
2528                 "thanks": {
2529                     "name": "symfony/polyfill",
2530                     "url": "https://github.com/symfony/polyfill"
2531                 }
2532             },
2533             "autoload": {
2534                 "files": [
2535                     "bootstrap.php"
2536                 ],
2537                 "psr-4": {
2538                     "Symfony\\Polyfill\\Ctype\\": ""
2539                 }
2540             },
2541             "notification-url": "https://packagist.org/downloads/",
2542             "license": [
2543                 "MIT"
2544             ],
2545             "authors": [
2546                 {
2547                     "name": "Gert de Pagter",
2548                     "email": "BackEndTea@gmail.com"
2549                 },
2550                 {
2551                     "name": "Symfony Community",
2552                     "homepage": "https://symfony.com/contributors"
2553                 }
2554             ],
2555             "description": "Symfony polyfill for ctype functions",
2556             "homepage": "https://symfony.com",
2557             "keywords": [
2558                 "compatibility",
2559                 "ctype",
2560                 "polyfill",
2561                 "portable"
2562             ],
2563             "support": {
2564                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
2565             },
2566             "funding": [
2567                 {
2568                     "url": "https://symfony.com/sponsor",
2569                     "type": "custom"
2570                 },
2571                 {
2572                     "url": "https://github.com/fabpot",
2573                     "type": "github"
2574                 },
2575                 {
2576                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2577                     "type": "tidelift"
2578                 }
2579             ],
2580             "time": "2021-10-20T20:35:02+00:00"
2581         },
2582         {
2583             "name": "symfony/polyfill-intl-grapheme",
2584             "version": "v1.25.0",
2585             "source": {
2586                 "type": "git",
2587                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2588                 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
2589             },
2590             "dist": {
2591                 "type": "zip",
2592                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
2593                 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
2594                 "shasum": ""
2595             },
2596             "require": {
2597                 "php": ">=7.1"
2598             },
2599             "suggest": {
2600                 "ext-intl": "For best performance"
2601             },
2602             "type": "library",
2603             "extra": {
2604                 "branch-alias": {
2605                     "dev-main": "1.23-dev"
2606                 },
2607                 "thanks": {
2608                     "name": "symfony/polyfill",
2609                     "url": "https://github.com/symfony/polyfill"
2610                 }
2611             },
2612             "autoload": {
2613                 "files": [
2614                     "bootstrap.php"
2615                 ],
2616                 "psr-4": {
2617                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2618                 }
2619             },
2620             "notification-url": "https://packagist.org/downloads/",
2621             "license": [
2622                 "MIT"
2623             ],
2624             "authors": [
2625                 {
2626                     "name": "Nicolas Grekas",
2627                     "email": "p@tchwork.com"
2628                 },
2629                 {
2630                     "name": "Symfony Community",
2631                     "homepage": "https://symfony.com/contributors"
2632                 }
2633             ],
2634             "description": "Symfony polyfill for intl's grapheme_* functions",
2635             "homepage": "https://symfony.com",
2636             "keywords": [
2637                 "compatibility",
2638                 "grapheme",
2639                 "intl",
2640                 "polyfill",
2641                 "portable",
2642                 "shim"
2643             ],
2644             "support": {
2645                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.0"
2646             },
2647             "funding": [
2648                 {
2649                     "url": "https://symfony.com/sponsor",
2650                     "type": "custom"
2651                 },
2652                 {
2653                     "url": "https://github.com/fabpot",
2654                     "type": "github"
2655                 },
2656                 {
2657                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2658                     "type": "tidelift"
2659                 }
2660             ],
2661             "time": "2021-11-23T21:10:46+00:00"
2662         },
2663         {
2664             "name": "symfony/polyfill-intl-normalizer",
2665             "version": "v1.25.0",
2666             "source": {
2667                 "type": "git",
2668                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2669                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
2670             },
2671             "dist": {
2672                 "type": "zip",
2673                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
2674                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
2675                 "shasum": ""
2676             },
2677             "require": {
2678                 "php": ">=7.1"
2679             },
2680             "suggest": {
2681                 "ext-intl": "For best performance"
2682             },
2683             "type": "library",
2684             "extra": {
2685                 "branch-alias": {
2686                     "dev-main": "1.23-dev"
2687                 },
2688                 "thanks": {
2689                     "name": "symfony/polyfill",
2690                     "url": "https://github.com/symfony/polyfill"
2691                 }
2692             },
2693             "autoload": {
2694                 "files": [
2695                     "bootstrap.php"
2696                 ],
2697                 "psr-4": {
2698                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2699                 },
2700                 "classmap": [
2701                     "Resources/stubs"
2702                 ]
2703             },
2704             "notification-url": "https://packagist.org/downloads/",
2705             "license": [
2706                 "MIT"
2707             ],
2708             "authors": [
2709                 {
2710                     "name": "Nicolas Grekas",
2711                     "email": "p@tchwork.com"
2712                 },
2713                 {
2714                     "name": "Symfony Community",
2715                     "homepage": "https://symfony.com/contributors"
2716                 }
2717             ],
2718             "description": "Symfony polyfill for intl's Normalizer class and related functions",
2719             "homepage": "https://symfony.com",
2720             "keywords": [
2721                 "compatibility",
2722                 "intl",
2723                 "normalizer",
2724                 "polyfill",
2725                 "portable",
2726                 "shim"
2727             ],
2728             "support": {
2729                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0"
2730             },
2731             "funding": [
2732                 {
2733                     "url": "https://symfony.com/sponsor",
2734                     "type": "custom"
2735                 },
2736                 {
2737                     "url": "https://github.com/fabpot",
2738                     "type": "github"
2739                 },
2740                 {
2741                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2742                     "type": "tidelift"
2743                 }
2744             ],
2745             "time": "2021-02-19T12:13:01+00:00"
2746         },
2747         {
2748             "name": "symfony/polyfill-mbstring",
2749             "version": "v1.25.0",
2750             "source": {
2751                 "type": "git",
2752                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2753                 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
2754             },
2755             "dist": {
2756                 "type": "zip",
2757                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
2758                 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
2759                 "shasum": ""
2760             },
2761             "require": {
2762                 "php": ">=7.1"
2763             },
2764             "provide": {
2765                 "ext-mbstring": "*"
2766             },
2767             "suggest": {
2768                 "ext-mbstring": "For best performance"
2769             },
2770             "type": "library",
2771             "extra": {
2772                 "branch-alias": {
2773                     "dev-main": "1.23-dev"
2774                 },
2775                 "thanks": {
2776                     "name": "symfony/polyfill",
2777                     "url": "https://github.com/symfony/polyfill"
2778                 }
2779             },
2780             "autoload": {
2781                 "files": [
2782                     "bootstrap.php"
2783                 ],
2784                 "psr-4": {
2785                     "Symfony\\Polyfill\\Mbstring\\": ""
2786                 }
2787             },
2788             "notification-url": "https://packagist.org/downloads/",
2789             "license": [
2790                 "MIT"
2791             ],
2792             "authors": [
2793                 {
2794                     "name": "Nicolas Grekas",
2795                     "email": "p@tchwork.com"
2796                 },
2797                 {
2798                     "name": "Symfony Community",
2799                     "homepage": "https://symfony.com/contributors"
2800                 }
2801             ],
2802             "description": "Symfony polyfill for the Mbstring extension",
2803             "homepage": "https://symfony.com",
2804             "keywords": [
2805                 "compatibility",
2806                 "mbstring",
2807                 "polyfill",
2808                 "portable",
2809                 "shim"
2810             ],
2811             "support": {
2812                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
2813             },
2814             "funding": [
2815                 {
2816                     "url": "https://symfony.com/sponsor",
2817                     "type": "custom"
2818                 },
2819                 {
2820                     "url": "https://github.com/fabpot",
2821                     "type": "github"
2822                 },
2823                 {
2824                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2825                     "type": "tidelift"
2826                 }
2827             ],
2828             "time": "2021-11-30T18:21:41+00:00"
2829         },
2830         {
2831             "name": "symfony/polyfill-php73",
2832             "version": "v1.25.0",
2833             "source": {
2834                 "type": "git",
2835                 "url": "https://github.com/symfony/polyfill-php73.git",
2836                 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
2837             },
2838             "dist": {
2839                 "type": "zip",
2840                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
2841                 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
2842                 "shasum": ""
2843             },
2844             "require": {
2845                 "php": ">=7.1"
2846             },
2847             "type": "library",
2848             "extra": {
2849                 "branch-alias": {
2850                     "dev-main": "1.23-dev"
2851                 },
2852                 "thanks": {
2853                     "name": "symfony/polyfill",
2854                     "url": "https://github.com/symfony/polyfill"
2855                 }
2856             },
2857             "autoload": {
2858                 "files": [
2859                     "bootstrap.php"
2860                 ],
2861                 "psr-4": {
2862                     "Symfony\\Polyfill\\Php73\\": ""
2863                 },
2864                 "classmap": [
2865                     "Resources/stubs"
2866                 ]
2867             },
2868             "notification-url": "https://packagist.org/downloads/",
2869             "license": [
2870                 "MIT"
2871             ],
2872             "authors": [
2873                 {
2874                     "name": "Nicolas Grekas",
2875                     "email": "p@tchwork.com"
2876                 },
2877                 {
2878                     "name": "Symfony Community",
2879                     "homepage": "https://symfony.com/contributors"
2880                 }
2881             ],
2882             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2883             "homepage": "https://symfony.com",
2884             "keywords": [
2885                 "compatibility",
2886                 "polyfill",
2887                 "portable",
2888                 "shim"
2889             ],
2890             "support": {
2891                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
2892             },
2893             "funding": [
2894                 {
2895                     "url": "https://symfony.com/sponsor",
2896                     "type": "custom"
2897                 },
2898                 {
2899                     "url": "https://github.com/fabpot",
2900                     "type": "github"
2901                 },
2902                 {
2903                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2904                     "type": "tidelift"
2905                 }
2906             ],
2907             "time": "2021-06-05T21:20:04+00:00"
2908         },
2909         {
2910             "name": "symfony/polyfill-php80",
2911             "version": "v1.25.0",
2912             "source": {
2913                 "type": "git",
2914                 "url": "https://github.com/symfony/polyfill-php80.git",
2915                 "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
2916             },
2917             "dist": {
2918                 "type": "zip",
2919                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
2920                 "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
2921                 "shasum": ""
2922             },
2923             "require": {
2924                 "php": ">=7.1"
2925             },
2926             "type": "library",
2927             "extra": {
2928                 "branch-alias": {
2929                     "dev-main": "1.23-dev"
2930                 },
2931                 "thanks": {
2932                     "name": "symfony/polyfill",
2933                     "url": "https://github.com/symfony/polyfill"
2934                 }
2935             },
2936             "autoload": {
2937                 "files": [
2938                     "bootstrap.php"
2939                 ],
2940                 "psr-4": {
2941                     "Symfony\\Polyfill\\Php80\\": ""
2942                 },
2943                 "classmap": [
2944                     "Resources/stubs"
2945                 ]
2946             },
2947             "notification-url": "https://packagist.org/downloads/",
2948             "license": [
2949                 "MIT"
2950             ],
2951             "authors": [
2952                 {
2953                     "name": "Ion Bazan",
2954                     "email": "ion.bazan@gmail.com"
2955                 },
2956                 {
2957                     "name": "Nicolas Grekas",
2958                     "email": "p@tchwork.com"
2959                 },
2960                 {
2961                     "name": "Symfony Community",
2962                     "homepage": "https://symfony.com/contributors"
2963                 }
2964             ],
2965             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2966             "homepage": "https://symfony.com",
2967             "keywords": [
2968                 "compatibility",
2969                 "polyfill",
2970                 "portable",
2971                 "shim"
2972             ],
2973             "support": {
2974                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
2975             },
2976             "funding": [
2977                 {
2978                     "url": "https://symfony.com/sponsor",
2979                     "type": "custom"
2980                 },
2981                 {
2982                     "url": "https://github.com/fabpot",
2983                     "type": "github"
2984                 },
2985                 {
2986                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2987                     "type": "tidelift"
2988                 }
2989             ],
2990             "time": "2022-03-04T08:16:47+00:00"
2991         },
2992         {
2993             "name": "symfony/polyfill-php81",
2994             "version": "v1.25.0",
2995             "source": {
2996                 "type": "git",
2997                 "url": "https://github.com/symfony/polyfill-php81.git",
2998                 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
2999             },
3000             "dist": {
3001                 "type": "zip",
3002                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
3003                 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
3004                 "shasum": ""
3005             },
3006             "require": {
3007                 "php": ">=7.1"
3008             },
3009             "type": "library",
3010             "extra": {
3011                 "branch-alias": {
3012                     "dev-main": "1.23-dev"
3013                 },
3014                 "thanks": {
3015                     "name": "symfony/polyfill",
3016                     "url": "https://github.com/symfony/polyfill"
3017                 }
3018             },
3019             "autoload": {
3020                 "files": [
3021                     "bootstrap.php"
3022                 ],
3023                 "psr-4": {
3024                     "Symfony\\Polyfill\\Php81\\": ""
3025                 },
3026                 "classmap": [
3027                     "Resources/stubs"
3028                 ]
3029             },
3030             "notification-url": "https://packagist.org/downloads/",
3031             "license": [
3032                 "MIT"
3033             ],
3034             "authors": [
3035                 {
3036                     "name": "Nicolas Grekas",
3037                     "email": "p@tchwork.com"
3038                 },
3039                 {
3040                     "name": "Symfony Community",
3041                     "homepage": "https://symfony.com/contributors"
3042                 }
3043             ],
3044             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
3045             "homepage": "https://symfony.com",
3046             "keywords": [
3047                 "compatibility",
3048                 "polyfill",
3049                 "portable",
3050                 "shim"
3051             ],
3052             "support": {
3053                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.25.0"
3054             },
3055             "funding": [
3056                 {
3057                     "url": "https://symfony.com/sponsor",
3058                     "type": "custom"
3059                 },
3060                 {
3061                     "url": "https://github.com/fabpot",
3062                     "type": "github"
3063                 },
3064                 {
3065                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3066                     "type": "tidelift"
3067                 }
3068             ],
3069             "time": "2021-09-13T13:58:11+00:00"
3070         },
3071         {
3072             "name": "symfony/service-contracts",
3073             "version": "v1.1.2",
3074             "source": {
3075                 "type": "git",
3076                 "url": "https://github.com/symfony/service-contracts.git",
3077                 "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0"
3078             },
3079             "dist": {
3080                 "type": "zip",
3081                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/191afdcb5804db960d26d8566b7e9a2843cab3a0",
3082                 "reference": "191afdcb5804db960d26d8566b7e9a2843cab3a0",
3083                 "shasum": ""
3084             },
3085             "require": {
3086                 "php": "^7.1.3"
3087             },
3088             "suggest": {
3089                 "psr/container": "",
3090                 "symfony/service-implementation": ""
3091             },
3092             "type": "library",
3093             "extra": {
3094                 "branch-alias": {
3095                     "dev-master": "1.1-dev"
3096                 }
3097             },
3098             "autoload": {
3099                 "psr-4": {
3100                     "Symfony\\Contracts\\Service\\": ""
3101                 }
3102             },
3103             "notification-url": "https://packagist.org/downloads/",
3104             "license": [
3105                 "MIT"
3106             ],
3107             "authors": [
3108                 {
3109                     "name": "Nicolas Grekas",
3110                     "email": "p@tchwork.com"
3111                 },
3112                 {
3113                     "name": "Symfony Community",
3114                     "homepage": "https://symfony.com/contributors"
3115                 }
3116             ],
3117             "description": "Generic abstractions related to writing services",
3118             "homepage": "https://symfony.com",
3119             "keywords": [
3120                 "abstractions",
3121                 "contracts",
3122                 "decoupling",
3123                 "interfaces",
3124                 "interoperability",
3125                 "standards"
3126             ],
3127             "support": {
3128                 "source": "https://github.com/symfony/service-contracts/tree/v1.1.2"
3129             },
3130             "time": "2019-05-28T07:50:59+00:00"
3131         },
3132         {
3133             "name": "symfony/string",
3134             "version": "v5.4.8",
3135             "source": {
3136                 "type": "git",
3137                 "url": "https://github.com/symfony/string.git",
3138                 "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8"
3139             },
3140             "dist": {
3141                 "type": "zip",
3142                 "url": "https://api.github.com/repos/symfony/string/zipball/3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
3143                 "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
3144                 "shasum": ""
3145             },
3146             "require": {
3147                 "php": ">=7.2.5",
3148                 "symfony/polyfill-ctype": "~1.8",
3149                 "symfony/polyfill-intl-grapheme": "~1.0",
3150                 "symfony/polyfill-intl-normalizer": "~1.0",
3151                 "symfony/polyfill-mbstring": "~1.0",
3152                 "symfony/polyfill-php80": "~1.15"
3153             },
3154             "conflict": {
3155                 "symfony/translation-contracts": ">=3.0"
3156             },
3157             "require-dev": {
3158                 "symfony/error-handler": "^4.4|^5.0|^6.0",
3159                 "symfony/http-client": "^4.4|^5.0|^6.0",
3160                 "symfony/translation-contracts": "^1.1|^2",
3161                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
3162             },
3163             "type": "library",
3164             "autoload": {
3165                 "files": [
3166                     "Resources/functions.php"
3167                 ],
3168                 "psr-4": {
3169                     "Symfony\\Component\\String\\": ""
3170                 },
3171                 "exclude-from-classmap": [
3172                     "/Tests/"
3173                 ]
3174             },
3175             "notification-url": "https://packagist.org/downloads/",
3176             "license": [
3177                 "MIT"
3178             ],
3179             "authors": [
3180                 {
3181                     "name": "Nicolas Grekas",
3182                     "email": "p@tchwork.com"
3183                 },
3184                 {
3185                     "name": "Symfony Community",
3186                     "homepage": "https://symfony.com/contributors"
3187                 }
3188             ],
3189             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
3190             "homepage": "https://symfony.com",
3191             "keywords": [
3192                 "grapheme",
3193                 "i18n",
3194                 "string",
3195                 "unicode",
3196                 "utf-8",
3197                 "utf8"
3198             ],
3199             "support": {
3200                 "source": "https://github.com/symfony/string/tree/v5.4.8"
3201             },
3202             "funding": [
3203                 {
3204                     "url": "https://symfony.com/sponsor",
3205                     "type": "custom"
3206                 },
3207                 {
3208                     "url": "https://github.com/fabpot",
3209                     "type": "github"
3210                 },
3211                 {
3212                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3213                     "type": "tidelift"
3214                 }
3215             ],
3216             "time": "2022-04-19T10:40:37+00:00"
3217         }
3218     ],
3219     "packages-dev": [
3220         {
3221             "name": "cakephp/bake",
3222             "version": "1.2.8",
3223             "source": {
3224                 "type": "git",
3225                 "url": "https://github.com/cakephp/bake.git",
3226                 "reference": "dfa20d4113253dc02e6fccd2115a8ba3f8cb51b8"
3227             },
3228             "dist": {
3229                 "type": "zip",
3230                 "url": "https://api.github.com/repos/cakephp/bake/zipball/dfa20d4113253dc02e6fccd2115a8ba3f8cb51b8",
3231                 "reference": "dfa20d4113253dc02e6fccd2115a8ba3f8cb51b8",
3232                 "shasum": ""
3233             },
3234             "require": {
3235                 "cakephp/cakephp": ">=3.2.0",
3236                 "cakephp/plugin-installer": "*",
3237                 "php": ">=5.5.9"
3238             },
3239             "require-dev": {
3240                 "cakephp/cakephp-codesniffer": "^2.1",
3241                 "phpunit/phpunit": "*"
3242             },
3243             "type": "cakephp-plugin",
3244             "autoload": {
3245                 "psr-4": {
3246                     "Bake\\": "src"
3247                 }
3248             },
3249             "notification-url": "https://packagist.org/downloads/",
3250             "license": [
3251                 "MIT"
3252             ],
3253             "authors": [
3254                 {
3255                     "name": "CakePHP Community",
3256                     "homepage": "https://github.com/cakephp/bake/graphs/contributors"
3257                 }
3258             ],
3259             "description": "Bake plugin for CakePHP 3.0",
3260             "homepage": "https://github.com/cakephp/bake",
3261             "keywords": [
3262                 "bake",
3263                 "cakephp"
3264             ],
3265             "support": {
3266                 "forum": "http://stackoverflow.com/tags/cakephp",
3267                 "irc": "irc://irc.freenode.org/cakephp",
3268                 "issues": "https://github.com/cakephp/bake/issues",
3269                 "source": "https://github.com/cakephp/bake"
3270             },
3271             "time": "2016-09-03T13:29:04+00:00"
3272         },
3273         {
3274             "name": "cakephp/debug_kit",
3275             "version": "4.2.0",
3276             "source": {
3277                 "type": "git",
3278                 "url": "https://github.com/cakephp/debug_kit.git",
3279                 "reference": "940a0214947e85bbaa0724acfda852f64831f04f"
3280             },
3281             "dist": {
3282                 "type": "zip",
3283                 "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/940a0214947e85bbaa0724acfda852f64831f04f",
3284                 "reference": "940a0214947e85bbaa0724acfda852f64831f04f",
3285                 "shasum": ""
3286             },
3287             "require": {
3288                 "cakephp/cakephp": "^4.0",
3289                 "cakephp/chronos": "^2.0",
3290                 "composer/composer": "^1.3",
3291                 "jdorn/sql-formatter": "^1.2",
3292                 "php": ">=7.2"
3293             },
3294             "require-dev": {
3295                 "cakephp/authorization": "^2.0",
3296                 "cakephp/cakephp-codesniffer": "^4.0",
3297                 "phpunit/phpunit": "^8.0"
3298             },
3299             "suggest": {
3300                 "ext-pdo_sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."
3301             },
3302             "type": "cakephp-plugin",
3303             "autoload": {
3304                 "psr-4": {
3305                     "DebugKit\\": "src/",
3306                     "DebugKit\\Test\\Fixture\\": "tests/Fixture/"
3307                 }
3308             },
3309             "notification-url": "https://packagist.org/downloads/",
3310             "license": [
3311                 "MIT"
3312             ],
3313             "authors": [
3314                 {
3315                     "name": "Mark Story",
3316                     "homepage": "https://mark-story.com",
3317                     "role": "Author"
3318                 },
3319                 {
3320                     "name": "CakePHP Community",
3321                     "homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
3322                 }
3323             ],
3324             "description": "CakePHP Debug Kit",
3325             "homepage": "https://github.com/cakephp/debug_kit",
3326             "keywords": [
3327                 "cakephp",
3328                 "debug",
3329                 "kit"
3330             ],
3331             "support": {
3332                 "forum": "http://stackoverflow.com/tags/cakephp",
3333                 "irc": "irc://irc.freenode.org/cakephp",
3334                 "issues": "https://github.com/cakephp/debug_kit/issues",
3335                 "source": "https://github.com/cakephp/debug_kit"
3336             },
3337             "time": "2020-06-10T01:37:18+00:00"
3338         },
3339         {
3340             "name": "composer/composer",
3341             "version": "1.10.26",
3342             "source": {
3343                 "type": "git",
3344                 "url": "https://github.com/composer/composer.git",
3345                 "reference": "3e196135eacf9e519a6b00986bc6fe6aff977997"
3346             },
3347             "dist": {
3348                 "type": "zip",
3349                 "url": "https://api.github.com/repos/composer/composer/zipball/3e196135eacf9e519a6b00986bc6fe6aff977997",
3350                 "reference": "3e196135eacf9e519a6b00986bc6fe6aff977997",
3351                 "shasum": ""
3352             },
3353             "require": {
3354                 "composer/ca-bundle": "^1.0",
3355                 "composer/semver": "^1.0",
3356                 "composer/spdx-licenses": "^1.2",
3357                 "composer/xdebug-handler": "^1.1",
3358                 "justinrainbow/json-schema": "^5.2.10",
3359                 "php": "^5.3.2 || ^7.0 || ^8.0",
3360                 "psr/log": "^1.0",
3361                 "seld/jsonlint": "^1.4",
3362                 "seld/phar-utils": "^1.0",
3363                 "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3364                 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3365                 "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
3366                 "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
3367             },
3368             "conflict": {
3369                 "symfony/console": "2.8.38"
3370             },
3371             "require-dev": {
3372                 "phpspec/prophecy": "^1.10",
3373                 "symfony/phpunit-bridge": "^4.2"
3374             },
3375             "suggest": {
3376                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
3377                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
3378                 "ext-zlib": "Allow gzip compression of HTTP requests"
3379             },
3380             "bin": [
3381                 "bin/composer"
3382             ],
3383             "type": "library",
3384             "extra": {
3385                 "branch-alias": {
3386                     "dev-master": "1.10-dev"
3387                 }
3388             },
3389             "autoload": {
3390                 "psr-4": {
3391                     "Composer\\": "src/Composer"
3392                 }
3393             },
3394             "notification-url": "https://packagist.org/downloads/",
3395             "license": [
3396                 "MIT"
3397             ],
3398             "authors": [
3399                 {
3400                     "name": "Nils Adermann",
3401                     "email": "naderman@naderman.de",
3402                     "homepage": "http://www.naderman.de"
3403                 },
3404                 {
3405                     "name": "Jordi Boggiano",
3406                     "email": "j.boggiano@seld.be",
3407                     "homepage": "http://seld.be"
3408                 }
3409             ],
3410             "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
3411             "homepage": "https://getcomposer.org/",
3412             "keywords": [
3413                 "autoload",
3414                 "dependency",
3415                 "package"
3416             ],
3417             "support": {
3418                 "irc": "irc://irc.freenode.org/composer",
3419                 "issues": "https://github.com/composer/composer/issues",
3420                 "source": "https://github.com/composer/composer/tree/1.10.26"
3421             },
3422             "funding": [
3423                 {
3424                     "url": "https://packagist.com",
3425                     "type": "custom"
3426                 },
3427                 {
3428                     "url": "https://github.com/composer",
3429                     "type": "github"
3430                 },
3431                 {
3432                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3433                     "type": "tidelift"
3434                 }
3435             ],
3436             "time": "2022-04-13T14:39:56+00:00"
3437         },
3438         {
3439             "name": "composer/semver",
3440             "version": "1.7.2",
3441             "source": {
3442                 "type": "git",
3443                 "url": "https://github.com/composer/semver.git",
3444                 "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
3445             },
3446             "dist": {
3447                 "type": "zip",
3448                 "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
3449                 "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
3450                 "shasum": ""
3451             },
3452             "require": {
3453                 "php": "^5.3.2 || ^7.0 || ^8.0"
3454             },
3455             "require-dev": {
3456                 "phpunit/phpunit": "^4.5 || ^5.0.5"
3457             },
3458             "type": "library",
3459             "extra": {
3460                 "branch-alias": {
3461                     "dev-master": "1.x-dev"
3462                 }
3463             },
3464             "autoload": {
3465                 "psr-4": {
3466                     "Composer\\Semver\\": "src"
3467                 }
3468             },
3469             "notification-url": "https://packagist.org/downloads/",
3470             "license": [
3471                 "MIT"
3472             ],
3473             "authors": [
3474                 {
3475                     "name": "Nils Adermann",
3476                     "email": "naderman@naderman.de",
3477                     "homepage": "http://www.naderman.de"
3478                 },
3479                 {
3480                     "name": "Jordi Boggiano",
3481                     "email": "j.boggiano@seld.be",
3482                     "homepage": "http://seld.be"
3483                 },
3484                 {
3485                     "name": "Rob Bast",
3486                     "email": "rob.bast@gmail.com",
3487                     "homepage": "http://robbast.nl"
3488                 }
3489             ],
3490             "description": "Semver library that offers utilities, version constraint parsing and validation.",
3491             "keywords": [
3492                 "semantic",
3493                 "semver",
3494                 "validation",
3495                 "versioning"
3496             ],
3497             "support": {
3498                 "irc": "irc://irc.freenode.org/composer",
3499                 "issues": "https://github.com/composer/semver/issues",
3500                 "source": "https://github.com/composer/semver/tree/1.7.2"
3501             },
3502             "funding": [
3503                 {
3504                     "url": "https://packagist.com",
3505                     "type": "custom"
3506                 },
3507                 {
3508                     "url": "https://github.com/composer",
3509                     "type": "github"
3510                 },
3511                 {
3512                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3513                     "type": "tidelift"
3514                 }
3515             ],
3516             "time": "2020-12-03T15:47:16+00:00"
3517         },
3518         {
3519             "name": "composer/spdx-licenses",
3520             "version": "1.5.6",
3521             "source": {
3522                 "type": "git",
3523                 "url": "https://github.com/composer/spdx-licenses.git",
3524                 "reference": "a30d487169d799745ca7280bc90fdfa693536901"
3525             },
3526             "dist": {
3527                 "type": "zip",
3528                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901",
3529                 "reference": "a30d487169d799745ca7280bc90fdfa693536901",
3530                 "shasum": ""
3531             },
3532             "require": {
3533                 "php": "^5.3.2 || ^7.0 || ^8.0"
3534             },
3535             "require-dev": {
3536                 "phpstan/phpstan": "^0.12.55",
3537                 "symfony/phpunit-bridge": "^4.2 || ^5"
3538             },
3539             "type": "library",
3540             "extra": {
3541                 "branch-alias": {
3542                     "dev-main": "1.x-dev"
3543                 }
3544             },
3545             "autoload": {
3546                 "psr-4": {
3547                     "Composer\\Spdx\\": "src"
3548                 }
3549             },
3550             "notification-url": "https://packagist.org/downloads/",
3551             "license": [
3552                 "MIT"
3553             ],
3554             "authors": [
3555                 {
3556                     "name": "Nils Adermann",
3557                     "email": "naderman@naderman.de",
3558                     "homepage": "http://www.naderman.de"
3559                 },
3560                 {
3561                     "name": "Jordi Boggiano",
3562                     "email": "j.boggiano@seld.be",
3563                     "homepage": "http://seld.be"
3564                 },
3565                 {
3566                     "name": "Rob Bast",
3567                     "email": "rob.bast@gmail.com",
3568                     "homepage": "http://robbast.nl"
3569                 }
3570             ],
3571             "description": "SPDX licenses list and validation library.",
3572             "keywords": [
3573                 "license",
3574                 "spdx",
3575                 "validator"
3576             ],
3577             "support": {
3578                 "irc": "irc://irc.freenode.org/composer",
3579                 "issues": "https://github.com/composer/spdx-licenses/issues",
3580                 "source": "https://github.com/composer/spdx-licenses/tree/1.5.6"
3581             },
3582             "funding": [
3583                 {
3584                     "url": "https://packagist.com",
3585                     "type": "custom"
3586                 },
3587                 {
3588                     "url": "https://github.com/composer",
3589                     "type": "github"
3590                 },
3591                 {
3592                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3593                     "type": "tidelift"
3594                 }
3595             ],
3596             "time": "2021-11-18T10:14:14+00:00"
3597         },
3598         {
3599             "name": "composer/xdebug-handler",
3600             "version": "1.4.6",
3601             "source": {
3602                 "type": "git",
3603                 "url": "https://github.com/composer/xdebug-handler.git",
3604                 "reference": "f27e06cd9675801df441b3656569b328e04aa37c"
3605             },
3606             "dist": {
3607                 "type": "zip",
3608                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
3609                 "reference": "f27e06cd9675801df441b3656569b328e04aa37c",
3610                 "shasum": ""
3611             },
3612             "require": {
3613                 "php": "^5.3.2 || ^7.0 || ^8.0",
3614                 "psr/log": "^1.0"
3615             },
3616             "require-dev": {
3617                 "phpstan/phpstan": "^0.12.55",
3618                 "symfony/phpunit-bridge": "^4.2 || ^5"
3619             },
3620             "type": "library",
3621             "autoload": {
3622                 "psr-4": {
3623                     "Composer\\XdebugHandler\\": "src"
3624                 }
3625             },
3626             "notification-url": "https://packagist.org/downloads/",
3627             "license": [
3628                 "MIT"
3629             ],
3630             "authors": [
3631                 {
3632                     "name": "John Stevenson",
3633                     "email": "john-stevenson@blueyonder.co.uk"
3634                 }
3635             ],
3636             "description": "Restarts a process without Xdebug.",
3637             "keywords": [
3638                 "Xdebug",
3639                 "performance"
3640             ],
3641             "support": {
3642                 "irc": "irc://irc.freenode.org/composer",
3643                 "issues": "https://github.com/composer/xdebug-handler/issues",
3644                 "source": "https://github.com/composer/xdebug-handler/tree/1.4.6"
3645             },
3646             "funding": [
3647                 {
3648                     "url": "https://packagist.com",
3649                     "type": "custom"
3650                 },
3651                 {
3652                     "url": "https://github.com/composer",
3653                     "type": "github"
3654                 },
3655                 {
3656                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
3657                     "type": "tidelift"
3658                 }
3659             ],
3660             "time": "2021-03-25T17:01:18+00:00"
3661         },
3662         {
3663             "name": "jdorn/sql-formatter",
3664             "version": "v1.2.17",
3665             "source": {
3666                 "type": "git",
3667                 "url": "https://github.com/jdorn/sql-formatter.git",
3668                 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
3669             },
3670             "dist": {
3671                 "type": "zip",
3672                 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
3673                 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
3674                 "shasum": ""
3675             },
3676             "require": {
3677                 "php": ">=5.2.4"
3678             },
3679             "require-dev": {
3680                 "phpunit/phpunit": "3.7.*"
3681             },
3682             "type": "library",
3683             "extra": {
3684                 "branch-alias": {
3685                     "dev-master": "1.3.x-dev"
3686                 }
3687             },
3688             "autoload": {
3689                 "classmap": [
3690                     "lib"
3691                 ]
3692             },
3693             "notification-url": "https://packagist.org/downloads/",
3694             "license": [
3695                 "MIT"
3696             ],
3697             "authors": [
3698                 {
3699                     "name": "Jeremy Dorn",
3700                     "email": "jeremy@jeremydorn.com",
3701                     "homepage": "http://jeremydorn.com/"
3702                 }
3703             ],
3704             "description": "a PHP SQL highlighting library",
3705             "homepage": "https://github.com/jdorn/sql-formatter/",
3706             "keywords": [
3707                 "highlight",
3708                 "sql"
3709             ],
3710             "support": {
3711                 "issues": "https://github.com/jdorn/sql-formatter/issues",
3712                 "source": "https://github.com/jdorn/sql-formatter/tree/master"
3713             },
3714             "time": "2014-01-12T16:20:24+00:00"
3715         },
3716         {
3717             "name": "justinrainbow/json-schema",
3718             "version": "5.2.12",
3719             "source": {
3720                 "type": "git",
3721                 "url": "https://github.com/justinrainbow/json-schema.git",
3722                 "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
3723             },
3724             "dist": {
3725                 "type": "zip",
3726                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
3727                 "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
3728                 "shasum": ""
3729             },
3730             "require": {
3731                 "php": ">=5.3.3"
3732             },
3733             "require-dev": {
3734                 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
3735                 "json-schema/json-schema-test-suite": "1.2.0",
3736                 "phpunit/phpunit": "^4.8.35"
3737             },
3738             "bin": [
3739                 "bin/validate-json"
3740             ],
3741             "type": "library",
3742             "extra": {
3743                 "branch-alias": {
3744                     "dev-master": "5.0.x-dev"
3745                 }
3746             },
3747             "autoload": {
3748                 "psr-4": {
3749                     "JsonSchema\\": "src/JsonSchema/"
3750                 }
3751             },
3752             "notification-url": "https://packagist.org/downloads/",
3753             "license": [
3754                 "MIT"
3755             ],
3756             "authors": [
3757                 {
3758                     "name": "Bruno Prieto Reis",
3759                     "email": "bruno.p.reis@gmail.com"
3760                 },
3761                 {
3762                     "name": "Justin Rainbow",
3763                     "email": "justin.rainbow@gmail.com"
3764                 },
3765                 {
3766                     "name": "Igor Wiedler",
3767                     "email": "igor@wiedler.ch"
3768                 },
3769                 {
3770                     "name": "Robert Schönthal",
3771                     "email": "seroscho@googlemail.com"
3772                 }
3773             ],
3774             "description": "A library to validate a json schema.",
3775             "homepage": "https://github.com/justinrainbow/json-schema",
3776             "keywords": [
3777                 "json",
3778                 "schema"
3779             ],
3780             "support": {
3781                 "issues": "https://github.com/justinrainbow/json-schema/issues",
3782                 "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
3783             },
3784             "time": "2022-04-13T08:02:27+00:00"
3785         },
3786         {
3787             "name": "nikic/php-parser",
3788             "version": "v4.13.2",
3789             "source": {
3790                 "type": "git",
3791                 "url": "https://github.com/nikic/PHP-Parser.git",
3792                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
3793             },
3794             "dist": {
3795                 "type": "zip",
3796                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
3797                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
3798                 "shasum": ""
3799             },
3800             "require": {
3801                 "ext-tokenizer": "*",
3802                 "php": ">=7.0"
3803             },
3804             "require-dev": {
3805                 "ircmaxell/php-yacc": "^0.0.7",
3806                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
3807             },
3808             "bin": [
3809                 "bin/php-parse"
3810             ],
3811             "type": "library",
3812             "extra": {
3813                 "branch-alias": {
3814                     "dev-master": "4.9-dev"
3815                 }
3816             },
3817             "autoload": {
3818                 "psr-4": {
3819                     "PhpParser\\": "lib/PhpParser"
3820                 }
3821             },
3822             "notification-url": "https://packagist.org/downloads/",
3823             "license": [
3824                 "BSD-3-Clause"
3825             ],
3826             "authors": [
3827                 {
3828                     "name": "Nikita Popov"
3829                 }
3830             ],
3831             "description": "A PHP parser written in PHP",
3832             "keywords": [
3833                 "parser",
3834                 "php"
3835             ],
3836             "support": {
3837                 "issues": "https://github.com/nikic/PHP-Parser/issues",
3838                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
3839             },
3840             "time": "2021-11-30T19:35:32+00:00"
3841         },
3842         {
3843             "name": "psy/psysh",
3844             "version": "v0.11.4",
3845             "source": {
3846                 "type": "git",
3847                 "url": "https://github.com/bobthecow/psysh.git",
3848                 "reference": "05c544b339b112226ad14803e1e5b09a61957454"
3849             },
3850             "dist": {
3851                 "type": "zip",
3852                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/05c544b339b112226ad14803e1e5b09a61957454",
3853                 "reference": "05c544b339b112226ad14803e1e5b09a61957454",
3854                 "shasum": ""
3855             },
3856             "require": {
3857                 "ext-json": "*",
3858                 "ext-tokenizer": "*",
3859                 "nikic/php-parser": "^4.0 || ^3.1",
3860                 "php": "^8.0 || ^7.0.8",
3861                 "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
3862                 "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
3863             },
3864             "conflict": {
3865                 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
3866             },
3867             "require-dev": {
3868                 "bamarni/composer-bin-plugin": "^1.2"
3869             },
3870             "suggest": {
3871                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
3872                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
3873                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
3874                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
3875             },
3876             "bin": [
3877                 "bin/psysh"
3878             ],
3879             "type": "library",
3880             "extra": {
3881                 "branch-alias": {
3882                     "dev-main": "0.11.x-dev"
3883                 }
3884             },
3885             "autoload": {
3886                 "files": [
3887                     "src/functions.php"
3888                 ],
3889                 "psr-4": {
3890                     "Psy\\": "src/"
3891                 }
3892             },
3893             "notification-url": "https://packagist.org/downloads/",
3894             "license": [
3895                 "MIT"
3896             ],
3897             "authors": [
3898                 {
3899                     "name": "Justin Hileman",
3900                     "email": "justin@justinhileman.info",
3901                     "homepage": "http://justinhileman.com"
3902                 }
3903             ],
3904             "description": "An interactive shell for modern PHP.",
3905             "homepage": "http://psysh.org",
3906             "keywords": [
3907                 "REPL",
3908                 "console",
3909                 "interactive",
3910                 "shell"
3911             ],
3912             "support": {
3913                 "issues": "https://github.com/bobthecow/psysh/issues",
3914                 "source": "https://github.com/bobthecow/psysh/tree/v0.11.4"
3915             },
3916             "time": "2022-05-06T12:49:14+00:00"
3917         },
3918         {
3919             "name": "seld/jsonlint",
3920             "version": "1.9.0",
3921             "source": {
3922                 "type": "git",
3923                 "url": "https://github.com/Seldaek/jsonlint.git",
3924                 "reference": "4211420d25eba80712bff236a98960ef68b866b7"
3925             },
3926             "dist": {
3927                 "type": "zip",
3928                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7",
3929                 "reference": "4211420d25eba80712bff236a98960ef68b866b7",
3930                 "shasum": ""
3931             },
3932             "require": {
3933                 "php": "^5.3 || ^7.0 || ^8.0"
3934             },
3935             "require-dev": {
3936                 "phpstan/phpstan": "^1.5",
3937                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
3938             },
3939             "bin": [
3940                 "bin/jsonlint"
3941             ],
3942             "type": "library",
3943             "autoload": {
3944                 "psr-4": {
3945                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
3946                 }
3947             },
3948             "notification-url": "https://packagist.org/downloads/",
3949             "license": [
3950                 "MIT"
3951             ],
3952             "authors": [
3953                 {
3954                     "name": "Jordi Boggiano",
3955                     "email": "j.boggiano@seld.be",
3956                     "homepage": "http://seld.be"
3957                 }
3958             ],
3959             "description": "JSON Linter",
3960             "keywords": [
3961                 "json",
3962                 "linter",
3963                 "parser",
3964                 "validator"
3965             ],
3966             "support": {
3967                 "issues": "https://github.com/Seldaek/jsonlint/issues",
3968                 "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0"
3969             },
3970             "funding": [
3971                 {
3972                     "url": "https://github.com/Seldaek",
3973                     "type": "github"
3974                 },
3975                 {
3976                     "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
3977                     "type": "tidelift"
3978                 }
3979             ],
3980             "time": "2022-04-01T13:37:23+00:00"
3981         },
3982         {
3983             "name": "seld/phar-utils",
3984             "version": "1.2.0",
3985             "source": {
3986                 "type": "git",
3987                 "url": "https://github.com/Seldaek/phar-utils.git",
3988                 "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
3989             },
3990             "dist": {
3991                 "type": "zip",
3992                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
3993                 "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
3994                 "shasum": ""
3995             },
3996             "require": {
3997                 "php": ">=5.3"
3998             },
3999             "type": "library",
4000             "extra": {
4001                 "branch-alias": {
4002                     "dev-master": "1.x-dev"
4003                 }
4004             },
4005             "autoload": {
4006                 "psr-4": {
4007                     "Seld\\PharUtils\\": "src/"
4008                 }
4009             },
4010             "notification-url": "https://packagist.org/downloads/",
4011             "license": [
4012                 "MIT"
4013             ],
4014             "authors": [
4015                 {
4016                     "name": "Jordi Boggiano",
4017                     "email": "j.boggiano@seld.be"
4018                 }
4019             ],
4020             "description": "PHAR file format utilities, for when PHP phars you up",
4021             "keywords": [
4022                 "phar"
4023             ],
4024             "support": {
4025                 "issues": "https://github.com/Seldaek/phar-utils/issues",
4026                 "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0"
4027             },
4028             "time": "2021-12-10T11:20:11+00:00"
4029         },
4030         {
4031             "name": "symfony/finder",
4032             "version": "v5.4.8",
4033             "source": {
4034                 "type": "git",
4035                 "url": "https://github.com/symfony/finder.git",
4036                 "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9"
4037             },
4038             "dist": {
4039                 "type": "zip",
4040                 "url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9",
4041                 "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9",
4042                 "shasum": ""
4043             },
4044             "require": {
4045                 "php": ">=7.2.5",
4046                 "symfony/deprecation-contracts": "^2.1|^3",
4047                 "symfony/polyfill-php80": "^1.16"
4048             },
4049             "type": "library",
4050             "autoload": {
4051                 "psr-4": {
4052                     "Symfony\\Component\\Finder\\": ""
4053                 },
4054                 "exclude-from-classmap": [
4055                     "/Tests/"
4056                 ]
4057             },
4058             "notification-url": "https://packagist.org/downloads/",
4059             "license": [
4060                 "MIT"
4061             ],
4062             "authors": [
4063                 {
4064                     "name": "Fabien Potencier",
4065                     "email": "fabien@symfony.com"
4066                 },
4067                 {
4068                     "name": "Symfony Community",
4069                     "homepage": "https://symfony.com/contributors"
4070                 }
4071             ],
4072             "description": "Finds files and directories via an intuitive fluent interface",
4073             "homepage": "https://symfony.com",
4074             "support": {
4075                 "source": "https://github.com/symfony/finder/tree/v5.4.8"
4076             },
4077             "funding": [
4078                 {
4079                     "url": "https://symfony.com/sponsor",
4080                     "type": "custom"
4081                 },
4082                 {
4083                     "url": "https://github.com/fabpot",
4084                     "type": "github"
4085                 },
4086                 {
4087                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4088                     "type": "tidelift"
4089                 }
4090             ],
4091             "time": "2022-04-15T08:07:45+00:00"
4092         },
4093         {
4094             "name": "symfony/process",
4095             "version": "v5.4.8",
4096             "source": {
4097                 "type": "git",
4098                 "url": "https://github.com/symfony/process.git",
4099                 "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
4100             },
4101             "dist": {
4102                 "type": "zip",
4103                 "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
4104                 "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
4105                 "shasum": ""
4106             },
4107             "require": {
4108                 "php": ">=7.2.5",
4109                 "symfony/polyfill-php80": "^1.16"
4110             },
4111             "type": "library",
4112             "autoload": {
4113                 "psr-4": {
4114                     "Symfony\\Component\\Process\\": ""
4115                 },
4116                 "exclude-from-classmap": [
4117                     "/Tests/"
4118                 ]
4119             },
4120             "notification-url": "https://packagist.org/downloads/",
4121             "license": [
4122                 "MIT"
4123             ],
4124             "authors": [
4125                 {
4126                     "name": "Fabien Potencier",
4127                     "email": "fabien@symfony.com"
4128                 },
4129                 {
4130                     "name": "Symfony Community",
4131                     "homepage": "https://symfony.com/contributors"
4132                 }
4133             ],
4134             "description": "Executes commands in sub-processes",
4135             "homepage": "https://symfony.com",
4136             "support": {
4137                 "source": "https://github.com/symfony/process/tree/v5.4.8"
4138             },
4139             "funding": [
4140                 {
4141                     "url": "https://symfony.com/sponsor",
4142                     "type": "custom"
4143                 },
4144                 {
4145                     "url": "https://github.com/fabpot",
4146                     "type": "github"
4147                 },
4148                 {
4149                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4150                     "type": "tidelift"
4151                 }
4152             ],
4153             "time": "2022-04-08T05:07:18+00:00"
4154         },
4155         {
4156             "name": "symfony/var-dumper",
4157             "version": "v5.4.8",
4158             "source": {
4159                 "type": "git",
4160                 "url": "https://github.com/symfony/var-dumper.git",
4161                 "reference": "cdcadd343d31ad16fc5e006b0de81ea307435053"
4162             },
4163             "dist": {
4164                 "type": "zip",
4165                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cdcadd343d31ad16fc5e006b0de81ea307435053",
4166                 "reference": "cdcadd343d31ad16fc5e006b0de81ea307435053",
4167                 "shasum": ""
4168             },
4169             "require": {
4170                 "php": ">=7.2.5",
4171                 "symfony/polyfill-mbstring": "~1.0",
4172                 "symfony/polyfill-php80": "^1.16"
4173             },
4174             "conflict": {
4175                 "phpunit/phpunit": "<5.4.3",
4176                 "symfony/console": "<4.4"
4177             },
4178             "require-dev": {
4179                 "ext-iconv": "*",
4180                 "symfony/console": "^4.4|^5.0|^6.0",
4181                 "symfony/process": "^4.4|^5.0|^6.0",
4182                 "symfony/uid": "^5.1|^6.0",
4183                 "twig/twig": "^2.13|^3.0.4"
4184             },
4185             "suggest": {
4186                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4187                 "ext-intl": "To show region name in time zone dump",
4188                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
4189             },
4190             "bin": [
4191                 "Resources/bin/var-dump-server"
4192             ],
4193             "type": "library",
4194             "autoload": {
4195                 "files": [
4196                     "Resources/functions/dump.php"
4197                 ],
4198                 "psr-4": {
4199                     "Symfony\\Component\\VarDumper\\": ""
4200                 },
4201                 "exclude-from-classmap": [
4202                     "/Tests/"
4203                 ]
4204             },
4205             "notification-url": "https://packagist.org/downloads/",
4206             "license": [
4207                 "MIT"
4208             ],
4209             "authors": [
4210                 {
4211                     "name": "Nicolas Grekas",
4212                     "email": "p@tchwork.com"
4213                 },
4214                 {
4215                     "name": "Symfony Community",
4216                     "homepage": "https://symfony.com/contributors"
4217                 }
4218             ],
4219             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
4220             "homepage": "https://symfony.com",
4221             "keywords": [
4222                 "debug",
4223                 "dump"
4224             ],
4225             "support": {
4226                 "source": "https://github.com/symfony/var-dumper/tree/v5.4.8"
4227             },
4228             "funding": [
4229                 {
4230                     "url": "https://symfony.com/sponsor",
4231                     "type": "custom"
4232                 },
4233                 {
4234                     "url": "https://github.com/fabpot",
4235                     "type": "github"
4236                 },
4237                 {
4238                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4239                     "type": "tidelift"
4240                 }
4241             ],
4242             "time": "2022-04-26T13:19:20+00:00"
4243         }
4244     ],
4245     "aliases": [],
4246     "minimum-stability": "stable",
4247     "stability-flags": {
4248         "psy/psysh": 0
4249     },
4250     "prefer-stable": true,
4251     "prefer-lowest": false,
4252     "platform": {
4253         "php": ">=5.6"
4254     },
4255     "platform-dev": [],
4256     "plugin-api-version": "2.1.0"
4257 }