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