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