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