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