]> BookStack Code Mirror - bookstack/blob - composer.lock
Default OpenID display name set to standard value
[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": "f9d604c2456771f9b939f04492dde182",
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": "lcobucci/jwt",
1819             "version": "3.3.2",
1820             "source": {
1821                 "type": "git",
1822                 "url": "https://github.com/lcobucci/jwt.git",
1823                 "reference": "56f10808089e38623345e28af2f2d5e4eb579455"
1824             },
1825             "dist": {
1826                 "type": "zip",
1827                 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455",
1828                 "reference": "56f10808089e38623345e28af2f2d5e4eb579455",
1829                 "shasum": ""
1830             },
1831             "require": {
1832                 "ext-mbstring": "*",
1833                 "ext-openssl": "*",
1834                 "php": "^5.6 || ^7.0"
1835             },
1836             "require-dev": {
1837                 "mikey179/vfsstream": "~1.5",
1838                 "phpmd/phpmd": "~2.2",
1839                 "phpunit/php-invoker": "~1.1",
1840                 "phpunit/phpunit": "^5.7 || ^7.3",
1841                 "squizlabs/php_codesniffer": "~2.3"
1842             },
1843             "type": "library",
1844             "extra": {
1845                 "branch-alias": {
1846                     "dev-master": "3.1-dev"
1847                 }
1848             },
1849             "autoload": {
1850                 "psr-4": {
1851                     "Lcobucci\\JWT\\": "src"
1852                 }
1853             },
1854             "notification-url": "https://packagist.org/downloads/",
1855             "license": [
1856                 "BSD-3-Clause"
1857             ],
1858             "authors": [
1859                 {
1860                     "name": "Luís Otávio Cobucci Oblonczyk",
1861                     "email": "[email protected]",
1862                     "role": "Developer"
1863                 }
1864             ],
1865             "description": "A simple library to work with JSON Web Token and JSON Web Signature",
1866             "keywords": [
1867                 "JWS",
1868                 "jwt"
1869             ],
1870             "funding": [
1871                 {
1872                     "url": "https://github.com/lcobucci",
1873                     "type": "github"
1874                 },
1875                 {
1876                     "url": "https://www.patreon.com/lcobucci",
1877                     "type": "patreon"
1878                 }
1879             ],
1880             "time": "2020-05-22T08:21:12+00:00"
1881         },
1882         {
1883             "name": "league/commonmark",
1884             "version": "1.4.3",
1885             "source": {
1886                 "type": "git",
1887                 "url": "https://github.com/thephpleague/commonmark.git",
1888                 "reference": "412639f7cfbc0b31ad2455b2fe965095f66ae505"
1889             },
1890             "dist": {
1891                 "type": "zip",
1892                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/412639f7cfbc0b31ad2455b2fe965095f66ae505",
1893                 "reference": "412639f7cfbc0b31ad2455b2fe965095f66ae505",
1894                 "shasum": ""
1895             },
1896             "require": {
1897                 "ext-mbstring": "*",
1898                 "php": "^7.1"
1899             },
1900             "conflict": {
1901                 "scrutinizer/ocular": "1.7.*"
1902             },
1903             "require-dev": {
1904                 "cebe/markdown": "~1.0",
1905                 "commonmark/commonmark.js": "0.29.1",
1906                 "erusev/parsedown": "~1.0",
1907                 "ext-json": "*",
1908                 "github/gfm": "0.29.0",
1909                 "michelf/php-markdown": "~1.4",
1910                 "mikehaertl/php-shellcommand": "^1.4",
1911                 "phpstan/phpstan": "^0.12",
1912                 "phpunit/phpunit": "^7.5",
1913                 "scrutinizer/ocular": "^1.5",
1914                 "symfony/finder": "^4.2"
1915             },
1916             "bin": [
1917                 "bin/commonmark"
1918             ],
1919             "type": "library",
1920             "extra": {
1921                 "branch-alias": {
1922                     "dev-master": "1.4-dev"
1923                 }
1924             },
1925             "autoload": {
1926                 "psr-4": {
1927                     "League\\CommonMark\\": "src"
1928                 }
1929             },
1930             "notification-url": "https://packagist.org/downloads/",
1931             "license": [
1932                 "BSD-3-Clause"
1933             ],
1934             "authors": [
1935                 {
1936                     "name": "Colin O'Dell",
1937                     "email": "[email protected]",
1938                     "homepage": "https://www.colinodell.com",
1939                     "role": "Lead Developer"
1940                 }
1941             ],
1942             "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
1943             "homepage": "https://commonmark.thephpleague.com",
1944             "keywords": [
1945                 "commonmark",
1946                 "flavored",
1947                 "gfm",
1948                 "github",
1949                 "github-flavored",
1950                 "markdown",
1951                 "md",
1952                 "parser"
1953             ],
1954             "funding": [
1955                 {
1956                     "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
1957                     "type": "custom"
1958                 },
1959                 {
1960                     "url": "https://www.colinodell.com/sponsor",
1961                     "type": "custom"
1962                 },
1963                 {
1964                     "url": "https://www.paypal.me/colinpodell/10.00",
1965                     "type": "custom"
1966                 },
1967                 {
1968                     "url": "https://github.com/colinodell",
1969                     "type": "github"
1970                 },
1971                 {
1972                     "url": "https://www.patreon.com/colinodell",
1973                     "type": "patreon"
1974                 },
1975                 {
1976                     "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1977                     "type": "tidelift"
1978                 }
1979             ],
1980             "time": "2020-05-04T22:15:21+00:00"
1981         },
1982         {
1983             "name": "league/flysystem",
1984             "version": "1.0.69",
1985             "source": {
1986                 "type": "git",
1987                 "url": "https://github.com/thephpleague/flysystem.git",
1988                 "reference": "7106f78428a344bc4f643c233a94e48795f10967"
1989             },
1990             "dist": {
1991                 "type": "zip",
1992                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/7106f78428a344bc4f643c233a94e48795f10967",
1993                 "reference": "7106f78428a344bc4f643c233a94e48795f10967",
1994                 "shasum": ""
1995             },
1996             "require": {
1997                 "ext-fileinfo": "*",
1998                 "php": ">=5.5.9"
1999             },
2000             "conflict": {
2001                 "league/flysystem-sftp": "<1.0.6"
2002             },
2003             "require-dev": {
2004                 "phpspec/phpspec": "^3.4",
2005                 "phpunit/phpunit": "^5.7.26"
2006             },
2007             "suggest": {
2008                 "ext-fileinfo": "Required for MimeType",
2009                 "ext-ftp": "Allows you to use FTP server storage",
2010                 "ext-openssl": "Allows you to use FTPS server storage",
2011                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
2012                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
2013                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
2014                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
2015                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
2016                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
2017                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
2018                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
2019                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
2020                 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
2021                 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2022             },
2023             "type": "library",
2024             "extra": {
2025                 "branch-alias": {
2026                     "dev-master": "1.1-dev"
2027                 }
2028             },
2029             "autoload": {
2030                 "psr-4": {
2031                     "League\\Flysystem\\": "src/"
2032                 }
2033             },
2034             "notification-url": "https://packagist.org/downloads/",
2035             "license": [
2036                 "MIT"
2037             ],
2038             "authors": [
2039                 {
2040                     "name": "Frank de Jonge",
2041                     "email": "[email protected]"
2042                 }
2043             ],
2044             "description": "Filesystem abstraction: Many filesystems, one API.",
2045             "keywords": [
2046                 "Cloud Files",
2047                 "WebDAV",
2048                 "abstraction",
2049                 "aws",
2050                 "cloud",
2051                 "copy.com",
2052                 "dropbox",
2053                 "file systems",
2054                 "files",
2055                 "filesystem",
2056                 "filesystems",
2057                 "ftp",
2058                 "rackspace",
2059                 "remote",
2060                 "s3",
2061                 "sftp",
2062                 "storage"
2063             ],
2064             "funding": [
2065                 {
2066                     "url": "https://offset.earth/frankdejonge",
2067                     "type": "other"
2068                 }
2069             ],
2070             "time": "2020-05-18T15:13:39+00:00"
2071         },
2072         {
2073             "name": "league/flysystem-aws-s3-v3",
2074             "version": "1.0.24",
2075             "source": {
2076                 "type": "git",
2077                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2078                 "reference": "4382036bde5dc926f9b8b337e5bdb15e5ec7b570"
2079             },
2080             "dist": {
2081                 "type": "zip",
2082                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/4382036bde5dc926f9b8b337e5bdb15e5ec7b570",
2083                 "reference": "4382036bde5dc926f9b8b337e5bdb15e5ec7b570",
2084                 "shasum": ""
2085             },
2086             "require": {
2087                 "aws/aws-sdk-php": "^3.0.0",
2088                 "league/flysystem": "^1.0.40",
2089                 "php": ">=5.5.0"
2090             },
2091             "require-dev": {
2092                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
2093                 "phpspec/phpspec": "^2.0.0"
2094             },
2095             "type": "library",
2096             "extra": {
2097                 "branch-alias": {
2098                     "dev-master": "1.0-dev"
2099                 }
2100             },
2101             "autoload": {
2102                 "psr-4": {
2103                     "League\\Flysystem\\AwsS3v3\\": "src/"
2104                 }
2105             },
2106             "notification-url": "https://packagist.org/downloads/",
2107             "license": [
2108                 "MIT"
2109             ],
2110             "authors": [
2111                 {
2112                     "name": "Frank de Jonge",
2113                     "email": "[email protected]"
2114                 }
2115             ],
2116             "description": "Flysystem adapter for the AWS S3 SDK v3.x",
2117             "time": "2020-02-23T13:31:58+00:00"
2118         },
2119         {
2120             "name": "league/oauth1-client",
2121             "version": "1.7.0",
2122             "source": {
2123                 "type": "git",
2124                 "url": "https://github.com/thephpleague/oauth1-client.git",
2125                 "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647"
2126             },
2127             "dist": {
2128                 "type": "zip",
2129                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647",
2130                 "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647",
2131                 "shasum": ""
2132             },
2133             "require": {
2134                 "guzzlehttp/guzzle": "^6.0",
2135                 "php": ">=5.5.0"
2136             },
2137             "require-dev": {
2138                 "mockery/mockery": "^0.9",
2139                 "phpunit/phpunit": "^4.0",
2140                 "squizlabs/php_codesniffer": "^2.0"
2141             },
2142             "type": "library",
2143             "extra": {
2144                 "branch-alias": {
2145                     "dev-master": "1.0-dev"
2146                 }
2147             },
2148             "autoload": {
2149                 "psr-4": {
2150                     "League\\OAuth1\\": "src/"
2151                 }
2152             },
2153             "notification-url": "https://packagist.org/downloads/",
2154             "license": [
2155                 "MIT"
2156             ],
2157             "authors": [
2158                 {
2159                     "name": "Ben Corlett",
2160                     "email": "[email protected]",
2161                     "homepage": "http://www.webcomm.com.au",
2162                     "role": "Developer"
2163                 }
2164             ],
2165             "description": "OAuth 1.0 Client Library",
2166             "keywords": [
2167                 "Authentication",
2168                 "SSO",
2169                 "authorization",
2170                 "bitbucket",
2171                 "identity",
2172                 "idp",
2173                 "oauth",
2174                 "oauth1",
2175                 "single sign on",
2176                 "trello",
2177                 "tumblr",
2178                 "twitter"
2179             ],
2180             "time": "2016-08-17T00:36:58+00:00"
2181         },
2182         {
2183             "name": "league/oauth2-client",
2184             "version": "2.4.1",
2185             "source": {
2186                 "type": "git",
2187                 "url": "https://github.com/thephpleague/oauth2-client.git",
2188                 "reference": "cc114abc622a53af969e8664722e84ca36257530"
2189             },
2190             "dist": {
2191                 "type": "zip",
2192                 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/cc114abc622a53af969e8664722e84ca36257530",
2193                 "reference": "cc114abc622a53af969e8664722e84ca36257530",
2194                 "shasum": ""
2195             },
2196             "require": {
2197                 "guzzlehttp/guzzle": "^6.0",
2198                 "paragonie/random_compat": "^1|^2|^9.99",
2199                 "php": "^5.6|^7.0"
2200             },
2201             "require-dev": {
2202                 "eloquent/liberator": "^2.0",
2203                 "eloquent/phony-phpunit": "^1.0|^3.0",
2204                 "jakub-onderka/php-parallel-lint": "^0.9.2",
2205                 "phpunit/phpunit": "^5.7|^6.0",
2206                 "squizlabs/php_codesniffer": "^2.3|^3.0"
2207             },
2208             "type": "library",
2209             "extra": {
2210                 "branch-alias": {
2211                     "dev-2.x": "2.0.x-dev"
2212                 }
2213             },
2214             "autoload": {
2215                 "psr-4": {
2216                     "League\\OAuth2\\Client\\": "src/"
2217                 }
2218             },
2219             "notification-url": "https://packagist.org/downloads/",
2220             "license": [
2221                 "MIT"
2222             ],
2223             "authors": [
2224                 {
2225                     "name": "Alex Bilbie",
2226                     "email": "[email protected]",
2227                     "homepage": "http://www.alexbilbie.com",
2228                     "role": "Developer"
2229                 },
2230                 {
2231                     "name": "Woody Gilk",
2232                     "homepage": "https://github.com/shadowhand",
2233                     "role": "Contributor"
2234                 }
2235             ],
2236             "description": "OAuth 2.0 Client Library",
2237             "keywords": [
2238                 "Authentication",
2239                 "SSO",
2240                 "authorization",
2241                 "identity",
2242                 "idp",
2243                 "oauth",
2244                 "oauth2",
2245                 "single sign on"
2246             ],
2247             "time": "2018-11-22T18:33:57+00:00"
2248         },
2249         {
2250             "name": "monolog/monolog",
2251             "version": "2.1.0",
2252             "source": {
2253                 "type": "git",
2254                 "url": "https://github.com/Seldaek/monolog.git",
2255                 "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
2256             },
2257             "dist": {
2258                 "type": "zip",
2259                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
2260                 "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1",
2261                 "shasum": ""
2262             },
2263             "require": {
2264                 "php": ">=7.2",
2265                 "psr/log": "^1.0.1"
2266             },
2267             "provide": {
2268                 "psr/log-implementation": "1.0.0"
2269             },
2270             "require-dev": {
2271                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2272                 "doctrine/couchdb": "~1.0@dev",
2273                 "elasticsearch/elasticsearch": "^6.0",
2274                 "graylog2/gelf-php": "^1.4.2",
2275                 "php-amqplib/php-amqplib": "~2.4",
2276                 "php-console/php-console": "^3.1.3",
2277                 "php-parallel-lint/php-parallel-lint": "^1.0",
2278                 "phpspec/prophecy": "^1.6.1",
2279                 "phpunit/phpunit": "^8.5",
2280                 "predis/predis": "^1.1",
2281                 "rollbar/rollbar": "^1.3",
2282                 "ruflin/elastica": ">=0.90 <3.0",
2283                 "swiftmailer/swiftmailer": "^5.3|^6.0"
2284             },
2285             "suggest": {
2286                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2287                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2288                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2289                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2290                 "ext-mbstring": "Allow to work properly with unicode symbols",
2291                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2292                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2293                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2294                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2295                 "php-console/php-console": "Allow sending log messages to Google Chrome",
2296                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2297                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2298             },
2299             "type": "library",
2300             "extra": {
2301                 "branch-alias": {
2302                     "dev-master": "2.x-dev"
2303                 }
2304             },
2305             "autoload": {
2306                 "psr-4": {
2307                     "Monolog\\": "src/Monolog"
2308                 }
2309             },
2310             "notification-url": "https://packagist.org/downloads/",
2311             "license": [
2312                 "MIT"
2313             ],
2314             "authors": [
2315                 {
2316                     "name": "Jordi Boggiano",
2317                     "email": "[email protected]",
2318                     "homepage": "http://seld.be"
2319                 }
2320             ],
2321             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2322             "homepage": "http://github.com/Seldaek/monolog",
2323             "keywords": [
2324                 "log",
2325                 "logging",
2326                 "psr-3"
2327             ],
2328             "funding": [
2329                 {
2330                     "url": "https://github.com/Seldaek",
2331                     "type": "github"
2332                 },
2333                 {
2334                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2335                     "type": "tidelift"
2336                 }
2337             ],
2338             "time": "2020-05-22T08:12:19+00:00"
2339         },
2340         {
2341             "name": "mtdowling/jmespath.php",
2342             "version": "2.5.0",
2343             "source": {
2344                 "type": "git",
2345                 "url": "https://github.com/jmespath/jmespath.php.git",
2346                 "reference": "52168cb9472de06979613d365c7f1ab8798be895"
2347             },
2348             "dist": {
2349                 "type": "zip",
2350                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/52168cb9472de06979613d365c7f1ab8798be895",
2351                 "reference": "52168cb9472de06979613d365c7f1ab8798be895",
2352                 "shasum": ""
2353             },
2354             "require": {
2355                 "php": ">=5.4.0",
2356                 "symfony/polyfill-mbstring": "^1.4"
2357             },
2358             "require-dev": {
2359                 "composer/xdebug-handler": "^1.2",
2360                 "phpunit/phpunit": "^4.8.36|^7.5.15"
2361             },
2362             "bin": [
2363                 "bin/jp.php"
2364             ],
2365             "type": "library",
2366             "extra": {
2367                 "branch-alias": {
2368                     "dev-master": "2.5-dev"
2369                 }
2370             },
2371             "autoload": {
2372                 "psr-4": {
2373                     "JmesPath\\": "src/"
2374                 },
2375                 "files": [
2376                     "src/JmesPath.php"
2377                 ]
2378             },
2379             "notification-url": "https://packagist.org/downloads/",
2380             "license": [
2381                 "MIT"
2382             ],
2383             "authors": [
2384                 {
2385                     "name": "Michael Dowling",
2386                     "email": "[email protected]",
2387                     "homepage": "https://github.com/mtdowling"
2388                 }
2389             ],
2390             "description": "Declaratively specify how to extract elements from a JSON document",
2391             "keywords": [
2392                 "json",
2393                 "jsonpath"
2394             ],
2395             "time": "2019-12-30T18:03:34+00:00"
2396         },
2397         {
2398             "name": "nesbot/carbon",
2399             "version": "2.34.2",
2400             "source": {
2401                 "type": "git",
2402                 "url": "https://github.com/briannesbitt/Carbon.git",
2403                 "reference": "3e87404329b8072295ea11d548b47a1eefe5a162"
2404             },
2405             "dist": {
2406                 "type": "zip",
2407                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/3e87404329b8072295ea11d548b47a1eefe5a162",
2408                 "reference": "3e87404329b8072295ea11d548b47a1eefe5a162",
2409                 "shasum": ""
2410             },
2411             "require": {
2412                 "ext-json": "*",
2413                 "php": "^7.1.8 || ^8.0",
2414                 "symfony/polyfill-mbstring": "^1.0",
2415                 "symfony/translation": "^3.4 || ^4.0 || ^5.0"
2416             },
2417             "require-dev": {
2418                 "doctrine/orm": "^2.7",
2419                 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
2420                 "kylekatarnls/multi-tester": "^1.1",
2421                 "phpmd/phpmd": "^2.8",
2422                 "phpstan/phpstan": "^0.11",
2423                 "phpunit/phpunit": "^7.5 || ^8.0",
2424                 "squizlabs/php_codesniffer": "^3.4"
2425             },
2426             "bin": [
2427                 "bin/carbon"
2428             ],
2429             "type": "library",
2430             "extra": {
2431                 "branch-alias": {
2432                     "dev-master": "2.x-dev",
2433                     "dev-3.x": "3.x-dev"
2434                 },
2435                 "laravel": {
2436                     "providers": [
2437                         "Carbon\\Laravel\\ServiceProvider"
2438                     ]
2439                 }
2440             },
2441             "autoload": {
2442                 "psr-4": {
2443                     "Carbon\\": "src/Carbon/"
2444                 }
2445             },
2446             "notification-url": "https://packagist.org/downloads/",
2447             "license": [
2448                 "MIT"
2449             ],
2450             "authors": [
2451                 {
2452                     "name": "Brian Nesbitt",
2453                     "email": "[email protected]",
2454                     "homepage": "http://nesbot.com"
2455                 },
2456                 {
2457                     "name": "kylekatarnls",
2458                     "homepage": "http://github.com/kylekatarnls"
2459                 }
2460             ],
2461             "description": "An API extension for DateTime that supports 281 different languages.",
2462             "homepage": "http://carbon.nesbot.com",
2463             "keywords": [
2464                 "date",
2465                 "datetime",
2466                 "time"
2467             ],
2468             "funding": [
2469                 {
2470                     "url": "https://opencollective.com/Carbon",
2471                     "type": "open_collective"
2472                 },
2473                 {
2474                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
2475                     "type": "tidelift"
2476                 }
2477             ],
2478             "time": "2020-05-19T22:14:16+00:00"
2479         },
2480         {
2481             "name": "nunomaduro/collision",
2482             "version": "v3.0.1",
2483             "source": {
2484                 "type": "git",
2485                 "url": "https://github.com/nunomaduro/collision.git",
2486                 "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
2487             },
2488             "dist": {
2489                 "type": "zip",
2490                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
2491                 "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
2492                 "shasum": ""
2493             },
2494             "require": {
2495                 "filp/whoops": "^2.1.4",
2496                 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2497                 "php": "^7.1",
2498                 "symfony/console": "~2.8|~3.3|~4.0"
2499             },
2500             "require-dev": {
2501                 "laravel/framework": "5.8.*",
2502                 "nunomaduro/larastan": "^0.3.0",
2503                 "phpstan/phpstan": "^0.11",
2504                 "phpunit/phpunit": "~8.0"
2505             },
2506             "type": "library",
2507             "extra": {
2508                 "laravel": {
2509                     "providers": [
2510                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
2511                     ]
2512                 }
2513             },
2514             "autoload": {
2515                 "psr-4": {
2516                     "NunoMaduro\\Collision\\": "src/"
2517                 }
2518             },
2519             "notification-url": "https://packagist.org/downloads/",
2520             "license": [
2521                 "MIT"
2522             ],
2523             "authors": [
2524                 {
2525                     "name": "Nuno Maduro",
2526                     "email": "[email protected]"
2527                 }
2528             ],
2529             "description": "Cli error handling for console/command-line PHP applications.",
2530             "keywords": [
2531                 "artisan",
2532                 "cli",
2533                 "command-line",
2534                 "console",
2535                 "error",
2536                 "handling",
2537                 "laravel",
2538                 "laravel-zero",
2539                 "php",
2540                 "symfony"
2541             ],
2542             "time": "2019-03-07T21:35:13+00:00"
2543         },
2544         {
2545             "name": "onelogin/php-saml",
2546             "version": "3.4.1",
2547             "source": {
2548                 "type": "git",
2549                 "url": "https://github.com/onelogin/php-saml.git",
2550                 "reference": "5fbf3486704ac9835b68184023ab54862c95f213"
2551             },
2552             "dist": {
2553                 "type": "zip",
2554                 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/5fbf3486704ac9835b68184023ab54862c95f213",
2555                 "reference": "5fbf3486704ac9835b68184023ab54862c95f213",
2556                 "shasum": ""
2557             },
2558             "require": {
2559                 "php": ">=5.4",
2560                 "robrichards/xmlseclibs": ">=3.0.4"
2561             },
2562             "require-dev": {
2563                 "pdepend/pdepend": "^2.5.0",
2564                 "php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
2565                 "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
2566                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
2567                 "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
2568                 "squizlabs/php_codesniffer": "^3.1.1"
2569             },
2570             "suggest": {
2571                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
2572                 "ext-gettext": "Install gettext and php5-gettext libs to handle translations",
2573                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
2574             },
2575             "type": "library",
2576             "autoload": {
2577                 "psr-4": {
2578                     "OneLogin\\": "src/"
2579                 }
2580             },
2581             "notification-url": "https://packagist.org/downloads/",
2582             "license": [
2583                 "MIT"
2584             ],
2585             "description": "OneLogin PHP SAML Toolkit",
2586             "homepage": "https://developers.onelogin.com/saml/php",
2587             "keywords": [
2588                 "SAML2",
2589                 "onelogin",
2590                 "saml"
2591             ],
2592             "time": "2019-11-25T17:30:07+00:00"
2593         },
2594         {
2595             "name": "opis/closure",
2596             "version": "3.5.2",
2597             "source": {
2598                 "type": "git",
2599                 "url": "https://github.com/opis/closure.git",
2600                 "reference": "2e3299cea6f485ca64d19c540f46d7896c512ace"
2601             },
2602             "dist": {
2603                 "type": "zip",
2604                 "url": "https://api.github.com/repos/opis/closure/zipball/2e3299cea6f485ca64d19c540f46d7896c512ace",
2605                 "reference": "2e3299cea6f485ca64d19c540f46d7896c512ace",
2606                 "shasum": ""
2607             },
2608             "require": {
2609                 "php": "^5.4 || ^7.0"
2610             },
2611             "require-dev": {
2612                 "jeremeamia/superclosure": "^2.0",
2613                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2614             },
2615             "type": "library",
2616             "extra": {
2617                 "branch-alias": {
2618                     "dev-master": "3.5.x-dev"
2619                 }
2620             },
2621             "autoload": {
2622                 "psr-4": {
2623                     "Opis\\Closure\\": "src/"
2624                 },
2625                 "files": [
2626                     "functions.php"
2627                 ]
2628             },
2629             "notification-url": "https://packagist.org/downloads/",
2630             "license": [
2631                 "MIT"
2632             ],
2633             "authors": [
2634                 {
2635                     "name": "Marius Sarca",
2636                     "email": "[email protected]"
2637                 },
2638                 {
2639                     "name": "Sorin Sarca",
2640                     "email": "[email protected]"
2641                 }
2642             ],
2643             "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
2644             "homepage": "https://opis.io/closure",
2645             "keywords": [
2646                 "anonymous functions",
2647                 "closure",
2648                 "function",
2649                 "serializable",
2650                 "serialization",
2651                 "serialize"
2652             ],
2653             "time": "2020-05-21T20:09:36+00:00"
2654         },
2655         {
2656             "name": "paragonie/random_compat",
2657             "version": "v9.99.99",
2658             "source": {
2659                 "type": "git",
2660                 "url": "https://github.com/paragonie/random_compat.git",
2661                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2662             },
2663             "dist": {
2664                 "type": "zip",
2665                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2666                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2667                 "shasum": ""
2668             },
2669             "require": {
2670                 "php": "^7"
2671             },
2672             "require-dev": {
2673                 "phpunit/phpunit": "4.*|5.*",
2674                 "vimeo/psalm": "^1"
2675             },
2676             "suggest": {
2677                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2678             },
2679             "type": "library",
2680             "notification-url": "https://packagist.org/downloads/",
2681             "license": [
2682                 "MIT"
2683             ],
2684             "authors": [
2685                 {
2686                     "name": "Paragon Initiative Enterprises",
2687                     "email": "[email protected]",
2688                     "homepage": "https://paragonie.com"
2689                 }
2690             ],
2691             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2692             "keywords": [
2693                 "csprng",
2694                 "polyfill",
2695                 "pseudorandom",
2696                 "random"
2697             ],
2698             "time": "2018-07-02T15:55:56+00:00"
2699         },
2700         {
2701             "name": "phenx/php-font-lib",
2702             "version": "0.5.2",
2703             "source": {
2704                 "type": "git",
2705                 "url": "https://github.com/PhenX/php-font-lib.git",
2706                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
2707             },
2708             "dist": {
2709                 "type": "zip",
2710                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2711                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2712                 "shasum": ""
2713             },
2714             "require-dev": {
2715                 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
2716             },
2717             "type": "library",
2718             "autoload": {
2719                 "psr-4": {
2720                     "FontLib\\": "src/FontLib"
2721                 }
2722             },
2723             "notification-url": "https://packagist.org/downloads/",
2724             "license": [
2725                 "LGPL-3.0"
2726             ],
2727             "authors": [
2728                 {
2729                     "name": "Fabien Ménager",
2730                     "email": "[email protected]"
2731                 }
2732             ],
2733             "description": "A library to read, parse, export and make subsets of different types of font files.",
2734             "homepage": "https://github.com/PhenX/php-font-lib",
2735             "time": "2020-03-08T15:31:32+00:00"
2736         },
2737         {
2738             "name": "phenx/php-svg-lib",
2739             "version": "v0.3.3",
2740             "source": {
2741                 "type": "git",
2742                 "url": "https://github.com/PhenX/php-svg-lib.git",
2743                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
2744             },
2745             "dist": {
2746                 "type": "zip",
2747                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2748                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2749                 "shasum": ""
2750             },
2751             "require": {
2752                 "sabberworm/php-css-parser": "^8.3"
2753             },
2754             "require-dev": {
2755                 "phpunit/phpunit": "^5.5|^6.5"
2756             },
2757             "type": "library",
2758             "autoload": {
2759                 "psr-4": {
2760                     "Svg\\": "src/Svg"
2761                 }
2762             },
2763             "notification-url": "https://packagist.org/downloads/",
2764             "license": [
2765                 "LGPL-3.0"
2766             ],
2767             "authors": [
2768                 {
2769                     "name": "Fabien Ménager",
2770                     "email": "[email protected]"
2771                 }
2772             ],
2773             "description": "A library to read, parse and export to PDF SVG files.",
2774             "homepage": "https://github.com/PhenX/php-svg-lib",
2775             "time": "2019-09-11T20:02:13+00:00"
2776         },
2777         {
2778             "name": "phpoption/phpoption",
2779             "version": "1.7.3",
2780             "source": {
2781                 "type": "git",
2782                 "url": "https://github.com/schmittjoh/php-option.git",
2783                 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
2784             },
2785             "dist": {
2786                 "type": "zip",
2787                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
2788                 "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
2789                 "shasum": ""
2790             },
2791             "require": {
2792                 "php": "^5.5.9 || ^7.0 || ^8.0"
2793             },
2794             "require-dev": {
2795                 "bamarni/composer-bin-plugin": "^1.3",
2796                 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
2797             },
2798             "type": "library",
2799             "extra": {
2800                 "branch-alias": {
2801                     "dev-master": "1.7-dev"
2802                 }
2803             },
2804             "autoload": {
2805                 "psr-4": {
2806                     "PhpOption\\": "src/PhpOption/"
2807                 }
2808             },
2809             "notification-url": "https://packagist.org/downloads/",
2810             "license": [
2811                 "Apache-2.0"
2812             ],
2813             "authors": [
2814                 {
2815                     "name": "Johannes M. Schmitt",
2816                     "email": "[email protected]"
2817                 },
2818                 {
2819                     "name": "Graham Campbell",
2820                     "email": "[email protected]"
2821                 }
2822             ],
2823             "description": "Option Type for PHP",
2824             "keywords": [
2825                 "language",
2826                 "option",
2827                 "php",
2828                 "type"
2829             ],
2830             "time": "2020-03-21T18:07:53+00:00"
2831         },
2832         {
2833             "name": "predis/predis",
2834             "version": "v1.1.1",
2835             "source": {
2836                 "type": "git",
2837                 "url": "https://github.com/nrk/predis.git",
2838                 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
2839             },
2840             "dist": {
2841                 "type": "zip",
2842                 "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
2843                 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
2844                 "shasum": ""
2845             },
2846             "require": {
2847                 "php": ">=5.3.9"
2848             },
2849             "require-dev": {
2850                 "phpunit/phpunit": "~4.8"
2851             },
2852             "suggest": {
2853                 "ext-curl": "Allows access to Webdis when paired with phpiredis",
2854                 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2855             },
2856             "type": "library",
2857             "autoload": {
2858                 "psr-4": {
2859                     "Predis\\": "src/"
2860                 }
2861             },
2862             "notification-url": "https://packagist.org/downloads/",
2863             "license": [
2864                 "MIT"
2865             ],
2866             "authors": [
2867                 {
2868                     "name": "Daniele Alessandri",
2869                     "email": "[email protected]",
2870                     "homepage": "http://clorophilla.net"
2871                 }
2872             ],
2873             "description": "Flexible and feature-complete Redis client for PHP and HHVM",
2874             "homepage": "http://github.com/nrk/predis",
2875             "keywords": [
2876                 "nosql",
2877                 "predis",
2878                 "redis"
2879             ],
2880             "time": "2016-06-16T16:22:20+00:00"
2881         },
2882         {
2883             "name": "psr/container",
2884             "version": "1.0.0",
2885             "source": {
2886                 "type": "git",
2887                 "url": "https://github.com/php-fig/container.git",
2888                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2889             },
2890             "dist": {
2891                 "type": "zip",
2892                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2893                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2894                 "shasum": ""
2895             },
2896             "require": {
2897                 "php": ">=5.3.0"
2898             },
2899             "type": "library",
2900             "extra": {
2901                 "branch-alias": {
2902                     "dev-master": "1.0.x-dev"
2903                 }
2904             },
2905             "autoload": {
2906                 "psr-4": {
2907                     "Psr\\Container\\": "src/"
2908                 }
2909             },
2910             "notification-url": "https://packagist.org/downloads/",
2911             "license": [
2912                 "MIT"
2913             ],
2914             "authors": [
2915                 {
2916                     "name": "PHP-FIG",
2917                     "homepage": "http://www.php-fig.org/"
2918                 }
2919             ],
2920             "description": "Common Container Interface (PHP FIG PSR-11)",
2921             "homepage": "https://github.com/php-fig/container",
2922             "keywords": [
2923                 "PSR-11",
2924                 "container",
2925                 "container-interface",
2926                 "container-interop",
2927                 "psr"
2928             ],
2929             "time": "2017-02-14T16:28:37+00:00"
2930         },
2931         {
2932             "name": "psr/http-message",
2933             "version": "1.0.1",
2934             "source": {
2935                 "type": "git",
2936                 "url": "https://github.com/php-fig/http-message.git",
2937                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2938             },
2939             "dist": {
2940                 "type": "zip",
2941                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2942                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2943                 "shasum": ""
2944             },
2945             "require": {
2946                 "php": ">=5.3.0"
2947             },
2948             "type": "library",
2949             "extra": {
2950                 "branch-alias": {
2951                     "dev-master": "1.0.x-dev"
2952                 }
2953             },
2954             "autoload": {
2955                 "psr-4": {
2956                     "Psr\\Http\\Message\\": "src/"
2957                 }
2958             },
2959             "notification-url": "https://packagist.org/downloads/",
2960             "license": [
2961                 "MIT"
2962             ],
2963             "authors": [
2964                 {
2965                     "name": "PHP-FIG",
2966                     "homepage": "http://www.php-fig.org/"
2967                 }
2968             ],
2969             "description": "Common interface for HTTP messages",
2970             "homepage": "https://github.com/php-fig/http-message",
2971             "keywords": [
2972                 "http",
2973                 "http-message",
2974                 "psr",
2975                 "psr-7",
2976                 "request",
2977                 "response"
2978             ],
2979             "time": "2016-08-06T14:39:51+00:00"
2980         },
2981         {
2982             "name": "psr/log",
2983             "version": "1.1.3",
2984             "source": {
2985                 "type": "git",
2986                 "url": "https://github.com/php-fig/log.git",
2987                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2988             },
2989             "dist": {
2990                 "type": "zip",
2991                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2992                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2993                 "shasum": ""
2994             },
2995             "require": {
2996                 "php": ">=5.3.0"
2997             },
2998             "type": "library",
2999             "extra": {
3000                 "branch-alias": {
3001                     "dev-master": "1.1.x-dev"
3002                 }
3003             },
3004             "autoload": {
3005                 "psr-4": {
3006                     "Psr\\Log\\": "Psr/Log/"
3007                 }
3008             },
3009             "notification-url": "https://packagist.org/downloads/",
3010             "license": [
3011                 "MIT"
3012             ],
3013             "authors": [
3014                 {
3015                     "name": "PHP-FIG",
3016                     "homepage": "http://www.php-fig.org/"
3017                 }
3018             ],
3019             "description": "Common interface for logging libraries",
3020             "homepage": "https://github.com/php-fig/log",
3021             "keywords": [
3022                 "log",
3023                 "psr",
3024                 "psr-3"
3025             ],
3026             "time": "2020-03-23T09:12:05+00:00"
3027         },
3028         {
3029             "name": "psr/simple-cache",
3030             "version": "1.0.1",
3031             "source": {
3032                 "type": "git",
3033                 "url": "https://github.com/php-fig/simple-cache.git",
3034                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3035             },
3036             "dist": {
3037                 "type": "zip",
3038                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3039                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3040                 "shasum": ""
3041             },
3042             "require": {
3043                 "php": ">=5.3.0"
3044             },
3045             "type": "library",
3046             "extra": {
3047                 "branch-alias": {
3048                     "dev-master": "1.0.x-dev"
3049                 }
3050             },
3051             "autoload": {
3052                 "psr-4": {
3053                     "Psr\\SimpleCache\\": "src/"
3054                 }
3055             },
3056             "notification-url": "https://packagist.org/downloads/",
3057             "license": [
3058                 "MIT"
3059             ],
3060             "authors": [
3061                 {
3062                     "name": "PHP-FIG",
3063                     "homepage": "http://www.php-fig.org/"
3064                 }
3065             ],
3066             "description": "Common interfaces for simple caching",
3067             "keywords": [
3068                 "cache",
3069                 "caching",
3070                 "psr",
3071                 "psr-16",
3072                 "simple-cache"
3073             ],
3074             "time": "2017-10-23T01:57:42+00:00"
3075         },
3076         {
3077             "name": "ralouphie/getallheaders",
3078             "version": "3.0.3",
3079             "source": {
3080                 "type": "git",
3081                 "url": "https://github.com/ralouphie/getallheaders.git",
3082                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3083             },
3084             "dist": {
3085                 "type": "zip",
3086                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3087                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3088                 "shasum": ""
3089             },
3090             "require": {
3091                 "php": ">=5.6"
3092             },
3093             "require-dev": {
3094                 "php-coveralls/php-coveralls": "^2.1",
3095                 "phpunit/phpunit": "^5 || ^6.5"
3096             },
3097             "type": "library",
3098             "autoload": {
3099                 "files": [
3100                     "src/getallheaders.php"
3101                 ]
3102             },
3103             "notification-url": "https://packagist.org/downloads/",
3104             "license": [
3105                 "MIT"
3106             ],
3107             "authors": [
3108                 {
3109                     "name": "Ralph Khattar",
3110                     "email": "[email protected]"
3111                 }
3112             ],
3113             "description": "A polyfill for getallheaders.",
3114             "time": "2019-03-08T08:55:37+00:00"
3115         },
3116         {
3117             "name": "ramsey/uuid",
3118             "version": "3.9.3",
3119             "source": {
3120                 "type": "git",
3121                 "url": "https://github.com/ramsey/uuid.git",
3122                 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
3123             },
3124             "dist": {
3125                 "type": "zip",
3126                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
3127                 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
3128                 "shasum": ""
3129             },
3130             "require": {
3131                 "ext-json": "*",
3132                 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
3133                 "php": "^5.4 | ^7 | ^8",
3134                 "symfony/polyfill-ctype": "^1.8"
3135             },
3136             "replace": {
3137                 "rhumsaa/uuid": "self.version"
3138             },
3139             "require-dev": {
3140                 "codeception/aspect-mock": "^1 | ^2",
3141                 "doctrine/annotations": "^1.2",
3142                 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
3143                 "jakub-onderka/php-parallel-lint": "^1",
3144                 "mockery/mockery": "^0.9.11 | ^1",
3145                 "moontoast/math": "^1.1",
3146                 "paragonie/random-lib": "^2",
3147                 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
3148                 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
3149                 "squizlabs/php_codesniffer": "^3.5"
3150             },
3151             "suggest": {
3152                 "ext-ctype": "Provides support for PHP Ctype functions",
3153                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
3154                 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
3155                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
3156                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
3157                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3158                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
3159                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3160             },
3161             "type": "library",
3162             "extra": {
3163                 "branch-alias": {
3164                     "dev-master": "3.x-dev"
3165                 }
3166             },
3167             "autoload": {
3168                 "psr-4": {
3169                     "Ramsey\\Uuid\\": "src/"
3170                 },
3171                 "files": [
3172                     "src/functions.php"
3173                 ]
3174             },
3175             "notification-url": "https://packagist.org/downloads/",
3176             "license": [
3177                 "MIT"
3178             ],
3179             "authors": [
3180                 {
3181                     "name": "Ben Ramsey",
3182                     "email": "[email protected]",
3183                     "homepage": "https://benramsey.com"
3184                 },
3185                 {
3186                     "name": "Marijn Huizendveld",
3187                     "email": "[email protected]"
3188                 },
3189                 {
3190                     "name": "Thibaud Fabre",
3191                     "email": "[email protected]"
3192                 }
3193             ],
3194             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
3195             "homepage": "https://github.com/ramsey/uuid",
3196             "keywords": [
3197                 "guid",
3198                 "identifier",
3199                 "uuid"
3200             ],
3201             "time": "2020-02-21T04:36:14+00:00"
3202         },
3203         {
3204             "name": "robrichards/xmlseclibs",
3205             "version": "3.1.0",
3206             "source": {
3207                 "type": "git",
3208                 "url": "https://github.com/robrichards/xmlseclibs.git",
3209                 "reference": "8d8e56ca7914440a8c60caff1a865e7dff1d9a5a"
3210             },
3211             "dist": {
3212                 "type": "zip",
3213                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/8d8e56ca7914440a8c60caff1a865e7dff1d9a5a",
3214                 "reference": "8d8e56ca7914440a8c60caff1a865e7dff1d9a5a",
3215                 "shasum": ""
3216             },
3217             "require": {
3218                 "ext-openssl": "*",
3219                 "php": ">= 5.4"
3220             },
3221             "type": "library",
3222             "autoload": {
3223                 "psr-4": {
3224                     "RobRichards\\XMLSecLibs\\": "src"
3225                 }
3226             },
3227             "notification-url": "https://packagist.org/downloads/",
3228             "license": [
3229                 "BSD-3-Clause"
3230             ],
3231             "description": "A PHP library for XML Security",
3232             "homepage": "https://github.com/robrichards/xmlseclibs",
3233             "keywords": [
3234                 "security",
3235                 "signature",
3236                 "xml",
3237                 "xmldsig"
3238             ],
3239             "time": "2020-04-22T17:19:51+00:00"
3240         },
3241         {
3242             "name": "sabberworm/php-css-parser",
3243             "version": "8.3.0",
3244             "source": {
3245                 "type": "git",
3246                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
3247                 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
3248             },
3249             "dist": {
3250                 "type": "zip",
3251                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
3252                 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
3253                 "shasum": ""
3254             },
3255             "require": {
3256                 "php": ">=5.3.2"
3257             },
3258             "require-dev": {
3259                 "codacy/coverage": "^1.4",
3260                 "phpunit/phpunit": "~4.8"
3261             },
3262             "type": "library",
3263             "autoload": {
3264                 "psr-0": {
3265                     "Sabberworm\\CSS": "lib/"
3266                 }
3267             },
3268             "notification-url": "https://packagist.org/downloads/",
3269             "license": [
3270                 "MIT"
3271             ],
3272             "authors": [
3273                 {
3274                     "name": "Raphael Schweikert"
3275                 }
3276             ],
3277             "description": "Parser for CSS Files written in PHP",
3278             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
3279             "keywords": [
3280                 "css",
3281                 "parser",
3282                 "stylesheet"
3283             ],
3284             "time": "2019-02-22T07:42:52+00:00"
3285         },
3286         {
3287             "name": "scrivo/highlight.php",
3288             "version": "v9.18.1.1",
3289             "source": {
3290                 "type": "git",
3291                 "url": "https://github.com/scrivo/highlight.php.git",
3292                 "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558"
3293             },
3294             "dist": {
3295                 "type": "zip",
3296                 "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558",
3297                 "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558",
3298                 "shasum": ""
3299             },
3300             "require": {
3301                 "ext-json": "*",
3302                 "ext-mbstring": "*",
3303                 "php": ">=5.4"
3304             },
3305             "require-dev": {
3306                 "phpunit/phpunit": "^4.8|^5.7",
3307                 "sabberworm/php-css-parser": "^8.3",
3308                 "symfony/finder": "^2.8|^3.4",
3309                 "symfony/var-dumper": "^2.8|^3.4"
3310             },
3311             "suggest": {
3312                 "ext-dom": "Needed to make use of the features in the utilities namespace"
3313             },
3314             "type": "library",
3315             "autoload": {
3316                 "psr-0": {
3317                     "Highlight\\": "",
3318                     "HighlightUtilities\\": ""
3319                 },
3320                 "files": [
3321                     "HighlightUtilities/functions.php"
3322                 ]
3323             },
3324             "notification-url": "https://packagist.org/downloads/",
3325             "license": [
3326                 "BSD-3-Clause"
3327             ],
3328             "authors": [
3329                 {
3330                     "name": "Geert Bergman",
3331                     "homepage": "http://www.scrivo.org/",
3332                     "role": "Project Author"
3333                 },
3334                 {
3335                     "name": "Vladimir Jimenez",
3336                     "homepage": "https://allejo.io",
3337                     "role": "Maintainer"
3338                 },
3339                 {
3340                     "name": "Martin Folkers",
3341                     "homepage": "https://twobrain.io",
3342                     "role": "Contributor"
3343                 }
3344             ],
3345             "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
3346             "keywords": [
3347                 "code",
3348                 "highlight",
3349                 "highlight.js",
3350                 "highlight.php",
3351                 "syntax"
3352             ],
3353             "time": "2020-03-02T05:59:21+00:00"
3354         },
3355         {
3356             "name": "socialiteproviders/discord",
3357             "version": "v2.0.2",
3358             "source": {
3359                 "type": "git",
3360                 "url": "https://github.com/SocialiteProviders/Discord.git",
3361                 "reference": "e0cd8895f321943b36f533e7bf21ad29bcdece9a"
3362             },
3363             "dist": {
3364                 "type": "zip",
3365                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/e0cd8895f321943b36f533e7bf21ad29bcdece9a",
3366                 "reference": "e0cd8895f321943b36f533e7bf21ad29bcdece9a",
3367                 "shasum": ""
3368             },
3369             "require": {
3370                 "php": "^5.6 || ^7.0",
3371                 "socialiteproviders/manager": "~2.0 || ~3.0"
3372             },
3373             "type": "library",
3374             "autoload": {
3375                 "psr-4": {
3376                     "SocialiteProviders\\Discord\\": ""
3377                 }
3378             },
3379             "notification-url": "https://packagist.org/downloads/",
3380             "license": [
3381                 "MIT"
3382             ],
3383             "authors": [
3384                 {
3385                     "name": "Christopher Eklund",
3386                     "email": "[email protected]"
3387                 }
3388             ],
3389             "description": "Discord OAuth2 Provider for Laravel Socialite",
3390             "time": "2018-05-26T03:40:07+00:00"
3391         },
3392         {
3393             "name": "socialiteproviders/gitlab",
3394             "version": "v3.1",
3395             "source": {
3396                 "type": "git",
3397                 "url": "https://github.com/SocialiteProviders/GitLab.git",
3398                 "reference": "69e537f6192ca15483e98b8662495384f44299ca"
3399             },
3400             "dist": {
3401                 "type": "zip",
3402                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/69e537f6192ca15483e98b8662495384f44299ca",
3403                 "reference": "69e537f6192ca15483e98b8662495384f44299ca",
3404                 "shasum": ""
3405             },
3406             "require": {
3407                 "php": "^5.6 || ^7.0",
3408                 "socialiteproviders/manager": "~2.0 || ~3.0"
3409             },
3410             "type": "library",
3411             "autoload": {
3412                 "psr-4": {
3413                     "SocialiteProviders\\GitLab\\": ""
3414                 }
3415             },
3416             "notification-url": "https://packagist.org/downloads/",
3417             "license": [
3418                 "MIT"
3419             ],
3420             "authors": [
3421                 {
3422                     "name": "Christoffer Martinsen",
3423                     "email": "[email protected]"
3424                 }
3425             ],
3426             "description": "GitLab OAuth2 Provider for Laravel Socialite",
3427             "time": "2018-06-27T05:10:32+00:00"
3428         },
3429         {
3430             "name": "socialiteproviders/manager",
3431             "version": "v3.5",
3432             "source": {
3433                 "type": "git",
3434                 "url": "https://github.com/SocialiteProviders/Manager.git",
3435                 "reference": "7a5872d9e4b22bb26ecd0c69ea9ddbaad8c0f570"
3436             },
3437             "dist": {
3438                 "type": "zip",
3439                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/7a5872d9e4b22bb26ecd0c69ea9ddbaad8c0f570",
3440                 "reference": "7a5872d9e4b22bb26ecd0c69ea9ddbaad8c0f570",
3441                 "shasum": ""
3442             },
3443             "require": {
3444                 "illuminate/support": "~5.4|~5.7.0|~5.8.0|^6.0|^7.0",
3445                 "laravel/socialite": "~3.0|~4.0",
3446                 "php": "^5.6 || ^7.0"
3447             },
3448             "require-dev": {
3449                 "mockery/mockery": "^0.9.4",
3450                 "phpunit/phpunit": "^5.0"
3451             },
3452             "type": "library",
3453             "extra": {
3454                 "laravel": {
3455                     "providers": [
3456                         "SocialiteProviders\\Manager\\ServiceProvider"
3457                     ]
3458                 }
3459             },
3460             "autoload": {
3461                 "psr-4": {
3462                     "SocialiteProviders\\Manager\\": "src/"
3463                 }
3464             },
3465             "notification-url": "https://packagist.org/downloads/",
3466             "license": [
3467                 "MIT"
3468             ],
3469             "authors": [
3470                 {
3471                     "name": "Andy Wendt",
3472                     "email": "[email protected]"
3473                 },
3474                 {
3475                     "name": "Anton Komarev",
3476                     "email": "[email protected]"
3477                 },
3478                 {
3479                     "name": "Miguel Piedrafita",
3480                     "email": "[email protected]"
3481                 }
3482             ],
3483             "description": "Easily add new or override built-in providers in Laravel Socialite.",
3484             "time": "2020-03-08T16:54:44+00:00"
3485         },
3486         {
3487             "name": "socialiteproviders/microsoft-azure",
3488             "version": "v3.1.0",
3489             "source": {
3490                 "type": "git",
3491                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
3492                 "reference": "b22f4696cccecd6de902cf0bc923de7fc2e4608e"
3493             },
3494             "dist": {
3495                 "type": "zip",
3496                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/b22f4696cccecd6de902cf0bc923de7fc2e4608e",
3497                 "reference": "b22f4696cccecd6de902cf0bc923de7fc2e4608e",
3498                 "shasum": ""
3499             },
3500             "require": {
3501                 "ext-json": "*",
3502                 "php": "^5.6 || ^7.0",
3503                 "socialiteproviders/manager": "~2.0 || ~3.0"
3504             },
3505             "type": "library",
3506             "autoload": {
3507                 "psr-4": {
3508                     "SocialiteProviders\\Azure\\": ""
3509                 }
3510             },
3511             "notification-url": "https://packagist.org/downloads/",
3512             "license": [
3513                 "MIT"
3514             ],
3515             "authors": [
3516                 {
3517                     "name": "Chris Hemmings",
3518                     "email": "[email protected]"
3519                 }
3520             ],
3521             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
3522             "time": "2020-04-30T23:01:40+00:00"
3523         },
3524         {
3525             "name": "socialiteproviders/okta",
3526             "version": "v1.1.0",
3527             "source": {
3528                 "type": "git",
3529                 "url": "https://github.com/SocialiteProviders/Okta.git",
3530                 "reference": "7c2512f0872316b139e3eea1c50c9351747a57ea"
3531             },
3532             "dist": {
3533                 "type": "zip",
3534                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/7c2512f0872316b139e3eea1c50c9351747a57ea",
3535                 "reference": "7c2512f0872316b139e3eea1c50c9351747a57ea",
3536                 "shasum": ""
3537             },
3538             "require": {
3539                 "ext-json": "*",
3540                 "php": "^5.6 || ^7.0",
3541                 "socialiteproviders/manager": "~2.0 || ~3.0"
3542             },
3543             "type": "library",
3544             "autoload": {
3545                 "psr-4": {
3546                     "SocialiteProviders\\Okta\\": ""
3547                 }
3548             },
3549             "notification-url": "https://packagist.org/downloads/",
3550             "license": [
3551                 "MIT"
3552             ],
3553             "authors": [
3554                 {
3555                     "name": "Chase Coney",
3556                     "email": "[email protected]"
3557                 }
3558             ],
3559             "description": "Okta OAuth2 Provider for Laravel Socialite",
3560             "time": "2019-09-06T15:27:03+00:00"
3561         },
3562         {
3563             "name": "socialiteproviders/slack",
3564             "version": "v3.1",
3565             "source": {
3566                 "type": "git",
3567                 "url": "https://github.com/SocialiteProviders/Slack.git",
3568                 "reference": "d46826640fbeae8f34328d99c358404a1e1050a3"
3569             },
3570             "dist": {
3571                 "type": "zip",
3572                 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/d46826640fbeae8f34328d99c358404a1e1050a3",
3573                 "reference": "d46826640fbeae8f34328d99c358404a1e1050a3",
3574                 "shasum": ""
3575             },
3576             "require": {
3577                 "php": "^5.6 || ^7.0",
3578                 "socialiteproviders/manager": "~2.0 || ~3.0"
3579             },
3580             "type": "library",
3581             "autoload": {
3582                 "psr-4": {
3583                     "SocialiteProviders\\Slack\\": ""
3584                 }
3585             },
3586             "notification-url": "https://packagist.org/downloads/",
3587             "license": [
3588                 "MIT"
3589             ],
3590             "authors": [
3591                 {
3592                     "name": "Brian Faust",
3593                     "email": "[email protected]"
3594                 }
3595             ],
3596             "description": "Slack OAuth2 Provider for Laravel Socialite",
3597             "time": "2019-01-11T19:48:14+00:00"
3598         },
3599         {
3600             "name": "socialiteproviders/twitch",
3601             "version": "v5.2.0",
3602             "source": {
3603                 "type": "git",
3604                 "url": "https://github.com/SocialiteProviders/Twitch.git",
3605                 "reference": "9ee6fe196d7c28777139b3cde04cbd537cf7e652"
3606             },
3607             "dist": {
3608                 "type": "zip",
3609                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/9ee6fe196d7c28777139b3cde04cbd537cf7e652",
3610                 "reference": "9ee6fe196d7c28777139b3cde04cbd537cf7e652",
3611                 "shasum": ""
3612             },
3613             "require": {
3614                 "ext-json": "*",
3615                 "php": "^5.6 || ^7.0",
3616                 "socialiteproviders/manager": "~2.0 || ~3.0"
3617             },
3618             "type": "library",
3619             "autoload": {
3620                 "psr-4": {
3621                     "SocialiteProviders\\Twitch\\": ""
3622                 }
3623             },
3624             "notification-url": "https://packagist.org/downloads/",
3625             "license": [
3626                 "MIT"
3627             ],
3628             "authors": [
3629                 {
3630                     "name": "Brian Faust",
3631                     "email": "[email protected]"
3632                 }
3633             ],
3634             "description": "Twitch OAuth2 Provider for Laravel Socialite",
3635             "time": "2020-05-06T22:51:30+00:00"
3636         },
3637         {
3638             "name": "steverhoades/oauth2-openid-connect-client",
3639             "version": "v0.3.0",
3640             "source": {
3641                 "type": "git",
3642                 "url": "https://github.com/steverhoades/oauth2-openid-connect-client.git",
3643                 "reference": "0159471487540a4620b8d0b693f5f215503a8d75"
3644             },
3645             "dist": {
3646                 "type": "zip",
3647                 "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-client/zipball/0159471487540a4620b8d0b693f5f215503a8d75",
3648                 "reference": "0159471487540a4620b8d0b693f5f215503a8d75",
3649                 "shasum": ""
3650             },
3651             "require": {
3652                 "lcobucci/jwt": "^3.2",
3653                 "league/oauth2-client": "^2.0"
3654             },
3655             "require-dev": {
3656                 "phpmd/phpmd": "~2.2",
3657                 "phpunit/php-invoker": "~1.1",
3658                 "phpunit/phpunit": "~4.5",
3659                 "squizlabs/php_codesniffer": "~2.3"
3660             },
3661             "type": "library",
3662             "autoload": {
3663                 "psr-4": {
3664                     "OpenIDConnectClient\\": "src/"
3665                 }
3666             },
3667             "notification-url": "https://packagist.org/downloads/",
3668             "license": [
3669                 "MIT"
3670             ],
3671             "authors": [
3672                 {
3673                     "name": "Steve Rhoades",
3674                     "email": "[email protected]"
3675                 }
3676             ],
3677             "description": "OAuth2 OpenID Connect Client that utilizes the PHP Leagues OAuth2 Client",
3678             "time": "2020-05-19T23:06:36+00:00"
3679         },
3680         {
3681             "name": "swiftmailer/swiftmailer",
3682             "version": "v6.2.3",
3683             "source": {
3684                 "type": "git",
3685                 "url": "https://github.com/swiftmailer/swiftmailer.git",
3686                 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
3687             },
3688             "dist": {
3689                 "type": "zip",
3690                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
3691                 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
3692                 "shasum": ""
3693             },
3694             "require": {
3695                 "egulias/email-validator": "~2.0",
3696                 "php": ">=7.0.0",
3697                 "symfony/polyfill-iconv": "^1.0",
3698                 "symfony/polyfill-intl-idn": "^1.10",
3699                 "symfony/polyfill-mbstring": "^1.0"
3700             },
3701             "require-dev": {
3702                 "mockery/mockery": "~0.9.1",
3703                 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
3704             },
3705             "suggest": {
3706                 "ext-intl": "Needed to support internationalized email addresses",
3707                 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
3708             },
3709             "type": "library",
3710             "extra": {
3711                 "branch-alias": {
3712                     "dev-master": "6.2-dev"
3713                 }
3714             },
3715             "autoload": {
3716                 "files": [
3717                     "lib/swift_required.php"
3718                 ]
3719             },
3720             "notification-url": "https://packagist.org/downloads/",
3721             "license": [
3722                 "MIT"
3723             ],
3724             "authors": [
3725                 {
3726                     "name": "Chris Corbyn"
3727                 },
3728                 {
3729                     "name": "Fabien Potencier",
3730                     "email": "[email protected]"
3731                 }
3732             ],
3733             "description": "Swiftmailer, free feature-rich PHP mailer",
3734             "homepage": "https://swiftmailer.symfony.com",
3735             "keywords": [
3736                 "email",
3737                 "mail",
3738                 "mailer"
3739             ],
3740             "time": "2019-11-12T09:31:26+00:00"
3741         },
3742         {
3743             "name": "symfony/console",
3744             "version": "v4.4.8",
3745             "source": {
3746                 "type": "git",
3747                 "url": "https://github.com/symfony/console.git",
3748                 "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7"
3749             },
3750             "dist": {
3751                 "type": "zip",
3752                 "url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
3753                 "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
3754                 "shasum": ""
3755             },
3756             "require": {
3757                 "php": "^7.1.3",
3758                 "symfony/polyfill-mbstring": "~1.0",
3759                 "symfony/polyfill-php73": "^1.8",
3760                 "symfony/service-contracts": "^1.1|^2"
3761             },
3762             "conflict": {
3763                 "symfony/dependency-injection": "<3.4",
3764                 "symfony/event-dispatcher": "<4.3|>=5",
3765                 "symfony/lock": "<4.4",
3766                 "symfony/process": "<3.3"
3767             },
3768             "provide": {
3769                 "psr/log-implementation": "1.0"
3770             },
3771             "require-dev": {
3772                 "psr/log": "~1.0",
3773                 "symfony/config": "^3.4|^4.0|^5.0",
3774                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3775                 "symfony/event-dispatcher": "^4.3",
3776                 "symfony/lock": "^4.4|^5.0",
3777                 "symfony/process": "^3.4|^4.0|^5.0",
3778                 "symfony/var-dumper": "^4.3|^5.0"
3779             },
3780             "suggest": {
3781                 "psr/log": "For using the console logger",
3782                 "symfony/event-dispatcher": "",
3783                 "symfony/lock": "",
3784                 "symfony/process": ""
3785             },
3786             "type": "library",
3787             "extra": {
3788                 "branch-alias": {
3789                     "dev-master": "4.4-dev"
3790                 }
3791             },
3792             "autoload": {
3793                 "psr-4": {
3794                     "Symfony\\Component\\Console\\": ""
3795                 },
3796                 "exclude-from-classmap": [
3797                     "/Tests/"
3798                 ]
3799             },
3800             "notification-url": "https://packagist.org/downloads/",
3801             "license": [
3802                 "MIT"
3803             ],
3804             "authors": [
3805                 {
3806                     "name": "Fabien Potencier",
3807                     "email": "[email protected]"
3808                 },
3809                 {
3810                     "name": "Symfony Community",
3811                     "homepage": "https://symfony.com/contributors"
3812                 }
3813             ],
3814             "description": "Symfony Console Component",
3815             "homepage": "https://symfony.com",
3816             "funding": [
3817                 {
3818                     "url": "https://symfony.com/sponsor",
3819                     "type": "custom"
3820                 },
3821                 {
3822                     "url": "https://github.com/fabpot",
3823                     "type": "github"
3824                 },
3825                 {
3826                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3827                     "type": "tidelift"
3828                 }
3829             ],
3830             "time": "2020-03-30T11:41:10+00:00"
3831         },
3832         {
3833             "name": "symfony/css-selector",
3834             "version": "v4.4.8",
3835             "source": {
3836                 "type": "git",
3837                 "url": "https://github.com/symfony/css-selector.git",
3838                 "reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b"
3839             },
3840             "dist": {
3841                 "type": "zip",
3842                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
3843                 "reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
3844                 "shasum": ""
3845             },
3846             "require": {
3847                 "php": "^7.1.3"
3848             },
3849             "type": "library",
3850             "extra": {
3851                 "branch-alias": {
3852                     "dev-master": "4.4-dev"
3853                 }
3854             },
3855             "autoload": {
3856                 "psr-4": {
3857                     "Symfony\\Component\\CssSelector\\": ""
3858                 },
3859                 "exclude-from-classmap": [
3860                     "/Tests/"
3861                 ]
3862             },
3863             "notification-url": "https://packagist.org/downloads/",
3864             "license": [
3865                 "MIT"
3866             ],
3867             "authors": [
3868                 {
3869                     "name": "Fabien Potencier",
3870                     "email": "[email protected]"
3871                 },
3872                 {
3873                     "name": "Jean-François Simon",
3874                     "email": "[email protected]"
3875                 },
3876                 {
3877                     "name": "Symfony Community",
3878                     "homepage": "https://symfony.com/contributors"
3879                 }
3880             ],
3881             "description": "Symfony CssSelector Component",
3882             "homepage": "https://symfony.com",
3883             "funding": [
3884                 {
3885                     "url": "https://symfony.com/sponsor",
3886                     "type": "custom"
3887                 },
3888                 {
3889                     "url": "https://github.com/fabpot",
3890                     "type": "github"
3891                 },
3892                 {
3893                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3894                     "type": "tidelift"
3895                 }
3896             ],
3897             "time": "2020-03-27T16:54:36+00:00"
3898         },
3899         {
3900             "name": "symfony/debug",
3901             "version": "v4.4.8",
3902             "source": {
3903                 "type": "git",
3904                 "url": "https://github.com/symfony/debug.git",
3905                 "reference": "346636d2cae417992ecfd761979b2ab98b339a45"
3906             },
3907             "dist": {
3908                 "type": "zip",
3909                 "url": "https://api.github.com/repos/symfony/debug/zipball/346636d2cae417992ecfd761979b2ab98b339a45",
3910                 "reference": "346636d2cae417992ecfd761979b2ab98b339a45",
3911                 "shasum": ""
3912             },
3913             "require": {
3914                 "php": "^7.1.3",
3915                 "psr/log": "~1.0"
3916             },
3917             "conflict": {
3918                 "symfony/http-kernel": "<3.4"
3919             },
3920             "require-dev": {
3921                 "symfony/http-kernel": "^3.4|^4.0|^5.0"
3922             },
3923             "type": "library",
3924             "extra": {
3925                 "branch-alias": {
3926                     "dev-master": "4.4-dev"
3927                 }
3928             },
3929             "autoload": {
3930                 "psr-4": {
3931                     "Symfony\\Component\\Debug\\": ""
3932                 },
3933                 "exclude-from-classmap": [
3934                     "/Tests/"
3935                 ]
3936             },
3937             "notification-url": "https://packagist.org/downloads/",
3938             "license": [
3939                 "MIT"
3940             ],
3941             "authors": [
3942                 {
3943                     "name": "Fabien Potencier",
3944                     "email": "[email protected]"
3945                 },
3946                 {
3947                     "name": "Symfony Community",
3948                     "homepage": "https://symfony.com/contributors"
3949                 }
3950             ],
3951             "description": "Symfony Debug Component",
3952             "homepage": "https://symfony.com",
3953             "funding": [
3954                 {
3955                     "url": "https://symfony.com/sponsor",
3956                     "type": "custom"
3957                 },
3958                 {
3959                     "url": "https://github.com/fabpot",
3960                     "type": "github"
3961                 },
3962                 {
3963                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3964                     "type": "tidelift"
3965                 }
3966             ],
3967             "time": "2020-03-27T16:54:36+00:00"
3968         },
3969         {
3970             "name": "symfony/error-handler",
3971             "version": "v4.4.8",
3972             "source": {
3973                 "type": "git",
3974                 "url": "https://github.com/symfony/error-handler.git",
3975                 "reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358"
3976             },
3977             "dist": {
3978                 "type": "zip",
3979                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/7e9828fc98aa1cf27b422fe478a84f5b0abb7358",
3980                 "reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358",
3981                 "shasum": ""
3982             },
3983             "require": {
3984                 "php": "^7.1.3",
3985                 "psr/log": "~1.0",
3986                 "symfony/debug": "^4.4.5",
3987                 "symfony/var-dumper": "^4.4|^5.0"
3988             },
3989             "require-dev": {
3990                 "symfony/http-kernel": "^4.4|^5.0",
3991                 "symfony/serializer": "^4.4|^5.0"
3992             },
3993             "type": "library",
3994             "extra": {
3995                 "branch-alias": {
3996                     "dev-master": "4.4-dev"
3997                 }
3998             },
3999             "autoload": {
4000                 "psr-4": {
4001                     "Symfony\\Component\\ErrorHandler\\": ""
4002                 },
4003                 "exclude-from-classmap": [
4004                     "/Tests/"
4005                 ]
4006             },
4007             "notification-url": "https://packagist.org/downloads/",
4008             "license": [
4009                 "MIT"
4010             ],
4011             "authors": [
4012                 {
4013                     "name": "Fabien Potencier",
4014                     "email": "[email protected]"
4015                 },
4016                 {
4017                     "name": "Symfony Community",
4018                     "homepage": "https://symfony.com/contributors"
4019                 }
4020             ],
4021             "description": "Symfony ErrorHandler Component",
4022             "homepage": "https://symfony.com",
4023             "funding": [
4024                 {
4025                     "url": "https://symfony.com/sponsor",
4026                     "type": "custom"
4027                 },
4028                 {
4029                     "url": "https://github.com/fabpot",
4030                     "type": "github"
4031                 },
4032                 {
4033                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4034                     "type": "tidelift"
4035                 }
4036             ],
4037             "time": "2020-03-30T14:07:33+00:00"
4038         },
4039         {
4040             "name": "symfony/event-dispatcher",
4041             "version": "v4.4.8",
4042             "source": {
4043                 "type": "git",
4044                 "url": "https://github.com/symfony/event-dispatcher.git",
4045                 "reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed"
4046             },
4047             "dist": {
4048                 "type": "zip",
4049                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
4050                 "reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
4051                 "shasum": ""
4052             },
4053             "require": {
4054                 "php": "^7.1.3",
4055                 "symfony/event-dispatcher-contracts": "^1.1"
4056             },
4057             "conflict": {
4058                 "symfony/dependency-injection": "<3.4"
4059             },
4060             "provide": {
4061                 "psr/event-dispatcher-implementation": "1.0",
4062                 "symfony/event-dispatcher-implementation": "1.1"
4063             },
4064             "require-dev": {
4065                 "psr/log": "~1.0",
4066                 "symfony/config": "^3.4|^4.0|^5.0",
4067                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4068                 "symfony/expression-language": "^3.4|^4.0|^5.0",
4069                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4070                 "symfony/service-contracts": "^1.1|^2",
4071                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
4072             },
4073             "suggest": {
4074                 "symfony/dependency-injection": "",
4075                 "symfony/http-kernel": ""
4076             },
4077             "type": "library",
4078             "extra": {
4079                 "branch-alias": {
4080                     "dev-master": "4.4-dev"
4081                 }
4082             },
4083             "autoload": {
4084                 "psr-4": {
4085                     "Symfony\\Component\\EventDispatcher\\": ""
4086                 },
4087                 "exclude-from-classmap": [
4088                     "/Tests/"
4089                 ]
4090             },
4091             "notification-url": "https://packagist.org/downloads/",
4092             "license": [
4093                 "MIT"
4094             ],
4095             "authors": [
4096                 {
4097                     "name": "Fabien Potencier",
4098                     "email": "[email protected]"
4099                 },
4100                 {
4101                     "name": "Symfony Community",
4102                     "homepage": "https://symfony.com/contributors"
4103                 }
4104             ],
4105             "description": "Symfony EventDispatcher Component",
4106             "homepage": "https://symfony.com",
4107             "funding": [
4108                 {
4109                     "url": "https://symfony.com/sponsor",
4110                     "type": "custom"
4111                 },
4112                 {
4113                     "url": "https://github.com/fabpot",
4114                     "type": "github"
4115                 },
4116                 {
4117                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4118                     "type": "tidelift"
4119                 }
4120             ],
4121             "time": "2020-03-27T16:54:36+00:00"
4122         },
4123         {
4124             "name": "symfony/event-dispatcher-contracts",
4125             "version": "v1.1.7",
4126             "source": {
4127                 "type": "git",
4128                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
4129                 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
4130             },
4131             "dist": {
4132                 "type": "zip",
4133                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
4134                 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
4135                 "shasum": ""
4136             },
4137             "require": {
4138                 "php": "^7.1.3"
4139             },
4140             "suggest": {
4141                 "psr/event-dispatcher": "",
4142                 "symfony/event-dispatcher-implementation": ""
4143             },
4144             "type": "library",
4145             "extra": {
4146                 "branch-alias": {
4147                     "dev-master": "1.1-dev"
4148                 }
4149             },
4150             "autoload": {
4151                 "psr-4": {
4152                     "Symfony\\Contracts\\EventDispatcher\\": ""
4153                 }
4154             },
4155             "notification-url": "https://packagist.org/downloads/",
4156             "license": [
4157                 "MIT"
4158             ],
4159             "authors": [
4160                 {
4161                     "name": "Nicolas Grekas",
4162                     "email": "[email protected]"
4163                 },
4164                 {
4165                     "name": "Symfony Community",
4166                     "homepage": "https://symfony.com/contributors"
4167                 }
4168             ],
4169             "description": "Generic abstractions related to dispatching event",
4170             "homepage": "https://symfony.com",
4171             "keywords": [
4172                 "abstractions",
4173                 "contracts",
4174                 "decoupling",
4175                 "interfaces",
4176                 "interoperability",
4177                 "standards"
4178             ],
4179             "time": "2019-09-17T09:54:03+00:00"
4180         },
4181         {
4182             "name": "symfony/finder",
4183             "version": "v4.4.8",
4184             "source": {
4185                 "type": "git",
4186                 "url": "https://github.com/symfony/finder.git",
4187                 "reference": "5729f943f9854c5781984ed4907bbb817735776b"
4188             },
4189             "dist": {
4190                 "type": "zip",
4191                 "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
4192                 "reference": "5729f943f9854c5781984ed4907bbb817735776b",
4193                 "shasum": ""
4194             },
4195             "require": {
4196                 "php": "^7.1.3"
4197             },
4198             "type": "library",
4199             "extra": {
4200                 "branch-alias": {
4201                     "dev-master": "4.4-dev"
4202                 }
4203             },
4204             "autoload": {
4205                 "psr-4": {
4206                     "Symfony\\Component\\Finder\\": ""
4207                 },
4208                 "exclude-from-classmap": [
4209                     "/Tests/"
4210                 ]
4211             },
4212             "notification-url": "https://packagist.org/downloads/",
4213             "license": [
4214                 "MIT"
4215             ],
4216             "authors": [
4217                 {
4218                     "name": "Fabien Potencier",
4219                     "email": "[email protected]"
4220                 },
4221                 {
4222                     "name": "Symfony Community",
4223                     "homepage": "https://symfony.com/contributors"
4224                 }
4225             ],
4226             "description": "Symfony Finder Component",
4227             "homepage": "https://symfony.com",
4228             "funding": [
4229                 {
4230                     "url": "https://symfony.com/sponsor",
4231                     "type": "custom"
4232                 },
4233                 {
4234                     "url": "https://github.com/fabpot",
4235                     "type": "github"
4236                 },
4237                 {
4238                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4239                     "type": "tidelift"
4240                 }
4241             ],
4242             "time": "2020-03-27T16:54:36+00:00"
4243         },
4244         {
4245             "name": "symfony/http-foundation",
4246             "version": "v4.4.8",
4247             "source": {
4248                 "type": "git",
4249                 "url": "https://github.com/symfony/http-foundation.git",
4250                 "reference": "ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2"
4251             },
4252             "dist": {
4253                 "type": "zip",
4254                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2",
4255                 "reference": "ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2",
4256                 "shasum": ""
4257             },
4258             "require": {
4259                 "php": "^7.1.3",
4260                 "symfony/mime": "^4.3|^5.0",
4261                 "symfony/polyfill-mbstring": "~1.1"
4262             },
4263             "require-dev": {
4264                 "predis/predis": "~1.0",
4265                 "symfony/expression-language": "^3.4|^4.0|^5.0"
4266             },
4267             "type": "library",
4268             "extra": {
4269                 "branch-alias": {
4270                     "dev-master": "4.4-dev"
4271                 }
4272             },
4273             "autoload": {
4274                 "psr-4": {
4275                     "Symfony\\Component\\HttpFoundation\\": ""
4276                 },
4277                 "exclude-from-classmap": [
4278                     "/Tests/"
4279                 ]
4280             },
4281             "notification-url": "https://packagist.org/downloads/",
4282             "license": [
4283                 "MIT"
4284             ],
4285             "authors": [
4286                 {
4287                     "name": "Fabien Potencier",
4288                     "email": "[email protected]"
4289                 },
4290                 {
4291                     "name": "Symfony Community",
4292                     "homepage": "https://symfony.com/contributors"
4293                 }
4294             ],
4295             "description": "Symfony HttpFoundation Component",
4296             "homepage": "https://symfony.com",
4297             "funding": [
4298                 {
4299                     "url": "https://symfony.com/sponsor",
4300                     "type": "custom"
4301                 },
4302                 {
4303                     "url": "https://github.com/fabpot",
4304                     "type": "github"
4305                 },
4306                 {
4307                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4308                     "type": "tidelift"
4309                 }
4310             ],
4311             "time": "2020-04-18T20:40:08+00:00"
4312         },
4313         {
4314             "name": "symfony/http-kernel",
4315             "version": "v4.4.8",
4316             "source": {
4317                 "type": "git",
4318                 "url": "https://github.com/symfony/http-kernel.git",
4319                 "reference": "1799a6c01f0db5851f399151abdb5d6393fec277"
4320             },
4321             "dist": {
4322                 "type": "zip",
4323                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1799a6c01f0db5851f399151abdb5d6393fec277",
4324                 "reference": "1799a6c01f0db5851f399151abdb5d6393fec277",
4325                 "shasum": ""
4326             },
4327             "require": {
4328                 "php": "^7.1.3",
4329                 "psr/log": "~1.0",
4330                 "symfony/error-handler": "^4.4",
4331                 "symfony/event-dispatcher": "^4.4",
4332                 "symfony/http-foundation": "^4.4|^5.0",
4333                 "symfony/polyfill-ctype": "^1.8",
4334                 "symfony/polyfill-php73": "^1.9"
4335             },
4336             "conflict": {
4337                 "symfony/browser-kit": "<4.3",
4338                 "symfony/config": "<3.4",
4339                 "symfony/console": ">=5",
4340                 "symfony/dependency-injection": "<4.3",
4341                 "symfony/translation": "<4.2",
4342                 "twig/twig": "<1.34|<2.4,>=2"
4343             },
4344             "provide": {
4345                 "psr/log-implementation": "1.0"
4346             },
4347             "require-dev": {
4348                 "psr/cache": "~1.0",
4349                 "symfony/browser-kit": "^4.3|^5.0",
4350                 "symfony/config": "^3.4|^4.0|^5.0",
4351                 "symfony/console": "^3.4|^4.0",
4352                 "symfony/css-selector": "^3.4|^4.0|^5.0",
4353                 "symfony/dependency-injection": "^4.3|^5.0",
4354                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
4355                 "symfony/expression-language": "^3.4|^4.0|^5.0",
4356                 "symfony/finder": "^3.4|^4.0|^5.0",
4357                 "symfony/process": "^3.4|^4.0|^5.0",
4358                 "symfony/routing": "^3.4|^4.0|^5.0",
4359                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
4360                 "symfony/templating": "^3.4|^4.0|^5.0",
4361                 "symfony/translation": "^4.2|^5.0",
4362                 "symfony/translation-contracts": "^1.1|^2",
4363                 "twig/twig": "^1.34|^2.4|^3.0"
4364             },
4365             "suggest": {
4366                 "symfony/browser-kit": "",
4367                 "symfony/config": "",
4368                 "symfony/console": "",
4369                 "symfony/dependency-injection": ""
4370             },
4371             "type": "library",
4372             "extra": {
4373                 "branch-alias": {
4374                     "dev-master": "4.4-dev"
4375                 }
4376             },
4377             "autoload": {
4378                 "psr-4": {
4379                     "Symfony\\Component\\HttpKernel\\": ""
4380                 },
4381                 "exclude-from-classmap": [
4382                     "/Tests/"
4383                 ]
4384             },
4385             "notification-url": "https://packagist.org/downloads/",
4386             "license": [
4387                 "MIT"
4388             ],
4389             "authors": [
4390                 {
4391                     "name": "Fabien Potencier",
4392                     "email": "[email protected]"
4393                 },
4394                 {
4395                     "name": "Symfony Community",
4396                     "homepage": "https://symfony.com/contributors"
4397                 }
4398             ],
4399             "description": "Symfony HttpKernel Component",
4400             "homepage": "https://symfony.com",
4401             "funding": [
4402                 {
4403                     "url": "https://symfony.com/sponsor",
4404                     "type": "custom"
4405                 },
4406                 {
4407                     "url": "https://github.com/fabpot",
4408                     "type": "github"
4409                 },
4410                 {
4411                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4412                     "type": "tidelift"
4413                 }
4414             ],
4415             "time": "2020-04-28T18:47:42+00:00"
4416         },
4417         {
4418             "name": "symfony/mime",
4419             "version": "v4.4.8",
4420             "source": {
4421                 "type": "git",
4422                 "url": "https://github.com/symfony/mime.git",
4423                 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517"
4424             },
4425             "dist": {
4426                 "type": "zip",
4427                 "url": "https://api.github.com/repos/symfony/mime/zipball/7a583ffb6c7dd5aabb5db920817a3cc39261c517",
4428                 "reference": "7a583ffb6c7dd5aabb5db920817a3cc39261c517",
4429                 "shasum": ""
4430             },
4431             "require": {
4432                 "php": "^7.1.3",
4433                 "symfony/polyfill-intl-idn": "^1.10",
4434                 "symfony/polyfill-mbstring": "^1.0"
4435             },
4436             "conflict": {
4437                 "symfony/mailer": "<4.4"
4438             },
4439             "require-dev": {
4440                 "egulias/email-validator": "^2.1.10",
4441                 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
4442             },
4443             "type": "library",
4444             "extra": {
4445                 "branch-alias": {
4446                     "dev-master": "4.4-dev"
4447                 }
4448             },
4449             "autoload": {
4450                 "psr-4": {
4451                     "Symfony\\Component\\Mime\\": ""
4452                 },
4453                 "exclude-from-classmap": [
4454                     "/Tests/"
4455                 ]
4456             },
4457             "notification-url": "https://packagist.org/downloads/",
4458             "license": [
4459                 "MIT"
4460             ],
4461             "authors": [
4462                 {
4463                     "name": "Fabien Potencier",
4464                     "email": "[email protected]"
4465                 },
4466                 {
4467                     "name": "Symfony Community",
4468                     "homepage": "https://symfony.com/contributors"
4469                 }
4470             ],
4471             "description": "A library to manipulate MIME messages",
4472             "homepage": "https://symfony.com",
4473             "keywords": [
4474                 "mime",
4475                 "mime-type"
4476             ],
4477             "funding": [
4478                 {
4479                     "url": "https://symfony.com/sponsor",
4480                     "type": "custom"
4481                 },
4482                 {
4483                     "url": "https://github.com/fabpot",
4484                     "type": "github"
4485                 },
4486                 {
4487                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4488                     "type": "tidelift"
4489                 }
4490             ],
4491             "time": "2020-04-16T14:49:30+00:00"
4492         },
4493         {
4494             "name": "symfony/polyfill-ctype",
4495             "version": "v1.17.0",
4496             "source": {
4497                 "type": "git",
4498                 "url": "https://github.com/symfony/polyfill-ctype.git",
4499                 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
4500             },
4501             "dist": {
4502                 "type": "zip",
4503                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
4504                 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
4505                 "shasum": ""
4506             },
4507             "require": {
4508                 "php": ">=5.3.3"
4509             },
4510             "suggest": {
4511                 "ext-ctype": "For best performance"
4512             },
4513             "type": "library",
4514             "extra": {
4515                 "branch-alias": {
4516                     "dev-master": "1.17-dev"
4517                 }
4518             },
4519             "autoload": {
4520                 "psr-4": {
4521                     "Symfony\\Polyfill\\Ctype\\": ""
4522                 },
4523                 "files": [
4524                     "bootstrap.php"
4525                 ]
4526             },
4527             "notification-url": "https://packagist.org/downloads/",
4528             "license": [
4529                 "MIT"
4530             ],
4531             "authors": [
4532                 {
4533                     "name": "Gert de Pagter",
4534                     "email": "[email protected]"
4535                 },
4536                 {
4537                     "name": "Symfony Community",
4538                     "homepage": "https://symfony.com/contributors"
4539                 }
4540             ],
4541             "description": "Symfony polyfill for ctype functions",
4542             "homepage": "https://symfony.com",
4543             "keywords": [
4544                 "compatibility",
4545                 "ctype",
4546                 "polyfill",
4547                 "portable"
4548             ],
4549             "funding": [
4550                 {
4551                     "url": "https://symfony.com/sponsor",
4552                     "type": "custom"
4553                 },
4554                 {
4555                     "url": "https://github.com/fabpot",
4556                     "type": "github"
4557                 },
4558                 {
4559                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4560                     "type": "tidelift"
4561                 }
4562             ],
4563             "time": "2020-05-12T16:14:59+00:00"
4564         },
4565         {
4566             "name": "symfony/polyfill-iconv",
4567             "version": "v1.17.0",
4568             "source": {
4569                 "type": "git",
4570                 "url": "https://github.com/symfony/polyfill-iconv.git",
4571                 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
4572             },
4573             "dist": {
4574                 "type": "zip",
4575                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
4576                 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
4577                 "shasum": ""
4578             },
4579             "require": {
4580                 "php": ">=5.3.3"
4581             },
4582             "suggest": {
4583                 "ext-iconv": "For best performance"
4584             },
4585             "type": "library",
4586             "extra": {
4587                 "branch-alias": {
4588                     "dev-master": "1.17-dev"
4589                 }
4590             },
4591             "autoload": {
4592                 "psr-4": {
4593                     "Symfony\\Polyfill\\Iconv\\": ""
4594                 },
4595                 "files": [
4596                     "bootstrap.php"
4597                 ]
4598             },
4599             "notification-url": "https://packagist.org/downloads/",
4600             "license": [
4601                 "MIT"
4602             ],
4603             "authors": [
4604                 {
4605                     "name": "Nicolas Grekas",
4606                     "email": "[email protected]"
4607                 },
4608                 {
4609                     "name": "Symfony Community",
4610                     "homepage": "https://symfony.com/contributors"
4611                 }
4612             ],
4613             "description": "Symfony polyfill for the Iconv extension",
4614             "homepage": "https://symfony.com",
4615             "keywords": [
4616                 "compatibility",
4617                 "iconv",
4618                 "polyfill",
4619                 "portable",
4620                 "shim"
4621             ],
4622             "funding": [
4623                 {
4624                     "url": "https://symfony.com/sponsor",
4625                     "type": "custom"
4626                 },
4627                 {
4628                     "url": "https://github.com/fabpot",
4629                     "type": "github"
4630                 },
4631                 {
4632                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4633                     "type": "tidelift"
4634                 }
4635             ],
4636             "time": "2020-05-12T16:47:27+00:00"
4637         },
4638         {
4639             "name": "symfony/polyfill-intl-idn",
4640             "version": "v1.17.0",
4641             "source": {
4642                 "type": "git",
4643                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4644                 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
4645             },
4646             "dist": {
4647                 "type": "zip",
4648                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
4649                 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
4650                 "shasum": ""
4651             },
4652             "require": {
4653                 "php": ">=5.3.3",
4654                 "symfony/polyfill-mbstring": "^1.3",
4655                 "symfony/polyfill-php72": "^1.10"
4656             },
4657             "suggest": {
4658                 "ext-intl": "For best performance"
4659             },
4660             "type": "library",
4661             "extra": {
4662                 "branch-alias": {
4663                     "dev-master": "1.17-dev"
4664                 }
4665             },
4666             "autoload": {
4667                 "psr-4": {
4668                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
4669                 },
4670                 "files": [
4671                     "bootstrap.php"
4672                 ]
4673             },
4674             "notification-url": "https://packagist.org/downloads/",
4675             "license": [
4676                 "MIT"
4677             ],
4678             "authors": [
4679                 {
4680                     "name": "Laurent Bassin",
4681                     "email": "[email protected]"
4682                 },
4683                 {
4684                     "name": "Symfony Community",
4685                     "homepage": "https://symfony.com/contributors"
4686                 }
4687             ],
4688             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4689             "homepage": "https://symfony.com",
4690             "keywords": [
4691                 "compatibility",
4692                 "idn",
4693                 "intl",
4694                 "polyfill",
4695                 "portable",
4696                 "shim"
4697             ],
4698             "funding": [
4699                 {
4700                     "url": "https://symfony.com/sponsor",
4701                     "type": "custom"
4702                 },
4703                 {
4704                     "url": "https://github.com/fabpot",
4705                     "type": "github"
4706                 },
4707                 {
4708                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4709                     "type": "tidelift"
4710                 }
4711             ],
4712             "time": "2020-05-12T16:47:27+00:00"
4713         },
4714         {
4715             "name": "symfony/polyfill-mbstring",
4716             "version": "v1.17.0",
4717             "source": {
4718                 "type": "git",
4719                 "url": "https://github.com/symfony/polyfill-mbstring.git",
4720                 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
4721             },
4722             "dist": {
4723                 "type": "zip",
4724                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
4725                 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
4726                 "shasum": ""
4727             },
4728             "require": {
4729                 "php": ">=5.3.3"
4730             },
4731             "suggest": {
4732                 "ext-mbstring": "For best performance"
4733             },
4734             "type": "library",
4735             "extra": {
4736                 "branch-alias": {
4737                     "dev-master": "1.17-dev"
4738                 }
4739             },
4740             "autoload": {
4741                 "psr-4": {
4742                     "Symfony\\Polyfill\\Mbstring\\": ""
4743                 },
4744                 "files": [
4745                     "bootstrap.php"
4746                 ]
4747             },
4748             "notification-url": "https://packagist.org/downloads/",
4749             "license": [
4750                 "MIT"
4751             ],
4752             "authors": [
4753                 {
4754                     "name": "Nicolas Grekas",
4755                     "email": "[email protected]"
4756                 },
4757                 {
4758                     "name": "Symfony Community",
4759                     "homepage": "https://symfony.com/contributors"
4760                 }
4761             ],
4762             "description": "Symfony polyfill for the Mbstring extension",
4763             "homepage": "https://symfony.com",
4764             "keywords": [
4765                 "compatibility",
4766                 "mbstring",
4767                 "polyfill",
4768                 "portable",
4769                 "shim"
4770             ],
4771             "funding": [
4772                 {
4773                     "url": "https://symfony.com/sponsor",
4774                     "type": "custom"
4775                 },
4776                 {
4777                     "url": "https://github.com/fabpot",
4778                     "type": "github"
4779                 },
4780                 {
4781                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4782                     "type": "tidelift"
4783                 }
4784             ],
4785             "time": "2020-05-12T16:47:27+00:00"
4786         },
4787         {
4788             "name": "symfony/polyfill-php72",
4789             "version": "v1.17.0",
4790             "source": {
4791                 "type": "git",
4792                 "url": "https://github.com/symfony/polyfill-php72.git",
4793                 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
4794             },
4795             "dist": {
4796                 "type": "zip",
4797                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
4798                 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
4799                 "shasum": ""
4800             },
4801             "require": {
4802                 "php": ">=5.3.3"
4803             },
4804             "type": "library",
4805             "extra": {
4806                 "branch-alias": {
4807                     "dev-master": "1.17-dev"
4808                 }
4809             },
4810             "autoload": {
4811                 "psr-4": {
4812                     "Symfony\\Polyfill\\Php72\\": ""
4813                 },
4814                 "files": [
4815                     "bootstrap.php"
4816                 ]
4817             },
4818             "notification-url": "https://packagist.org/downloads/",
4819             "license": [
4820                 "MIT"
4821             ],
4822             "authors": [
4823                 {
4824                     "name": "Nicolas Grekas",
4825                     "email": "[email protected]"
4826                 },
4827                 {
4828                     "name": "Symfony Community",
4829                     "homepage": "https://symfony.com/contributors"
4830                 }
4831             ],
4832             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4833             "homepage": "https://symfony.com",
4834             "keywords": [
4835                 "compatibility",
4836                 "polyfill",
4837                 "portable",
4838                 "shim"
4839             ],
4840             "funding": [
4841                 {
4842                     "url": "https://symfony.com/sponsor",
4843                     "type": "custom"
4844                 },
4845                 {
4846                     "url": "https://github.com/fabpot",
4847                     "type": "github"
4848                 },
4849                 {
4850                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4851                     "type": "tidelift"
4852                 }
4853             ],
4854             "time": "2020-05-12T16:47:27+00:00"
4855         },
4856         {
4857             "name": "symfony/polyfill-php73",
4858             "version": "v1.17.0",
4859             "source": {
4860                 "type": "git",
4861                 "url": "https://github.com/symfony/polyfill-php73.git",
4862                 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
4863             },
4864             "dist": {
4865                 "type": "zip",
4866                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
4867                 "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
4868                 "shasum": ""
4869             },
4870             "require": {
4871                 "php": ">=5.3.3"
4872             },
4873             "type": "library",
4874             "extra": {
4875                 "branch-alias": {
4876                     "dev-master": "1.17-dev"
4877                 }
4878             },
4879             "autoload": {
4880                 "psr-4": {
4881                     "Symfony\\Polyfill\\Php73\\": ""
4882                 },
4883                 "files": [
4884                     "bootstrap.php"
4885                 ],
4886                 "classmap": [
4887                     "Resources/stubs"
4888                 ]
4889             },
4890             "notification-url": "https://packagist.org/downloads/",
4891             "license": [
4892                 "MIT"
4893             ],
4894             "authors": [
4895                 {
4896                     "name": "Nicolas Grekas",
4897                     "email": "[email protected]"
4898                 },
4899                 {
4900                     "name": "Symfony Community",
4901                     "homepage": "https://symfony.com/contributors"
4902                 }
4903             ],
4904             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4905             "homepage": "https://symfony.com",
4906             "keywords": [
4907                 "compatibility",
4908                 "polyfill",
4909                 "portable",
4910                 "shim"
4911             ],
4912             "funding": [
4913                 {
4914                     "url": "https://symfony.com/sponsor",
4915                     "type": "custom"
4916                 },
4917                 {
4918                     "url": "https://github.com/fabpot",
4919                     "type": "github"
4920                 },
4921                 {
4922                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4923                     "type": "tidelift"
4924                 }
4925             ],
4926             "time": "2020-05-12T16:47:27+00:00"
4927         },
4928         {
4929             "name": "symfony/process",
4930             "version": "v4.4.8",
4931             "source": {
4932                 "type": "git",
4933                 "url": "https://github.com/symfony/process.git",
4934                 "reference": "4b6a9a4013baa65d409153cbb5a895bf093dc7f4"
4935             },
4936             "dist": {
4937                 "type": "zip",
4938                 "url": "https://api.github.com/repos/symfony/process/zipball/4b6a9a4013baa65d409153cbb5a895bf093dc7f4",
4939                 "reference": "4b6a9a4013baa65d409153cbb5a895bf093dc7f4",
4940                 "shasum": ""
4941             },
4942             "require": {
4943                 "php": "^7.1.3"
4944             },
4945             "type": "library",
4946             "extra": {
4947                 "branch-alias": {
4948                     "dev-master": "4.4-dev"
4949                 }
4950             },
4951             "autoload": {
4952                 "psr-4": {
4953                     "Symfony\\Component\\Process\\": ""
4954                 },
4955                 "exclude-from-classmap": [
4956                     "/Tests/"
4957                 ]
4958             },
4959             "notification-url": "https://packagist.org/downloads/",
4960             "license": [
4961                 "MIT"
4962             ],
4963             "authors": [
4964                 {
4965                     "name": "Fabien Potencier",
4966                     "email": "[email protected]"
4967                 },
4968                 {
4969                     "name": "Symfony Community",
4970                     "homepage": "https://symfony.com/contributors"
4971                 }
4972             ],
4973             "description": "Symfony Process Component",
4974             "homepage": "https://symfony.com",
4975             "funding": [
4976                 {
4977                     "url": "https://symfony.com/sponsor",
4978                     "type": "custom"
4979                 },
4980                 {
4981                     "url": "https://github.com/fabpot",
4982                     "type": "github"
4983                 },
4984                 {
4985                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4986                     "type": "tidelift"
4987                 }
4988             ],
4989             "time": "2020-04-15T15:56:18+00:00"
4990         },
4991         {
4992             "name": "symfony/routing",
4993             "version": "v4.4.8",
4994             "source": {
4995                 "type": "git",
4996                 "url": "https://github.com/symfony/routing.git",
4997                 "reference": "67b4e1f99c050cbc310b8f3d0dbdc4b0212c052c"
4998             },
4999             "dist": {
5000                 "type": "zip",
5001                 "url": "https://api.github.com/repos/symfony/routing/zipball/67b4e1f99c050cbc310b8f3d0dbdc4b0212c052c",
5002                 "reference": "67b4e1f99c050cbc310b8f3d0dbdc4b0212c052c",
5003                 "shasum": ""
5004             },
5005             "require": {
5006                 "php": "^7.1.3"
5007             },
5008             "conflict": {
5009                 "symfony/config": "<4.2",
5010                 "symfony/dependency-injection": "<3.4",
5011                 "symfony/yaml": "<3.4"
5012             },
5013             "require-dev": {
5014                 "doctrine/annotations": "~1.2",
5015                 "psr/log": "~1.0",
5016                 "symfony/config": "^4.2|^5.0",
5017                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5018                 "symfony/expression-language": "^3.4|^4.0|^5.0",
5019                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
5020                 "symfony/yaml": "^3.4|^4.0|^5.0"
5021             },
5022             "suggest": {
5023                 "doctrine/annotations": "For using the annotation loader",
5024                 "symfony/config": "For using the all-in-one router or any loader",
5025                 "symfony/expression-language": "For using expression matching",
5026                 "symfony/http-foundation": "For using a Symfony Request object",
5027                 "symfony/yaml": "For using the YAML loader"
5028             },
5029             "type": "library",
5030             "extra": {
5031                 "branch-alias": {
5032                     "dev-master": "4.4-dev"
5033                 }
5034             },
5035             "autoload": {
5036                 "psr-4": {
5037                     "Symfony\\Component\\Routing\\": ""
5038                 },
5039                 "exclude-from-classmap": [
5040                     "/Tests/"
5041                 ]
5042             },
5043             "notification-url": "https://packagist.org/downloads/",
5044             "license": [
5045                 "MIT"
5046             ],
5047             "authors": [
5048                 {
5049                     "name": "Fabien Potencier",
5050                     "email": "[email protected]"
5051                 },
5052                 {
5053                     "name": "Symfony Community",
5054                     "homepage": "https://symfony.com/contributors"
5055                 }
5056             ],
5057             "description": "Symfony Routing Component",
5058             "homepage": "https://symfony.com",
5059             "keywords": [
5060                 "router",
5061                 "routing",
5062                 "uri",
5063                 "url"
5064             ],
5065             "funding": [
5066                 {
5067                     "url": "https://symfony.com/sponsor",
5068                     "type": "custom"
5069                 },
5070                 {
5071                     "url": "https://github.com/fabpot",
5072                     "type": "github"
5073                 },
5074                 {
5075                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5076                     "type": "tidelift"
5077                 }
5078             ],
5079             "time": "2020-04-21T19:59:53+00:00"
5080         },
5081         {
5082             "name": "symfony/service-contracts",
5083             "version": "v1.1.8",
5084             "source": {
5085                 "type": "git",
5086                 "url": "https://github.com/symfony/service-contracts.git",
5087                 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
5088             },
5089             "dist": {
5090                 "type": "zip",
5091                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
5092                 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
5093                 "shasum": ""
5094             },
5095             "require": {
5096                 "php": "^7.1.3",
5097                 "psr/container": "^1.0"
5098             },
5099             "suggest": {
5100                 "symfony/service-implementation": ""
5101             },
5102             "type": "library",
5103             "extra": {
5104                 "branch-alias": {
5105                     "dev-master": "1.1-dev"
5106                 }
5107             },
5108             "autoload": {
5109                 "psr-4": {
5110                     "Symfony\\Contracts\\Service\\": ""
5111                 }
5112             },
5113             "notification-url": "https://packagist.org/downloads/",
5114             "license": [
5115                 "MIT"
5116             ],
5117             "authors": [
5118                 {
5119                     "name": "Nicolas Grekas",
5120                     "email": "[email protected]"
5121                 },
5122                 {
5123                     "name": "Symfony Community",
5124                     "homepage": "https://symfony.com/contributors"
5125                 }
5126             ],
5127             "description": "Generic abstractions related to writing services",
5128             "homepage": "https://symfony.com",
5129             "keywords": [
5130                 "abstractions",
5131                 "contracts",
5132                 "decoupling",
5133                 "interfaces",
5134                 "interoperability",
5135                 "standards"
5136             ],
5137             "time": "2019-10-14T12:27:06+00:00"
5138         },
5139         {
5140             "name": "symfony/translation",
5141             "version": "v4.4.8",
5142             "source": {
5143                 "type": "git",
5144                 "url": "https://github.com/symfony/translation.git",
5145                 "reference": "8272bbd2b7e220ef812eba2a2b30068a5c64b191"
5146             },
5147             "dist": {
5148                 "type": "zip",
5149                 "url": "https://api.github.com/repos/symfony/translation/zipball/8272bbd2b7e220ef812eba2a2b30068a5c64b191",
5150                 "reference": "8272bbd2b7e220ef812eba2a2b30068a5c64b191",
5151                 "shasum": ""
5152             },
5153             "require": {
5154                 "php": "^7.1.3",
5155                 "symfony/polyfill-mbstring": "~1.0",
5156                 "symfony/translation-contracts": "^1.1.6|^2"
5157             },
5158             "conflict": {
5159                 "symfony/config": "<3.4",
5160                 "symfony/dependency-injection": "<3.4",
5161                 "symfony/http-kernel": "<4.4",
5162                 "symfony/yaml": "<3.4"
5163             },
5164             "provide": {
5165                 "symfony/translation-implementation": "1.0"
5166             },
5167             "require-dev": {
5168                 "psr/log": "~1.0",
5169                 "symfony/config": "^3.4|^4.0|^5.0",
5170                 "symfony/console": "^3.4|^4.0|^5.0",
5171                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5172                 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
5173                 "symfony/http-kernel": "^4.4",
5174                 "symfony/intl": "^3.4|^4.0|^5.0",
5175                 "symfony/service-contracts": "^1.1.2|^2",
5176                 "symfony/yaml": "^3.4|^4.0|^5.0"
5177             },
5178             "suggest": {
5179                 "psr/log-implementation": "To use logging capability in translator",
5180                 "symfony/config": "",
5181                 "symfony/yaml": ""
5182             },
5183             "type": "library",
5184             "extra": {
5185                 "branch-alias": {
5186                     "dev-master": "4.4-dev"
5187                 }
5188             },
5189             "autoload": {
5190                 "psr-4": {
5191                     "Symfony\\Component\\Translation\\": ""
5192                 },
5193                 "exclude-from-classmap": [
5194                     "/Tests/"
5195                 ]
5196             },
5197             "notification-url": "https://packagist.org/downloads/",
5198             "license": [
5199                 "MIT"
5200             ],
5201             "authors": [
5202                 {
5203                     "name": "Fabien Potencier",
5204                     "email": "[email protected]"
5205                 },
5206                 {
5207                     "name": "Symfony Community",
5208                     "homepage": "https://symfony.com/contributors"
5209                 }
5210             ],
5211             "description": "Symfony Translation Component",
5212             "homepage": "https://symfony.com",
5213             "funding": [
5214                 {
5215                     "url": "https://symfony.com/sponsor",
5216                     "type": "custom"
5217                 },
5218                 {
5219                     "url": "https://github.com/fabpot",
5220                     "type": "github"
5221                 },
5222                 {
5223                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5224                     "type": "tidelift"
5225                 }
5226             ],
5227             "time": "2020-04-12T16:45:36+00:00"
5228         },
5229         {
5230             "name": "symfony/translation-contracts",
5231             "version": "v1.1.7",
5232             "source": {
5233                 "type": "git",
5234                 "url": "https://github.com/symfony/translation-contracts.git",
5235                 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6"
5236             },
5237             "dist": {
5238                 "type": "zip",
5239                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6",
5240                 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6",
5241                 "shasum": ""
5242             },
5243             "require": {
5244                 "php": "^7.1.3"
5245             },
5246             "suggest": {
5247                 "symfony/translation-implementation": ""
5248             },
5249             "type": "library",
5250             "extra": {
5251                 "branch-alias": {
5252                     "dev-master": "1.1-dev"
5253                 }
5254             },
5255             "autoload": {
5256                 "psr-4": {
5257                     "Symfony\\Contracts\\Translation\\": ""
5258                 }
5259             },
5260             "notification-url": "https://packagist.org/downloads/",
5261             "license": [
5262                 "MIT"
5263             ],
5264             "authors": [
5265                 {
5266                     "name": "Nicolas Grekas",
5267                     "email": "[email protected]"
5268                 },
5269                 {
5270                     "name": "Symfony Community",
5271                     "homepage": "https://symfony.com/contributors"
5272                 }
5273             ],
5274             "description": "Generic abstractions related to translation",
5275             "homepage": "https://symfony.com",
5276             "keywords": [
5277                 "abstractions",
5278                 "contracts",
5279                 "decoupling",
5280                 "interfaces",
5281                 "interoperability",
5282                 "standards"
5283             ],
5284             "time": "2019-09-17T11:12:18+00:00"
5285         },
5286         {
5287             "name": "symfony/var-dumper",
5288             "version": "v4.4.8",
5289             "source": {
5290                 "type": "git",
5291                 "url": "https://github.com/symfony/var-dumper.git",
5292                 "reference": "c587e04ce5d1aa62d534a038f574d9a709e814cf"
5293             },
5294             "dist": {
5295                 "type": "zip",
5296                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c587e04ce5d1aa62d534a038f574d9a709e814cf",
5297                 "reference": "c587e04ce5d1aa62d534a038f574d9a709e814cf",
5298                 "shasum": ""
5299             },
5300             "require": {
5301                 "php": "^7.1.3",
5302                 "symfony/polyfill-mbstring": "~1.0",
5303                 "symfony/polyfill-php72": "~1.5"
5304             },
5305             "conflict": {
5306                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5307                 "symfony/console": "<3.4"
5308             },
5309             "require-dev": {
5310                 "ext-iconv": "*",
5311                 "symfony/console": "^3.4|^4.0|^5.0",
5312                 "symfony/process": "^4.4|^5.0",
5313                 "twig/twig": "^1.34|^2.4|^3.0"
5314             },
5315             "suggest": {
5316                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5317                 "ext-intl": "To show region name in time zone dump",
5318                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
5319             },
5320             "bin": [
5321                 "Resources/bin/var-dump-server"
5322             ],
5323             "type": "library",
5324             "extra": {
5325                 "branch-alias": {
5326                     "dev-master": "4.4-dev"
5327                 }
5328             },
5329             "autoload": {
5330                 "files": [
5331                     "Resources/functions/dump.php"
5332                 ],
5333                 "psr-4": {
5334                     "Symfony\\Component\\VarDumper\\": ""
5335                 },
5336                 "exclude-from-classmap": [
5337                     "/Tests/"
5338                 ]
5339             },
5340             "notification-url": "https://packagist.org/downloads/",
5341             "license": [
5342                 "MIT"
5343             ],
5344             "authors": [
5345                 {
5346                     "name": "Nicolas Grekas",
5347                     "email": "[email protected]"
5348                 },
5349                 {
5350                     "name": "Symfony Community",
5351                     "homepage": "https://symfony.com/contributors"
5352                 }
5353             ],
5354             "description": "Symfony mechanism for exploring and dumping PHP variables",
5355             "homepage": "https://symfony.com",
5356             "keywords": [
5357                 "debug",
5358                 "dump"
5359             ],
5360             "funding": [
5361                 {
5362                     "url": "https://symfony.com/sponsor",
5363                     "type": "custom"
5364                 },
5365                 {
5366                     "url": "https://github.com/fabpot",
5367                     "type": "github"
5368                 },
5369                 {
5370                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5371                     "type": "tidelift"
5372                 }
5373             ],
5374             "time": "2020-04-12T16:14:02+00:00"
5375         },
5376         {
5377             "name": "tijsverkoyen/css-to-inline-styles",
5378             "version": "2.2.2",
5379             "source": {
5380                 "type": "git",
5381                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
5382                 "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
5383             },
5384             "dist": {
5385                 "type": "zip",
5386                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
5387                 "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
5388                 "shasum": ""
5389             },
5390             "require": {
5391                 "ext-dom": "*",
5392                 "ext-libxml": "*",
5393                 "php": "^5.5 || ^7.0",
5394                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
5395             },
5396             "require-dev": {
5397                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
5398             },
5399             "type": "library",
5400             "extra": {
5401                 "branch-alias": {
5402                     "dev-master": "2.2.x-dev"
5403                 }
5404             },
5405             "autoload": {
5406                 "psr-4": {
5407                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
5408                 }
5409             },
5410             "notification-url": "https://packagist.org/downloads/",
5411             "license": [
5412                 "BSD-3-Clause"
5413             ],
5414             "authors": [
5415                 {
5416                     "name": "Tijs Verkoyen",
5417                     "email": "[email protected]",
5418                     "role": "Developer"
5419                 }
5420             ],
5421             "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.",
5422             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
5423             "time": "2019-10-24T08:53:34+00:00"
5424         },
5425         {
5426             "name": "vlucas/phpdotenv",
5427             "version": "v3.6.4",
5428             "source": {
5429                 "type": "git",
5430                 "url": "https://github.com/vlucas/phpdotenv.git",
5431                 "reference": "10d3f853fdf1f3a6b3c7ea0c4620d2f699713db5"
5432             },
5433             "dist": {
5434                 "type": "zip",
5435                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/10d3f853fdf1f3a6b3c7ea0c4620d2f699713db5",
5436                 "reference": "10d3f853fdf1f3a6b3c7ea0c4620d2f699713db5",
5437                 "shasum": ""
5438             },
5439             "require": {
5440                 "php": "^5.4 || ^7.0 || ^8.0",
5441                 "phpoption/phpoption": "^1.5",
5442                 "symfony/polyfill-ctype": "^1.9"
5443             },
5444             "require-dev": {
5445                 "ext-filter": "*",
5446                 "ext-pcre": "*",
5447                 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
5448             },
5449             "suggest": {
5450                 "ext-filter": "Required to use the boolean validator.",
5451                 "ext-pcre": "Required to use most of the library."
5452             },
5453             "type": "library",
5454             "extra": {
5455                 "branch-alias": {
5456                     "dev-master": "3.6-dev"
5457                 }
5458             },
5459             "autoload": {
5460                 "psr-4": {
5461                     "Dotenv\\": "src/"
5462                 }
5463             },
5464             "notification-url": "https://packagist.org/downloads/",
5465             "license": [
5466                 "BSD-3-Clause"
5467             ],
5468             "authors": [
5469                 {
5470                     "name": "Graham Campbell",
5471                     "email": "[email protected]",
5472                     "homepage": "https://gjcampbell.co.uk/"
5473                 },
5474                 {
5475                     "name": "Vance Lucas",
5476                     "email": "[email protected]",
5477                     "homepage": "https://vancelucas.com/"
5478                 }
5479             ],
5480             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
5481             "keywords": [
5482                 "dotenv",
5483                 "env",
5484                 "environment"
5485             ],
5486             "funding": [
5487                 {
5488                     "url": "https://github.com/GrahamCampbell",
5489                     "type": "github"
5490                 },
5491                 {
5492                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
5493                     "type": "tidelift"
5494                 }
5495             ],
5496             "time": "2020-05-02T13:46:13+00:00"
5497         }
5498     ],
5499     "packages-dev": [
5500         {
5501             "name": "barryvdh/laravel-debugbar",
5502             "version": "v3.3.3",
5503             "source": {
5504                 "type": "git",
5505                 "url": "https://github.com/barryvdh/laravel-debugbar.git",
5506                 "reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5"
5507             },
5508             "dist": {
5509                 "type": "zip",
5510                 "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/57f2219f6d9efe41ed1bc880d86701c52f261bf5",
5511                 "reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5",
5512                 "shasum": ""
5513             },
5514             "require": {
5515                 "illuminate/routing": "^5.5|^6|^7",
5516                 "illuminate/session": "^5.5|^6|^7",
5517                 "illuminate/support": "^5.5|^6|^7",
5518                 "maximebf/debugbar": "^1.15.1",
5519                 "php": ">=7.0",
5520                 "symfony/debug": "^3|^4|^5",
5521                 "symfony/finder": "^3|^4|^5"
5522             },
5523             "require-dev": {
5524                 "laravel/framework": "5.5.x"
5525             },
5526             "type": "library",
5527             "extra": {
5528                 "branch-alias": {
5529                     "dev-master": "3.2-dev"
5530                 },
5531                 "laravel": {
5532                     "providers": [
5533                         "Barryvdh\\Debugbar\\ServiceProvider"
5534                     ],
5535                     "aliases": {
5536                         "Debugbar": "Barryvdh\\Debugbar\\Facade"
5537                     }
5538                 }
5539             },
5540             "autoload": {
5541                 "psr-4": {
5542                     "Barryvdh\\Debugbar\\": "src/"
5543                 },
5544                 "files": [
5545                     "src/helpers.php"
5546                 ]
5547             },
5548             "notification-url": "https://packagist.org/downloads/",
5549             "license": [
5550                 "MIT"
5551             ],
5552             "authors": [
5553                 {
5554                     "name": "Barry vd. Heuvel",
5555                     "email": "[email protected]"
5556                 }
5557             ],
5558             "description": "PHP Debugbar integration for Laravel",
5559             "keywords": [
5560                 "debug",
5561                 "debugbar",
5562                 "laravel",
5563                 "profiler",
5564                 "webprofiler"
5565             ],
5566             "funding": [
5567                 {
5568                     "url": "https://github.com/barryvdh",
5569                     "type": "github"
5570                 }
5571             ],
5572             "time": "2020-05-05T10:53:32+00:00"
5573         },
5574         {
5575             "name": "barryvdh/laravel-ide-helper",
5576             "version": "v2.7.0",
5577             "source": {
5578                 "type": "git",
5579                 "url": "https://github.com/barryvdh/laravel-ide-helper.git",
5580                 "reference": "5f677edc14bdcfdcac36633e6eea71b2728a4dbc"
5581             },
5582             "dist": {
5583                 "type": "zip",
5584                 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5f677edc14bdcfdcac36633e6eea71b2728a4dbc",
5585                 "reference": "5f677edc14bdcfdcac36633e6eea71b2728a4dbc",
5586                 "shasum": ""
5587             },
5588             "require": {
5589                 "barryvdh/reflection-docblock": "^2.0.6",
5590                 "composer/composer": "^1.6",
5591                 "doctrine/dbal": "~2.3",
5592                 "illuminate/console": "^5.5|^6|^7",
5593                 "illuminate/filesystem": "^5.5|^6|^7",
5594                 "illuminate/support": "^5.5|^6|^7",
5595                 "php": ">=7.2"
5596             },
5597             "require-dev": {
5598                 "illuminate/config": "^5.5|^6|^7",
5599                 "illuminate/view": "^5.5|^6|^7",
5600                 "mockery/mockery": "^1.3",
5601                 "orchestra/testbench": "^3|^4|^5",
5602                 "phpro/grumphp": "^0.17.1",
5603                 "squizlabs/php_codesniffer": "^3"
5604             },
5605             "type": "library",
5606             "extra": {
5607                 "branch-alias": {
5608                     "dev-master": "2.6-dev"
5609                 },
5610                 "laravel": {
5611                     "providers": [
5612                         "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
5613                     ]
5614                 }
5615             },
5616             "autoload": {
5617                 "psr-4": {
5618                     "Barryvdh\\LaravelIdeHelper\\": "src"
5619                 }
5620             },
5621             "notification-url": "https://packagist.org/downloads/",
5622             "license": [
5623                 "MIT"
5624             ],
5625             "authors": [
5626                 {
5627                     "name": "Barry vd. Heuvel",
5628                     "email": "[email protected]"
5629                 }
5630             ],
5631             "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
5632             "keywords": [
5633                 "autocomplete",
5634                 "codeintel",
5635                 "helper",
5636                 "ide",
5637                 "laravel",
5638                 "netbeans",
5639                 "phpdoc",
5640                 "phpstorm",
5641                 "sublime"
5642             ],
5643             "funding": [
5644                 {
5645                     "url": "https://github.com/barryvdh",
5646                     "type": "github"
5647                 }
5648             ],
5649             "time": "2020-04-22T09:57:26+00:00"
5650         },
5651         {
5652             "name": "barryvdh/reflection-docblock",
5653             "version": "v2.0.6",
5654             "source": {
5655                 "type": "git",
5656                 "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
5657                 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
5658             },
5659             "dist": {
5660                 "type": "zip",
5661                 "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
5662                 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
5663                 "shasum": ""
5664             },
5665             "require": {
5666                 "php": ">=5.3.3"
5667             },
5668             "require-dev": {
5669                 "phpunit/phpunit": "~4.0,<4.5"
5670             },
5671             "suggest": {
5672                 "dflydev/markdown": "~1.0",
5673                 "erusev/parsedown": "~1.0"
5674             },
5675             "type": "library",
5676             "extra": {
5677                 "branch-alias": {
5678                     "dev-master": "2.0.x-dev"
5679                 }
5680             },
5681             "autoload": {
5682                 "psr-0": {
5683                     "Barryvdh": [
5684                         "src/"
5685                     ]
5686                 }
5687             },
5688             "notification-url": "https://packagist.org/downloads/",
5689             "license": [
5690                 "MIT"
5691             ],
5692             "authors": [
5693                 {
5694                     "name": "Mike van Riel",
5695                     "email": "[email protected]"
5696                 }
5697             ],
5698             "time": "2018-12-13T10:34:14+00:00"
5699         },
5700         {
5701             "name": "composer/ca-bundle",
5702             "version": "1.2.7",
5703             "source": {
5704                 "type": "git",
5705                 "url": "https://github.com/composer/ca-bundle.git",
5706                 "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
5707             },
5708             "dist": {
5709                 "type": "zip",
5710                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
5711                 "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
5712                 "shasum": ""
5713             },
5714             "require": {
5715                 "ext-openssl": "*",
5716                 "ext-pcre": "*",
5717                 "php": "^5.3.2 || ^7.0 || ^8.0"
5718             },
5719             "require-dev": {
5720                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
5721                 "psr/log": "^1.0",
5722                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
5723             },
5724             "type": "library",
5725             "extra": {
5726                 "branch-alias": {
5727                     "dev-master": "1.x-dev"
5728                 }
5729             },
5730             "autoload": {
5731                 "psr-4": {
5732                     "Composer\\CaBundle\\": "src"
5733                 }
5734             },
5735             "notification-url": "https://packagist.org/downloads/",
5736             "license": [
5737                 "MIT"
5738             ],
5739             "authors": [
5740                 {
5741                     "name": "Jordi Boggiano",
5742                     "email": "[email protected]",
5743                     "homepage": "http://seld.be"
5744                 }
5745             ],
5746             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
5747             "keywords": [
5748                 "cabundle",
5749                 "cacert",
5750                 "certificate",
5751                 "ssl",
5752                 "tls"
5753             ],
5754             "funding": [
5755                 {
5756                     "url": "https://packagist.com",
5757                     "type": "custom"
5758                 },
5759                 {
5760                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5761                     "type": "tidelift"
5762                 }
5763             ],
5764             "time": "2020-04-08T08:27:21+00:00"
5765         },
5766         {
5767             "name": "composer/composer",
5768             "version": "1.10.6",
5769             "source": {
5770                 "type": "git",
5771                 "url": "https://github.com/composer/composer.git",
5772                 "reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88"
5773             },
5774             "dist": {
5775                 "type": "zip",
5776                 "url": "https://api.github.com/repos/composer/composer/zipball/be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
5777                 "reference": "be81b9c4735362c26876bdbfd3b5bc7e7f711c88",
5778                 "shasum": ""
5779             },
5780             "require": {
5781                 "composer/ca-bundle": "^1.0",
5782                 "composer/semver": "^1.0",
5783                 "composer/spdx-licenses": "^1.2",
5784                 "composer/xdebug-handler": "^1.1",
5785                 "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
5786                 "php": "^5.3.2 || ^7.0",
5787                 "psr/log": "^1.0",
5788                 "seld/jsonlint": "^1.4",
5789                 "seld/phar-utils": "^1.0",
5790                 "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
5791                 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
5792                 "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
5793                 "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
5794             },
5795             "conflict": {
5796                 "symfony/console": "2.8.38",
5797                 "symfony/phpunit-bridge": "3.4.40"
5798             },
5799             "require-dev": {
5800                 "phpspec/prophecy": "^1.10",
5801                 "symfony/phpunit-bridge": "^3.4"
5802             },
5803             "suggest": {
5804                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
5805                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
5806                 "ext-zlib": "Allow gzip compression of HTTP requests"
5807             },
5808             "bin": [
5809                 "bin/composer"
5810             ],
5811             "type": "library",
5812             "extra": {
5813                 "branch-alias": {
5814                     "dev-master": "1.10-dev"
5815                 }
5816             },
5817             "autoload": {
5818                 "psr-4": {
5819                     "Composer\\": "src/Composer"
5820                 }
5821             },
5822             "notification-url": "https://packagist.org/downloads/",
5823             "license": [
5824                 "MIT"
5825             ],
5826             "authors": [
5827                 {
5828                     "name": "Nils Adermann",
5829                     "email": "[email protected]",
5830                     "homepage": "http://www.naderman.de"
5831                 },
5832                 {
5833                     "name": "Jordi Boggiano",
5834                     "email": "[email protected]",
5835                     "homepage": "http://seld.be"
5836                 }
5837             ],
5838             "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
5839             "homepage": "https://getcomposer.org/",
5840             "keywords": [
5841                 "autoload",
5842                 "dependency",
5843                 "package"
5844             ],
5845             "funding": [
5846                 {
5847                     "url": "https://packagist.com",
5848                     "type": "custom"
5849                 },
5850                 {
5851                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5852                     "type": "tidelift"
5853                 }
5854             ],
5855             "time": "2020-05-06T08:28:10+00:00"
5856         },
5857         {
5858             "name": "composer/semver",
5859             "version": "1.5.1",
5860             "source": {
5861                 "type": "git",
5862                 "url": "https://github.com/composer/semver.git",
5863                 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
5864             },
5865             "dist": {
5866                 "type": "zip",
5867                 "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
5868                 "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
5869                 "shasum": ""
5870             },
5871             "require": {
5872                 "php": "^5.3.2 || ^7.0"
5873             },
5874             "require-dev": {
5875                 "phpunit/phpunit": "^4.5 || ^5.0.5"
5876             },
5877             "type": "library",
5878             "extra": {
5879                 "branch-alias": {
5880                     "dev-master": "1.x-dev"
5881                 }
5882             },
5883             "autoload": {
5884                 "psr-4": {
5885                     "Composer\\Semver\\": "src"
5886                 }
5887             },
5888             "notification-url": "https://packagist.org/downloads/",
5889             "license": [
5890                 "MIT"
5891             ],
5892             "authors": [
5893                 {
5894                     "name": "Nils Adermann",
5895                     "email": "[email protected]",
5896                     "homepage": "http://www.naderman.de"
5897                 },
5898                 {
5899                     "name": "Jordi Boggiano",
5900                     "email": "[email protected]",
5901                     "homepage": "http://seld.be"
5902                 },
5903                 {
5904                     "name": "Rob Bast",
5905                     "email": "[email protected]",
5906                     "homepage": "http://robbast.nl"
5907                 }
5908             ],
5909             "description": "Semver library that offers utilities, version constraint parsing and validation.",
5910             "keywords": [
5911                 "semantic",
5912                 "semver",
5913                 "validation",
5914                 "versioning"
5915             ],
5916             "time": "2020-01-13T12:06:48+00:00"
5917         },
5918         {
5919             "name": "composer/spdx-licenses",
5920             "version": "1.5.3",
5921             "source": {
5922                 "type": "git",
5923                 "url": "https://github.com/composer/spdx-licenses.git",
5924                 "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
5925             },
5926             "dist": {
5927                 "type": "zip",
5928                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
5929                 "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
5930                 "shasum": ""
5931             },
5932             "require": {
5933                 "php": "^5.3.2 || ^7.0 || ^8.0"
5934             },
5935             "require-dev": {
5936                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
5937             },
5938             "type": "library",
5939             "extra": {
5940                 "branch-alias": {
5941                     "dev-master": "1.x-dev"
5942                 }
5943             },
5944             "autoload": {
5945                 "psr-4": {
5946                     "Composer\\Spdx\\": "src"
5947                 }
5948             },
5949             "notification-url": "https://packagist.org/downloads/",
5950             "license": [
5951                 "MIT"
5952             ],
5953             "authors": [
5954                 {
5955                     "name": "Nils Adermann",
5956                     "email": "[email protected]",
5957                     "homepage": "http://www.naderman.de"
5958                 },
5959                 {
5960                     "name": "Jordi Boggiano",
5961                     "email": "[email protected]",
5962                     "homepage": "http://seld.be"
5963                 },
5964                 {
5965                     "name": "Rob Bast",
5966                     "email": "[email protected]",
5967                     "homepage": "http://robbast.nl"
5968                 }
5969             ],
5970             "description": "SPDX licenses list and validation library.",
5971             "keywords": [
5972                 "license",
5973                 "spdx",
5974                 "validator"
5975             ],
5976             "time": "2020-02-14T07:44:31+00:00"
5977         },
5978         {
5979             "name": "composer/xdebug-handler",
5980             "version": "1.4.1",
5981             "source": {
5982                 "type": "git",
5983                 "url": "https://github.com/composer/xdebug-handler.git",
5984                 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
5985             },
5986             "dist": {
5987                 "type": "zip",
5988                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
5989                 "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
5990                 "shasum": ""
5991             },
5992             "require": {
5993                 "php": "^5.3.2 || ^7.0 || ^8.0",
5994                 "psr/log": "^1.0"
5995             },
5996             "require-dev": {
5997                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
5998             },
5999             "type": "library",
6000             "autoload": {
6001                 "psr-4": {
6002                     "Composer\\XdebugHandler\\": "src"
6003                 }
6004             },
6005             "notification-url": "https://packagist.org/downloads/",
6006             "license": [
6007                 "MIT"
6008             ],
6009             "authors": [
6010                 {
6011                     "name": "John Stevenson",
6012                     "email": "[email protected]"
6013                 }
6014             ],
6015             "description": "Restarts a process without Xdebug.",
6016             "keywords": [
6017                 "Xdebug",
6018                 "performance"
6019             ],
6020             "time": "2020-03-01T12:26:26+00:00"
6021         },
6022         {
6023             "name": "doctrine/instantiator",
6024             "version": "1.3.0",
6025             "source": {
6026                 "type": "git",
6027                 "url": "https://github.com/doctrine/instantiator.git",
6028                 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
6029             },
6030             "dist": {
6031                 "type": "zip",
6032                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
6033                 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
6034                 "shasum": ""
6035             },
6036             "require": {
6037                 "php": "^7.1"
6038             },
6039             "require-dev": {
6040                 "doctrine/coding-standard": "^6.0",
6041                 "ext-pdo": "*",
6042                 "ext-phar": "*",
6043                 "phpbench/phpbench": "^0.13",
6044                 "phpstan/phpstan-phpunit": "^0.11",
6045                 "phpstan/phpstan-shim": "^0.11",
6046                 "phpunit/phpunit": "^7.0"
6047             },
6048             "type": "library",
6049             "extra": {
6050                 "branch-alias": {
6051                     "dev-master": "1.2.x-dev"
6052                 }
6053             },
6054             "autoload": {
6055                 "psr-4": {
6056                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
6057                 }
6058             },
6059             "notification-url": "https://packagist.org/downloads/",
6060             "license": [
6061                 "MIT"
6062             ],
6063             "authors": [
6064                 {
6065                     "name": "Marco Pivetta",
6066                     "email": "[email protected]",
6067                     "homepage": "http://ocramius.github.com/"
6068                 }
6069             ],
6070             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
6071             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
6072             "keywords": [
6073                 "constructor",
6074                 "instantiate"
6075             ],
6076             "time": "2019-10-21T16:45:58+00:00"
6077         },
6078         {
6079             "name": "fzaninotto/faker",
6080             "version": "v1.9.1",
6081             "source": {
6082                 "type": "git",
6083                 "url": "https://github.com/fzaninotto/Faker.git",
6084                 "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
6085             },
6086             "dist": {
6087                 "type": "zip",
6088                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
6089                 "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
6090                 "shasum": ""
6091             },
6092             "require": {
6093                 "php": "^5.3.3 || ^7.0"
6094             },
6095             "require-dev": {
6096                 "ext-intl": "*",
6097                 "phpunit/phpunit": "^4.8.35 || ^5.7",
6098                 "squizlabs/php_codesniffer": "^2.9.2"
6099             },
6100             "type": "library",
6101             "extra": {
6102                 "branch-alias": {
6103                     "dev-master": "1.9-dev"
6104                 }
6105             },
6106             "autoload": {
6107                 "psr-4": {
6108                     "Faker\\": "src/Faker/"
6109                 }
6110             },
6111             "notification-url": "https://packagist.org/downloads/",
6112             "license": [
6113                 "MIT"
6114             ],
6115             "authors": [
6116                 {
6117                     "name": "François Zaninotto"
6118                 }
6119             ],
6120             "description": "Faker is a PHP library that generates fake data for you.",
6121             "keywords": [
6122                 "data",
6123                 "faker",
6124                 "fixtures"
6125             ],
6126             "time": "2019-12-12T13:22:17+00:00"
6127         },
6128         {
6129             "name": "hamcrest/hamcrest-php",
6130             "version": "v2.0.0",
6131             "source": {
6132                 "type": "git",
6133                 "url": "https://github.com/hamcrest/hamcrest-php.git",
6134                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
6135             },
6136             "dist": {
6137                 "type": "zip",
6138                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
6139                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
6140                 "shasum": ""
6141             },
6142             "require": {
6143                 "php": "^5.3|^7.0"
6144             },
6145             "replace": {
6146                 "cordoval/hamcrest-php": "*",
6147                 "davedevelopment/hamcrest-php": "*",
6148                 "kodova/hamcrest-php": "*"
6149             },
6150             "require-dev": {
6151                 "phpunit/php-file-iterator": "1.3.3",
6152                 "phpunit/phpunit": "~4.0",
6153                 "satooshi/php-coveralls": "^1.0"
6154             },
6155             "type": "library",
6156             "extra": {
6157                 "branch-alias": {
6158                     "dev-master": "2.0-dev"
6159                 }
6160             },
6161             "autoload": {
6162                 "classmap": [
6163                     "hamcrest"
6164                 ]
6165             },
6166             "notification-url": "https://packagist.org/downloads/",
6167             "license": [
6168                 "BSD"
6169             ],
6170             "description": "This is the PHP port of Hamcrest Matchers",
6171             "keywords": [
6172                 "test"
6173             ],
6174             "time": "2016-01-20T08:20:44+00:00"
6175         },
6176         {
6177             "name": "justinrainbow/json-schema",
6178             "version": "5.2.9",
6179             "source": {
6180                 "type": "git",
6181                 "url": "https://github.com/justinrainbow/json-schema.git",
6182                 "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
6183             },
6184             "dist": {
6185                 "type": "zip",
6186                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
6187                 "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
6188                 "shasum": ""
6189             },
6190             "require": {
6191                 "php": ">=5.3.3"
6192             },
6193             "require-dev": {
6194                 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
6195                 "json-schema/json-schema-test-suite": "1.2.0",
6196                 "phpunit/phpunit": "^4.8.35"
6197             },
6198             "bin": [
6199                 "bin/validate-json"
6200             ],
6201             "type": "library",
6202             "extra": {
6203                 "branch-alias": {
6204                     "dev-master": "5.0.x-dev"
6205                 }
6206             },
6207             "autoload": {
6208                 "psr-4": {
6209                     "JsonSchema\\": "src/JsonSchema/"
6210                 }
6211             },
6212             "notification-url": "https://packagist.org/downloads/",
6213             "license": [
6214                 "MIT"
6215             ],
6216             "authors": [
6217                 {
6218                     "name": "Bruno Prieto Reis",
6219                     "email": "[email protected]"
6220                 },
6221                 {
6222                     "name": "Justin Rainbow",
6223                     "email": "[email protected]"
6224                 },
6225                 {
6226                     "name": "Igor Wiedler",
6227                     "email": "[email protected]"
6228                 },
6229                 {
6230                     "name": "Robert Schönthal",
6231                     "email": "[email protected]"
6232                 }
6233             ],
6234             "description": "A library to validate a json schema.",
6235             "homepage": "https://github.com/justinrainbow/json-schema",
6236             "keywords": [
6237                 "json",
6238                 "schema"
6239             ],
6240             "time": "2019-09-25T14:49:45+00:00"
6241         },
6242         {
6243             "name": "laravel/browser-kit-testing",
6244             "version": "v5.1.3",
6245             "source": {
6246                 "type": "git",
6247                 "url": "https://github.com/laravel/browser-kit-testing.git",
6248                 "reference": "cb0cf22cf38fe8796842adc8b9ad550ded2a1377"
6249             },
6250             "dist": {
6251                 "type": "zip",
6252                 "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/cb0cf22cf38fe8796842adc8b9ad550ded2a1377",
6253                 "reference": "cb0cf22cf38fe8796842adc8b9ad550ded2a1377",
6254                 "shasum": ""
6255             },
6256             "require": {
6257                 "ext-dom": "*",
6258                 "ext-json": "*",
6259                 "illuminate/contracts": "~5.7.0|~5.8.0|^6.0",
6260                 "illuminate/database": "~5.7.0|~5.8.0|^6.0",
6261                 "illuminate/http": "~5.7.0|~5.8.0|^6.0",
6262                 "illuminate/support": "~5.7.0|~5.8.0|^6.0",
6263                 "mockery/mockery": "^1.0",
6264                 "php": ">=7.1.3",
6265                 "phpunit/phpunit": "^7.0|^8.0",
6266                 "symfony/console": "^4.2",
6267                 "symfony/css-selector": "^4.2",
6268                 "symfony/dom-crawler": "^4.2",
6269                 "symfony/http-foundation": "^4.2",
6270                 "symfony/http-kernel": "^4.2"
6271             },
6272             "require-dev": {
6273                 "laravel/framework": "~5.7.0|~5.8.0|^6.0"
6274             },
6275             "type": "library",
6276             "extra": {
6277                 "branch-alias": {
6278                     "dev-master": "5.0-dev"
6279                 }
6280             },
6281             "autoload": {
6282                 "psr-4": {
6283                     "Laravel\\BrowserKitTesting\\": "src/"
6284                 }
6285             },
6286             "notification-url": "https://packagist.org/downloads/",
6287             "license": [
6288                 "MIT"
6289             ],
6290             "authors": [
6291                 {
6292                     "name": "Taylor Otwell",
6293                     "email": "[email protected]"
6294                 }
6295             ],
6296             "description": "Provides backwards compatibility for BrowserKit testing in the latest Laravel release.",
6297             "keywords": [
6298                 "laravel",
6299                 "testing"
6300             ],
6301             "time": "2019-07-30T14:57:44+00:00"
6302         },
6303         {
6304             "name": "maximebf/debugbar",
6305             "version": "v1.16.3",
6306             "source": {
6307                 "type": "git",
6308                 "url": "https://github.com/maximebf/php-debugbar.git",
6309                 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372"
6310             },
6311             "dist": {
6312                 "type": "zip",
6313                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372",
6314                 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372",
6315                 "shasum": ""
6316             },
6317             "require": {
6318                 "php": "^7.1",
6319                 "psr/log": "^1.0",
6320                 "symfony/var-dumper": "^2.6|^3|^4|^5"
6321             },
6322             "require-dev": {
6323                 "phpunit/phpunit": "^5"
6324             },
6325             "suggest": {
6326                 "kriswallsmith/assetic": "The best way to manage assets",
6327                 "monolog/monolog": "Log using Monolog",
6328                 "predis/predis": "Redis storage"
6329             },
6330             "type": "library",
6331             "extra": {
6332                 "branch-alias": {
6333                     "dev-master": "1.16-dev"
6334                 }
6335             },
6336             "autoload": {
6337                 "psr-4": {
6338                     "DebugBar\\": "src/DebugBar/"
6339                 }
6340             },
6341             "notification-url": "https://packagist.org/downloads/",
6342             "license": [
6343                 "MIT"
6344             ],
6345             "authors": [
6346                 {
6347                     "name": "Maxime Bouroumeau-Fuseau",
6348                     "email": "[email protected]",
6349                     "homepage": "http://maximebf.com"
6350                 },
6351                 {
6352                     "name": "Barry vd. Heuvel",
6353                     "email": "[email protected]"
6354                 }
6355             ],
6356             "description": "Debug bar in the browser for php application",
6357             "homepage": "https://github.com/maximebf/php-debugbar",
6358             "keywords": [
6359                 "debug",
6360                 "debugbar"
6361             ],
6362             "time": "2020-05-06T07:06:27+00:00"
6363         },
6364         {
6365             "name": "mockery/mockery",
6366             "version": "1.3.1",
6367             "source": {
6368                 "type": "git",
6369                 "url": "https://github.com/mockery/mockery.git",
6370                 "reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be"
6371             },
6372             "dist": {
6373                 "type": "zip",
6374                 "url": "https://api.github.com/repos/mockery/mockery/zipball/f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
6375                 "reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
6376                 "shasum": ""
6377             },
6378             "require": {
6379                 "hamcrest/hamcrest-php": "~2.0",
6380                 "lib-pcre": ">=7.0",
6381                 "php": ">=5.6.0"
6382             },
6383             "require-dev": {
6384                 "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
6385             },
6386             "type": "library",
6387             "extra": {
6388                 "branch-alias": {
6389                     "dev-master": "1.3.x-dev"
6390                 }
6391             },
6392             "autoload": {
6393                 "psr-0": {
6394                     "Mockery": "library/"
6395                 }
6396             },
6397             "notification-url": "https://packagist.org/downloads/",
6398             "license": [
6399                 "BSD-3-Clause"
6400             ],
6401             "authors": [
6402                 {
6403                     "name": "Pádraic Brady",
6404                     "email": "[email protected]",
6405                     "homepage": "http://blog.astrumfutura.com"
6406                 },
6407                 {
6408                     "name": "Dave Marshall",
6409                     "email": "[email protected]",
6410                     "homepage": "http://davedevelopment.co.uk"
6411                 }
6412             ],
6413             "description": "Mockery is a simple yet flexible PHP mock object framework",
6414             "homepage": "https://github.com/mockery/mockery",
6415             "keywords": [
6416                 "BDD",
6417                 "TDD",
6418                 "library",
6419                 "mock",
6420                 "mock objects",
6421                 "mockery",
6422                 "stub",
6423                 "test",
6424                 "test double",
6425                 "testing"
6426             ],
6427             "time": "2019-12-26T09:49:15+00:00"
6428         },
6429         {
6430             "name": "myclabs/deep-copy",
6431             "version": "1.9.5",
6432             "source": {
6433                 "type": "git",
6434                 "url": "https://github.com/myclabs/DeepCopy.git",
6435                 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
6436             },
6437             "dist": {
6438                 "type": "zip",
6439                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
6440                 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
6441                 "shasum": ""
6442             },
6443             "require": {
6444                 "php": "^7.1"
6445             },
6446             "replace": {
6447                 "myclabs/deep-copy": "self.version"
6448             },
6449             "require-dev": {
6450                 "doctrine/collections": "^1.0",
6451                 "doctrine/common": "^2.6",
6452                 "phpunit/phpunit": "^7.1"
6453             },
6454             "type": "library",
6455             "autoload": {
6456                 "psr-4": {
6457                     "DeepCopy\\": "src/DeepCopy/"
6458                 },
6459                 "files": [
6460                     "src/DeepCopy/deep_copy.php"
6461                 ]
6462             },
6463             "notification-url": "https://packagist.org/downloads/",
6464             "license": [
6465                 "MIT"
6466             ],
6467             "description": "Create deep copies (clones) of your objects",
6468             "keywords": [
6469                 "clone",
6470                 "copy",
6471                 "duplicate",
6472                 "object",
6473                 "object graph"
6474             ],
6475             "time": "2020-01-17T21:11:47+00:00"
6476         },
6477         {
6478             "name": "phar-io/manifest",
6479             "version": "1.0.3",
6480             "source": {
6481                 "type": "git",
6482                 "url": "https://github.com/phar-io/manifest.git",
6483                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
6484             },
6485             "dist": {
6486                 "type": "zip",
6487                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
6488                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
6489                 "shasum": ""
6490             },
6491             "require": {
6492                 "ext-dom": "*",
6493                 "ext-phar": "*",
6494                 "phar-io/version": "^2.0",
6495                 "php": "^5.6 || ^7.0"
6496             },
6497             "type": "library",
6498             "extra": {
6499                 "branch-alias": {
6500                     "dev-master": "1.0.x-dev"
6501                 }
6502             },
6503             "autoload": {
6504                 "classmap": [
6505                     "src/"
6506                 ]
6507             },
6508             "notification-url": "https://packagist.org/downloads/",
6509             "license": [
6510                 "BSD-3-Clause"
6511             ],
6512             "authors": [
6513                 {
6514                     "name": "Arne Blankerts",
6515                     "role": "Developer",
6516                     "email": "[email protected]"
6517                 },
6518                 {
6519                     "name": "Sebastian Heuer",
6520                     "role": "Developer",
6521                     "email": "[email protected]"
6522                 },
6523                 {
6524                     "name": "Sebastian Bergmann",
6525                     "role": "Developer",
6526                     "email": "[email protected]"
6527                 }
6528             ],
6529             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6530             "time": "2018-07-08T19:23:20+00:00"
6531         },
6532         {
6533             "name": "phar-io/version",
6534             "version": "2.0.1",
6535             "source": {
6536                 "type": "git",
6537                 "url": "https://github.com/phar-io/version.git",
6538                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
6539             },
6540             "dist": {
6541                 "type": "zip",
6542                 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
6543                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
6544                 "shasum": ""
6545             },
6546             "require": {
6547                 "php": "^5.6 || ^7.0"
6548             },
6549             "type": "library",
6550             "autoload": {
6551                 "classmap": [
6552                     "src/"
6553                 ]
6554             },
6555             "notification-url": "https://packagist.org/downloads/",
6556             "license": [
6557                 "BSD-3-Clause"
6558             ],
6559             "authors": [
6560                 {
6561                     "name": "Arne Blankerts",
6562                     "email": "[email protected]",
6563                     "role": "Developer"
6564                 },
6565                 {
6566                     "name": "Sebastian Heuer",
6567                     "email": "[email protected]",
6568                     "role": "Developer"
6569                 },
6570                 {
6571                     "name": "Sebastian Bergmann",
6572                     "email": "[email protected]",
6573                     "role": "Developer"
6574                 }
6575             ],
6576             "description": "Library for handling version information and constraints",
6577             "time": "2018-07-08T19:19:57+00:00"
6578         },
6579         {
6580             "name": "phpdocumentor/reflection-common",
6581             "version": "2.1.0",
6582             "source": {
6583                 "type": "git",
6584                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
6585                 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
6586             },
6587             "dist": {
6588                 "type": "zip",
6589                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
6590                 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
6591                 "shasum": ""
6592             },
6593             "require": {
6594                 "php": ">=7.1"
6595             },
6596             "type": "library",
6597             "extra": {
6598                 "branch-alias": {
6599                     "dev-master": "2.x-dev"
6600                 }
6601             },
6602             "autoload": {
6603                 "psr-4": {
6604                     "phpDocumentor\\Reflection\\": "src/"
6605                 }
6606             },
6607             "notification-url": "https://packagist.org/downloads/",
6608             "license": [
6609                 "MIT"
6610             ],
6611             "authors": [
6612                 {
6613                     "name": "Jaap van Otterdijk",
6614                     "email": "[email protected]"
6615                 }
6616             ],
6617             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
6618             "homepage": "http://www.phpdoc.org",
6619             "keywords": [
6620                 "FQSEN",
6621                 "phpDocumentor",
6622                 "phpdoc",
6623                 "reflection",
6624                 "static analysis"
6625             ],
6626             "time": "2020-04-27T09:25:28+00:00"
6627         },
6628         {
6629             "name": "phpdocumentor/reflection-docblock",
6630             "version": "5.1.0",
6631             "source": {
6632                 "type": "git",
6633                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
6634                 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
6635             },
6636             "dist": {
6637                 "type": "zip",
6638                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
6639                 "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
6640                 "shasum": ""
6641             },
6642             "require": {
6643                 "ext-filter": "^7.1",
6644                 "php": "^7.2",
6645                 "phpdocumentor/reflection-common": "^2.0",
6646                 "phpdocumentor/type-resolver": "^1.0",
6647                 "webmozart/assert": "^1"
6648             },
6649             "require-dev": {
6650                 "doctrine/instantiator": "^1",
6651                 "mockery/mockery": "^1"
6652             },
6653             "type": "library",
6654             "extra": {
6655                 "branch-alias": {
6656                     "dev-master": "5.x-dev"
6657                 }
6658             },
6659             "autoload": {
6660                 "psr-4": {
6661                     "phpDocumentor\\Reflection\\": "src"
6662                 }
6663             },
6664             "notification-url": "https://packagist.org/downloads/",
6665             "license": [
6666                 "MIT"
6667             ],
6668             "authors": [
6669                 {
6670                     "name": "Mike van Riel",
6671                     "email": "[email protected]"
6672                 },
6673                 {
6674                     "name": "Jaap van Otterdijk",
6675                     "email": "[email protected]"
6676                 }
6677             ],
6678             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
6679             "time": "2020-02-22T12:28:44+00:00"
6680         },
6681         {
6682             "name": "phpdocumentor/type-resolver",
6683             "version": "1.1.0",
6684             "source": {
6685                 "type": "git",
6686                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
6687                 "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
6688             },
6689             "dist": {
6690                 "type": "zip",
6691                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
6692                 "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
6693                 "shasum": ""
6694             },
6695             "require": {
6696                 "php": "^7.2",
6697                 "phpdocumentor/reflection-common": "^2.0"
6698             },
6699             "require-dev": {
6700                 "ext-tokenizer": "^7.2",
6701                 "mockery/mockery": "~1"
6702             },
6703             "type": "library",
6704             "extra": {
6705                 "branch-alias": {
6706                     "dev-master": "1.x-dev"
6707                 }
6708             },
6709             "autoload": {
6710                 "psr-4": {
6711                     "phpDocumentor\\Reflection\\": "src"
6712                 }
6713             },
6714             "notification-url": "https://packagist.org/downloads/",
6715             "license": [
6716                 "MIT"
6717             ],
6718             "authors": [
6719                 {
6720                     "name": "Mike van Riel",
6721                     "email": "[email protected]"
6722                 }
6723             ],
6724             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
6725             "time": "2020-02-18T18:59:58+00:00"
6726         },
6727         {
6728             "name": "phploc/phploc",
6729             "version": "5.0.0",
6730             "source": {
6731                 "type": "git",
6732                 "url": "https://github.com/sebastianbergmann/phploc.git",
6733                 "reference": "5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884"
6734             },
6735             "dist": {
6736                 "type": "zip",
6737                 "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884",
6738                 "reference": "5b714ccb7cb8ca29ccf9caf6eb1aed0131d3a884",
6739                 "shasum": ""
6740             },
6741             "require": {
6742                 "php": "^7.2",
6743                 "sebastian/finder-facade": "^1.1",
6744                 "sebastian/version": "^2.0",
6745                 "symfony/console": "^4.0"
6746             },
6747             "bin": [
6748                 "phploc"
6749             ],
6750             "type": "library",
6751             "extra": {
6752                 "branch-alias": {
6753                     "dev-master": "5.0-dev"
6754                 }
6755             },
6756             "autoload": {
6757                 "classmap": [
6758                     "src/"
6759                 ]
6760             },
6761             "notification-url": "https://packagist.org/downloads/",
6762             "license": [
6763                 "BSD-3-Clause"
6764             ],
6765             "authors": [
6766                 {
6767                     "name": "Sebastian Bergmann",
6768                     "email": "[email protected]",
6769                     "role": "lead"
6770                 }
6771             ],
6772             "description": "A tool for quickly measuring the size of a PHP project.",
6773             "homepage": "https://github.com/sebastianbergmann/phploc",
6774             "time": "2019-03-16T10:41:19+00:00"
6775         },
6776         {
6777             "name": "phpspec/prophecy",
6778             "version": "v1.10.3",
6779             "source": {
6780                 "type": "git",
6781                 "url": "https://github.com/phpspec/prophecy.git",
6782                 "reference": "451c3cd1418cf640de218914901e51b064abb093"
6783             },
6784             "dist": {
6785                 "type": "zip",
6786                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
6787                 "reference": "451c3cd1418cf640de218914901e51b064abb093",
6788                 "shasum": ""
6789             },
6790             "require": {
6791                 "doctrine/instantiator": "^1.0.2",
6792                 "php": "^5.3|^7.0",
6793                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
6794                 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
6795                 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
6796             },
6797             "require-dev": {
6798                 "phpspec/phpspec": "^2.5 || ^3.2",
6799                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
6800             },
6801             "type": "library",
6802             "extra": {
6803                 "branch-alias": {
6804                     "dev-master": "1.10.x-dev"
6805                 }
6806             },
6807             "autoload": {
6808                 "psr-4": {
6809                     "Prophecy\\": "src/Prophecy"
6810                 }
6811             },
6812             "notification-url": "https://packagist.org/downloads/",
6813             "license": [
6814                 "MIT"
6815             ],
6816             "authors": [
6817                 {
6818                     "name": "Konstantin Kudryashov",
6819                     "email": "[email protected]",
6820                     "homepage": "http://everzet.com"
6821                 },
6822                 {
6823                     "name": "Marcello Duarte",
6824                     "email": "[email protected]"
6825                 }
6826             ],
6827             "description": "Highly opinionated mocking framework for PHP 5.3+",
6828             "homepage": "https://github.com/phpspec/prophecy",
6829             "keywords": [
6830                 "Double",
6831                 "Dummy",
6832                 "fake",
6833                 "mock",
6834                 "spy",
6835                 "stub"
6836             ],
6837             "time": "2020-03-05T15:02:03+00:00"
6838         },
6839         {
6840             "name": "phpunit/php-code-coverage",
6841             "version": "7.0.10",
6842             "source": {
6843                 "type": "git",
6844                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6845                 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
6846             },
6847             "dist": {
6848                 "type": "zip",
6849                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
6850                 "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
6851                 "shasum": ""
6852             },
6853             "require": {
6854                 "ext-dom": "*",
6855                 "ext-xmlwriter": "*",
6856                 "php": "^7.2",
6857                 "phpunit/php-file-iterator": "^2.0.2",
6858                 "phpunit/php-text-template": "^1.2.1",
6859                 "phpunit/php-token-stream": "^3.1.1",
6860                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
6861                 "sebastian/environment": "^4.2.2",
6862                 "sebastian/version": "^2.0.1",
6863                 "theseer/tokenizer": "^1.1.3"
6864             },
6865             "require-dev": {
6866                 "phpunit/phpunit": "^8.2.2"
6867             },
6868             "suggest": {
6869                 "ext-xdebug": "^2.7.2"
6870             },
6871             "type": "library",
6872             "extra": {
6873                 "branch-alias": {
6874                     "dev-master": "7.0-dev"
6875                 }
6876             },
6877             "autoload": {
6878                 "classmap": [
6879                     "src/"
6880                 ]
6881             },
6882             "notification-url": "https://packagist.org/downloads/",
6883             "license": [
6884                 "BSD-3-Clause"
6885             ],
6886             "authors": [
6887                 {
6888                     "name": "Sebastian Bergmann",
6889                     "email": "[email protected]",
6890                     "role": "lead"
6891                 }
6892             ],
6893             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6894             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6895             "keywords": [
6896                 "coverage",
6897                 "testing",
6898                 "xunit"
6899             ],
6900             "time": "2019-11-20T13:55:58+00:00"
6901         },
6902         {
6903             "name": "phpunit/php-file-iterator",
6904             "version": "2.0.2",
6905             "source": {
6906                 "type": "git",
6907                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6908                 "reference": "050bedf145a257b1ff02746c31894800e5122946"
6909             },
6910             "dist": {
6911                 "type": "zip",
6912                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
6913                 "reference": "050bedf145a257b1ff02746c31894800e5122946",
6914                 "shasum": ""
6915             },
6916             "require": {
6917                 "php": "^7.1"
6918             },
6919             "require-dev": {
6920                 "phpunit/phpunit": "^7.1"
6921             },
6922             "type": "library",
6923             "extra": {
6924                 "branch-alias": {
6925                     "dev-master": "2.0.x-dev"
6926                 }
6927             },
6928             "autoload": {
6929                 "classmap": [
6930                     "src/"
6931                 ]
6932             },
6933             "notification-url": "https://packagist.org/downloads/",
6934             "license": [
6935                 "BSD-3-Clause"
6936             ],
6937             "authors": [
6938                 {
6939                     "name": "Sebastian Bergmann",
6940                     "email": "[email protected]",
6941                     "role": "lead"
6942                 }
6943             ],
6944             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6945             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6946             "keywords": [
6947                 "filesystem",
6948                 "iterator"
6949             ],
6950             "time": "2018-09-13T20:33:42+00:00"
6951         },
6952         {
6953             "name": "phpunit/php-text-template",
6954             "version": "1.2.1",
6955             "source": {
6956                 "type": "git",
6957                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
6958                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
6959             },
6960             "dist": {
6961                 "type": "zip",
6962                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6963                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6964                 "shasum": ""
6965             },
6966             "require": {
6967                 "php": ">=5.3.3"
6968             },
6969             "type": "library",
6970             "autoload": {
6971                 "classmap": [
6972                     "src/"
6973                 ]
6974             },
6975             "notification-url": "https://packagist.org/downloads/",
6976             "license": [
6977                 "BSD-3-Clause"
6978             ],
6979             "authors": [
6980                 {
6981                     "name": "Sebastian Bergmann",
6982                     "email": "[email protected]",
6983                     "role": "lead"
6984                 }
6985             ],
6986             "description": "Simple template engine.",
6987             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6988             "keywords": [
6989                 "template"
6990             ],
6991             "time": "2015-06-21T13:50:34+00:00"
6992         },
6993         {
6994             "name": "phpunit/php-timer",
6995             "version": "2.1.2",
6996             "source": {
6997                 "type": "git",
6998                 "url": "https://github.com/sebastianbergmann/php-timer.git",
6999                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
7000             },
7001             "dist": {
7002                 "type": "zip",
7003                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
7004                 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
7005                 "shasum": ""
7006             },
7007             "require": {
7008                 "php": "^7.1"
7009             },
7010             "require-dev": {
7011                 "phpunit/phpunit": "^7.0"
7012             },
7013             "type": "library",
7014             "extra": {
7015                 "branch-alias": {
7016                     "dev-master": "2.1-dev"
7017                 }
7018             },
7019             "autoload": {
7020                 "classmap": [
7021                     "src/"
7022                 ]
7023             },
7024             "notification-url": "https://packagist.org/downloads/",
7025             "license": [
7026                 "BSD-3-Clause"
7027             ],
7028             "authors": [
7029                 {
7030                     "name": "Sebastian Bergmann",
7031                     "email": "[email protected]",
7032                     "role": "lead"
7033                 }
7034             ],
7035             "description": "Utility class for timing",
7036             "homepage": "https://github.com/sebastianbergmann/php-timer/",
7037             "keywords": [
7038                 "timer"
7039             ],
7040             "time": "2019-06-07T04:22:29+00:00"
7041         },
7042         {
7043             "name": "phpunit/php-token-stream",
7044             "version": "3.1.1",
7045             "source": {
7046                 "type": "git",
7047                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
7048                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
7049             },
7050             "dist": {
7051                 "type": "zip",
7052                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
7053                 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
7054                 "shasum": ""
7055             },
7056             "require": {
7057                 "ext-tokenizer": "*",
7058                 "php": "^7.1"
7059             },
7060             "require-dev": {
7061                 "phpunit/phpunit": "^7.0"
7062             },
7063             "type": "library",
7064             "extra": {
7065                 "branch-alias": {
7066                     "dev-master": "3.1-dev"
7067                 }
7068             },
7069             "autoload": {
7070                 "classmap": [
7071                     "src/"
7072                 ]
7073             },
7074             "notification-url": "https://packagist.org/downloads/",
7075             "license": [
7076                 "BSD-3-Clause"
7077             ],
7078             "authors": [
7079                 {
7080                     "name": "Sebastian Bergmann",
7081                     "email": "[email protected]"
7082                 }
7083             ],
7084             "description": "Wrapper around PHP's tokenizer extension.",
7085             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7086             "keywords": [
7087                 "tokenizer"
7088             ],
7089             "time": "2019-09-17T06:23:10+00:00"
7090         },
7091         {
7092             "name": "phpunit/phpunit",
7093             "version": "8.5.5",
7094             "source": {
7095                 "type": "git",
7096                 "url": "https://github.com/sebastianbergmann/phpunit.git",
7097                 "reference": "63dda3b212a0025d380a745f91bdb4d8c985adb7"
7098             },
7099             "dist": {
7100                 "type": "zip",
7101                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/63dda3b212a0025d380a745f91bdb4d8c985adb7",
7102                 "reference": "63dda3b212a0025d380a745f91bdb4d8c985adb7",
7103                 "shasum": ""
7104             },
7105             "require": {
7106                 "doctrine/instantiator": "^1.2.0",
7107                 "ext-dom": "*",
7108                 "ext-json": "*",
7109                 "ext-libxml": "*",
7110                 "ext-mbstring": "*",
7111                 "ext-xml": "*",
7112                 "ext-xmlwriter": "*",
7113                 "myclabs/deep-copy": "^1.9.1",
7114                 "phar-io/manifest": "^1.0.3",
7115                 "phar-io/version": "^2.0.1",
7116                 "php": "^7.2",
7117                 "phpspec/prophecy": "^1.8.1",
7118                 "phpunit/php-code-coverage": "^7.0.7",
7119                 "phpunit/php-file-iterator": "^2.0.2",
7120                 "phpunit/php-text-template": "^1.2.1",
7121                 "phpunit/php-timer": "^2.1.2",
7122                 "sebastian/comparator": "^3.0.2",
7123                 "sebastian/diff": "^3.0.2",
7124                 "sebastian/environment": "^4.2.2",
7125                 "sebastian/exporter": "^3.1.1",
7126                 "sebastian/global-state": "^3.0.0",
7127                 "sebastian/object-enumerator": "^3.0.3",
7128                 "sebastian/resource-operations": "^2.0.1",
7129                 "sebastian/type": "^1.1.3",
7130                 "sebastian/version": "^2.0.1"
7131             },
7132             "require-dev": {
7133                 "ext-pdo": "*"
7134             },
7135             "suggest": {
7136                 "ext-soap": "*",
7137                 "ext-xdebug": "*",
7138                 "phpunit/php-invoker": "^2.0.0"
7139             },
7140             "bin": [
7141                 "phpunit"
7142             ],
7143             "type": "library",
7144             "extra": {
7145                 "branch-alias": {
7146                     "dev-master": "8.5-dev"
7147                 }
7148             },
7149             "autoload": {
7150                 "classmap": [
7151                     "src/"
7152                 ]
7153             },
7154             "notification-url": "https://packagist.org/downloads/",
7155             "license": [
7156                 "BSD-3-Clause"
7157             ],
7158             "authors": [
7159                 {
7160                     "name": "Sebastian Bergmann",
7161                     "email": "[email protected]",
7162                     "role": "lead"
7163                 }
7164             ],
7165             "description": "The PHP Unit Testing framework.",
7166             "homepage": "https://phpunit.de/",
7167             "keywords": [
7168                 "phpunit",
7169                 "testing",
7170                 "xunit"
7171             ],
7172             "funding": [
7173                 {
7174                     "url": "https://phpunit.de/donate.html",
7175                     "type": "custom"
7176                 },
7177                 {
7178                     "url": "https://github.com/sebastianbergmann",
7179                     "type": "github"
7180                 }
7181             ],
7182             "time": "2020-05-22T13:51:52+00:00"
7183         },
7184         {
7185             "name": "sebastian/code-unit-reverse-lookup",
7186             "version": "1.0.1",
7187             "source": {
7188                 "type": "git",
7189                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7190                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
7191             },
7192             "dist": {
7193                 "type": "zip",
7194                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
7195                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
7196                 "shasum": ""
7197             },
7198             "require": {
7199                 "php": "^5.6 || ^7.0"
7200             },
7201             "require-dev": {
7202                 "phpunit/phpunit": "^5.7 || ^6.0"
7203             },
7204             "type": "library",
7205             "extra": {
7206                 "branch-alias": {
7207                     "dev-master": "1.0.x-dev"
7208                 }
7209             },
7210             "autoload": {
7211                 "classmap": [
7212                     "src/"
7213                 ]
7214             },
7215             "notification-url": "https://packagist.org/downloads/",
7216             "license": [
7217                 "BSD-3-Clause"
7218             ],
7219             "authors": [
7220                 {
7221                     "name": "Sebastian Bergmann",
7222                     "email": "[email protected]"
7223                 }
7224             ],
7225             "description": "Looks up which function or method a line of code belongs to",
7226             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7227             "time": "2017-03-04T06:30:41+00:00"
7228         },
7229         {
7230             "name": "sebastian/comparator",
7231             "version": "3.0.2",
7232             "source": {
7233                 "type": "git",
7234                 "url": "https://github.com/sebastianbergmann/comparator.git",
7235                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
7236             },
7237             "dist": {
7238                 "type": "zip",
7239                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
7240                 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
7241                 "shasum": ""
7242             },
7243             "require": {
7244                 "php": "^7.1",
7245                 "sebastian/diff": "^3.0",
7246                 "sebastian/exporter": "^3.1"
7247             },
7248             "require-dev": {
7249                 "phpunit/phpunit": "^7.1"
7250             },
7251             "type": "library",
7252             "extra": {
7253                 "branch-alias": {
7254                     "dev-master": "3.0-dev"
7255                 }
7256             },
7257             "autoload": {
7258                 "classmap": [
7259                     "src/"
7260                 ]
7261             },
7262             "notification-url": "https://packagist.org/downloads/",
7263             "license": [
7264                 "BSD-3-Clause"
7265             ],
7266             "authors": [
7267                 {
7268                     "name": "Jeff Welch",
7269                     "email": "[email protected]"
7270                 },
7271                 {
7272                     "name": "Volker Dusch",
7273                     "email": "[email protected]"
7274                 },
7275                 {
7276                     "name": "Bernhard Schussek",
7277                     "email": "[email protected]"
7278                 },
7279                 {
7280                     "name": "Sebastian Bergmann",
7281                     "email": "[email protected]"
7282                 }
7283             ],
7284             "description": "Provides the functionality to compare PHP values for equality",
7285             "homepage": "https://github.com/sebastianbergmann/comparator",
7286             "keywords": [
7287                 "comparator",
7288                 "compare",
7289                 "equality"
7290             ],
7291             "time": "2018-07-12T15:12:46+00:00"
7292         },
7293         {
7294             "name": "sebastian/diff",
7295             "version": "3.0.2",
7296             "source": {
7297                 "type": "git",
7298                 "url": "https://github.com/sebastianbergmann/diff.git",
7299                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
7300             },
7301             "dist": {
7302                 "type": "zip",
7303                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
7304                 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
7305                 "shasum": ""
7306             },
7307             "require": {
7308                 "php": "^7.1"
7309             },
7310             "require-dev": {
7311                 "phpunit/phpunit": "^7.5 || ^8.0",
7312                 "symfony/process": "^2 || ^3.3 || ^4"
7313             },
7314             "type": "library",
7315             "extra": {
7316                 "branch-alias": {
7317                     "dev-master": "3.0-dev"
7318                 }
7319             },
7320             "autoload": {
7321                 "classmap": [
7322                     "src/"
7323                 ]
7324             },
7325             "notification-url": "https://packagist.org/downloads/",
7326             "license": [
7327                 "BSD-3-Clause"
7328             ],
7329             "authors": [
7330                 {
7331                     "name": "Kore Nordmann",
7332                     "email": "[email protected]"
7333                 },
7334                 {
7335                     "name": "Sebastian Bergmann",
7336                     "email": "[email protected]"
7337                 }
7338             ],
7339             "description": "Diff implementation",
7340             "homepage": "https://github.com/sebastianbergmann/diff",
7341             "keywords": [
7342                 "diff",
7343                 "udiff",
7344                 "unidiff",
7345                 "unified diff"
7346             ],
7347             "time": "2019-02-04T06:01:07+00:00"
7348         },
7349         {
7350             "name": "sebastian/environment",
7351             "version": "4.2.3",
7352             "source": {
7353                 "type": "git",
7354                 "url": "https://github.com/sebastianbergmann/environment.git",
7355                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
7356             },
7357             "dist": {
7358                 "type": "zip",
7359                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
7360                 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
7361                 "shasum": ""
7362             },
7363             "require": {
7364                 "php": "^7.1"
7365             },
7366             "require-dev": {
7367                 "phpunit/phpunit": "^7.5"
7368             },
7369             "suggest": {
7370                 "ext-posix": "*"
7371             },
7372             "type": "library",
7373             "extra": {
7374                 "branch-alias": {
7375                     "dev-master": "4.2-dev"
7376                 }
7377             },
7378             "autoload": {
7379                 "classmap": [
7380                     "src/"
7381                 ]
7382             },
7383             "notification-url": "https://packagist.org/downloads/",
7384             "license": [
7385                 "BSD-3-Clause"
7386             ],
7387             "authors": [
7388                 {
7389                     "name": "Sebastian Bergmann",
7390                     "email": "[email protected]"
7391                 }
7392             ],
7393             "description": "Provides functionality to handle HHVM/PHP environments",
7394             "homepage": "http://www.github.com/sebastianbergmann/environment",
7395             "keywords": [
7396                 "Xdebug",
7397                 "environment",
7398                 "hhvm"
7399             ],
7400             "time": "2019-11-20T08:46:58+00:00"
7401         },
7402         {
7403             "name": "sebastian/exporter",
7404             "version": "3.1.2",
7405             "source": {
7406                 "type": "git",
7407                 "url": "https://github.com/sebastianbergmann/exporter.git",
7408                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
7409             },
7410             "dist": {
7411                 "type": "zip",
7412                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
7413                 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
7414                 "shasum": ""
7415             },
7416             "require": {
7417                 "php": "^7.0",
7418                 "sebastian/recursion-context": "^3.0"
7419             },
7420             "require-dev": {
7421                 "ext-mbstring": "*",
7422                 "phpunit/phpunit": "^6.0"
7423             },
7424             "type": "library",
7425             "extra": {
7426                 "branch-alias": {
7427                     "dev-master": "3.1.x-dev"
7428                 }
7429             },
7430             "autoload": {
7431                 "classmap": [
7432                     "src/"
7433                 ]
7434             },
7435             "notification-url": "https://packagist.org/downloads/",
7436             "license": [
7437                 "BSD-3-Clause"
7438             ],
7439             "authors": [
7440                 {
7441                     "name": "Sebastian Bergmann",
7442                     "email": "[email protected]"
7443                 },
7444                 {
7445                     "name": "Jeff Welch",
7446                     "email": "[email protected]"
7447                 },
7448                 {
7449                     "name": "Volker Dusch",
7450                     "email": "[email protected]"
7451                 },
7452                 {
7453                     "name": "Adam Harvey",
7454                     "email": "[email protected]"
7455                 },
7456                 {
7457                     "name": "Bernhard Schussek",
7458                     "email": "[email protected]"
7459                 }
7460             ],
7461             "description": "Provides the functionality to export PHP variables for visualization",
7462             "homepage": "http://www.github.com/sebastianbergmann/exporter",
7463             "keywords": [
7464                 "export",
7465                 "exporter"
7466             ],
7467             "time": "2019-09-14T09:02:43+00:00"
7468         },
7469         {
7470             "name": "sebastian/finder-facade",
7471             "version": "1.2.3",
7472             "source": {
7473                 "type": "git",
7474                 "url": "https://github.com/sebastianbergmann/finder-facade.git",
7475                 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16"
7476             },
7477             "dist": {
7478                 "type": "zip",
7479                 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/167c45d131f7fc3d159f56f191a0a22228765e16",
7480                 "reference": "167c45d131f7fc3d159f56f191a0a22228765e16",
7481                 "shasum": ""
7482             },
7483             "require": {
7484                 "php": "^7.1",
7485                 "symfony/finder": "^2.3|^3.0|^4.0|^5.0",
7486                 "theseer/fdomdocument": "^1.6"
7487             },
7488             "type": "library",
7489             "extra": {
7490                 "branch-alias": []
7491             },
7492             "autoload": {
7493                 "classmap": [
7494                     "src/"
7495                 ]
7496             },
7497             "notification-url": "https://packagist.org/downloads/",
7498             "license": [
7499                 "BSD-3-Clause"
7500             ],
7501             "authors": [
7502                 {
7503                     "name": "Sebastian Bergmann",
7504                     "email": "[email protected]",
7505                     "role": "lead"
7506                 }
7507             ],
7508             "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
7509             "homepage": "https://github.com/sebastianbergmann/finder-facade",
7510             "time": "2020-01-16T08:08:45+00:00"
7511         },
7512         {
7513             "name": "sebastian/global-state",
7514             "version": "3.0.0",
7515             "source": {
7516                 "type": "git",
7517                 "url": "https://github.com/sebastianbergmann/global-state.git",
7518                 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
7519             },
7520             "dist": {
7521                 "type": "zip",
7522                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
7523                 "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
7524                 "shasum": ""
7525             },
7526             "require": {
7527                 "php": "^7.2",
7528                 "sebastian/object-reflector": "^1.1.1",
7529                 "sebastian/recursion-context": "^3.0"
7530             },
7531             "require-dev": {
7532                 "ext-dom": "*",
7533                 "phpunit/phpunit": "^8.0"
7534             },
7535             "suggest": {
7536                 "ext-uopz": "*"
7537             },
7538             "type": "library",
7539             "extra": {
7540                 "branch-alias": {
7541                     "dev-master": "3.0-dev"
7542                 }
7543             },
7544             "autoload": {
7545                 "classmap": [
7546                     "src/"
7547                 ]
7548             },
7549             "notification-url": "https://packagist.org/downloads/",
7550             "license": [
7551                 "BSD-3-Clause"
7552             ],
7553             "authors": [
7554                 {
7555                     "name": "Sebastian Bergmann",
7556                     "email": "[email protected]"
7557                 }
7558             ],
7559             "description": "Snapshotting of global state",
7560             "homepage": "http://www.github.com/sebastianbergmann/global-state",
7561             "keywords": [
7562                 "global state"
7563             ],
7564             "time": "2019-02-01T05:30:01+00:00"
7565         },
7566         {
7567             "name": "sebastian/object-enumerator",
7568             "version": "3.0.3",
7569             "source": {
7570                 "type": "git",
7571                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7572                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
7573             },
7574             "dist": {
7575                 "type": "zip",
7576                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
7577                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
7578                 "shasum": ""
7579             },
7580             "require": {
7581                 "php": "^7.0",
7582                 "sebastian/object-reflector": "^1.1.1",
7583                 "sebastian/recursion-context": "^3.0"
7584             },
7585             "require-dev": {
7586                 "phpunit/phpunit": "^6.0"
7587             },
7588             "type": "library",
7589             "extra": {
7590                 "branch-alias": {
7591                     "dev-master": "3.0.x-dev"
7592                 }
7593             },
7594             "autoload": {
7595                 "classmap": [
7596                     "src/"
7597                 ]
7598             },
7599             "notification-url": "https://packagist.org/downloads/",
7600             "license": [
7601                 "BSD-3-Clause"
7602             ],
7603             "authors": [
7604                 {
7605                     "name": "Sebastian Bergmann",
7606                     "email": "[email protected]"
7607                 }
7608             ],
7609             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7610             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7611             "time": "2017-08-03T12:35:26+00:00"
7612         },
7613         {
7614             "name": "sebastian/object-reflector",
7615             "version": "1.1.1",
7616             "source": {
7617                 "type": "git",
7618                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
7619                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
7620             },
7621             "dist": {
7622                 "type": "zip",
7623                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
7624                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
7625                 "shasum": ""
7626             },
7627             "require": {
7628                 "php": "^7.0"
7629             },
7630             "require-dev": {
7631                 "phpunit/phpunit": "^6.0"
7632             },
7633             "type": "library",
7634             "extra": {
7635                 "branch-alias": {
7636                     "dev-master": "1.1-dev"
7637                 }
7638             },
7639             "autoload": {
7640                 "classmap": [
7641                     "src/"
7642                 ]
7643             },
7644             "notification-url": "https://packagist.org/downloads/",
7645             "license": [
7646                 "BSD-3-Clause"
7647             ],
7648             "authors": [
7649                 {
7650                     "name": "Sebastian Bergmann",
7651                     "email": "[email protected]"
7652                 }
7653             ],
7654             "description": "Allows reflection of object attributes, including inherited and non-public ones",
7655             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7656             "time": "2017-03-29T09:07:27+00:00"
7657         },
7658         {
7659             "name": "sebastian/recursion-context",
7660             "version": "3.0.0",
7661             "source": {
7662                 "type": "git",
7663                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
7664                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
7665             },
7666             "dist": {
7667                 "type": "zip",
7668                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
7669                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
7670                 "shasum": ""
7671             },
7672             "require": {
7673                 "php": "^7.0"
7674             },
7675             "require-dev": {
7676                 "phpunit/phpunit": "^6.0"
7677             },
7678             "type": "library",
7679             "extra": {
7680                 "branch-alias": {
7681                     "dev-master": "3.0.x-dev"
7682                 }
7683             },
7684             "autoload": {
7685                 "classmap": [
7686                     "src/"
7687                 ]
7688             },
7689             "notification-url": "https://packagist.org/downloads/",
7690             "license": [
7691                 "BSD-3-Clause"
7692             ],
7693             "authors": [
7694                 {
7695                     "name": "Jeff Welch",
7696                     "email": "[email protected]"
7697                 },
7698                 {
7699                     "name": "Sebastian Bergmann",
7700                     "email": "[email protected]"
7701                 },
7702                 {
7703                     "name": "Adam Harvey",
7704                     "email": "[email protected]"
7705                 }
7706             ],
7707             "description": "Provides functionality to recursively process PHP variables",
7708             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
7709             "time": "2017-03-03T06:23:57+00:00"
7710         },
7711         {
7712             "name": "sebastian/resource-operations",
7713             "version": "2.0.1",
7714             "source": {
7715                 "type": "git",
7716                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
7717                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
7718             },
7719             "dist": {
7720                 "type": "zip",
7721                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
7722                 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
7723                 "shasum": ""
7724             },
7725             "require": {
7726                 "php": "^7.1"
7727             },
7728             "type": "library",
7729             "extra": {
7730                 "branch-alias": {
7731                     "dev-master": "2.0-dev"
7732                 }
7733             },
7734             "autoload": {
7735                 "classmap": [
7736                     "src/"
7737                 ]
7738             },
7739             "notification-url": "https://packagist.org/downloads/",
7740             "license": [
7741                 "BSD-3-Clause"
7742             ],
7743             "authors": [
7744                 {
7745                     "name": "Sebastian Bergmann",
7746                     "email": "[email protected]"
7747                 }
7748             ],
7749             "description": "Provides a list of PHP built-in functions that operate on resources",
7750             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
7751             "time": "2018-10-04T04:07:39+00:00"
7752         },
7753         {
7754             "name": "sebastian/type",
7755             "version": "1.1.3",
7756             "source": {
7757                 "type": "git",
7758                 "url": "https://github.com/sebastianbergmann/type.git",
7759                 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
7760             },
7761             "dist": {
7762                 "type": "zip",
7763                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
7764                 "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
7765                 "shasum": ""
7766             },
7767             "require": {
7768                 "php": "^7.2"
7769             },
7770             "require-dev": {
7771                 "phpunit/phpunit": "^8.2"
7772             },
7773             "type": "library",
7774             "extra": {
7775                 "branch-alias": {
7776                     "dev-master": "1.1-dev"
7777                 }
7778             },
7779             "autoload": {
7780                 "classmap": [
7781                     "src/"
7782                 ]
7783             },
7784             "notification-url": "https://packagist.org/downloads/",
7785             "license": [
7786                 "BSD-3-Clause"
7787             ],
7788             "authors": [
7789                 {
7790                     "name": "Sebastian Bergmann",
7791                     "email": "[email protected]",
7792                     "role": "lead"
7793                 }
7794             ],
7795             "description": "Collection of value objects that represent the types of the PHP type system",
7796             "homepage": "https://github.com/sebastianbergmann/type",
7797             "time": "2019-07-02T08:10:15+00:00"
7798         },
7799         {
7800             "name": "sebastian/version",
7801             "version": "2.0.1",
7802             "source": {
7803                 "type": "git",
7804                 "url": "https://github.com/sebastianbergmann/version.git",
7805                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
7806             },
7807             "dist": {
7808                 "type": "zip",
7809                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
7810                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
7811                 "shasum": ""
7812             },
7813             "require": {
7814                 "php": ">=5.6"
7815             },
7816             "type": "library",
7817             "extra": {
7818                 "branch-alias": {
7819                     "dev-master": "2.0.x-dev"
7820                 }
7821             },
7822             "autoload": {
7823                 "classmap": [
7824                     "src/"
7825                 ]
7826             },
7827             "notification-url": "https://packagist.org/downloads/",
7828             "license": [
7829                 "BSD-3-Clause"
7830             ],
7831             "authors": [
7832                 {
7833                     "name": "Sebastian Bergmann",
7834                     "email": "[email protected]",
7835                     "role": "lead"
7836                 }
7837             ],
7838             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7839             "homepage": "https://github.com/sebastianbergmann/version",
7840             "time": "2016-10-03T07:35:21+00:00"
7841         },
7842         {
7843             "name": "seld/jsonlint",
7844             "version": "1.8.0",
7845             "source": {
7846                 "type": "git",
7847                 "url": "https://github.com/Seldaek/jsonlint.git",
7848                 "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
7849             },
7850             "dist": {
7851                 "type": "zip",
7852                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
7853                 "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
7854                 "shasum": ""
7855             },
7856             "require": {
7857                 "php": "^5.3 || ^7.0 || ^8.0"
7858             },
7859             "require-dev": {
7860                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
7861             },
7862             "bin": [
7863                 "bin/jsonlint"
7864             ],
7865             "type": "library",
7866             "autoload": {
7867                 "psr-4": {
7868                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
7869                 }
7870             },
7871             "notification-url": "https://packagist.org/downloads/",
7872             "license": [
7873                 "MIT"
7874             ],
7875             "authors": [
7876                 {
7877                     "name": "Jordi Boggiano",
7878                     "email": "[email protected]",
7879                     "homepage": "http://seld.be"
7880                 }
7881             ],
7882             "description": "JSON Linter",
7883             "keywords": [
7884                 "json",
7885                 "linter",
7886                 "parser",
7887                 "validator"
7888             ],
7889             "funding": [
7890                 {
7891                     "url": "https://github.com/Seldaek",
7892                     "type": "github"
7893                 },
7894                 {
7895                     "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
7896                     "type": "tidelift"
7897                 }
7898             ],
7899             "time": "2020-04-30T19:05:18+00:00"
7900         },
7901         {
7902             "name": "seld/phar-utils",
7903             "version": "1.1.0",
7904             "source": {
7905                 "type": "git",
7906                 "url": "https://github.com/Seldaek/phar-utils.git",
7907                 "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
7908             },
7909             "dist": {
7910                 "type": "zip",
7911                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
7912                 "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
7913                 "shasum": ""
7914             },
7915             "require": {
7916                 "php": ">=5.3"
7917             },
7918             "type": "library",
7919             "extra": {
7920                 "branch-alias": {
7921                     "dev-master": "1.x-dev"
7922                 }
7923             },
7924             "autoload": {
7925                 "psr-4": {
7926                     "Seld\\PharUtils\\": "src/"
7927                 }
7928             },
7929             "notification-url": "https://packagist.org/downloads/",
7930             "license": [
7931                 "MIT"
7932             ],
7933             "authors": [
7934                 {
7935                     "name": "Jordi Boggiano",
7936                     "email": "[email protected]"
7937                 }
7938             ],
7939             "description": "PHAR file format utilities, for when PHP phars you up",
7940             "keywords": [
7941                 "phar"
7942             ],
7943             "time": "2020-02-14T15:25:33+00:00"
7944         },
7945         {
7946             "name": "squizlabs/php_codesniffer",
7947             "version": "3.5.5",
7948             "source": {
7949                 "type": "git",
7950                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
7951                 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
7952             },
7953             "dist": {
7954                 "type": "zip",
7955                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
7956                 "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
7957                 "shasum": ""
7958             },
7959             "require": {
7960                 "ext-simplexml": "*",
7961                 "ext-tokenizer": "*",
7962                 "ext-xmlwriter": "*",
7963                 "php": ">=5.4.0"
7964             },
7965             "require-dev": {
7966                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
7967             },
7968             "bin": [
7969                 "bin/phpcs",
7970                 "bin/phpcbf"
7971             ],
7972             "type": "library",
7973             "extra": {
7974                 "branch-alias": {
7975                     "dev-master": "3.x-dev"
7976                 }
7977             },
7978             "notification-url": "https://packagist.org/downloads/",
7979             "license": [
7980                 "BSD-3-Clause"
7981             ],
7982             "authors": [
7983                 {
7984                     "name": "Greg Sherwood",
7985                     "role": "lead"
7986                 }
7987             ],
7988             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
7989             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
7990             "keywords": [
7991                 "phpcs",
7992                 "standards"
7993             ],
7994             "time": "2020-04-17T01:09:41+00:00"
7995         },
7996         {
7997             "name": "symfony/dom-crawler",
7998             "version": "v4.4.8",
7999             "source": {
8000                 "type": "git",
8001                 "url": "https://github.com/symfony/dom-crawler.git",
8002                 "reference": "4d0fb3374324071ecdd94898367a3fa4b5563162"
8003             },
8004             "dist": {
8005                 "type": "zip",
8006                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4d0fb3374324071ecdd94898367a3fa4b5563162",
8007                 "reference": "4d0fb3374324071ecdd94898367a3fa4b5563162",
8008                 "shasum": ""
8009             },
8010             "require": {
8011                 "php": "^7.1.3",
8012                 "symfony/polyfill-ctype": "~1.8",
8013                 "symfony/polyfill-mbstring": "~1.0"
8014             },
8015             "conflict": {
8016                 "masterminds/html5": "<2.6"
8017             },
8018             "require-dev": {
8019                 "masterminds/html5": "^2.6",
8020                 "symfony/css-selector": "^3.4|^4.0|^5.0"
8021             },
8022             "suggest": {
8023                 "symfony/css-selector": ""
8024             },
8025             "type": "library",
8026             "extra": {
8027                 "branch-alias": {
8028                     "dev-master": "4.4-dev"
8029                 }
8030             },
8031             "autoload": {
8032                 "psr-4": {
8033                     "Symfony\\Component\\DomCrawler\\": ""
8034                 },
8035                 "exclude-from-classmap": [
8036                     "/Tests/"
8037                 ]
8038             },
8039             "notification-url": "https://packagist.org/downloads/",
8040             "license": [
8041                 "MIT"
8042             ],
8043             "authors": [
8044                 {
8045                     "name": "Fabien Potencier",
8046                     "email": "[email protected]"
8047                 },
8048                 {
8049                     "name": "Symfony Community",
8050                     "homepage": "https://symfony.com/contributors"
8051                 }
8052             ],
8053             "description": "Symfony DomCrawler Component",
8054             "homepage": "https://symfony.com",
8055             "funding": [
8056                 {
8057                     "url": "https://symfony.com/sponsor",
8058                     "type": "custom"
8059                 },
8060                 {
8061                     "url": "https://github.com/fabpot",
8062                     "type": "github"
8063                 },
8064                 {
8065                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8066                     "type": "tidelift"
8067                 }
8068             ],
8069             "time": "2020-03-29T19:12:22+00:00"
8070         },
8071         {
8072             "name": "symfony/filesystem",
8073             "version": "v4.4.8",
8074             "source": {
8075                 "type": "git",
8076                 "url": "https://github.com/symfony/filesystem.git",
8077                 "reference": "a3ebf3bfd8a98a147c010a568add5a8aa4edea0f"
8078             },
8079             "dist": {
8080                 "type": "zip",
8081                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a3ebf3bfd8a98a147c010a568add5a8aa4edea0f",
8082                 "reference": "a3ebf3bfd8a98a147c010a568add5a8aa4edea0f",
8083                 "shasum": ""
8084             },
8085             "require": {
8086                 "php": "^7.1.3",
8087                 "symfony/polyfill-ctype": "~1.8"
8088             },
8089             "type": "library",
8090             "extra": {
8091                 "branch-alias": {
8092                     "dev-master": "4.4-dev"
8093                 }
8094             },
8095             "autoload": {
8096                 "psr-4": {
8097                     "Symfony\\Component\\Filesystem\\": ""
8098                 },
8099                 "exclude-from-classmap": [
8100                     "/Tests/"
8101                 ]
8102             },
8103             "notification-url": "https://packagist.org/downloads/",
8104             "license": [
8105                 "MIT"
8106             ],
8107             "authors": [
8108                 {
8109                     "name": "Fabien Potencier",
8110                     "email": "[email protected]"
8111                 },
8112                 {
8113                     "name": "Symfony Community",
8114                     "homepage": "https://symfony.com/contributors"
8115                 }
8116             ],
8117             "description": "Symfony Filesystem Component",
8118             "homepage": "https://symfony.com",
8119             "funding": [
8120                 {
8121                     "url": "https://symfony.com/sponsor",
8122                     "type": "custom"
8123                 },
8124                 {
8125                     "url": "https://github.com/fabpot",
8126                     "type": "github"
8127                 },
8128                 {
8129                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8130                     "type": "tidelift"
8131                 }
8132             ],
8133             "time": "2020-04-12T14:39:55+00:00"
8134         },
8135         {
8136             "name": "theseer/fdomdocument",
8137             "version": "1.6.6",
8138             "source": {
8139                 "type": "git",
8140                 "url": "https://github.com/theseer/fDOMDocument.git",
8141                 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
8142             },
8143             "dist": {
8144                 "type": "zip",
8145                 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
8146                 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
8147                 "shasum": ""
8148             },
8149             "require": {
8150                 "ext-dom": "*",
8151                 "lib-libxml": "*",
8152                 "php": ">=5.3.3"
8153             },
8154             "type": "library",
8155             "autoload": {
8156                 "classmap": [
8157                     "src/"
8158                 ]
8159             },
8160             "notification-url": "https://packagist.org/downloads/",
8161             "license": [
8162                 "BSD-3-Clause"
8163             ],
8164             "authors": [
8165                 {
8166                     "name": "Arne Blankerts",
8167                     "role": "lead",
8168                     "email": "[email protected]"
8169                 }
8170             ],
8171             "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.",
8172             "homepage": "https://github.com/theseer/fDOMDocument",
8173             "time": "2017-06-30T11:53:12+00:00"
8174         },
8175         {
8176             "name": "theseer/tokenizer",
8177             "version": "1.1.3",
8178             "source": {
8179                 "type": "git",
8180                 "url": "https://github.com/theseer/tokenizer.git",
8181                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
8182             },
8183             "dist": {
8184                 "type": "zip",
8185                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
8186                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
8187                 "shasum": ""
8188             },
8189             "require": {
8190                 "ext-dom": "*",
8191                 "ext-tokenizer": "*",
8192                 "ext-xmlwriter": "*",
8193                 "php": "^7.0"
8194             },
8195             "type": "library",
8196             "autoload": {
8197                 "classmap": [
8198                     "src/"
8199                 ]
8200             },
8201             "notification-url": "https://packagist.org/downloads/",
8202             "license": [
8203                 "BSD-3-Clause"
8204             ],
8205             "authors": [
8206                 {
8207                     "name": "Arne Blankerts",
8208                     "role": "Developer",
8209                     "email": "[email protected]"
8210                 }
8211             ],
8212             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
8213             "time": "2019-06-13T22:48:21+00:00"
8214         },
8215         {
8216             "name": "webmozart/assert",
8217             "version": "1.8.0",
8218             "source": {
8219                 "type": "git",
8220                 "url": "https://github.com/webmozart/assert.git",
8221                 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
8222             },
8223             "dist": {
8224                 "type": "zip",
8225                 "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
8226                 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
8227                 "shasum": ""
8228             },
8229             "require": {
8230                 "php": "^5.3.3 || ^7.0",
8231                 "symfony/polyfill-ctype": "^1.8"
8232             },
8233             "conflict": {
8234                 "vimeo/psalm": "<3.9.1"
8235             },
8236             "require-dev": {
8237                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
8238             },
8239             "type": "library",
8240             "autoload": {
8241                 "psr-4": {
8242                     "Webmozart\\Assert\\": "src/"
8243                 }
8244             },
8245             "notification-url": "https://packagist.org/downloads/",
8246             "license": [
8247                 "MIT"
8248             ],
8249             "authors": [
8250                 {
8251                     "name": "Bernhard Schussek",
8252                     "email": "[email protected]"
8253                 }
8254             ],
8255             "description": "Assertions to validate method input/output with nice error messages.",
8256             "keywords": [
8257                 "assert",
8258                 "check",
8259                 "validate"
8260             ],
8261             "time": "2020-04-18T12:12:48+00:00"
8262         },
8263         {
8264             "name": "wnx/laravel-stats",
8265             "version": "v2.0.2",
8266             "source": {
8267                 "type": "git",
8268                 "url": "https://github.com/stefanzweifel/laravel-stats.git",
8269                 "reference": "e86ebfdd149383b18a41fe3efa1601d82d447140"
8270             },
8271             "dist": {
8272                 "type": "zip",
8273                 "url": "https://api.github.com/repos/stefanzweifel/laravel-stats/zipball/e86ebfdd149383b18a41fe3efa1601d82d447140",
8274                 "reference": "e86ebfdd149383b18a41fe3efa1601d82d447140",
8275                 "shasum": ""
8276             },
8277             "require": {
8278                 "illuminate/console": "~5.8.0|^6.0|^7.0",
8279                 "illuminate/support": "~5.8.0|^6.0|^7.0",
8280                 "php": ">=7.2.0",
8281                 "phploc/phploc": "~5.0|~6.0",
8282                 "symfony/finder": "~4.0"
8283             },
8284             "require-dev": {
8285                 "friendsofphp/php-cs-fixer": "^2.15",
8286                 "laravel/browser-kit-testing": "~5.0",
8287                 "laravel/dusk": "~5.0",
8288                 "mockery/mockery": "^1.1",
8289                 "orchestra/testbench": "^3.8|^4.0|^5.0",
8290                 "phpunit/phpunit": "8.*|9.*"
8291             },
8292             "type": "library",
8293             "extra": {
8294                 "laravel": {
8295                     "providers": [
8296                         "Wnx\\LaravelStats\\StatsServiceProvider"
8297                     ]
8298                 }
8299             },
8300             "autoload": {
8301                 "psr-4": {
8302                     "Wnx\\LaravelStats\\": "src/"
8303                 }
8304             },
8305             "notification-url": "https://packagist.org/downloads/",
8306             "license": [
8307                 "MIT"
8308             ],
8309             "authors": [
8310                 {
8311                     "name": "Stefan Zweifel",
8312                     "email": "[email protected]",
8313                     "homepage": "https://stefanzweifel.io",
8314                     "role": "Developer"
8315                 }
8316             ],
8317             "description": "Get insights about your Laravel Project",
8318             "homepage": "https://github.com/stefanzweifel/laravel-stats",
8319             "keywords": [
8320                 "laravel",
8321                 "statistics",
8322                 "stats",
8323                 "wnx"
8324             ],
8325             "time": "2020-02-22T19:09:14+00:00"
8326         }
8327     ],
8328     "aliases": [],
8329     "minimum-stability": "dev",
8330     "stability-flags": [],
8331     "prefer-stable": true,
8332     "prefer-lowest": false,
8333     "platform": {
8334         "php": "^7.2",
8335         "ext-curl": "*",
8336         "ext-dom": "*",
8337         "ext-gd": "*",
8338         "ext-json": "*",
8339         "ext-mbstring": "*",
8340         "ext-tidy": "*",
8341         "ext-xml": "*"
8342     },
8343     "platform-dev": [],
8344     "platform-overrides": {
8345         "php": "7.2.0"
8346     },
8347     "plugin-api-version": "1.1.0"
8348 }