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