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