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