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