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