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