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