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