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