]> BookStack Code Mirror - bookstack/blob - composer.lock
Code cleanup, bug squashing
[bookstack] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "a61fd1c287bd93fa496202c6583c7bb1",
8     "packages": [
9         {
10             "name": "aws/aws-sdk-php",
11             "version": "3.154.6",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/aws/aws-sdk-php.git",
15                 "reference": "83a1382930359e4d4f4c9187239f059d5b282520"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/83a1382930359e4d4f4c9187239f059d5b282520",
20                 "reference": "83a1382930359e4d4f4c9187239f059d5b282520",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-json": "*",
25                 "ext-pcre": "*",
26                 "ext-simplexml": "*",
27                 "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
28                 "guzzlehttp/promises": "^1.0",
29                 "guzzlehttp/psr7": "^1.4.1",
30                 "mtdowling/jmespath.php": "^2.5",
31                 "php": ">=5.5"
32             },
33             "require-dev": {
34                 "andrewsville/php-token-reflection": "^1.4",
35                 "aws/aws-php-sns-message-validator": "~1.0",
36                 "behat/behat": "~3.0",
37                 "doctrine/cache": "~1.4",
38                 "ext-dom": "*",
39                 "ext-openssl": "*",
40                 "ext-pcntl": "*",
41                 "ext-sockets": "*",
42                 "nette/neon": "^2.3",
43                 "paragonie/random_compat": ">= 2",
44                 "phpunit/phpunit": "^4.8.35|^5.4.3",
45                 "psr/cache": "^1.0",
46                 "psr/simple-cache": "^1.0",
47                 "sebastian/comparator": "^1.2.3"
48             },
49             "suggest": {
50                 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
51                 "doctrine/cache": "To use the DoctrineCacheAdapter",
52                 "ext-curl": "To send requests using cURL",
53                 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
54                 "ext-sockets": "To use client-side monitoring"
55             },
56             "type": "library",
57             "extra": {
58                 "branch-alias": {
59                     "dev-master": "3.0-dev"
60                 }
61             },
62             "autoload": {
63                 "psr-4": {
64                     "Aws\\": "src/"
65                 },
66                 "files": [
67                     "src/functions.php"
68                 ]
69             },
70             "notification-url": "https://packagist.org/downloads/",
71             "license": [
72                 "Apache-2.0"
73             ],
74             "authors": [
75                 {
76                     "name": "Amazon Web Services",
77                     "homepage": "http://aws.amazon.com"
78                 }
79             ],
80             "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
81             "homepage": "http://aws.amazon.com/sdkforphp",
82             "keywords": [
83                 "amazon",
84                 "aws",
85                 "cloud",
86                 "dynamodb",
87                 "ec2",
88                 "glacier",
89                 "s3",
90                 "sdk"
91             ],
92             "time": "2020-09-18T18:16:42+00:00"
93         },
94         {
95             "name": "barryvdh/laravel-dompdf",
96             "version": "v0.8.7",
97             "source": {
98                 "type": "git",
99                 "url": "https://github.com/barryvdh/laravel-dompdf.git",
100                 "reference": "30310e0a675462bf2aa9d448c8dcbf57fbcc517d"
101             },
102             "dist": {
103                 "type": "zip",
104                 "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/30310e0a675462bf2aa9d448c8dcbf57fbcc517d",
105                 "reference": "30310e0a675462bf2aa9d448c8dcbf57fbcc517d",
106                 "shasum": ""
107             },
108             "require": {
109                 "dompdf/dompdf": "^0.8",
110                 "illuminate/support": "^5.5|^6|^7|^8",
111                 "php": ">=7"
112             },
113             "type": "library",
114             "extra": {
115                 "branch-alias": {
116                     "dev-master": "0.8-dev"
117                 },
118                 "laravel": {
119                     "providers": [
120                         "Barryvdh\\DomPDF\\ServiceProvider"
121                     ],
122                     "aliases": {
123                         "PDF": "Barryvdh\\DomPDF\\Facade"
124                     }
125                 }
126             },
127             "autoload": {
128                 "psr-4": {
129                     "Barryvdh\\DomPDF\\": "src"
130                 }
131             },
132             "notification-url": "https://packagist.org/downloads/",
133             "license": [
134                 "MIT"
135             ],
136             "authors": [
137                 {
138                     "name": "Barry vd. Heuvel",
139                     "email": "[email protected]"
140                 }
141             ],
142             "description": "A DOMPDF Wrapper for Laravel",
143             "keywords": [
144                 "dompdf",
145                 "laravel",
146                 "pdf"
147             ],
148             "funding": [
149                 {
150                     "url": "https://github.com/barryvdh",
151                     "type": "github"
152                 }
153             ],
154             "time": "2020-09-07T11:50:18+00:00"
155         },
156         {
157             "name": "barryvdh/laravel-snappy",
158             "version": "v0.4.8",
159             "source": {
160                 "type": "git",
161                 "url": "https://github.com/barryvdh/laravel-snappy.git",
162                 "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645"
163             },
164             "dist": {
165                 "type": "zip",
166                 "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/1903ab84171072b6bff8d98eb58d38b2c9aaf645",
167                 "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645",
168                 "shasum": ""
169             },
170             "require": {
171                 "illuminate/filesystem": "^5.5|^6|^7|^8",
172                 "illuminate/support": "^5.5|^6|^7|^8",
173                 "knplabs/knp-snappy": "^1",
174                 "php": ">=7"
175             },
176             "type": "library",
177             "extra": {
178                 "branch-alias": {
179                     "dev-master": "0.4-dev"
180                 },
181                 "laravel": {
182                     "providers": [
183                         "Barryvdh\\Snappy\\ServiceProvider"
184                     ],
185                     "aliases": {
186                         "PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf",
187                         "SnappyImage": "Barryvdh\\Snappy\\Facades\\SnappyImage"
188                     }
189                 }
190             },
191             "autoload": {
192                 "psr-4": {
193                     "Barryvdh\\Snappy\\": "src/"
194                 }
195             },
196             "notification-url": "https://packagist.org/downloads/",
197             "license": [
198                 "MIT"
199             ],
200             "authors": [
201                 {
202                     "name": "Barry vd. Heuvel",
203                     "email": "[email protected]"
204                 }
205             ],
206             "description": "Snappy PDF/Image for Laravel",
207             "keywords": [
208                 "image",
209                 "laravel",
210                 "pdf",
211                 "snappy",
212                 "wkhtmltoimage",
213                 "wkhtmltopdf"
214             ],
215             "time": "2020-09-07T12:33:10+00:00"
216         },
217         {
218             "name": "doctrine/cache",
219             "version": "1.10.2",
220             "source": {
221                 "type": "git",
222                 "url": "https://github.com/doctrine/cache.git",
223                 "reference": "13e3381b25847283a91948d04640543941309727"
224             },
225             "dist": {
226                 "type": "zip",
227                 "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
228                 "reference": "13e3381b25847283a91948d04640543941309727",
229                 "shasum": ""
230             },
231             "require": {
232                 "php": "~7.1 || ^8.0"
233             },
234             "conflict": {
235                 "doctrine/common": ">2.2,<2.4"
236             },
237             "require-dev": {
238                 "alcaeus/mongo-php-adapter": "^1.1",
239                 "doctrine/coding-standard": "^6.0",
240                 "mongodb/mongodb": "^1.1",
241                 "phpunit/phpunit": "^7.0",
242                 "predis/predis": "~1.0"
243             },
244             "suggest": {
245                 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
246             },
247             "type": "library",
248             "extra": {
249                 "branch-alias": {
250                     "dev-master": "1.9.x-dev"
251                 }
252             },
253             "autoload": {
254                 "psr-4": {
255                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
256                 }
257             },
258             "notification-url": "https://packagist.org/downloads/",
259             "license": [
260                 "MIT"
261             ],
262             "authors": [
263                 {
264                     "name": "Guilherme Blanco",
265                     "email": "[email protected]"
266                 },
267                 {
268                     "name": "Roman Borschel",
269                     "email": "[email protected]"
270                 },
271                 {
272                     "name": "Benjamin Eberlei",
273                     "email": "[email protected]"
274                 },
275                 {
276                     "name": "Jonathan Wage",
277                     "email": "[email protected]"
278                 },
279                 {
280                     "name": "Johannes Schmitt",
281                     "email": "[email protected]"
282                 }
283             ],
284             "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
285             "homepage": "https://www.doctrine-project.org/projects/cache.html",
286             "keywords": [
287                 "abstraction",
288                 "apcu",
289                 "cache",
290                 "caching",
291                 "couchdb",
292                 "memcached",
293                 "php",
294                 "redis",
295                 "xcache"
296             ],
297             "funding": [
298                 {
299                     "url": "https://www.doctrine-project.org/sponsorship.html",
300                     "type": "custom"
301                 },
302                 {
303                     "url": "https://www.patreon.com/phpdoctrine",
304                     "type": "patreon"
305                 },
306                 {
307                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
308                     "type": "tidelift"
309                 }
310             ],
311             "time": "2020-07-07T18:54:01+00:00"
312         },
313         {
314             "name": "doctrine/dbal",
315             "version": "2.10.4",
316             "source": {
317                 "type": "git",
318                 "url": "https://github.com/doctrine/dbal.git",
319                 "reference": "47433196b6390d14409a33885ee42b6208160643"
320             },
321             "dist": {
322                 "type": "zip",
323                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/47433196b6390d14409a33885ee42b6208160643",
324                 "reference": "47433196b6390d14409a33885ee42b6208160643",
325                 "shasum": ""
326             },
327             "require": {
328                 "doctrine/cache": "^1.0",
329                 "doctrine/event-manager": "^1.0",
330                 "ext-pdo": "*",
331                 "php": "^7.2"
332             },
333             "require-dev": {
334                 "doctrine/coding-standard": "^8.1",
335                 "jetbrains/phpstorm-stubs": "^2019.1",
336                 "nikic/php-parser": "^4.4",
337                 "phpstan/phpstan": "^0.12.40",
338                 "phpunit/phpunit": "^8.5.5",
339                 "psalm/plugin-phpunit": "^0.10.0",
340                 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
341                 "vimeo/psalm": "^3.14.2"
342             },
343             "suggest": {
344                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
345             },
346             "bin": [
347                 "bin/doctrine-dbal"
348             ],
349             "type": "library",
350             "extra": {
351                 "branch-alias": {
352                     "dev-master": "2.10.x-dev",
353                     "dev-develop": "3.0.x-dev"
354                 }
355             },
356             "autoload": {
357                 "psr-4": {
358                     "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
359                 }
360             },
361             "notification-url": "https://packagist.org/downloads/",
362             "license": [
363                 "MIT"
364             ],
365             "authors": [
366                 {
367                     "name": "Guilherme Blanco",
368                     "email": "[email protected]"
369                 },
370                 {
371                     "name": "Roman Borschel",
372                     "email": "[email protected]"
373                 },
374                 {
375                     "name": "Benjamin Eberlei",
376                     "email": "[email protected]"
377                 },
378                 {
379                     "name": "Jonathan Wage",
380                     "email": "[email protected]"
381                 }
382             ],
383             "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
384             "homepage": "https://www.doctrine-project.org/projects/dbal.html",
385             "keywords": [
386                 "abstraction",
387                 "database",
388                 "db2",
389                 "dbal",
390                 "mariadb",
391                 "mssql",
392                 "mysql",
393                 "oci8",
394                 "oracle",
395                 "pdo",
396                 "pgsql",
397                 "postgresql",
398                 "queryobject",
399                 "sasql",
400                 "sql",
401                 "sqlanywhere",
402                 "sqlite",
403                 "sqlserver",
404                 "sqlsrv"
405             ],
406             "funding": [
407                 {
408                     "url": "https://www.doctrine-project.org/sponsorship.html",
409                     "type": "custom"
410                 },
411                 {
412                     "url": "https://www.patreon.com/phpdoctrine",
413                     "type": "patreon"
414                 },
415                 {
416                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
417                     "type": "tidelift"
418                 }
419             ],
420             "time": "2020-09-12T21:20:41+00:00"
421         },
422         {
423             "name": "doctrine/event-manager",
424             "version": "1.1.1",
425             "source": {
426                 "type": "git",
427                 "url": "https://github.com/doctrine/event-manager.git",
428                 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
429             },
430             "dist": {
431                 "type": "zip",
432                 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
433                 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
434                 "shasum": ""
435             },
436             "require": {
437                 "php": "^7.1 || ^8.0"
438             },
439             "conflict": {
440                 "doctrine/common": "<2.9@dev"
441             },
442             "require-dev": {
443                 "doctrine/coding-standard": "^6.0",
444                 "phpunit/phpunit": "^7.0"
445             },
446             "type": "library",
447             "extra": {
448                 "branch-alias": {
449                     "dev-master": "1.0.x-dev"
450                 }
451             },
452             "autoload": {
453                 "psr-4": {
454                     "Doctrine\\Common\\": "lib/Doctrine/Common"
455                 }
456             },
457             "notification-url": "https://packagist.org/downloads/",
458             "license": [
459                 "MIT"
460             ],
461             "authors": [
462                 {
463                     "name": "Guilherme Blanco",
464                     "email": "[email protected]"
465                 },
466                 {
467                     "name": "Roman Borschel",
468                     "email": "[email protected]"
469                 },
470                 {
471                     "name": "Benjamin Eberlei",
472                     "email": "[email protected]"
473                 },
474                 {
475                     "name": "Jonathan Wage",
476                     "email": "[email protected]"
477                 },
478                 {
479                     "name": "Johannes Schmitt",
480                     "email": "[email protected]"
481                 },
482                 {
483                     "name": "Marco Pivetta",
484                     "email": "[email protected]"
485                 }
486             ],
487             "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
488             "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
489             "keywords": [
490                 "event",
491                 "event dispatcher",
492                 "event manager",
493                 "event system",
494                 "events"
495             ],
496             "funding": [
497                 {
498                     "url": "https://www.doctrine-project.org/sponsorship.html",
499                     "type": "custom"
500                 },
501                 {
502                     "url": "https://www.patreon.com/phpdoctrine",
503                     "type": "patreon"
504                 },
505                 {
506                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
507                     "type": "tidelift"
508                 }
509             ],
510             "time": "2020-05-29T18:28:51+00:00"
511         },
512         {
513             "name": "doctrine/inflector",
514             "version": "2.0.3",
515             "source": {
516                 "type": "git",
517                 "url": "https://github.com/doctrine/inflector.git",
518                 "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
519             },
520             "dist": {
521                 "type": "zip",
522                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
523                 "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
524                 "shasum": ""
525             },
526             "require": {
527                 "php": "^7.2 || ^8.0"
528             },
529             "require-dev": {
530                 "doctrine/coding-standard": "^7.0",
531                 "phpstan/phpstan": "^0.11",
532                 "phpstan/phpstan-phpunit": "^0.11",
533                 "phpstan/phpstan-strict-rules": "^0.11",
534                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
535             },
536             "type": "library",
537             "extra": {
538                 "branch-alias": {
539                     "dev-master": "2.0.x-dev"
540                 }
541             },
542             "autoload": {
543                 "psr-4": {
544                     "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
545                 }
546             },
547             "notification-url": "https://packagist.org/downloads/",
548             "license": [
549                 "MIT"
550             ],
551             "authors": [
552                 {
553                     "name": "Guilherme Blanco",
554                     "email": "[email protected]"
555                 },
556                 {
557                     "name": "Roman Borschel",
558                     "email": "[email protected]"
559                 },
560                 {
561                     "name": "Benjamin Eberlei",
562                     "email": "[email protected]"
563                 },
564                 {
565                     "name": "Jonathan Wage",
566                     "email": "[email protected]"
567                 },
568                 {
569                     "name": "Johannes Schmitt",
570                     "email": "[email protected]"
571                 }
572             ],
573             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
574             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
575             "keywords": [
576                 "inflection",
577                 "inflector",
578                 "lowercase",
579                 "manipulation",
580                 "php",
581                 "plural",
582                 "singular",
583                 "strings",
584                 "uppercase",
585                 "words"
586             ],
587             "funding": [
588                 {
589                     "url": "https://www.doctrine-project.org/sponsorship.html",
590                     "type": "custom"
591                 },
592                 {
593                     "url": "https://www.patreon.com/phpdoctrine",
594                     "type": "patreon"
595                 },
596                 {
597                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
598                     "type": "tidelift"
599                 }
600             ],
601             "time": "2020-05-29T15:13:26+00:00"
602         },
603         {
604             "name": "doctrine/lexer",
605             "version": "1.2.1",
606             "source": {
607                 "type": "git",
608                 "url": "https://github.com/doctrine/lexer.git",
609                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
610             },
611             "dist": {
612                 "type": "zip",
613                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
614                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
615                 "shasum": ""
616             },
617             "require": {
618                 "php": "^7.2 || ^8.0"
619             },
620             "require-dev": {
621                 "doctrine/coding-standard": "^6.0",
622                 "phpstan/phpstan": "^0.11.8",
623                 "phpunit/phpunit": "^8.2"
624             },
625             "type": "library",
626             "extra": {
627                 "branch-alias": {
628                     "dev-master": "1.2.x-dev"
629                 }
630             },
631             "autoload": {
632                 "psr-4": {
633                     "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
634                 }
635             },
636             "notification-url": "https://packagist.org/downloads/",
637             "license": [
638                 "MIT"
639             ],
640             "authors": [
641                 {
642                     "name": "Guilherme Blanco",
643                     "email": "[email protected]"
644                 },
645                 {
646                     "name": "Roman Borschel",
647                     "email": "[email protected]"
648                 },
649                 {
650                     "name": "Johannes Schmitt",
651                     "email": "[email protected]"
652                 }
653             ],
654             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
655             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
656             "keywords": [
657                 "annotations",
658                 "docblock",
659                 "lexer",
660                 "parser",
661                 "php"
662             ],
663             "funding": [
664                 {
665                     "url": "https://www.doctrine-project.org/sponsorship.html",
666                     "type": "custom"
667                 },
668                 {
669                     "url": "https://www.patreon.com/phpdoctrine",
670                     "type": "patreon"
671                 },
672                 {
673                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
674                     "type": "tidelift"
675                 }
676             ],
677             "time": "2020-05-25T17:44:05+00:00"
678         },
679         {
680             "name": "dompdf/dompdf",
681             "version": "v0.8.6",
682             "source": {
683                 "type": "git",
684                 "url": "https://github.com/dompdf/dompdf.git",
685                 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5"
686             },
687             "dist": {
688                 "type": "zip",
689                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5",
690                 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5",
691                 "shasum": ""
692             },
693             "require": {
694                 "ext-dom": "*",
695                 "ext-mbstring": "*",
696                 "phenx/php-font-lib": "^0.5.2",
697                 "phenx/php-svg-lib": "^0.3.3",
698                 "php": "^7.1"
699             },
700             "require-dev": {
701                 "mockery/mockery": "^1.3",
702                 "phpunit/phpunit": "^7.5",
703                 "squizlabs/php_codesniffer": "^3.5"
704             },
705             "suggest": {
706                 "ext-gd": "Needed to process images",
707                 "ext-gmagick": "Improves image processing performance",
708                 "ext-imagick": "Improves image processing performance",
709                 "ext-zlib": "Needed for pdf stream compression"
710             },
711             "type": "library",
712             "extra": {
713                 "branch-alias": {
714                     "dev-develop": "0.7-dev"
715                 }
716             },
717             "autoload": {
718                 "psr-4": {
719                     "Dompdf\\": "src/"
720                 },
721                 "classmap": [
722                     "lib/"
723                 ]
724             },
725             "notification-url": "https://packagist.org/downloads/",
726             "license": [
727                 "LGPL-2.1"
728             ],
729             "authors": [
730                 {
731                     "name": "Fabien Ménager",
732                     "email": "[email protected]"
733                 },
734                 {
735                     "name": "Brian Sweeney",
736                     "email": "[email protected]"
737                 },
738                 {
739                     "name": "Gabriel Bull",
740                     "email": "[email protected]"
741                 }
742             ],
743             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
744             "homepage": "https://github.com/dompdf/dompdf",
745             "time": "2020-08-30T22:54:22+00:00"
746         },
747         {
748             "name": "dragonmantank/cron-expression",
749             "version": "v2.3.0",
750             "source": {
751                 "type": "git",
752                 "url": "https://github.com/dragonmantank/cron-expression.git",
753                 "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
754             },
755             "dist": {
756                 "type": "zip",
757                 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
758                 "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
759                 "shasum": ""
760             },
761             "require": {
762                 "php": "^7.0"
763             },
764             "require-dev": {
765                 "phpunit/phpunit": "^6.4|^7.0"
766             },
767             "type": "library",
768             "extra": {
769                 "branch-alias": {
770                     "dev-master": "2.3-dev"
771                 }
772             },
773             "autoload": {
774                 "psr-4": {
775                     "Cron\\": "src/Cron/"
776                 }
777             },
778             "notification-url": "https://packagist.org/downloads/",
779             "license": [
780                 "MIT"
781             ],
782             "authors": [
783                 {
784                     "name": "Michael Dowling",
785                     "email": "[email protected]",
786                     "homepage": "https://github.com/mtdowling"
787                 },
788                 {
789                     "name": "Chris Tankersley",
790                     "email": "[email protected]",
791                     "homepage": "https://github.com/dragonmantank"
792                 }
793             ],
794             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
795             "keywords": [
796                 "cron",
797                 "schedule"
798             ],
799             "time": "2019-03-31T00:38:28+00:00"
800         },
801         {
802             "name": "egulias/email-validator",
803             "version": "2.1.20",
804             "source": {
805                 "type": "git",
806                 "url": "https://github.com/egulias/EmailValidator.git",
807                 "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff"
808             },
809             "dist": {
810                 "type": "zip",
811                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f46887bc48db66c7f38f668eb7d6ae54583617ff",
812                 "reference": "f46887bc48db66c7f38f668eb7d6ae54583617ff",
813                 "shasum": ""
814             },
815             "require": {
816                 "doctrine/lexer": "^1.0.1",
817                 "php": ">=5.5",
818                 "symfony/polyfill-intl-idn": "^1.10"
819             },
820             "require-dev": {
821                 "dominicsayers/isemail": "^3.0.7",
822                 "phpunit/phpunit": "^4.8.36|^7.5.15",
823                 "satooshi/php-coveralls": "^1.0.1"
824             },
825             "suggest": {
826                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
827             },
828             "type": "library",
829             "extra": {
830                 "branch-alias": {
831                     "dev-master": "2.1.x-dev"
832                 }
833             },
834             "autoload": {
835                 "psr-4": {
836                     "Egulias\\EmailValidator\\": "src"
837                 }
838             },
839             "notification-url": "https://packagist.org/downloads/",
840             "license": [
841                 "MIT"
842             ],
843             "authors": [
844                 {
845                     "name": "Eduardo Gulias Davis"
846                 }
847             ],
848             "description": "A library for validating emails against several RFCs",
849             "homepage": "https://github.com/egulias/EmailValidator",
850             "keywords": [
851                 "email",
852                 "emailvalidation",
853                 "emailvalidator",
854                 "validation",
855                 "validator"
856             ],
857             "time": "2020-09-06T13:44:32+00:00"
858         },
859         {
860             "name": "facade/flare-client-php",
861             "version": "1.3.6",
862             "source": {
863                 "type": "git",
864                 "url": "https://github.com/facade/flare-client-php.git",
865                 "reference": "451fadf38e9f635e7f8e1f5b3cf5c9eb82f11799"
866             },
867             "dist": {
868                 "type": "zip",
869                 "url": "https://api.github.com/repos/facade/flare-client-php/zipball/451fadf38e9f635e7f8e1f5b3cf5c9eb82f11799",
870                 "reference": "451fadf38e9f635e7f8e1f5b3cf5c9eb82f11799",
871                 "shasum": ""
872             },
873             "require": {
874                 "facade/ignition-contracts": "~1.0",
875                 "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0",
876                 "php": "^7.1",
877                 "symfony/http-foundation": "^3.3|^4.1|^5.0",
878                 "symfony/mime": "^3.4|^4.0|^5.1",
879                 "symfony/var-dumper": "^3.4|^4.0|^5.0"
880             },
881             "require-dev": {
882                 "friendsofphp/php-cs-fixer": "^2.14",
883                 "phpunit/phpunit": "^7.5.16",
884                 "spatie/phpunit-snapshot-assertions": "^2.0"
885             },
886             "type": "library",
887             "extra": {
888                 "branch-alias": {
889                     "dev-master": "1.0-dev"
890                 }
891             },
892             "autoload": {
893                 "psr-4": {
894                     "Facade\\FlareClient\\": "src"
895                 },
896                 "files": [
897                     "src/helpers.php"
898                 ]
899             },
900             "notification-url": "https://packagist.org/downloads/",
901             "license": [
902                 "MIT"
903             ],
904             "description": "Send PHP errors to Flare",
905             "homepage": "https://github.com/facade/flare-client-php",
906             "keywords": [
907                 "exception",
908                 "facade",
909                 "flare",
910                 "reporting"
911             ],
912             "funding": [
913                 {
914                     "url": "https://github.com/spatie",
915                     "type": "github"
916                 }
917             ],
918             "time": "2020-09-18T06:35:11+00:00"
919         },
920         {
921             "name": "facade/ignition",
922             "version": "1.16.3",
923             "source": {
924                 "type": "git",
925                 "url": "https://github.com/facade/ignition.git",
926                 "reference": "19674150bb46a4de0ba138c747f538fe7be11dbc"
927             },
928             "dist": {
929                 "type": "zip",
930                 "url": "https://api.github.com/repos/facade/ignition/zipball/19674150bb46a4de0ba138c747f538fe7be11dbc",
931                 "reference": "19674150bb46a4de0ba138c747f538fe7be11dbc",
932                 "shasum": ""
933             },
934             "require": {
935                 "ext-json": "*",
936                 "ext-mbstring": "*",
937                 "facade/flare-client-php": "^1.3",
938                 "facade/ignition-contracts": "^1.0",
939                 "filp/whoops": "^2.4",
940                 "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0",
941                 "monolog/monolog": "^1.12 || ^2.0",
942                 "php": "^7.1",
943                 "scrivo/highlight.php": "^9.15",
944                 "symfony/console": "^3.4 || ^4.0",
945                 "symfony/var-dumper": "^3.4 || ^4.0"
946             },
947             "require-dev": {
948                 "friendsofphp/php-cs-fixer": "^2.14",
949                 "mockery/mockery": "^1.2",
950                 "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
951             },
952             "suggest": {
953                 "laravel/telescope": "^2.0"
954             },
955             "type": "library",
956             "extra": {
957                 "branch-alias": {
958                     "dev-master": "1.x-dev"
959                 },
960                 "laravel": {
961                     "providers": [
962                         "Facade\\Ignition\\IgnitionServiceProvider"
963                     ],
964                     "aliases": {
965                         "Flare": "Facade\\Ignition\\Facades\\Flare"
966                     }
967                 }
968             },
969             "autoload": {
970                 "psr-4": {
971                     "Facade\\Ignition\\": "src"
972                 },
973                 "files": [
974                     "src/helpers.php"
975                 ]
976             },
977             "notification-url": "https://packagist.org/downloads/",
978             "license": [
979                 "MIT"
980             ],
981             "description": "A beautiful error page for Laravel applications.",
982             "homepage": "https://github.com/facade/ignition",
983             "keywords": [
984                 "error",
985                 "flare",
986                 "laravel",
987                 "page"
988             ],
989             "time": "2020-07-13T15:54:05+00:00"
990         },
991         {
992             "name": "facade/ignition-contracts",
993             "version": "1.0.1",
994             "source": {
995                 "type": "git",
996                 "url": "https://github.com/facade/ignition-contracts.git",
997                 "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b"
998             },
999             "dist": {
1000                 "type": "zip",
1001                 "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/aeab1ce8b68b188a43e81758e750151ad7da796b",
1002                 "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b",
1003                 "shasum": ""
1004             },
1005             "require": {
1006                 "php": "^7.1"
1007             },
1008             "require-dev": {
1009                 "friendsofphp/php-cs-fixer": "^2.14",
1010                 "phpunit/phpunit": "^7.5|^8.0",
1011                 "vimeo/psalm": "^3.12"
1012             },
1013             "type": "library",
1014             "autoload": {
1015                 "psr-4": {
1016                     "Facade\\IgnitionContracts\\": "src"
1017                 }
1018             },
1019             "notification-url": "https://packagist.org/downloads/",
1020             "license": [
1021                 "MIT"
1022             ],
1023             "authors": [
1024                 {
1025                     "name": "Freek Van der Herten",
1026                     "email": "[email protected]",
1027                     "homepage": "https://flareapp.io",
1028                     "role": "Developer"
1029                 }
1030             ],
1031             "description": "Solution contracts for Ignition",
1032             "homepage": "https://github.com/facade/ignition-contracts",
1033             "keywords": [
1034                 "contracts",
1035                 "flare",
1036                 "ignition"
1037             ],
1038             "time": "2020-07-14T10:10:28+00:00"
1039         },
1040         {
1041             "name": "fideloper/proxy",
1042             "version": "4.4.0",
1043             "source": {
1044                 "type": "git",
1045                 "url": "https://github.com/fideloper/TrustedProxy.git",
1046                 "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8"
1047             },
1048             "dist": {
1049                 "type": "zip",
1050                 "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
1051                 "reference": "9beebf48a1c344ed67c1d36bb1b8709db7c3c1a8",
1052                 "shasum": ""
1053             },
1054             "require": {
1055                 "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
1056                 "php": ">=5.4.0"
1057             },
1058             "require-dev": {
1059                 "illuminate/http": "^5.0|^6.0|^7.0|^8.0",
1060                 "mockery/mockery": "^1.0",
1061                 "phpunit/phpunit": "^6.0"
1062             },
1063             "type": "library",
1064             "extra": {
1065                 "laravel": {
1066                     "providers": [
1067                         "Fideloper\\Proxy\\TrustedProxyServiceProvider"
1068                     ]
1069                 }
1070             },
1071             "autoload": {
1072                 "psr-4": {
1073                     "Fideloper\\Proxy\\": "src/"
1074                 }
1075             },
1076             "notification-url": "https://packagist.org/downloads/",
1077             "license": [
1078                 "MIT"
1079             ],
1080             "authors": [
1081                 {
1082                     "name": "Chris Fidao",
1083                     "email": "[email protected]"
1084                 }
1085             ],
1086             "description": "Set trusted proxies for Laravel",
1087             "keywords": [
1088                 "load balancing",
1089                 "proxy",
1090                 "trusted proxy"
1091             ],
1092             "time": "2020-06-23T01:36:47+00:00"
1093         },
1094         {
1095             "name": "filp/whoops",
1096             "version": "2.7.3",
1097             "source": {
1098                 "type": "git",
1099                 "url": "https://github.com/filp/whoops.git",
1100                 "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d"
1101             },
1102             "dist": {
1103                 "type": "zip",
1104                 "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
1105                 "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
1106                 "shasum": ""
1107             },
1108             "require": {
1109                 "php": "^5.5.9 || ^7.0",
1110                 "psr/log": "^1.0.1"
1111             },
1112             "require-dev": {
1113                 "mockery/mockery": "^0.9 || ^1.0",
1114                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
1115                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
1116             },
1117             "suggest": {
1118                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
1119                 "whoops/soap": "Formats errors as SOAP responses"
1120             },
1121             "type": "library",
1122             "extra": {
1123                 "branch-alias": {
1124                     "dev-master": "2.6-dev"
1125                 }
1126             },
1127             "autoload": {
1128                 "psr-4": {
1129                     "Whoops\\": "src/Whoops/"
1130                 }
1131             },
1132             "notification-url": "https://packagist.org/downloads/",
1133             "license": [
1134                 "MIT"
1135             ],
1136             "authors": [
1137                 {
1138                     "name": "Filipe Dobreira",
1139                     "homepage": "https://github.com/filp",
1140                     "role": "Developer"
1141                 }
1142             ],
1143             "description": "php error handling for cool kids",
1144             "homepage": "https://filp.github.io/whoops/",
1145             "keywords": [
1146                 "error",
1147                 "exception",
1148                 "handling",
1149                 "library",
1150                 "throwable",
1151                 "whoops"
1152             ],
1153             "time": "2020-06-14T09:00:00+00:00"
1154         },
1155         {
1156             "name": "guzzlehttp/guzzle",
1157             "version": "6.5.5",
1158             "source": {
1159                 "type": "git",
1160                 "url": "https://github.com/guzzle/guzzle.git",
1161                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
1162             },
1163             "dist": {
1164                 "type": "zip",
1165                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
1166                 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
1167                 "shasum": ""
1168             },
1169             "require": {
1170                 "ext-json": "*",
1171                 "guzzlehttp/promises": "^1.0",
1172                 "guzzlehttp/psr7": "^1.6.1",
1173                 "php": ">=5.5",
1174                 "symfony/polyfill-intl-idn": "^1.17.0"
1175             },
1176             "require-dev": {
1177                 "ext-curl": "*",
1178                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
1179                 "psr/log": "^1.1"
1180             },
1181             "suggest": {
1182                 "psr/log": "Required for using the Log middleware"
1183             },
1184             "type": "library",
1185             "extra": {
1186                 "branch-alias": {
1187                     "dev-master": "6.5-dev"
1188                 }
1189             },
1190             "autoload": {
1191                 "psr-4": {
1192                     "GuzzleHttp\\": "src/"
1193                 },
1194                 "files": [
1195                     "src/functions_include.php"
1196                 ]
1197             },
1198             "notification-url": "https://packagist.org/downloads/",
1199             "license": [
1200                 "MIT"
1201             ],
1202             "authors": [
1203                 {
1204                     "name": "Michael Dowling",
1205                     "email": "[email protected]",
1206                     "homepage": "https://github.com/mtdowling"
1207                 }
1208             ],
1209             "description": "Guzzle is a PHP HTTP client library",
1210             "homepage": "http://guzzlephp.org/",
1211             "keywords": [
1212                 "client",
1213                 "curl",
1214                 "framework",
1215                 "http",
1216                 "http client",
1217                 "rest",
1218                 "web service"
1219             ],
1220             "time": "2020-06-16T21:01:06+00:00"
1221         },
1222         {
1223             "name": "guzzlehttp/promises",
1224             "version": "v1.3.1",
1225             "source": {
1226                 "type": "git",
1227                 "url": "https://github.com/guzzle/promises.git",
1228                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1229             },
1230             "dist": {
1231                 "type": "zip",
1232                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1233                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1234                 "shasum": ""
1235             },
1236             "require": {
1237                 "php": ">=5.5.0"
1238             },
1239             "require-dev": {
1240                 "phpunit/phpunit": "^4.0"
1241             },
1242             "type": "library",
1243             "extra": {
1244                 "branch-alias": {
1245                     "dev-master": "1.4-dev"
1246                 }
1247             },
1248             "autoload": {
1249                 "psr-4": {
1250                     "GuzzleHttp\\Promise\\": "src/"
1251                 },
1252                 "files": [
1253                     "src/functions_include.php"
1254                 ]
1255             },
1256             "notification-url": "https://packagist.org/downloads/",
1257             "license": [
1258                 "MIT"
1259             ],
1260             "authors": [
1261                 {
1262                     "name": "Michael Dowling",
1263                     "email": "[email protected]",
1264                     "homepage": "https://github.com/mtdowling"
1265                 }
1266             ],
1267             "description": "Guzzle promises library",
1268             "keywords": [
1269                 "promise"
1270             ],
1271             "time": "2016-12-20T10:07:11+00:00"
1272         },
1273         {
1274             "name": "guzzlehttp/psr7",
1275             "version": "1.6.1",
1276             "source": {
1277                 "type": "git",
1278                 "url": "https://github.com/guzzle/psr7.git",
1279                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
1280             },
1281             "dist": {
1282                 "type": "zip",
1283                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
1284                 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
1285                 "shasum": ""
1286             },
1287             "require": {
1288                 "php": ">=5.4.0",
1289                 "psr/http-message": "~1.0",
1290                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1291             },
1292             "provide": {
1293                 "psr/http-message-implementation": "1.0"
1294             },
1295             "require-dev": {
1296                 "ext-zlib": "*",
1297                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
1298             },
1299             "suggest": {
1300                 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
1301             },
1302             "type": "library",
1303             "extra": {
1304                 "branch-alias": {
1305                     "dev-master": "1.6-dev"
1306                 }
1307             },
1308             "autoload": {
1309                 "psr-4": {
1310                     "GuzzleHttp\\Psr7\\": "src/"
1311                 },
1312                 "files": [
1313                     "src/functions_include.php"
1314                 ]
1315             },
1316             "notification-url": "https://packagist.org/downloads/",
1317             "license": [
1318                 "MIT"
1319             ],
1320             "authors": [
1321                 {
1322                     "name": "Michael Dowling",
1323                     "email": "[email protected]",
1324                     "homepage": "https://github.com/mtdowling"
1325                 },
1326                 {
1327                     "name": "Tobias Schultze",
1328                     "homepage": "https://github.com/Tobion"
1329                 }
1330             ],
1331             "description": "PSR-7 message implementation that also provides common utility methods",
1332             "keywords": [
1333                 "http",
1334                 "message",
1335                 "psr-7",
1336                 "request",
1337                 "response",
1338                 "stream",
1339                 "uri",
1340                 "url"
1341             ],
1342             "time": "2019-07-01T23:21:34+00:00"
1343         },
1344         {
1345             "name": "intervention/image",
1346             "version": "2.5.1",
1347             "source": {
1348                 "type": "git",
1349                 "url": "https://github.com/Intervention/image.git",
1350                 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
1351             },
1352             "dist": {
1353                 "type": "zip",
1354                 "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
1355                 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
1356                 "shasum": ""
1357             },
1358             "require": {
1359                 "ext-fileinfo": "*",
1360                 "guzzlehttp/psr7": "~1.1",
1361                 "php": ">=5.4.0"
1362             },
1363             "require-dev": {
1364                 "mockery/mockery": "~0.9.2",
1365                 "phpunit/phpunit": "^4.8 || ^5.7"
1366             },
1367             "suggest": {
1368                 "ext-gd": "to use GD library based image processing.",
1369                 "ext-imagick": "to use Imagick based image processing.",
1370                 "intervention/imagecache": "Caching extension for the Intervention Image library"
1371             },
1372             "type": "library",
1373             "extra": {
1374                 "branch-alias": {
1375                     "dev-master": "2.4-dev"
1376                 },
1377                 "laravel": {
1378                     "providers": [
1379                         "Intervention\\Image\\ImageServiceProvider"
1380                     ],
1381                     "aliases": {
1382                         "Image": "Intervention\\Image\\Facades\\Image"
1383                     }
1384                 }
1385             },
1386             "autoload": {
1387                 "psr-4": {
1388                     "Intervention\\Image\\": "src/Intervention/Image"
1389                 }
1390             },
1391             "notification-url": "https://packagist.org/downloads/",
1392             "license": [
1393                 "MIT"
1394             ],
1395             "authors": [
1396                 {
1397                     "name": "Oliver Vogel",
1398                     "email": "[email protected]",
1399                     "homepage": "http://olivervogel.com/"
1400                 }
1401             ],
1402             "description": "Image handling and manipulation library with support for Laravel integration",
1403             "homepage": "http://image.intervention.io/",
1404             "keywords": [
1405                 "gd",
1406                 "image",
1407                 "imagick",
1408                 "laravel",
1409                 "thumbnail",
1410                 "watermark"
1411             ],
1412             "time": "2019-11-02T09:15:47+00:00"
1413         },
1414         {
1415             "name": "jakub-onderka/php-console-color",
1416             "version": "v0.2",
1417             "source": {
1418                 "type": "git",
1419                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1420                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
1421             },
1422             "dist": {
1423                 "type": "zip",
1424                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
1425                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
1426                 "shasum": ""
1427             },
1428             "require": {
1429                 "php": ">=5.4.0"
1430             },
1431             "require-dev": {
1432                 "jakub-onderka/php-code-style": "1.0",
1433                 "jakub-onderka/php-parallel-lint": "1.0",
1434                 "jakub-onderka/php-var-dump-check": "0.*",
1435                 "phpunit/phpunit": "~4.3",
1436                 "squizlabs/php_codesniffer": "1.*"
1437             },
1438             "type": "library",
1439             "autoload": {
1440                 "psr-4": {
1441                     "JakubOnderka\\PhpConsoleColor\\": "src/"
1442                 }
1443             },
1444             "notification-url": "https://packagist.org/downloads/",
1445             "license": [
1446                 "BSD-2-Clause"
1447             ],
1448             "authors": [
1449                 {
1450                     "name": "Jakub Onderka",
1451                     "email": "[email protected]"
1452                 }
1453             ],
1454             "abandoned": "php-parallel-lint/php-console-color",
1455             "time": "2018-09-29T17:23:10+00:00"
1456         },
1457         {
1458             "name": "jakub-onderka/php-console-highlighter",
1459             "version": "v0.4",
1460             "source": {
1461                 "type": "git",
1462                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1463                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
1464             },
1465             "dist": {
1466                 "type": "zip",
1467                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
1468                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
1469                 "shasum": ""
1470             },
1471             "require": {
1472                 "ext-tokenizer": "*",
1473                 "jakub-onderka/php-console-color": "~0.2",
1474                 "php": ">=5.4.0"
1475             },
1476             "require-dev": {
1477                 "jakub-onderka/php-code-style": "~1.0",
1478                 "jakub-onderka/php-parallel-lint": "~1.0",
1479                 "jakub-onderka/php-var-dump-check": "~0.1",
1480                 "phpunit/phpunit": "~4.0",
1481                 "squizlabs/php_codesniffer": "~1.5"
1482             },
1483             "type": "library",
1484             "autoload": {
1485                 "psr-4": {
1486                     "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
1487                 }
1488             },
1489             "notification-url": "https://packagist.org/downloads/",
1490             "license": [
1491                 "MIT"
1492             ],
1493             "authors": [
1494                 {
1495                     "name": "Jakub Onderka",
1496                     "email": "[email protected]",
1497                     "homepage": "http://www.acci.cz/"
1498                 }
1499             ],
1500             "description": "Highlight PHP code in terminal",
1501             "abandoned": "php-parallel-lint/php-console-highlighter",
1502             "time": "2018-09-29T18:48:56+00:00"
1503         },
1504         {
1505             "name": "knplabs/knp-snappy",
1506             "version": "v1.2.1",
1507             "source": {
1508                 "type": "git",
1509                 "url": "https://github.com/KnpLabs/snappy.git",
1510                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4"
1511             },
1512             "dist": {
1513                 "type": "zip",
1514                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1515                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1516                 "shasum": ""
1517             },
1518             "require": {
1519                 "php": ">=7.1",
1520                 "psr/log": "^1.0",
1521                 "symfony/process": "~3.4||~4.3||~5.0"
1522             },
1523             "require-dev": {
1524                 "phpunit/phpunit": "~7.4"
1525             },
1526             "suggest": {
1527                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1528                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1529                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1530                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1531                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1532             },
1533             "type": "library",
1534             "extra": {
1535                 "branch-alias": {
1536                     "dev-master": "1.x-dev"
1537                 }
1538             },
1539             "autoload": {
1540                 "psr-4": {
1541                     "Knp\\Snappy\\": "src/Knp/Snappy"
1542                 }
1543             },
1544             "notification-url": "https://packagist.org/downloads/",
1545             "license": [
1546                 "MIT"
1547             ],
1548             "authors": [
1549                 {
1550                     "name": "KnpLabs Team",
1551                     "homepage": "http://knplabs.com"
1552                 },
1553                 {
1554                     "name": "Symfony Community",
1555                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1556                 }
1557             ],
1558             "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1559             "homepage": "http://github.com/KnpLabs/snappy",
1560             "keywords": [
1561                 "knp",
1562                 "knplabs",
1563                 "pdf",
1564                 "snapshot",
1565                 "thumbnail",
1566                 "wkhtmltopdf"
1567             ],
1568             "time": "2020-01-20T08:30:30+00:00"
1569         },
1570         {
1571             "name": "laravel/framework",
1572             "version": "v6.18.40",
1573             "source": {
1574                 "type": "git",
1575                 "url": "https://github.com/laravel/framework.git",
1576                 "reference": "e42450df0896b7130ccdb5290a114424e18887c9"
1577             },
1578             "dist": {
1579                 "type": "zip",
1580                 "url": "https://api.github.com/repos/laravel/framework/zipball/e42450df0896b7130ccdb5290a114424e18887c9",
1581                 "reference": "e42450df0896b7130ccdb5290a114424e18887c9",
1582                 "shasum": ""
1583             },
1584             "require": {
1585                 "doctrine/inflector": "^1.4|^2.0",
1586                 "dragonmantank/cron-expression": "^2.0",
1587                 "egulias/email-validator": "^2.1.10",
1588                 "ext-json": "*",
1589                 "ext-mbstring": "*",
1590                 "ext-openssl": "*",
1591                 "league/commonmark": "^1.3",
1592                 "league/flysystem": "^1.0.34",
1593                 "monolog/monolog": "^1.12|^2.0",
1594                 "nesbot/carbon": "^2.0",
1595                 "opis/closure": "^3.1",
1596                 "php": "^7.2",
1597                 "psr/container": "^1.0",
1598                 "psr/simple-cache": "^1.0",
1599                 "ramsey/uuid": "^3.7",
1600                 "swiftmailer/swiftmailer": "^6.0",
1601                 "symfony/console": "^4.3.4",
1602                 "symfony/debug": "^4.3.4",
1603                 "symfony/finder": "^4.3.4",
1604                 "symfony/http-foundation": "^4.3.4",
1605                 "symfony/http-kernel": "^4.3.4",
1606                 "symfony/polyfill-php73": "^1.17",
1607                 "symfony/process": "^4.3.4",
1608                 "symfony/routing": "^4.3.4",
1609                 "symfony/var-dumper": "^4.3.4",
1610                 "tijsverkoyen/css-to-inline-styles": "^2.2.1",
1611                 "vlucas/phpdotenv": "^3.3"
1612             },
1613             "conflict": {
1614                 "tightenco/collect": "<5.5.33"
1615             },
1616             "replace": {
1617                 "illuminate/auth": "self.version",
1618                 "illuminate/broadcasting": "self.version",
1619                 "illuminate/bus": "self.version",
1620                 "illuminate/cache": "self.version",
1621                 "illuminate/config": "self.version",
1622                 "illuminate/console": "self.version",
1623                 "illuminate/container": "self.version",
1624                 "illuminate/contracts": "self.version",
1625                 "illuminate/cookie": "self.version",
1626                 "illuminate/database": "self.version",
1627                 "illuminate/encryption": "self.version",
1628                 "illuminate/events": "self.version",
1629                 "illuminate/filesystem": "self.version",
1630                 "illuminate/hashing": "self.version",
1631                 "illuminate/http": "self.version",
1632                 "illuminate/log": "self.version",
1633                 "illuminate/mail": "self.version",
1634                 "illuminate/notifications": "self.version",
1635                 "illuminate/pagination": "self.version",
1636                 "illuminate/pipeline": "self.version",
1637                 "illuminate/queue": "self.version",
1638                 "illuminate/redis": "self.version",
1639                 "illuminate/routing": "self.version",
1640                 "illuminate/session": "self.version",
1641                 "illuminate/support": "self.version",
1642                 "illuminate/translation": "self.version",
1643                 "illuminate/validation": "self.version",
1644                 "illuminate/view": "self.version"
1645             },
1646             "require-dev": {
1647                 "aws/aws-sdk-php": "^3.0",
1648                 "doctrine/dbal": "^2.6",
1649                 "filp/whoops": "^2.4",
1650                 "guzzlehttp/guzzle": "^6.3|^7.0",
1651                 "league/flysystem-cached-adapter": "^1.0",
1652                 "mockery/mockery": "^1.3.1",
1653                 "moontoast/math": "^1.1",
1654                 "orchestra/testbench-core": "^4.0",
1655                 "pda/pheanstalk": "^4.0",
1656                 "phpunit/phpunit": "^7.5.15|^8.4|^9.0",
1657                 "predis/predis": "^1.1.1",
1658                 "symfony/cache": "^4.3.4"
1659             },
1660             "suggest": {
1661                 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
1662                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
1663                 "ext-ftp": "Required to use the Flysystem FTP driver.",
1664                 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1665                 "ext-memcached": "Required to use the memcache cache driver.",
1666                 "ext-pcntl": "Required to use all features of the queue worker.",
1667                 "ext-posix": "Required to use all features of the queue worker.",
1668                 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
1669                 "filp/whoops": "Required for friendly error pages in development (^2.4).",
1670                 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
1671                 "guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.0|^7.0).",
1672                 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1673                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
1674                 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
1675                 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
1676                 "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1677                 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
1678                 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
1679                 "predis/predis": "Required to use the predis connector (^1.1.2).",
1680                 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1681                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
1682                 "symfony/cache": "Required to PSR-6 cache bridge (^4.3.4).",
1683                 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2).",
1684                 "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
1685             },
1686             "type": "library",
1687             "extra": {
1688                 "branch-alias": {
1689                     "dev-master": "6.x-dev"
1690                 }
1691             },
1692             "autoload": {
1693                 "files": [
1694                     "src/Illuminate/Foundation/helpers.php",
1695                     "src/Illuminate/Support/helpers.php"
1696                 ],
1697                 "psr-4": {
1698                     "Illuminate\\": "src/Illuminate/"
1699                 }
1700             },
1701             "notification-url": "https://packagist.org/downloads/",
1702             "license": [
1703                 "MIT"
1704             ],
1705             "authors": [
1706                 {
1707                     "name": "Taylor Otwell",
1708                     "email": "[email protected]"
1709                 }
1710             ],
1711             "description": "The Laravel Framework.",
1712             "homepage": "https://laravel.com",
1713             "keywords": [
1714                 "framework",
1715                 "laravel"
1716             ],
1717             "time": "2020-09-09T15:02:20+00:00"
1718         },
1719         {
1720             "name": "laravel/socialite",
1721             "version": "v4.4.1",
1722             "source": {
1723                 "type": "git",
1724                 "url": "https://github.com/laravel/socialite.git",
1725                 "reference": "80951df0d93435b773aa00efe1fad6d5015fac75"
1726             },
1727             "dist": {
1728                 "type": "zip",
1729                 "url": "https://api.github.com/repos/laravel/socialite/zipball/80951df0d93435b773aa00efe1fad6d5015fac75",
1730                 "reference": "80951df0d93435b773aa00efe1fad6d5015fac75",
1731                 "shasum": ""
1732             },
1733             "require": {
1734                 "ext-json": "*",
1735                 "guzzlehttp/guzzle": "^6.0|^7.0",
1736                 "illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0",
1737                 "illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0",
1738                 "league/oauth1-client": "^1.0",
1739                 "php": "^7.1.3"
1740             },
1741             "require-dev": {
1742                 "illuminate/contracts": "~5.7.0|~5.8.0|^6.0|^7.0",
1743                 "mockery/mockery": "^1.0",
1744                 "orchestra/testbench": "^3.7|^3.8|^4.0|^5.0",
1745                 "phpunit/phpunit": "^7.0|^8.0"
1746             },
1747             "type": "library",
1748             "extra": {
1749                 "branch-alias": {
1750                     "dev-master": "4.x-dev"
1751                 },
1752                 "laravel": {
1753                     "providers": [
1754                         "Laravel\\Socialite\\SocialiteServiceProvider"
1755                     ],
1756                     "aliases": {
1757                         "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
1758                     }
1759                 }
1760             },
1761             "autoload": {
1762                 "psr-4": {
1763                     "Laravel\\Socialite\\": "src/"
1764                 }
1765             },
1766             "notification-url": "https://packagist.org/downloads/",
1767             "license": [
1768                 "MIT"
1769             ],
1770             "authors": [
1771                 {
1772                     "name": "Taylor Otwell",
1773                     "email": "[email protected]"
1774                 }
1775             ],
1776             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
1777             "homepage": "https://laravel.com",
1778             "keywords": [
1779                 "laravel",
1780                 "oauth"
1781             ],
1782             "time": "2020-06-03T13:30:03+00:00"
1783         },
1784         {
1785             "name": "league/commonmark",
1786             "version": "1.5.5",
1787             "source": {
1788                 "type": "git",
1789                 "url": "https://github.com/thephpleague/commonmark.git",
1790                 "reference": "45832dfed6007b984c0d40addfac48d403dc6432"
1791             },
1792             "dist": {
1793                 "type": "zip",
1794                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/45832dfed6007b984c0d40addfac48d403dc6432",
1795                 "reference": "45832dfed6007b984c0d40addfac48d403dc6432",
1796                 "shasum": ""
1797             },
1798             "require": {
1799                 "ext-mbstring": "*",
1800                 "php": "^7.1 || ^8.0"
1801             },
1802             "conflict": {
1803                 "scrutinizer/ocular": "1.7.*"
1804             },
1805             "require-dev": {
1806                 "cebe/markdown": "~1.0",
1807                 "commonmark/commonmark.js": "0.29.2",
1808                 "erusev/parsedown": "~1.0",
1809                 "ext-json": "*",
1810                 "github/gfm": "0.29.0",
1811                 "michelf/php-markdown": "~1.4",
1812                 "mikehaertl/php-shellcommand": "^1.4",
1813                 "phpstan/phpstan": "^0.12",
1814                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
1815                 "scrutinizer/ocular": "^1.5",
1816                 "symfony/finder": "^4.2"
1817             },
1818             "bin": [
1819                 "bin/commonmark"
1820             ],
1821             "type": "library",
1822             "autoload": {
1823                 "psr-4": {
1824                     "League\\CommonMark\\": "src"
1825                 }
1826             },
1827             "notification-url": "https://packagist.org/downloads/",
1828             "license": [
1829                 "BSD-3-Clause"
1830             ],
1831             "authors": [
1832                 {
1833                     "name": "Colin O'Dell",
1834                     "email": "[email protected]",
1835                     "homepage": "https://www.colinodell.com",
1836                     "role": "Lead Developer"
1837                 }
1838             ],
1839             "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
1840             "homepage": "https://commonmark.thephpleague.com",
1841             "keywords": [
1842                 "commonmark",
1843                 "flavored",
1844                 "gfm",
1845                 "github",
1846                 "github-flavored",
1847                 "markdown",
1848                 "md",
1849                 "parser"
1850             ],
1851             "funding": [
1852                 {
1853                     "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
1854                     "type": "custom"
1855                 },
1856                 {
1857                     "url": "https://www.colinodell.com/sponsor",
1858                     "type": "custom"
1859                 },
1860                 {
1861                     "url": "https://www.paypal.me/colinpodell/10.00",
1862                     "type": "custom"
1863                 },
1864                 {
1865                     "url": "https://github.com/colinodell",
1866                     "type": "github"
1867                 },
1868                 {
1869                     "url": "https://www.patreon.com/colinodell",
1870                     "type": "patreon"
1871                 },
1872                 {
1873                     "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1874                     "type": "tidelift"
1875                 }
1876             ],
1877             "time": "2020-09-13T14:44:46+00:00"
1878         },
1879         {
1880             "name": "league/flysystem",
1881             "version": "1.0.70",
1882             "source": {
1883                 "type": "git",
1884                 "url": "https://github.com/thephpleague/flysystem.git",
1885                 "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
1886             },
1887             "dist": {
1888                 "type": "zip",
1889                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
1890                 "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
1891                 "shasum": ""
1892             },
1893             "require": {
1894                 "ext-fileinfo": "*",
1895                 "php": ">=5.5.9"
1896             },
1897             "conflict": {
1898                 "league/flysystem-sftp": "<1.0.6"
1899             },
1900             "require-dev": {
1901                 "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
1902                 "phpunit/phpunit": "^5.7.26"
1903             },
1904             "suggest": {
1905                 "ext-fileinfo": "Required for MimeType",
1906                 "ext-ftp": "Allows you to use FTP server storage",
1907                 "ext-openssl": "Allows you to use FTPS server storage",
1908                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1909                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1910                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1911                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1912                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1913                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1914                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1915                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
1916                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1917                 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1918                 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1919             },
1920             "type": "library",
1921             "extra": {
1922                 "branch-alias": {
1923                     "dev-master": "1.1-dev"
1924                 }
1925             },
1926             "autoload": {
1927                 "psr-4": {
1928                     "League\\Flysystem\\": "src/"
1929                 }
1930             },
1931             "notification-url": "https://packagist.org/downloads/",
1932             "license": [
1933                 "MIT"
1934             ],
1935             "authors": [
1936                 {
1937                     "name": "Frank de Jonge",
1938                     "email": "[email protected]"
1939                 }
1940             ],
1941             "description": "Filesystem abstraction: Many filesystems, one API.",
1942             "keywords": [
1943                 "Cloud Files",
1944                 "WebDAV",
1945                 "abstraction",
1946                 "aws",
1947                 "cloud",
1948                 "copy.com",
1949                 "dropbox",
1950                 "file systems",
1951                 "files",
1952                 "filesystem",
1953                 "filesystems",
1954                 "ftp",
1955                 "rackspace",
1956                 "remote",
1957                 "s3",
1958                 "sftp",
1959                 "storage"
1960             ],
1961             "funding": [
1962                 {
1963                     "url": "https://offset.earth/frankdejonge",
1964                     "type": "other"
1965                 }
1966             ],
1967             "time": "2020-07-26T07:20:36+00:00"
1968         },
1969         {
1970             "name": "league/flysystem-aws-s3-v3",
1971             "version": "1.0.28",
1972             "source": {
1973                 "type": "git",
1974                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
1975                 "reference": "af7384a12f7cd7d08183390d930c9d0ec629c990"
1976             },
1977             "dist": {
1978                 "type": "zip",
1979                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/af7384a12f7cd7d08183390d930c9d0ec629c990",
1980                 "reference": "af7384a12f7cd7d08183390d930c9d0ec629c990",
1981                 "shasum": ""
1982             },
1983             "require": {
1984                 "aws/aws-sdk-php": "^3.20.0",
1985                 "league/flysystem": "^1.0.40",
1986                 "php": ">=5.5.0"
1987             },
1988             "require-dev": {
1989                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
1990                 "phpspec/phpspec": "^2.0.0"
1991             },
1992             "type": "library",
1993             "extra": {
1994                 "branch-alias": {
1995                     "dev-master": "1.0-dev"
1996                 }
1997             },
1998             "autoload": {
1999                 "psr-4": {
2000                     "League\\Flysystem\\AwsS3v3\\": "src/"
2001                 }
2002             },
2003             "notification-url": "https://packagist.org/downloads/",
2004             "license": [
2005                 "MIT"
2006             ],
2007             "authors": [
2008                 {
2009                     "name": "Frank de Jonge",
2010                     "email": "[email protected]"
2011                 }
2012             ],
2013             "description": "Flysystem adapter for the AWS S3 SDK v3.x",
2014             "time": "2020-08-22T08:43:01+00:00"
2015         },
2016         {
2017             "name": "league/oauth1-client",
2018             "version": "v1.8.1",
2019             "source": {
2020                 "type": "git",
2021                 "url": "https://github.com/thephpleague/oauth1-client.git",
2022                 "reference": "3a68155c3f27a91f4b66a2dc03996cd6f3281c9f"
2023             },
2024             "dist": {
2025                 "type": "zip",
2026                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/3a68155c3f27a91f4b66a2dc03996cd6f3281c9f",
2027                 "reference": "3a68155c3f27a91f4b66a2dc03996cd6f3281c9f",
2028                 "shasum": ""
2029             },
2030             "require": {
2031                 "ext-json": "*",
2032                 "ext-openssl": "*",
2033                 "guzzlehttp/guzzle": "^6.0|^7.0",
2034                 "php": ">=7.1"
2035             },
2036             "require-dev": {
2037                 "ext-simplexml": "*",
2038                 "friendsofphp/php-cs-fixer": "^2.16.1",
2039                 "mockery/mockery": "^1.3",
2040                 "phpstan/phpstan": "^0.12.42",
2041                 "phpunit/phpunit": "^7.5"
2042             },
2043             "suggest": {
2044                 "ext-simplexml": "For decoding XML-based responses."
2045             },
2046             "type": "library",
2047             "extra": {
2048                 "branch-alias": {
2049                     "dev-master": "1.0-dev",
2050                     "dev-develop": "2.0-dev"
2051                 }
2052             },
2053             "autoload": {
2054                 "psr-4": {
2055                     "League\\OAuth1\\Client\\": "src/"
2056                 }
2057             },
2058             "notification-url": "https://packagist.org/downloads/",
2059             "license": [
2060                 "MIT"
2061             ],
2062             "authors": [
2063                 {
2064                     "name": "Ben Corlett",
2065                     "email": "[email protected]",
2066                     "homepage": "http://www.webcomm.com.au",
2067                     "role": "Developer"
2068                 }
2069             ],
2070             "description": "OAuth 1.0 Client Library",
2071             "keywords": [
2072                 "Authentication",
2073                 "SSO",
2074                 "authorization",
2075                 "bitbucket",
2076                 "identity",
2077                 "idp",
2078                 "oauth",
2079                 "oauth1",
2080                 "single sign on",
2081                 "trello",
2082                 "tumblr",
2083                 "twitter"
2084             ],
2085             "time": "2020-09-04T11:07:03+00:00"
2086         },
2087         {
2088             "name": "monolog/monolog",
2089             "version": "2.1.1",
2090             "source": {
2091                 "type": "git",
2092                 "url": "https://github.com/Seldaek/monolog.git",
2093                 "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
2094             },
2095             "dist": {
2096                 "type": "zip",
2097                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
2098                 "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
2099                 "shasum": ""
2100             },
2101             "require": {
2102                 "php": ">=7.2",
2103                 "psr/log": "^1.0.1"
2104             },
2105             "provide": {
2106                 "psr/log-implementation": "1.0.0"
2107             },
2108             "require-dev": {
2109                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2110                 "doctrine/couchdb": "~1.0@dev",
2111                 "elasticsearch/elasticsearch": "^6.0",
2112                 "graylog2/gelf-php": "^1.4.2",
2113                 "php-amqplib/php-amqplib": "~2.4",
2114                 "php-console/php-console": "^3.1.3",
2115                 "php-parallel-lint/php-parallel-lint": "^1.0",
2116                 "phpspec/prophecy": "^1.6.1",
2117                 "phpunit/phpunit": "^8.5",
2118                 "predis/predis": "^1.1",
2119                 "rollbar/rollbar": "^1.3",
2120                 "ruflin/elastica": ">=0.90 <3.0",
2121                 "swiftmailer/swiftmailer": "^5.3|^6.0"
2122             },
2123             "suggest": {
2124                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2125                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2126                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2127                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2128                 "ext-mbstring": "Allow to work properly with unicode symbols",
2129                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2130                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2131                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2132                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2133                 "php-console/php-console": "Allow sending log messages to Google Chrome",
2134                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2135                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2136             },
2137             "type": "library",
2138             "extra": {
2139                 "branch-alias": {
2140                     "dev-master": "2.x-dev"
2141                 }
2142             },
2143             "autoload": {
2144                 "psr-4": {
2145                     "Monolog\\": "src/Monolog"
2146                 }
2147             },
2148             "notification-url": "https://packagist.org/downloads/",
2149             "license": [
2150                 "MIT"
2151             ],
2152             "authors": [
2153                 {
2154                     "name": "Jordi Boggiano",
2155                     "email": "[email protected]",
2156                     "homepage": "http://seld.be"
2157                 }
2158             ],
2159             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2160             "homepage": "http://github.com/Seldaek/monolog",
2161             "keywords": [
2162                 "log",
2163                 "logging",
2164                 "psr-3"
2165             ],
2166             "funding": [
2167                 {
2168                     "url": "https://github.com/Seldaek",
2169                     "type": "github"
2170                 },
2171                 {
2172                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2173                     "type": "tidelift"
2174                 }
2175             ],
2176             "time": "2020-07-23T08:41:23+00:00"
2177         },
2178         {
2179             "name": "mtdowling/jmespath.php",
2180             "version": "2.6.0",
2181             "source": {
2182                 "type": "git",
2183                 "url": "https://github.com/jmespath/jmespath.php.git",
2184                 "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
2185             },
2186             "dist": {
2187                 "type": "zip",
2188                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
2189                 "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
2190                 "shasum": ""
2191             },
2192             "require": {
2193                 "php": "^5.4 || ^7.0 || ^8.0",
2194                 "symfony/polyfill-mbstring": "^1.17"
2195             },
2196             "require-dev": {
2197                 "composer/xdebug-handler": "^1.4",
2198                 "phpunit/phpunit": "^4.8.36 || ^7.5.15"
2199             },
2200             "bin": [
2201                 "bin/jp.php"
2202             ],
2203             "type": "library",
2204             "extra": {
2205                 "branch-alias": {
2206                     "dev-master": "2.6-dev"
2207                 }
2208             },
2209             "autoload": {
2210                 "psr-4": {
2211                     "JmesPath\\": "src/"
2212                 },
2213                 "files": [
2214                     "src/JmesPath.php"
2215                 ]
2216             },
2217             "notification-url": "https://packagist.org/downloads/",
2218             "license": [
2219                 "MIT"
2220             ],
2221             "authors": [
2222                 {
2223                     "name": "Michael Dowling",
2224                     "email": "[email protected]",
2225                     "homepage": "https://github.com/mtdowling"
2226                 }
2227             ],
2228             "description": "Declaratively specify how to extract elements from a JSON document",
2229             "keywords": [
2230                 "json",
2231                 "jsonpath"
2232             ],
2233             "time": "2020-07-31T21:01:56+00:00"
2234         },
2235         {
2236             "name": "nesbot/carbon",
2237             "version": "2.40.0",
2238             "source": {
2239                 "type": "git",
2240                 "url": "https://github.com/briannesbitt/Carbon.git",
2241                 "reference": "6c7646154181013ecd55e80c201b9fd873c6ee5d"
2242             },
2243             "dist": {
2244                 "type": "zip",
2245                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/6c7646154181013ecd55e80c201b9fd873c6ee5d",
2246                 "reference": "6c7646154181013ecd55e80c201b9fd873c6ee5d",
2247                 "shasum": ""
2248             },
2249             "require": {
2250                 "ext-json": "*",
2251                 "php": "^7.1.8 || ^8.0",
2252                 "symfony/polyfill-mbstring": "^1.0",
2253                 "symfony/translation": "^3.4 || ^4.0 || ^5.0"
2254             },
2255             "require-dev": {
2256                 "doctrine/orm": "^2.7",
2257                 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
2258                 "kylekatarnls/multi-tester": "^2.0",
2259                 "phpmd/phpmd": "^2.9",
2260                 "phpstan/extension-installer": "^1.0",
2261                 "phpstan/phpstan": "^0.12.35",
2262                 "phpunit/phpunit": "^7.5 || ^8.0",
2263                 "squizlabs/php_codesniffer": "^3.4"
2264             },
2265             "bin": [
2266                 "bin/carbon"
2267             ],
2268             "type": "library",
2269             "extra": {
2270                 "branch-alias": {
2271                     "dev-master": "2.x-dev",
2272                     "dev-3.x": "3.x-dev"
2273                 },
2274                 "laravel": {
2275                     "providers": [
2276                         "Carbon\\Laravel\\ServiceProvider"
2277                     ]
2278                 },
2279                 "phpstan": {
2280                     "includes": [
2281                         "extension.neon"
2282                     ]
2283                 }
2284             },
2285             "autoload": {
2286                 "psr-4": {
2287                     "Carbon\\": "src/Carbon/"
2288                 }
2289             },
2290             "notification-url": "https://packagist.org/downloads/",
2291             "license": [
2292                 "MIT"
2293             ],
2294             "authors": [
2295                 {
2296                     "name": "Brian Nesbitt",
2297                     "email": "[email protected]",
2298                     "homepage": "http://nesbot.com"
2299                 },
2300                 {
2301                     "name": "kylekatarnls",
2302                     "homepage": "http://github.com/kylekatarnls"
2303                 }
2304             ],
2305             "description": "An API extension for DateTime that supports 281 different languages.",
2306             "homepage": "http://carbon.nesbot.com",
2307             "keywords": [
2308                 "date",
2309                 "datetime",
2310                 "time"
2311             ],
2312             "funding": [
2313                 {
2314                     "url": "https://opencollective.com/Carbon",
2315                     "type": "open_collective"
2316                 },
2317                 {
2318                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
2319                     "type": "tidelift"
2320                 }
2321             ],
2322             "time": "2020-09-11T19:00:58+00:00"
2323         },
2324         {
2325             "name": "nunomaduro/collision",
2326             "version": "v3.0.1",
2327             "source": {
2328                 "type": "git",
2329                 "url": "https://github.com/nunomaduro/collision.git",
2330                 "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
2331             },
2332             "dist": {
2333                 "type": "zip",
2334                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
2335                 "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
2336                 "shasum": ""
2337             },
2338             "require": {
2339                 "filp/whoops": "^2.1.4",
2340                 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2341                 "php": "^7.1",
2342                 "symfony/console": "~2.8|~3.3|~4.0"
2343             },
2344             "require-dev": {
2345                 "laravel/framework": "5.8.*",
2346                 "nunomaduro/larastan": "^0.3.0",
2347                 "phpstan/phpstan": "^0.11",
2348                 "phpunit/phpunit": "~8.0"
2349             },
2350             "type": "library",
2351             "extra": {
2352                 "laravel": {
2353                     "providers": [
2354                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
2355                     ]
2356                 }
2357             },
2358             "autoload": {
2359                 "psr-4": {
2360                     "NunoMaduro\\Collision\\": "src/"
2361                 }
2362             },
2363             "notification-url": "https://packagist.org/downloads/",
2364             "license": [
2365                 "MIT"
2366             ],
2367             "authors": [
2368                 {
2369                     "name": "Nuno Maduro",
2370                     "email": "[email protected]"
2371                 }
2372             ],
2373             "description": "Cli error handling for console/command-line PHP applications.",
2374             "keywords": [
2375                 "artisan",
2376                 "cli",
2377                 "command-line",
2378                 "console",
2379                 "error",
2380                 "handling",
2381                 "laravel",
2382                 "laravel-zero",
2383                 "php",
2384                 "symfony"
2385             ],
2386             "time": "2019-03-07T21:35:13+00:00"
2387         },
2388         {
2389             "name": "onelogin/php-saml",
2390             "version": "3.4.1",
2391             "source": {
2392                 "type": "git",
2393                 "url": "https://github.com/onelogin/php-saml.git",
2394                 "reference": "5fbf3486704ac9835b68184023ab54862c95f213"
2395             },
2396             "dist": {
2397                 "type": "zip",
2398                 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/5fbf3486704ac9835b68184023ab54862c95f213",
2399                 "reference": "5fbf3486704ac9835b68184023ab54862c95f213",
2400                 "shasum": ""
2401             },
2402             "require": {
2403                 "php": ">=5.4",
2404                 "robrichards/xmlseclibs": ">=3.0.4"
2405             },
2406             "require-dev": {
2407                 "pdepend/pdepend": "^2.5.0",
2408                 "php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
2409                 "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
2410                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
2411                 "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
2412                 "squizlabs/php_codesniffer": "^3.1.1"
2413             },
2414             "suggest": {
2415                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
2416                 "ext-gettext": "Install gettext and php5-gettext libs to handle translations",
2417                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
2418             },
2419             "type": "library",
2420             "autoload": {
2421                 "psr-4": {
2422                     "OneLogin\\": "src/"
2423                 }
2424             },
2425             "notification-url": "https://packagist.org/downloads/",
2426             "license": [
2427                 "MIT"
2428             ],
2429             "description": "OneLogin PHP SAML Toolkit",
2430             "homepage": "https://developers.onelogin.com/saml/php",
2431             "keywords": [
2432                 "SAML2",
2433                 "onelogin",
2434                 "saml"
2435             ],
2436             "time": "2019-11-25T17:30:07+00:00"
2437         },
2438         {
2439             "name": "opis/closure",
2440             "version": "3.5.7",
2441             "source": {
2442                 "type": "git",
2443                 "url": "https://github.com/opis/closure.git",
2444                 "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf"
2445             },
2446             "dist": {
2447                 "type": "zip",
2448                 "url": "https://api.github.com/repos/opis/closure/zipball/4531e53afe2fc660403e76fb7644e95998bff7bf",
2449                 "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf",
2450                 "shasum": ""
2451             },
2452             "require": {
2453                 "php": "^5.4 || ^7.0"
2454             },
2455             "require-dev": {
2456                 "jeremeamia/superclosure": "^2.0",
2457                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2458             },
2459             "type": "library",
2460             "extra": {
2461                 "branch-alias": {
2462                     "dev-master": "3.5.x-dev"
2463                 }
2464             },
2465             "autoload": {
2466                 "psr-4": {
2467                     "Opis\\Closure\\": "src/"
2468                 },
2469                 "files": [
2470                     "functions.php"
2471                 ]
2472             },
2473             "notification-url": "https://packagist.org/downloads/",
2474             "license": [
2475                 "MIT"
2476             ],
2477             "authors": [
2478                 {
2479                     "name": "Marius Sarca",
2480                     "email": "[email protected]"
2481                 },
2482                 {
2483                     "name": "Sorin Sarca",
2484                     "email": "[email protected]"
2485                 }
2486             ],
2487             "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
2488             "homepage": "https://opis.io/closure",
2489             "keywords": [
2490                 "anonymous functions",
2491                 "closure",
2492                 "function",
2493                 "serializable",
2494                 "serialization",
2495                 "serialize"
2496             ],
2497             "time": "2020-09-06T17:02:15+00:00"
2498         },
2499         {
2500             "name": "paragonie/random_compat",
2501             "version": "v9.99.99",
2502             "source": {
2503                 "type": "git",
2504                 "url": "https://github.com/paragonie/random_compat.git",
2505                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2506             },
2507             "dist": {
2508                 "type": "zip",
2509                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2510                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2511                 "shasum": ""
2512             },
2513             "require": {
2514                 "php": "^7"
2515             },
2516             "require-dev": {
2517                 "phpunit/phpunit": "4.*|5.*",
2518                 "vimeo/psalm": "^1"
2519             },
2520             "suggest": {
2521                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2522             },
2523             "type": "library",
2524             "notification-url": "https://packagist.org/downloads/",
2525             "license": [
2526                 "MIT"
2527             ],
2528             "authors": [
2529                 {
2530                     "name": "Paragon Initiative Enterprises",
2531                     "email": "[email protected]",
2532                     "homepage": "https://paragonie.com"
2533                 }
2534             ],
2535             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2536             "keywords": [
2537                 "csprng",
2538                 "polyfill",
2539                 "pseudorandom",
2540                 "random"
2541             ],
2542             "time": "2018-07-02T15:55:56+00:00"
2543         },
2544         {
2545             "name": "phenx/php-font-lib",
2546             "version": "0.5.2",
2547             "source": {
2548                 "type": "git",
2549                 "url": "https://github.com/PhenX/php-font-lib.git",
2550                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
2551             },
2552             "dist": {
2553                 "type": "zip",
2554                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2555                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2556                 "shasum": ""
2557             },
2558             "require-dev": {
2559                 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
2560             },
2561             "type": "library",
2562             "autoload": {
2563                 "psr-4": {
2564                     "FontLib\\": "src/FontLib"
2565                 }
2566             },
2567             "notification-url": "https://packagist.org/downloads/",
2568             "license": [
2569                 "LGPL-3.0"
2570             ],
2571             "authors": [
2572                 {
2573                     "name": "Fabien Ménager",
2574                     "email": "[email protected]"
2575                 }
2576             ],
2577             "description": "A library to read, parse, export and make subsets of different types of font files.",
2578             "homepage": "https://github.com/PhenX/php-font-lib",
2579             "time": "2020-03-08T15:31:32+00:00"
2580         },
2581         {
2582             "name": "phenx/php-svg-lib",
2583             "version": "v0.3.3",
2584             "source": {
2585                 "type": "git",
2586                 "url": "https://github.com/PhenX/php-svg-lib.git",
2587                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
2588             },
2589             "dist": {
2590                 "type": "zip",
2591                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2592                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2593                 "shasum": ""
2594             },
2595             "require": {
2596                 "sabberworm/php-css-parser": "^8.3"
2597             },
2598             "require-dev": {
2599                 "phpunit/phpunit": "^5.5|^6.5"
2600             },
2601             "type": "library",
2602             "autoload": {
2603                 "psr-4": {
2604                     "Svg\\": "src/Svg"
2605                 }
2606             },
2607             "notification-url": "https://packagist.org/downloads/",
2608             "license": [
2609                 "LGPL-3.0"
2610             ],
2611             "authors": [
2612                 {
2613                     "name": "Fabien Ménager",
2614                     "email": "[email protected]"
2615                 }
2616             ],
2617             "description": "A library to read, parse and export to PDF SVG files.",
2618             "homepage": "https://github.com/PhenX/php-svg-lib",
2619             "time": "2019-09-11T20:02:13+00:00"
2620         },
2621         {
2622             "name": "phpoption/phpoption",
2623             "version": "1.7.5",
2624             "source": {
2625                 "type": "git",
2626                 "url": "https://github.com/schmittjoh/php-option.git",
2627                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
2628             },
2629             "dist": {
2630                 "type": "zip",
2631                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
2632                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
2633                 "shasum": ""
2634             },
2635             "require": {
2636                 "php": "^5.5.9 || ^7.0 || ^8.0"
2637             },
2638             "require-dev": {
2639                 "bamarni/composer-bin-plugin": "^1.4.1",
2640                 "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
2641             },
2642             "type": "library",
2643             "extra": {
2644                 "branch-alias": {
2645                     "dev-master": "1.7-dev"
2646                 }
2647             },
2648             "autoload": {
2649                 "psr-4": {
2650                     "PhpOption\\": "src/PhpOption/"
2651                 }
2652             },
2653             "notification-url": "https://packagist.org/downloads/",
2654             "license": [
2655                 "Apache-2.0"
2656             ],
2657             "authors": [
2658                 {
2659                     "name": "Johannes M. Schmitt",
2660                     "email": "[email protected]"
2661                 },
2662                 {
2663                     "name": "Graham Campbell",
2664                     "email": "[email protected]"
2665                 }
2666             ],
2667             "description": "Option Type for PHP",
2668             "keywords": [
2669                 "language",
2670                 "option",
2671                 "php",
2672                 "type"
2673             ],
2674             "funding": [
2675                 {
2676                     "url": "https://github.com/GrahamCampbell",
2677                     "type": "github"
2678                 },
2679                 {
2680                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
2681                     "type": "tidelift"
2682                 }
2683             ],
2684             "time": "2020-07-20T17:29:33+00:00"
2685         },
2686         {
2687             "name": "predis/predis",
2688             "version": "v1.1.6",
2689             "source": {
2690                 "type": "git",
2691                 "url": "https://github.com/predis/predis.git",
2692                 "reference": "9930e933c67446962997b05201c69c2319bf26de"
2693             },
2694             "dist": {
2695                 "type": "zip",
2696                 "url": "https://api.github.com/repos/predis/predis/zipball/9930e933c67446962997b05201c69c2319bf26de",
2697                 "reference": "9930e933c67446962997b05201c69c2319bf26de",
2698                 "shasum": ""
2699             },
2700             "require": {
2701                 "php": ">=5.3.9"
2702             },
2703             "require-dev": {
2704                 "cweagans/composer-patches": "^1.6",
2705                 "phpunit/phpunit": "~4.8"
2706             },
2707             "suggest": {
2708                 "ext-curl": "Allows access to Webdis when paired with phpiredis",
2709                 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2710             },
2711             "type": "library",
2712             "extra": {
2713                 "composer-exit-on-patch-failure": true,
2714                 "patches": {
2715                     "phpunit/phpunit-mock-objects": {
2716                         "Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
2717                     },
2718                     "phpunit/phpunit": {
2719                         "Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
2720                         "Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
2721                     }
2722                 }
2723             },
2724             "autoload": {
2725                 "psr-4": {
2726                     "Predis\\": "src/"
2727                 }
2728             },
2729             "notification-url": "https://packagist.org/downloads/",
2730             "license": [
2731                 "MIT"
2732             ],
2733             "authors": [
2734                 {
2735                     "name": "Daniele Alessandri",
2736                     "email": "[email protected]",
2737                     "homepage": "http://clorophilla.net",
2738                     "role": "Creator & Maintainer"
2739                 },
2740                 {
2741                     "name": "Till Krüss",
2742                     "homepage": "https://till.im",
2743                     "role": "Maintainer"
2744                 }
2745             ],
2746             "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2747             "homepage": "http://github.com/predis/predis",
2748             "keywords": [
2749                 "nosql",
2750                 "predis",
2751                 "redis"
2752             ],
2753             "funding": [
2754                 {
2755                     "url": "https://github.com/sponsors/tillkruss",
2756                     "type": "github"
2757                 }
2758             ],
2759             "time": "2020-09-11T19:18:05+00:00"
2760         },
2761         {
2762             "name": "psr/container",
2763             "version": "1.0.0",
2764             "source": {
2765                 "type": "git",
2766                 "url": "https://github.com/php-fig/container.git",
2767                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2768             },
2769             "dist": {
2770                 "type": "zip",
2771                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2772                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2773                 "shasum": ""
2774             },
2775             "require": {
2776                 "php": ">=5.3.0"
2777             },
2778             "type": "library",
2779             "extra": {
2780                 "branch-alias": {
2781                     "dev-master": "1.0.x-dev"
2782                 }
2783             },
2784             "autoload": {
2785                 "psr-4": {
2786                     "Psr\\Container\\": "src/"
2787                 }
2788             },
2789             "notification-url": "https://packagist.org/downloads/",
2790             "license": [
2791                 "MIT"
2792             ],
2793             "authors": [
2794                 {
2795                     "name": "PHP-FIG",
2796                     "homepage": "http://www.php-fig.org/"
2797                 }
2798             ],
2799             "description": "Common Container Interface (PHP FIG PSR-11)",
2800             "homepage": "https://github.com/php-fig/container",
2801             "keywords": [
2802                 "PSR-11",
2803                 "container",
2804                 "container-interface",
2805                 "container-interop",
2806                 "psr"
2807             ],
2808             "time": "2017-02-14T16:28:37+00:00"
2809         },
2810         {
2811             "name": "psr/http-message",
2812             "version": "1.0.1",
2813             "source": {
2814                 "type": "git",
2815                 "url": "https://github.com/php-fig/http-message.git",
2816                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2817             },
2818             "dist": {
2819                 "type": "zip",
2820                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2821                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2822                 "shasum": ""
2823             },
2824             "require": {
2825                 "php": ">=5.3.0"
2826             },
2827             "type": "library",
2828             "extra": {
2829                 "branch-alias": {
2830                     "dev-master": "1.0.x-dev"
2831                 }
2832             },
2833             "autoload": {
2834                 "psr-4": {
2835                     "Psr\\Http\\Message\\": "src/"
2836                 }
2837             },
2838             "notification-url": "https://packagist.org/downloads/",
2839             "license": [
2840                 "MIT"
2841             ],
2842             "authors": [
2843                 {
2844                     "name": "PHP-FIG",
2845                     "homepage": "http://www.php-fig.org/"
2846                 }
2847             ],
2848             "description": "Common interface for HTTP messages",
2849             "homepage": "https://github.com/php-fig/http-message",
2850             "keywords": [
2851                 "http",
2852                 "http-message",
2853                 "psr",
2854                 "psr-7",
2855                 "request",
2856                 "response"
2857             ],
2858             "time": "2016-08-06T14:39:51+00:00"
2859         },
2860         {
2861             "name": "psr/log",
2862             "version": "1.1.3",
2863             "source": {
2864                 "type": "git",
2865                 "url": "https://github.com/php-fig/log.git",
2866                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2867             },
2868             "dist": {
2869                 "type": "zip",
2870                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2871                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2872                 "shasum": ""
2873             },
2874             "require": {
2875                 "php": ">=5.3.0"
2876             },
2877             "type": "library",
2878             "extra": {
2879                 "branch-alias": {
2880                     "dev-master": "1.1.x-dev"
2881                 }
2882             },
2883             "autoload": {
2884                 "psr-4": {
2885                     "Psr\\Log\\": "Psr/Log/"
2886                 }
2887             },
2888             "notification-url": "https://packagist.org/downloads/",
2889             "license": [
2890                 "MIT"
2891             ],
2892             "authors": [
2893                 {
2894                     "name": "PHP-FIG",
2895                     "homepage": "http://www.php-fig.org/"
2896                 }
2897             ],
2898             "description": "Common interface for logging libraries",
2899             "homepage": "https://github.com/php-fig/log",
2900             "keywords": [
2901                 "log",
2902                 "psr",
2903                 "psr-3"
2904             ],
2905             "time": "2020-03-23T09:12:05+00:00"
2906         },
2907         {
2908             "name": "psr/simple-cache",
2909             "version": "1.0.1",
2910             "source": {
2911                 "type": "git",
2912                 "url": "https://github.com/php-fig/simple-cache.git",
2913                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2914             },
2915             "dist": {
2916                 "type": "zip",
2917                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2918                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2919                 "shasum": ""
2920             },
2921             "require": {
2922                 "php": ">=5.3.0"
2923             },
2924             "type": "library",
2925             "extra": {
2926                 "branch-alias": {
2927                     "dev-master": "1.0.x-dev"
2928                 }
2929             },
2930             "autoload": {
2931                 "psr-4": {
2932                     "Psr\\SimpleCache\\": "src/"
2933                 }
2934             },
2935             "notification-url": "https://packagist.org/downloads/",
2936             "license": [
2937                 "MIT"
2938             ],
2939             "authors": [
2940                 {
2941                     "name": "PHP-FIG",
2942                     "homepage": "http://www.php-fig.org/"
2943                 }
2944             ],
2945             "description": "Common interfaces for simple caching",
2946             "keywords": [
2947                 "cache",
2948                 "caching",
2949                 "psr",
2950                 "psr-16",
2951                 "simple-cache"
2952             ],
2953             "time": "2017-10-23T01:57:42+00:00"
2954         },
2955         {
2956             "name": "ralouphie/getallheaders",
2957             "version": "3.0.3",
2958             "source": {
2959                 "type": "git",
2960                 "url": "https://github.com/ralouphie/getallheaders.git",
2961                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2962             },
2963             "dist": {
2964                 "type": "zip",
2965                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2966                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2967                 "shasum": ""
2968             },
2969             "require": {
2970                 "php": ">=5.6"
2971             },
2972             "require-dev": {
2973                 "php-coveralls/php-coveralls": "^2.1",
2974                 "phpunit/phpunit": "^5 || ^6.5"
2975             },
2976             "type": "library",
2977             "autoload": {
2978                 "files": [
2979                     "src/getallheaders.php"
2980                 ]
2981             },
2982             "notification-url": "https://packagist.org/downloads/",
2983             "license": [
2984                 "MIT"
2985             ],
2986             "authors": [
2987                 {
2988                     "name": "Ralph Khattar",
2989                     "email": "[email protected]"
2990                 }
2991             ],
2992             "description": "A polyfill for getallheaders.",
2993             "time": "2019-03-08T08:55:37+00:00"
2994         },
2995         {
2996             "name": "ramsey/uuid",
2997             "version": "3.9.3",
2998             "source": {
2999                 "type": "git",
3000                 "url": "https://github.com/ramsey/uuid.git",
3001                 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
3002             },
3003             "dist": {
3004                 "type": "zip",
3005                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
3006                 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
3007                 "shasum": ""
3008             },
3009             "require": {
3010                 "ext-json": "*",
3011                 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
3012                 "php": "^5.4 | ^7 | ^8",
3013                 "symfony/polyfill-ctype": "^1.8"
3014             },
3015             "replace": {
3016                 "rhumsaa/uuid": "self.version"
3017             },
3018             "require-dev": {
3019                 "codeception/aspect-mock": "^1 | ^2",
3020                 "doctrine/annotations": "^1.2",
3021                 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
3022                 "jakub-onderka/php-parallel-lint": "^1",
3023                 "mockery/mockery": "^0.9.11 | ^1",
3024                 "moontoast/math": "^1.1",
3025                 "paragonie/random-lib": "^2",
3026                 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
3027                 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
3028                 "squizlabs/php_codesniffer": "^3.5"
3029             },
3030             "suggest": {
3031                 "ext-ctype": "Provides support for PHP Ctype functions",
3032                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
3033                 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
3034                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
3035                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
3036                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3037                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
3038                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3039             },
3040             "type": "library",
3041             "extra": {
3042                 "branch-alias": {
3043                     "dev-master": "3.x-dev"
3044                 }
3045             },
3046             "autoload": {
3047                 "psr-4": {
3048                     "Ramsey\\Uuid\\": "src/"
3049                 },
3050                 "files": [
3051                     "src/functions.php"
3052                 ]
3053             },
3054             "notification-url": "https://packagist.org/downloads/",
3055             "license": [
3056                 "MIT"
3057             ],
3058             "authors": [
3059                 {
3060                     "name": "Ben Ramsey",
3061                     "email": "[email protected]",
3062                     "homepage": "https://benramsey.com"
3063                 },
3064                 {
3065                     "name": "Marijn Huizendveld",
3066                     "email": "[email protected]"
3067                 },
3068                 {
3069                     "name": "Thibaud Fabre",
3070                     "email": "[email protected]"
3071                 }
3072             ],
3073             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
3074             "homepage": "https://github.com/ramsey/uuid",
3075             "keywords": [
3076                 "guid",
3077                 "identifier",
3078                 "uuid"
3079             ],
3080             "time": "2020-02-21T04:36:14+00:00"
3081         },
3082         {
3083             "name": "robrichards/xmlseclibs",
3084             "version": "3.1.1",
3085             "source": {
3086                 "type": "git",
3087                 "url": "https://github.com/robrichards/xmlseclibs.git",
3088                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
3089             },
3090             "dist": {
3091                 "type": "zip",
3092                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
3093                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
3094                 "shasum": ""
3095             },
3096             "require": {
3097                 "ext-openssl": "*",
3098                 "php": ">= 5.4"
3099             },
3100             "type": "library",
3101             "autoload": {
3102                 "psr-4": {
3103                     "RobRichards\\XMLSecLibs\\": "src"
3104                 }
3105             },
3106             "notification-url": "https://packagist.org/downloads/",
3107             "license": [
3108                 "BSD-3-Clause"
3109             ],
3110             "description": "A PHP library for XML Security",
3111             "homepage": "https://github.com/robrichards/xmlseclibs",
3112             "keywords": [
3113                 "security",
3114                 "signature",
3115                 "xml",
3116                 "xmldsig"
3117             ],
3118             "time": "2020-09-05T13:00:25+00:00"
3119         },
3120         {
3121             "name": "sabberworm/php-css-parser",
3122             "version": "8.3.1",
3123             "source": {
3124                 "type": "git",
3125                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
3126                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
3127             },
3128             "dist": {
3129                 "type": "zip",
3130                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
3131                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
3132                 "shasum": ""
3133             },
3134             "require": {
3135                 "php": ">=5.3.2"
3136             },
3137             "require-dev": {
3138                 "codacy/coverage": "^1.4",
3139                 "phpunit/phpunit": "~4.8"
3140             },
3141             "type": "library",
3142             "autoload": {
3143                 "psr-0": {
3144                     "Sabberworm\\CSS": "lib/"
3145                 }
3146             },
3147             "notification-url": "https://packagist.org/downloads/",
3148             "license": [
3149                 "MIT"
3150             ],
3151             "authors": [
3152                 {
3153                     "name": "Raphael Schweikert"
3154                 }
3155             ],
3156             "description": "Parser for CSS Files written in PHP",
3157             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
3158             "keywords": [
3159                 "css",
3160                 "parser",
3161                 "stylesheet"
3162             ],
3163             "time": "2020-06-01T09:10:00+00:00"
3164         },
3165         {
3166             "name": "scrivo/highlight.php",
3167             "version": "v9.18.1.2",
3168             "source": {
3169                 "type": "git",
3170                 "url": "https://github.com/scrivo/highlight.php.git",
3171                 "reference": "efb6e445494a9458aa59b0af5edfa4bdcc6809d9"
3172             },
3173             "dist": {
3174                 "type": "zip",
3175                 "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/efb6e445494a9458aa59b0af5edfa4bdcc6809d9",
3176                 "reference": "efb6e445494a9458aa59b0af5edfa4bdcc6809d9",
3177                 "shasum": ""
3178             },
3179             "require": {
3180                 "ext-json": "*",
3181                 "ext-mbstring": "*",
3182                 "php": ">=5.4"
3183             },
3184             "require-dev": {
3185                 "phpunit/phpunit": "^4.8|^5.7",
3186                 "sabberworm/php-css-parser": "^8.3",
3187                 "symfony/finder": "^2.8|^3.4",
3188                 "symfony/var-dumper": "^2.8|^3.4"
3189             },
3190             "suggest": {
3191                 "ext-dom": "Needed to make use of the features in the utilities namespace"
3192             },
3193             "type": "library",
3194             "autoload": {
3195                 "psr-0": {
3196                     "Highlight\\": "",
3197                     "HighlightUtilities\\": ""
3198                 },
3199                 "files": [
3200                     "HighlightUtilities/functions.php"
3201                 ]
3202             },
3203             "notification-url": "https://packagist.org/downloads/",
3204             "license": [
3205                 "BSD-3-Clause"
3206             ],
3207             "authors": [
3208                 {
3209                     "name": "Geert Bergman",
3210                     "homepage": "http://www.scrivo.org/",
3211                     "role": "Project Author"
3212                 },
3213                 {
3214                     "name": "Vladimir Jimenez",
3215                     "homepage": "https://allejo.io",
3216                     "role": "Maintainer"
3217                 },
3218                 {
3219                     "name": "Martin Folkers",
3220                     "homepage": "https://twobrain.io",
3221                     "role": "Contributor"
3222                 }
3223             ],
3224             "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
3225             "keywords": [
3226                 "code",
3227                 "highlight",
3228                 "highlight.js",
3229                 "highlight.php",
3230                 "syntax"
3231             ],
3232             "funding": [
3233                 {
3234                     "url": "https://github.com/allejo",
3235                     "type": "github"
3236                 }
3237             ],
3238             "time": "2020-08-27T03:24:44+00:00"
3239         },
3240         {
3241             "name": "socialiteproviders/discord",
3242             "version": "v2.0.2",
3243             "source": {
3244                 "type": "git",
3245                 "url": "https://github.com/SocialiteProviders/Discord.git",
3246                 "reference": "e0cd8895f321943b36f533e7bf21ad29bcdece9a"
3247             },
3248             "dist": {
3249                 "type": "zip",
3250                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/e0cd8895f321943b36f533e7bf21ad29bcdece9a",
3251                 "reference": "e0cd8895f321943b36f533e7bf21ad29bcdece9a",
3252                 "shasum": ""
3253             },
3254             "require": {
3255                 "php": "^5.6 || ^7.0",
3256                 "socialiteproviders/manager": "~2.0 || ~3.0"
3257             },
3258             "type": "library",
3259             "autoload": {
3260                 "psr-4": {
3261                     "SocialiteProviders\\Discord\\": ""
3262                 }
3263             },
3264             "notification-url": "https://packagist.org/downloads/",
3265             "license": [
3266                 "MIT"
3267             ],
3268             "authors": [
3269                 {
3270                     "name": "Christopher Eklund",
3271                     "email": "[email protected]"
3272                 }
3273             ],
3274             "description": "Discord OAuth2 Provider for Laravel Socialite",
3275             "time": "2018-05-26T03:40:07+00:00"
3276         },
3277         {
3278             "name": "socialiteproviders/gitlab",
3279             "version": "v3.1",
3280             "source": {
3281                 "type": "git",
3282                 "url": "https://github.com/SocialiteProviders/GitLab.git",
3283                 "reference": "69e537f6192ca15483e98b8662495384f44299ca"
3284             },
3285             "dist": {
3286                 "type": "zip",
3287                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/69e537f6192ca15483e98b8662495384f44299ca",
3288                 "reference": "69e537f6192ca15483e98b8662495384f44299ca",
3289                 "shasum": ""
3290             },
3291             "require": {
3292                 "php": "^5.6 || ^7.0",
3293                 "socialiteproviders/manager": "~2.0 || ~3.0"
3294             },
3295             "type": "library",
3296             "autoload": {
3297                 "psr-4": {
3298                     "SocialiteProviders\\GitLab\\": ""
3299                 }
3300             },
3301             "notification-url": "https://packagist.org/downloads/",
3302             "license": [
3303                 "MIT"
3304             ],
3305             "authors": [
3306                 {
3307                     "name": "Christoffer Martinsen",
3308                     "email": "[email protected]"
3309                 }
3310             ],
3311             "description": "GitLab OAuth2 Provider for Laravel Socialite",
3312             "time": "2018-06-27T05:10:32+00:00"
3313         },
3314         {
3315             "name": "socialiteproviders/manager",
3316             "version": "v3.6",
3317             "source": {
3318                 "type": "git",
3319                 "url": "https://github.com/SocialiteProviders/Manager.git",
3320                 "reference": "fc8dbcf0061f12bfe0cc347e9655af932860ad36"
3321             },
3322             "dist": {
3323                 "type": "zip",
3324                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/fc8dbcf0061f12bfe0cc347e9655af932860ad36",
3325                 "reference": "fc8dbcf0061f12bfe0cc347e9655af932860ad36",
3326                 "shasum": ""
3327             },
3328             "require": {
3329                 "illuminate/support": "^6.0|^7.0|^8.0",
3330                 "laravel/socialite": "~4.0|~5.0",
3331                 "php": "^7.2"
3332             },
3333             "require-dev": {
3334                 "mockery/mockery": "^1.2",
3335                 "phpunit/phpunit": "^8.0"
3336             },
3337             "type": "library",
3338             "extra": {
3339                 "laravel": {
3340                     "providers": [
3341                         "SocialiteProviders\\Manager\\ServiceProvider"
3342                     ]
3343                 }
3344             },
3345             "autoload": {
3346                 "psr-4": {
3347                     "SocialiteProviders\\Manager\\": "src/"
3348                 }
3349             },
3350             "notification-url": "https://packagist.org/downloads/",
3351             "license": [
3352                 "MIT"
3353             ],
3354             "authors": [
3355                 {
3356                     "name": "Andy Wendt",
3357                     "email": "[email protected]"
3358                 },
3359                 {
3360                     "name": "Anton Komarev",
3361                     "email": "[email protected]"
3362                 },
3363                 {
3364                     "name": "Miguel Piedrafita",
3365                     "email": "[email protected]"
3366                 },
3367                 {
3368                     "name": "atymic",
3369                     "email": "[email protected]",
3370                     "homepage": "https://atymic.dev"
3371                 }
3372             ],
3373             "description": "Easily add new or override built-in providers in Laravel Socialite.",
3374             "homepage": "https://socialiteproviders.com/",
3375             "time": "2020-09-08T10:41:06+00:00"
3376         },
3377         {
3378             "name": "socialiteproviders/microsoft-azure",
3379             "version": "v3.1.0",
3380             "source": {
3381                 "type": "git",
3382                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
3383                 "reference": "b22f4696cccecd6de902cf0bc923de7fc2e4608e"
3384             },
3385             "dist": {
3386                 "type": "zip",
3387                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/b22f4696cccecd6de902cf0bc923de7fc2e4608e",
3388                 "reference": "b22f4696cccecd6de902cf0bc923de7fc2e4608e",
3389                 "shasum": ""
3390             },
3391             "require": {
3392                 "ext-json": "*",
3393                 "php": "^5.6 || ^7.0",
3394                 "socialiteproviders/manager": "~2.0 || ~3.0"
3395             },
3396             "type": "library",
3397             "autoload": {
3398                 "psr-4": {
3399                     "SocialiteProviders\\Azure\\": ""
3400                 }
3401             },
3402             "notification-url": "https://packagist.org/downloads/",
3403             "license": [
3404                 "MIT"
3405             ],
3406             "authors": [
3407                 {
3408                     "name": "Chris Hemmings",
3409                     "email": "[email protected]"
3410                 }
3411             ],
3412             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
3413             "time": "2020-04-30T23:01:40+00:00"
3414         },
3415         {
3416             "name": "socialiteproviders/okta",
3417             "version": "v1.1.0",
3418             "source": {
3419                 "type": "git",
3420                 "url": "https://github.com/SocialiteProviders/Okta.git",
3421                 "reference": "7c2512f0872316b139e3eea1c50c9351747a57ea"
3422             },
3423             "dist": {
3424                 "type": "zip",
3425                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/7c2512f0872316b139e3eea1c50c9351747a57ea",
3426                 "reference": "7c2512f0872316b139e3eea1c50c9351747a57ea",
3427                 "shasum": ""
3428             },
3429             "require": {
3430                 "ext-json": "*",
3431                 "php": "^5.6 || ^7.0",
3432                 "socialiteproviders/manager": "~2.0 || ~3.0"
3433             },
3434             "type": "library",
3435             "autoload": {
3436                 "psr-4": {
3437                     "SocialiteProviders\\Okta\\": ""
3438                 }
3439             },
3440             "notification-url": "https://packagist.org/downloads/",
3441             "license": [
3442                 "MIT"
3443             ],
3444             "authors": [
3445                 {
3446                     "name": "Chase Coney",
3447                     "email": "[email protected]"
3448                 }
3449             ],
3450             "description": "Okta OAuth2 Provider for Laravel Socialite",
3451             "time": "2019-09-06T15:27:03+00:00"
3452         },
3453         {
3454             "name": "socialiteproviders/slack",
3455             "version": "v3.1",
3456             "source": {
3457                 "type": "git",
3458                 "url": "https://github.com/SocialiteProviders/Slack.git",
3459                 "reference": "d46826640fbeae8f34328d99c358404a1e1050a3"
3460             },
3461             "dist": {
3462                 "type": "zip",
3463                 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/d46826640fbeae8f34328d99c358404a1e1050a3",
3464                 "reference": "d46826640fbeae8f34328d99c358404a1e1050a3",
3465                 "shasum": ""
3466             },
3467             "require": {
3468                 "php": "^5.6 || ^7.0",
3469                 "socialiteproviders/manager": "~2.0 || ~3.0"
3470             },
3471             "type": "library",
3472             "autoload": {
3473                 "psr-4": {
3474                     "SocialiteProviders\\Slack\\": ""
3475                 }
3476             },
3477             "notification-url": "https://packagist.org/downloads/",
3478             "license": [
3479                 "MIT"
3480             ],
3481             "authors": [
3482                 {
3483                     "name": "Brian Faust",
3484                     "email": "[email protected]"
3485                 }
3486             ],
3487             "description": "Slack OAuth2 Provider for Laravel Socialite",
3488             "time": "2019-01-11T19:48:14+00:00"
3489         },
3490         {
3491             "name": "socialiteproviders/twitch",
3492             "version": "v5.2.0",
3493             "source": {
3494                 "type": "git",
3495                 "url": "https://github.com/SocialiteProviders/Twitch.git",
3496                 "reference": "9ee6fe196d7c28777139b3cde04cbd537cf7e652"
3497             },
3498             "dist": {
3499                 "type": "zip",
3500                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/9ee6fe196d7c28777139b3cde04cbd537cf7e652",
3501                 "reference": "9ee6fe196d7c28777139b3cde04cbd537cf7e652",
3502                 "shasum": ""
3503             },
3504             "require": {
3505                 "ext-json": "*",
3506                 "php": "^5.6 || ^7.0",
3507                 "socialiteproviders/manager": "~2.0 || ~3.0"
3508             },
3509             "type": "library",
3510             "autoload": {
3511                 "psr-4": {
3512                     "SocialiteProviders\\Twitch\\": ""
3513                 }
3514             },
3515             "notification-url": "https://packagist.org/downloads/",
3516             "license": [
3517                 "MIT"
3518             ],
3519             "authors": [
3520                 {
3521                     "name": "Brian Faust",
3522                     "email": "[email protected]"
3523                 }
3524             ],
3525             "description": "Twitch OAuth2 Provider for Laravel Socialite",
3526             "time": "2020-05-06T22:51:30+00:00"
3527         },
3528         {
3529             "name": "ssddanbrown/htmldiff",
3530             "version": "v1.0.0",
3531             "source": {
3532                 "type": "git",
3533                 "url": "https://github.com/ssddanbrown/HtmlDiff.git",
3534                 "reference": "d1978c7d1c685800997f982a0ae9cff1e45df70c"
3535             },
3536             "dist": {
3537                 "type": "zip",
3538                 "url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/d1978c7d1c685800997f982a0ae9cff1e45df70c",
3539                 "reference": "d1978c7d1c685800997f982a0ae9cff1e45df70c",
3540                 "shasum": ""
3541             },
3542             "require": {
3543                 "ext-mbstring": "*",
3544                 "php": ">=7.2"
3545             },
3546             "require-dev": {
3547                 "phpunit/phpunit": "^8.5|^9.4.3"
3548             },
3549             "type": "library",
3550             "autoload": {
3551                 "psr-4": {
3552                     "Ssddanbrown\\HtmlDiff\\": "src"
3553                 }
3554             },
3555             "notification-url": "https://packagist.org/downloads/",
3556             "license": [
3557                 "MIT"
3558             ],
3559             "authors": [
3560                 {
3561                     "name": "Dan Brown",
3562                     "email": "[email protected]",
3563                     "role": "Developer"
3564                 }
3565             ],
3566             "description": "HTML Content Diff Generator",
3567             "homepage": "https://github.com/ssddanbrown/htmldiff",
3568             "support": {
3569                 "issues": "https://github.com/ssddanbrown/HtmlDiff/issues",
3570                 "source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.0"
3571             },
3572             "time": "2020-11-29T18:38:45+00:00"
3573         },
3574         {
3575             "name": "swiftmailer/swiftmailer",
3576             "version": "v6.2.3",
3577             "source": {
3578                 "type": "git",
3579                 "url": "https://github.com/swiftmailer/swiftmailer.git",
3580                 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
3581             },
3582             "dist": {
3583                 "type": "zip",
3584                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
3585                 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
3586                 "shasum": ""
3587             },
3588             "require": {
3589                 "egulias/email-validator": "~2.0",
3590                 "php": ">=7.0.0",
3591                 "symfony/polyfill-iconv": "^1.0",
3592                 "symfony/polyfill-intl-idn": "^1.10",
3593                 "symfony/polyfill-mbstring": "^1.0"
3594             },
3595             "require-dev": {
3596                 "mockery/mockery": "~0.9.1",
3597                 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
3598             },
3599             "suggest": {
3600                 "ext-intl": "Needed to support internationalized email addresses",
3601                 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
3602             },
3603             "type": "library",
3604             "extra": {
3605                 "branch-alias": {
3606                     "dev-master": "6.2-dev"
3607                 }
3608             },
3609             "autoload": {
3610                 "files": [
3611                     "lib/swift_required.php"
3612                 ]
3613             },
3614             "notification-url": "https://packagist.org/downloads/",
3615             "license": [
3616                 "MIT"
3617             ],
3618             "authors": [
3619                 {
3620                     "name": "Chris Corbyn"
3621                 },
3622                 {
3623                     "name": "Fabien Potencier",
3624                     "email": "[email protected]"
3625                 }
3626             ],
3627             "description": "Swiftmailer, free feature-rich PHP mailer",
3628             "homepage": "https://swiftmailer.symfony.com",
3629             "keywords": [
3630                 "email",
3631                 "mail",
3632                 "mailer"
3633             ],
3634             "time": "2019-11-12T09:31:26+00:00"
3635         },
3636         {
3637             "name": "symfony/console",
3638             "version": "v4.4.13",
3639             "source": {
3640                 "type": "git",
3641                 "url": "https://github.com/symfony/console.git",
3642                 "reference": "b39fd99b9297b67fb7633b7d8083957a97e1e727"
3643             },
3644             "dist": {
3645                 "type": "zip",
3646                 "url": "https://api.github.com/repos/symfony/console/zipball/b39fd99b9297b67fb7633b7d8083957a97e1e727",
3647                 "reference": "b39fd99b9297b67fb7633b7d8083957a97e1e727",
3648                 "shasum": ""
3649             },
3650             "require": {
3651                 "php": ">=7.1.3",
3652                 "symfony/polyfill-mbstring": "~1.0",
3653                 "symfony/polyfill-php73": "^1.8",
3654                 "symfony/polyfill-php80": "^1.15",
3655                 "symfony/service-contracts": "^1.1|^2"
3656             },
3657             "conflict": {
3658                 "symfony/dependency-injection": "<3.4",
3659                 "symfony/event-dispatcher": "<4.3|>=5",
3660                 "symfony/lock": "<4.4",
3661                 "symfony/process": "<3.3"
3662             },
3663             "provide": {
3664                 "psr/log-implementation": "1.0"
3665             },
3666             "require-dev": {
3667                 "psr/log": "~1.0",
3668                 "symfony/config": "^3.4|^4.0|^5.0",
3669                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3670                 "symfony/event-dispatcher": "^4.3",
3671                 "symfony/lock": "^4.4|^5.0",
3672                 "symfony/process": "^3.4|^4.0|^5.0",
3673                 "symfony/var-dumper": "^4.3|^5.0"
3674             },
3675             "suggest": {
3676                 "psr/log": "For using the console logger",
3677                 "symfony/event-dispatcher": "",
3678                 "symfony/lock": "",
3679                 "symfony/process": ""
3680             },
3681             "type": "library",
3682             "extra": {
3683                 "branch-alias": {
3684                     "dev-master": "4.4-dev"
3685                 }
3686             },
3687             "autoload": {
3688                 "psr-4": {
3689                     "Symfony\\Component\\Console\\": ""
3690                 },
3691                 "exclude-from-classmap": [
3692                     "/Tests/"
3693                 ]
3694             },
3695             "notification-url": "https://packagist.org/downloads/",
3696             "license": [
3697                 "MIT"
3698             ],
3699             "authors": [
3700                 {
3701                     "name": "Fabien Potencier",
3702                     "email": "[email protected]"
3703                 },
3704                 {
3705                     "name": "Symfony Community",
3706                     "homepage": "https://symfony.com/contributors"
3707                 }
3708             ],
3709             "description": "Symfony Console Component",
3710             "homepage": "https://symfony.com",
3711             "funding": [
3712                 {
3713                     "url": "https://symfony.com/sponsor",
3714                     "type": "custom"
3715                 },
3716                 {
3717                     "url": "https://github.com/fabpot",
3718                     "type": "github"
3719                 },
3720                 {
3721                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3722                     "type": "tidelift"
3723                 }
3724             ],
3725             "time": "2020-09-02T07:07:21+00:00"
3726         },
3727         {
3728             "name": "symfony/css-selector",
3729             "version": "v4.4.13",
3730             "source": {
3731                 "type": "git",
3732                 "url": "https://github.com/symfony/css-selector.git",
3733                 "reference": "bf17dc9f6ce144e41f786c32435feea4d8e11dcc"
3734             },
3735             "dist": {
3736                 "type": "zip",
3737                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/bf17dc9f6ce144e41f786c32435feea4d8e11dcc",
3738                 "reference": "bf17dc9f6ce144e41f786c32435feea4d8e11dcc",
3739                 "shasum": ""
3740             },
3741             "require": {
3742                 "php": ">=7.1.3"
3743             },
3744             "type": "library",
3745             "extra": {
3746                 "branch-alias": {
3747                     "dev-master": "4.4-dev"
3748                 }
3749             },
3750             "autoload": {
3751                 "psr-4": {
3752                     "Symfony\\Component\\CssSelector\\": ""
3753                 },
3754                 "exclude-from-classmap": [
3755                     "/Tests/"
3756                 ]
3757             },
3758             "notification-url": "https://packagist.org/downloads/",
3759             "license": [
3760                 "MIT"
3761             ],
3762             "authors": [
3763                 {
3764                     "name": "Fabien Potencier",
3765                     "email": "[email protected]"
3766                 },
3767                 {
3768                     "name": "Jean-François Simon",
3769                     "email": "[email protected]"
3770                 },
3771                 {
3772                     "name": "Symfony Community",
3773                     "homepage": "https://symfony.com/contributors"
3774                 }
3775             ],
3776             "description": "Symfony CssSelector Component",
3777             "homepage": "https://symfony.com",
3778             "funding": [
3779                 {
3780                     "url": "https://symfony.com/sponsor",
3781                     "type": "custom"
3782                 },
3783                 {
3784                     "url": "https://github.com/fabpot",
3785                     "type": "github"
3786                 },
3787                 {
3788                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3789                     "type": "tidelift"
3790                 }
3791             ],
3792             "time": "2020-07-05T09:39:30+00:00"
3793         },
3794         {
3795             "name": "symfony/debug",
3796             "version": "v4.4.13",
3797             "source": {
3798                 "type": "git",
3799                 "url": "https://github.com/symfony/debug.git",
3800                 "reference": "aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e"
3801             },
3802             "dist": {
3803                 "type": "zip",
3804                 "url": "https://api.github.com/repos/symfony/debug/zipball/aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e",
3805                 "reference": "aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e",
3806                 "shasum": ""
3807             },
3808             "require": {
3809                 "php": ">=7.1.3",
3810                 "psr/log": "~1.0",
3811                 "symfony/polyfill-php80": "^1.15"
3812             },
3813             "conflict": {
3814                 "symfony/http-kernel": "<3.4"
3815             },
3816             "require-dev": {
3817                 "symfony/http-kernel": "^3.4|^4.0|^5.0"
3818             },
3819             "type": "library",
3820             "extra": {
3821                 "branch-alias": {
3822                     "dev-master": "4.4-dev"
3823                 }
3824             },
3825             "autoload": {
3826                 "psr-4": {
3827                     "Symfony\\Component\\Debug\\": ""
3828                 },
3829                 "exclude-from-classmap": [
3830                     "/Tests/"
3831                 ]
3832             },
3833             "notification-url": "https://packagist.org/downloads/",
3834             "license": [
3835                 "MIT"
3836             ],
3837             "authors": [
3838                 {
3839                     "name": "Fabien Potencier",
3840                     "email": "[email protected]"
3841                 },
3842                 {
3843                     "name": "Symfony Community",
3844                     "homepage": "https://symfony.com/contributors"
3845                 }
3846             ],
3847             "description": "Symfony Debug Component",
3848             "homepage": "https://symfony.com",
3849             "funding": [
3850                 {
3851                     "url": "https://symfony.com/sponsor",
3852                     "type": "custom"
3853                 },
3854                 {
3855                     "url": "https://github.com/fabpot",
3856                     "type": "github"
3857                 },
3858                 {
3859                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3860                     "type": "tidelift"
3861                 }
3862             ],
3863             "time": "2020-08-10T07:47:39+00:00"
3864         },
3865         {
3866             "name": "symfony/error-handler",
3867             "version": "v4.4.13",
3868             "source": {
3869                 "type": "git",
3870                 "url": "https://github.com/symfony/error-handler.git",
3871                 "reference": "2434fb32851f252e4f27691eee0b77c16198db62"
3872             },
3873             "dist": {
3874                 "type": "zip",
3875                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/2434fb32851f252e4f27691eee0b77c16198db62",
3876                 "reference": "2434fb32851f252e4f27691eee0b77c16198db62",
3877                 "shasum": ""
3878             },
3879             "require": {
3880                 "php": ">=7.1.3",
3881                 "psr/log": "~1.0",
3882                 "symfony/debug": "^4.4.5",
3883                 "symfony/polyfill-php80": "^1.15",
3884                 "symfony/var-dumper": "^4.4|^5.0"
3885             },
3886             "require-dev": {
3887                 "symfony/http-kernel": "^4.4|^5.0",
3888                 "symfony/serializer": "^4.4|^5.0"
3889             },
3890             "type": "library",
3891             "extra": {
3892                 "branch-alias": {
3893                     "dev-master": "4.4-dev"
3894                 }
3895             },
3896             "autoload": {
3897                 "psr-4": {
3898                     "Symfony\\Component\\ErrorHandler\\": ""
3899                 },
3900                 "exclude-from-classmap": [
3901                     "/Tests/"
3902                 ]
3903             },
3904             "notification-url": "https://packagist.org/downloads/",
3905             "license": [
3906                 "MIT"
3907             ],
3908             "authors": [
3909                 {
3910                     "name": "Fabien Potencier",
3911                     "email": "[email protected]"
3912                 },
3913                 {
3914                     "name": "Symfony Community",
3915                     "homepage": "https://symfony.com/contributors"
3916                 }
3917             ],
3918             "description": "Symfony ErrorHandler Component",
3919             "homepage": "https://symfony.com",
3920             "funding": [
3921                 {
3922                     "url": "https://symfony.com/sponsor",
3923                     "type": "custom"
3924                 },
3925                 {
3926                     "url": "https://github.com/fabpot",
3927                     "type": "github"
3928                 },
3929                 {
3930                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3931                     "type": "tidelift"
3932                 }
3933             ],
3934             "time": "2020-08-17T09:56:45+00:00"
3935         },
3936         {
3937             "name": "symfony/event-dispatcher",
3938             "version": "v4.4.13",
3939             "source": {
3940                 "type": "git",
3941                 "url": "https://github.com/symfony/event-dispatcher.git",
3942                 "reference": "3e8ea5ccddd00556b86d69d42f99f1061a704030"
3943             },
3944             "dist": {
3945                 "type": "zip",
3946                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3e8ea5ccddd00556b86d69d42f99f1061a704030",
3947                 "reference": "3e8ea5ccddd00556b86d69d42f99f1061a704030",
3948                 "shasum": ""
3949             },
3950             "require": {
3951                 "php": ">=7.1.3",
3952                 "symfony/event-dispatcher-contracts": "^1.1"
3953             },
3954             "conflict": {
3955                 "symfony/dependency-injection": "<3.4"
3956             },
3957             "provide": {
3958                 "psr/event-dispatcher-implementation": "1.0",
3959                 "symfony/event-dispatcher-implementation": "1.1"
3960             },
3961             "require-dev": {
3962                 "psr/log": "~1.0",
3963                 "symfony/config": "^3.4|^4.0|^5.0",
3964                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3965                 "symfony/expression-language": "^3.4|^4.0|^5.0",
3966                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
3967                 "symfony/service-contracts": "^1.1|^2",
3968                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
3969             },
3970             "suggest": {
3971                 "symfony/dependency-injection": "",
3972                 "symfony/http-kernel": ""
3973             },
3974             "type": "library",
3975             "extra": {
3976                 "branch-alias": {
3977                     "dev-master": "4.4-dev"
3978                 }
3979             },
3980             "autoload": {
3981                 "psr-4": {
3982                     "Symfony\\Component\\EventDispatcher\\": ""
3983                 },
3984                 "exclude-from-classmap": [
3985                     "/Tests/"
3986                 ]
3987             },
3988             "notification-url": "https://packagist.org/downloads/",
3989             "license": [
3990                 "MIT"
3991             ],
3992             "authors": [
3993                 {
3994                     "name": "Fabien Potencier",
3995                     "email": "[email protected]"
3996                 },
3997                 {
3998                     "name": "Symfony Community",
3999                     "homepage": "https://symfony.com/contributors"
4000                 }
4001             ],
4002             "description": "Symfony EventDispatcher Component",
4003             "homepage": "https://symfony.com",
4004             "funding": [
4005                 {
4006                     "url": "https://symfony.com/sponsor",
4007                     "type": "custom"
4008                 },
4009                 {
4010                     "url": "https://github.com/fabpot",
4011                     "type": "github"
4012                 },
4013                 {
4014                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4015                     "type": "tidelift"
4016                 }
4017             ],
4018             "time": "2020-08-13T14:18:44+00:00"
4019         },
4020         {
4021             "name": "symfony/event-dispatcher-contracts",
4022             "version": "v1.1.9",
4023             "source": {
4024                 "type": "git",
4025                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
4026                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
4027             },
4028             "dist": {
4029                 "type": "zip",
4030                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
4031                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
4032                 "shasum": ""
4033             },
4034             "require": {
4035                 "php": ">=7.1.3"
4036             },
4037             "suggest": {
4038                 "psr/event-dispatcher": "",
4039                 "symfony/event-dispatcher-implementation": ""
4040             },
4041             "type": "library",
4042             "extra": {
4043                 "branch-alias": {
4044                     "dev-master": "1.1-dev"
4045                 },
4046                 "thanks": {
4047                     "name": "symfony/contracts",
4048                     "url": "https://github.com/symfony/contracts"
4049                 }
4050             },
4051             "autoload": {
4052                 "psr-4": {
4053                     "Symfony\\Contracts\\EventDispatcher\\": ""
4054                 }
4055             },
4056             "notification-url": "https://packagist.org/downloads/",
4057             "license": [
4058                 "MIT"
4059             ],
4060             "authors": [
4061                 {
4062                     "name": "Nicolas Grekas",
4063                     "email": "[email protected]"
4064                 },
4065                 {
4066                     "name": "Symfony Community",
4067                     "homepage": "https://symfony.com/contributors"
4068                 }
4069             ],
4070             "description": "Generic abstractions related to dispatching event",
4071             "homepage": "https://symfony.com",
4072             "keywords": [
4073                 "abstractions",
4074                 "contracts",
4075                 "decoupling",
4076                 "interfaces",
4077                 "interoperability",
4078                 "standards"
4079             ],
4080             "funding": [
4081                 {
4082                     "url": "https://symfony.com/sponsor",
4083                     "type": "custom"
4084                 },
4085                 {
4086                     "url": "https://github.com/fabpot",
4087                     "type": "github"
4088                 },
4089                 {
4090                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4091                     "type": "tidelift"
4092                 }
4093             ],
4094             "time": "2020-07-06T13:19:58+00:00"
4095         },
4096         {
4097             "name": "symfony/finder",
4098             "version": "v4.4.13",
4099             "source": {
4100                 "type": "git",
4101                 "url": "https://github.com/symfony/finder.git",
4102                 "reference": "2a78590b2c7e3de5c429628457c47541c58db9c7"
4103             },
4104             "dist": {
4105                 "type": "zip",
4106                 "url": "https://api.github.com/repos/symfony/finder/zipball/2a78590b2c7e3de5c429628457c47541c58db9c7",
4107                 "reference": "2a78590b2c7e3de5c429628457c47541c58db9c7",
4108                 "shasum": ""
4109             },
4110             "require": {
4111                 "php": ">=7.1.3"
4112             },
4113             "type": "library",
4114             "extra": {
4115                 "branch-alias": {
4116                     "dev-master": "4.4-dev"
4117                 }
4118             },
4119             "autoload": {
4120                 "psr-4": {
4121                     "Symfony\\Component\\Finder\\": ""
4122                 },
4123                 "exclude-from-classmap": [
4124                     "/Tests/"
4125                 ]
4126             },
4127             "notification-url": "https://packagist.org/downloads/",
4128             "license": [
4129                 "MIT"
4130             ],
4131             "authors": [
4132                 {
4133                     "name": "Fabien Potencier",
4134                     "email": "[email protected]"
4135                 },
4136                 {
4137                     "name": "Symfony Community",
4138                     "homepage": "https://symfony.com/contributors"
4139                 }
4140             ],
4141             "description": "Symfony Finder Component",
4142             "homepage": "https://symfony.com",
4143             "funding": [
4144                 {
4145                     "url": "https://symfony.com/sponsor",
4146                     "type": "custom"
4147                 },
4148                 {
4149                     "url": "https://github.com/fabpot",
4150                     "type": "github"
4151                 },
4152                 {
4153                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4154                     "type": "tidelift"
4155                 }
4156             ],
4157             "time": "2020-08-17T09:56:45+00:00"
4158         },
4159         {
4160             "name": "symfony/http-foundation",
4161             "version": "v4.4.13",
4162             "source": {
4163                 "type": "git",
4164                 "url": "https://github.com/symfony/http-foundation.git",
4165                 "reference": "e3e5a62a6631a461954d471e7206e3750dbe8ee1"
4166             },
4167             "dist": {
4168                 "type": "zip",
4169                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e3e5a62a6631a461954d471e7206e3750dbe8ee1",
4170                 "reference": "e3e5a62a6631a461954d471e7206e3750dbe8ee1",
4171                 "shasum": ""
4172             },
4173             "require": {
4174                 "php": ">=7.1.3",
4175                 "symfony/mime": "^4.3|^5.0",
4176                 "symfony/polyfill-mbstring": "~1.1"
4177             },
4178             "require-dev": {
4179                 "predis/predis": "~1.0",
4180                 "symfony/expression-language": "^3.4|^4.0|^5.0"
4181             },
4182             "type": "library",
4183             "extra": {
4184                 "branch-alias": {
4185                     "dev-master": "4.4-dev"
4186                 }
4187             },
4188             "autoload": {
4189                 "psr-4": {
4190                     "Symfony\\Component\\HttpFoundation\\": ""
4191                 },
4192                 "exclude-from-classmap": [
4193                     "/Tests/"
4194                 ]
4195             },
4196             "notification-url": "https://packagist.org/downloads/",
4197             "license": [
4198                 "MIT"
4199             ],
4200             "authors": [
4201                 {
4202                     "name": "Fabien Potencier",
4203                     "email": "[email protected]"
4204                 },
4205                 {
4206                     "name": "Symfony Community",
4207                     "homepage": "https://symfony.com/contributors"
4208                 }
4209             ],
4210             "description": "Symfony HttpFoundation Component",
4211             "homepage": "https://symfony.com",
4212             "funding": [
4213                 {
4214                     "url": "https://symfony.com/sponsor",
4215                     "type": "custom"
4216                 },
4217                 {
4218                     "url": "https://github.com/fabpot",
4219                     "type": "github"
4220                 },
4221                 {
4222                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4223                     "type": "tidelift"
4224                 }
4225             ],
4226             "time": "2020-08-17T07:39:58+00:00"
4227         },
4228         {
4229             "name": "symfony/http-kernel",
4230             "version": "v4.4.13",
4231             "source": {
4232                 "type": "git",
4233                 "url": "https://github.com/symfony/http-kernel.git",
4234                 "reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188"
4235             },
4236             "dist": {
4237                 "type": "zip",
4238                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
4239                 "reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
4240                 "shasum": ""
4241             },
4242             "require": {
4243                 "php": ">=7.1.3",
4244                 "psr/log": "~1.0",
4245                 "symfony/error-handler": "^4.4",
4246                 "symfony/event-dispatcher": "^4.4",
4247                 "symfony/http-foundation": "^4.4|^5.0",
4248                 "symfony/polyfill-ctype": "^1.8",
4249                 "symfony/polyfill-php73": "^1.9",
4250                 "symfony/polyfill-php80": "^1.15"
4251             },
4252             "conflict": {
4253                 "symfony/browser-kit": "<4.3",
4254                 "symfony/config": "<3.4",
4255                 "symfony/console": ">=5",
4256                 "symfony/dependency-injection": "<4.3",
4257                 "symfony/translation": "<4.2",
4258                 "twig/twig": "<1.34|<2.4,>=2"
4259             },
4260             "provide": {
4261                 "psr/log-implementation": "1.0"
4262             },
4263             "require-dev": {
4264                 "psr/cache": "~1.0",
4265                 "symfony/browser-kit": "^4.3|^5.0",
4266                 "symfony/config": "^3.4|^4.0|^5.0",
4267                 "symfony/console": "^3.4|^4.0",
4268                 "symfony/css-selector": "^3.4|^4.0|^5.0",
4269                 "symfony/dependency-injection": "^4.3|^5.0",
4270                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
4271                 "symfony/expression-language": "^3.4|^4.0|^5.0",
4272                 "symfony/finder": "^3.4|^4.0|^5.0",
4273                 "symfony/process": "^3.4|^4.0|^5.0",
4274                 "symfony/routing": "^3.4|^4.0|^5.0",
4275                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
4276                 "symfony/templating": "^3.4|^4.0|^5.0",
4277                 "symfony/translation": "^4.2|^5.0",
4278                 "symfony/translation-contracts": "^1.1|^2",
4279                 "twig/twig": "^1.34|^2.4|^3.0"
4280             },
4281             "suggest": {
4282                 "symfony/browser-kit": "",
4283                 "symfony/config": "",
4284                 "symfony/console": "",
4285                 "symfony/dependency-injection": ""
4286             },
4287             "type": "library",
4288             "extra": {
4289                 "branch-alias": {
4290                     "dev-master": "4.4-dev"
4291                 }
4292             },
4293             "autoload": {
4294                 "psr-4": {
4295                     "Symfony\\Component\\HttpKernel\\": ""
4296                 },
4297                 "exclude-from-classmap": [
4298                     "/Tests/"
4299                 ]
4300             },
4301             "notification-url": "https://packagist.org/downloads/",
4302             "license": [
4303                 "MIT"
4304             ],
4305             "authors": [
4306                 {
4307                     "name": "Fabien Potencier",
4308                     "email": "[email protected]"
4309                 },
4310                 {
4311                     "name": "Symfony Community",
4312                     "homepage": "https://symfony.com/contributors"
4313                 }
4314             ],
4315             "description": "Symfony HttpKernel Component",
4316             "homepage": "https://symfony.com",
4317             "funding": [
4318                 {
4319                     "url": "https://symfony.com/sponsor",
4320                     "type": "custom"
4321                 },
4322                 {
4323                     "url": "https://github.com/fabpot",
4324                     "type": "github"
4325                 },
4326                 {
4327                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4328                     "type": "tidelift"
4329                 }
4330             ],
4331             "time": "2020-09-02T08:09:29+00:00"
4332         },
4333         {
4334             "name": "symfony/mime",
4335             "version": "v4.4.13",
4336             "source": {
4337                 "type": "git",
4338                 "url": "https://github.com/symfony/mime.git",
4339                 "reference": "50ad671306d3d3ffb888d95b4fb1859496831e3a"
4340             },
4341             "dist": {
4342                 "type": "zip",
4343                 "url": "https://api.github.com/repos/symfony/mime/zipball/50ad671306d3d3ffb888d95b4fb1859496831e3a",
4344                 "reference": "50ad671306d3d3ffb888d95b4fb1859496831e3a",
4345                 "shasum": ""
4346             },
4347             "require": {
4348                 "php": ">=7.1.3",
4349                 "symfony/polyfill-intl-idn": "^1.10",
4350                 "symfony/polyfill-mbstring": "^1.0"
4351             },
4352             "conflict": {
4353                 "symfony/mailer": "<4.4"
4354             },
4355             "require-dev": {
4356                 "egulias/email-validator": "^2.1.10",
4357                 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
4358             },
4359             "type": "library",
4360             "extra": {
4361                 "branch-alias": {
4362                     "dev-master": "4.4-dev"
4363                 }
4364             },
4365             "autoload": {
4366                 "psr-4": {
4367                     "Symfony\\Component\\Mime\\": ""
4368                 },
4369                 "exclude-from-classmap": [
4370                     "/Tests/"
4371                 ]
4372             },
4373             "notification-url": "https://packagist.org/downloads/",
4374             "license": [
4375                 "MIT"
4376             ],
4377             "authors": [
4378                 {
4379                     "name": "Fabien Potencier",
4380                     "email": "[email protected]"
4381                 },
4382                 {
4383                     "name": "Symfony Community",
4384                     "homepage": "https://symfony.com/contributors"
4385                 }
4386             ],
4387             "description": "A library to manipulate MIME messages",
4388             "homepage": "https://symfony.com",
4389             "keywords": [
4390                 "mime",
4391                 "mime-type"
4392             ],
4393             "funding": [
4394                 {
4395                     "url": "https://symfony.com/sponsor",
4396                     "type": "custom"
4397                 },
4398                 {
4399                     "url": "https://github.com/fabpot",
4400                     "type": "github"
4401                 },
4402                 {
4403                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4404                     "type": "tidelift"
4405                 }
4406             ],
4407             "time": "2020-08-17T09:56:45+00:00"
4408         },
4409         {
4410             "name": "symfony/polyfill-ctype",
4411             "version": "v1.18.1",
4412             "source": {
4413                 "type": "git",
4414                 "url": "https://github.com/symfony/polyfill-ctype.git",
4415                 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
4416             },
4417             "dist": {
4418                 "type": "zip",
4419                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
4420                 "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
4421                 "shasum": ""
4422             },
4423             "require": {
4424                 "php": ">=5.3.3"
4425             },
4426             "suggest": {
4427                 "ext-ctype": "For best performance"
4428             },
4429             "type": "library",
4430             "extra": {
4431                 "branch-alias": {
4432                     "dev-master": "1.18-dev"
4433                 },
4434                 "thanks": {
4435                     "name": "symfony/polyfill",
4436                     "url": "https://github.com/symfony/polyfill"
4437                 }
4438             },
4439             "autoload": {
4440                 "psr-4": {
4441                     "Symfony\\Polyfill\\Ctype\\": ""
4442                 },
4443                 "files": [
4444                     "bootstrap.php"
4445                 ]
4446             },
4447             "notification-url": "https://packagist.org/downloads/",
4448             "license": [
4449                 "MIT"
4450             ],
4451             "authors": [
4452                 {
4453                     "name": "Gert de Pagter",
4454                     "email": "[email protected]"
4455                 },
4456                 {
4457                     "name": "Symfony Community",
4458                     "homepage": "https://symfony.com/contributors"
4459                 }
4460             ],
4461             "description": "Symfony polyfill for ctype functions",
4462             "homepage": "https://symfony.com",
4463             "keywords": [
4464                 "compatibility",
4465                 "ctype",
4466                 "polyfill",
4467                 "portable"
4468             ],
4469             "funding": [
4470                 {
4471                     "url": "https://symfony.com/sponsor",
4472                     "type": "custom"
4473                 },
4474                 {
4475                     "url": "https://github.com/fabpot",
4476                     "type": "github"
4477                 },
4478                 {
4479                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4480                     "type": "tidelift"
4481                 }
4482             ],
4483             "time": "2020-07-14T12:35:20+00:00"
4484         },
4485         {
4486             "name": "symfony/polyfill-iconv",
4487             "version": "v1.18.1",
4488             "source": {
4489                 "type": "git",
4490                 "url": "https://github.com/symfony/polyfill-iconv.git",
4491                 "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36"
4492             },
4493             "dist": {
4494                 "type": "zip",
4495                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
4496                 "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
4497                 "shasum": ""
4498             },
4499             "require": {
4500                 "php": ">=5.3.3"
4501             },
4502             "suggest": {
4503                 "ext-iconv": "For best performance"
4504             },
4505             "type": "library",
4506             "extra": {
4507                 "branch-alias": {
4508                     "dev-master": "1.18-dev"
4509                 },
4510                 "thanks": {
4511                     "name": "symfony/polyfill",
4512                     "url": "https://github.com/symfony/polyfill"
4513                 }
4514             },
4515             "autoload": {
4516                 "psr-4": {
4517                     "Symfony\\Polyfill\\Iconv\\": ""
4518                 },
4519                 "files": [
4520                     "bootstrap.php"
4521                 ]
4522             },
4523             "notification-url": "https://packagist.org/downloads/",
4524             "license": [
4525                 "MIT"
4526             ],
4527             "authors": [
4528                 {
4529                     "name": "Nicolas Grekas",
4530                     "email": "[email protected]"
4531                 },
4532                 {
4533                     "name": "Symfony Community",
4534                     "homepage": "https://symfony.com/contributors"
4535                 }
4536             ],
4537             "description": "Symfony polyfill for the Iconv extension",
4538             "homepage": "https://symfony.com",
4539             "keywords": [
4540                 "compatibility",
4541                 "iconv",
4542                 "polyfill",
4543                 "portable",
4544                 "shim"
4545             ],
4546             "funding": [
4547                 {
4548                     "url": "https://symfony.com/sponsor",
4549                     "type": "custom"
4550                 },
4551                 {
4552                     "url": "https://github.com/fabpot",
4553                     "type": "github"
4554                 },
4555                 {
4556                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4557                     "type": "tidelift"
4558                 }
4559             ],
4560             "time": "2020-07-14T12:35:20+00:00"
4561         },
4562         {
4563             "name": "symfony/polyfill-intl-idn",
4564             "version": "v1.18.1",
4565             "source": {
4566                 "type": "git",
4567                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4568                 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
4569             },
4570             "dist": {
4571                 "type": "zip",
4572                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
4573                 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
4574                 "shasum": ""
4575             },
4576             "require": {
4577                 "php": ">=5.3.3",
4578                 "symfony/polyfill-intl-normalizer": "^1.10",
4579                 "symfony/polyfill-php70": "^1.10",
4580                 "symfony/polyfill-php72": "^1.10"
4581             },
4582             "suggest": {
4583                 "ext-intl": "For best performance"
4584             },
4585             "type": "library",
4586             "extra": {
4587                 "branch-alias": {
4588                     "dev-master": "1.18-dev"
4589                 },
4590                 "thanks": {
4591                     "name": "symfony/polyfill",
4592                     "url": "https://github.com/symfony/polyfill"
4593                 }
4594             },
4595             "autoload": {
4596                 "psr-4": {
4597                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
4598                 },
4599                 "files": [
4600                     "bootstrap.php"
4601                 ]
4602             },
4603             "notification-url": "https://packagist.org/downloads/",
4604             "license": [
4605                 "MIT"
4606             ],
4607             "authors": [
4608                 {
4609                     "name": "Laurent Bassin",
4610                     "email": "[email protected]"
4611                 },
4612                 {
4613                     "name": "Trevor Rowbotham",
4614                     "email": "[email protected]"
4615                 },
4616                 {
4617                     "name": "Symfony Community",
4618                     "homepage": "https://symfony.com/contributors"
4619                 }
4620             ],
4621             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4622             "homepage": "https://symfony.com",
4623             "keywords": [
4624                 "compatibility",
4625                 "idn",
4626                 "intl",
4627                 "polyfill",
4628                 "portable",
4629                 "shim"
4630             ],
4631             "funding": [
4632                 {
4633                     "url": "https://symfony.com/sponsor",
4634                     "type": "custom"
4635                 },
4636                 {
4637                     "url": "https://github.com/fabpot",
4638                     "type": "github"
4639                 },
4640                 {
4641                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4642                     "type": "tidelift"
4643                 }
4644             ],
4645             "time": "2020-08-04T06:02:08+00:00"
4646         },
4647         {
4648             "name": "symfony/polyfill-intl-normalizer",
4649             "version": "v1.18.1",
4650             "source": {
4651                 "type": "git",
4652                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4653                 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
4654             },
4655             "dist": {
4656                 "type": "zip",
4657                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
4658                 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
4659                 "shasum": ""
4660             },
4661             "require": {
4662                 "php": ">=5.3.3"
4663             },
4664             "suggest": {
4665                 "ext-intl": "For best performance"
4666             },
4667             "type": "library",
4668             "extra": {
4669                 "branch-alias": {
4670                     "dev-master": "1.18-dev"
4671                 },
4672                 "thanks": {
4673                     "name": "symfony/polyfill",
4674                     "url": "https://github.com/symfony/polyfill"
4675                 }
4676             },
4677             "autoload": {
4678                 "psr-4": {
4679                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4680                 },
4681                 "files": [
4682                     "bootstrap.php"
4683                 ],
4684                 "classmap": [
4685                     "Resources/stubs"
4686                 ]
4687             },
4688             "notification-url": "https://packagist.org/downloads/",
4689             "license": [
4690                 "MIT"
4691             ],
4692             "authors": [
4693                 {
4694                     "name": "Nicolas Grekas",
4695                     "email": "[email protected]"
4696                 },
4697                 {
4698                     "name": "Symfony Community",
4699                     "homepage": "https://symfony.com/contributors"
4700                 }
4701             ],
4702             "description": "Symfony polyfill for intl's Normalizer class and related functions",
4703             "homepage": "https://symfony.com",
4704             "keywords": [
4705                 "compatibility",
4706                 "intl",
4707                 "normalizer",
4708                 "polyfill",
4709                 "portable",
4710                 "shim"
4711             ],
4712             "funding": [
4713                 {
4714                     "url": "https://symfony.com/sponsor",
4715                     "type": "custom"
4716                 },
4717                 {
4718                     "url": "https://github.com/fabpot",
4719                     "type": "github"
4720                 },
4721                 {
4722                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4723                     "type": "tidelift"
4724                 }
4725             ],
4726             "time": "2020-07-14T12:35:20+00:00"
4727         },
4728         {
4729             "name": "symfony/polyfill-mbstring",
4730             "version": "v1.18.1",
4731             "source": {
4732                 "type": "git",
4733                 "url": "https://github.com/symfony/polyfill-mbstring.git",
4734                 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
4735             },
4736             "dist": {
4737                 "type": "zip",
4738                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
4739                 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
4740                 "shasum": ""
4741             },
4742             "require": {
4743                 "php": ">=5.3.3"
4744             },
4745             "suggest": {
4746                 "ext-mbstring": "For best performance"
4747             },
4748             "type": "library",
4749             "extra": {
4750                 "branch-alias": {
4751                     "dev-master": "1.18-dev"
4752                 },
4753                 "thanks": {
4754                     "name": "symfony/polyfill",
4755                     "url": "https://github.com/symfony/polyfill"
4756                 }
4757             },
4758             "autoload": {
4759                 "psr-4": {
4760                     "Symfony\\Polyfill\\Mbstring\\": ""
4761                 },
4762                 "files": [
4763                     "bootstrap.php"
4764                 ]
4765             },
4766             "notification-url": "https://packagist.org/downloads/",
4767             "license": [
4768                 "MIT"
4769             ],
4770             "authors": [
4771                 {
4772                     "name": "Nicolas Grekas",
4773                     "email": "[email protected]"
4774                 },
4775                 {
4776                     "name": "Symfony Community",
4777                     "homepage": "https://symfony.com/contributors"
4778                 }
4779             ],
4780             "description": "Symfony polyfill for the Mbstring extension",
4781             "homepage": "https://symfony.com",
4782             "keywords": [
4783                 "compatibility",
4784                 "mbstring",
4785                 "polyfill",
4786                 "portable",
4787                 "shim"
4788             ],
4789             "funding": [
4790                 {
4791                     "url": "https://symfony.com/sponsor",
4792                     "type": "custom"
4793                 },
4794                 {
4795                     "url": "https://github.com/fabpot",
4796                     "type": "github"
4797                 },
4798                 {
4799                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4800                     "type": "tidelift"
4801                 }
4802             ],
4803             "time": "2020-07-14T12:35:20+00:00"
4804         },
4805         {
4806             "name": "symfony/polyfill-php70",
4807             "version": "v1.18.1",
4808             "source": {
4809                 "type": "git",
4810                 "url": "https://github.com/symfony/polyfill-php70.git",
4811                 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
4812             },
4813             "dist": {
4814                 "type": "zip",
4815                 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
4816                 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
4817                 "shasum": ""
4818             },
4819             "require": {
4820                 "paragonie/random_compat": "~1.0|~2.0|~9.99",
4821                 "php": ">=5.3.3"
4822             },
4823             "type": "library",
4824             "extra": {
4825                 "branch-alias": {
4826                     "dev-master": "1.18-dev"
4827                 },
4828                 "thanks": {
4829                     "name": "symfony/polyfill",
4830                     "url": "https://github.com/symfony/polyfill"
4831                 }
4832             },
4833             "autoload": {
4834                 "psr-4": {
4835                     "Symfony\\Polyfill\\Php70\\": ""
4836                 },
4837                 "files": [
4838                     "bootstrap.php"
4839                 ],
4840                 "classmap": [
4841                     "Resources/stubs"
4842                 ]
4843             },
4844             "notification-url": "https://packagist.org/downloads/",
4845             "license": [
4846                 "MIT"
4847             ],
4848             "authors": [
4849                 {
4850                     "name": "Nicolas Grekas",
4851                     "email": "[email protected]"
4852                 },
4853                 {
4854                     "name": "Symfony Community",
4855                     "homepage": "https://symfony.com/contributors"
4856                 }
4857             ],
4858             "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4859             "homepage": "https://symfony.com",
4860             "keywords": [
4861                 "compatibility",
4862                 "polyfill",
4863                 "portable",
4864                 "shim"
4865             ],
4866             "funding": [
4867                 {
4868                     "url": "https://symfony.com/sponsor",
4869                     "type": "custom"
4870                 },
4871                 {
4872                     "url": "https://github.com/fabpot",
4873                     "type": "github"
4874                 },
4875                 {
4876                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4877                     "type": "tidelift"
4878                 }
4879             ],
4880             "time": "2020-07-14T12:35:20+00:00"
4881         },
4882         {
4883             "name": "symfony/polyfill-php72",
4884             "version": "v1.18.1",
4885             "source": {
4886                 "type": "git",
4887                 "url": "https://github.com/symfony/polyfill-php72.git",
4888                 "reference": "639447d008615574653fb3bc60d1986d7172eaae"
4889             },
4890             "dist": {
4891                 "type": "zip",
4892                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
4893                 "reference": "639447d008615574653fb3bc60d1986d7172eaae",
4894                 "shasum": ""
4895             },
4896             "require": {
4897                 "php": ">=5.3.3"
4898             },
4899             "type": "library",
4900             "extra": {
4901                 "branch-alias": {
4902                     "dev-master": "1.18-dev"
4903                 },
4904                 "thanks": {
4905                     "name": "symfony/polyfill",
4906                     "url": "https://github.com/symfony/polyfill"
4907                 }
4908             },
4909             "autoload": {
4910                 "psr-4": {
4911                     "Symfony\\Polyfill\\Php72\\": ""
4912                 },
4913                 "files": [
4914                     "bootstrap.php"
4915                 ]
4916             },
4917             "notification-url": "https://packagist.org/downloads/",
4918             "license": [
4919                 "MIT"
4920             ],
4921             "authors": [
4922                 {
4923                     "name": "Nicolas Grekas",
4924                     "email": "[email protected]"
4925                 },
4926                 {
4927                     "name": "Symfony Community",
4928                     "homepage": "https://symfony.com/contributors"
4929                 }
4930             ],
4931             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4932             "homepage": "https://symfony.com",
4933             "keywords": [
4934                 "compatibility",
4935                 "polyfill",
4936                 "portable",
4937                 "shim"
4938             ],
4939             "funding": [
4940                 {
4941                     "url": "https://symfony.com/sponsor",
4942                     "type": "custom"
4943                 },
4944                 {
4945                     "url": "https://github.com/fabpot",
4946                     "type": "github"
4947                 },
4948                 {
4949                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4950                     "type": "tidelift"
4951                 }
4952             ],
4953             "time": "2020-07-14T12:35:20+00:00"
4954         },
4955         {
4956             "name": "symfony/polyfill-php73",
4957             "version": "v1.18.1",
4958             "source": {
4959                 "type": "git",
4960                 "url": "https://github.com/symfony/polyfill-php73.git",
4961                 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
4962             },
4963             "dist": {
4964                 "type": "zip",
4965                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
4966                 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
4967                 "shasum": ""
4968             },
4969             "require": {
4970                 "php": ">=5.3.3"
4971             },
4972             "type": "library",
4973             "extra": {
4974                 "branch-alias": {
4975                     "dev-master": "1.18-dev"
4976                 },
4977                 "thanks": {
4978                     "name": "symfony/polyfill",
4979                     "url": "https://github.com/symfony/polyfill"
4980                 }
4981             },
4982             "autoload": {
4983                 "psr-4": {
4984                     "Symfony\\Polyfill\\Php73\\": ""
4985                 },
4986                 "files": [
4987                     "bootstrap.php"
4988                 ],
4989                 "classmap": [
4990                     "Resources/stubs"
4991                 ]
4992             },
4993             "notification-url": "https://packagist.org/downloads/",
4994             "license": [
4995                 "MIT"
4996             ],
4997             "authors": [
4998                 {
4999                     "name": "Nicolas Grekas",
5000                     "email": "[email protected]"
5001                 },
5002                 {
5003                     "name": "Symfony Community",
5004                     "homepage": "https://symfony.com/contributors"
5005                 }
5006             ],
5007             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
5008             "homepage": "https://symfony.com",
5009             "keywords": [
5010                 "compatibility",
5011                 "polyfill",
5012                 "portable",
5013                 "shim"
5014             ],
5015             "funding": [
5016                 {
5017                     "url": "https://symfony.com/sponsor",
5018                     "type": "custom"
5019                 },
5020                 {
5021                     "url": "https://github.com/fabpot",
5022                     "type": "github"
5023                 },
5024                 {
5025                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5026                     "type": "tidelift"
5027                 }
5028             ],
5029             "time": "2020-07-14T12:35:20+00:00"
5030         },
5031         {
5032             "name": "symfony/polyfill-php80",
5033             "version": "v1.18.1",
5034             "source": {
5035                 "type": "git",
5036                 "url": "https://github.com/symfony/polyfill-php80.git",
5037                 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
5038             },
5039             "dist": {
5040                 "type": "zip",
5041                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
5042                 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
5043                 "shasum": ""
5044             },
5045             "require": {
5046                 "php": ">=7.0.8"
5047             },
5048             "type": "library",
5049             "extra": {
5050                 "branch-alias": {
5051                     "dev-master": "1.18-dev"
5052                 },
5053                 "thanks": {
5054                     "name": "symfony/polyfill",
5055                     "url": "https://github.com/symfony/polyfill"
5056                 }
5057             },
5058             "autoload": {
5059                 "psr-4": {
5060                     "Symfony\\Polyfill\\Php80\\": ""
5061                 },
5062                 "files": [
5063                     "bootstrap.php"
5064                 ],
5065                 "classmap": [
5066                     "Resources/stubs"
5067                 ]
5068             },
5069             "notification-url": "https://packagist.org/downloads/",
5070             "license": [
5071                 "MIT"
5072             ],
5073             "authors": [
5074                 {
5075                     "name": "Ion Bazan",
5076                     "email": "[email protected]"
5077                 },
5078                 {
5079                     "name": "Nicolas Grekas",
5080                     "email": "[email protected]"
5081                 },
5082                 {
5083                     "name": "Symfony Community",
5084                     "homepage": "https://symfony.com/contributors"
5085                 }
5086             ],
5087             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5088             "homepage": "https://symfony.com",
5089             "keywords": [
5090                 "compatibility",
5091                 "polyfill",
5092                 "portable",
5093                 "shim"
5094             ],
5095             "funding": [
5096                 {
5097                     "url": "https://symfony.com/sponsor",
5098                     "type": "custom"
5099                 },
5100                 {
5101                     "url": "https://github.com/fabpot",
5102                     "type": "github"
5103                 },
5104                 {
5105                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5106                     "type": "tidelift"
5107                 }
5108             ],
5109             "time": "2020-07-14T12:35:20+00:00"
5110         },
5111         {
5112             "name": "symfony/process",
5113             "version": "v4.4.13",
5114             "source": {
5115                 "type": "git",
5116                 "url": "https://github.com/symfony/process.git",
5117                 "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479"
5118             },
5119             "dist": {
5120                 "type": "zip",
5121                 "url": "https://api.github.com/repos/symfony/process/zipball/65e70bab62f3da7089a8d4591fb23fbacacb3479",
5122                 "reference": "65e70bab62f3da7089a8d4591fb23fbacacb3479",
5123                 "shasum": ""
5124             },
5125             "require": {
5126                 "php": ">=7.1.3"
5127             },
5128             "type": "library",
5129             "extra": {
5130                 "branch-alias": {
5131                     "dev-master": "4.4-dev"
5132                 }
5133             },
5134             "autoload": {
5135                 "psr-4": {
5136                     "Symfony\\Component\\Process\\": ""
5137                 },
5138                 "exclude-from-classmap": [
5139                     "/Tests/"
5140                 ]
5141             },
5142             "notification-url": "https://packagist.org/downloads/",
5143             "license": [
5144                 "MIT"
5145             ],
5146             "authors": [
5147                 {
5148                     "name": "Fabien Potencier",
5149                     "email": "[email protected]"
5150                 },
5151                 {
5152                     "name": "Symfony Community",
5153                     "homepage": "https://symfony.com/contributors"
5154                 }
5155             ],
5156             "description": "Symfony Process Component",
5157             "homepage": "https://symfony.com",
5158             "funding": [
5159                 {
5160                     "url": "https://symfony.com/sponsor",
5161                     "type": "custom"
5162                 },
5163                 {
5164                     "url": "https://github.com/fabpot",
5165                     "type": "github"
5166                 },
5167                 {
5168                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5169                     "type": "tidelift"
5170                 }
5171             ],
5172             "time": "2020-07-23T08:31:43+00:00"
5173         },
5174         {
5175             "name": "symfony/routing",
5176             "version": "v4.4.13",
5177             "source": {
5178                 "type": "git",
5179                 "url": "https://github.com/symfony/routing.git",
5180                 "reference": "e3387963565da9bae51d1d3ab8041646cc93bd04"
5181             },
5182             "dist": {
5183                 "type": "zip",
5184                 "url": "https://api.github.com/repos/symfony/routing/zipball/e3387963565da9bae51d1d3ab8041646cc93bd04",
5185                 "reference": "e3387963565da9bae51d1d3ab8041646cc93bd04",
5186                 "shasum": ""
5187             },
5188             "require": {
5189                 "php": ">=7.1.3"
5190             },
5191             "conflict": {
5192                 "symfony/config": "<4.2",
5193                 "symfony/dependency-injection": "<3.4",
5194                 "symfony/yaml": "<3.4"
5195             },
5196             "require-dev": {
5197                 "doctrine/annotations": "~1.2",
5198                 "psr/log": "~1.0",
5199                 "symfony/config": "^4.2|^5.0",
5200                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5201                 "symfony/expression-language": "^3.4|^4.0|^5.0",
5202                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
5203                 "symfony/yaml": "^3.4|^4.0|^5.0"
5204             },
5205             "suggest": {
5206                 "doctrine/annotations": "For using the annotation loader",
5207                 "symfony/config": "For using the all-in-one router or any loader",
5208                 "symfony/expression-language": "For using expression matching",
5209                 "symfony/http-foundation": "For using a Symfony Request object",
5210                 "symfony/yaml": "For using the YAML loader"
5211             },
5212             "type": "library",
5213             "extra": {
5214                 "branch-alias": {
5215                     "dev-master": "4.4-dev"
5216                 }
5217             },
5218             "autoload": {
5219                 "psr-4": {
5220                     "Symfony\\Component\\Routing\\": ""
5221                 },
5222                 "exclude-from-classmap": [
5223                     "/Tests/"
5224                 ]
5225             },
5226             "notification-url": "https://packagist.org/downloads/",
5227             "license": [
5228                 "MIT"
5229             ],
5230             "authors": [
5231                 {
5232                     "name": "Fabien Potencier",
5233                     "email": "[email protected]"
5234                 },
5235                 {
5236                     "name": "Symfony Community",
5237                     "homepage": "https://symfony.com/contributors"
5238                 }
5239             ],
5240             "description": "Symfony Routing Component",
5241             "homepage": "https://symfony.com",
5242             "keywords": [
5243                 "router",
5244                 "routing",
5245                 "uri",
5246                 "url"
5247             ],
5248             "funding": [
5249                 {
5250                     "url": "https://symfony.com/sponsor",
5251                     "type": "custom"
5252                 },
5253                 {
5254                     "url": "https://github.com/fabpot",
5255                     "type": "github"
5256                 },
5257                 {
5258                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5259                     "type": "tidelift"
5260                 }
5261             ],
5262             "time": "2020-08-10T07:27:51+00:00"
5263         },
5264         {
5265             "name": "symfony/service-contracts",
5266             "version": "v1.1.9",
5267             "source": {
5268                 "type": "git",
5269                 "url": "https://github.com/symfony/service-contracts.git",
5270                 "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26"
5271             },
5272             "dist": {
5273                 "type": "zip",
5274                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26",
5275                 "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26",
5276                 "shasum": ""
5277             },
5278             "require": {
5279                 "php": ">=7.1.3",
5280                 "psr/container": "^1.0"
5281             },
5282             "suggest": {
5283                 "symfony/service-implementation": ""
5284             },
5285             "type": "library",
5286             "extra": {
5287                 "branch-alias": {
5288                     "dev-master": "1.1-dev"
5289                 },
5290                 "thanks": {
5291                     "name": "symfony/contracts",
5292                     "url": "https://github.com/symfony/contracts"
5293                 }
5294             },
5295             "autoload": {
5296                 "psr-4": {
5297                     "Symfony\\Contracts\\Service\\": ""
5298                 }
5299             },
5300             "notification-url": "https://packagist.org/downloads/",
5301             "license": [
5302                 "MIT"
5303             ],
5304             "authors": [
5305                 {
5306                     "name": "Nicolas Grekas",
5307                     "email": "[email protected]"
5308                 },
5309                 {
5310                     "name": "Symfony Community",
5311                     "homepage": "https://symfony.com/contributors"
5312                 }
5313             ],
5314             "description": "Generic abstractions related to writing services",
5315             "homepage": "https://symfony.com",
5316             "keywords": [
5317                 "abstractions",
5318                 "contracts",
5319                 "decoupling",
5320                 "interfaces",
5321                 "interoperability",
5322                 "standards"
5323             ],
5324             "funding": [
5325                 {
5326                     "url": "https://symfony.com/sponsor",
5327                     "type": "custom"
5328                 },
5329                 {
5330                     "url": "https://github.com/fabpot",
5331                     "type": "github"
5332                 },
5333                 {
5334                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5335                     "type": "tidelift"
5336                 }
5337             ],
5338             "time": "2020-07-06T13:19:58+00:00"
5339         },
5340         {
5341             "name": "symfony/translation",
5342             "version": "v4.4.13",
5343             "source": {
5344                 "type": "git",
5345                 "url": "https://github.com/symfony/translation.git",
5346                 "reference": "700e6e50174b0cdcf0fa232773bec5c314680575"
5347             },
5348             "dist": {
5349                 "type": "zip",
5350                 "url": "https://api.github.com/repos/symfony/translation/zipball/700e6e50174b0cdcf0fa232773bec5c314680575",
5351                 "reference": "700e6e50174b0cdcf0fa232773bec5c314680575",
5352                 "shasum": ""
5353             },
5354             "require": {
5355                 "php": ">=7.1.3",
5356                 "symfony/polyfill-mbstring": "~1.0",
5357                 "symfony/translation-contracts": "^1.1.6|^2"
5358             },
5359             "conflict": {
5360                 "symfony/config": "<3.4",
5361                 "symfony/dependency-injection": "<3.4",
5362                 "symfony/http-kernel": "<4.4",
5363                 "symfony/yaml": "<3.4"
5364             },
5365             "provide": {
5366                 "symfony/translation-implementation": "1.0"
5367             },
5368             "require-dev": {
5369                 "psr/log": "~1.0",
5370                 "symfony/config": "^3.4|^4.0|^5.0",
5371                 "symfony/console": "^3.4|^4.0|^5.0",
5372                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5373                 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
5374                 "symfony/http-kernel": "^4.4",
5375                 "symfony/intl": "^3.4|^4.0|^5.0",
5376                 "symfony/service-contracts": "^1.1.2|^2",
5377                 "symfony/yaml": "^3.4|^4.0|^5.0"
5378             },
5379             "suggest": {
5380                 "psr/log-implementation": "To use logging capability in translator",
5381                 "symfony/config": "",
5382                 "symfony/yaml": ""
5383             },
5384             "type": "library",
5385             "extra": {
5386                 "branch-alias": {
5387                     "dev-master": "4.4-dev"
5388                 }
5389             },
5390             "autoload": {
5391                 "psr-4": {
5392                     "Symfony\\Component\\Translation\\": ""
5393                 },
5394                 "exclude-from-classmap": [
5395                     "/Tests/"
5396                 ]
5397             },
5398             "notification-url": "https://packagist.org/downloads/",
5399             "license": [
5400                 "MIT"
5401             ],
5402             "authors": [
5403                 {
5404                     "name": "Fabien Potencier",
5405                     "email": "[email protected]"
5406                 },
5407                 {
5408                     "name": "Symfony Community",
5409                     "homepage": "https://symfony.com/contributors"
5410                 }
5411             ],
5412             "description": "Symfony Translation Component",
5413             "homepage": "https://symfony.com",
5414             "funding": [
5415                 {
5416                     "url": "https://symfony.com/sponsor",
5417                     "type": "custom"
5418                 },
5419                 {
5420                     "url": "https://github.com/fabpot",
5421                     "type": "github"
5422                 },
5423                 {
5424                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5425                     "type": "tidelift"
5426                 }
5427             ],
5428             "time": "2020-08-17T09:56:45+00:00"
5429         },
5430         {
5431             "name": "symfony/translation-contracts",
5432             "version": "v1.1.10",
5433             "source": {
5434                 "type": "git",
5435                 "url": "https://github.com/symfony/translation-contracts.git",
5436                 "reference": "84180a25fad31e23bebd26ca09d89464f082cacc"
5437             },
5438             "dist": {
5439                 "type": "zip",
5440                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/84180a25fad31e23bebd26ca09d89464f082cacc",
5441                 "reference": "84180a25fad31e23bebd26ca09d89464f082cacc",
5442                 "shasum": ""
5443             },
5444             "require": {
5445                 "php": ">=7.1.3"
5446             },
5447             "suggest": {
5448                 "symfony/translation-implementation": ""
5449             },
5450             "type": "library",
5451             "extra": {
5452                 "branch-alias": {
5453                     "dev-master": "1.1-dev"
5454                 },
5455                 "thanks": {
5456                     "name": "symfony/contracts",
5457                     "url": "https://github.com/symfony/contracts"
5458                 }
5459             },
5460             "autoload": {
5461                 "psr-4": {
5462                     "Symfony\\Contracts\\Translation\\": ""
5463                 }
5464             },
5465             "notification-url": "https://packagist.org/downloads/",
5466             "license": [
5467                 "MIT"
5468             ],
5469             "authors": [
5470                 {
5471                     "name": "Nicolas Grekas",
5472                     "email": "[email protected]"
5473                 },
5474                 {
5475                     "name": "Symfony Community",
5476                     "homepage": "https://symfony.com/contributors"
5477                 }
5478             ],
5479             "description": "Generic abstractions related to translation",
5480             "homepage": "https://symfony.com",
5481             "keywords": [
5482                 "abstractions",
5483                 "contracts",
5484                 "decoupling",
5485                 "interfaces",
5486                 "interoperability",
5487                 "standards"
5488             ],
5489             "funding": [
5490                 {
5491                     "url": "https://symfony.com/sponsor",
5492                     "type": "custom"
5493                 },
5494                 {
5495                     "url": "https://github.com/fabpot",
5496                     "type": "github"
5497                 },
5498                 {
5499                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5500                     "type": "tidelift"
5501                 }
5502             ],
5503             "time": "2020-09-02T16:08:58+00:00"
5504         },
5505         {
5506             "name": "symfony/var-dumper",
5507             "version": "v4.4.13",
5508             "source": {
5509                 "type": "git",
5510                 "url": "https://github.com/symfony/var-dumper.git",
5511                 "reference": "1bef32329f3166486ab7cb88599cae4875632b99"
5512             },
5513             "dist": {
5514                 "type": "zip",
5515                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1bef32329f3166486ab7cb88599cae4875632b99",
5516                 "reference": "1bef32329f3166486ab7cb88599cae4875632b99",
5517                 "shasum": ""
5518             },
5519             "require": {
5520                 "php": ">=7.1.3",
5521                 "symfony/polyfill-mbstring": "~1.0",
5522                 "symfony/polyfill-php72": "~1.5",
5523                 "symfony/polyfill-php80": "^1.15"
5524             },
5525             "conflict": {
5526                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5527                 "symfony/console": "<3.4"
5528             },
5529             "require-dev": {
5530                 "ext-iconv": "*",
5531                 "symfony/console": "^3.4|^4.0|^5.0",
5532                 "symfony/process": "^4.4|^5.0",
5533                 "twig/twig": "^1.34|^2.4|^3.0"
5534             },
5535             "suggest": {
5536                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5537                 "ext-intl": "To show region name in time zone dump",
5538                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
5539             },
5540             "bin": [
5541                 "Resources/bin/var-dump-server"
5542             ],
5543             "type": "library",
5544             "extra": {
5545                 "branch-alias": {
5546                     "dev-master": "4.4-dev"
5547                 }
5548             },
5549             "autoload": {
5550                 "files": [
5551                     "Resources/functions/dump.php"
5552                 ],
5553                 "psr-4": {
5554                     "Symfony\\Component\\VarDumper\\": ""
5555                 },
5556                 "exclude-from-classmap": [
5557                     "/Tests/"
5558                 ]
5559             },
5560             "notification-url": "https://packagist.org/downloads/",
5561             "license": [
5562                 "MIT"
5563             ],
5564             "authors": [
5565                 {
5566                     "name": "Nicolas Grekas",
5567                     "email": "[email protected]"
5568                 },
5569                 {
5570                     "name": "Symfony Community",
5571                     "homepage": "https://symfony.com/contributors"
5572                 }
5573             ],
5574             "description": "Symfony mechanism for exploring and dumping PHP variables",
5575             "homepage": "https://symfony.com",
5576             "keywords": [
5577                 "debug",
5578                 "dump"
5579             ],
5580             "funding": [
5581                 {
5582                     "url": "https://symfony.com/sponsor",
5583                     "type": "custom"
5584                 },
5585                 {
5586                     "url": "https://github.com/fabpot",
5587                     "type": "github"
5588                 },
5589                 {
5590                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5591                     "type": "tidelift"
5592                 }
5593             ],
5594             "time": "2020-08-17T07:31:35+00:00"
5595         },
5596         {
5597             "name": "tijsverkoyen/css-to-inline-styles",
5598             "version": "2.2.3",
5599             "source": {
5600                 "type": "git",
5601                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
5602                 "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
5603             },
5604             "dist": {
5605                 "type": "zip",
5606                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
5607                 "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
5608                 "shasum": ""
5609             },
5610             "require": {
5611                 "ext-dom": "*",
5612                 "ext-libxml": "*",
5613                 "php": "^5.5 || ^7.0 || ^8.0",
5614                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
5615             },
5616             "require-dev": {
5617                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
5618             },
5619             "type": "library",
5620             "extra": {
5621                 "branch-alias": {
5622                     "dev-master": "2.2.x-dev"
5623                 }
5624             },
5625             "autoload": {
5626                 "psr-4": {
5627                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
5628                 }
5629             },
5630             "notification-url": "https://packagist.org/downloads/",
5631             "license": [
5632                 "BSD-3-Clause"
5633             ],
5634             "authors": [
5635                 {
5636                     "name": "Tijs Verkoyen",
5637                     "email": "[email protected]",
5638                     "role": "Developer"
5639                 }
5640             ],
5641             "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
5642             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
5643             "time": "2020-07-13T06:12:54+00:00"
5644         },
5645         {
5646             "name": "vlucas/phpdotenv",
5647             "version": "v3.6.7",
5648             "source": {
5649                 "type": "git",
5650                 "url": "https://github.com/vlucas/phpdotenv.git",
5651                 "reference": "2065beda6cbe75e2603686907b2e45f6f3a5ad82"
5652             },
5653             "dist": {
5654                 "type": "zip",
5655                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2065beda6cbe75e2603686907b2e45f6f3a5ad82",
5656                 "reference": "2065beda6cbe75e2603686907b2e45f6f3a5ad82",
5657                 "shasum": ""
5658             },
5659             "require": {
5660                 "php": "^5.4 || ^7.0 || ^8.0",
5661                 "phpoption/phpoption": "^1.5.2",
5662                 "symfony/polyfill-ctype": "^1.17"
5663             },
5664             "require-dev": {
5665                 "ext-filter": "*",
5666                 "ext-pcre": "*",
5667                 "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
5668             },
5669             "suggest": {
5670                 "ext-filter": "Required to use the boolean validator.",
5671                 "ext-pcre": "Required to use most of the library."
5672             },
5673             "type": "library",
5674             "extra": {
5675                 "branch-alias": {
5676                     "dev-master": "3.6-dev"
5677                 }
5678             },
5679             "autoload": {
5680                 "psr-4": {
5681                     "Dotenv\\": "src/"
5682                 }
5683             },
5684             "notification-url": "https://packagist.org/downloads/",
5685             "license": [
5686                 "BSD-3-Clause"
5687             ],
5688             "authors": [
5689                 {
5690                     "name": "Graham Campbell",
5691                     "email": "[email protected]",
5692                     "homepage": "https://gjcampbell.co.uk/"
5693                 },
5694                 {
5695                     "name": "Vance Lucas",
5696                     "email": "[email protected]",
5697                     "homepage": "https://vancelucas.com/"
5698                 }
5699             ],
5700             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
5701             "keywords": [
5702                 "dotenv",
5703                 "env",
5704                 "environment"
5705             ],
5706             "funding": [
5707                 {
5708                     "url": "https://github.com/GrahamCampbell",
5709                     "type": "github"
5710                 },
5711                 {
5712                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
5713                     "type": "tidelift"
5714                 }
5715             ],
5716             "time": "2020-07-14T19:04:52+00:00"
5717         }
5718     ],
5719     "packages-dev": [
5720         {
5721             "name": "barryvdh/laravel-debugbar",
5722             "version": "v3.5.1",
5723             "source": {
5724                 "type": "git",
5725                 "url": "https://github.com/barryvdh/laravel-debugbar.git",
5726                 "reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc"
5727             },
5728             "dist": {
5729                 "type": "zip",
5730                 "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/233c10688f4c1a6e66ed2ef123038b1363d1bedc",
5731                 "reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc",
5732                 "shasum": ""
5733             },
5734             "require": {
5735                 "illuminate/routing": "^6|^7|^8",
5736                 "illuminate/session": "^6|^7|^8",
5737                 "illuminate/support": "^6|^7|^8",
5738                 "maximebf/debugbar": "^1.16.3",
5739                 "php": ">=7.2",
5740                 "symfony/debug": "^4.3|^5",
5741                 "symfony/finder": "^4.3|^5"
5742             },
5743             "require-dev": {
5744                 "orchestra/testbench-dusk": "^4|^5|^6",
5745                 "phpunit/phpunit": "^8.5|^9.0",
5746                 "squizlabs/php_codesniffer": "^3.5"
5747             },
5748             "type": "library",
5749             "extra": {
5750                 "branch-alias": {
5751                     "dev-master": "3.5-dev"
5752                 },
5753                 "laravel": {
5754                     "providers": [
5755                         "Barryvdh\\Debugbar\\ServiceProvider"
5756                     ],
5757                     "aliases": {
5758                         "Debugbar": "Barryvdh\\Debugbar\\Facade"
5759                     }
5760                 }
5761             },
5762             "autoload": {
5763                 "psr-4": {
5764                     "Barryvdh\\Debugbar\\": "src/"
5765                 },
5766                 "files": [
5767                     "src/helpers.php"
5768                 ]
5769             },
5770             "notification-url": "https://packagist.org/downloads/",
5771             "license": [
5772                 "MIT"
5773             ],
5774             "authors": [
5775                 {
5776                     "name": "Barry vd. Heuvel",
5777                     "email": "[email protected]"
5778                 }
5779             ],
5780             "description": "PHP Debugbar integration for Laravel",
5781             "keywords": [
5782                 "debug",
5783                 "debugbar",
5784                 "laravel",
5785                 "profiler",
5786                 "webprofiler"
5787             ],
5788             "funding": [
5789                 {
5790                     "url": "https://github.com/barryvdh",
5791                     "type": "github"
5792                 }
5793             ],
5794             "time": "2020-09-07T19:32:39+00:00"
5795         },
5796         {
5797             "name": "barryvdh/laravel-ide-helper",
5798             "version": "v2.8.1",
5799             "source": {
5800                 "type": "git",
5801                 "url": "https://github.com/barryvdh/laravel-ide-helper.git",
5802                 "reference": "affa55122f83575888d4ebf1728992686e8223de"
5803             },
5804             "dist": {
5805                 "type": "zip",
5806                 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/affa55122f83575888d4ebf1728992686e8223de",
5807                 "reference": "affa55122f83575888d4ebf1728992686e8223de",
5808                 "shasum": ""
5809             },
5810             "require": {
5811                 "barryvdh/reflection-docblock": "^2.0.6",
5812                 "composer/composer": "^1.6 || ^2.0@dev",
5813                 "doctrine/dbal": "~2.3",
5814                 "ext-json": "*",
5815                 "illuminate/console": "^6 || ^7 || ^8",
5816                 "illuminate/filesystem": "^6 || ^7 || ^8",
5817                 "illuminate/support": "^6 || ^7 || ^8",
5818                 "php": ">=7.2",
5819                 "phpdocumentor/type-resolver": "^1.1.0"
5820             },
5821             "require-dev": {
5822                 "friendsofphp/php-cs-fixer": "^2",
5823                 "illuminate/config": "^6 || ^7 || ^8",
5824                 "illuminate/view": "^6 || ^7 || ^8",
5825                 "mockery/mockery": "^1.3",
5826                 "orchestra/testbench": "^4 || ^5 || ^6",
5827                 "phpunit/phpunit": "^8.5 || ^9",
5828                 "spatie/phpunit-snapshot-assertions": "^1.4 || ^2.2 || ^3",
5829                 "vimeo/psalm": "^3.12"
5830             },
5831             "type": "library",
5832             "extra": {
5833                 "branch-alias": {
5834                     "dev-master": "2.8-dev"
5835                 },
5836                 "laravel": {
5837                     "providers": [
5838                         "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
5839                     ]
5840                 }
5841             },
5842             "autoload": {
5843                 "psr-4": {
5844                     "Barryvdh\\LaravelIdeHelper\\": "src"
5845                 }
5846             },
5847             "notification-url": "https://packagist.org/downloads/",
5848             "license": [
5849                 "MIT"
5850             ],
5851             "authors": [
5852                 {
5853                     "name": "Barry vd. Heuvel",
5854                     "email": "[email protected]"
5855                 }
5856             ],
5857             "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
5858             "keywords": [
5859                 "autocomplete",
5860                 "codeintel",
5861                 "helper",
5862                 "ide",
5863                 "laravel",
5864                 "netbeans",
5865                 "phpdoc",
5866                 "phpstorm",
5867                 "sublime"
5868             ],
5869             "funding": [
5870                 {
5871                     "url": "https://github.com/barryvdh",
5872                     "type": "github"
5873                 }
5874             ],
5875             "time": "2020-09-07T07:36:37+00:00"
5876         },
5877         {
5878             "name": "barryvdh/reflection-docblock",
5879             "version": "v2.0.6",
5880             "source": {
5881                 "type": "git",
5882                 "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
5883                 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
5884             },
5885             "dist": {
5886                 "type": "zip",
5887                 "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
5888                 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
5889                 "shasum": ""
5890             },
5891             "require": {
5892                 "php": ">=5.3.3"
5893             },
5894             "require-dev": {
5895                 "phpunit/phpunit": "~4.0,<4.5"
5896             },
5897             "suggest": {
5898                 "dflydev/markdown": "~1.0",
5899                 "erusev/parsedown": "~1.0"
5900             },
5901             "type": "library",
5902             "extra": {
5903                 "branch-alias": {
5904                     "dev-master": "2.0.x-dev"
5905                 }
5906             },
5907             "autoload": {
5908                 "psr-0": {
5909                     "Barryvdh": [
5910                         "src/"
5911                     ]
5912                 }
5913             },
5914             "notification-url": "https://packagist.org/downloads/",
5915             "license": [
5916                 "MIT"
5917             ],
5918             "authors": [
5919                 {
5920                     "name": "Mike van Riel",
5921                     "email": "[email protected]"
5922                 }
5923             ],
5924             "time": "2018-12-13T10:34:14+00:00"
5925         },
5926         {
5927             "name": "composer/ca-bundle",
5928             "version": "1.2.8",
5929             "source": {
5930                 "type": "git",
5931                 "url": "https://github.com/composer/ca-bundle.git",
5932                 "reference": "8a7ecad675253e4654ea05505233285377405215"
5933             },
5934             "dist": {
5935                 "type": "zip",
5936                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
5937                 "reference": "8a7ecad675253e4654ea05505233285377405215",
5938                 "shasum": ""
5939             },
5940             "require": {
5941                 "ext-openssl": "*",
5942                 "ext-pcre": "*",
5943                 "php": "^5.3.2 || ^7.0 || ^8.0"
5944             },
5945             "require-dev": {
5946                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
5947                 "psr/log": "^1.0",
5948                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
5949             },
5950             "type": "library",
5951             "extra": {
5952                 "branch-alias": {
5953                     "dev-master": "1.x-dev"
5954                 }
5955             },
5956             "autoload": {
5957                 "psr-4": {
5958                     "Composer\\CaBundle\\": "src"
5959                 }
5960             },
5961             "notification-url": "https://packagist.org/downloads/",
5962             "license": [
5963                 "MIT"
5964             ],
5965             "authors": [
5966                 {
5967                     "name": "Jordi Boggiano",
5968                     "email": "[email protected]",
5969                     "homepage": "http://seld.be"
5970                 }
5971             ],
5972             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
5973             "keywords": [
5974                 "cabundle",
5975                 "cacert",
5976                 "certificate",
5977                 "ssl",
5978                 "tls"
5979             ],
5980             "funding": [
5981                 {
5982                     "url": "https://packagist.com",
5983                     "type": "custom"
5984                 },
5985                 {
5986                     "url": "https://github.com/composer",
5987                     "type": "github"
5988                 },
5989                 {
5990                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5991                     "type": "tidelift"
5992                 }
5993             ],
5994             "time": "2020-08-23T12:54:47+00:00"
5995         },
5996         {
5997             "name": "composer/composer",
5998             "version": "1.10.13",
5999             "source": {
6000                 "type": "git",
6001                 "url": "https://github.com/composer/composer.git",
6002                 "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b"
6003             },
6004             "dist": {
6005                 "type": "zip",
6006                 "url": "https://api.github.com/repos/composer/composer/zipball/47c841ba3b2d3fc0b4b13282cf029ea18b66d78b",
6007                 "reference": "47c841ba3b2d3fc0b4b13282cf029ea18b66d78b",
6008                 "shasum": ""
6009             },
6010             "require": {
6011                 "composer/ca-bundle": "^1.0",
6012                 "composer/semver": "^1.0",
6013                 "composer/spdx-licenses": "^1.2",
6014                 "composer/xdebug-handler": "^1.1",
6015                 "justinrainbow/json-schema": "^5.2.10",
6016                 "php": "^5.3.2 || ^7.0",
6017                 "psr/log": "^1.0",
6018                 "seld/jsonlint": "^1.4",
6019                 "seld/phar-utils": "^1.0",
6020                 "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
6021                 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
6022                 "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
6023                 "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
6024             },
6025             "conflict": {
6026                 "symfony/console": "2.8.38"
6027             },
6028             "require-dev": {
6029                 "phpspec/prophecy": "^1.10",
6030                 "symfony/phpunit-bridge": "^4.2"
6031             },
6032             "suggest": {
6033                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
6034                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
6035                 "ext-zlib": "Allow gzip compression of HTTP requests"
6036             },
6037             "bin": [
6038                 "bin/composer"
6039             ],
6040             "type": "library",
6041             "extra": {
6042                 "branch-alias": {
6043                     "dev-master": "1.10-dev"
6044                 }
6045             },
6046             "autoload": {
6047                 "psr-4": {
6048                     "Composer\\": "src/Composer"
6049                 }
6050             },
6051             "notification-url": "https://packagist.org/downloads/",
6052             "license": [
6053                 "MIT"
6054             ],
6055             "authors": [
6056                 {
6057                     "name": "Nils Adermann",
6058                     "email": "[email protected]",
6059                     "homepage": "http://www.naderman.de"
6060                 },
6061                 {
6062                     "name": "Jordi Boggiano",
6063                     "email": "[email protected]",
6064                     "homepage": "http://seld.be"
6065                 }
6066             ],
6067             "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
6068             "homepage": "https://getcomposer.org/",
6069             "keywords": [
6070                 "autoload",
6071                 "dependency",
6072                 "package"
6073             ],
6074             "funding": [
6075                 {
6076                     "url": "https://packagist.com",
6077                     "type": "custom"
6078                 },
6079                 {
6080                     "url": "https://github.com/composer",
6081                     "type": "github"
6082                 },
6083                 {
6084                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6085                     "type": "tidelift"
6086                 }
6087             ],
6088             "time": "2020-09-09T09:46:34+00:00"
6089         },
6090         {
6091             "name": "composer/semver",
6092             "version": "1.7.0",
6093             "source": {
6094                 "type": "git",
6095                 "url": "https://github.com/composer/semver.git",
6096                 "reference": "114f819054a2ea7db03287f5efb757e2af6e4079"
6097             },
6098             "dist": {
6099                 "type": "zip",
6100                 "url": "https://api.github.com/repos/composer/semver/zipball/114f819054a2ea7db03287f5efb757e2af6e4079",
6101                 "reference": "114f819054a2ea7db03287f5efb757e2af6e4079",
6102                 "shasum": ""
6103             },
6104             "require": {
6105                 "php": "^5.3.2 || ^7.0"
6106             },
6107             "require-dev": {
6108                 "phpunit/phpunit": "^4.5 || ^5.0.5"
6109             },
6110             "type": "library",
6111             "extra": {
6112                 "branch-alias": {
6113                     "dev-master": "1.x-dev"
6114                 }
6115             },
6116             "autoload": {
6117                 "psr-4": {
6118                     "Composer\\Semver\\": "src"
6119                 }
6120             },
6121             "notification-url": "https://packagist.org/downloads/",
6122             "license": [
6123                 "MIT"
6124             ],
6125             "authors": [
6126                 {
6127                     "name": "Nils Adermann",
6128                     "email": "[email protected]",
6129                     "homepage": "http://www.naderman.de"
6130                 },
6131                 {
6132                     "name": "Jordi Boggiano",
6133                     "email": "[email protected]",
6134                     "homepage": "http://seld.be"
6135                 },
6136                 {
6137                     "name": "Rob Bast",
6138                     "email": "[email protected]",
6139                     "homepage": "http://robbast.nl"
6140                 }
6141             ],
6142             "description": "Semver library that offers utilities, version constraint parsing and validation.",
6143             "keywords": [
6144                 "semantic",
6145                 "semver",
6146                 "validation",
6147                 "versioning"
6148             ],
6149             "funding": [
6150                 {
6151                     "url": "https://packagist.com",
6152                     "type": "custom"
6153                 },
6154                 {
6155                     "url": "https://github.com/composer",
6156                     "type": "github"
6157                 },
6158                 {
6159                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6160                     "type": "tidelift"
6161                 }
6162             ],
6163             "time": "2020-09-09T09:34:06+00:00"
6164         },
6165         {
6166             "name": "composer/spdx-licenses",
6167             "version": "1.5.4",
6168             "source": {
6169                 "type": "git",
6170                 "url": "https://github.com/composer/spdx-licenses.git",
6171                 "reference": "6946f785871e2314c60b4524851f3702ea4f2223"
6172             },
6173             "dist": {
6174                 "type": "zip",
6175                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
6176                 "reference": "6946f785871e2314c60b4524851f3702ea4f2223",
6177                 "shasum": ""
6178             },
6179             "require": {
6180                 "php": "^5.3.2 || ^7.0 || ^8.0"
6181             },
6182             "require-dev": {
6183                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
6184             },
6185             "type": "library",
6186             "extra": {
6187                 "branch-alias": {
6188                     "dev-master": "1.x-dev"
6189                 }
6190             },
6191             "autoload": {
6192                 "psr-4": {
6193                     "Composer\\Spdx\\": "src"
6194                 }
6195             },
6196             "notification-url": "https://packagist.org/downloads/",
6197             "license": [
6198                 "MIT"
6199             ],
6200             "authors": [
6201                 {
6202                     "name": "Nils Adermann",
6203                     "email": "[email protected]",
6204                     "homepage": "http://www.naderman.de"
6205                 },
6206                 {
6207                     "name": "Jordi Boggiano",
6208                     "email": "[email protected]",
6209                     "homepage": "http://seld.be"
6210                 },
6211                 {
6212                     "name": "Rob Bast",
6213                     "email": "[email protected]",
6214                     "homepage": "http://robbast.nl"
6215                 }
6216             ],
6217             "description": "SPDX licenses list and validation library.",
6218             "keywords": [
6219                 "license",
6220                 "spdx",
6221                 "validator"
6222             ],
6223             "funding": [
6224                 {
6225                     "url": "https://packagist.com",
6226                     "type": "custom"
6227                 },
6228                 {
6229                     "url": "https://github.com/composer",
6230                     "type": "github"
6231                 },
6232                 {
6233                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6234                     "type": "tidelift"
6235                 }
6236             ],
6237             "time": "2020-07-15T15:35:07+00:00"
6238         },
6239         {
6240             "name": "composer/xdebug-handler",
6241             "version": "1.4.3",
6242             "source": {
6243                 "type": "git",
6244                 "url": "https://github.com/composer/xdebug-handler.git",
6245                 "reference": "ebd27a9866ae8254e873866f795491f02418c5a5"
6246             },
6247             "dist": {
6248                 "type": "zip",
6249                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ebd27a9866ae8254e873866f795491f02418c5a5",
6250                 "reference": "ebd27a9866ae8254e873866f795491f02418c5a5",
6251                 "shasum": ""
6252             },
6253             "require": {
6254                 "php": "^5.3.2 || ^7.0 || ^8.0",
6255                 "psr/log": "^1.0"
6256             },
6257             "require-dev": {
6258                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
6259             },
6260             "type": "library",
6261             "autoload": {
6262                 "psr-4": {
6263                     "Composer\\XdebugHandler\\": "src"
6264                 }
6265             },
6266             "notification-url": "https://packagist.org/downloads/",
6267             "license": [
6268                 "MIT"
6269             ],
6270             "authors": [
6271                 {
6272                     "name": "John Stevenson",
6273                     "email": "[email protected]"
6274                 }
6275             ],
6276             "description": "Restarts a process without Xdebug.",
6277             "keywords": [
6278                 "Xdebug",
6279                 "performance"
6280             ],
6281             "funding": [
6282                 {
6283                     "url": "https://packagist.com",
6284                     "type": "custom"
6285                 },
6286                 {
6287                     "url": "https://github.com/composer",
6288                     "type": "github"
6289                 },
6290                 {
6291                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6292                     "type": "tidelift"
6293                 }
6294             ],
6295             "time": "2020-08-19T10:27:58+00:00"
6296         },
6297         {
6298             "name": "doctrine/instantiator",
6299             "version": "1.3.1",
6300             "source": {
6301                 "type": "git",
6302                 "url": "https://github.com/doctrine/instantiator.git",
6303                 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
6304             },
6305             "dist": {
6306                 "type": "zip",
6307                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
6308                 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
6309                 "shasum": ""
6310             },
6311             "require": {
6312                 "php": "^7.1 || ^8.0"
6313             },
6314             "require-dev": {
6315                 "doctrine/coding-standard": "^6.0",
6316                 "ext-pdo": "*",
6317                 "ext-phar": "*",
6318                 "phpbench/phpbench": "^0.13",
6319                 "phpstan/phpstan-phpunit": "^0.11",
6320                 "phpstan/phpstan-shim": "^0.11",
6321                 "phpunit/phpunit": "^7.0"
6322             },
6323             "type": "library",
6324             "extra": {
6325                 "branch-alias": {
6326                     "dev-master": "1.2.x-dev"
6327                 }
6328             },
6329             "autoload": {
6330                 "psr-4": {
6331                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
6332                 }
6333             },
6334             "notification-url": "https://packagist.org/downloads/",
6335             "license": [
6336                 "MIT"
6337             ],
6338             "authors": [
6339                 {
6340                     "name": "Marco Pivetta",
6341                     "email": "[email protected]",
6342                     "homepage": "http://ocramius.github.com/"
6343                 }
6344             ],
6345             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
6346             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
6347             "keywords": [
6348                 "constructor",
6349                 "instantiate"
6350             ],
6351             "funding": [
6352                 {
6353                     "url": "https://www.doctrine-project.org/sponsorship.html",
6354                     "type": "custom"
6355                 },
6356                 {
6357                     "url": "https://www.patreon.com/phpdoctrine",
6358                     "type": "patreon"
6359                 },
6360                 {
6361                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
6362                     "type": "tidelift"
6363                 }
6364             ],
6365             "time": "2020-05-29T17:27:14+00:00"
6366         },
6367         {
6368             "name": "fzaninotto/faker",
6369             "version": "v1.9.1",
6370             "source": {
6371                 "type": "git",
6372                 "url": "https://github.com/fzaninotto/Faker.git",
6373                 "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
6374             },
6375             "dist": {
6376                 "type": "zip",
6377                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
6378                 "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
6379                 "shasum": ""
6380             },
6381             "require": {
6382                 "php": "^5.3.3 || ^7.0"
6383             },
6384             "require-dev": {
6385                 "ext-intl": "*",
6386                 "phpunit/phpunit": "^4.8.35 || ^5.7",
6387                 "squizlabs/php_codesniffer": "^2.9.2"
6388             },
6389             "type": "library",
6390             "extra": {
6391                 "branch-alias": {
6392                     "dev-master": "1.9-dev"
6393                 }
6394             },
6395             "autoload": {
6396                 "psr-4": {
6397                     "Faker\\": "src/Faker/"
6398                 }
6399             },
6400             "notification-url": "https://packagist.org/downloads/",
6401             "license": [
6402                 "MIT"
6403             ],
6404             "authors": [
6405                 {
6406                     "name": "François Zaninotto"
6407                 }
6408             ],
6409             "description": "Faker is a PHP library that generates fake data for you.",
6410             "keywords": [
6411                 "data",
6412                 "faker",
6413                 "fixtures"
6414             ],
6415             "time": "2019-12-12T13:22:17+00:00"
6416         },
6417         {
6418             "name": "hamcrest/hamcrest-php",
6419             "version": "v2.0.1",
6420             "source": {
6421                 "type": "git",
6422                 "url": "https://github.com/hamcrest/hamcrest-php.git",
6423                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
6424             },
6425             "dist": {
6426                 "type": "zip",
6427                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
6428                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
6429                 "shasum": ""
6430             },
6431             "require": {
6432                 "php": "^5.3|^7.0|^8.0"
6433             },
6434             "replace": {
6435                 "cordoval/hamcrest-php": "*",
6436                 "davedevelopment/hamcrest-php": "*",
6437                 "kodova/hamcrest-php": "*"
6438             },
6439             "require-dev": {
6440                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
6441                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
6442             },
6443             "type": "library",
6444             "extra": {
6445                 "branch-alias": {
6446                     "dev-master": "2.1-dev"
6447                 }
6448             },
6449             "autoload": {
6450                 "classmap": [
6451                     "hamcrest"
6452                 ]
6453             },
6454             "notification-url": "https://packagist.org/downloads/",
6455             "license": [
6456                 "BSD-3-Clause"
6457             ],
6458             "description": "This is the PHP port of Hamcrest Matchers",
6459             "keywords": [
6460                 "test"
6461             ],
6462             "time": "2020-07-09T08:09:16+00:00"
6463         },
6464         {
6465             "name": "justinrainbow/json-schema",
6466             "version": "5.2.10",
6467             "source": {
6468                 "type": "git",
6469                 "url": "https://github.com/justinrainbow/json-schema.git",
6470                 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
6471             },
6472             "dist": {
6473                 "type": "zip",
6474                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
6475                 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
6476                 "shasum": ""
6477             },
6478             "require": {
6479                 "php": ">=5.3.3"
6480             },
6481             "require-dev": {
6482                 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
6483                 "json-schema/json-schema-test-suite": "1.2.0",
6484                 "phpunit/phpunit": "^4.8.35"
6485             },
6486             "bin": [
6487                 "bin/validate-json"
6488             ],
6489             "type": "library",
6490             "extra": {
6491                 "branch-alias": {
6492                     "dev-master": "5.0.x-dev"
6493                 }
6494             },
6495             "autoload": {
6496                 "psr-4": {
6497                     "JsonSchema\\": "src/JsonSchema/"
6498                 }
6499             },
6500             "notification-url": "https://packagist.org/downloads/",
6501             "license": [
6502                 "MIT"
6503             ],
6504             "authors": [
6505                 {
6506                     "name": "Bruno Prieto Reis",
6507                     "email": "[email protected]"
6508                 },
6509                 {
6510                     "name": "Justin Rainbow",
6511                     "email": "[email protected]"
6512                 },
6513                 {
6514                     "name": "Igor Wiedler",
6515                     "email": "[email protected]"
6516                 },
6517                 {
6518                     "name": "Robert Schönthal",
6519                     "email": "[email protected]"
6520                 }
6521             ],
6522             "description": "A library to validate a json schema.",
6523             "homepage": "https://github.com/justinrainbow/json-schema",
6524             "keywords": [
6525                 "json",
6526                 "schema"
6527             ],
6528             "time": "2020-05-27T16:41:55+00:00"
6529         },
6530         {
6531             "name": "laravel/browser-kit-testing",
6532             "version": "v5.1.4",
6533             "source": {
6534                 "type": "git",
6535                 "url": "https://github.com/laravel/browser-kit-testing.git",
6536                 "reference": "7664a30d2dbabcdb0315bfaa867fef2df8cb8fb1"
6537             },
6538             "dist": {
6539                 "type": "zip",
6540                 "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/7664a30d2dbabcdb0315bfaa867fef2df8cb8fb1",
6541                 "reference": "7664a30d2dbabcdb0315bfaa867fef2df8cb8fb1",
6542                 "shasum": ""
6543             },
6544             "require": {
6545                 "ext-dom": "*",
6546                 "ext-json": "*",
6547                 "illuminate/contracts": "~5.7.0|~5.8.0|^6.0",
6548                 "illuminate/database": "~5.7.0|~5.8.0|^6.0",
6549                 "illuminate/http": "~5.7.0|~5.8.0|^6.0",
6550                 "illuminate/support": "~5.7.0|~5.8.0|^6.0",
6551                 "mockery/mockery": "^1.0",
6552                 "php": ">=7.1.3",
6553                 "phpunit/phpunit": "^7.5|^8.0",
6554                 "symfony/console": "^4.2",
6555                 "symfony/css-selector": "^4.2",
6556                 "symfony/dom-crawler": "^4.2",
6557                 "symfony/http-foundation": "^4.2",
6558                 "symfony/http-kernel": "^4.2"
6559             },
6560             "require-dev": {
6561                 "laravel/framework": "~5.7.0|~5.8.0|^6.0"
6562             },
6563             "type": "library",
6564             "extra": {
6565                 "branch-alias": {
6566                     "dev-master": "5.x-dev"
6567                 }
6568             },
6569             "autoload": {
6570                 "psr-4": {
6571                     "Laravel\\BrowserKitTesting\\": "src/"
6572                 }
6573             },
6574             "notification-url": "https://packagist.org/downloads/",
6575             "license": [
6576                 "MIT"
6577             ],
6578             "authors": [
6579                 {
6580                     "name": "Taylor Otwell",
6581                     "email": "[email protected]"
6582                 }
6583             ],
6584             "description": "Provides backwards compatibility for BrowserKit testing in the latest Laravel release.",
6585             "keywords": [
6586                 "laravel",
6587                 "testing"
6588             ],
6589             "time": "2020-08-25T16:54:44+00:00"
6590         },
6591         {
6592             "name": "maximebf/debugbar",
6593             "version": "v1.16.3",
6594             "source": {
6595                 "type": "git",
6596                 "url": "https://github.com/maximebf/php-debugbar.git",
6597                 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
6598             },
6599             "dist": {
6600                 "type": "zip",
6601                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
6602                 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
6603                 "shasum": ""
6604             },
6605             "require": {
6606                 "php": "^7.1",
6607                 "psr/log": "^1.0",
6608                 "symfony/var-dumper": "^2.6|^3|^4|^5"
6609             },
6610             "require-dev": {
6611                 "phpunit/phpunit": "^5"
6612             },
6613             "suggest": {
6614                 "kriswallsmith/assetic": "The best way to manage assets",
6615                 "monolog/monolog": "Log using Monolog",
6616                 "predis/predis": "Redis storage"
6617             },
6618             "type": "library",
6619             "extra": {
6620                 "branch-alias": {
6621                     "dev-master": "1.16-dev"
6622                 }
6623             },
6624             "autoload": {
6625                 "psr-4": {
6626                     "DebugBar\\": "src/DebugBar/"
6627                 }
6628             },
6629             "notification-url": "https://packagist.org/downloads/",
6630             "license": [
6631                 "MIT"
6632             ],
6633             "authors": [
6634                 {
6635                     "name": "Maxime Bouroumeau-Fuseau",
6636                     "email": "[email protected]",
6637                     "homepage": "http://maximebf.com"
6638                 },
6639                 {
6640                     "name": "Barry vd. Heuvel",
6641                     "email": "[email protected]"
6642                 }
6643             ],
6644             "description": "Debug bar in the browser for php application",
6645             "homepage": "https://github.com/maximebf/php-debugbar",
6646             "keywords": [
6647                 "debug",
6648                 "debugbar"
6649             ],
6650             "time": "2020-05-06T07:06:27+00:00"
6651         },
6652         {
6653             "name": "mockery/mockery",
6654             "version": "1.3.3",
6655             "source": {
6656                 "type": "git",
6657                 "url": "https://github.com/mockery/mockery.git",
6658                 "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d"
6659             },
6660             "dist": {
6661                 "type": "zip",
6662                 "url": "https://api.github.com/repos/mockery/mockery/zipball/60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
6663                 "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
6664                 "shasum": ""
6665             },
6666             "require": {
6667                 "hamcrest/hamcrest-php": "^2.0.1",
6668                 "lib-pcre": ">=7.0",
6669                 "php": ">=5.6.0"
6670             },
6671             "require-dev": {
6672                 "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
6673             },
6674             "type": "library",
6675             "extra": {
6676                 "branch-alias": {
6677                     "dev-master": "1.3.x-dev"
6678                 }
6679             },
6680             "autoload": {
6681                 "psr-0": {
6682                     "Mockery": "library/"
6683                 }
6684             },
6685             "notification-url": "https://packagist.org/downloads/",
6686             "license": [
6687                 "BSD-3-Clause"
6688             ],
6689             "authors": [
6690                 {
6691                     "name": "Pádraic Brady",
6692                     "email": "[email protected]",
6693                     "homepage": "http://blog.astrumfutura.com"
6694                 },
6695                 {
6696                     "name": "Dave Marshall",
6697                     "email": "[email protected]",
6698                     "homepage": "http://davedevelopment.co.uk"
6699                 }
6700             ],
6701             "description": "Mockery is a simple yet flexible PHP mock object framework",
6702             "homepage": "https://github.com/mockery/mockery",
6703             "keywords": [
6704                 "BDD",
6705                 "TDD",
6706                 "library",
6707                 "mock",
6708                 "mock objects",
6709                 "mockery",
6710                 "stub",
6711                 "test",
6712                 "test double",
6713                 "testing"
6714             ],
6715             "time": "2020-08-11T18:10:21+00:00"
6716         },
6717         {
6718             "name": "myclabs/deep-copy",
6719             "version": "1.10.1",
6720             "source": {
6721                 "type": "git",
6722                 "url": "https://github.com/myclabs/DeepCopy.git",
6723                 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
6724             },
6725             "dist": {
6726                 "type": "zip",
6727                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
6728                 "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
6729                 "shasum": ""
6730             },
6731             "require": {
6732                 "php": "^7.1 || ^8.0"
6733             },
6734             "replace": {
6735                 "myclabs/deep-copy": "self.version"
6736             },
6737             "require-dev": {
6738                 "doctrine/collections": "^1.0",
6739                 "doctrine/common": "^2.6",
6740                 "phpunit/phpunit": "^7.1"
6741             },
6742             "type": "library",
6743             "autoload": {
6744                 "psr-4": {
6745                     "DeepCopy\\": "src/DeepCopy/"
6746                 },
6747                 "files": [
6748                     "src/DeepCopy/deep_copy.php"
6749                 ]
6750             },
6751             "notification-url": "https://packagist.org/downloads/",
6752             "license": [
6753                 "MIT"
6754             ],
6755             "description": "Create deep copies (clones) of your objects",
6756             "keywords": [
6757                 "clone",
6758                 "copy",
6759                 "duplicate",
6760                 "object",
6761                 "object graph"
6762             ],
6763             "funding": [
6764                 {
6765                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6766                     "type": "tidelift"
6767                 }
6768             ],
6769             "time": "2020-06-29T13:22:24+00:00"
6770         },
6771         {
6772             "name": "phar-io/manifest",
6773             "version": "1.0.3",
6774             "source": {
6775                 "type": "git",
6776                 "url": "https://github.com/phar-io/manifest.git",
6777                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
6778             },
6779             "dist": {
6780                 "type": "zip",
6781                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
6782                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
6783                 "shasum": ""
6784             },
6785             "require": {
6786                 "ext-dom": "*",
6787                 "ext-phar": "*",
6788                 "phar-io/version": "^2.0",
6789                 "php": "^5.6 || ^7.0"
6790             },
6791             "type": "library",
6792             "extra": {
6793                 "branch-alias": {
6794                     "dev-master": "1.0.x-dev"
6795                 }
6796             },
6797             "autoload": {
6798                 "classmap": [
6799                     "src/"
6800                 ]
6801             },
6802             "notification-url": "https://packagist.org/downloads/",
6803             "license": [
6804                 "BSD-3-Clause"
6805             ],
6806             "authors": [
6807                 {
6808                     "name": "Arne Blankerts",
6809                     "role": "Developer",
6810                     "email": "[email protected]"
6811                 },
6812                 {
6813                     "name": "Sebastian Heuer",
6814                     "role": "Developer",
6815                     "email": "[email protected]"
6816                 },
6817                 {
6818                     "name": "Sebastian Bergmann",
6819                     "role": "Developer",
6820                     "email": "[email protected]"
6821                 }
6822             ],
6823             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6824             "time": "2018-07-08T19:23:20+00:00"
6825         },
6826         {
6827             "name": "phar-io/version",
6828             "version": "2.0.1",
6829             "source": {
6830                 "type": "git",
6831                 "url": "https://github.com/phar-io/version.git",
6832                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
6833             },
6834             "dist": {
6835                 "type": "zip",
6836                 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
6837                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
6838                 "shasum": ""
6839             },
6840             "require": {
6841                 "php": "^5.6 || ^7.0"
6842             },
6843             "type": "library",
6844             "autoload": {
6845                 "classmap": [
6846                     "src/"
6847                 ]
6848             },
6849             "notification-url": "https://packagist.org/downloads/",
6850             "license": [
6851                 "BSD-3-Clause"
6852             ],
6853             "authors": [
6854                 {
6855                     "name": "Arne Blankerts",
6856                     "email": "[email protected]",
6857                     "role": "Developer"
6858                 },
6859                 {
6860                     "name": "Sebastian Heuer",
6861                     "email": "[email protected]",
6862                     "role": "Developer"
6863                 },
6864                 {
6865                     "name": "Sebastian Bergmann",
6866                     "email": "[email protected]",
6867                     "role": "Developer"
6868                 }
6869             ],
6870             "description": "Library for handling version information and constraints",
6871             "time": "2018-07-08T19:19:57+00:00"
6872         },
6873         {
6874             "name": "phpdocumentor/reflection-common",
6875             "version": "2.2.0",
6876             "source": {
6877                 "type": "git",
6878                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
6879                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
6880             },
6881             "dist": {
6882                 "type": "zip",
6883                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
6884                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
6885                 "shasum": ""
6886             },
6887             "require": {
6888                 "php": "^7.2 || ^8.0"
6889             },
6890             "type": "library",
6891             "extra": {
6892                 "branch-alias": {
6893                     "dev-2.x": "2.x-dev"
6894                 }
6895             },
6896             "autoload": {
6897                 "psr-4": {
6898                     "phpDocumentor\\Reflection\\": "src/"
6899                 }
6900             },
6901             "notification-url": "https://packagist.org/downloads/",
6902             "license": [
6903                 "MIT"
6904             ],
6905             "authors": [
6906                 {
6907                     "name": "Jaap van Otterdijk",
6908                     "email": "[email protected]"
6909                 }
6910             ],
6911             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
6912             "homepage": "http://www.phpdoc.org",
6913             "keywords": [
6914                 "FQSEN",
6915                 "phpDocumentor",
6916                 "phpdoc",
6917                 "reflection",
6918                 "static analysis"
6919             ],
6920             "time": "2020-06-27T09:03:43+00:00"
6921         },
6922         {
6923             "name": "phpdocumentor/reflection-docblock",
6924             "version": "5.2.2",
6925             "source": {
6926                 "type": "git",
6927                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
6928                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
6929             },
6930             "dist": {
6931                 "type": "zip",
6932                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
6933                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
6934                 "shasum": ""
6935             },
6936             "require": {
6937                 "ext-filter": "*",
6938                 "php": "^7.2 || ^8.0",
6939                 "phpdocumentor/reflection-common": "^2.2",
6940                 "phpdocumentor/type-resolver": "^1.3",
6941                 "webmozart/assert": "^1.9.1"
6942             },
6943             "require-dev": {
6944                 "mockery/mockery": "~1.3.2"
6945             },
6946             "type": "library",
6947             "extra": {
6948                 "branch-alias": {
6949                     "dev-master": "5.x-dev"
6950                 }
6951             },
6952             "autoload": {
6953                 "psr-4": {
6954                     "phpDocumentor\\Reflection\\": "src"
6955                 }
6956             },
6957             "notification-url": "https://packagist.org/downloads/",
6958             "license": [
6959                 "MIT"
6960             ],
6961             "authors": [
6962                 {
6963                     "name": "Mike van Riel",
6964                     "email": "[email protected]"
6965                 },
6966                 {
6967                     "name": "Jaap van Otterdijk",
6968                     "email": "[email protected]"
6969                 }
6970             ],
6971             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
6972             "time": "2020-09-03T19:13:55+00:00"
6973         },
6974         {
6975             "name": "phpdocumentor/type-resolver",
6976             "version": "1.4.0",
6977             "source": {
6978                 "type": "git",
6979                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
6980                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
6981             },
6982             "dist": {
6983                 "type": "zip",
6984                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
6985                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
6986                 "shasum": ""
6987             },
6988             "require": {
6989                 "php": "^7.2 || ^8.0",
6990                 "phpdocumentor/reflection-common": "^2.0"
6991             },
6992             "require-dev": {
6993                 "ext-tokenizer": "*"
6994             },
6995             "type": "library",
6996             "extra": {
6997                 "branch-alias": {
6998                     "dev-1.x": "1.x-dev"
6999                 }
7000             },
7001             "autoload": {
7002                 "psr-4": {
7003                     "phpDocumentor\\Reflection\\": "src"
7004                 }
7005             },
7006             "notification-url": "https://packagist.org/downloads/",
7007             "license": [
7008                 "MIT"
7009             ],
7010             "authors": [
7011                 {
7012                     "name": "Mike van Riel",
7013                     "email": "[email protected]"
7014                 }
7015             ],
7016             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
7017             "time": "2020-09-17T18:55:26+00:00"
7018         },
7019         {
7020             "name": "phploc/phploc",
7021             "version": "5.0.0",
7022             "source": {
7023                 "type": "git",
7024                 "url": "https://github.com/sebastianbergmann/phploc.git",
7025                 "reference": "5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884"
7026             },
7027             "dist": {
7028                 "type": "zip",
7029                 "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884",
7030                 "reference": "5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884",
7031                 "shasum": ""
7032             },
7033             "require": {
7034                 "php": "^7.2",
7035                 "sebastian/finder-facade": "^1.1",
7036                 "sebastian/version": "^2.0",
7037                 "symfony/console": "^4.0"
7038             },
7039             "bin": [
7040                 "phploc"
7041             ],
7042             "type": "library",
7043             "extra": {
7044                 "branch-alias": {
7045                     "dev-master": "5.0-dev"
7046                 }
7047             },
7048             "autoload": {
7049                 "classmap": [
7050                     "src/"
7051                 ]
7052             },
7053             "notification-url": "https://packagist.org/downloads/",
7054             "license": [
7055                 "BSD-3-Clause"
7056             ],
7057             "authors": [
7058                 {
7059                     "name": "Sebastian Bergmann",
7060                     "email": "[email protected]",
7061                     "role": "lead"
7062                 }
7063             ],
7064             "description": "A tool for quickly measuring the size of a PHP project.",
7065             "homepage": "https://github.com/sebastianbergmann/phploc",
7066             "time": "2019-03-16T10:41:19+00:00"
7067         },
7068         {
7069             "name": "phpspec/prophecy",
7070             "version": "1.11.1",
7071             "source": {
7072                 "type": "git",
7073                 "url": "https://github.com/phpspec/prophecy.git",
7074                 "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160"
7075             },
7076             "dist": {
7077                 "type": "zip",
7078                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b20034be5efcdab4fb60ca3a29cba2949aead160",
7079                 "reference": "b20034be5efcdab4fb60ca3a29cba2949aead160",
7080                 "shasum": ""
7081             },
7082             "require": {
7083                 "doctrine/instantiator": "^1.2",
7084                 "php": "^7.2",
7085                 "phpdocumentor/reflection-docblock": "^5.0",
7086                 "sebastian/comparator": "^3.0 || ^4.0",
7087                 "sebastian/recursion-context": "^3.0 || ^4.0"
7088             },
7089             "require-dev": {
7090                 "phpspec/phpspec": "^6.0",
7091                 "phpunit/phpunit": "^8.0"
7092             },
7093             "type": "library",
7094             "extra": {
7095                 "branch-alias": {
7096                     "dev-master": "1.11.x-dev"
7097                 }
7098             },
7099             "autoload": {
7100                 "psr-4": {
7101                     "Prophecy\\": "src/Prophecy"
7102                 }
7103             },
7104             "notification-url": "https://packagist.org/downloads/",
7105             "license": [
7106                 "MIT"
7107             ],
7108             "authors": [
7109                 {
7110                     "name": "Konstantin Kudryashov",
7111                     "email": "[email protected]",
7112                     "homepage": "http://everzet.com"
7113                 },
7114                 {
7115                     "name": "Marcello Duarte",
7116                     "email": "[email protected]"
7117                 }
7118             ],
7119             "description": "Highly opinionated mocking framework for PHP 5.3+",
7120             "homepage": "https://github.com/phpspec/prophecy",
7121             "keywords": [
7122                 "Double",
7123                 "Dummy",
7124                 "fake",
7125                 "mock",
7126                 "spy",
7127                 "stub"
7128             ],
7129             "time": "2020-07-08T12:44:21+00:00"
7130         },
7131         {
7132             "name": "phpunit/php-code-coverage",
7133             "version": "7.0.10",
7134             "source": {
7135                 "type": "git",
7136                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7137                 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
7138             },
7139             "dist": {
7140                 "type": "zip",
7141                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
7142                 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
7143                 "shasum": ""
7144             },
7145             "require": {
7146                 "ext-dom": "*",
7147                 "ext-xmlwriter": "*",
7148                 "php": "^7.2",
7149                 "phpunit/php-file-iterator": "^2.0.2",
7150                 "phpunit/php-text-template": "^1.2.1",
7151                 "phpunit/php-token-stream": "^3.1.1",
7152                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
7153                 "sebastian/environment": "^4.2.2",
7154                 "sebastian/version": "^2.0.1",
7155                 "theseer/tokenizer": "^1.1.3"
7156             },
7157             "require-dev": {
7158                 "phpunit/phpunit": "^8.2.2"
7159             },
7160             "suggest": {
7161                 "ext-xdebug": "^2.7.2"
7162             },
7163             "type": "library",
7164             "extra": {
7165                 "branch-alias": {
7166                     "dev-master": "7.0-dev"
7167                 }
7168             },
7169             "autoload": {
7170                 "classmap": [
7171                     "src/"
7172                 ]
7173             },
7174             "notification-url": "https://packagist.org/downloads/",
7175             "license": [
7176                 "BSD-3-Clause"
7177             ],
7178             "authors": [
7179                 {
7180                     "name": "Sebastian Bergmann",
7181                     "email": "[email protected]",
7182                     "role": "lead"
7183                 }
7184             ],
7185             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7186             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7187             "keywords": [
7188                 "coverage",
7189                 "testing",
7190                 "xunit"
7191             ],
7192             "time": "2019-11-20T13:55:58+00:00"
7193         },
7194         {
7195             "name": "phpunit/php-file-iterator",
7196             "version": "2.0.2",
7197             "source": {
7198                 "type": "git",
7199                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7200                 "reference": "050bedf145a257b1ff02746c31894800e5122946"
7201             },
7202             "dist": {
7203                 "type": "zip",
7204                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
7205                 "reference": "050bedf145a257b1ff02746c31894800e5122946",
7206                 "shasum": ""
7207             },
7208             "require": {
7209                 "php": "^7.1"
7210             },
7211             "require-dev": {
7212                 "phpunit/phpunit": "^7.1"
7213             },
7214             "type": "library",
7215             "extra": {
7216                 "branch-alias": {
7217                     "dev-master": "2.0.x-dev"
7218                 }
7219             },
7220             "autoload": {
7221                 "classmap": [
7222                     "src/"
7223                 ]
7224             },
7225             "notification-url": "https://packagist.org/downloads/",
7226             "license": [
7227                 "BSD-3-Clause"
7228             ],
7229             "authors": [
7230                 {
7231                     "name": "Sebastian Bergmann",
7232                     "email": "[email protected]",
7233                     "role": "lead"
7234                 }
7235             ],
7236             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7237             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7238             "keywords": [
7239                 "filesystem",
7240                 "iterator"
7241             ],
7242             "time": "2018-09-13T20:33:42+00:00"
7243         },
7244         {
7245             "name": "phpunit/php-text-template",
7246             "version": "1.2.1",
7247             "source": {
7248                 "type": "git",
7249                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
7250                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
7251             },
7252             "dist": {
7253                 "type": "zip",
7254                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7255                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7256                 "shasum": ""
7257             },
7258             "require": {
7259                 "php": ">=5.3.3"
7260             },
7261             "type": "library",
7262             "autoload": {
7263                 "classmap": [
7264                     "src/"
7265                 ]
7266             },
7267             "notification-url": "https://packagist.org/downloads/",
7268             "license": [
7269                 "BSD-3-Clause"
7270             ],
7271             "authors": [
7272                 {
7273                     "name": "Sebastian Bergmann",
7274                     "email": "[email protected]",
7275                     "role": "lead"
7276                 }
7277             ],
7278             "description": "Simple template engine.",
7279             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7280             "keywords": [
7281                 "template"
7282             ],
7283             "time": "2015-06-21T13:50:34+00:00"
7284         },
7285         {
7286             "name": "phpunit/php-timer",
7287             "version": "2.1.2",
7288             "source": {
7289                 "type": "git",
7290                 "url": "https://github.com/sebastianbergmann/php-timer.git",
7291                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
7292             },
7293             "dist": {
7294                 "type": "zip",
7295                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
7296                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
7297                 "shasum": ""
7298             },
7299             "require": {
7300                 "php": "^7.1"
7301             },
7302             "require-dev": {
7303                 "phpunit/phpunit": "^7.0"
7304             },
7305             "type": "library",
7306             "extra": {
7307                 "branch-alias": {
7308                     "dev-master": "2.1-dev"
7309                 }
7310             },
7311             "autoload": {
7312                 "classmap": [
7313                     "src/"
7314                 ]
7315             },
7316             "notification-url": "https://packagist.org/downloads/",
7317             "license": [
7318                 "BSD-3-Clause"
7319             ],
7320             "authors": [
7321                 {
7322                     "name": "Sebastian Bergmann",
7323                     "email": "[email protected]",
7324                     "role": "lead"
7325                 }
7326             ],
7327             "description": "Utility class for timing",
7328             "homepage": "https://github.com/sebastianbergmann/php-timer/",
7329             "keywords": [
7330                 "timer"
7331             ],
7332             "time": "2019-06-07T04:22:29+00:00"
7333         },
7334         {
7335             "name": "phpunit/php-token-stream",
7336             "version": "3.1.1",
7337             "source": {
7338                 "type": "git",
7339                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
7340                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
7341             },
7342             "dist": {
7343                 "type": "zip",
7344                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
7345                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
7346                 "shasum": ""
7347             },
7348             "require": {
7349                 "ext-tokenizer": "*",
7350                 "php": "^7.1"
7351             },
7352             "require-dev": {
7353                 "phpunit/phpunit": "^7.0"
7354             },
7355             "type": "library",
7356             "extra": {
7357                 "branch-alias": {
7358                     "dev-master": "3.1-dev"
7359                 }
7360             },
7361             "autoload": {
7362                 "classmap": [
7363                     "src/"
7364                 ]
7365             },
7366             "notification-url": "https://packagist.org/downloads/",
7367             "license": [
7368                 "BSD-3-Clause"
7369             ],
7370             "authors": [
7371                 {
7372                     "name": "Sebastian Bergmann",
7373                     "email": "[email protected]"
7374                 }
7375             ],
7376             "description": "Wrapper around PHP's tokenizer extension.",
7377             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7378             "keywords": [
7379                 "tokenizer"
7380             ],
7381             "time": "2019-09-17T06:23:10+00:00"
7382         },
7383         {
7384             "name": "phpunit/phpunit",
7385             "version": "8.5.8",
7386             "source": {
7387                 "type": "git",
7388                 "url": "https://github.com/sebastianbergmann/phpunit.git",
7389                 "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
7390             },
7391             "dist": {
7392                 "type": "zip",
7393                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
7394                 "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
7395                 "shasum": ""
7396             },
7397             "require": {
7398                 "doctrine/instantiator": "^1.2.0",
7399                 "ext-dom": "*",
7400                 "ext-json": "*",
7401                 "ext-libxml": "*",
7402                 "ext-mbstring": "*",
7403                 "ext-xml": "*",
7404                 "ext-xmlwriter": "*",
7405                 "myclabs/deep-copy": "^1.9.1",
7406                 "phar-io/manifest": "^1.0.3",
7407                 "phar-io/version": "^2.0.1",
7408                 "php": "^7.2",
7409                 "phpspec/prophecy": "^1.8.1",
7410                 "phpunit/php-code-coverage": "^7.0.7",
7411                 "phpunit/php-file-iterator": "^2.0.2",
7412                 "phpunit/php-text-template": "^1.2.1",
7413                 "phpunit/php-timer": "^2.1.2",
7414                 "sebastian/comparator": "^3.0.2",
7415                 "sebastian/diff": "^3.0.2",
7416                 "sebastian/environment": "^4.2.2",
7417                 "sebastian/exporter": "^3.1.1",
7418                 "sebastian/global-state": "^3.0.0",
7419                 "sebastian/object-enumerator": "^3.0.3",
7420                 "sebastian/resource-operations": "^2.0.1",
7421                 "sebastian/type": "^1.1.3",
7422                 "sebastian/version": "^2.0.1"
7423             },
7424             "require-dev": {
7425                 "ext-pdo": "*"
7426             },
7427             "suggest": {
7428                 "ext-soap": "*",
7429                 "ext-xdebug": "*",
7430                 "phpunit/php-invoker": "^2.0.0"
7431             },
7432             "bin": [
7433                 "phpunit"
7434             ],
7435             "type": "library",
7436             "extra": {
7437                 "branch-alias": {
7438                     "dev-master": "8.5-dev"
7439                 }
7440             },
7441             "autoload": {
7442                 "classmap": [
7443                     "src/"
7444                 ]
7445             },
7446             "notification-url": "https://packagist.org/downloads/",
7447             "license": [
7448                 "BSD-3-Clause"
7449             ],
7450             "authors": [
7451                 {
7452                     "name": "Sebastian Bergmann",
7453                     "email": "[email protected]",
7454                     "role": "lead"
7455                 }
7456             ],
7457             "description": "The PHP Unit Testing framework.",
7458             "homepage": "https://phpunit.de/",
7459             "keywords": [
7460                 "phpunit",
7461                 "testing",
7462                 "xunit"
7463             ],
7464             "funding": [
7465                 {
7466                     "url": "https://phpunit.de/donate.html",
7467                     "type": "custom"
7468                 },
7469                 {
7470                     "url": "https://github.com/sebastianbergmann",
7471                     "type": "github"
7472                 }
7473             ],
7474             "time": "2020-06-22T07:06:58+00:00"
7475         },
7476         {
7477             "name": "sebastian/code-unit-reverse-lookup",
7478             "version": "1.0.1",
7479             "source": {
7480                 "type": "git",
7481                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7482                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
7483             },
7484             "dist": {
7485                 "type": "zip",
7486                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
7487                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
7488                 "shasum": ""
7489             },
7490             "require": {
7491                 "php": "^5.6 || ^7.0"
7492             },
7493             "require-dev": {
7494                 "phpunit/phpunit": "^5.7 || ^6.0"
7495             },
7496             "type": "library",
7497             "extra": {
7498                 "branch-alias": {
7499                     "dev-master": "1.0.x-dev"
7500                 }
7501             },
7502             "autoload": {
7503                 "classmap": [
7504                     "src/"
7505                 ]
7506             },
7507             "notification-url": "https://packagist.org/downloads/",
7508             "license": [
7509                 "BSD-3-Clause"
7510             ],
7511             "authors": [
7512                 {
7513                     "name": "Sebastian Bergmann",
7514                     "email": "[email protected]"
7515                 }
7516             ],
7517             "description": "Looks up which function or method a line of code belongs to",
7518             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7519             "time": "2017-03-04T06:30:41+00:00"
7520         },
7521         {
7522             "name": "sebastian/comparator",
7523             "version": "3.0.2",
7524             "source": {
7525                 "type": "git",
7526                 "url": "https://github.com/sebastianbergmann/comparator.git",
7527                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
7528             },
7529             "dist": {
7530                 "type": "zip",
7531                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
7532                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
7533                 "shasum": ""
7534             },
7535             "require": {
7536                 "php": "^7.1",
7537                 "sebastian/diff": "^3.0",
7538                 "sebastian/exporter": "^3.1"
7539             },
7540             "require-dev": {
7541                 "phpunit/phpunit": "^7.1"
7542             },
7543             "type": "library",
7544             "extra": {
7545                 "branch-alias": {
7546                     "dev-master": "3.0-dev"
7547                 }
7548             },
7549             "autoload": {
7550                 "classmap": [
7551                     "src/"
7552                 ]
7553             },
7554             "notification-url": "https://packagist.org/downloads/",
7555             "license": [
7556                 "BSD-3-Clause"
7557             ],
7558             "authors": [
7559                 {
7560                     "name": "Jeff Welch",
7561                     "email": "[email protected]"
7562                 },
7563                 {
7564                     "name": "Volker Dusch",
7565                     "email": "[email protected]"
7566                 },
7567                 {
7568                     "name": "Bernhard Schussek",
7569                     "email": "[email protected]"
7570                 },
7571                 {
7572                     "name": "Sebastian Bergmann",
7573                     "email": "[email protected]"
7574                 }
7575             ],
7576             "description": "Provides the functionality to compare PHP values for equality",
7577             "homepage": "https://github.com/sebastianbergmann/comparator",
7578             "keywords": [
7579                 "comparator",
7580                 "compare",
7581                 "equality"
7582             ],
7583             "time": "2018-07-12T15:12:46+00:00"
7584         },
7585         {
7586             "name": "sebastian/diff",
7587             "version": "3.0.2",
7588             "source": {
7589                 "type": "git",
7590                 "url": "https://github.com/sebastianbergmann/diff.git",
7591                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
7592             },
7593             "dist": {
7594                 "type": "zip",
7595                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
7596                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
7597                 "shasum": ""
7598             },
7599             "require": {
7600                 "php": "^7.1"
7601             },
7602             "require-dev": {
7603                 "phpunit/phpunit": "^7.5 || ^8.0",
7604                 "symfony/process": "^2 || ^3.3 || ^4"
7605             },
7606             "type": "library",
7607             "extra": {
7608                 "branch-alias": {
7609                     "dev-master": "3.0-dev"
7610                 }
7611             },
7612             "autoload": {
7613                 "classmap": [
7614                     "src/"
7615                 ]
7616             },
7617             "notification-url": "https://packagist.org/downloads/",
7618             "license": [
7619                 "BSD-3-Clause"
7620             ],
7621             "authors": [
7622                 {
7623                     "name": "Kore Nordmann",
7624                     "email": "[email protected]"
7625                 },
7626                 {
7627                     "name": "Sebastian Bergmann",
7628                     "email": "[email protected]"
7629                 }
7630             ],
7631             "description": "Diff implementation",
7632             "homepage": "https://github.com/sebastianbergmann/diff",
7633             "keywords": [
7634                 "diff",
7635                 "udiff",
7636                 "unidiff",
7637                 "unified diff"
7638             ],
7639             "time": "2019-02-04T06:01:07+00:00"
7640         },
7641         {
7642             "name": "sebastian/environment",
7643             "version": "4.2.3",
7644             "source": {
7645                 "type": "git",
7646                 "url": "https://github.com/sebastianbergmann/environment.git",
7647                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
7648             },
7649             "dist": {
7650                 "type": "zip",
7651                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
7652                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
7653                 "shasum": ""
7654             },
7655             "require": {
7656                 "php": "^7.1"
7657             },
7658             "require-dev": {
7659                 "phpunit/phpunit": "^7.5"
7660             },
7661             "suggest": {
7662                 "ext-posix": "*"
7663             },
7664             "type": "library",
7665             "extra": {
7666                 "branch-alias": {
7667                     "dev-master": "4.2-dev"
7668                 }
7669             },
7670             "autoload": {
7671                 "classmap": [
7672                     "src/"
7673                 ]
7674             },
7675             "notification-url": "https://packagist.org/downloads/",
7676             "license": [
7677                 "BSD-3-Clause"
7678             ],
7679             "authors": [
7680                 {
7681                     "name": "Sebastian Bergmann",
7682                     "email": "[email protected]"
7683                 }
7684             ],
7685             "description": "Provides functionality to handle HHVM/PHP environments",
7686             "homepage": "http://www.github.com/sebastianbergmann/environment",
7687             "keywords": [
7688                 "Xdebug",
7689                 "environment",
7690                 "hhvm"
7691             ],
7692             "time": "2019-11-20T08:46:58+00:00"
7693         },
7694         {
7695             "name": "sebastian/exporter",
7696             "version": "3.1.2",
7697             "source": {
7698                 "type": "git",
7699                 "url": "https://github.com/sebastianbergmann/exporter.git",
7700                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
7701             },
7702             "dist": {
7703                 "type": "zip",
7704                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
7705                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
7706                 "shasum": ""
7707             },
7708             "require": {
7709                 "php": "^7.0",
7710                 "sebastian/recursion-context": "^3.0"
7711             },
7712             "require-dev": {
7713                 "ext-mbstring": "*",
7714                 "phpunit/phpunit": "^6.0"
7715             },
7716             "type": "library",
7717             "extra": {
7718                 "branch-alias": {
7719                     "dev-master": "3.1.x-dev"
7720                 }
7721             },
7722             "autoload": {
7723                 "classmap": [
7724                     "src/"
7725                 ]
7726             },
7727             "notification-url": "https://packagist.org/downloads/",
7728             "license": [
7729                 "BSD-3-Clause"
7730             ],
7731             "authors": [
7732                 {
7733                     "name": "Sebastian Bergmann",
7734                     "email": "[email protected]"
7735                 },
7736                 {
7737                     "name": "Jeff Welch",
7738                     "email": "[email protected]"
7739                 },
7740                 {
7741                     "name": "Volker Dusch",
7742                     "email": "[email protected]"
7743                 },
7744                 {
7745                     "name": "Adam Harvey",
7746                     "email": "[email protected]"
7747                 },
7748                 {
7749                     "name": "Bernhard Schussek",
7750                     "email": "[email protected]"
7751                 }
7752             ],
7753             "description": "Provides the functionality to export PHP variables for visualization",
7754             "homepage": "http://www.github.com/sebastianbergmann/exporter",
7755             "keywords": [
7756                 "export",
7757                 "exporter"
7758             ],
7759             "time": "2019-09-14T09:02:43+00:00"
7760         },
7761         {
7762             "name": "sebastian/finder-facade",
7763             "version": "1.2.3",
7764             "source": {
7765                 "type": "git",
7766                 "url": "https://github.com/sebastianbergmann/finder-facade.git",
7767                 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16"
7768             },
7769             "dist": {
7770                 "type": "zip",
7771                 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/167c45d131f7fc3d159f56f191a0a22228765e16",
7772                 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16",
7773                 "shasum": ""
7774             },
7775             "require": {
7776                 "php": "^7.1",
7777                 "symfony/finder": "^2.3|^3.0|^4.0|^5.0",
7778                 "theseer/fdomdocument": "^1.6"
7779             },
7780             "type": "library",
7781             "extra": {
7782                 "branch-alias": []
7783             },
7784             "autoload": {
7785                 "classmap": [
7786                     "src/"
7787                 ]
7788             },
7789             "notification-url": "https://packagist.org/downloads/",
7790             "license": [
7791                 "BSD-3-Clause"
7792             ],
7793             "authors": [
7794                 {
7795                     "name": "Sebastian Bergmann",
7796                     "email": "[email protected]",
7797                     "role": "lead"
7798                 }
7799             ],
7800             "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
7801             "homepage": "https://github.com/sebastianbergmann/finder-facade",
7802             "time": "2020-01-16T08:08:45+00:00"
7803         },
7804         {
7805             "name": "sebastian/global-state",
7806             "version": "3.0.0",
7807             "source": {
7808                 "type": "git",
7809                 "url": "https://github.com/sebastianbergmann/global-state.git",
7810                 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
7811             },
7812             "dist": {
7813                 "type": "zip",
7814                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
7815                 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
7816                 "shasum": ""
7817             },
7818             "require": {
7819                 "php": "^7.2",
7820                 "sebastian/object-reflector": "^1.1.1",
7821                 "sebastian/recursion-context": "^3.0"
7822             },
7823             "require-dev": {
7824                 "ext-dom": "*",
7825                 "phpunit/phpunit": "^8.0"
7826             },
7827             "suggest": {
7828                 "ext-uopz": "*"
7829             },
7830             "type": "library",
7831             "extra": {
7832                 "branch-alias": {
7833                     "dev-master": "3.0-dev"
7834                 }
7835             },
7836             "autoload": {
7837                 "classmap": [
7838                     "src/"
7839                 ]
7840             },
7841             "notification-url": "https://packagist.org/downloads/",
7842             "license": [
7843                 "BSD-3-Clause"
7844             ],
7845             "authors": [
7846                 {
7847                     "name": "Sebastian Bergmann",
7848                     "email": "[email protected]"
7849                 }
7850             ],
7851             "description": "Snapshotting of global state",
7852             "homepage": "http://www.github.com/sebastianbergmann/global-state",
7853             "keywords": [
7854                 "global state"
7855             ],
7856             "time": "2019-02-01T05:30:01+00:00"
7857         },
7858         {
7859             "name": "sebastian/object-enumerator",
7860             "version": "3.0.3",
7861             "source": {
7862                 "type": "git",
7863                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7864                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
7865             },
7866             "dist": {
7867                 "type": "zip",
7868                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
7869                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
7870                 "shasum": ""
7871             },
7872             "require": {
7873                 "php": "^7.0",
7874                 "sebastian/object-reflector": "^1.1.1",
7875                 "sebastian/recursion-context": "^3.0"
7876             },
7877             "require-dev": {
7878                 "phpunit/phpunit": "^6.0"
7879             },
7880             "type": "library",
7881             "extra": {
7882                 "branch-alias": {
7883                     "dev-master": "3.0.x-dev"
7884                 }
7885             },
7886             "autoload": {
7887                 "classmap": [
7888                     "src/"
7889                 ]
7890             },
7891             "notification-url": "https://packagist.org/downloads/",
7892             "license": [
7893                 "BSD-3-Clause"
7894             ],
7895             "authors": [
7896                 {
7897                     "name": "Sebastian Bergmann",
7898                     "email": "[email protected]"
7899                 }
7900             ],
7901             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7902             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7903             "time": "2017-08-03T12:35:26+00:00"
7904         },
7905         {
7906             "name": "sebastian/object-reflector",
7907             "version": "1.1.1",
7908             "source": {
7909                 "type": "git",
7910                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
7911                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
7912             },
7913             "dist": {
7914                 "type": "zip",
7915                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
7916                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
7917                 "shasum": ""
7918             },
7919             "require": {
7920                 "php": "^7.0"
7921             },
7922             "require-dev": {
7923                 "phpunit/phpunit": "^6.0"
7924             },
7925             "type": "library",
7926             "extra": {
7927                 "branch-alias": {
7928                     "dev-master": "1.1-dev"
7929                 }
7930             },
7931             "autoload": {
7932                 "classmap": [
7933                     "src/"
7934                 ]
7935             },
7936             "notification-url": "https://packagist.org/downloads/",
7937             "license": [
7938                 "BSD-3-Clause"
7939             ],
7940             "authors": [
7941                 {
7942                     "name": "Sebastian Bergmann",
7943                     "email": "[email protected]"
7944                 }
7945             ],
7946             "description": "Allows reflection of object attributes, including inherited and non-public ones",
7947             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7948             "time": "2017-03-29T09:07:27+00:00"
7949         },
7950         {
7951             "name": "sebastian/recursion-context",
7952             "version": "3.0.0",
7953             "source": {
7954                 "type": "git",
7955                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
7956                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
7957             },
7958             "dist": {
7959                 "type": "zip",
7960                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
7961                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
7962                 "shasum": ""
7963             },
7964             "require": {
7965                 "php": "^7.0"
7966             },
7967             "require-dev": {
7968                 "phpunit/phpunit": "^6.0"
7969             },
7970             "type": "library",
7971             "extra": {
7972                 "branch-alias": {
7973                     "dev-master": "3.0.x-dev"
7974                 }
7975             },
7976             "autoload": {
7977                 "classmap": [
7978                     "src/"
7979                 ]
7980             },
7981             "notification-url": "https://packagist.org/downloads/",
7982             "license": [
7983                 "BSD-3-Clause"
7984             ],
7985             "authors": [
7986                 {
7987                     "name": "Jeff Welch",
7988                     "email": "[email protected]"
7989                 },
7990                 {
7991                     "name": "Sebastian Bergmann",
7992                     "email": "[email protected]"
7993                 },
7994                 {
7995                     "name": "Adam Harvey",
7996                     "email": "[email protected]"
7997                 }
7998             ],
7999             "description": "Provides functionality to recursively process PHP variables",
8000             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
8001             "time": "2017-03-03T06:23:57+00:00"
8002         },
8003         {
8004             "name": "sebastian/resource-operations",
8005             "version": "2.0.1",
8006             "source": {
8007                 "type": "git",
8008                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
8009                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
8010             },
8011             "dist": {
8012                 "type": "zip",
8013                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
8014                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
8015                 "shasum": ""
8016             },
8017             "require": {
8018                 "php": "^7.1"
8019             },
8020             "type": "library",
8021             "extra": {
8022                 "branch-alias": {
8023                     "dev-master": "2.0-dev"
8024                 }
8025             },
8026             "autoload": {
8027                 "classmap": [
8028                     "src/"
8029                 ]
8030             },
8031             "notification-url": "https://packagist.org/downloads/",
8032             "license": [
8033                 "BSD-3-Clause"
8034             ],
8035             "authors": [
8036                 {
8037                     "name": "Sebastian Bergmann",
8038                     "email": "[email protected]"
8039                 }
8040             ],
8041             "description": "Provides a list of PHP built-in functions that operate on resources",
8042             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8043             "time": "2018-10-04T04:07:39+00:00"
8044         },
8045         {
8046             "name": "sebastian/type",
8047             "version": "1.1.3",
8048             "source": {
8049                 "type": "git",
8050                 "url": "https://github.com/sebastianbergmann/type.git",
8051                 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
8052             },
8053             "dist": {
8054                 "type": "zip",
8055                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
8056                 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
8057                 "shasum": ""
8058             },
8059             "require": {
8060                 "php": "^7.2"
8061             },
8062             "require-dev": {
8063                 "phpunit/phpunit": "^8.2"
8064             },
8065             "type": "library",
8066             "extra": {
8067                 "branch-alias": {
8068                     "dev-master": "1.1-dev"
8069                 }
8070             },
8071             "autoload": {
8072                 "classmap": [
8073                     "src/"
8074                 ]
8075             },
8076             "notification-url": "https://packagist.org/downloads/",
8077             "license": [
8078                 "BSD-3-Clause"
8079             ],
8080             "authors": [
8081                 {
8082                     "name": "Sebastian Bergmann",
8083                     "email": "[email protected]",
8084                     "role": "lead"
8085                 }
8086             ],
8087             "description": "Collection of value objects that represent the types of the PHP type system",
8088             "homepage": "https://github.com/sebastianbergmann/type",
8089             "time": "2019-07-02T08:10:15+00:00"
8090         },
8091         {
8092             "name": "sebastian/version",
8093             "version": "2.0.1",
8094             "source": {
8095                 "type": "git",
8096                 "url": "https://github.com/sebastianbergmann/version.git",
8097                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
8098             },
8099             "dist": {
8100                 "type": "zip",
8101                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
8102                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
8103                 "shasum": ""
8104             },
8105             "require": {
8106                 "php": ">=5.6"
8107             },
8108             "type": "library",
8109             "extra": {
8110                 "branch-alias": {
8111                     "dev-master": "2.0.x-dev"
8112                 }
8113             },
8114             "autoload": {
8115                 "classmap": [
8116                     "src/"
8117                 ]
8118             },
8119             "notification-url": "https://packagist.org/downloads/",
8120             "license": [
8121                 "BSD-3-Clause"
8122             ],
8123             "authors": [
8124                 {
8125                     "name": "Sebastian Bergmann",
8126                     "email": "[email protected]",
8127                     "role": "lead"
8128                 }
8129             ],
8130             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8131             "homepage": "https://github.com/sebastianbergmann/version",
8132             "time": "2016-10-03T07:35:21+00:00"
8133         },
8134         {
8135             "name": "seld/jsonlint",
8136             "version": "1.8.2",
8137             "source": {
8138                 "type": "git",
8139                 "url": "https://github.com/Seldaek/jsonlint.git",
8140                 "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337"
8141             },
8142             "dist": {
8143                 "type": "zip",
8144                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/590cfec960b77fd55e39b7d9246659e95dd6d337",
8145                 "reference": "590cfec960b77fd55e39b7d9246659e95dd6d337",
8146                 "shasum": ""
8147             },
8148             "require": {
8149                 "php": "^5.3 || ^7.0 || ^8.0"
8150             },
8151             "require-dev": {
8152                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8153             },
8154             "bin": [
8155                 "bin/jsonlint"
8156             ],
8157             "type": "library",
8158             "autoload": {
8159                 "psr-4": {
8160                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
8161                 }
8162             },
8163             "notification-url": "https://packagist.org/downloads/",
8164             "license": [
8165                 "MIT"
8166             ],
8167             "authors": [
8168                 {
8169                     "name": "Jordi Boggiano",
8170                     "email": "[email protected]",
8171                     "homepage": "http://seld.be"
8172                 }
8173             ],
8174             "description": "JSON Linter",
8175             "keywords": [
8176                 "json",
8177                 "linter",
8178                 "parser",
8179                 "validator"
8180             ],
8181             "funding": [
8182                 {
8183                     "url": "https://github.com/Seldaek",
8184                     "type": "github"
8185                 },
8186                 {
8187                     "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
8188                     "type": "tidelift"
8189                 }
8190             ],
8191             "time": "2020-08-25T06:56:57+00:00"
8192         },
8193         {
8194             "name": "seld/phar-utils",
8195             "version": "1.1.1",
8196             "source": {
8197                 "type": "git",
8198                 "url": "https://github.com/Seldaek/phar-utils.git",
8199                 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
8200             },
8201             "dist": {
8202                 "type": "zip",
8203                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
8204                 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
8205                 "shasum": ""
8206             },
8207             "require": {
8208                 "php": ">=5.3"
8209             },
8210             "type": "library",
8211             "extra": {
8212                 "branch-alias": {
8213                     "dev-master": "1.x-dev"
8214                 }
8215             },
8216             "autoload": {
8217                 "psr-4": {
8218                     "Seld\\PharUtils\\": "src/"
8219                 }
8220             },
8221             "notification-url": "https://packagist.org/downloads/",
8222             "license": [
8223                 "MIT"
8224             ],
8225             "authors": [
8226                 {
8227                     "name": "Jordi Boggiano",
8228                     "email": "[email protected]"
8229                 }
8230             ],
8231             "description": "PHAR file format utilities, for when PHP phars you up",
8232             "keywords": [
8233                 "phar"
8234             ],
8235             "time": "2020-07-07T18:42:57+00:00"
8236         },
8237         {
8238             "name": "squizlabs/php_codesniffer",
8239             "version": "3.5.6",
8240             "source": {
8241                 "type": "git",
8242                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
8243                 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
8244             },
8245             "dist": {
8246                 "type": "zip",
8247                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
8248                 "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
8249                 "shasum": ""
8250             },
8251             "require": {
8252                 "ext-simplexml": "*",
8253                 "ext-tokenizer": "*",
8254                 "ext-xmlwriter": "*",
8255                 "php": ">=5.4.0"
8256             },
8257             "require-dev": {
8258                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
8259             },
8260             "bin": [
8261                 "bin/phpcs",
8262                 "bin/phpcbf"
8263             ],
8264             "type": "library",
8265             "extra": {
8266                 "branch-alias": {
8267                     "dev-master": "3.x-dev"
8268                 }
8269             },
8270             "notification-url": "https://packagist.org/downloads/",
8271             "license": [
8272                 "BSD-3-Clause"
8273             ],
8274             "authors": [
8275                 {
8276                     "name": "Greg Sherwood",
8277                     "role": "lead"
8278                 }
8279             ],
8280             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
8281             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
8282             "keywords": [
8283                 "phpcs",
8284                 "standards"
8285             ],
8286             "time": "2020-08-10T04:50:15+00:00"
8287         },
8288         {
8289             "name": "symfony/dom-crawler",
8290             "version": "v4.4.13",
8291             "source": {
8292                 "type": "git",
8293                 "url": "https://github.com/symfony/dom-crawler.git",
8294                 "reference": "6dd1e7adef4b7efeeb9691fd619279027d4dcf85"
8295             },
8296             "dist": {
8297                 "type": "zip",
8298                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6dd1e7adef4b7efeeb9691fd619279027d4dcf85",
8299                 "reference": "6dd1e7adef4b7efeeb9691fd619279027d4dcf85",
8300                 "shasum": ""
8301             },
8302             "require": {
8303                 "php": ">=7.1.3",
8304                 "symfony/polyfill-ctype": "~1.8",
8305                 "symfony/polyfill-mbstring": "~1.0"
8306             },
8307             "conflict": {
8308                 "masterminds/html5": "<2.6"
8309             },
8310             "require-dev": {
8311                 "masterminds/html5": "^2.6",
8312                 "symfony/css-selector": "^3.4|^4.0|^5.0"
8313             },
8314             "suggest": {
8315                 "symfony/css-selector": ""
8316             },
8317             "type": "library",
8318             "extra": {
8319                 "branch-alias": {
8320                     "dev-master": "4.4-dev"
8321                 }
8322             },
8323             "autoload": {
8324                 "psr-4": {
8325                     "Symfony\\Component\\DomCrawler\\": ""
8326                 },
8327                 "exclude-from-classmap": [
8328                     "/Tests/"
8329                 ]
8330             },
8331             "notification-url": "https://packagist.org/downloads/",
8332             "license": [
8333                 "MIT"
8334             ],
8335             "authors": [
8336                 {
8337                     "name": "Fabien Potencier",
8338                     "email": "[email protected]"
8339                 },
8340                 {
8341                     "name": "Symfony Community",
8342                     "homepage": "https://symfony.com/contributors"
8343                 }
8344             ],
8345             "description": "Symfony DomCrawler Component",
8346             "homepage": "https://symfony.com",
8347             "funding": [
8348                 {
8349                     "url": "https://symfony.com/sponsor",
8350                     "type": "custom"
8351                 },
8352                 {
8353                     "url": "https://github.com/fabpot",
8354                     "type": "github"
8355                 },
8356                 {
8357                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8358                     "type": "tidelift"
8359                 }
8360             ],
8361             "time": "2020-08-12T06:20:35+00:00"
8362         },
8363         {
8364             "name": "symfony/filesystem",
8365             "version": "v4.4.13",
8366             "source": {
8367                 "type": "git",
8368                 "url": "https://github.com/symfony/filesystem.git",
8369                 "reference": "27575bcbc68db1f6d06218891296572c9b845704"
8370             },
8371             "dist": {
8372                 "type": "zip",
8373                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/27575bcbc68db1f6d06218891296572c9b845704",
8374                 "reference": "27575bcbc68db1f6d06218891296572c9b845704",
8375                 "shasum": ""
8376             },
8377             "require": {
8378                 "php": ">=7.1.3",
8379                 "symfony/polyfill-ctype": "~1.8"
8380             },
8381             "type": "library",
8382             "extra": {
8383                 "branch-alias": {
8384                     "dev-master": "4.4-dev"
8385                 }
8386             },
8387             "autoload": {
8388                 "psr-4": {
8389                     "Symfony\\Component\\Filesystem\\": ""
8390                 },
8391                 "exclude-from-classmap": [
8392                     "/Tests/"
8393                 ]
8394             },
8395             "notification-url": "https://packagist.org/downloads/",
8396             "license": [
8397                 "MIT"
8398             ],
8399             "authors": [
8400                 {
8401                     "name": "Fabien Potencier",
8402                     "email": "[email protected]"
8403                 },
8404                 {
8405                     "name": "Symfony Community",
8406                     "homepage": "https://symfony.com/contributors"
8407                 }
8408             ],
8409             "description": "Symfony Filesystem Component",
8410             "homepage": "https://symfony.com",
8411             "funding": [
8412                 {
8413                     "url": "https://symfony.com/sponsor",
8414                     "type": "custom"
8415                 },
8416                 {
8417                     "url": "https://github.com/fabpot",
8418                     "type": "github"
8419                 },
8420                 {
8421                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8422                     "type": "tidelift"
8423                 }
8424             ],
8425             "time": "2020-08-21T17:19:37+00:00"
8426         },
8427         {
8428             "name": "theseer/fdomdocument",
8429             "version": "1.6.6",
8430             "source": {
8431                 "type": "git",
8432                 "url": "https://github.com/theseer/fDOMDocument.git",
8433                 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
8434             },
8435             "dist": {
8436                 "type": "zip",
8437                 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
8438                 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
8439                 "shasum": ""
8440             },
8441             "require": {
8442                 "ext-dom": "*",
8443                 "lib-libxml": "*",
8444                 "php": ">=5.3.3"
8445             },
8446             "type": "library",
8447             "autoload": {
8448                 "classmap": [
8449                     "src/"
8450                 ]
8451             },
8452             "notification-url": "https://packagist.org/downloads/",
8453             "license": [
8454                 "BSD-3-Clause"
8455             ],
8456             "authors": [
8457                 {
8458                     "name": "Arne Blankerts",
8459                     "role": "lead",
8460                     "email": "[email protected]"
8461                 }
8462             ],
8463             "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
8464             "homepage": "https://github.com/theseer/fDOMDocument",
8465             "time": "2017-06-30T11:53:12+00:00"
8466         },
8467         {
8468             "name": "theseer/tokenizer",
8469             "version": "1.2.0",
8470             "source": {
8471                 "type": "git",
8472                 "url": "https://github.com/theseer/tokenizer.git",
8473                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
8474             },
8475             "dist": {
8476                 "type": "zip",
8477                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
8478                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
8479                 "shasum": ""
8480             },
8481             "require": {
8482                 "ext-dom": "*",
8483                 "ext-tokenizer": "*",
8484                 "ext-xmlwriter": "*",
8485                 "php": "^7.2 || ^8.0"
8486             },
8487             "type": "library",
8488             "autoload": {
8489                 "classmap": [
8490                     "src/"
8491                 ]
8492             },
8493             "notification-url": "https://packagist.org/downloads/",
8494             "license": [
8495                 "BSD-3-Clause"
8496             ],
8497             "authors": [
8498                 {
8499                     "name": "Arne Blankerts",
8500                     "email": "[email protected]",
8501                     "role": "Developer"
8502                 }
8503             ],
8504             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
8505             "funding": [
8506                 {
8507                     "url": "https://github.com/theseer",
8508                     "type": "github"
8509                 }
8510             ],
8511             "time": "2020-07-12T23:59:07+00:00"
8512         },
8513         {
8514             "name": "webmozart/assert",
8515             "version": "1.9.1",
8516             "source": {
8517                 "type": "git",
8518                 "url": "https://github.com/webmozart/assert.git",
8519                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
8520             },
8521             "dist": {
8522                 "type": "zip",
8523                 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
8524                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
8525                 "shasum": ""
8526             },
8527             "require": {
8528                 "php": "^5.3.3 || ^7.0 || ^8.0",
8529                 "symfony/polyfill-ctype": "^1.8"
8530             },
8531             "conflict": {
8532                 "phpstan/phpstan": "<0.12.20",
8533                 "vimeo/psalm": "<3.9.1"
8534             },
8535             "require-dev": {
8536                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
8537             },
8538             "type": "library",
8539             "autoload": {
8540                 "psr-4": {
8541                     "Webmozart\\Assert\\": "src/"
8542                 }
8543             },
8544             "notification-url": "https://packagist.org/downloads/",
8545             "license": [
8546                 "MIT"
8547             ],
8548             "authors": [
8549                 {
8550                     "name": "Bernhard Schussek",
8551                     "email": "[email protected]"
8552                 }
8553             ],
8554             "description": "Assertions to validate method input/output with nice error messages.",
8555             "keywords": [
8556                 "assert",
8557                 "check",
8558                 "validate"
8559             ],
8560             "time": "2020-07-08T17:02:28+00:00"
8561         },
8562         {
8563             "name": "wnx/laravel-stats",
8564             "version": "v2.0.2",
8565             "source": {
8566                 "type": "git",
8567                 "url": "https://github.com/stefanzweifel/laravel-stats.git",
8568                 "reference": "e86ebfdd149383b18a41fe3efa1601d82d447140"
8569             },
8570             "dist": {
8571                 "type": "zip",
8572                 "url": "https://api.github.com/repos/stefanzweifel/laravel-stats/zipball/e86ebfdd149383b18a41fe3efa1601d82d447140",
8573                 "reference": "e86ebfdd149383b18a41fe3efa1601d82d447140",
8574                 "shasum": ""
8575             },
8576             "require": {
8577                 "illuminate/console": "~5.8.0|^6.0|^7.0",
8578                 "illuminate/support": "~5.8.0|^6.0|^7.0",
8579                 "php": ">=7.2.0",
8580                 "phploc/phploc": "~5.0|~6.0",
8581                 "symfony/finder": "~4.0"
8582             },
8583             "require-dev": {
8584                 "friendsofphp/php-cs-fixer": "^2.15",
8585                 "laravel/browser-kit-testing": "~5.0",
8586                 "laravel/dusk": "~5.0",
8587                 "mockery/mockery": "^1.1",
8588                 "orchestra/testbench": "^3.8|^4.0|^5.0",
8589                 "phpunit/phpunit": "8.*|9.*"
8590             },
8591             "type": "library",
8592             "extra": {
8593                 "laravel": {
8594                     "providers": [
8595                         "Wnx\\LaravelStats\\StatsServiceProvider"
8596                     ]
8597                 }
8598             },
8599             "autoload": {
8600                 "psr-4": {
8601                     "Wnx\\LaravelStats\\": "src/"
8602                 }
8603             },
8604             "notification-url": "https://packagist.org/downloads/",
8605             "license": [
8606                 "MIT"
8607             ],
8608             "authors": [
8609                 {
8610                     "name": "Stefan Zweifel",
8611                     "email": "[email protected]",
8612                     "homepage": "https://stefanzweifel.io",
8613                     "role": "Developer"
8614                 }
8615             ],
8616             "description": "Get insights about your Laravel Project",
8617             "homepage": "https://github.com/stefanzweifel/laravel-stats",
8618             "keywords": [
8619                 "laravel",
8620                 "statistics",
8621                 "stats",
8622                 "wnx"
8623             ],
8624             "time": "2020-02-22T19:09:14+00:00"
8625         }
8626     ],
8627     "aliases": [],
8628     "minimum-stability": "dev",
8629     "stability-flags": [],
8630     "prefer-stable": true,
8631     "prefer-lowest": false,
8632     "platform": {
8633         "php": "^7.2",
8634         "ext-curl": "*",
8635         "ext-dom": "*",
8636         "ext-gd": "*",
8637         "ext-json": "*",
8638         "ext-mbstring": "*",
8639         "ext-xml": "*"
8640     },
8641     "platform-dev": [],
8642     "platform-overrides": {
8643         "php": "7.2.0"
8644     },
8645     "plugin-api-version": "2.0.0"
8646 }