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