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