]> BookStack Code Mirror - bookstack/blob - composer.lock
Add prev and next button to navigate through different pages
[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": "733852116205eef580c11a9f5c0a044f",
8     "packages": [
9         {
10             "name": "aws/aws-sdk-php",
11             "version": "3.171.19",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/aws/aws-sdk-php.git",
15                 "reference": "e786e4a8b2ec85b258833d0570ff6b61348cbdb6"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e786e4a8b2ec85b258833d0570ff6b61348cbdb6",
20                 "reference": "e786e4a8b2ec85b258833d0570ff6b61348cbdb6",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-json": "*",
25                 "ext-pcre": "*",
26                 "ext-simplexml": "*",
27                 "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
28                 "guzzlehttp/promises": "^1.0",
29                 "guzzlehttp/psr7": "^1.4.1",
30                 "mtdowling/jmespath.php": "^2.5",
31                 "php": ">=5.5"
32             },
33             "require-dev": {
34                 "andrewsville/php-token-reflection": "^1.4",
35                 "aws/aws-php-sns-message-validator": "~1.0",
36                 "behat/behat": "~3.0",
37                 "doctrine/cache": "~1.4",
38                 "ext-dom": "*",
39                 "ext-openssl": "*",
40                 "ext-pcntl": "*",
41                 "ext-sockets": "*",
42                 "nette/neon": "^2.3",
43                 "paragonie/random_compat": ">= 2",
44                 "phpunit/phpunit": "^4.8.35|^5.4.3",
45                 "psr/cache": "^1.0",
46                 "psr/simple-cache": "^1.0",
47                 "sebastian/comparator": "^1.2.3"
48             },
49             "suggest": {
50                 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
51                 "doctrine/cache": "To use the DoctrineCacheAdapter",
52                 "ext-curl": "To send requests using cURL",
53                 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
54                 "ext-sockets": "To use client-side monitoring"
55             },
56             "type": "library",
57             "extra": {
58                 "branch-alias": {
59                     "dev-master": "3.0-dev"
60                 }
61             },
62             "autoload": {
63                 "psr-4": {
64                     "Aws\\": "src/"
65                 },
66                 "files": [
67                     "src/functions.php"
68                 ]
69             },
70             "notification-url": "https://packagist.org/downloads/",
71             "license": [
72                 "Apache-2.0"
73             ],
74             "authors": [
75                 {
76                     "name": "Amazon Web Services",
77                     "homepage": "http://aws.amazon.com"
78                 }
79             ],
80             "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
81             "homepage": "http://aws.amazon.com/sdkforphp",
82             "keywords": [
83                 "amazon",
84                 "aws",
85                 "cloud",
86                 "dynamodb",
87                 "ec2",
88                 "glacier",
89                 "s3",
90                 "sdk"
91             ],
92             "support": {
93                 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
94                 "issues": "https://github.com/aws/aws-sdk-php/issues",
95                 "source": "https://github.com/aws/aws-sdk-php/tree/3.171.19"
96             },
97             "time": "2021-01-15T19:26:11+00:00"
98         },
99         {
100             "name": "barryvdh/laravel-dompdf",
101             "version": "v0.8.7",
102             "source": {
103                 "type": "git",
104                 "url": "https://github.com/barryvdh/laravel-dompdf.git",
105                 "reference": "30310e0a675462bf2aa9d448c8dcbf57fbcc517d"
106             },
107             "dist": {
108                 "type": "zip",
109                 "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/30310e0a675462bf2aa9d448c8dcbf57fbcc517d",
110                 "reference": "30310e0a675462bf2aa9d448c8dcbf57fbcc517d",
111                 "shasum": ""
112             },
113             "require": {
114                 "dompdf/dompdf": "^0.8",
115                 "illuminate/support": "^5.5|^6|^7|^8",
116                 "php": ">=7"
117             },
118             "type": "library",
119             "extra": {
120                 "branch-alias": {
121                     "dev-master": "0.8-dev"
122                 },
123                 "laravel": {
124                     "providers": [
125                         "Barryvdh\\DomPDF\\ServiceProvider"
126                     ],
127                     "aliases": {
128                         "PDF": "Barryvdh\\DomPDF\\Facade"
129                     }
130                 }
131             },
132             "autoload": {
133                 "psr-4": {
134                     "Barryvdh\\DomPDF\\": "src"
135                 }
136             },
137             "notification-url": "https://packagist.org/downloads/",
138             "license": [
139                 "MIT"
140             ],
141             "authors": [
142                 {
143                     "name": "Barry vd. Heuvel",
144                     "email": "barryvdh@gmail.com"
145                 }
146             ],
147             "description": "A DOMPDF Wrapper for Laravel",
148             "keywords": [
149                 "dompdf",
150                 "laravel",
151                 "pdf"
152             ],
153             "support": {
154                 "issues": "https://github.com/barryvdh/laravel-dompdf/issues",
155                 "source": "https://github.com/barryvdh/laravel-dompdf/tree/master"
156             },
157             "funding": [
158                 {
159                     "url": "https://github.com/barryvdh",
160                     "type": "github"
161                 }
162             ],
163             "time": "2020-09-07T11:50:18+00:00"
164         },
165         {
166             "name": "barryvdh/laravel-snappy",
167             "version": "v0.4.8",
168             "source": {
169                 "type": "git",
170                 "url": "https://github.com/barryvdh/laravel-snappy.git",
171                 "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645"
172             },
173             "dist": {
174                 "type": "zip",
175                 "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/1903ab84171072b6bff8d98eb58d38b2c9aaf645",
176                 "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645",
177                 "shasum": ""
178             },
179             "require": {
180                 "illuminate/filesystem": "^5.5|^6|^7|^8",
181                 "illuminate/support": "^5.5|^6|^7|^8",
182                 "knplabs/knp-snappy": "^1",
183                 "php": ">=7"
184             },
185             "type": "library",
186             "extra": {
187                 "branch-alias": {
188                     "dev-master": "0.4-dev"
189                 },
190                 "laravel": {
191                     "providers": [
192                         "Barryvdh\\Snappy\\ServiceProvider"
193                     ],
194                     "aliases": {
195                         "PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf",
196                         "SnappyImage": "Barryvdh\\Snappy\\Facades\\SnappyImage"
197                     }
198                 }
199             },
200             "autoload": {
201                 "psr-4": {
202                     "Barryvdh\\Snappy\\": "src/"
203                 }
204             },
205             "notification-url": "https://packagist.org/downloads/",
206             "license": [
207                 "MIT"
208             ],
209             "authors": [
210                 {
211                     "name": "Barry vd. Heuvel",
212                     "email": "barryvdh@gmail.com"
213                 }
214             ],
215             "description": "Snappy PDF/Image for Laravel",
216             "keywords": [
217                 "image",
218                 "laravel",
219                 "pdf",
220                 "snappy",
221                 "wkhtmltoimage",
222                 "wkhtmltopdf"
223             ],
224             "support": {
225                 "issues": "https://github.com/barryvdh/laravel-snappy/issues",
226                 "source": "https://github.com/barryvdh/laravel-snappy/tree/master"
227             },
228             "time": "2020-09-07T12:33:10+00:00"
229         },
230         {
231             "name": "doctrine/cache",
232             "version": "1.10.2",
233             "source": {
234                 "type": "git",
235                 "url": "https://github.com/doctrine/cache.git",
236                 "reference": "13e3381b25847283a91948d04640543941309727"
237             },
238             "dist": {
239                 "type": "zip",
240                 "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
241                 "reference": "13e3381b25847283a91948d04640543941309727",
242                 "shasum": ""
243             },
244             "require": {
245                 "php": "~7.1 || ^8.0"
246             },
247             "conflict": {
248                 "doctrine/common": ">2.2,<2.4"
249             },
250             "require-dev": {
251                 "alcaeus/mongo-php-adapter": "^1.1",
252                 "doctrine/coding-standard": "^6.0",
253                 "mongodb/mongodb": "^1.1",
254                 "phpunit/phpunit": "^7.0",
255                 "predis/predis": "~1.0"
256             },
257             "suggest": {
258                 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
259             },
260             "type": "library",
261             "extra": {
262                 "branch-alias": {
263                     "dev-master": "1.9.x-dev"
264                 }
265             },
266             "autoload": {
267                 "psr-4": {
268                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
269                 }
270             },
271             "notification-url": "https://packagist.org/downloads/",
272             "license": [
273                 "MIT"
274             ],
275             "authors": [
276                 {
277                     "name": "Guilherme Blanco",
278                     "email": "guilhermeblanco@gmail.com"
279                 },
280                 {
281                     "name": "Roman Borschel",
282                     "email": "roman@code-factory.org"
283                 },
284                 {
285                     "name": "Benjamin Eberlei",
286                     "email": "kontakt@beberlei.de"
287                 },
288                 {
289                     "name": "Jonathan Wage",
290                     "email": "jonwage@gmail.com"
291                 },
292                 {
293                     "name": "Johannes Schmitt",
294                     "email": "schmittjoh@gmail.com"
295                 }
296             ],
297             "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
298             "homepage": "https://www.doctrine-project.org/projects/cache.html",
299             "keywords": [
300                 "abstraction",
301                 "apcu",
302                 "cache",
303                 "caching",
304                 "couchdb",
305                 "memcached",
306                 "php",
307                 "redis",
308                 "xcache"
309             ],
310             "support": {
311                 "issues": "https://github.com/doctrine/cache/issues",
312                 "source": "https://github.com/doctrine/cache/tree/1.10.x"
313             },
314             "funding": [
315                 {
316                     "url": "https://www.doctrine-project.org/sponsorship.html",
317                     "type": "custom"
318                 },
319                 {
320                     "url": "https://www.patreon.com/phpdoctrine",
321                     "type": "patreon"
322                 },
323                 {
324                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
325                     "type": "tidelift"
326                 }
327             ],
328             "time": "2020-07-07T18:54:01+00:00"
329         },
330         {
331             "name": "doctrine/dbal",
332             "version": "2.10.4",
333             "source": {
334                 "type": "git",
335                 "url": "https://github.com/doctrine/dbal.git",
336                 "reference": "47433196b6390d14409a33885ee42b6208160643"
337             },
338             "dist": {
339                 "type": "zip",
340                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/47433196b6390d14409a33885ee42b6208160643",
341                 "reference": "47433196b6390d14409a33885ee42b6208160643",
342                 "shasum": ""
343             },
344             "require": {
345                 "doctrine/cache": "^1.0",
346                 "doctrine/event-manager": "^1.0",
347                 "ext-pdo": "*",
348                 "php": "^7.2"
349             },
350             "require-dev": {
351                 "doctrine/coding-standard": "^8.1",
352                 "jetbrains/phpstorm-stubs": "^2019.1",
353                 "nikic/php-parser": "^4.4",
354                 "phpstan/phpstan": "^0.12.40",
355                 "phpunit/phpunit": "^8.5.5",
356                 "psalm/plugin-phpunit": "^0.10.0",
357                 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
358                 "vimeo/psalm": "^3.14.2"
359             },
360             "suggest": {
361                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
362             },
363             "bin": [
364                 "bin/doctrine-dbal"
365             ],
366             "type": "library",
367             "extra": {
368                 "branch-alias": {
369                     "dev-master": "2.10.x-dev",
370                     "dev-develop": "3.0.x-dev"
371                 }
372             },
373             "autoload": {
374                 "psr-4": {
375                     "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
376                 }
377             },
378             "notification-url": "https://packagist.org/downloads/",
379             "license": [
380                 "MIT"
381             ],
382             "authors": [
383                 {
384                     "name": "Guilherme Blanco",
385                     "email": "guilhermeblanco@gmail.com"
386                 },
387                 {
388                     "name": "Roman Borschel",
389                     "email": "roman@code-factory.org"
390                 },
391                 {
392                     "name": "Benjamin Eberlei",
393                     "email": "kontakt@beberlei.de"
394                 },
395                 {
396                     "name": "Jonathan Wage",
397                     "email": "jonwage@gmail.com"
398                 }
399             ],
400             "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
401             "homepage": "https://www.doctrine-project.org/projects/dbal.html",
402             "keywords": [
403                 "abstraction",
404                 "database",
405                 "db2",
406                 "dbal",
407                 "mariadb",
408                 "mssql",
409                 "mysql",
410                 "oci8",
411                 "oracle",
412                 "pdo",
413                 "pgsql",
414                 "postgresql",
415                 "queryobject",
416                 "sasql",
417                 "sql",
418                 "sqlanywhere",
419                 "sqlite",
420                 "sqlserver",
421                 "sqlsrv"
422             ],
423             "support": {
424                 "issues": "https://github.com/doctrine/dbal/issues",
425                 "source": "https://github.com/doctrine/dbal/tree/2.10.4"
426             },
427             "funding": [
428                 {
429                     "url": "https://www.doctrine-project.org/sponsorship.html",
430                     "type": "custom"
431                 },
432                 {
433                     "url": "https://www.patreon.com/phpdoctrine",
434                     "type": "patreon"
435                 },
436                 {
437                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
438                     "type": "tidelift"
439                 }
440             ],
441             "time": "2020-09-12T21:20:41+00:00"
442         },
443         {
444             "name": "doctrine/event-manager",
445             "version": "1.1.1",
446             "source": {
447                 "type": "git",
448                 "url": "https://github.com/doctrine/event-manager.git",
449                 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
450             },
451             "dist": {
452                 "type": "zip",
453                 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
454                 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
455                 "shasum": ""
456             },
457             "require": {
458                 "php": "^7.1 || ^8.0"
459             },
460             "conflict": {
461                 "doctrine/common": "<2.9@dev"
462             },
463             "require-dev": {
464                 "doctrine/coding-standard": "^6.0",
465                 "phpunit/phpunit": "^7.0"
466             },
467             "type": "library",
468             "extra": {
469                 "branch-alias": {
470                     "dev-master": "1.0.x-dev"
471                 }
472             },
473             "autoload": {
474                 "psr-4": {
475                     "Doctrine\\Common\\": "lib/Doctrine/Common"
476                 }
477             },
478             "notification-url": "https://packagist.org/downloads/",
479             "license": [
480                 "MIT"
481             ],
482             "authors": [
483                 {
484                     "name": "Guilherme Blanco",
485                     "email": "guilhermeblanco@gmail.com"
486                 },
487                 {
488                     "name": "Roman Borschel",
489                     "email": "roman@code-factory.org"
490                 },
491                 {
492                     "name": "Benjamin Eberlei",
493                     "email": "kontakt@beberlei.de"
494                 },
495                 {
496                     "name": "Jonathan Wage",
497                     "email": "jonwage@gmail.com"
498                 },
499                 {
500                     "name": "Johannes Schmitt",
501                     "email": "schmittjoh@gmail.com"
502                 },
503                 {
504                     "name": "Marco Pivetta",
505                     "email": "ocramius@gmail.com"
506                 }
507             ],
508             "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
509             "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
510             "keywords": [
511                 "event",
512                 "event dispatcher",
513                 "event manager",
514                 "event system",
515                 "events"
516             ],
517             "support": {
518                 "issues": "https://github.com/doctrine/event-manager/issues",
519                 "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
520             },
521             "funding": [
522                 {
523                     "url": "https://www.doctrine-project.org/sponsorship.html",
524                     "type": "custom"
525                 },
526                 {
527                     "url": "https://www.patreon.com/phpdoctrine",
528                     "type": "patreon"
529                 },
530                 {
531                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
532                     "type": "tidelift"
533                 }
534             ],
535             "time": "2020-05-29T18:28:51+00:00"
536         },
537         {
538             "name": "doctrine/inflector",
539             "version": "2.0.3",
540             "source": {
541                 "type": "git",
542                 "url": "https://github.com/doctrine/inflector.git",
543                 "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
544             },
545             "dist": {
546                 "type": "zip",
547                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
548                 "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
549                 "shasum": ""
550             },
551             "require": {
552                 "php": "^7.2 || ^8.0"
553             },
554             "require-dev": {
555                 "doctrine/coding-standard": "^7.0",
556                 "phpstan/phpstan": "^0.11",
557                 "phpstan/phpstan-phpunit": "^0.11",
558                 "phpstan/phpstan-strict-rules": "^0.11",
559                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
560             },
561             "type": "library",
562             "extra": {
563                 "branch-alias": {
564                     "dev-master": "2.0.x-dev"
565                 }
566             },
567             "autoload": {
568                 "psr-4": {
569                     "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
570                 }
571             },
572             "notification-url": "https://packagist.org/downloads/",
573             "license": [
574                 "MIT"
575             ],
576             "authors": [
577                 {
578                     "name": "Guilherme Blanco",
579                     "email": "guilhermeblanco@gmail.com"
580                 },
581                 {
582                     "name": "Roman Borschel",
583                     "email": "roman@code-factory.org"
584                 },
585                 {
586                     "name": "Benjamin Eberlei",
587                     "email": "kontakt@beberlei.de"
588                 },
589                 {
590                     "name": "Jonathan Wage",
591                     "email": "jonwage@gmail.com"
592                 },
593                 {
594                     "name": "Johannes Schmitt",
595                     "email": "schmittjoh@gmail.com"
596                 }
597             ],
598             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
599             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
600             "keywords": [
601                 "inflection",
602                 "inflector",
603                 "lowercase",
604                 "manipulation",
605                 "php",
606                 "plural",
607                 "singular",
608                 "strings",
609                 "uppercase",
610                 "words"
611             ],
612             "support": {
613                 "issues": "https://github.com/doctrine/inflector/issues",
614                 "source": "https://github.com/doctrine/inflector/tree/2.0.x"
615             },
616             "funding": [
617                 {
618                     "url": "https://www.doctrine-project.org/sponsorship.html",
619                     "type": "custom"
620                 },
621                 {
622                     "url": "https://www.patreon.com/phpdoctrine",
623                     "type": "patreon"
624                 },
625                 {
626                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
627                     "type": "tidelift"
628                 }
629             ],
630             "time": "2020-05-29T15:13:26+00:00"
631         },
632         {
633             "name": "doctrine/lexer",
634             "version": "1.2.1",
635             "source": {
636                 "type": "git",
637                 "url": "https://github.com/doctrine/lexer.git",
638                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
639             },
640             "dist": {
641                 "type": "zip",
642                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
643                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
644                 "shasum": ""
645             },
646             "require": {
647                 "php": "^7.2 || ^8.0"
648             },
649             "require-dev": {
650                 "doctrine/coding-standard": "^6.0",
651                 "phpstan/phpstan": "^0.11.8",
652                 "phpunit/phpunit": "^8.2"
653             },
654             "type": "library",
655             "extra": {
656                 "branch-alias": {
657                     "dev-master": "1.2.x-dev"
658                 }
659             },
660             "autoload": {
661                 "psr-4": {
662                     "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
663                 }
664             },
665             "notification-url": "https://packagist.org/downloads/",
666             "license": [
667                 "MIT"
668             ],
669             "authors": [
670                 {
671                     "name": "Guilherme Blanco",
672                     "email": "guilhermeblanco@gmail.com"
673                 },
674                 {
675                     "name": "Roman Borschel",
676                     "email": "roman@code-factory.org"
677                 },
678                 {
679                     "name": "Johannes Schmitt",
680                     "email": "schmittjoh@gmail.com"
681                 }
682             ],
683             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
684             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
685             "keywords": [
686                 "annotations",
687                 "docblock",
688                 "lexer",
689                 "parser",
690                 "php"
691             ],
692             "support": {
693                 "issues": "https://github.com/doctrine/lexer/issues",
694                 "source": "https://github.com/doctrine/lexer/tree/1.2.1"
695             },
696             "funding": [
697                 {
698                     "url": "https://www.doctrine-project.org/sponsorship.html",
699                     "type": "custom"
700                 },
701                 {
702                     "url": "https://www.patreon.com/phpdoctrine",
703                     "type": "patreon"
704                 },
705                 {
706                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
707                     "type": "tidelift"
708                 }
709             ],
710             "time": "2020-05-25T17:44:05+00:00"
711         },
712         {
713             "name": "dompdf/dompdf",
714             "version": "v0.8.6",
715             "source": {
716                 "type": "git",
717                 "url": "https://github.com/dompdf/dompdf.git",
718                 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5"
719             },
720             "dist": {
721                 "type": "zip",
722                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5",
723                 "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5",
724                 "shasum": ""
725             },
726             "require": {
727                 "ext-dom": "*",
728                 "ext-mbstring": "*",
729                 "phenx/php-font-lib": "^0.5.2",
730                 "phenx/php-svg-lib": "^0.3.3",
731                 "php": "^7.1"
732             },
733             "require-dev": {
734                 "mockery/mockery": "^1.3",
735                 "phpunit/phpunit": "^7.5",
736                 "squizlabs/php_codesniffer": "^3.5"
737             },
738             "suggest": {
739                 "ext-gd": "Needed to process images",
740                 "ext-gmagick": "Improves image processing performance",
741                 "ext-imagick": "Improves image processing performance",
742                 "ext-zlib": "Needed for pdf stream compression"
743             },
744             "type": "library",
745             "extra": {
746                 "branch-alias": {
747                     "dev-develop": "0.7-dev"
748                 }
749             },
750             "autoload": {
751                 "psr-4": {
752                     "Dompdf\\": "src/"
753                 },
754                 "classmap": [
755                     "lib/"
756                 ]
757             },
758             "notification-url": "https://packagist.org/downloads/",
759             "license": [
760                 "LGPL-2.1"
761             ],
762             "authors": [
763                 {
764                     "name": "Fabien Ménager",
765                     "email": "fabien.menager@gmail.com"
766                 },
767                 {
768                     "name": "Brian Sweeney",
769                     "email": "eclecticgeek@gmail.com"
770                 },
771                 {
772                     "name": "Gabriel Bull",
773                     "email": "me@gabrielbull.com"
774                 }
775             ],
776             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
777             "homepage": "https://github.com/dompdf/dompdf",
778             "support": {
779                 "issues": "https://github.com/dompdf/dompdf/issues",
780                 "source": "https://github.com/dompdf/dompdf/tree/master"
781             },
782             "time": "2020-08-30T22:54:22+00:00"
783         },
784         {
785             "name": "dragonmantank/cron-expression",
786             "version": "v2.3.1",
787             "source": {
788                 "type": "git",
789                 "url": "https://github.com/dragonmantank/cron-expression.git",
790                 "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2"
791             },
792             "dist": {
793                 "type": "zip",
794                 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/65b2d8ee1f10915efb3b55597da3404f096acba2",
795                 "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2",
796                 "shasum": ""
797             },
798             "require": {
799                 "php": "^7.0|^8.0"
800             },
801             "require-dev": {
802                 "phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0"
803             },
804             "type": "library",
805             "extra": {
806                 "branch-alias": {
807                     "dev-master": "2.3-dev"
808                 }
809             },
810             "autoload": {
811                 "psr-4": {
812                     "Cron\\": "src/Cron/"
813                 }
814             },
815             "notification-url": "https://packagist.org/downloads/",
816             "license": [
817                 "MIT"
818             ],
819             "authors": [
820                 {
821                     "name": "Michael Dowling",
822                     "email": "mtdowling@gmail.com",
823                     "homepage": "https://github.com/mtdowling"
824                 },
825                 {
826                     "name": "Chris Tankersley",
827                     "email": "chris@ctankersley.com",
828                     "homepage": "https://github.com/dragonmantank"
829                 }
830             ],
831             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
832             "keywords": [
833                 "cron",
834                 "schedule"
835             ],
836             "support": {
837                 "issues": "https://github.com/dragonmantank/cron-expression/issues",
838                 "source": "https://github.com/dragonmantank/cron-expression/tree/v2.3.1"
839             },
840             "funding": [
841                 {
842                     "url": "https://github.com/dragonmantank",
843                     "type": "github"
844                 }
845             ],
846             "time": "2020-10-13T00:52:37+00:00"
847         },
848         {
849             "name": "egulias/email-validator",
850             "version": "2.1.25",
851             "source": {
852                 "type": "git",
853                 "url": "https://github.com/egulias/EmailValidator.git",
854                 "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
855             },
856             "dist": {
857                 "type": "zip",
858                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
859                 "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
860                 "shasum": ""
861             },
862             "require": {
863                 "doctrine/lexer": "^1.0.1",
864                 "php": ">=5.5",
865                 "symfony/polyfill-intl-idn": "^1.10"
866             },
867             "require-dev": {
868                 "dominicsayers/isemail": "^3.0.7",
869                 "phpunit/phpunit": "^4.8.36|^7.5.15",
870                 "satooshi/php-coveralls": "^1.0.1"
871             },
872             "suggest": {
873                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
874             },
875             "type": "library",
876             "extra": {
877                 "branch-alias": {
878                     "dev-master": "2.1.x-dev"
879                 }
880             },
881             "autoload": {
882                 "psr-4": {
883                     "Egulias\\EmailValidator\\": "src"
884                 }
885             },
886             "notification-url": "https://packagist.org/downloads/",
887             "license": [
888                 "MIT"
889             ],
890             "authors": [
891                 {
892                     "name": "Eduardo Gulias Davis"
893                 }
894             ],
895             "description": "A library for validating emails against several RFCs",
896             "homepage": "https://github.com/egulias/EmailValidator",
897             "keywords": [
898                 "email",
899                 "emailvalidation",
900                 "emailvalidator",
901                 "validation",
902                 "validator"
903             ],
904             "support": {
905                 "issues": "https://github.com/egulias/EmailValidator/issues",
906                 "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
907             },
908             "funding": [
909                 {
910                     "url": "https://github.com/egulias",
911                     "type": "github"
912                 }
913             ],
914             "time": "2020-12-29T14:50:06+00:00"
915         },
916         {
917             "name": "facade/flare-client-php",
918             "version": "1.3.7",
919             "source": {
920                 "type": "git",
921                 "url": "https://github.com/facade/flare-client-php.git",
922                 "reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492"
923             },
924             "dist": {
925                 "type": "zip",
926                 "url": "https://api.github.com/repos/facade/flare-client-php/zipball/fd688d3c06658f2b3b5f7bb19f051ee4ddf02492",
927                 "reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492",
928                 "shasum": ""
929             },
930             "require": {
931                 "facade/ignition-contracts": "~1.0",
932                 "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0",
933                 "php": "^7.1|^8.0",
934                 "symfony/http-foundation": "^3.3|^4.1|^5.0",
935                 "symfony/mime": "^3.4|^4.0|^5.1",
936                 "symfony/var-dumper": "^3.4|^4.0|^5.0"
937             },
938             "require-dev": {
939                 "friendsofphp/php-cs-fixer": "^2.14",
940                 "phpunit/phpunit": "^7.5.16",
941                 "spatie/phpunit-snapshot-assertions": "^2.0"
942             },
943             "type": "library",
944             "extra": {
945                 "branch-alias": {
946                     "dev-master": "1.0-dev"
947                 }
948             },
949             "autoload": {
950                 "psr-4": {
951                     "Facade\\FlareClient\\": "src"
952                 },
953                 "files": [
954                     "src/helpers.php"
955                 ]
956             },
957             "notification-url": "https://packagist.org/downloads/",
958             "license": [
959                 "MIT"
960             ],
961             "description": "Send PHP errors to Flare",
962             "homepage": "https://github.com/facade/flare-client-php",
963             "keywords": [
964                 "exception",
965                 "facade",
966                 "flare",
967                 "reporting"
968             ],
969             "support": {
970                 "issues": "https://github.com/facade/flare-client-php/issues",
971                 "source": "https://github.com/facade/flare-client-php/tree/1.3.7"
972             },
973             "funding": [
974                 {
975                     "url": "https://github.com/spatie",
976                     "type": "github"
977                 }
978             ],
979             "time": "2020-10-21T16:02:39+00:00"
980         },
981         {
982             "name": "facade/ignition",
983             "version": "1.16.4",
984             "source": {
985                 "type": "git",
986                 "url": "https://github.com/facade/ignition.git",
987                 "reference": "1da1705e7f6b24ed45af05461463228da424e14f"
988             },
989             "dist": {
990                 "type": "zip",
991                 "url": "https://api.github.com/repos/facade/ignition/zipball/1da1705e7f6b24ed45af05461463228da424e14f",
992                 "reference": "1da1705e7f6b24ed45af05461463228da424e14f",
993                 "shasum": ""
994             },
995             "require": {
996                 "ext-json": "*",
997                 "ext-mbstring": "*",
998                 "facade/flare-client-php": "^1.3",
999                 "facade/ignition-contracts": "^1.0",
1000                 "filp/whoops": "^2.4",
1001                 "illuminate/support": "~5.5.0 || ~5.6.0 || ~5.7.0 || ~5.8.0 || ^6.0",
1002                 "monolog/monolog": "^1.12 || ^2.0",
1003                 "php": "^7.1|^8.0",
1004                 "scrivo/highlight.php": "^9.15",
1005                 "symfony/console": "^3.4 || ^4.0",
1006                 "symfony/var-dumper": "^3.4 || ^4.0"
1007             },
1008             "require-dev": {
1009                 "mockery/mockery": "~1.3.3|^1.4.2",
1010                 "orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0"
1011             },
1012             "suggest": {
1013                 "laravel/telescope": "^2.0"
1014             },
1015             "type": "library",
1016             "extra": {
1017                 "branch-alias": {
1018                     "dev-master": "1.x-dev"
1019                 },
1020                 "laravel": {
1021                     "providers": [
1022                         "Facade\\Ignition\\IgnitionServiceProvider"
1023                     ],
1024                     "aliases": {
1025                         "Flare": "Facade\\Ignition\\Facades\\Flare"
1026                     }
1027                 }
1028             },
1029             "autoload": {
1030                 "psr-4": {
1031                     "Facade\\Ignition\\": "src"
1032                 },
1033                 "files": [
1034                     "src/helpers.php"
1035                 ]
1036             },
1037             "notification-url": "https://packagist.org/downloads/",
1038             "license": [
1039                 "MIT"
1040             ],
1041             "description": "A beautiful error page for Laravel applications.",
1042             "homepage": "https://github.com/facade/ignition",
1043             "keywords": [
1044                 "error",
1045                 "flare",
1046                 "laravel",
1047                 "page"
1048             ],
1049             "support": {
1050                 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
1051                 "forum": "https://twitter.com/flareappio",
1052                 "issues": "https://github.com/facade/ignition/issues",
1053                 "source": "https://github.com/facade/ignition"
1054             },
1055             "time": "2020-10-30T13:40:01+00:00"
1056         },
1057         {
1058             "name": "facade/ignition-contracts",
1059             "version": "1.0.1",
1060             "source": {
1061                 "type": "git",
1062                 "url": "https://github.com/facade/ignition-contracts.git",
1063                 "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b"
1064             },
1065             "dist": {
1066                 "type": "zip",
1067                 "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/aeab1ce8b68b188a43e81758e750151ad7da796b",
1068                 "reference": "aeab1ce8b68b188a43e81758e750151ad7da796b",
1069                 "shasum": ""
1070             },
1071             "require": {
1072                 "php": "^7.1"
1073             },
1074             "require-dev": {
1075                 "friendsofphp/php-cs-fixer": "^2.14",
1076                 "phpunit/phpunit": "^7.5|^8.0",
1077                 "vimeo/psalm": "^3.12"
1078             },
1079             "type": "library",
1080             "autoload": {
1081                 "psr-4": {
1082                     "Facade\\IgnitionContracts\\": "src"
1083                 }
1084             },
1085             "notification-url": "https://packagist.org/downloads/",
1086             "license": [
1087                 "MIT"
1088             ],
1089             "authors": [
1090                 {
1091                     "name": "Freek Van der Herten",
1092                     "email": "freek@spatie.be",
1093                     "homepage": "https://flareapp.io",
1094                     "role": "Developer"
1095                 }
1096             ],
1097             "description": "Solution contracts for Ignition",
1098             "homepage": "https://github.com/facade/ignition-contracts",
1099             "keywords": [
1100                 "contracts",
1101                 "flare",
1102                 "ignition"
1103             ],
1104             "support": {
1105                 "issues": "https://github.com/facade/ignition-contracts/issues",
1106                 "source": "https://github.com/facade/ignition-contracts/tree/1.0.1"
1107             },
1108             "time": "2020-07-14T10:10:28+00:00"
1109         },
1110         {
1111             "name": "fideloper/proxy",
1112             "version": "4.4.1",
1113             "source": {
1114                 "type": "git",
1115                 "url": "https://github.com/fideloper/TrustedProxy.git",
1116                 "reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0"
1117             },
1118             "dist": {
1119                 "type": "zip",
1120                 "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/c073b2bd04d1c90e04dc1b787662b558dd65ade0",
1121                 "reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0",
1122                 "shasum": ""
1123             },
1124             "require": {
1125                 "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
1126                 "php": ">=5.4.0"
1127             },
1128             "require-dev": {
1129                 "illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0",
1130                 "mockery/mockery": "^1.0",
1131                 "phpunit/phpunit": "^6.0"
1132             },
1133             "type": "library",
1134             "extra": {
1135                 "laravel": {
1136                     "providers": [
1137                         "Fideloper\\Proxy\\TrustedProxyServiceProvider"
1138                     ]
1139                 }
1140             },
1141             "autoload": {
1142                 "psr-4": {
1143                     "Fideloper\\Proxy\\": "src/"
1144                 }
1145             },
1146             "notification-url": "https://packagist.org/downloads/",
1147             "license": [
1148                 "MIT"
1149             ],
1150             "authors": [
1151                 {
1152                     "name": "Chris Fidao",
1153                     "email": "fideloper@gmail.com"
1154                 }
1155             ],
1156             "description": "Set trusted proxies for Laravel",
1157             "keywords": [
1158                 "load balancing",
1159                 "proxy",
1160                 "trusted proxy"
1161             ],
1162             "support": {
1163                 "issues": "https://github.com/fideloper/TrustedProxy/issues",
1164                 "source": "https://github.com/fideloper/TrustedProxy/tree/4.4.1"
1165             },
1166             "time": "2020-10-22T13:48:01+00:00"
1167         },
1168         {
1169             "name": "filp/whoops",
1170             "version": "2.9.1",
1171             "source": {
1172                 "type": "git",
1173                 "url": "https://github.com/filp/whoops.git",
1174                 "reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771"
1175             },
1176             "dist": {
1177                 "type": "zip",
1178                 "url": "https://api.github.com/repos/filp/whoops/zipball/307fb34a5ab697461ec4c9db865b20ff2fd40771",
1179                 "reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771",
1180                 "shasum": ""
1181             },
1182             "require": {
1183                 "php": "^5.5.9 || ^7.0 || ^8.0",
1184                 "psr/log": "^1.0.1"
1185             },
1186             "require-dev": {
1187                 "mockery/mockery": "^0.9 || ^1.0",
1188                 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
1189                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
1190             },
1191             "suggest": {
1192                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
1193                 "whoops/soap": "Formats errors as SOAP responses"
1194             },
1195             "type": "library",
1196             "extra": {
1197                 "branch-alias": {
1198                     "dev-master": "2.7-dev"
1199                 }
1200             },
1201             "autoload": {
1202                 "psr-4": {
1203                     "Whoops\\": "src/Whoops/"
1204                 }
1205             },
1206             "notification-url": "https://packagist.org/downloads/",
1207             "license": [
1208                 "MIT"
1209             ],
1210             "authors": [
1211                 {
1212                     "name": "Filipe Dobreira",
1213                     "homepage": "https://github.com/filp",
1214                     "role": "Developer"
1215                 }
1216             ],
1217             "description": "php error handling for cool kids",
1218             "homepage": "https://filp.github.io/whoops/",
1219             "keywords": [
1220                 "error",
1221                 "exception",
1222                 "handling",
1223                 "library",
1224                 "throwable",
1225                 "whoops"
1226             ],
1227             "support": {
1228                 "issues": "https://github.com/filp/whoops/issues",
1229                 "source": "https://github.com/filp/whoops/tree/2.9.1"
1230             },
1231             "time": "2020-11-01T12:00:00+00:00"
1232         },
1233         {
1234             "name": "guzzlehttp/guzzle",
1235             "version": "7.2.0",
1236             "source": {
1237                 "type": "git",
1238                 "url": "https://github.com/guzzle/guzzle.git",
1239                 "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
1240             },
1241             "dist": {
1242                 "type": "zip",
1243                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
1244                 "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
1245                 "shasum": ""
1246             },
1247             "require": {
1248                 "ext-json": "*",
1249                 "guzzlehttp/promises": "^1.4",
1250                 "guzzlehttp/psr7": "^1.7",
1251                 "php": "^7.2.5 || ^8.0",
1252                 "psr/http-client": "^1.0"
1253             },
1254             "provide": {
1255                 "psr/http-client-implementation": "1.0"
1256             },
1257             "require-dev": {
1258                 "ext-curl": "*",
1259                 "php-http/client-integration-tests": "^3.0",
1260                 "phpunit/phpunit": "^8.5.5 || ^9.3.5",
1261                 "psr/log": "^1.1"
1262             },
1263             "suggest": {
1264                 "ext-curl": "Required for CURL handler support",
1265                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1266                 "psr/log": "Required for using the Log middleware"
1267             },
1268             "type": "library",
1269             "extra": {
1270                 "branch-alias": {
1271                     "dev-master": "7.1-dev"
1272                 }
1273             },
1274             "autoload": {
1275                 "psr-4": {
1276                     "GuzzleHttp\\": "src/"
1277                 },
1278                 "files": [
1279                     "src/functions_include.php"
1280                 ]
1281             },
1282             "notification-url": "https://packagist.org/downloads/",
1283             "license": [
1284                 "MIT"
1285             ],
1286             "authors": [
1287                 {
1288                     "name": "Michael Dowling",
1289                     "email": "mtdowling@gmail.com",
1290                     "homepage": "https://github.com/mtdowling"
1291                 },
1292                 {
1293                     "name": "Márk Sági-Kazár",
1294                     "email": "mark.sagikazar@gmail.com",
1295                     "homepage": "https://sagikazarmark.hu"
1296                 }
1297             ],
1298             "description": "Guzzle is a PHP HTTP client library",
1299             "homepage": "http://guzzlephp.org/",
1300             "keywords": [
1301                 "client",
1302                 "curl",
1303                 "framework",
1304                 "http",
1305                 "http client",
1306                 "psr-18",
1307                 "psr-7",
1308                 "rest",
1309                 "web service"
1310             ],
1311             "support": {
1312                 "issues": "https://github.com/guzzle/guzzle/issues",
1313                 "source": "https://github.com/guzzle/guzzle/tree/7.2.0"
1314             },
1315             "funding": [
1316                 {
1317                     "url": "https://github.com/GrahamCampbell",
1318                     "type": "github"
1319                 },
1320                 {
1321                     "url": "https://github.com/Nyholm",
1322                     "type": "github"
1323                 },
1324                 {
1325                     "url": "https://github.com/alexeyshockov",
1326                     "type": "github"
1327                 },
1328                 {
1329                     "url": "https://github.com/gmponos",
1330                     "type": "github"
1331                 }
1332             ],
1333             "time": "2020-10-10T11:47:56+00:00"
1334         },
1335         {
1336             "name": "guzzlehttp/promises",
1337             "version": "1.4.0",
1338             "source": {
1339                 "type": "git",
1340                 "url": "https://github.com/guzzle/promises.git",
1341                 "reference": "60d379c243457e073cff02bc323a2a86cb355631"
1342             },
1343             "dist": {
1344                 "type": "zip",
1345                 "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
1346                 "reference": "60d379c243457e073cff02bc323a2a86cb355631",
1347                 "shasum": ""
1348             },
1349             "require": {
1350                 "php": ">=5.5"
1351             },
1352             "require-dev": {
1353                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1354             },
1355             "type": "library",
1356             "extra": {
1357                 "branch-alias": {
1358                     "dev-master": "1.4-dev"
1359                 }
1360             },
1361             "autoload": {
1362                 "psr-4": {
1363                     "GuzzleHttp\\Promise\\": "src/"
1364                 },
1365                 "files": [
1366                     "src/functions_include.php"
1367                 ]
1368             },
1369             "notification-url": "https://packagist.org/downloads/",
1370             "license": [
1371                 "MIT"
1372             ],
1373             "authors": [
1374                 {
1375                     "name": "Michael Dowling",
1376                     "email": "mtdowling@gmail.com",
1377                     "homepage": "https://github.com/mtdowling"
1378                 }
1379             ],
1380             "description": "Guzzle promises library",
1381             "keywords": [
1382                 "promise"
1383             ],
1384             "support": {
1385                 "issues": "https://github.com/guzzle/promises/issues",
1386                 "source": "https://github.com/guzzle/promises/tree/1.4.0"
1387             },
1388             "time": "2020-09-30T07:37:28+00:00"
1389         },
1390         {
1391             "name": "guzzlehttp/psr7",
1392             "version": "1.7.0",
1393             "source": {
1394                 "type": "git",
1395                 "url": "https://github.com/guzzle/psr7.git",
1396                 "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
1397             },
1398             "dist": {
1399                 "type": "zip",
1400                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
1401                 "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
1402                 "shasum": ""
1403             },
1404             "require": {
1405                 "php": ">=5.4.0",
1406                 "psr/http-message": "~1.0",
1407                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1408             },
1409             "provide": {
1410                 "psr/http-message-implementation": "1.0"
1411             },
1412             "require-dev": {
1413                 "ext-zlib": "*",
1414                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
1415             },
1416             "suggest": {
1417                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1418             },
1419             "type": "library",
1420             "extra": {
1421                 "branch-alias": {
1422                     "dev-master": "1.7-dev"
1423                 }
1424             },
1425             "autoload": {
1426                 "psr-4": {
1427                     "GuzzleHttp\\Psr7\\": "src/"
1428                 },
1429                 "files": [
1430                     "src/functions_include.php"
1431                 ]
1432             },
1433             "notification-url": "https://packagist.org/downloads/",
1434             "license": [
1435                 "MIT"
1436             ],
1437             "authors": [
1438                 {
1439                     "name": "Michael Dowling",
1440                     "email": "mtdowling@gmail.com",
1441                     "homepage": "https://github.com/mtdowling"
1442                 },
1443                 {
1444                     "name": "Tobias Schultze",
1445                     "homepage": "https://github.com/Tobion"
1446                 }
1447             ],
1448             "description": "PSR-7 message implementation that also provides common utility methods",
1449             "keywords": [
1450                 "http",
1451                 "message",
1452                 "psr-7",
1453                 "request",
1454                 "response",
1455                 "stream",
1456                 "uri",
1457                 "url"
1458             ],
1459             "support": {
1460                 "issues": "https://github.com/guzzle/psr7/issues",
1461                 "source": "https://github.com/guzzle/psr7/tree/1.7.0"
1462             },
1463             "time": "2020-09-30T07:37:11+00:00"
1464         },
1465         {
1466             "name": "intervention/image",
1467             "version": "2.5.1",
1468             "source": {
1469                 "type": "git",
1470                 "url": "https://github.com/Intervention/image.git",
1471                 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
1472             },
1473             "dist": {
1474                 "type": "zip",
1475                 "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
1476                 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
1477                 "shasum": ""
1478             },
1479             "require": {
1480                 "ext-fileinfo": "*",
1481                 "guzzlehttp/psr7": "~1.1",
1482                 "php": ">=5.4.0"
1483             },
1484             "require-dev": {
1485                 "mockery/mockery": "~0.9.2",
1486                 "phpunit/phpunit": "^4.8 || ^5.7"
1487             },
1488             "suggest": {
1489                 "ext-gd": "to use GD library based image processing.",
1490                 "ext-imagick": "to use Imagick based image processing.",
1491                 "intervention/imagecache": "Caching extension for the Intervention Image library"
1492             },
1493             "type": "library",
1494             "extra": {
1495                 "branch-alias": {
1496                     "dev-master": "2.4-dev"
1497                 },
1498                 "laravel": {
1499                     "providers": [
1500                         "Intervention\\Image\\ImageServiceProvider"
1501                     ],
1502                     "aliases": {
1503                         "Image": "Intervention\\Image\\Facades\\Image"
1504                     }
1505                 }
1506             },
1507             "autoload": {
1508                 "psr-4": {
1509                     "Intervention\\Image\\": "src/Intervention/Image"
1510                 }
1511             },
1512             "notification-url": "https://packagist.org/downloads/",
1513             "license": [
1514                 "MIT"
1515             ],
1516             "authors": [
1517                 {
1518                     "name": "Oliver Vogel",
1519                     "email": "oliver@olivervogel.com",
1520                     "homepage": "http://olivervogel.com/"
1521                 }
1522             ],
1523             "description": "Image handling and manipulation library with support for Laravel integration",
1524             "homepage": "http://image.intervention.io/",
1525             "keywords": [
1526                 "gd",
1527                 "image",
1528                 "imagick",
1529                 "laravel",
1530                 "thumbnail",
1531                 "watermark"
1532             ],
1533             "support": {
1534                 "issues": "https://github.com/Intervention/image/issues",
1535                 "source": "https://github.com/Intervention/image/tree/master"
1536             },
1537             "time": "2019-11-02T09:15:47+00:00"
1538         },
1539         {
1540             "name": "jakub-onderka/php-console-color",
1541             "version": "v0.2",
1542             "source": {
1543                 "type": "git",
1544                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1545                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
1546             },
1547             "dist": {
1548                 "type": "zip",
1549                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
1550                 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
1551                 "shasum": ""
1552             },
1553             "require": {
1554                 "php": ">=5.4.0"
1555             },
1556             "require-dev": {
1557                 "jakub-onderka/php-code-style": "1.0",
1558                 "jakub-onderka/php-parallel-lint": "1.0",
1559                 "jakub-onderka/php-var-dump-check": "0.*",
1560                 "phpunit/phpunit": "~4.3",
1561                 "squizlabs/php_codesniffer": "1.*"
1562             },
1563             "type": "library",
1564             "autoload": {
1565                 "psr-4": {
1566                     "JakubOnderka\\PhpConsoleColor\\": "src/"
1567                 }
1568             },
1569             "notification-url": "https://packagist.org/downloads/",
1570             "license": [
1571                 "BSD-2-Clause"
1572             ],
1573             "authors": [
1574                 {
1575                     "name": "Jakub Onderka",
1576                     "email": "jakub.onderka@gmail.com"
1577                 }
1578             ],
1579             "support": {
1580                 "issues": "https://github.com/JakubOnderka/PHP-Console-Color/issues",
1581                 "source": "https://github.com/JakubOnderka/PHP-Console-Color/tree/master"
1582             },
1583             "abandoned": "php-parallel-lint/php-console-color",
1584             "time": "2018-09-29T17:23:10+00:00"
1585         },
1586         {
1587             "name": "jakub-onderka/php-console-highlighter",
1588             "version": "v0.4",
1589             "source": {
1590                 "type": "git",
1591                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1592                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
1593             },
1594             "dist": {
1595                 "type": "zip",
1596                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
1597                 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
1598                 "shasum": ""
1599             },
1600             "require": {
1601                 "ext-tokenizer": "*",
1602                 "jakub-onderka/php-console-color": "~0.2",
1603                 "php": ">=5.4.0"
1604             },
1605             "require-dev": {
1606                 "jakub-onderka/php-code-style": "~1.0",
1607                 "jakub-onderka/php-parallel-lint": "~1.0",
1608                 "jakub-onderka/php-var-dump-check": "~0.1",
1609                 "phpunit/phpunit": "~4.0",
1610                 "squizlabs/php_codesniffer": "~1.5"
1611             },
1612             "type": "library",
1613             "autoload": {
1614                 "psr-4": {
1615                     "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
1616                 }
1617             },
1618             "notification-url": "https://packagist.org/downloads/",
1619             "license": [
1620                 "MIT"
1621             ],
1622             "authors": [
1623                 {
1624                     "name": "Jakub Onderka",
1625                     "email": "acci@acci.cz",
1626                     "homepage": "http://www.acci.cz/"
1627                 }
1628             ],
1629             "description": "Highlight PHP code in terminal",
1630             "support": {
1631                 "issues": "https://github.com/JakubOnderka/PHP-Console-Highlighter/issues",
1632                 "source": "https://github.com/JakubOnderka/PHP-Console-Highlighter/tree/master"
1633             },
1634             "abandoned": "php-parallel-lint/php-console-highlighter",
1635             "time": "2018-09-29T18:48:56+00:00"
1636         },
1637         {
1638             "name": "knplabs/knp-snappy",
1639             "version": "v1.2.1",
1640             "source": {
1641                 "type": "git",
1642                 "url": "https://github.com/KnpLabs/snappy.git",
1643                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4"
1644             },
1645             "dist": {
1646                 "type": "zip",
1647                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1648                 "reference": "7bac60fb729147b7ccd8532c07df3f52a4afa8a4",
1649                 "shasum": ""
1650             },
1651             "require": {
1652                 "php": ">=7.1",
1653                 "psr/log": "^1.0",
1654                 "symfony/process": "~3.4||~4.3||~5.0"
1655             },
1656             "require-dev": {
1657                 "phpunit/phpunit": "~7.4"
1658             },
1659             "suggest": {
1660                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1661                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1662                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1663                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1664                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1665             },
1666             "type": "library",
1667             "extra": {
1668                 "branch-alias": {
1669                     "dev-master": "1.x-dev"
1670                 }
1671             },
1672             "autoload": {
1673                 "psr-4": {
1674                     "Knp\\Snappy\\": "src/Knp/Snappy"
1675                 }
1676             },
1677             "notification-url": "https://packagist.org/downloads/",
1678             "license": [
1679                 "MIT"
1680             ],
1681             "authors": [
1682                 {
1683                     "name": "KnpLabs Team",
1684                     "homepage": "http://knplabs.com"
1685                 },
1686                 {
1687                     "name": "Symfony Community",
1688                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1689                 }
1690             ],
1691             "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1692             "homepage": "http://github.com/KnpLabs/snappy",
1693             "keywords": [
1694                 "knp",
1695                 "knplabs",
1696                 "pdf",
1697                 "snapshot",
1698                 "thumbnail",
1699                 "wkhtmltopdf"
1700             ],
1701             "support": {
1702                 "issues": "https://github.com/KnpLabs/snappy/issues",
1703                 "source": "https://github.com/KnpLabs/snappy/tree/master"
1704             },
1705             "time": "2020-01-20T08:30:30+00:00"
1706         },
1707         {
1708             "name": "laravel/framework",
1709             "version": "v6.20.12",
1710             "source": {
1711                 "type": "git",
1712                 "url": "https://github.com/laravel/framework.git",
1713                 "reference": "49f9db00a754517f07d365ee5b0806df82e37029"
1714             },
1715             "dist": {
1716                 "type": "zip",
1717                 "url": "https://api.github.com/repos/laravel/framework/zipball/49f9db00a754517f07d365ee5b0806df82e37029",
1718                 "reference": "49f9db00a754517f07d365ee5b0806df82e37029",
1719                 "shasum": ""
1720             },
1721             "require": {
1722                 "doctrine/inflector": "^1.4|^2.0",
1723                 "dragonmantank/cron-expression": "^2.3.1",
1724                 "egulias/email-validator": "^2.1.10",
1725                 "ext-json": "*",
1726                 "ext-mbstring": "*",
1727                 "ext-openssl": "*",
1728                 "league/commonmark": "^1.3",
1729                 "league/flysystem": "^1.1",
1730                 "monolog/monolog": "^1.12|^2.0",
1731                 "nesbot/carbon": "^2.31",
1732                 "opis/closure": "^3.6",
1733                 "php": "^7.2.5|^8.0",
1734                 "psr/container": "^1.0",
1735                 "psr/simple-cache": "^1.0",
1736                 "ramsey/uuid": "^3.7",
1737                 "swiftmailer/swiftmailer": "^6.0",
1738                 "symfony/console": "^4.3.4",
1739                 "symfony/debug": "^4.3.4",
1740                 "symfony/finder": "^4.3.4",
1741                 "symfony/http-foundation": "^4.3.4",
1742                 "symfony/http-kernel": "^4.3.4",
1743                 "symfony/polyfill-php73": "^1.17",
1744                 "symfony/process": "^4.3.4",
1745                 "symfony/routing": "^4.3.4",
1746                 "symfony/var-dumper": "^4.3.4",
1747                 "tijsverkoyen/css-to-inline-styles": "^2.2.1",
1748                 "vlucas/phpdotenv": "^3.3"
1749             },
1750             "conflict": {
1751                 "tightenco/collect": "<5.5.33"
1752             },
1753             "replace": {
1754                 "illuminate/auth": "self.version",
1755                 "illuminate/broadcasting": "self.version",
1756                 "illuminate/bus": "self.version",
1757                 "illuminate/cache": "self.version",
1758                 "illuminate/config": "self.version",
1759                 "illuminate/console": "self.version",
1760                 "illuminate/container": "self.version",
1761                 "illuminate/contracts": "self.version",
1762                 "illuminate/cookie": "self.version",
1763                 "illuminate/database": "self.version",
1764                 "illuminate/encryption": "self.version",
1765                 "illuminate/events": "self.version",
1766                 "illuminate/filesystem": "self.version",
1767                 "illuminate/hashing": "self.version",
1768                 "illuminate/http": "self.version",
1769                 "illuminate/log": "self.version",
1770                 "illuminate/mail": "self.version",
1771                 "illuminate/notifications": "self.version",
1772                 "illuminate/pagination": "self.version",
1773                 "illuminate/pipeline": "self.version",
1774                 "illuminate/queue": "self.version",
1775                 "illuminate/redis": "self.version",
1776                 "illuminate/routing": "self.version",
1777                 "illuminate/session": "self.version",
1778                 "illuminate/support": "self.version",
1779                 "illuminate/translation": "self.version",
1780                 "illuminate/validation": "self.version",
1781                 "illuminate/view": "self.version"
1782             },
1783             "require-dev": {
1784                 "aws/aws-sdk-php": "^3.155",
1785                 "doctrine/dbal": "^2.6",
1786                 "filp/whoops": "^2.8",
1787                 "guzzlehttp/guzzle": "^6.3.1|^7.0.1",
1788                 "league/flysystem-cached-adapter": "^1.0",
1789                 "mockery/mockery": "~1.3.3|^1.4.2",
1790                 "moontoast/math": "^1.1",
1791                 "orchestra/testbench-core": "^4.8",
1792                 "pda/pheanstalk": "^4.0",
1793                 "phpunit/phpunit": "^7.5.15|^8.4|^9.3.3",
1794                 "predis/predis": "^1.1.1",
1795                 "symfony/cache": "^4.3.4"
1796             },
1797             "suggest": {
1798                 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).",
1799                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
1800                 "ext-ftp": "Required to use the Flysystem FTP driver.",
1801                 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1802                 "ext-memcached": "Required to use the memcache cache driver.",
1803                 "ext-pcntl": "Required to use all features of the queue worker.",
1804                 "ext-posix": "Required to use all features of the queue worker.",
1805                 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
1806                 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1807                 "filp/whoops": "Required for friendly error pages in development (^2.8).",
1808                 "guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0.1).",
1809                 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1810                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
1811                 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
1812                 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
1813                 "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1814                 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
1815                 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
1816                 "predis/predis": "Required to use the predis connector (^1.1.2).",
1817                 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1818                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
1819                 "symfony/cache": "Required to PSR-6 cache bridge (^4.3.4).",
1820                 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2).",
1821                 "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
1822             },
1823             "type": "library",
1824             "extra": {
1825                 "branch-alias": {
1826                     "dev-master": "6.x-dev"
1827                 }
1828             },
1829             "autoload": {
1830                 "files": [
1831                     "src/Illuminate/Foundation/helpers.php",
1832                     "src/Illuminate/Support/helpers.php"
1833                 ],
1834                 "psr-4": {
1835                     "Illuminate\\": "src/Illuminate/"
1836                 }
1837             },
1838             "notification-url": "https://packagist.org/downloads/",
1839             "license": [
1840                 "MIT"
1841             ],
1842             "authors": [
1843                 {
1844                     "name": "Taylor Otwell",
1845                     "email": "taylor@laravel.com"
1846                 }
1847             ],
1848             "description": "The Laravel Framework.",
1849             "homepage": "https://laravel.com",
1850             "keywords": [
1851                 "framework",
1852                 "laravel"
1853             ],
1854             "support": {
1855                 "issues": "https://github.com/laravel/framework/issues",
1856                 "source": "https://github.com/laravel/framework"
1857             },
1858             "time": "2021-01-15T15:35:47+00:00"
1859         },
1860         {
1861             "name": "laravel/socialite",
1862             "version": "v5.1.3",
1863             "source": {
1864                 "type": "git",
1865                 "url": "https://github.com/laravel/socialite.git",
1866                 "reference": "2e6beafe911a09f2300353c102d882e9d63f1f72"
1867             },
1868             "dist": {
1869                 "type": "zip",
1870                 "url": "https://api.github.com/repos/laravel/socialite/zipball/2e6beafe911a09f2300353c102d882e9d63f1f72",
1871                 "reference": "2e6beafe911a09f2300353c102d882e9d63f1f72",
1872                 "shasum": ""
1873             },
1874             "require": {
1875                 "ext-json": "*",
1876                 "guzzlehttp/guzzle": "^6.0|^7.0",
1877                 "illuminate/http": "^6.0|^7.0|^8.0",
1878                 "illuminate/support": "^6.0|^7.0|^8.0",
1879                 "league/oauth1-client": "^1.0",
1880                 "php": "^7.2|^8.0"
1881             },
1882             "require-dev": {
1883                 "illuminate/contracts": "^6.0|^7.0",
1884                 "mockery/mockery": "^1.0",
1885                 "orchestra/testbench": "^4.0|^5.0|^6.0",
1886                 "phpunit/phpunit": "^8.0|^9.3"
1887             },
1888             "type": "library",
1889             "extra": {
1890                 "branch-alias": {
1891                     "dev-master": "5.x-dev"
1892                 },
1893                 "laravel": {
1894                     "providers": [
1895                         "Laravel\\Socialite\\SocialiteServiceProvider"
1896                     ],
1897                     "aliases": {
1898                         "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
1899                     }
1900                 }
1901             },
1902             "autoload": {
1903                 "psr-4": {
1904                     "Laravel\\Socialite\\": "src/"
1905                 }
1906             },
1907             "notification-url": "https://packagist.org/downloads/",
1908             "license": [
1909                 "MIT"
1910             ],
1911             "authors": [
1912                 {
1913                     "name": "Taylor Otwell",
1914                     "email": "taylor@laravel.com"
1915                 }
1916             ],
1917             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
1918             "homepage": "https://laravel.com",
1919             "keywords": [
1920                 "laravel",
1921                 "oauth"
1922             ],
1923             "support": {
1924                 "issues": "https://github.com/laravel/socialite/issues",
1925                 "source": "https://github.com/laravel/socialite"
1926             },
1927             "time": "2021-01-05T17:02:09+00:00"
1928         },
1929         {
1930             "name": "league/commonmark",
1931             "version": "1.5.7",
1932             "source": {
1933                 "type": "git",
1934                 "url": "https://github.com/thephpleague/commonmark.git",
1935                 "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54"
1936             },
1937             "dist": {
1938                 "type": "zip",
1939                 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/11df9b36fd4f1d2b727a73bf14931d81373b9a54",
1940                 "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54",
1941                 "shasum": ""
1942             },
1943             "require": {
1944                 "ext-mbstring": "*",
1945                 "php": "^7.1 || ^8.0"
1946             },
1947             "conflict": {
1948                 "scrutinizer/ocular": "1.7.*"
1949             },
1950             "require-dev": {
1951                 "cebe/markdown": "~1.0",
1952                 "commonmark/commonmark.js": "0.29.2",
1953                 "erusev/parsedown": "~1.0",
1954                 "ext-json": "*",
1955                 "github/gfm": "0.29.0",
1956                 "michelf/php-markdown": "~1.4",
1957                 "mikehaertl/php-shellcommand": "^1.4",
1958                 "phpstan/phpstan": "^0.12",
1959                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
1960                 "scrutinizer/ocular": "^1.5",
1961                 "symfony/finder": "^4.2"
1962             },
1963             "bin": [
1964                 "bin/commonmark"
1965             ],
1966             "type": "library",
1967             "autoload": {
1968                 "psr-4": {
1969                     "League\\CommonMark\\": "src"
1970                 }
1971             },
1972             "notification-url": "https://packagist.org/downloads/",
1973             "license": [
1974                 "BSD-3-Clause"
1975             ],
1976             "authors": [
1977                 {
1978                     "name": "Colin O'Dell",
1979                     "email": "colinodell@gmail.com",
1980                     "homepage": "https://www.colinodell.com",
1981                     "role": "Lead Developer"
1982                 }
1983             ],
1984             "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
1985             "homepage": "https://commonmark.thephpleague.com",
1986             "keywords": [
1987                 "commonmark",
1988                 "flavored",
1989                 "gfm",
1990                 "github",
1991                 "github-flavored",
1992                 "markdown",
1993                 "md",
1994                 "parser"
1995             ],
1996             "support": {
1997                 "docs": "https://commonmark.thephpleague.com/",
1998                 "issues": "https://github.com/thephpleague/commonmark/issues",
1999                 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
2000                 "source": "https://github.com/thephpleague/commonmark"
2001             },
2002             "funding": [
2003                 {
2004                     "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
2005                     "type": "custom"
2006                 },
2007                 {
2008                     "url": "https://www.colinodell.com/sponsor",
2009                     "type": "custom"
2010                 },
2011                 {
2012                     "url": "https://www.paypal.me/colinpodell/10.00",
2013                     "type": "custom"
2014                 },
2015                 {
2016                     "url": "https://github.com/colinodell",
2017                     "type": "github"
2018                 },
2019                 {
2020                     "url": "https://www.patreon.com/colinodell",
2021                     "type": "patreon"
2022                 },
2023                 {
2024                     "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
2025                     "type": "tidelift"
2026                 }
2027             ],
2028             "time": "2020-10-31T13:49:32+00:00"
2029         },
2030         {
2031             "name": "league/flysystem",
2032             "version": "1.1.3",
2033             "source": {
2034                 "type": "git",
2035                 "url": "https://github.com/thephpleague/flysystem.git",
2036                 "reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
2037             },
2038             "dist": {
2039                 "type": "zip",
2040                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
2041                 "reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
2042                 "shasum": ""
2043             },
2044             "require": {
2045                 "ext-fileinfo": "*",
2046                 "league/mime-type-detection": "^1.3",
2047                 "php": "^7.2.5 || ^8.0"
2048             },
2049             "conflict": {
2050                 "league/flysystem-sftp": "<1.0.6"
2051             },
2052             "require-dev": {
2053                 "phpspec/prophecy": "^1.11.1",
2054                 "phpunit/phpunit": "^8.5.8"
2055             },
2056             "suggest": {
2057                 "ext-fileinfo": "Required for MimeType",
2058                 "ext-ftp": "Allows you to use FTP server storage",
2059                 "ext-openssl": "Allows you to use FTPS server storage",
2060                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
2061                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
2062                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
2063                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
2064                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
2065                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
2066                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
2067                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
2068                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
2069                 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
2070                 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2071             },
2072             "type": "library",
2073             "extra": {
2074                 "branch-alias": {
2075                     "dev-master": "1.1-dev"
2076                 }
2077             },
2078             "autoload": {
2079                 "psr-4": {
2080                     "League\\Flysystem\\": "src/"
2081                 }
2082             },
2083             "notification-url": "https://packagist.org/downloads/",
2084             "license": [
2085                 "MIT"
2086             ],
2087             "authors": [
2088                 {
2089                     "name": "Frank de Jonge",
2090                     "email": "info@frenky.net"
2091                 }
2092             ],
2093             "description": "Filesystem abstraction: Many filesystems, one API.",
2094             "keywords": [
2095                 "Cloud Files",
2096                 "WebDAV",
2097                 "abstraction",
2098                 "aws",
2099                 "cloud",
2100                 "copy.com",
2101                 "dropbox",
2102                 "file systems",
2103                 "files",
2104                 "filesystem",
2105                 "filesystems",
2106                 "ftp",
2107                 "rackspace",
2108                 "remote",
2109                 "s3",
2110                 "sftp",
2111                 "storage"
2112             ],
2113             "support": {
2114                 "issues": "https://github.com/thephpleague/flysystem/issues",
2115                 "source": "https://github.com/thephpleague/flysystem/tree/1.x"
2116             },
2117             "funding": [
2118                 {
2119                     "url": "https://offset.earth/frankdejonge",
2120                     "type": "other"
2121                 }
2122             ],
2123             "time": "2020-08-23T07:39:11+00:00"
2124         },
2125         {
2126             "name": "league/flysystem-aws-s3-v3",
2127             "version": "1.0.29",
2128             "source": {
2129                 "type": "git",
2130                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2131                 "reference": "4e25cc0582a36a786c31115e419c6e40498f6972"
2132             },
2133             "dist": {
2134                 "type": "zip",
2135                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/4e25cc0582a36a786c31115e419c6e40498f6972",
2136                 "reference": "4e25cc0582a36a786c31115e419c6e40498f6972",
2137                 "shasum": ""
2138             },
2139             "require": {
2140                 "aws/aws-sdk-php": "^3.20.0",
2141                 "league/flysystem": "^1.0.40",
2142                 "php": ">=5.5.0"
2143             },
2144             "require-dev": {
2145                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
2146                 "phpspec/phpspec": "^2.0.0"
2147             },
2148             "type": "library",
2149             "extra": {
2150                 "branch-alias": {
2151                     "dev-master": "1.0-dev"
2152                 }
2153             },
2154             "autoload": {
2155                 "psr-4": {
2156                     "League\\Flysystem\\AwsS3v3\\": "src/"
2157                 }
2158             },
2159             "notification-url": "https://packagist.org/downloads/",
2160             "license": [
2161                 "MIT"
2162             ],
2163             "authors": [
2164                 {
2165                     "name": "Frank de Jonge",
2166                     "email": "info@frenky.net"
2167                 }
2168             ],
2169             "description": "Flysystem adapter for the AWS S3 SDK v3.x",
2170             "support": {
2171                 "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
2172                 "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.29"
2173             },
2174             "time": "2020-10-08T18:58:37+00:00"
2175         },
2176         {
2177             "name": "league/mime-type-detection",
2178             "version": "1.5.1",
2179             "source": {
2180                 "type": "git",
2181                 "url": "https://github.com/thephpleague/mime-type-detection.git",
2182                 "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa"
2183             },
2184             "dist": {
2185                 "type": "zip",
2186                 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/353f66d7555d8a90781f6f5e7091932f9a4250aa",
2187                 "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa",
2188                 "shasum": ""
2189             },
2190             "require": {
2191                 "ext-fileinfo": "*",
2192                 "php": "^7.2 || ^8.0"
2193             },
2194             "require-dev": {
2195                 "phpstan/phpstan": "^0.12.36",
2196                 "phpunit/phpunit": "^8.5.8"
2197             },
2198             "type": "library",
2199             "autoload": {
2200                 "psr-4": {
2201                     "League\\MimeTypeDetection\\": "src"
2202                 }
2203             },
2204             "notification-url": "https://packagist.org/downloads/",
2205             "license": [
2206                 "MIT"
2207             ],
2208             "authors": [
2209                 {
2210                     "name": "Frank de Jonge",
2211                     "email": "info@frankdejonge.nl"
2212                 }
2213             ],
2214             "description": "Mime-type detection for Flysystem",
2215             "support": {
2216                 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2217                 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.5.1"
2218             },
2219             "funding": [
2220                 {
2221                     "url": "https://github.com/frankdejonge",
2222                     "type": "github"
2223                 },
2224                 {
2225                     "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2226                     "type": "tidelift"
2227                 }
2228             ],
2229             "time": "2020-10-18T11:50:25+00:00"
2230         },
2231         {
2232             "name": "league/oauth1-client",
2233             "version": "v1.8.2",
2234             "source": {
2235                 "type": "git",
2236                 "url": "https://github.com/thephpleague/oauth1-client.git",
2237                 "reference": "159c3d2bf27568f9af87d6c3f4bb616a251eb12b"
2238             },
2239             "dist": {
2240                 "type": "zip",
2241                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/159c3d2bf27568f9af87d6c3f4bb616a251eb12b",
2242                 "reference": "159c3d2bf27568f9af87d6c3f4bb616a251eb12b",
2243                 "shasum": ""
2244             },
2245             "require": {
2246                 "ext-json": "*",
2247                 "ext-openssl": "*",
2248                 "guzzlehttp/guzzle": "^6.0|^7.0",
2249                 "php": ">=7.1"
2250             },
2251             "require-dev": {
2252                 "ext-simplexml": "*",
2253                 "friendsofphp/php-cs-fixer": "^2.16.1",
2254                 "mockery/mockery": "^1.3",
2255                 "phpstan/phpstan": "^0.12.42",
2256                 "phpunit/phpunit": "^7.5"
2257             },
2258             "suggest": {
2259                 "ext-simplexml": "For decoding XML-based responses."
2260             },
2261             "type": "library",
2262             "extra": {
2263                 "branch-alias": {
2264                     "dev-master": "1.0-dev",
2265                     "dev-develop": "2.0-dev"
2266                 }
2267             },
2268             "autoload": {
2269                 "psr-4": {
2270                     "League\\OAuth1\\Client\\": "src/"
2271                 }
2272             },
2273             "notification-url": "https://packagist.org/downloads/",
2274             "license": [
2275                 "MIT"
2276             ],
2277             "authors": [
2278                 {
2279                     "name": "Ben Corlett",
2280                     "email": "bencorlett@me.com",
2281                     "homepage": "http://www.webcomm.com.au",
2282                     "role": "Developer"
2283                 }
2284             ],
2285             "description": "OAuth 1.0 Client Library",
2286             "keywords": [
2287                 "Authentication",
2288                 "SSO",
2289                 "authorization",
2290                 "bitbucket",
2291                 "identity",
2292                 "idp",
2293                 "oauth",
2294                 "oauth1",
2295                 "single sign on",
2296                 "trello",
2297                 "tumblr",
2298                 "twitter"
2299             ],
2300             "support": {
2301                 "issues": "https://github.com/thephpleague/oauth1-client/issues",
2302                 "source": "https://github.com/thephpleague/oauth1-client/tree/v1.8.2"
2303             },
2304             "time": "2020-09-28T09:39:08+00:00"
2305         },
2306         {
2307             "name": "monolog/monolog",
2308             "version": "2.2.0",
2309             "source": {
2310                 "type": "git",
2311                 "url": "https://github.com/Seldaek/monolog.git",
2312                 "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
2313             },
2314             "dist": {
2315                 "type": "zip",
2316                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
2317                 "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
2318                 "shasum": ""
2319             },
2320             "require": {
2321                 "php": ">=7.2",
2322                 "psr/log": "^1.0.1"
2323             },
2324             "provide": {
2325                 "psr/log-implementation": "1.0.0"
2326             },
2327             "require-dev": {
2328                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2329                 "doctrine/couchdb": "~1.0@dev",
2330                 "elasticsearch/elasticsearch": "^7",
2331                 "graylog2/gelf-php": "^1.4.2",
2332                 "mongodb/mongodb": "^1.8",
2333                 "php-amqplib/php-amqplib": "~2.4",
2334                 "php-console/php-console": "^3.1.3",
2335                 "phpspec/prophecy": "^1.6.1",
2336                 "phpstan/phpstan": "^0.12.59",
2337                 "phpunit/phpunit": "^8.5",
2338                 "predis/predis": "^1.1",
2339                 "rollbar/rollbar": "^1.3",
2340                 "ruflin/elastica": ">=0.90 <7.0.1",
2341                 "swiftmailer/swiftmailer": "^5.3|^6.0"
2342             },
2343             "suggest": {
2344                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2345                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2346                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2347                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2348                 "ext-mbstring": "Allow to work properly with unicode symbols",
2349                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2350                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2351                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2352                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2353                 "php-console/php-console": "Allow sending log messages to Google Chrome",
2354                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2355                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2356             },
2357             "type": "library",
2358             "extra": {
2359                 "branch-alias": {
2360                     "dev-main": "2.x-dev"
2361                 }
2362             },
2363             "autoload": {
2364                 "psr-4": {
2365                     "Monolog\\": "src/Monolog"
2366                 }
2367             },
2368             "notification-url": "https://packagist.org/downloads/",
2369             "license": [
2370                 "MIT"
2371             ],
2372             "authors": [
2373                 {
2374                     "name": "Jordi Boggiano",
2375                     "email": "j.boggiano@seld.be",
2376                     "homepage": "https://seld.be"
2377                 }
2378             ],
2379             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2380             "homepage": "https://github.com/Seldaek/monolog",
2381             "keywords": [
2382                 "log",
2383                 "logging",
2384                 "psr-3"
2385             ],
2386             "support": {
2387                 "issues": "https://github.com/Seldaek/monolog/issues",
2388                 "source": "https://github.com/Seldaek/monolog/tree/2.2.0"
2389             },
2390             "funding": [
2391                 {
2392                     "url": "https://github.com/Seldaek",
2393                     "type": "github"
2394                 },
2395                 {
2396                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2397                     "type": "tidelift"
2398                 }
2399             ],
2400             "time": "2020-12-14T13:15:25+00:00"
2401         },
2402         {
2403             "name": "mtdowling/jmespath.php",
2404             "version": "2.6.0",
2405             "source": {
2406                 "type": "git",
2407                 "url": "https://github.com/jmespath/jmespath.php.git",
2408                 "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
2409             },
2410             "dist": {
2411                 "type": "zip",
2412                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
2413                 "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
2414                 "shasum": ""
2415             },
2416             "require": {
2417                 "php": "^5.4 || ^7.0 || ^8.0",
2418                 "symfony/polyfill-mbstring": "^1.17"
2419             },
2420             "require-dev": {
2421                 "composer/xdebug-handler": "^1.4",
2422                 "phpunit/phpunit": "^4.8.36 || ^7.5.15"
2423             },
2424             "bin": [
2425                 "bin/jp.php"
2426             ],
2427             "type": "library",
2428             "extra": {
2429                 "branch-alias": {
2430                     "dev-master": "2.6-dev"
2431                 }
2432             },
2433             "autoload": {
2434                 "psr-4": {
2435                     "JmesPath\\": "src/"
2436                 },
2437                 "files": [
2438                     "src/JmesPath.php"
2439                 ]
2440             },
2441             "notification-url": "https://packagist.org/downloads/",
2442             "license": [
2443                 "MIT"
2444             ],
2445             "authors": [
2446                 {
2447                     "name": "Michael Dowling",
2448                     "email": "mtdowling@gmail.com",
2449                     "homepage": "https://github.com/mtdowling"
2450                 }
2451             ],
2452             "description": "Declaratively specify how to extract elements from a JSON document",
2453             "keywords": [
2454                 "json",
2455                 "jsonpath"
2456             ],
2457             "support": {
2458                 "issues": "https://github.com/jmespath/jmespath.php/issues",
2459                 "source": "https://github.com/jmespath/jmespath.php/tree/2.6.0"
2460             },
2461             "time": "2020-07-31T21:01:56+00:00"
2462         },
2463         {
2464             "name": "nesbot/carbon",
2465             "version": "2.43.0",
2466             "source": {
2467                 "type": "git",
2468                 "url": "https://github.com/briannesbitt/Carbon.git",
2469                 "reference": "d32c57d8389113742f4a88725a170236470012e2"
2470             },
2471             "dist": {
2472                 "type": "zip",
2473                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d32c57d8389113742f4a88725a170236470012e2",
2474                 "reference": "d32c57d8389113742f4a88725a170236470012e2",
2475                 "shasum": ""
2476             },
2477             "require": {
2478                 "ext-json": "*",
2479                 "php": "^7.1.8 || ^8.0",
2480                 "symfony/polyfill-mbstring": "^1.0",
2481                 "symfony/translation": "^3.4 || ^4.0 || ^5.0"
2482             },
2483             "require-dev": {
2484                 "doctrine/orm": "^2.7",
2485                 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
2486                 "kylekatarnls/multi-tester": "^2.0",
2487                 "phpmd/phpmd": "^2.9",
2488                 "phpstan/extension-installer": "^1.0",
2489                 "phpstan/phpstan": "^0.12.54",
2490                 "phpunit/phpunit": "^7.5 || ^8.0",
2491                 "squizlabs/php_codesniffer": "^3.4"
2492             },
2493             "bin": [
2494                 "bin/carbon"
2495             ],
2496             "type": "library",
2497             "extra": {
2498                 "branch-alias": {
2499                     "dev-master": "2.x-dev",
2500                     "dev-3.x": "3.x-dev"
2501                 },
2502                 "laravel": {
2503                     "providers": [
2504                         "Carbon\\Laravel\\ServiceProvider"
2505                     ]
2506                 },
2507                 "phpstan": {
2508                     "includes": [
2509                         "extension.neon"
2510                     ]
2511                 }
2512             },
2513             "autoload": {
2514                 "psr-4": {
2515                     "Carbon\\": "src/Carbon/"
2516                 }
2517             },
2518             "notification-url": "https://packagist.org/downloads/",
2519             "license": [
2520                 "MIT"
2521             ],
2522             "authors": [
2523                 {
2524                     "name": "Brian Nesbitt",
2525                     "email": "brian@nesbot.com",
2526                     "homepage": "http://nesbot.com"
2527                 },
2528                 {
2529                     "name": "kylekatarnls",
2530                     "homepage": "http://github.com/kylekatarnls"
2531                 }
2532             ],
2533             "description": "An API extension for DateTime that supports 281 different languages.",
2534             "homepage": "http://carbon.nesbot.com",
2535             "keywords": [
2536                 "date",
2537                 "datetime",
2538                 "time"
2539             ],
2540             "support": {
2541                 "issues": "https://github.com/briannesbitt/Carbon/issues",
2542                 "source": "https://github.com/briannesbitt/Carbon"
2543             },
2544             "funding": [
2545                 {
2546                     "url": "https://opencollective.com/Carbon",
2547                     "type": "open_collective"
2548                 },
2549                 {
2550                     "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
2551                     "type": "tidelift"
2552                 }
2553             ],
2554             "time": "2020-12-17T20:55:32+00:00"
2555         },
2556         {
2557             "name": "nunomaduro/collision",
2558             "version": "v3.1.0",
2559             "source": {
2560                 "type": "git",
2561                 "url": "https://github.com/nunomaduro/collision.git",
2562                 "reference": "88b58b5bd9bdcc54756480fb3ce87234696544ee"
2563             },
2564             "dist": {
2565                 "type": "zip",
2566                 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/88b58b5bd9bdcc54756480fb3ce87234696544ee",
2567                 "reference": "88b58b5bd9bdcc54756480fb3ce87234696544ee",
2568                 "shasum": ""
2569             },
2570             "require": {
2571                 "filp/whoops": "^2.1.4",
2572                 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2573                 "php": "^7.1 || ^8.0",
2574                 "symfony/console": "~2.8|~3.3|~4.0"
2575             },
2576             "require-dev": {
2577                 "laravel/framework": "^6.0",
2578                 "phpunit/phpunit": "^8.0 || ^9.0"
2579             },
2580             "type": "library",
2581             "extra": {
2582                 "laravel": {
2583                     "providers": [
2584                         "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
2585                     ]
2586                 }
2587             },
2588             "autoload": {
2589                 "psr-4": {
2590                     "NunoMaduro\\Collision\\": "src/"
2591                 }
2592             },
2593             "notification-url": "https://packagist.org/downloads/",
2594             "license": [
2595                 "MIT"
2596             ],
2597             "authors": [
2598                 {
2599                     "name": "Nuno Maduro",
2600                     "email": "enunomaduro@gmail.com"
2601                 }
2602             ],
2603             "description": "Cli error handling for console/command-line PHP applications.",
2604             "keywords": [
2605                 "artisan",
2606                 "cli",
2607                 "command-line",
2608                 "console",
2609                 "error",
2610                 "handling",
2611                 "laravel",
2612                 "laravel-zero",
2613                 "php",
2614                 "symfony"
2615             ],
2616             "support": {
2617                 "issues": "https://github.com/nunomaduro/collision/issues",
2618                 "source": "https://github.com/nunomaduro/collision"
2619             },
2620             "funding": [
2621                 {
2622                     "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
2623                     "type": "custom"
2624                 },
2625                 {
2626                     "url": "https://github.com/nunomaduro",
2627                     "type": "github"
2628                 },
2629                 {
2630                     "url": "https://www.patreon.com/nunomaduro",
2631                     "type": "patreon"
2632                 }
2633             ],
2634             "time": "2020-10-29T16:05:21+00:00"
2635         },
2636         {
2637             "name": "onelogin/php-saml",
2638             "version": "3.5.1",
2639             "source": {
2640                 "type": "git",
2641                 "url": "https://github.com/onelogin/php-saml.git",
2642                 "reference": "593aca859b67d607923fe50d8ad7315373f5b6dd"
2643             },
2644             "dist": {
2645                 "type": "zip",
2646                 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/593aca859b67d607923fe50d8ad7315373f5b6dd",
2647                 "reference": "593aca859b67d607923fe50d8ad7315373f5b6dd",
2648                 "shasum": ""
2649             },
2650             "require": {
2651                 "php": ">=5.4",
2652                 "robrichards/xmlseclibs": ">=3.1.1"
2653             },
2654             "require-dev": {
2655                 "pdepend/pdepend": "^2.5.0",
2656                 "php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
2657                 "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
2658                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
2659                 "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
2660                 "squizlabs/php_codesniffer": "^3.1.1"
2661             },
2662             "suggest": {
2663                 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
2664                 "ext-gettext": "Install gettext and php5-gettext libs to handle translations",
2665                 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
2666             },
2667             "type": "library",
2668             "autoload": {
2669                 "psr-4": {
2670                     "OneLogin\\": "src/"
2671                 }
2672             },
2673             "notification-url": "https://packagist.org/downloads/",
2674             "license": [
2675                 "MIT"
2676             ],
2677             "description": "OneLogin PHP SAML Toolkit",
2678             "homepage": "https://developers.onelogin.com/saml/php",
2679             "keywords": [
2680                 "SAML2",
2681                 "onelogin",
2682                 "saml"
2683             ],
2684             "support": {
2685                 "email": "sixto.garcia@onelogin.com",
2686                 "issues": "https://github.com/onelogin/php-saml/issues",
2687                 "source": "https://github.com/onelogin/php-saml/"
2688             },
2689             "time": "2020-12-03T20:08:41+00:00"
2690         },
2691         {
2692             "name": "opis/closure",
2693             "version": "3.6.1",
2694             "source": {
2695                 "type": "git",
2696                 "url": "https://github.com/opis/closure.git",
2697                 "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
2698             },
2699             "dist": {
2700                 "type": "zip",
2701                 "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
2702                 "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
2703                 "shasum": ""
2704             },
2705             "require": {
2706                 "php": "^5.4 || ^7.0 || ^8.0"
2707             },
2708             "require-dev": {
2709                 "jeremeamia/superclosure": "^2.0",
2710                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2711             },
2712             "type": "library",
2713             "extra": {
2714                 "branch-alias": {
2715                     "dev-master": "3.6.x-dev"
2716                 }
2717             },
2718             "autoload": {
2719                 "psr-4": {
2720                     "Opis\\Closure\\": "src/"
2721                 },
2722                 "files": [
2723                     "functions.php"
2724                 ]
2725             },
2726             "notification-url": "https://packagist.org/downloads/",
2727             "license": [
2728                 "MIT"
2729             ],
2730             "authors": [
2731                 {
2732                     "name": "Marius Sarca",
2733                     "email": "marius.sarca@gmail.com"
2734                 },
2735                 {
2736                     "name": "Sorin Sarca",
2737                     "email": "sarca_sorin@hotmail.com"
2738                 }
2739             ],
2740             "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
2741             "homepage": "https://opis.io/closure",
2742             "keywords": [
2743                 "anonymous functions",
2744                 "closure",
2745                 "function",
2746                 "serializable",
2747                 "serialization",
2748                 "serialize"
2749             ],
2750             "support": {
2751                 "issues": "https://github.com/opis/closure/issues",
2752                 "source": "https://github.com/opis/closure/tree/3.6.1"
2753             },
2754             "time": "2020-11-07T02:01:34+00:00"
2755         },
2756         {
2757             "name": "paragonie/random_compat",
2758             "version": "v9.99.99",
2759             "source": {
2760                 "type": "git",
2761                 "url": "https://github.com/paragonie/random_compat.git",
2762                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2763             },
2764             "dist": {
2765                 "type": "zip",
2766                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2767                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2768                 "shasum": ""
2769             },
2770             "require": {
2771                 "php": "^7"
2772             },
2773             "require-dev": {
2774                 "phpunit/phpunit": "4.*|5.*",
2775                 "vimeo/psalm": "^1"
2776             },
2777             "suggest": {
2778                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2779             },
2780             "type": "library",
2781             "notification-url": "https://packagist.org/downloads/",
2782             "license": [
2783                 "MIT"
2784             ],
2785             "authors": [
2786                 {
2787                     "name": "Paragon Initiative Enterprises",
2788                     "email": "security@paragonie.com",
2789                     "homepage": "https://paragonie.com"
2790                 }
2791             ],
2792             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2793             "keywords": [
2794                 "csprng",
2795                 "polyfill",
2796                 "pseudorandom",
2797                 "random"
2798             ],
2799             "support": {
2800                 "email": "info@paragonie.com",
2801                 "issues": "https://github.com/paragonie/random_compat/issues",
2802                 "source": "https://github.com/paragonie/random_compat"
2803             },
2804             "time": "2018-07-02T15:55:56+00:00"
2805         },
2806         {
2807             "name": "phenx/php-font-lib",
2808             "version": "0.5.2",
2809             "source": {
2810                 "type": "git",
2811                 "url": "https://github.com/PhenX/php-font-lib.git",
2812                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
2813             },
2814             "dist": {
2815                 "type": "zip",
2816                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2817                 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2818                 "shasum": ""
2819             },
2820             "require-dev": {
2821                 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
2822             },
2823             "type": "library",
2824             "autoload": {
2825                 "psr-4": {
2826                     "FontLib\\": "src/FontLib"
2827                 }
2828             },
2829             "notification-url": "https://packagist.org/downloads/",
2830             "license": [
2831                 "LGPL-3.0"
2832             ],
2833             "authors": [
2834                 {
2835                     "name": "Fabien Ménager",
2836                     "email": "fabien.menager@gmail.com"
2837                 }
2838             ],
2839             "description": "A library to read, parse, export and make subsets of different types of font files.",
2840             "homepage": "https://github.com/PhenX/php-font-lib",
2841             "support": {
2842                 "issues": "https://github.com/PhenX/php-font-lib/issues",
2843                 "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2"
2844             },
2845             "time": "2020-03-08T15:31:32+00:00"
2846         },
2847         {
2848             "name": "phenx/php-svg-lib",
2849             "version": "v0.3.3",
2850             "source": {
2851                 "type": "git",
2852                 "url": "https://github.com/PhenX/php-svg-lib.git",
2853                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
2854             },
2855             "dist": {
2856                 "type": "zip",
2857                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2858                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2859                 "shasum": ""
2860             },
2861             "require": {
2862                 "sabberworm/php-css-parser": "^8.3"
2863             },
2864             "require-dev": {
2865                 "phpunit/phpunit": "^5.5|^6.5"
2866             },
2867             "type": "library",
2868             "autoload": {
2869                 "psr-4": {
2870                     "Svg\\": "src/Svg"
2871                 }
2872             },
2873             "notification-url": "https://packagist.org/downloads/",
2874             "license": [
2875                 "LGPL-3.0"
2876             ],
2877             "authors": [
2878                 {
2879                     "name": "Fabien Ménager",
2880                     "email": "fabien.menager@gmail.com"
2881                 }
2882             ],
2883             "description": "A library to read, parse and export to PDF SVG files.",
2884             "homepage": "https://github.com/PhenX/php-svg-lib",
2885             "support": {
2886                 "issues": "https://github.com/PhenX/php-svg-lib/issues",
2887                 "source": "https://github.com/PhenX/php-svg-lib/tree/master"
2888             },
2889             "time": "2019-09-11T20:02:13+00:00"
2890         },
2891         {
2892             "name": "phpoption/phpoption",
2893             "version": "1.7.5",
2894             "source": {
2895                 "type": "git",
2896                 "url": "https://github.com/schmittjoh/php-option.git",
2897                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
2898             },
2899             "dist": {
2900                 "type": "zip",
2901                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
2902                 "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
2903                 "shasum": ""
2904             },
2905             "require": {
2906                 "php": "^5.5.9 || ^7.0 || ^8.0"
2907             },
2908             "require-dev": {
2909                 "bamarni/composer-bin-plugin": "^1.4.1",
2910                 "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
2911             },
2912             "type": "library",
2913             "extra": {
2914                 "branch-alias": {
2915                     "dev-master": "1.7-dev"
2916                 }
2917             },
2918             "autoload": {
2919                 "psr-4": {
2920                     "PhpOption\\": "src/PhpOption/"
2921                 }
2922             },
2923             "notification-url": "https://packagist.org/downloads/",
2924             "license": [
2925                 "Apache-2.0"
2926             ],
2927             "authors": [
2928                 {
2929                     "name": "Johannes M. Schmitt",
2930                     "email": "schmittjoh@gmail.com"
2931                 },
2932                 {
2933                     "name": "Graham Campbell",
2934                     "email": "graham@alt-three.com"
2935                 }
2936             ],
2937             "description": "Option Type for PHP",
2938             "keywords": [
2939                 "language",
2940                 "option",
2941                 "php",
2942                 "type"
2943             ],
2944             "support": {
2945                 "issues": "https://github.com/schmittjoh/php-option/issues",
2946                 "source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
2947             },
2948             "funding": [
2949                 {
2950                     "url": "https://github.com/GrahamCampbell",
2951                     "type": "github"
2952                 },
2953                 {
2954                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
2955                     "type": "tidelift"
2956                 }
2957             ],
2958             "time": "2020-07-20T17:29:33+00:00"
2959         },
2960         {
2961             "name": "predis/predis",
2962             "version": "v1.1.6",
2963             "source": {
2964                 "type": "git",
2965                 "url": "https://github.com/predis/predis.git",
2966                 "reference": "9930e933c67446962997b05201c69c2319bf26de"
2967             },
2968             "dist": {
2969                 "type": "zip",
2970                 "url": "https://api.github.com/repos/predis/predis/zipball/9930e933c67446962997b05201c69c2319bf26de",
2971                 "reference": "9930e933c67446962997b05201c69c2319bf26de",
2972                 "shasum": ""
2973             },
2974             "require": {
2975                 "php": ">=5.3.9"
2976             },
2977             "require-dev": {
2978                 "cweagans/composer-patches": "^1.6",
2979                 "phpunit/phpunit": "~4.8"
2980             },
2981             "suggest": {
2982                 "ext-curl": "Allows access to Webdis when paired with phpiredis",
2983                 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2984             },
2985             "type": "library",
2986             "extra": {
2987                 "composer-exit-on-patch-failure": true,
2988                 "patches": {
2989                     "phpunit/phpunit-mock-objects": {
2990                         "Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
2991                     },
2992                     "phpunit/phpunit": {
2993                         "Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
2994                         "Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
2995                     }
2996                 }
2997             },
2998             "autoload": {
2999                 "psr-4": {
3000                     "Predis\\": "src/"
3001                 }
3002             },
3003             "notification-url": "https://packagist.org/downloads/",
3004             "license": [
3005                 "MIT"
3006             ],
3007             "authors": [
3008                 {
3009                     "name": "Daniele Alessandri",
3010                     "email": "suppakilla@gmail.com",
3011                     "homepage": "http://clorophilla.net",
3012                     "role": "Creator & Maintainer"
3013                 },
3014                 {
3015                     "name": "Till Krüss",
3016                     "homepage": "https://till.im",
3017                     "role": "Maintainer"
3018                 }
3019             ],
3020             "description": "Flexible and feature-complete Redis client for PHP and HHVM",
3021             "homepage": "http://github.com/predis/predis",
3022             "keywords": [
3023                 "nosql",
3024                 "predis",
3025                 "redis"
3026             ],
3027             "support": {
3028                 "issues": "https://github.com/predis/predis/issues",
3029                 "source": "https://github.com/predis/predis/tree/v1.1.6"
3030             },
3031             "funding": [
3032                 {
3033                     "url": "https://github.com/sponsors/tillkruss",
3034                     "type": "github"
3035                 }
3036             ],
3037             "time": "2020-09-11T19:18:05+00:00"
3038         },
3039         {
3040             "name": "psr/container",
3041             "version": "1.0.0",
3042             "source": {
3043                 "type": "git",
3044                 "url": "https://github.com/php-fig/container.git",
3045                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
3046             },
3047             "dist": {
3048                 "type": "zip",
3049                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
3050                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
3051                 "shasum": ""
3052             },
3053             "require": {
3054                 "php": ">=5.3.0"
3055             },
3056             "type": "library",
3057             "extra": {
3058                 "branch-alias": {
3059                     "dev-master": "1.0.x-dev"
3060                 }
3061             },
3062             "autoload": {
3063                 "psr-4": {
3064                     "Psr\\Container\\": "src/"
3065                 }
3066             },
3067             "notification-url": "https://packagist.org/downloads/",
3068             "license": [
3069                 "MIT"
3070             ],
3071             "authors": [
3072                 {
3073                     "name": "PHP-FIG",
3074                     "homepage": "http://www.php-fig.org/"
3075                 }
3076             ],
3077             "description": "Common Container Interface (PHP FIG PSR-11)",
3078             "homepage": "https://github.com/php-fig/container",
3079             "keywords": [
3080                 "PSR-11",
3081                 "container",
3082                 "container-interface",
3083                 "container-interop",
3084                 "psr"
3085             ],
3086             "support": {
3087                 "issues": "https://github.com/php-fig/container/issues",
3088                 "source": "https://github.com/php-fig/container/tree/master"
3089             },
3090             "time": "2017-02-14T16:28:37+00:00"
3091         },
3092         {
3093             "name": "psr/http-client",
3094             "version": "1.0.1",
3095             "source": {
3096                 "type": "git",
3097                 "url": "https://github.com/php-fig/http-client.git",
3098                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
3099             },
3100             "dist": {
3101                 "type": "zip",
3102                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3103                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3104                 "shasum": ""
3105             },
3106             "require": {
3107                 "php": "^7.0 || ^8.0",
3108                 "psr/http-message": "^1.0"
3109             },
3110             "type": "library",
3111             "extra": {
3112                 "branch-alias": {
3113                     "dev-master": "1.0.x-dev"
3114                 }
3115             },
3116             "autoload": {
3117                 "psr-4": {
3118                     "Psr\\Http\\Client\\": "src/"
3119                 }
3120             },
3121             "notification-url": "https://packagist.org/downloads/",
3122             "license": [
3123                 "MIT"
3124             ],
3125             "authors": [
3126                 {
3127                     "name": "PHP-FIG",
3128                     "homepage": "http://www.php-fig.org/"
3129                 }
3130             ],
3131             "description": "Common interface for HTTP clients",
3132             "homepage": "https://github.com/php-fig/http-client",
3133             "keywords": [
3134                 "http",
3135                 "http-client",
3136                 "psr",
3137                 "psr-18"
3138             ],
3139             "support": {
3140                 "source": "https://github.com/php-fig/http-client/tree/master"
3141             },
3142             "time": "2020-06-29T06:28:15+00:00"
3143         },
3144         {
3145             "name": "psr/http-message",
3146             "version": "1.0.1",
3147             "source": {
3148                 "type": "git",
3149                 "url": "https://github.com/php-fig/http-message.git",
3150                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3151             },
3152             "dist": {
3153                 "type": "zip",
3154                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3155                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3156                 "shasum": ""
3157             },
3158             "require": {
3159                 "php": ">=5.3.0"
3160             },
3161             "type": "library",
3162             "extra": {
3163                 "branch-alias": {
3164                     "dev-master": "1.0.x-dev"
3165                 }
3166             },
3167             "autoload": {
3168                 "psr-4": {
3169                     "Psr\\Http\\Message\\": "src/"
3170                 }
3171             },
3172             "notification-url": "https://packagist.org/downloads/",
3173             "license": [
3174                 "MIT"
3175             ],
3176             "authors": [
3177                 {
3178                     "name": "PHP-FIG",
3179                     "homepage": "http://www.php-fig.org/"
3180                 }
3181             ],
3182             "description": "Common interface for HTTP messages",
3183             "homepage": "https://github.com/php-fig/http-message",
3184             "keywords": [
3185                 "http",
3186                 "http-message",
3187                 "psr",
3188                 "psr-7",
3189                 "request",
3190                 "response"
3191             ],
3192             "support": {
3193                 "source": "https://github.com/php-fig/http-message/tree/master"
3194             },
3195             "time": "2016-08-06T14:39:51+00:00"
3196         },
3197         {
3198             "name": "psr/log",
3199             "version": "1.1.3",
3200             "source": {
3201                 "type": "git",
3202                 "url": "https://github.com/php-fig/log.git",
3203                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
3204             },
3205             "dist": {
3206                 "type": "zip",
3207                 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
3208                 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
3209                 "shasum": ""
3210             },
3211             "require": {
3212                 "php": ">=5.3.0"
3213             },
3214             "type": "library",
3215             "extra": {
3216                 "branch-alias": {
3217                     "dev-master": "1.1.x-dev"
3218                 }
3219             },
3220             "autoload": {
3221                 "psr-4": {
3222                     "Psr\\Log\\": "Psr/Log/"
3223                 }
3224             },
3225             "notification-url": "https://packagist.org/downloads/",
3226             "license": [
3227                 "MIT"
3228             ],
3229             "authors": [
3230                 {
3231                     "name": "PHP-FIG",
3232                     "homepage": "http://www.php-fig.org/"
3233                 }
3234             ],
3235             "description": "Common interface for logging libraries",
3236             "homepage": "https://github.com/php-fig/log",
3237             "keywords": [
3238                 "log",
3239                 "psr",
3240                 "psr-3"
3241             ],
3242             "support": {
3243                 "source": "https://github.com/php-fig/log/tree/1.1.3"
3244             },
3245             "time": "2020-03-23T09:12:05+00:00"
3246         },
3247         {
3248             "name": "psr/simple-cache",
3249             "version": "1.0.1",
3250             "source": {
3251                 "type": "git",
3252                 "url": "https://github.com/php-fig/simple-cache.git",
3253                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3254             },
3255             "dist": {
3256                 "type": "zip",
3257                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3258                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3259                 "shasum": ""
3260             },
3261             "require": {
3262                 "php": ">=5.3.0"
3263             },
3264             "type": "library",
3265             "extra": {
3266                 "branch-alias": {
3267                     "dev-master": "1.0.x-dev"
3268                 }
3269             },
3270             "autoload": {
3271                 "psr-4": {
3272                     "Psr\\SimpleCache\\": "src/"
3273                 }
3274             },
3275             "notification-url": "https://packagist.org/downloads/",
3276             "license": [
3277                 "MIT"
3278             ],
3279             "authors": [
3280                 {
3281                     "name": "PHP-FIG",
3282                     "homepage": "http://www.php-fig.org/"
3283                 }
3284             ],
3285             "description": "Common interfaces for simple caching",
3286             "keywords": [
3287                 "cache",
3288                 "caching",
3289                 "psr",
3290                 "psr-16",
3291                 "simple-cache"
3292             ],
3293             "support": {
3294                 "source": "https://github.com/php-fig/simple-cache/tree/master"
3295             },
3296             "time": "2017-10-23T01:57:42+00:00"
3297         },
3298         {
3299             "name": "ralouphie/getallheaders",
3300             "version": "3.0.3",
3301             "source": {
3302                 "type": "git",
3303                 "url": "https://github.com/ralouphie/getallheaders.git",
3304                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3305             },
3306             "dist": {
3307                 "type": "zip",
3308                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3309                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3310                 "shasum": ""
3311             },
3312             "require": {
3313                 "php": ">=5.6"
3314             },
3315             "require-dev": {
3316                 "php-coveralls/php-coveralls": "^2.1",
3317                 "phpunit/phpunit": "^5 || ^6.5"
3318             },
3319             "type": "library",
3320             "autoload": {
3321                 "files": [
3322                     "src/getallheaders.php"
3323                 ]
3324             },
3325             "notification-url": "https://packagist.org/downloads/",
3326             "license": [
3327                 "MIT"
3328             ],
3329             "authors": [
3330                 {
3331                     "name": "Ralph Khattar",
3332                     "email": "ralph.khattar@gmail.com"
3333                 }
3334             ],
3335             "description": "A polyfill for getallheaders.",
3336             "support": {
3337                 "issues": "https://github.com/ralouphie/getallheaders/issues",
3338                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3339             },
3340             "time": "2019-03-08T08:55:37+00:00"
3341         },
3342         {
3343             "name": "ramsey/uuid",
3344             "version": "3.9.3",
3345             "source": {
3346                 "type": "git",
3347                 "url": "https://github.com/ramsey/uuid.git",
3348                 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
3349             },
3350             "dist": {
3351                 "type": "zip",
3352                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
3353                 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
3354                 "shasum": ""
3355             },
3356             "require": {
3357                 "ext-json": "*",
3358                 "paragonie/random_compat": "^1 | ^2 | 9.99.99",
3359                 "php": "^5.4 | ^7 | ^8",
3360                 "symfony/polyfill-ctype": "^1.8"
3361             },
3362             "replace": {
3363                 "rhumsaa/uuid": "self.version"
3364             },
3365             "require-dev": {
3366                 "codeception/aspect-mock": "^1 | ^2",
3367                 "doctrine/annotations": "^1.2",
3368                 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
3369                 "jakub-onderka/php-parallel-lint": "^1",
3370                 "mockery/mockery": "^0.9.11 | ^1",
3371                 "moontoast/math": "^1.1",
3372                 "paragonie/random-lib": "^2",
3373                 "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
3374                 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
3375                 "squizlabs/php_codesniffer": "^3.5"
3376             },
3377             "suggest": {
3378                 "ext-ctype": "Provides support for PHP Ctype functions",
3379                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
3380                 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
3381                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
3382                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
3383                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3384                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
3385                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3386             },
3387             "type": "library",
3388             "extra": {
3389                 "branch-alias": {
3390                     "dev-master": "3.x-dev"
3391                 }
3392             },
3393             "autoload": {
3394                 "psr-4": {
3395                     "Ramsey\\Uuid\\": "src/"
3396                 },
3397                 "files": [
3398                     "src/functions.php"
3399                 ]
3400             },
3401             "notification-url": "https://packagist.org/downloads/",
3402             "license": [
3403                 "MIT"
3404             ],
3405             "authors": [
3406                 {
3407                     "name": "Ben Ramsey",
3408                     "email": "ben@benramsey.com",
3409                     "homepage": "https://benramsey.com"
3410                 },
3411                 {
3412                     "name": "Marijn Huizendveld",
3413                     "email": "marijn.huizendveld@gmail.com"
3414                 },
3415                 {
3416                     "name": "Thibaud Fabre",
3417                     "email": "thibaud@aztech.io"
3418                 }
3419             ],
3420             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
3421             "homepage": "https://github.com/ramsey/uuid",
3422             "keywords": [
3423                 "guid",
3424                 "identifier",
3425                 "uuid"
3426             ],
3427             "support": {
3428                 "issues": "https://github.com/ramsey/uuid/issues",
3429                 "rss": "https://github.com/ramsey/uuid/releases.atom",
3430                 "source": "https://github.com/ramsey/uuid",
3431                 "wiki": "https://github.com/ramsey/uuid/wiki"
3432             },
3433             "time": "2020-02-21T04:36:14+00:00"
3434         },
3435         {
3436             "name": "robrichards/xmlseclibs",
3437             "version": "3.1.1",
3438             "source": {
3439                 "type": "git",
3440                 "url": "https://github.com/robrichards/xmlseclibs.git",
3441                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
3442             },
3443             "dist": {
3444                 "type": "zip",
3445                 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
3446                 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
3447                 "shasum": ""
3448             },
3449             "require": {
3450                 "ext-openssl": "*",
3451                 "php": ">= 5.4"
3452             },
3453             "type": "library",
3454             "autoload": {
3455                 "psr-4": {
3456                     "RobRichards\\XMLSecLibs\\": "src"
3457                 }
3458             },
3459             "notification-url": "https://packagist.org/downloads/",
3460             "license": [
3461                 "BSD-3-Clause"
3462             ],
3463             "description": "A PHP library for XML Security",
3464             "homepage": "https://github.com/robrichards/xmlseclibs",
3465             "keywords": [
3466                 "security",
3467                 "signature",
3468                 "xml",
3469                 "xmldsig"
3470             ],
3471             "support": {
3472                 "issues": "https://github.com/robrichards/xmlseclibs/issues",
3473                 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
3474             },
3475             "time": "2020-09-05T13:00:25+00:00"
3476         },
3477         {
3478             "name": "sabberworm/php-css-parser",
3479             "version": "8.3.1",
3480             "source": {
3481                 "type": "git",
3482                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
3483                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
3484             },
3485             "dist": {
3486                 "type": "zip",
3487                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
3488                 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
3489                 "shasum": ""
3490             },
3491             "require": {
3492                 "php": ">=5.3.2"
3493             },
3494             "require-dev": {
3495                 "codacy/coverage": "^1.4",
3496                 "phpunit/phpunit": "~4.8"
3497             },
3498             "type": "library",
3499             "autoload": {
3500                 "psr-0": {
3501                     "Sabberworm\\CSS": "lib/"
3502                 }
3503             },
3504             "notification-url": "https://packagist.org/downloads/",
3505             "license": [
3506                 "MIT"
3507             ],
3508             "authors": [
3509                 {
3510                     "name": "Raphael Schweikert"
3511                 }
3512             ],
3513             "description": "Parser for CSS Files written in PHP",
3514             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
3515             "keywords": [
3516                 "css",
3517                 "parser",
3518                 "stylesheet"
3519             ],
3520             "support": {
3521                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
3522                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.3.1"
3523             },
3524             "time": "2020-06-01T09:10:00+00:00"
3525         },
3526         {
3527             "name": "scrivo/highlight.php",
3528             "version": "v9.18.1.6",
3529             "source": {
3530                 "type": "git",
3531                 "url": "https://github.com/scrivo/highlight.php.git",
3532                 "reference": "44a3d4136edb5ad8551590bf90f437db80b2d466"
3533             },
3534             "dist": {
3535                 "type": "zip",
3536                 "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/44a3d4136edb5ad8551590bf90f437db80b2d466",
3537                 "reference": "44a3d4136edb5ad8551590bf90f437db80b2d466",
3538                 "shasum": ""
3539             },
3540             "require": {
3541                 "ext-json": "*",
3542                 "ext-mbstring": "*",
3543                 "php": ">=5.4"
3544             },
3545             "require-dev": {
3546                 "phpunit/phpunit": "^4.8|^5.7",
3547                 "sabberworm/php-css-parser": "^8.3",
3548                 "symfony/finder": "^2.8|^3.4",
3549                 "symfony/var-dumper": "^2.8|^3.4"
3550             },
3551             "type": "library",
3552             "autoload": {
3553                 "psr-0": {
3554                     "Highlight\\": "",
3555                     "HighlightUtilities\\": ""
3556                 },
3557                 "files": [
3558                     "HighlightUtilities/functions.php"
3559                 ]
3560             },
3561             "notification-url": "https://packagist.org/downloads/",
3562             "license": [
3563                 "BSD-3-Clause"
3564             ],
3565             "authors": [
3566                 {
3567                     "name": "Geert Bergman",
3568                     "homepage": "http://www.scrivo.org/",
3569                     "role": "Project Author"
3570                 },
3571                 {
3572                     "name": "Vladimir Jimenez",
3573                     "homepage": "https://allejo.io",
3574                     "role": "Maintainer"
3575                 },
3576                 {
3577                     "name": "Martin Folkers",
3578                     "homepage": "https://twobrain.io",
3579                     "role": "Contributor"
3580                 }
3581             ],
3582             "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
3583             "keywords": [
3584                 "code",
3585                 "highlight",
3586                 "highlight.js",
3587                 "highlight.php",
3588                 "syntax"
3589             ],
3590             "support": {
3591                 "issues": "https://github.com/scrivo/highlight.php/issues",
3592                 "source": "https://github.com/scrivo/highlight.php"
3593             },
3594             "funding": [
3595                 {
3596                     "url": "https://github.com/allejo",
3597                     "type": "github"
3598                 }
3599             ],
3600             "time": "2020-12-22T19:20:29+00:00"
3601         },
3602         {
3603             "name": "socialiteproviders/discord",
3604             "version": "4.1.1",
3605             "source": {
3606                 "type": "git",
3607                 "url": "https://github.com/SocialiteProviders/Discord.git",
3608                 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574"
3609             },
3610             "dist": {
3611                 "type": "zip",
3612                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c6eddeb07ace7473e82d02d4db852dfacf5ef574",
3613                 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574",
3614                 "shasum": ""
3615             },
3616             "require": {
3617                 "ext-json": "*",
3618                 "php": "^7.2 || ^8.0",
3619                 "socialiteproviders/manager": "~4.0"
3620             },
3621             "type": "library",
3622             "autoload": {
3623                 "psr-4": {
3624                     "SocialiteProviders\\Discord\\": ""
3625                 }
3626             },
3627             "notification-url": "https://packagist.org/downloads/",
3628             "license": [
3629                 "MIT"
3630             ],
3631             "authors": [
3632                 {
3633                     "name": "Christopher Eklund",
3634                     "email": "eklundchristopher@gmail.com"
3635                 }
3636             ],
3637             "description": "Discord OAuth2 Provider for Laravel Socialite",
3638             "support": {
3639                 "source": "https://github.com/SocialiteProviders/Discord/tree/4.1.1"
3640             },
3641             "time": "2021-01-05T22:03:58+00:00"
3642         },
3643         {
3644             "name": "socialiteproviders/gitlab",
3645             "version": "4.1.0",
3646             "source": {
3647                 "type": "git",
3648                 "url": "https://github.com/SocialiteProviders/GitLab.git",
3649                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
3650             },
3651             "dist": {
3652                 "type": "zip",
3653                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
3654                 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
3655                 "shasum": ""
3656             },
3657             "require": {
3658                 "ext-json": "*",
3659                 "php": "^7.2 || ^8.0",
3660                 "socialiteproviders/manager": "~4.0"
3661             },
3662             "type": "library",
3663             "autoload": {
3664                 "psr-4": {
3665                     "SocialiteProviders\\GitLab\\": ""
3666                 }
3667             },
3668             "notification-url": "https://packagist.org/downloads/",
3669             "license": [
3670                 "MIT"
3671             ],
3672             "authors": [
3673                 {
3674                     "name": "Christoffer Martinsen",
3675                     "email": "christoffermartinsen@gmail.com"
3676                 }
3677             ],
3678             "description": "GitLab OAuth2 Provider for Laravel Socialite",
3679             "support": {
3680                 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
3681             },
3682             "time": "2020-12-01T23:10:59+00:00"
3683         },
3684         {
3685             "name": "socialiteproviders/manager",
3686             "version": "4.0.1",
3687             "source": {
3688                 "type": "git",
3689                 "url": "https://github.com/SocialiteProviders/Manager.git",
3690                 "reference": "0f5e82af0404df0080bdc5c105cef936c1711524"
3691             },
3692             "dist": {
3693                 "type": "zip",
3694                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/0f5e82af0404df0080bdc5c105cef936c1711524",
3695                 "reference": "0f5e82af0404df0080bdc5c105cef936c1711524",
3696                 "shasum": ""
3697             },
3698             "require": {
3699                 "illuminate/support": "^6.0|^7.0|^8.0",
3700                 "laravel/socialite": "~4.0|~5.0",
3701                 "php": "^7.2 || ^8.0"
3702             },
3703             "require-dev": {
3704                 "mockery/mockery": "^1.2",
3705                 "phpunit/phpunit": "^9.0"
3706             },
3707             "type": "library",
3708             "extra": {
3709                 "laravel": {
3710                     "providers": [
3711                         "SocialiteProviders\\Manager\\ServiceProvider"
3712                     ]
3713                 }
3714             },
3715             "autoload": {
3716                 "psr-4": {
3717                     "SocialiteProviders\\Manager\\": "src/"
3718                 }
3719             },
3720             "notification-url": "https://packagist.org/downloads/",
3721             "license": [
3722                 "MIT"
3723             ],
3724             "authors": [
3725                 {
3726                     "name": "Andy Wendt",
3727                     "email": "andy@awendt.com"
3728                 },
3729                 {
3730                     "name": "Anton Komarev",
3731                     "email": "a.komarev@cybercog.su"
3732                 },
3733                 {
3734                     "name": "Miguel Piedrafita",
3735                     "email": "soy@miguelpiedrafita.com"
3736                 },
3737                 {
3738                     "name": "atymic",
3739                     "email": "atymicq@gmail.com",
3740                     "homepage": "https://atymic.dev"
3741                 }
3742             ],
3743             "description": "Easily add new or override built-in providers in Laravel Socialite.",
3744             "homepage": "https://socialiteproviders.com/",
3745             "support": {
3746                 "issues": "https://github.com/SocialiteProviders/Manager/issues",
3747                 "source": "https://github.com/SocialiteProviders/Manager/tree/4.0.1"
3748             },
3749             "time": "2020-12-01T23:09:06+00:00"
3750         },
3751         {
3752             "name": "socialiteproviders/microsoft-azure",
3753             "version": "4.2.0",
3754             "source": {
3755                 "type": "git",
3756                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
3757                 "reference": "7808764f777a01df88be9ca6b14d683e50aaf88a"
3758             },
3759             "dist": {
3760                 "type": "zip",
3761                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/7808764f777a01df88be9ca6b14d683e50aaf88a",
3762                 "reference": "7808764f777a01df88be9ca6b14d683e50aaf88a",
3763                 "shasum": ""
3764             },
3765             "require": {
3766                 "ext-json": "*",
3767                 "php": "^7.2 || ^8.0",
3768                 "socialiteproviders/manager": "~4.0"
3769             },
3770             "type": "library",
3771             "autoload": {
3772                 "psr-4": {
3773                     "SocialiteProviders\\Azure\\": ""
3774                 }
3775             },
3776             "notification-url": "https://packagist.org/downloads/",
3777             "license": [
3778                 "MIT"
3779             ],
3780             "authors": [
3781                 {
3782                     "name": "Chris Hemmings",
3783                     "email": "chris@hemmin.gs"
3784                 }
3785             ],
3786             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
3787             "support": {
3788                 "source": "https://github.com/SocialiteProviders/Microsoft-Azure/tree/4.2.0"
3789             },
3790             "time": "2020-12-01T23:10:59+00:00"
3791         },
3792         {
3793             "name": "socialiteproviders/okta",
3794             "version": "4.1.0",
3795             "source": {
3796                 "type": "git",
3797                 "url": "https://github.com/SocialiteProviders/Okta.git",
3798                 "reference": "60f88b8e8c88508889c61346af83290131b72fe7"
3799             },
3800             "dist": {
3801                 "type": "zip",
3802                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/60f88b8e8c88508889c61346af83290131b72fe7",
3803                 "reference": "60f88b8e8c88508889c61346af83290131b72fe7",
3804                 "shasum": ""
3805             },
3806             "require": {
3807                 "ext-json": "*",
3808                 "php": "^7.2 || ^8.0",
3809                 "socialiteproviders/manager": "~4.0"
3810             },
3811             "type": "library",
3812             "autoload": {
3813                 "psr-4": {
3814                     "SocialiteProviders\\Okta\\": ""
3815                 }
3816             },
3817             "notification-url": "https://packagist.org/downloads/",
3818             "license": [
3819                 "MIT"
3820             ],
3821             "authors": [
3822                 {
3823                     "name": "Chase Coney",
3824                     "email": "chase.coney@gmail.com"
3825                 }
3826             ],
3827             "description": "Okta OAuth2 Provider for Laravel Socialite",
3828             "support": {
3829                 "source": "https://github.com/SocialiteProviders/Okta/tree/4.1.0"
3830             },
3831             "time": "2020-12-01T23:10:59+00:00"
3832         },
3833         {
3834             "name": "socialiteproviders/slack",
3835             "version": "4.1.0",
3836             "source": {
3837                 "type": "git",
3838                 "url": "https://github.com/SocialiteProviders/Slack.git",
3839                 "reference": "8efb25c71d98bedf4010a829d1e41ff9fe449bcc"
3840             },
3841             "dist": {
3842                 "type": "zip",
3843                 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/8efb25c71d98bedf4010a829d1e41ff9fe449bcc",
3844                 "reference": "8efb25c71d98bedf4010a829d1e41ff9fe449bcc",
3845                 "shasum": ""
3846             },
3847             "require": {
3848                 "ext-json": "*",
3849                 "php": "^7.2|^8.0",
3850                 "socialiteproviders/manager": "~4.0"
3851             },
3852             "type": "library",
3853             "autoload": {
3854                 "psr-4": {
3855                     "SocialiteProviders\\Slack\\": ""
3856                 }
3857             },
3858             "notification-url": "https://packagist.org/downloads/",
3859             "license": [
3860                 "MIT"
3861             ],
3862             "authors": [
3863                 {
3864                     "name": "Brian Faust",
3865                     "email": "hello@brianfaust.de"
3866                 }
3867             ],
3868             "description": "Slack OAuth2 Provider for Laravel Socialite",
3869             "support": {
3870                 "source": "https://github.com/SocialiteProviders/Slack/tree/4.1.0"
3871             },
3872             "time": "2020-11-26T17:57:15+00:00"
3873         },
3874         {
3875             "name": "socialiteproviders/twitch",
3876             "version": "5.3.1",
3877             "source": {
3878                 "type": "git",
3879                 "url": "https://github.com/SocialiteProviders/Twitch.git",
3880                 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7"
3881             },
3882             "dist": {
3883                 "type": "zip",
3884                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
3885                 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
3886                 "shasum": ""
3887             },
3888             "require": {
3889                 "ext-json": "*",
3890                 "php": "^7.2 || ^8.0",
3891                 "socialiteproviders/manager": "~4.0"
3892             },
3893             "type": "library",
3894             "autoload": {
3895                 "psr-4": {
3896                     "SocialiteProviders\\Twitch\\": ""
3897                 }
3898             },
3899             "notification-url": "https://packagist.org/downloads/",
3900             "license": [
3901                 "MIT"
3902             ],
3903             "authors": [
3904                 {
3905                     "name": "Brian Faust",
3906                     "email": "hello@brianfaust.de"
3907                 }
3908             ],
3909             "description": "Twitch OAuth2 Provider for Laravel Socialite",
3910             "support": {
3911                 "source": "https://github.com/SocialiteProviders/Twitch/tree/5.3.1"
3912             },
3913             "time": "2020-12-01T23:10:59+00:00"
3914         },
3915         {
3916             "name": "ssddanbrown/htmldiff",
3917             "version": "v1.0.0",
3918             "source": {
3919                 "type": "git",
3920                 "url": "https://github.com/ssddanbrown/HtmlDiff.git",
3921                 "reference": "d1978c7d1c685800997f982a0ae9cff1e45df70c"
3922             },
3923             "dist": {
3924                 "type": "zip",
3925                 "url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/d1978c7d1c685800997f982a0ae9cff1e45df70c",
3926                 "reference": "d1978c7d1c685800997f982a0ae9cff1e45df70c",
3927                 "shasum": ""
3928             },
3929             "require": {
3930                 "ext-mbstring": "*",
3931                 "php": ">=7.2"
3932             },
3933             "require-dev": {
3934                 "phpunit/phpunit": "^8.5|^9.4.3"
3935             },
3936             "type": "library",
3937             "autoload": {
3938                 "psr-4": {
3939                     "Ssddanbrown\\HtmlDiff\\": "src"
3940                 }
3941             },
3942             "notification-url": "https://packagist.org/downloads/",
3943             "license": [
3944                 "MIT"
3945             ],
3946             "authors": [
3947                 {
3948                     "name": "Dan Brown",
3949                     "email": "ssddanbrown@googlemail.com",
3950                     "role": "Developer"
3951                 }
3952             ],
3953             "description": "HTML Content Diff Generator",
3954             "homepage": "https://github.com/ssddanbrown/htmldiff",
3955             "support": {
3956                 "issues": "https://github.com/ssddanbrown/HtmlDiff/issues",
3957                 "source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.0"
3958             },
3959             "time": "2020-11-29T18:38:45+00:00"
3960         },
3961         {
3962             "name": "swiftmailer/swiftmailer",
3963             "version": "v6.2.5",
3964             "source": {
3965                 "type": "git",
3966                 "url": "https://github.com/swiftmailer/swiftmailer.git",
3967                 "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7"
3968             },
3969             "dist": {
3970                 "type": "zip",
3971                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/698a6a9f54d7eb321274de3ad19863802c879fb7",
3972                 "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7",
3973                 "shasum": ""
3974             },
3975             "require": {
3976                 "egulias/email-validator": "^2.0",
3977                 "php": ">=7.0.0",
3978                 "symfony/polyfill-iconv": "^1.0",
3979                 "symfony/polyfill-intl-idn": "^1.10",
3980                 "symfony/polyfill-mbstring": "^1.0"
3981             },
3982             "require-dev": {
3983                 "mockery/mockery": "^1.0",
3984                 "symfony/phpunit-bridge": "^4.4|^5.0"
3985             },
3986             "suggest": {
3987                 "ext-intl": "Needed to support internationalized email addresses"
3988             },
3989             "type": "library",
3990             "extra": {
3991                 "branch-alias": {
3992                     "dev-master": "6.2-dev"
3993                 }
3994             },
3995             "autoload": {
3996                 "files": [
3997                     "lib/swift_required.php"
3998                 ]
3999             },
4000             "notification-url": "https://packagist.org/downloads/",
4001             "license": [
4002                 "MIT"
4003             ],
4004             "authors": [
4005                 {
4006                     "name": "Chris Corbyn"
4007                 },
4008                 {
4009                     "name": "Fabien Potencier",
4010                     "email": "fabien@symfony.com"
4011                 }
4012             ],
4013             "description": "Swiftmailer, free feature-rich PHP mailer",
4014             "homepage": "https://swiftmailer.symfony.com",
4015             "keywords": [
4016                 "email",
4017                 "mail",
4018                 "mailer"
4019             ],
4020             "support": {
4021                 "issues": "https://github.com/swiftmailer/swiftmailer/issues",
4022                 "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.5"
4023             },
4024             "funding": [
4025                 {
4026                     "url": "https://github.com/fabpot",
4027                     "type": "github"
4028                 },
4029                 {
4030                     "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
4031                     "type": "tidelift"
4032                 }
4033             ],
4034             "time": "2021-01-12T09:35:59+00:00"
4035         },
4036         {
4037             "name": "symfony/console",
4038             "version": "v4.4.18",
4039             "source": {
4040                 "type": "git",
4041                 "url": "https://github.com/symfony/console.git",
4042                 "reference": "12e071278e396cc3e1c149857337e9e192deca0b"
4043             },
4044             "dist": {
4045                 "type": "zip",
4046                 "url": "https://api.github.com/repos/symfony/console/zipball/12e071278e396cc3e1c149857337e9e192deca0b",
4047                 "reference": "12e071278e396cc3e1c149857337e9e192deca0b",
4048                 "shasum": ""
4049             },
4050             "require": {
4051                 "php": ">=7.1.3",
4052                 "symfony/polyfill-mbstring": "~1.0",
4053                 "symfony/polyfill-php73": "^1.8",
4054                 "symfony/polyfill-php80": "^1.15",
4055                 "symfony/service-contracts": "^1.1|^2"
4056             },
4057             "conflict": {
4058                 "symfony/dependency-injection": "<3.4",
4059                 "symfony/event-dispatcher": "<4.3|>=5",
4060                 "symfony/lock": "<4.4",
4061                 "symfony/process": "<3.3"
4062             },
4063             "provide": {
4064                 "psr/log-implementation": "1.0"
4065             },
4066             "require-dev": {
4067                 "psr/log": "~1.0",
4068                 "symfony/config": "^3.4|^4.0|^5.0",
4069                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4070                 "symfony/event-dispatcher": "^4.3",
4071                 "symfony/lock": "^4.4|^5.0",
4072                 "symfony/process": "^3.4|^4.0|^5.0",
4073                 "symfony/var-dumper": "^4.3|^5.0"
4074             },
4075             "suggest": {
4076                 "psr/log": "For using the console logger",
4077                 "symfony/event-dispatcher": "",
4078                 "symfony/lock": "",
4079                 "symfony/process": ""
4080             },
4081             "type": "library",
4082             "autoload": {
4083                 "psr-4": {
4084                     "Symfony\\Component\\Console\\": ""
4085                 },
4086                 "exclude-from-classmap": [
4087                     "/Tests/"
4088                 ]
4089             },
4090             "notification-url": "https://packagist.org/downloads/",
4091             "license": [
4092                 "MIT"
4093             ],
4094             "authors": [
4095                 {
4096                     "name": "Fabien Potencier",
4097                     "email": "fabien@symfony.com"
4098                 },
4099                 {
4100                     "name": "Symfony Community",
4101                     "homepage": "https://symfony.com/contributors"
4102                 }
4103             ],
4104             "description": "Symfony Console Component",
4105             "homepage": "https://symfony.com",
4106             "support": {
4107                 "source": "https://github.com/symfony/console/tree/v4.4.18"
4108             },
4109             "funding": [
4110                 {
4111                     "url": "https://symfony.com/sponsor",
4112                     "type": "custom"
4113                 },
4114                 {
4115                     "url": "https://github.com/fabpot",
4116                     "type": "github"
4117                 },
4118                 {
4119                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4120                     "type": "tidelift"
4121                 }
4122             ],
4123             "time": "2020-12-18T07:41:31+00:00"
4124         },
4125         {
4126             "name": "symfony/css-selector",
4127             "version": "v4.4.18",
4128             "source": {
4129                 "type": "git",
4130                 "url": "https://github.com/symfony/css-selector.git",
4131                 "reference": "74bd82e75da256ad20851af6ded07823332216c7"
4132             },
4133             "dist": {
4134                 "type": "zip",
4135                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/74bd82e75da256ad20851af6ded07823332216c7",
4136                 "reference": "74bd82e75da256ad20851af6ded07823332216c7",
4137                 "shasum": ""
4138             },
4139             "require": {
4140                 "php": ">=7.1.3"
4141             },
4142             "type": "library",
4143             "autoload": {
4144                 "psr-4": {
4145                     "Symfony\\Component\\CssSelector\\": ""
4146                 },
4147                 "exclude-from-classmap": [
4148                     "/Tests/"
4149                 ]
4150             },
4151             "notification-url": "https://packagist.org/downloads/",
4152             "license": [
4153                 "MIT"
4154             ],
4155             "authors": [
4156                 {
4157                     "name": "Fabien Potencier",
4158                     "email": "fabien@symfony.com"
4159                 },
4160                 {
4161                     "name": "Jean-François Simon",
4162                     "email": "jeanfrancois.simon@sensiolabs.com"
4163                 },
4164                 {
4165                     "name": "Symfony Community",
4166                     "homepage": "https://symfony.com/contributors"
4167                 }
4168             ],
4169             "description": "Symfony CssSelector Component",
4170             "homepage": "https://symfony.com",
4171             "support": {
4172                 "source": "https://github.com/symfony/css-selector/tree/v4.4.18"
4173             },
4174             "funding": [
4175                 {
4176                     "url": "https://symfony.com/sponsor",
4177                     "type": "custom"
4178                 },
4179                 {
4180                     "url": "https://github.com/fabpot",
4181                     "type": "github"
4182                 },
4183                 {
4184                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4185                     "type": "tidelift"
4186                 }
4187             ],
4188             "time": "2020-12-08T16:59:59+00:00"
4189         },
4190         {
4191             "name": "symfony/debug",
4192             "version": "v4.4.18",
4193             "source": {
4194                 "type": "git",
4195                 "url": "https://github.com/symfony/debug.git",
4196                 "reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544"
4197             },
4198             "dist": {
4199                 "type": "zip",
4200                 "url": "https://api.github.com/repos/symfony/debug/zipball/5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
4201                 "reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
4202                 "shasum": ""
4203             },
4204             "require": {
4205                 "php": ">=7.1.3",
4206                 "psr/log": "~1.0",
4207                 "symfony/polyfill-php80": "^1.15"
4208             },
4209             "conflict": {
4210                 "symfony/http-kernel": "<3.4"
4211             },
4212             "require-dev": {
4213                 "symfony/http-kernel": "^3.4|^4.0|^5.0"
4214             },
4215             "type": "library",
4216             "autoload": {
4217                 "psr-4": {
4218                     "Symfony\\Component\\Debug\\": ""
4219                 },
4220                 "exclude-from-classmap": [
4221                     "/Tests/"
4222                 ]
4223             },
4224             "notification-url": "https://packagist.org/downloads/",
4225             "license": [
4226                 "MIT"
4227             ],
4228             "authors": [
4229                 {
4230                     "name": "Fabien Potencier",
4231                     "email": "fabien@symfony.com"
4232                 },
4233                 {
4234                     "name": "Symfony Community",
4235                     "homepage": "https://symfony.com/contributors"
4236                 }
4237             ],
4238             "description": "Symfony Debug Component",
4239             "homepage": "https://symfony.com",
4240             "support": {
4241                 "source": "https://github.com/symfony/debug/tree/v4.4.18"
4242             },
4243             "funding": [
4244                 {
4245                     "url": "https://symfony.com/sponsor",
4246                     "type": "custom"
4247                 },
4248                 {
4249                     "url": "https://github.com/fabpot",
4250                     "type": "github"
4251                 },
4252                 {
4253                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4254                     "type": "tidelift"
4255                 }
4256             ],
4257             "time": "2020-12-10T16:34:26+00:00"
4258         },
4259         {
4260             "name": "symfony/deprecation-contracts",
4261             "version": "v2.2.0",
4262             "source": {
4263                 "type": "git",
4264                 "url": "https://github.com/symfony/deprecation-contracts.git",
4265                 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
4266             },
4267             "dist": {
4268                 "type": "zip",
4269                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
4270                 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
4271                 "shasum": ""
4272             },
4273             "require": {
4274                 "php": ">=7.1"
4275             },
4276             "type": "library",
4277             "extra": {
4278                 "branch-alias": {
4279                     "dev-master": "2.2-dev"
4280                 },
4281                 "thanks": {
4282                     "name": "symfony/contracts",
4283                     "url": "https://github.com/symfony/contracts"
4284                 }
4285             },
4286             "autoload": {
4287                 "files": [
4288                     "function.php"
4289                 ]
4290             },
4291             "notification-url": "https://packagist.org/downloads/",
4292             "license": [
4293                 "MIT"
4294             ],
4295             "authors": [
4296                 {
4297                     "name": "Nicolas Grekas",
4298                     "email": "p@tchwork.com"
4299                 },
4300                 {
4301                     "name": "Symfony Community",
4302                     "homepage": "https://symfony.com/contributors"
4303                 }
4304             ],
4305             "description": "A generic function and convention to trigger deprecation notices",
4306             "homepage": "https://symfony.com",
4307             "support": {
4308                 "source": "https://github.com/symfony/deprecation-contracts/tree/master"
4309             },
4310             "funding": [
4311                 {
4312                     "url": "https://symfony.com/sponsor",
4313                     "type": "custom"
4314                 },
4315                 {
4316                     "url": "https://github.com/fabpot",
4317                     "type": "github"
4318                 },
4319                 {
4320                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4321                     "type": "tidelift"
4322                 }
4323             ],
4324             "time": "2020-09-07T11:33:47+00:00"
4325         },
4326         {
4327             "name": "symfony/error-handler",
4328             "version": "v4.4.18",
4329             "source": {
4330                 "type": "git",
4331                 "url": "https://github.com/symfony/error-handler.git",
4332                 "reference": "ef2f7ddd3b9177bbf8ff2ecd8d0e970ed48da0c3"
4333             },
4334             "dist": {
4335                 "type": "zip",
4336                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/ef2f7ddd3b9177bbf8ff2ecd8d0e970ed48da0c3",
4337                 "reference": "ef2f7ddd3b9177bbf8ff2ecd8d0e970ed48da0c3",
4338                 "shasum": ""
4339             },
4340             "require": {
4341                 "php": ">=7.1.3",
4342                 "psr/log": "~1.0",
4343                 "symfony/debug": "^4.4.5",
4344                 "symfony/polyfill-php80": "^1.15",
4345                 "symfony/var-dumper": "^4.4|^5.0"
4346             },
4347             "require-dev": {
4348                 "symfony/http-kernel": "^4.4|^5.0",
4349                 "symfony/serializer": "^4.4|^5.0"
4350             },
4351             "type": "library",
4352             "autoload": {
4353                 "psr-4": {
4354                     "Symfony\\Component\\ErrorHandler\\": ""
4355                 },
4356                 "exclude-from-classmap": [
4357                     "/Tests/"
4358                 ]
4359             },
4360             "notification-url": "https://packagist.org/downloads/",
4361             "license": [
4362                 "MIT"
4363             ],
4364             "authors": [
4365                 {
4366                     "name": "Fabien Potencier",
4367                     "email": "fabien@symfony.com"
4368                 },
4369                 {
4370                     "name": "Symfony Community",
4371                     "homepage": "https://symfony.com/contributors"
4372                 }
4373             ],
4374             "description": "Symfony ErrorHandler Component",
4375             "homepage": "https://symfony.com",
4376             "support": {
4377                 "source": "https://github.com/symfony/error-handler/tree/v4.4.18"
4378             },
4379             "funding": [
4380                 {
4381                     "url": "https://symfony.com/sponsor",
4382                     "type": "custom"
4383                 },
4384                 {
4385                     "url": "https://github.com/fabpot",
4386                     "type": "github"
4387                 },
4388                 {
4389                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4390                     "type": "tidelift"
4391                 }
4392             ],
4393             "time": "2020-12-09T11:15:38+00:00"
4394         },
4395         {
4396             "name": "symfony/event-dispatcher",
4397             "version": "v4.4.18",
4398             "source": {
4399                 "type": "git",
4400                 "url": "https://github.com/symfony/event-dispatcher.git",
4401                 "reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0"
4402             },
4403             "dist": {
4404                 "type": "zip",
4405                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5d4c874b0eb1c32d40328a09dbc37307a5a910b0",
4406                 "reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0",
4407                 "shasum": ""
4408             },
4409             "require": {
4410                 "php": ">=7.1.3",
4411                 "symfony/event-dispatcher-contracts": "^1.1"
4412             },
4413             "conflict": {
4414                 "symfony/dependency-injection": "<3.4"
4415             },
4416             "provide": {
4417                 "psr/event-dispatcher-implementation": "1.0",
4418                 "symfony/event-dispatcher-implementation": "1.1"
4419             },
4420             "require-dev": {
4421                 "psr/log": "~1.0",
4422                 "symfony/config": "^3.4|^4.0|^5.0",
4423                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4424                 "symfony/error-handler": "~3.4|~4.4",
4425                 "symfony/expression-language": "^3.4|^4.0|^5.0",
4426                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4427                 "symfony/service-contracts": "^1.1|^2",
4428                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
4429             },
4430             "suggest": {
4431                 "symfony/dependency-injection": "",
4432                 "symfony/http-kernel": ""
4433             },
4434             "type": "library",
4435             "autoload": {
4436                 "psr-4": {
4437                     "Symfony\\Component\\EventDispatcher\\": ""
4438                 },
4439                 "exclude-from-classmap": [
4440                     "/Tests/"
4441                 ]
4442             },
4443             "notification-url": "https://packagist.org/downloads/",
4444             "license": [
4445                 "MIT"
4446             ],
4447             "authors": [
4448                 {
4449                     "name": "Fabien Potencier",
4450                     "email": "fabien@symfony.com"
4451                 },
4452                 {
4453                     "name": "Symfony Community",
4454                     "homepage": "https://symfony.com/contributors"
4455                 }
4456             ],
4457             "description": "Symfony EventDispatcher Component",
4458             "homepage": "https://symfony.com",
4459             "support": {
4460                 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.18"
4461             },
4462             "funding": [
4463                 {
4464                     "url": "https://symfony.com/sponsor",
4465                     "type": "custom"
4466                 },
4467                 {
4468                     "url": "https://github.com/fabpot",
4469                     "type": "github"
4470                 },
4471                 {
4472                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4473                     "type": "tidelift"
4474                 }
4475             ],
4476             "time": "2020-12-18T07:41:31+00:00"
4477         },
4478         {
4479             "name": "symfony/event-dispatcher-contracts",
4480             "version": "v1.1.9",
4481             "source": {
4482                 "type": "git",
4483                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
4484                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
4485             },
4486             "dist": {
4487                 "type": "zip",
4488                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
4489                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
4490                 "shasum": ""
4491             },
4492             "require": {
4493                 "php": ">=7.1.3"
4494             },
4495             "suggest": {
4496                 "psr/event-dispatcher": "",
4497                 "symfony/event-dispatcher-implementation": ""
4498             },
4499             "type": "library",
4500             "extra": {
4501                 "branch-alias": {
4502                     "dev-master": "1.1-dev"
4503                 },
4504                 "thanks": {
4505                     "name": "symfony/contracts",
4506                     "url": "https://github.com/symfony/contracts"
4507                 }
4508             },
4509             "autoload": {
4510                 "psr-4": {
4511                     "Symfony\\Contracts\\EventDispatcher\\": ""
4512                 }
4513             },
4514             "notification-url": "https://packagist.org/downloads/",
4515             "license": [
4516                 "MIT"
4517             ],
4518             "authors": [
4519                 {
4520                     "name": "Nicolas Grekas",
4521                     "email": "p@tchwork.com"
4522                 },
4523                 {
4524                     "name": "Symfony Community",
4525                     "homepage": "https://symfony.com/contributors"
4526                 }
4527             ],
4528             "description": "Generic abstractions related to dispatching event",
4529             "homepage": "https://symfony.com",
4530             "keywords": [
4531                 "abstractions",
4532                 "contracts",
4533                 "decoupling",
4534                 "interfaces",
4535                 "interoperability",
4536                 "standards"
4537             ],
4538             "support": {
4539                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
4540             },
4541             "funding": [
4542                 {
4543                     "url": "https://symfony.com/sponsor",
4544                     "type": "custom"
4545                 },
4546                 {
4547                     "url": "https://github.com/fabpot",
4548                     "type": "github"
4549                 },
4550                 {
4551                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4552                     "type": "tidelift"
4553                 }
4554             ],
4555             "time": "2020-07-06T13:19:58+00:00"
4556         },
4557         {
4558             "name": "symfony/finder",
4559             "version": "v4.4.18",
4560             "source": {
4561                 "type": "git",
4562                 "url": "https://github.com/symfony/finder.git",
4563                 "reference": "ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b"
4564             },
4565             "dist": {
4566                 "type": "zip",
4567                 "url": "https://api.github.com/repos/symfony/finder/zipball/ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b",
4568                 "reference": "ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b",
4569                 "shasum": ""
4570             },
4571             "require": {
4572                 "php": ">=7.1.3"
4573             },
4574             "type": "library",
4575             "autoload": {
4576                 "psr-4": {
4577                     "Symfony\\Component\\Finder\\": ""
4578                 },
4579                 "exclude-from-classmap": [
4580                     "/Tests/"
4581                 ]
4582             },
4583             "notification-url": "https://packagist.org/downloads/",
4584             "license": [
4585                 "MIT"
4586             ],
4587             "authors": [
4588                 {
4589                     "name": "Fabien Potencier",
4590                     "email": "fabien@symfony.com"
4591                 },
4592                 {
4593                     "name": "Symfony Community",
4594                     "homepage": "https://symfony.com/contributors"
4595                 }
4596             ],
4597             "description": "Symfony Finder Component",
4598             "homepage": "https://symfony.com",
4599             "support": {
4600                 "source": "https://github.com/symfony/finder/tree/v4.4.18"
4601             },
4602             "funding": [
4603                 {
4604                     "url": "https://symfony.com/sponsor",
4605                     "type": "custom"
4606                 },
4607                 {
4608                     "url": "https://github.com/fabpot",
4609                     "type": "github"
4610                 },
4611                 {
4612                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4613                     "type": "tidelift"
4614                 }
4615             ],
4616             "time": "2020-12-08T16:59:59+00:00"
4617         },
4618         {
4619             "name": "symfony/http-client-contracts",
4620             "version": "v2.3.1",
4621             "source": {
4622                 "type": "git",
4623                 "url": "https://github.com/symfony/http-client-contracts.git",
4624                 "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
4625             },
4626             "dist": {
4627                 "type": "zip",
4628                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
4629                 "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
4630                 "shasum": ""
4631             },
4632             "require": {
4633                 "php": ">=7.2.5"
4634             },
4635             "suggest": {
4636                 "symfony/http-client-implementation": ""
4637             },
4638             "type": "library",
4639             "extra": {
4640                 "branch-version": "2.3",
4641                 "branch-alias": {
4642                     "dev-main": "2.3-dev"
4643                 },
4644                 "thanks": {
4645                     "name": "symfony/contracts",
4646                     "url": "https://github.com/symfony/contracts"
4647                 }
4648             },
4649             "autoload": {
4650                 "psr-4": {
4651                     "Symfony\\Contracts\\HttpClient\\": ""
4652                 }
4653             },
4654             "notification-url": "https://packagist.org/downloads/",
4655             "license": [
4656                 "MIT"
4657             ],
4658             "authors": [
4659                 {
4660                     "name": "Nicolas Grekas",
4661                     "email": "p@tchwork.com"
4662                 },
4663                 {
4664                     "name": "Symfony Community",
4665                     "homepage": "https://symfony.com/contributors"
4666                 }
4667             ],
4668             "description": "Generic abstractions related to HTTP clients",
4669             "homepage": "https://symfony.com",
4670             "keywords": [
4671                 "abstractions",
4672                 "contracts",
4673                 "decoupling",
4674                 "interfaces",
4675                 "interoperability",
4676                 "standards"
4677             ],
4678             "support": {
4679                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
4680             },
4681             "funding": [
4682                 {
4683                     "url": "https://symfony.com/sponsor",
4684                     "type": "custom"
4685                 },
4686                 {
4687                     "url": "https://github.com/fabpot",
4688                     "type": "github"
4689                 },
4690                 {
4691                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4692                     "type": "tidelift"
4693                 }
4694             ],
4695             "time": "2020-10-14T17:08:19+00:00"
4696         },
4697         {
4698             "name": "symfony/http-foundation",
4699             "version": "v4.4.18",
4700             "source": {
4701                 "type": "git",
4702                 "url": "https://github.com/symfony/http-foundation.git",
4703                 "reference": "5ebda66b51612516bf338d5f87da2f37ff74cf34"
4704             },
4705             "dist": {
4706                 "type": "zip",
4707                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5ebda66b51612516bf338d5f87da2f37ff74cf34",
4708                 "reference": "5ebda66b51612516bf338d5f87da2f37ff74cf34",
4709                 "shasum": ""
4710             },
4711             "require": {
4712                 "php": ">=7.1.3",
4713                 "symfony/mime": "^4.3|^5.0",
4714                 "symfony/polyfill-mbstring": "~1.1",
4715                 "symfony/polyfill-php80": "^1.15"
4716             },
4717             "require-dev": {
4718                 "predis/predis": "~1.0",
4719                 "symfony/expression-language": "^3.4|^4.0|^5.0"
4720             },
4721             "type": "library",
4722             "autoload": {
4723                 "psr-4": {
4724                     "Symfony\\Component\\HttpFoundation\\": ""
4725                 },
4726                 "exclude-from-classmap": [
4727                     "/Tests/"
4728                 ]
4729             },
4730             "notification-url": "https://packagist.org/downloads/",
4731             "license": [
4732                 "MIT"
4733             ],
4734             "authors": [
4735                 {
4736                     "name": "Fabien Potencier",
4737                     "email": "fabien@symfony.com"
4738                 },
4739                 {
4740                     "name": "Symfony Community",
4741                     "homepage": "https://symfony.com/contributors"
4742                 }
4743             ],
4744             "description": "Symfony HttpFoundation Component",
4745             "homepage": "https://symfony.com",
4746             "support": {
4747                 "source": "https://github.com/symfony/http-foundation/tree/v4.4.18"
4748             },
4749             "funding": [
4750                 {
4751                     "url": "https://symfony.com/sponsor",
4752                     "type": "custom"
4753                 },
4754                 {
4755                     "url": "https://github.com/fabpot",
4756                     "type": "github"
4757                 },
4758                 {
4759                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4760                     "type": "tidelift"
4761                 }
4762             ],
4763             "time": "2020-12-18T07:41:31+00:00"
4764         },
4765         {
4766             "name": "symfony/http-kernel",
4767             "version": "v4.4.18",
4768             "source": {
4769                 "type": "git",
4770                 "url": "https://github.com/symfony/http-kernel.git",
4771                 "reference": "eaff9a43e74513508867ecfa66ef94fbb96ab128"
4772             },
4773             "dist": {
4774                 "type": "zip",
4775                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/eaff9a43e74513508867ecfa66ef94fbb96ab128",
4776                 "reference": "eaff9a43e74513508867ecfa66ef94fbb96ab128",
4777                 "shasum": ""
4778             },
4779             "require": {
4780                 "php": ">=7.1.3",
4781                 "psr/log": "~1.0",
4782                 "symfony/error-handler": "^4.4",
4783                 "symfony/event-dispatcher": "^4.4",
4784                 "symfony/http-client-contracts": "^1.1|^2",
4785                 "symfony/http-foundation": "^4.4|^5.0",
4786                 "symfony/polyfill-ctype": "^1.8",
4787                 "symfony/polyfill-php73": "^1.9",
4788                 "symfony/polyfill-php80": "^1.15"
4789             },
4790             "conflict": {
4791                 "symfony/browser-kit": "<4.3",
4792                 "symfony/config": "<3.4",
4793                 "symfony/console": ">=5",
4794                 "symfony/dependency-injection": "<4.3",
4795                 "symfony/translation": "<4.2",
4796                 "twig/twig": "<1.34|<2.4,>=2"
4797             },
4798             "provide": {
4799                 "psr/log-implementation": "1.0"
4800             },
4801             "require-dev": {
4802                 "psr/cache": "~1.0",
4803                 "symfony/browser-kit": "^4.3|^5.0",
4804                 "symfony/config": "^3.4|^4.0|^5.0",
4805                 "symfony/console": "^3.4|^4.0",
4806                 "symfony/css-selector": "^3.4|^4.0|^5.0",
4807                 "symfony/dependency-injection": "^4.3|^5.0",
4808                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
4809                 "symfony/expression-language": "^3.4|^4.0|^5.0",
4810                 "symfony/finder": "^3.4|^4.0|^5.0",
4811                 "symfony/process": "^3.4|^4.0|^5.0",
4812                 "symfony/routing": "^3.4|^4.0|^5.0",
4813                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
4814                 "symfony/templating": "^3.4|^4.0|^5.0",
4815                 "symfony/translation": "^4.2|^5.0",
4816                 "symfony/translation-contracts": "^1.1|^2",
4817                 "twig/twig": "^1.34|^2.4|^3.0"
4818             },
4819             "suggest": {
4820                 "symfony/browser-kit": "",
4821                 "symfony/config": "",
4822                 "symfony/console": "",
4823                 "symfony/dependency-injection": ""
4824             },
4825             "type": "library",
4826             "autoload": {
4827                 "psr-4": {
4828                     "Symfony\\Component\\HttpKernel\\": ""
4829                 },
4830                 "exclude-from-classmap": [
4831                     "/Tests/"
4832                 ]
4833             },
4834             "notification-url": "https://packagist.org/downloads/",
4835             "license": [
4836                 "MIT"
4837             ],
4838             "authors": [
4839                 {
4840                     "name": "Fabien Potencier",
4841                     "email": "fabien@symfony.com"
4842                 },
4843                 {
4844                     "name": "Symfony Community",
4845                     "homepage": "https://symfony.com/contributors"
4846                 }
4847             ],
4848             "description": "Symfony HttpKernel Component",
4849             "homepage": "https://symfony.com",
4850             "support": {
4851                 "source": "https://github.com/symfony/http-kernel/tree/v4.4.18"
4852             },
4853             "funding": [
4854                 {
4855                     "url": "https://symfony.com/sponsor",
4856                     "type": "custom"
4857                 },
4858                 {
4859                     "url": "https://github.com/fabpot",
4860                     "type": "github"
4861                 },
4862                 {
4863                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4864                     "type": "tidelift"
4865                 }
4866             ],
4867             "time": "2020-12-18T13:32:33+00:00"
4868         },
4869         {
4870             "name": "symfony/mime",
4871             "version": "v5.2.1",
4872             "source": {
4873                 "type": "git",
4874                 "url": "https://github.com/symfony/mime.git",
4875                 "reference": "de97005aef7426ba008c46ba840fc301df577ada"
4876             },
4877             "dist": {
4878                 "type": "zip",
4879                 "url": "https://api.github.com/repos/symfony/mime/zipball/de97005aef7426ba008c46ba840fc301df577ada",
4880                 "reference": "de97005aef7426ba008c46ba840fc301df577ada",
4881                 "shasum": ""
4882             },
4883             "require": {
4884                 "php": ">=7.2.5",
4885                 "symfony/deprecation-contracts": "^2.1",
4886                 "symfony/polyfill-intl-idn": "^1.10",
4887                 "symfony/polyfill-mbstring": "^1.0",
4888                 "symfony/polyfill-php80": "^1.15"
4889             },
4890             "conflict": {
4891                 "symfony/mailer": "<4.4"
4892             },
4893             "require-dev": {
4894                 "egulias/email-validator": "^2.1.10",
4895                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4896                 "symfony/dependency-injection": "^4.4|^5.0",
4897                 "symfony/property-access": "^4.4|^5.1",
4898                 "symfony/property-info": "^4.4|^5.1",
4899                 "symfony/serializer": "^5.2"
4900             },
4901             "type": "library",
4902             "autoload": {
4903                 "psr-4": {
4904                     "Symfony\\Component\\Mime\\": ""
4905                 },
4906                 "exclude-from-classmap": [
4907                     "/Tests/"
4908                 ]
4909             },
4910             "notification-url": "https://packagist.org/downloads/",
4911             "license": [
4912                 "MIT"
4913             ],
4914             "authors": [
4915                 {
4916                     "name": "Fabien Potencier",
4917                     "email": "fabien@symfony.com"
4918                 },
4919                 {
4920                     "name": "Symfony Community",
4921                     "homepage": "https://symfony.com/contributors"
4922                 }
4923             ],
4924             "description": "A library to manipulate MIME messages",
4925             "homepage": "https://symfony.com",
4926             "keywords": [
4927                 "mime",
4928                 "mime-type"
4929             ],
4930             "support": {
4931                 "source": "https://github.com/symfony/mime/tree/v5.2.1"
4932             },
4933             "funding": [
4934                 {
4935                     "url": "https://symfony.com/sponsor",
4936                     "type": "custom"
4937                 },
4938                 {
4939                     "url": "https://github.com/fabpot",
4940                     "type": "github"
4941                 },
4942                 {
4943                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4944                     "type": "tidelift"
4945                 }
4946             ],
4947             "time": "2020-12-09T18:54:12+00:00"
4948         },
4949         {
4950             "name": "symfony/polyfill-ctype",
4951             "version": "v1.22.0",
4952             "source": {
4953                 "type": "git",
4954                 "url": "https://github.com/symfony/polyfill-ctype.git",
4955                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
4956             },
4957             "dist": {
4958                 "type": "zip",
4959                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
4960                 "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
4961                 "shasum": ""
4962             },
4963             "require": {
4964                 "php": ">=7.1"
4965             },
4966             "suggest": {
4967                 "ext-ctype": "For best performance"
4968             },
4969             "type": "library",
4970             "extra": {
4971                 "branch-alias": {
4972                     "dev-main": "1.22-dev"
4973                 },
4974                 "thanks": {
4975                     "name": "symfony/polyfill",
4976                     "url": "https://github.com/symfony/polyfill"
4977                 }
4978             },
4979             "autoload": {
4980                 "psr-4": {
4981                     "Symfony\\Polyfill\\Ctype\\": ""
4982                 },
4983                 "files": [
4984                     "bootstrap.php"
4985                 ]
4986             },
4987             "notification-url": "https://packagist.org/downloads/",
4988             "license": [
4989                 "MIT"
4990             ],
4991             "authors": [
4992                 {
4993                     "name": "Gert de Pagter",
4994                     "email": "BackEndTea@gmail.com"
4995                 },
4996                 {
4997                     "name": "Symfony Community",
4998                     "homepage": "https://symfony.com/contributors"
4999                 }
5000             ],
5001             "description": "Symfony polyfill for ctype functions",
5002             "homepage": "https://symfony.com",
5003             "keywords": [
5004                 "compatibility",
5005                 "ctype",
5006                 "polyfill",
5007                 "portable"
5008             ],
5009             "support": {
5010                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0"
5011             },
5012             "funding": [
5013                 {
5014                     "url": "https://symfony.com/sponsor",
5015                     "type": "custom"
5016                 },
5017                 {
5018                     "url": "https://github.com/fabpot",
5019                     "type": "github"
5020                 },
5021                 {
5022                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5023                     "type": "tidelift"
5024                 }
5025             ],
5026             "time": "2021-01-07T16:49:33+00:00"
5027         },
5028         {
5029             "name": "symfony/polyfill-iconv",
5030             "version": "v1.22.0",
5031             "source": {
5032                 "type": "git",
5033                 "url": "https://github.com/symfony/polyfill-iconv.git",
5034                 "reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6"
5035             },
5036             "dist": {
5037                 "type": "zip",
5038                 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
5039                 "reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
5040                 "shasum": ""
5041             },
5042             "require": {
5043                 "php": ">=7.1"
5044             },
5045             "suggest": {
5046                 "ext-iconv": "For best performance"
5047             },
5048             "type": "library",
5049             "extra": {
5050                 "branch-alias": {
5051                     "dev-main": "1.22-dev"
5052                 },
5053                 "thanks": {
5054                     "name": "symfony/polyfill",
5055                     "url": "https://github.com/symfony/polyfill"
5056                 }
5057             },
5058             "autoload": {
5059                 "psr-4": {
5060                     "Symfony\\Polyfill\\Iconv\\": ""
5061                 },
5062                 "files": [
5063                     "bootstrap.php"
5064                 ]
5065             },
5066             "notification-url": "https://packagist.org/downloads/",
5067             "license": [
5068                 "MIT"
5069             ],
5070             "authors": [
5071                 {
5072                     "name": "Nicolas Grekas",
5073                     "email": "p@tchwork.com"
5074                 },
5075                 {
5076                     "name": "Symfony Community",
5077                     "homepage": "https://symfony.com/contributors"
5078                 }
5079             ],
5080             "description": "Symfony polyfill for the Iconv extension",
5081             "homepage": "https://symfony.com",
5082             "keywords": [
5083                 "compatibility",
5084                 "iconv",
5085                 "polyfill",
5086                 "portable",
5087                 "shim"
5088             ],
5089             "support": {
5090                 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.0"
5091             },
5092             "funding": [
5093                 {
5094                     "url": "https://symfony.com/sponsor",
5095                     "type": "custom"
5096                 },
5097                 {
5098                     "url": "https://github.com/fabpot",
5099                     "type": "github"
5100                 },
5101                 {
5102                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5103                     "type": "tidelift"
5104                 }
5105             ],
5106             "time": "2021-01-07T16:49:33+00:00"
5107         },
5108         {
5109             "name": "symfony/polyfill-intl-idn",
5110             "version": "v1.22.0",
5111             "source": {
5112                 "type": "git",
5113                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
5114                 "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44"
5115             },
5116             "dist": {
5117                 "type": "zip",
5118                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
5119                 "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
5120                 "shasum": ""
5121             },
5122             "require": {
5123                 "php": ">=7.1",
5124                 "symfony/polyfill-intl-normalizer": "^1.10",
5125                 "symfony/polyfill-php72": "^1.10"
5126             },
5127             "suggest": {
5128                 "ext-intl": "For best performance"
5129             },
5130             "type": "library",
5131             "extra": {
5132                 "branch-alias": {
5133                     "dev-main": "1.22-dev"
5134                 },
5135                 "thanks": {
5136                     "name": "symfony/polyfill",
5137                     "url": "https://github.com/symfony/polyfill"
5138                 }
5139             },
5140             "autoload": {
5141                 "psr-4": {
5142                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
5143                 },
5144                 "files": [
5145                     "bootstrap.php"
5146                 ]
5147             },
5148             "notification-url": "https://packagist.org/downloads/",
5149             "license": [
5150                 "MIT"
5151             ],
5152             "authors": [
5153                 {
5154                     "name": "Laurent Bassin",
5155                     "email": "laurent@bassin.info"
5156                 },
5157                 {
5158                     "name": "Trevor Rowbotham",
5159                     "email": "trevor.rowbotham@pm.me"
5160                 },
5161                 {
5162                     "name": "Symfony Community",
5163                     "homepage": "https://symfony.com/contributors"
5164                 }
5165             ],
5166             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
5167             "homepage": "https://symfony.com",
5168             "keywords": [
5169                 "compatibility",
5170                 "idn",
5171                 "intl",
5172                 "polyfill",
5173                 "portable",
5174                 "shim"
5175             ],
5176             "support": {
5177                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.0"
5178             },
5179             "funding": [
5180                 {
5181                     "url": "https://symfony.com/sponsor",
5182                     "type": "custom"
5183                 },
5184                 {
5185                     "url": "https://github.com/fabpot",
5186                     "type": "github"
5187                 },
5188                 {
5189                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5190                     "type": "tidelift"
5191                 }
5192             ],
5193             "time": "2021-01-07T16:49:33+00:00"
5194         },
5195         {
5196             "name": "symfony/polyfill-intl-normalizer",
5197             "version": "v1.22.0",
5198             "source": {
5199                 "type": "git",
5200                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
5201                 "reference": "6e971c891537eb617a00bb07a43d182a6915faba"
5202             },
5203             "dist": {
5204                 "type": "zip",
5205                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba",
5206                 "reference": "6e971c891537eb617a00bb07a43d182a6915faba",
5207                 "shasum": ""
5208             },
5209             "require": {
5210                 "php": ">=7.1"
5211             },
5212             "suggest": {
5213                 "ext-intl": "For best performance"
5214             },
5215             "type": "library",
5216             "extra": {
5217                 "branch-alias": {
5218                     "dev-main": "1.22-dev"
5219                 },
5220                 "thanks": {
5221                     "name": "symfony/polyfill",
5222                     "url": "https://github.com/symfony/polyfill"
5223                 }
5224             },
5225             "autoload": {
5226                 "psr-4": {
5227                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
5228                 },
5229                 "files": [
5230                     "bootstrap.php"
5231                 ],
5232                 "classmap": [
5233                     "Resources/stubs"
5234                 ]
5235             },
5236             "notification-url": "https://packagist.org/downloads/",
5237             "license": [
5238                 "MIT"
5239             ],
5240             "authors": [
5241                 {
5242                     "name": "Nicolas Grekas",
5243                     "email": "p@tchwork.com"
5244                 },
5245                 {
5246                     "name": "Symfony Community",
5247                     "homepage": "https://symfony.com/contributors"
5248                 }
5249             ],
5250             "description": "Symfony polyfill for intl's Normalizer class and related functions",
5251             "homepage": "https://symfony.com",
5252             "keywords": [
5253                 "compatibility",
5254                 "intl",
5255                 "normalizer",
5256                 "polyfill",
5257                 "portable",
5258                 "shim"
5259             ],
5260             "support": {
5261                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.0"
5262             },
5263             "funding": [
5264                 {
5265                     "url": "https://symfony.com/sponsor",
5266                     "type": "custom"
5267                 },
5268                 {
5269                     "url": "https://github.com/fabpot",
5270                     "type": "github"
5271                 },
5272                 {
5273                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5274                     "type": "tidelift"
5275                 }
5276             ],
5277             "time": "2021-01-07T17:09:11+00:00"
5278         },
5279         {
5280             "name": "symfony/polyfill-mbstring",
5281             "version": "v1.22.0",
5282             "source": {
5283                 "type": "git",
5284                 "url": "https://github.com/symfony/polyfill-mbstring.git",
5285                 "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
5286             },
5287             "dist": {
5288                 "type": "zip",
5289                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
5290                 "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
5291                 "shasum": ""
5292             },
5293             "require": {
5294                 "php": ">=7.1"
5295             },
5296             "suggest": {
5297                 "ext-mbstring": "For best performance"
5298             },
5299             "type": "library",
5300             "extra": {
5301                 "branch-alias": {
5302                     "dev-main": "1.22-dev"
5303                 },
5304                 "thanks": {
5305                     "name": "symfony/polyfill",
5306                     "url": "https://github.com/symfony/polyfill"
5307                 }
5308             },
5309             "autoload": {
5310                 "psr-4": {
5311                     "Symfony\\Polyfill\\Mbstring\\": ""
5312                 },
5313                 "files": [
5314                     "bootstrap.php"
5315                 ]
5316             },
5317             "notification-url": "https://packagist.org/downloads/",
5318             "license": [
5319                 "MIT"
5320             ],
5321             "authors": [
5322                 {
5323                     "name": "Nicolas Grekas",
5324                     "email": "p@tchwork.com"
5325                 },
5326                 {
5327                     "name": "Symfony Community",
5328                     "homepage": "https://symfony.com/contributors"
5329                 }
5330             ],
5331             "description": "Symfony polyfill for the Mbstring extension",
5332             "homepage": "https://symfony.com",
5333             "keywords": [
5334                 "compatibility",
5335                 "mbstring",
5336                 "polyfill",
5337                 "portable",
5338                 "shim"
5339             ],
5340             "support": {
5341                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0"
5342             },
5343             "funding": [
5344                 {
5345                     "url": "https://symfony.com/sponsor",
5346                     "type": "custom"
5347                 },
5348                 {
5349                     "url": "https://github.com/fabpot",
5350                     "type": "github"
5351                 },
5352                 {
5353                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5354                     "type": "tidelift"
5355                 }
5356             ],
5357             "time": "2021-01-07T16:49:33+00:00"
5358         },
5359         {
5360             "name": "symfony/polyfill-php72",
5361             "version": "v1.22.0",
5362             "source": {
5363                 "type": "git",
5364                 "url": "https://github.com/symfony/polyfill-php72.git",
5365                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
5366             },
5367             "dist": {
5368                 "type": "zip",
5369                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
5370                 "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
5371                 "shasum": ""
5372             },
5373             "require": {
5374                 "php": ">=7.1"
5375             },
5376             "type": "library",
5377             "extra": {
5378                 "branch-alias": {
5379                     "dev-main": "1.22-dev"
5380                 },
5381                 "thanks": {
5382                     "name": "symfony/polyfill",
5383                     "url": "https://github.com/symfony/polyfill"
5384                 }
5385             },
5386             "autoload": {
5387                 "psr-4": {
5388                     "Symfony\\Polyfill\\Php72\\": ""
5389                 },
5390                 "files": [
5391                     "bootstrap.php"
5392                 ]
5393             },
5394             "notification-url": "https://packagist.org/downloads/",
5395             "license": [
5396                 "MIT"
5397             ],
5398             "authors": [
5399                 {
5400                     "name": "Nicolas Grekas",
5401                     "email": "p@tchwork.com"
5402                 },
5403                 {
5404                     "name": "Symfony Community",
5405                     "homepage": "https://symfony.com/contributors"
5406                 }
5407             ],
5408             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
5409             "homepage": "https://symfony.com",
5410             "keywords": [
5411                 "compatibility",
5412                 "polyfill",
5413                 "portable",
5414                 "shim"
5415             ],
5416             "support": {
5417                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.0"
5418             },
5419             "funding": [
5420                 {
5421                     "url": "https://symfony.com/sponsor",
5422                     "type": "custom"
5423                 },
5424                 {
5425                     "url": "https://github.com/fabpot",
5426                     "type": "github"
5427                 },
5428                 {
5429                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5430                     "type": "tidelift"
5431                 }
5432             ],
5433             "time": "2021-01-07T16:49:33+00:00"
5434         },
5435         {
5436             "name": "symfony/polyfill-php73",
5437             "version": "v1.22.0",
5438             "source": {
5439                 "type": "git",
5440                 "url": "https://github.com/symfony/polyfill-php73.git",
5441                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
5442             },
5443             "dist": {
5444                 "type": "zip",
5445                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
5446                 "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
5447                 "shasum": ""
5448             },
5449             "require": {
5450                 "php": ">=7.1"
5451             },
5452             "type": "library",
5453             "extra": {
5454                 "branch-alias": {
5455                     "dev-main": "1.22-dev"
5456                 },
5457                 "thanks": {
5458                     "name": "symfony/polyfill",
5459                     "url": "https://github.com/symfony/polyfill"
5460                 }
5461             },
5462             "autoload": {
5463                 "psr-4": {
5464                     "Symfony\\Polyfill\\Php73\\": ""
5465                 },
5466                 "files": [
5467                     "bootstrap.php"
5468                 ],
5469                 "classmap": [
5470                     "Resources/stubs"
5471                 ]
5472             },
5473             "notification-url": "https://packagist.org/downloads/",
5474             "license": [
5475                 "MIT"
5476             ],
5477             "authors": [
5478                 {
5479                     "name": "Nicolas Grekas",
5480                     "email": "p@tchwork.com"
5481                 },
5482                 {
5483                     "name": "Symfony Community",
5484                     "homepage": "https://symfony.com/contributors"
5485                 }
5486             ],
5487             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
5488             "homepage": "https://symfony.com",
5489             "keywords": [
5490                 "compatibility",
5491                 "polyfill",
5492                 "portable",
5493                 "shim"
5494             ],
5495             "support": {
5496                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.0"
5497             },
5498             "funding": [
5499                 {
5500                     "url": "https://symfony.com/sponsor",
5501                     "type": "custom"
5502                 },
5503                 {
5504                     "url": "https://github.com/fabpot",
5505                     "type": "github"
5506                 },
5507                 {
5508                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5509                     "type": "tidelift"
5510                 }
5511             ],
5512             "time": "2021-01-07T16:49:33+00:00"
5513         },
5514         {
5515             "name": "symfony/polyfill-php80",
5516             "version": "v1.22.0",
5517             "source": {
5518                 "type": "git",
5519                 "url": "https://github.com/symfony/polyfill-php80.git",
5520                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
5521             },
5522             "dist": {
5523                 "type": "zip",
5524                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
5525                 "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
5526                 "shasum": ""
5527             },
5528             "require": {
5529                 "php": ">=7.1"
5530             },
5531             "type": "library",
5532             "extra": {
5533                 "branch-alias": {
5534                     "dev-main": "1.22-dev"
5535                 },
5536                 "thanks": {
5537                     "name": "symfony/polyfill",
5538                     "url": "https://github.com/symfony/polyfill"
5539                 }
5540             },
5541             "autoload": {
5542                 "psr-4": {
5543                     "Symfony\\Polyfill\\Php80\\": ""
5544                 },
5545                 "files": [
5546                     "bootstrap.php"
5547                 ],
5548                 "classmap": [
5549                     "Resources/stubs"
5550                 ]
5551             },
5552             "notification-url": "https://packagist.org/downloads/",
5553             "license": [
5554                 "MIT"
5555             ],
5556             "authors": [
5557                 {
5558                     "name": "Ion Bazan",
5559                     "email": "ion.bazan@gmail.com"
5560                 },
5561                 {
5562                     "name": "Nicolas Grekas",
5563                     "email": "p@tchwork.com"
5564                 },
5565                 {
5566                     "name": "Symfony Community",
5567                     "homepage": "https://symfony.com/contributors"
5568                 }
5569             ],
5570             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5571             "homepage": "https://symfony.com",
5572             "keywords": [
5573                 "compatibility",
5574                 "polyfill",
5575                 "portable",
5576                 "shim"
5577             ],
5578             "support": {
5579                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0"
5580             },
5581             "funding": [
5582                 {
5583                     "url": "https://symfony.com/sponsor",
5584                     "type": "custom"
5585                 },
5586                 {
5587                     "url": "https://github.com/fabpot",
5588                     "type": "github"
5589                 },
5590                 {
5591                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5592                     "type": "tidelift"
5593                 }
5594             ],
5595             "time": "2021-01-07T16:49:33+00:00"
5596         },
5597         {
5598             "name": "symfony/process",
5599             "version": "v4.4.18",
5600             "source": {
5601                 "type": "git",
5602                 "url": "https://github.com/symfony/process.git",
5603                 "reference": "075316ff72233ce3d04a9743414292e834f2cb4a"
5604             },
5605             "dist": {
5606                 "type": "zip",
5607                 "url": "https://api.github.com/repos/symfony/process/zipball/075316ff72233ce3d04a9743414292e834f2cb4a",
5608                 "reference": "075316ff72233ce3d04a9743414292e834f2cb4a",
5609                 "shasum": ""
5610             },
5611             "require": {
5612                 "php": ">=7.1.3"
5613             },
5614             "type": "library",
5615             "autoload": {
5616                 "psr-4": {
5617                     "Symfony\\Component\\Process\\": ""
5618                 },
5619                 "exclude-from-classmap": [
5620                     "/Tests/"
5621                 ]
5622             },
5623             "notification-url": "https://packagist.org/downloads/",
5624             "license": [
5625                 "MIT"
5626             ],
5627             "authors": [
5628                 {
5629                     "name": "Fabien Potencier",
5630                     "email": "fabien@symfony.com"
5631                 },
5632                 {
5633                     "name": "Symfony Community",
5634                     "homepage": "https://symfony.com/contributors"
5635                 }
5636             ],
5637             "description": "Symfony Process Component",
5638             "homepage": "https://symfony.com",
5639             "support": {
5640                 "source": "https://github.com/symfony/process/tree/v4.4.18"
5641             },
5642             "funding": [
5643                 {
5644                     "url": "https://symfony.com/sponsor",
5645                     "type": "custom"
5646                 },
5647                 {
5648                     "url": "https://github.com/fabpot",
5649                     "type": "github"
5650                 },
5651                 {
5652                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5653                     "type": "tidelift"
5654                 }
5655             ],
5656             "time": "2020-12-08T16:59:59+00:00"
5657         },
5658         {
5659             "name": "symfony/routing",
5660             "version": "v4.4.18",
5661             "source": {
5662                 "type": "git",
5663                 "url": "https://github.com/symfony/routing.git",
5664                 "reference": "80b042c20b035818daec844723e23b9825134ba0"
5665             },
5666             "dist": {
5667                 "type": "zip",
5668                 "url": "https://api.github.com/repos/symfony/routing/zipball/80b042c20b035818daec844723e23b9825134ba0",
5669                 "reference": "80b042c20b035818daec844723e23b9825134ba0",
5670                 "shasum": ""
5671             },
5672             "require": {
5673                 "php": ">=7.1.3"
5674             },
5675             "conflict": {
5676                 "symfony/config": "<4.2",
5677                 "symfony/dependency-injection": "<3.4",
5678                 "symfony/yaml": "<3.4"
5679             },
5680             "require-dev": {
5681                 "doctrine/annotations": "~1.2",
5682                 "psr/log": "~1.0",
5683                 "symfony/config": "^4.2|^5.0",
5684                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5685                 "symfony/expression-language": "^3.4|^4.0|^5.0",
5686                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
5687                 "symfony/yaml": "^3.4|^4.0|^5.0"
5688             },
5689             "suggest": {
5690                 "doctrine/annotations": "For using the annotation loader",
5691                 "symfony/config": "For using the all-in-one router or any loader",
5692                 "symfony/expression-language": "For using expression matching",
5693                 "symfony/http-foundation": "For using a Symfony Request object",
5694                 "symfony/yaml": "For using the YAML loader"
5695             },
5696             "type": "library",
5697             "autoload": {
5698                 "psr-4": {
5699                     "Symfony\\Component\\Routing\\": ""
5700                 },
5701                 "exclude-from-classmap": [
5702                     "/Tests/"
5703                 ]
5704             },
5705             "notification-url": "https://packagist.org/downloads/",
5706             "license": [
5707                 "MIT"
5708             ],
5709             "authors": [
5710                 {
5711                     "name": "Fabien Potencier",
5712                     "email": "fabien@symfony.com"
5713                 },
5714                 {
5715                     "name": "Symfony Community",
5716                     "homepage": "https://symfony.com/contributors"
5717                 }
5718             ],
5719             "description": "Symfony Routing Component",
5720             "homepage": "https://symfony.com",
5721             "keywords": [
5722                 "router",
5723                 "routing",
5724                 "uri",
5725                 "url"
5726             ],
5727             "support": {
5728                 "source": "https://github.com/symfony/routing/tree/v4.4.18"
5729             },
5730             "funding": [
5731                 {
5732                     "url": "https://symfony.com/sponsor",
5733                     "type": "custom"
5734                 },
5735                 {
5736                     "url": "https://github.com/fabpot",
5737                     "type": "github"
5738                 },
5739                 {
5740                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5741                     "type": "tidelift"
5742                 }
5743             ],
5744             "time": "2020-12-08T16:59:59+00:00"
5745         },
5746         {
5747             "name": "symfony/service-contracts",
5748             "version": "v2.2.0",
5749             "source": {
5750                 "type": "git",
5751                 "url": "https://github.com/symfony/service-contracts.git",
5752                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
5753             },
5754             "dist": {
5755                 "type": "zip",
5756                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
5757                 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
5758                 "shasum": ""
5759             },
5760             "require": {
5761                 "php": ">=7.2.5",
5762                 "psr/container": "^1.0"
5763             },
5764             "suggest": {
5765                 "symfony/service-implementation": ""
5766             },
5767             "type": "library",
5768             "extra": {
5769                 "branch-alias": {
5770                     "dev-master": "2.2-dev"
5771                 },
5772                 "thanks": {
5773                     "name": "symfony/contracts",
5774                     "url": "https://github.com/symfony/contracts"
5775                 }
5776             },
5777             "autoload": {
5778                 "psr-4": {
5779                     "Symfony\\Contracts\\Service\\": ""
5780                 }
5781             },
5782             "notification-url": "https://packagist.org/downloads/",
5783             "license": [
5784                 "MIT"
5785             ],
5786             "authors": [
5787                 {
5788                     "name": "Nicolas Grekas",
5789                     "email": "p@tchwork.com"
5790                 },
5791                 {
5792                     "name": "Symfony Community",
5793                     "homepage": "https://symfony.com/contributors"
5794                 }
5795             ],
5796             "description": "Generic abstractions related to writing services",
5797             "homepage": "https://symfony.com",
5798             "keywords": [
5799                 "abstractions",
5800                 "contracts",
5801                 "decoupling",
5802                 "interfaces",
5803                 "interoperability",
5804                 "standards"
5805             ],
5806             "support": {
5807                 "source": "https://github.com/symfony/service-contracts/tree/master"
5808             },
5809             "funding": [
5810                 {
5811                     "url": "https://symfony.com/sponsor",
5812                     "type": "custom"
5813                 },
5814                 {
5815                     "url": "https://github.com/fabpot",
5816                     "type": "github"
5817                 },
5818                 {
5819                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5820                     "type": "tidelift"
5821                 }
5822             ],
5823             "time": "2020-09-07T11:33:47+00:00"
5824         },
5825         {
5826             "name": "symfony/translation",
5827             "version": "v4.4.18",
5828             "source": {
5829                 "type": "git",
5830                 "url": "https://github.com/symfony/translation.git",
5831                 "reference": "c1001b7d75b3136648f94b245588209d881c6939"
5832             },
5833             "dist": {
5834                 "type": "zip",
5835                 "url": "https://api.github.com/repos/symfony/translation/zipball/c1001b7d75b3136648f94b245588209d881c6939",
5836                 "reference": "c1001b7d75b3136648f94b245588209d881c6939",
5837                 "shasum": ""
5838             },
5839             "require": {
5840                 "php": ">=7.1.3",
5841                 "symfony/polyfill-mbstring": "~1.0",
5842                 "symfony/translation-contracts": "^1.1.6|^2"
5843             },
5844             "conflict": {
5845                 "symfony/config": "<3.4",
5846                 "symfony/dependency-injection": "<3.4",
5847                 "symfony/http-kernel": "<4.4",
5848                 "symfony/yaml": "<3.4"
5849             },
5850             "provide": {
5851                 "symfony/translation-implementation": "1.0"
5852             },
5853             "require-dev": {
5854                 "psr/log": "~1.0",
5855                 "symfony/config": "^3.4|^4.0|^5.0",
5856                 "symfony/console": "^3.4|^4.0|^5.0",
5857                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5858                 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
5859                 "symfony/http-kernel": "^4.4",
5860                 "symfony/intl": "^3.4|^4.0|^5.0",
5861                 "symfony/service-contracts": "^1.1.2|^2",
5862                 "symfony/yaml": "^3.4|^4.0|^5.0"
5863             },
5864             "suggest": {
5865                 "psr/log-implementation": "To use logging capability in translator",
5866                 "symfony/config": "",
5867                 "symfony/yaml": ""
5868             },
5869             "type": "library",
5870             "autoload": {
5871                 "psr-4": {
5872                     "Symfony\\Component\\Translation\\": ""
5873                 },
5874                 "exclude-from-classmap": [
5875                     "/Tests/"
5876                 ]
5877             },
5878             "notification-url": "https://packagist.org/downloads/",
5879             "license": [
5880                 "MIT"
5881             ],
5882             "authors": [
5883                 {
5884                     "name": "Fabien Potencier",
5885                     "email": "fabien@symfony.com"
5886                 },
5887                 {
5888                     "name": "Symfony Community",
5889                     "homepage": "https://symfony.com/contributors"
5890                 }
5891             ],
5892             "description": "Symfony Translation Component",
5893             "homepage": "https://symfony.com",
5894             "support": {
5895                 "source": "https://github.com/symfony/translation/tree/v4.4.18"
5896             },
5897             "funding": [
5898                 {
5899                     "url": "https://symfony.com/sponsor",
5900                     "type": "custom"
5901                 },
5902                 {
5903                     "url": "https://github.com/fabpot",
5904                     "type": "github"
5905                 },
5906                 {
5907                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5908                     "type": "tidelift"
5909                 }
5910             ],
5911             "time": "2020-12-08T16:59:59+00:00"
5912         },
5913         {
5914             "name": "symfony/translation-contracts",
5915             "version": "v2.3.0",
5916             "source": {
5917                 "type": "git",
5918                 "url": "https://github.com/symfony/translation-contracts.git",
5919                 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
5920             },
5921             "dist": {
5922                 "type": "zip",
5923                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
5924                 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
5925                 "shasum": ""
5926             },
5927             "require": {
5928                 "php": ">=7.2.5"
5929             },
5930             "suggest": {
5931                 "symfony/translation-implementation": ""
5932             },
5933             "type": "library",
5934             "extra": {
5935                 "branch-alias": {
5936                     "dev-master": "2.3-dev"
5937                 },
5938                 "thanks": {
5939                     "name": "symfony/contracts",
5940                     "url": "https://github.com/symfony/contracts"
5941                 }
5942             },
5943             "autoload": {
5944                 "psr-4": {
5945                     "Symfony\\Contracts\\Translation\\": ""
5946                 }
5947             },
5948             "notification-url": "https://packagist.org/downloads/",
5949             "license": [
5950                 "MIT"
5951             ],
5952             "authors": [
5953                 {
5954                     "name": "Nicolas Grekas",
5955                     "email": "p@tchwork.com"
5956                 },
5957                 {
5958                     "name": "Symfony Community",
5959                     "homepage": "https://symfony.com/contributors"
5960                 }
5961             ],
5962             "description": "Generic abstractions related to translation",
5963             "homepage": "https://symfony.com",
5964             "keywords": [
5965                 "abstractions",
5966                 "contracts",
5967                 "decoupling",
5968                 "interfaces",
5969                 "interoperability",
5970                 "standards"
5971             ],
5972             "support": {
5973                 "source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
5974             },
5975             "funding": [
5976                 {
5977                     "url": "https://symfony.com/sponsor",
5978                     "type": "custom"
5979                 },
5980                 {
5981                     "url": "https://github.com/fabpot",
5982                     "type": "github"
5983                 },
5984                 {
5985                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5986                     "type": "tidelift"
5987                 }
5988             ],
5989             "time": "2020-09-28T13:05:58+00:00"
5990         },
5991         {
5992             "name": "symfony/var-dumper",
5993             "version": "v4.4.18",
5994             "source": {
5995                 "type": "git",
5996                 "url": "https://github.com/symfony/var-dumper.git",
5997                 "reference": "4f31364bbc8177f2a6dbc125ac3851634ebe2a03"
5998             },
5999             "dist": {
6000                 "type": "zip",
6001                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4f31364bbc8177f2a6dbc125ac3851634ebe2a03",
6002                 "reference": "4f31364bbc8177f2a6dbc125ac3851634ebe2a03",
6003                 "shasum": ""
6004             },
6005             "require": {
6006                 "php": ">=7.1.3",
6007                 "symfony/polyfill-mbstring": "~1.0",
6008                 "symfony/polyfill-php72": "~1.5",
6009                 "symfony/polyfill-php80": "^1.15"
6010             },
6011             "conflict": {
6012                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6013                 "symfony/console": "<3.4"
6014             },
6015             "require-dev": {
6016                 "ext-iconv": "*",
6017                 "symfony/console": "^3.4|^4.0|^5.0",
6018                 "symfony/process": "^4.4|^5.0",
6019                 "twig/twig": "^1.34|^2.4|^3.0"
6020             },
6021             "suggest": {
6022                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
6023                 "ext-intl": "To show region name in time zone dump",
6024                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
6025             },
6026             "bin": [
6027                 "Resources/bin/var-dump-server"
6028             ],
6029             "type": "library",
6030             "autoload": {
6031                 "files": [
6032                     "Resources/functions/dump.php"
6033                 ],
6034                 "psr-4": {
6035                     "Symfony\\Component\\VarDumper\\": ""
6036                 },
6037                 "exclude-from-classmap": [
6038                     "/Tests/"
6039                 ]
6040             },
6041             "notification-url": "https://packagist.org/downloads/",
6042             "license": [
6043                 "MIT"
6044             ],
6045             "authors": [
6046                 {
6047                     "name": "Nicolas Grekas",
6048                     "email": "p@tchwork.com"
6049                 },
6050                 {
6051                     "name": "Symfony Community",
6052                     "homepage": "https://symfony.com/contributors"
6053                 }
6054             ],
6055             "description": "Symfony mechanism for exploring and dumping PHP variables",
6056             "homepage": "https://symfony.com",
6057             "keywords": [
6058                 "debug",
6059                 "dump"
6060             ],
6061             "support": {
6062                 "source": "https://github.com/symfony/var-dumper/tree/v4.4.18"
6063             },
6064             "funding": [
6065                 {
6066                     "url": "https://symfony.com/sponsor",
6067                     "type": "custom"
6068                 },
6069                 {
6070                     "url": "https://github.com/fabpot",
6071                     "type": "github"
6072                 },
6073                 {
6074                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6075                     "type": "tidelift"
6076                 }
6077             ],
6078             "time": "2020-12-08T16:59:59+00:00"
6079         },
6080         {
6081             "name": "tijsverkoyen/css-to-inline-styles",
6082             "version": "2.2.3",
6083             "source": {
6084                 "type": "git",
6085                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
6086                 "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
6087             },
6088             "dist": {
6089                 "type": "zip",
6090                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
6091                 "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
6092                 "shasum": ""
6093             },
6094             "require": {
6095                 "ext-dom": "*",
6096                 "ext-libxml": "*",
6097                 "php": "^5.5 || ^7.0 || ^8.0",
6098                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
6099             },
6100             "require-dev": {
6101                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
6102             },
6103             "type": "library",
6104             "extra": {
6105                 "branch-alias": {
6106                     "dev-master": "2.2.x-dev"
6107                 }
6108             },
6109             "autoload": {
6110                 "psr-4": {
6111                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
6112                 }
6113             },
6114             "notification-url": "https://packagist.org/downloads/",
6115             "license": [
6116                 "BSD-3-Clause"
6117             ],
6118             "authors": [
6119                 {
6120                     "name": "Tijs Verkoyen",
6121                     "email": "css_to_inline_styles@verkoyen.eu",
6122                     "role": "Developer"
6123                 }
6124             ],
6125             "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.",
6126             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
6127             "support": {
6128                 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
6129                 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
6130             },
6131             "time": "2020-07-13T06:12:54+00:00"
6132         },
6133         {
6134             "name": "vlucas/phpdotenv",
6135             "version": "v3.6.7",
6136             "source": {
6137                 "type": "git",
6138                 "url": "https://github.com/vlucas/phpdotenv.git",
6139                 "reference": "2065beda6cbe75e2603686907b2e45f6f3a5ad82"
6140             },
6141             "dist": {
6142                 "type": "zip",
6143                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2065beda6cbe75e2603686907b2e45f6f3a5ad82",
6144                 "reference": "2065beda6cbe75e2603686907b2e45f6f3a5ad82",
6145                 "shasum": ""
6146             },
6147             "require": {
6148                 "php": "^5.4 || ^7.0 || ^8.0",
6149                 "phpoption/phpoption": "^1.5.2",
6150                 "symfony/polyfill-ctype": "^1.17"
6151             },
6152             "require-dev": {
6153                 "ext-filter": "*",
6154                 "ext-pcre": "*",
6155                 "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
6156             },
6157             "suggest": {
6158                 "ext-filter": "Required to use the boolean validator.",
6159                 "ext-pcre": "Required to use most of the library."
6160             },
6161             "type": "library",
6162             "extra": {
6163                 "branch-alias": {
6164                     "dev-master": "3.6-dev"
6165                 }
6166             },
6167             "autoload": {
6168                 "psr-4": {
6169                     "Dotenv\\": "src/"
6170                 }
6171             },
6172             "notification-url": "https://packagist.org/downloads/",
6173             "license": [
6174                 "BSD-3-Clause"
6175             ],
6176             "authors": [
6177                 {
6178                     "name": "Graham Campbell",
6179                     "email": "graham@alt-three.com",
6180                     "homepage": "https://gjcampbell.co.uk/"
6181                 },
6182                 {
6183                     "name": "Vance Lucas",
6184                     "email": "vance@vancelucas.com",
6185                     "homepage": "https://vancelucas.com/"
6186                 }
6187             ],
6188             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
6189             "keywords": [
6190                 "dotenv",
6191                 "env",
6192                 "environment"
6193             ],
6194             "support": {
6195                 "issues": "https://github.com/vlucas/phpdotenv/issues",
6196                 "source": "https://github.com/vlucas/phpdotenv/tree/v3.6.7"
6197             },
6198             "funding": [
6199                 {
6200                     "url": "https://github.com/GrahamCampbell",
6201                     "type": "github"
6202                 },
6203                 {
6204                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
6205                     "type": "tidelift"
6206                 }
6207             ],
6208             "time": "2020-07-14T19:04:52+00:00"
6209         }
6210     ],
6211     "packages-dev": [
6212         {
6213             "name": "barryvdh/laravel-debugbar",
6214             "version": "v3.5.2",
6215             "source": {
6216                 "type": "git",
6217                 "url": "https://github.com/barryvdh/laravel-debugbar.git",
6218                 "reference": "cae0a8d1cb89b0f0522f65e60465e16d738e069b"
6219             },
6220             "dist": {
6221                 "type": "zip",
6222                 "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/cae0a8d1cb89b0f0522f65e60465e16d738e069b",
6223                 "reference": "cae0a8d1cb89b0f0522f65e60465e16d738e069b",
6224                 "shasum": ""
6225             },
6226             "require": {
6227                 "illuminate/routing": "^6|^7|^8",
6228                 "illuminate/session": "^6|^7|^8",
6229                 "illuminate/support": "^6|^7|^8",
6230                 "maximebf/debugbar": "^1.16.3",
6231                 "php": ">=7.2",
6232                 "symfony/debug": "^4.3|^5",
6233                 "symfony/finder": "^4.3|^5"
6234             },
6235             "require-dev": {
6236                 "mockery/mockery": "^1.3.3",
6237                 "orchestra/testbench-dusk": "^4|^5|^6",
6238                 "phpunit/phpunit": "^8.5|^9.0",
6239                 "squizlabs/php_codesniffer": "^3.5"
6240             },
6241             "type": "library",
6242             "extra": {
6243                 "branch-alias": {
6244                     "dev-master": "3.5-dev"
6245                 },
6246                 "laravel": {
6247                     "providers": [
6248                         "Barryvdh\\Debugbar\\ServiceProvider"
6249                     ],
6250                     "aliases": {
6251                         "Debugbar": "Barryvdh\\Debugbar\\Facade"
6252                     }
6253                 }
6254             },
6255             "autoload": {
6256                 "psr-4": {
6257                     "Barryvdh\\Debugbar\\": "src/"
6258                 },
6259                 "files": [
6260                     "src/helpers.php"
6261                 ]
6262             },
6263             "notification-url": "https://packagist.org/downloads/",
6264             "license": [
6265                 "MIT"
6266             ],
6267             "authors": [
6268                 {
6269                     "name": "Barry vd. Heuvel",
6270                     "email": "barryvdh@gmail.com"
6271                 }
6272             ],
6273             "description": "PHP Debugbar integration for Laravel",
6274             "keywords": [
6275                 "debug",
6276                 "debugbar",
6277                 "laravel",
6278                 "profiler",
6279                 "webprofiler"
6280             ],
6281             "support": {
6282                 "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
6283                 "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.5.2"
6284             },
6285             "funding": [
6286                 {
6287                     "url": "https://github.com/barryvdh",
6288                     "type": "github"
6289                 }
6290             ],
6291             "time": "2021-01-06T14:21:44+00:00"
6292         },
6293         {
6294             "name": "barryvdh/laravel-ide-helper",
6295             "version": "v2.8.2",
6296             "source": {
6297                 "type": "git",
6298                 "url": "https://github.com/barryvdh/laravel-ide-helper.git",
6299                 "reference": "5515cabea39b9cf55f98980d0f269dc9d85cfcca"
6300             },
6301             "dist": {
6302                 "type": "zip",
6303                 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5515cabea39b9cf55f98980d0f269dc9d85cfcca",
6304                 "reference": "5515cabea39b9cf55f98980d0f269dc9d85cfcca",
6305                 "shasum": ""
6306             },
6307             "require": {
6308                 "barryvdh/reflection-docblock": "^2.0.6",
6309                 "composer/composer": "^1.6 || ^2",
6310                 "doctrine/dbal": "~2.3",
6311                 "ext-json": "*",
6312                 "illuminate/console": "^6 || ^7 || ^8",
6313                 "illuminate/filesystem": "^6 || ^7 || ^8",
6314                 "illuminate/support": "^6 || ^7 || ^8",
6315                 "php": ">=7.2",
6316                 "phpdocumentor/type-resolver": "^1.1.0"
6317             },
6318             "require-dev": {
6319                 "ext-pdo_sqlite": "*",
6320                 "friendsofphp/php-cs-fixer": "^2",
6321                 "illuminate/config": "^6 || ^7 || ^8",
6322                 "illuminate/view": "^6 || ^7 || ^8",
6323                 "mockery/mockery": "^1.3.3",
6324                 "orchestra/testbench": "^4 || ^5 || ^6",
6325                 "phpunit/phpunit": "^8.5 || ^9",
6326                 "spatie/phpunit-snapshot-assertions": "^1.4 || ^2.2 || ^3 || ^4",
6327                 "vimeo/psalm": "^3.12"
6328             },
6329             "type": "library",
6330             "extra": {
6331                 "branch-alias": {
6332                     "dev-master": "2.8-dev"
6333                 },
6334                 "laravel": {
6335                     "providers": [
6336                         "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
6337                     ]
6338                 }
6339             },
6340             "autoload": {
6341                 "psr-4": {
6342                     "Barryvdh\\LaravelIdeHelper\\": "src"
6343                 }
6344             },
6345             "notification-url": "https://packagist.org/downloads/",
6346             "license": [
6347                 "MIT"
6348             ],
6349             "authors": [
6350                 {
6351                     "name": "Barry vd. Heuvel",
6352                     "email": "barryvdh@gmail.com"
6353                 }
6354             ],
6355             "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
6356             "keywords": [
6357                 "autocomplete",
6358                 "codeintel",
6359                 "helper",
6360                 "ide",
6361                 "laravel",
6362                 "netbeans",
6363                 "phpdoc",
6364                 "phpstorm",
6365                 "sublime"
6366             ],
6367             "support": {
6368                 "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
6369                 "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.8.2"
6370             },
6371             "funding": [
6372                 {
6373                     "url": "https://github.com/barryvdh",
6374                     "type": "github"
6375                 }
6376             ],
6377             "time": "2020-12-06T08:55:05+00:00"
6378         },
6379         {
6380             "name": "barryvdh/reflection-docblock",
6381             "version": "v2.0.6",
6382             "source": {
6383                 "type": "git",
6384                 "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
6385                 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
6386             },
6387             "dist": {
6388                 "type": "zip",
6389                 "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
6390                 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
6391                 "shasum": ""
6392             },
6393             "require": {
6394                 "php": ">=5.3.3"
6395             },
6396             "require-dev": {
6397                 "phpunit/phpunit": "~4.0,<4.5"
6398             },
6399             "suggest": {
6400                 "dflydev/markdown": "~1.0",
6401                 "erusev/parsedown": "~1.0"
6402             },
6403             "type": "library",
6404             "extra": {
6405                 "branch-alias": {
6406                     "dev-master": "2.0.x-dev"
6407                 }
6408             },
6409             "autoload": {
6410                 "psr-0": {
6411                     "Barryvdh": [
6412                         "src/"
6413                     ]
6414                 }
6415             },
6416             "notification-url": "https://packagist.org/downloads/",
6417             "license": [
6418                 "MIT"
6419             ],
6420             "authors": [
6421                 {
6422                     "name": "Mike van Riel",
6423                     "email": "mike.vanriel@naenius.com"
6424                 }
6425             ],
6426             "support": {
6427                 "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.0.6"
6428             },
6429             "time": "2018-12-13T10:34:14+00:00"
6430         },
6431         {
6432             "name": "composer/ca-bundle",
6433             "version": "1.2.9",
6434             "source": {
6435                 "type": "git",
6436                 "url": "https://github.com/composer/ca-bundle.git",
6437                 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
6438             },
6439             "dist": {
6440                 "type": "zip",
6441                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
6442                 "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
6443                 "shasum": ""
6444             },
6445             "require": {
6446                 "ext-openssl": "*",
6447                 "ext-pcre": "*",
6448                 "php": "^5.3.2 || ^7.0 || ^8.0"
6449             },
6450             "require-dev": {
6451                 "phpstan/phpstan": "^0.12.55",
6452                 "psr/log": "^1.0",
6453                 "symfony/phpunit-bridge": "^4.2 || ^5",
6454                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
6455             },
6456             "type": "library",
6457             "extra": {
6458                 "branch-alias": {
6459                     "dev-main": "1.x-dev"
6460                 }
6461             },
6462             "autoload": {
6463                 "psr-4": {
6464                     "Composer\\CaBundle\\": "src"
6465                 }
6466             },
6467             "notification-url": "https://packagist.org/downloads/",
6468             "license": [
6469                 "MIT"
6470             ],
6471             "authors": [
6472                 {
6473                     "name": "Jordi Boggiano",
6474                     "email": "j.boggiano@seld.be",
6475                     "homepage": "http://seld.be"
6476                 }
6477             ],
6478             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
6479             "keywords": [
6480                 "cabundle",
6481                 "cacert",
6482                 "certificate",
6483                 "ssl",
6484                 "tls"
6485             ],
6486             "support": {
6487                 "irc": "irc://irc.freenode.org/composer",
6488                 "issues": "https://github.com/composer/ca-bundle/issues",
6489                 "source": "https://github.com/composer/ca-bundle/tree/1.2.9"
6490             },
6491             "funding": [
6492                 {
6493                     "url": "https://packagist.com",
6494                     "type": "custom"
6495                 },
6496                 {
6497                     "url": "https://github.com/composer",
6498                     "type": "github"
6499                 },
6500                 {
6501                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6502                     "type": "tidelift"
6503                 }
6504             ],
6505             "time": "2021-01-12T12:10:35+00:00"
6506         },
6507         {
6508             "name": "composer/composer",
6509             "version": "2.0.8",
6510             "source": {
6511                 "type": "git",
6512                 "url": "https://github.com/composer/composer.git",
6513                 "reference": "62139b2806178adb979d76bd3437534a1a9fd490"
6514             },
6515             "dist": {
6516                 "type": "zip",
6517                 "url": "https://api.github.com/repos/composer/composer/zipball/62139b2806178adb979d76bd3437534a1a9fd490",
6518                 "reference": "62139b2806178adb979d76bd3437534a1a9fd490",
6519                 "shasum": ""
6520             },
6521             "require": {
6522                 "composer/ca-bundle": "^1.0",
6523                 "composer/semver": "^3.0",
6524                 "composer/spdx-licenses": "^1.2",
6525                 "composer/xdebug-handler": "^1.1",
6526                 "justinrainbow/json-schema": "^5.2.10",
6527                 "php": "^5.3.2 || ^7.0 || ^8.0",
6528                 "psr/log": "^1.0",
6529                 "react/promise": "^1.2 || ^2.7",
6530                 "seld/jsonlint": "^1.4",
6531                 "seld/phar-utils": "^1.0",
6532                 "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
6533                 "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
6534                 "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
6535                 "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0"
6536             },
6537             "require-dev": {
6538                 "phpspec/prophecy": "^1.10",
6539                 "symfony/phpunit-bridge": "^4.2 || ^5.0"
6540             },
6541             "suggest": {
6542                 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
6543                 "ext-zip": "Enabling the zip extension allows you to unzip archives",
6544                 "ext-zlib": "Allow gzip compression of HTTP requests"
6545             },
6546             "bin": [
6547                 "bin/composer"
6548             ],
6549             "type": "library",
6550             "extra": {
6551                 "branch-alias": {
6552                     "dev-master": "2.0-dev"
6553                 }
6554             },
6555             "autoload": {
6556                 "psr-4": {
6557                     "Composer\\": "src/Composer"
6558                 }
6559             },
6560             "notification-url": "https://packagist.org/downloads/",
6561             "license": [
6562                 "MIT"
6563             ],
6564             "authors": [
6565                 {
6566                     "name": "Nils Adermann",
6567                     "email": "naderman@naderman.de",
6568                     "homepage": "https://www.naderman.de"
6569                 },
6570                 {
6571                     "name": "Jordi Boggiano",
6572                     "email": "j.boggiano@seld.be",
6573                     "homepage": "https://seld.be"
6574                 }
6575             ],
6576             "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
6577             "homepage": "https://getcomposer.org/",
6578             "keywords": [
6579                 "autoload",
6580                 "dependency",
6581                 "package"
6582             ],
6583             "support": {
6584                 "irc": "irc://irc.freenode.org/composer",
6585                 "issues": "https://github.com/composer/composer/issues",
6586                 "source": "https://github.com/composer/composer/tree/2.0.8"
6587             },
6588             "funding": [
6589                 {
6590                     "url": "https://packagist.com",
6591                     "type": "custom"
6592                 },
6593                 {
6594                     "url": "https://github.com/composer",
6595                     "type": "github"
6596                 },
6597                 {
6598                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6599                     "type": "tidelift"
6600                 }
6601             ],
6602             "time": "2020-12-03T16:20:39+00:00"
6603         },
6604         {
6605             "name": "composer/semver",
6606             "version": "3.2.4",
6607             "source": {
6608                 "type": "git",
6609                 "url": "https://github.com/composer/semver.git",
6610                 "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
6611             },
6612             "dist": {
6613                 "type": "zip",
6614                 "url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
6615                 "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
6616                 "shasum": ""
6617             },
6618             "require": {
6619                 "php": "^5.3.2 || ^7.0 || ^8.0"
6620             },
6621             "require-dev": {
6622                 "phpstan/phpstan": "^0.12.54",
6623                 "symfony/phpunit-bridge": "^4.2 || ^5"
6624             },
6625             "type": "library",
6626             "extra": {
6627                 "branch-alias": {
6628                     "dev-main": "3.x-dev"
6629                 }
6630             },
6631             "autoload": {
6632                 "psr-4": {
6633                     "Composer\\Semver\\": "src"
6634                 }
6635             },
6636             "notification-url": "https://packagist.org/downloads/",
6637             "license": [
6638                 "MIT"
6639             ],
6640             "authors": [
6641                 {
6642                     "name": "Nils Adermann",
6643                     "email": "naderman@naderman.de",
6644                     "homepage": "http://www.naderman.de"
6645                 },
6646                 {
6647                     "name": "Jordi Boggiano",
6648                     "email": "j.boggiano@seld.be",
6649                     "homepage": "http://seld.be"
6650                 },
6651                 {
6652                     "name": "Rob Bast",
6653                     "email": "rob.bast@gmail.com",
6654                     "homepage": "http://robbast.nl"
6655                 }
6656             ],
6657             "description": "Semver library that offers utilities, version constraint parsing and validation.",
6658             "keywords": [
6659                 "semantic",
6660                 "semver",
6661                 "validation",
6662                 "versioning"
6663             ],
6664             "support": {
6665                 "irc": "irc://irc.freenode.org/composer",
6666                 "issues": "https://github.com/composer/semver/issues",
6667                 "source": "https://github.com/composer/semver/tree/3.2.4"
6668             },
6669             "funding": [
6670                 {
6671                     "url": "https://packagist.com",
6672                     "type": "custom"
6673                 },
6674                 {
6675                     "url": "https://github.com/composer",
6676                     "type": "github"
6677                 },
6678                 {
6679                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6680                     "type": "tidelift"
6681                 }
6682             ],
6683             "time": "2020-11-13T08:59:24+00:00"
6684         },
6685         {
6686             "name": "composer/spdx-licenses",
6687             "version": "1.5.5",
6688             "source": {
6689                 "type": "git",
6690                 "url": "https://github.com/composer/spdx-licenses.git",
6691                 "reference": "de30328a7af8680efdc03e396aad24befd513200"
6692             },
6693             "dist": {
6694                 "type": "zip",
6695                 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
6696                 "reference": "de30328a7af8680efdc03e396aad24befd513200",
6697                 "shasum": ""
6698             },
6699             "require": {
6700                 "php": "^5.3.2 || ^7.0 || ^8.0"
6701             },
6702             "require-dev": {
6703                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
6704             },
6705             "type": "library",
6706             "extra": {
6707                 "branch-alias": {
6708                     "dev-main": "1.x-dev"
6709                 }
6710             },
6711             "autoload": {
6712                 "psr-4": {
6713                     "Composer\\Spdx\\": "src"
6714                 }
6715             },
6716             "notification-url": "https://packagist.org/downloads/",
6717             "license": [
6718                 "MIT"
6719             ],
6720             "authors": [
6721                 {
6722                     "name": "Nils Adermann",
6723                     "email": "naderman@naderman.de",
6724                     "homepage": "http://www.naderman.de"
6725                 },
6726                 {
6727                     "name": "Jordi Boggiano",
6728                     "email": "j.boggiano@seld.be",
6729                     "homepage": "http://seld.be"
6730                 },
6731                 {
6732                     "name": "Rob Bast",
6733                     "email": "rob.bast@gmail.com",
6734                     "homepage": "http://robbast.nl"
6735                 }
6736             ],
6737             "description": "SPDX licenses list and validation library.",
6738             "keywords": [
6739                 "license",
6740                 "spdx",
6741                 "validator"
6742             ],
6743             "support": {
6744                 "irc": "irc://irc.freenode.org/composer",
6745                 "issues": "https://github.com/composer/spdx-licenses/issues",
6746                 "source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
6747             },
6748             "funding": [
6749                 {
6750                     "url": "https://packagist.com",
6751                     "type": "custom"
6752                 },
6753                 {
6754                     "url": "https://github.com/composer",
6755                     "type": "github"
6756                 },
6757                 {
6758                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6759                     "type": "tidelift"
6760                 }
6761             ],
6762             "time": "2020-12-03T16:04:16+00:00"
6763         },
6764         {
6765             "name": "composer/xdebug-handler",
6766             "version": "1.4.5",
6767             "source": {
6768                 "type": "git",
6769                 "url": "https://github.com/composer/xdebug-handler.git",
6770                 "reference": "f28d44c286812c714741478d968104c5e604a1d4"
6771             },
6772             "dist": {
6773                 "type": "zip",
6774                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
6775                 "reference": "f28d44c286812c714741478d968104c5e604a1d4",
6776                 "shasum": ""
6777             },
6778             "require": {
6779                 "php": "^5.3.2 || ^7.0 || ^8.0",
6780                 "psr/log": "^1.0"
6781             },
6782             "require-dev": {
6783                 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
6784             },
6785             "type": "library",
6786             "autoload": {
6787                 "psr-4": {
6788                     "Composer\\XdebugHandler\\": "src"
6789                 }
6790             },
6791             "notification-url": "https://packagist.org/downloads/",
6792             "license": [
6793                 "MIT"
6794             ],
6795             "authors": [
6796                 {
6797                     "name": "John Stevenson",
6798                     "email": "john-stevenson@blueyonder.co.uk"
6799                 }
6800             ],
6801             "description": "Restarts a process without Xdebug.",
6802             "keywords": [
6803                 "Xdebug",
6804                 "performance"
6805             ],
6806             "support": {
6807                 "irc": "irc://irc.freenode.org/composer",
6808                 "issues": "https://github.com/composer/xdebug-handler/issues",
6809                 "source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
6810             },
6811             "funding": [
6812                 {
6813                     "url": "https://packagist.com",
6814                     "type": "custom"
6815                 },
6816                 {
6817                     "url": "https://github.com/composer",
6818                     "type": "github"
6819                 },
6820                 {
6821                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6822                     "type": "tidelift"
6823                 }
6824             ],
6825             "time": "2020-11-13T08:04:11+00:00"
6826         },
6827         {
6828             "name": "doctrine/instantiator",
6829             "version": "1.4.0",
6830             "source": {
6831                 "type": "git",
6832                 "url": "https://github.com/doctrine/instantiator.git",
6833                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
6834             },
6835             "dist": {
6836                 "type": "zip",
6837                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
6838                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
6839                 "shasum": ""
6840             },
6841             "require": {
6842                 "php": "^7.1 || ^8.0"
6843             },
6844             "require-dev": {
6845                 "doctrine/coding-standard": "^8.0",
6846                 "ext-pdo": "*",
6847                 "ext-phar": "*",
6848                 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
6849                 "phpstan/phpstan": "^0.12",
6850                 "phpstan/phpstan-phpunit": "^0.12",
6851                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
6852             },
6853             "type": "library",
6854             "autoload": {
6855                 "psr-4": {
6856                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
6857                 }
6858             },
6859             "notification-url": "https://packagist.org/downloads/",
6860             "license": [
6861                 "MIT"
6862             ],
6863             "authors": [
6864                 {
6865                     "name": "Marco Pivetta",
6866                     "email": "ocramius@gmail.com",
6867                     "homepage": "https://ocramius.github.io/"
6868                 }
6869             ],
6870             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
6871             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
6872             "keywords": [
6873                 "constructor",
6874                 "instantiate"
6875             ],
6876             "support": {
6877                 "issues": "https://github.com/doctrine/instantiator/issues",
6878                 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
6879             },
6880             "funding": [
6881                 {
6882                     "url": "https://www.doctrine-project.org/sponsorship.html",
6883                     "type": "custom"
6884                 },
6885                 {
6886                     "url": "https://www.patreon.com/phpdoctrine",
6887                     "type": "patreon"
6888                 },
6889                 {
6890                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
6891                     "type": "tidelift"
6892                 }
6893             ],
6894             "time": "2020-11-10T18:47:58+00:00"
6895         },
6896         {
6897             "name": "fakerphp/faker",
6898             "version": "v1.13.0",
6899             "source": {
6900                 "type": "git",
6901                 "url": "https://github.com/FakerPHP/Faker.git",
6902                 "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913"
6903             },
6904             "dist": {
6905                 "type": "zip",
6906                 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ab3f5364d01f2c2c16113442fb987d26e4004913",
6907                 "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913",
6908                 "shasum": ""
6909             },
6910             "require": {
6911                 "php": "^7.1 || ^8.0"
6912             },
6913             "conflict": {
6914                 "fzaninotto/faker": "*"
6915             },
6916             "require-dev": {
6917                 "bamarni/composer-bin-plugin": "^1.4.1",
6918                 "ext-intl": "*",
6919                 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
6920             },
6921             "type": "library",
6922             "autoload": {
6923                 "psr-4": {
6924                     "Faker\\": "src/Faker/"
6925                 }
6926             },
6927             "notification-url": "https://packagist.org/downloads/",
6928             "license": [
6929                 "MIT"
6930             ],
6931             "authors": [
6932                 {
6933                     "name": "François Zaninotto"
6934                 }
6935             ],
6936             "description": "Faker is a PHP library that generates fake data for you.",
6937             "keywords": [
6938                 "data",
6939                 "faker",
6940                 "fixtures"
6941             ],
6942             "support": {
6943                 "issues": "https://github.com/FakerPHP/Faker/issues",
6944                 "source": "https://github.com/FakerPHP/Faker/tree/v1.13.0"
6945             },
6946             "time": "2020-12-18T16:50:48+00:00"
6947         },
6948         {
6949             "name": "hamcrest/hamcrest-php",
6950             "version": "v2.0.1",
6951             "source": {
6952                 "type": "git",
6953                 "url": "https://github.com/hamcrest/hamcrest-php.git",
6954                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
6955             },
6956             "dist": {
6957                 "type": "zip",
6958                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
6959                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
6960                 "shasum": ""
6961             },
6962             "require": {
6963                 "php": "^5.3|^7.0|^8.0"
6964             },
6965             "replace": {
6966                 "cordoval/hamcrest-php": "*",
6967                 "davedevelopment/hamcrest-php": "*",
6968                 "kodova/hamcrest-php": "*"
6969             },
6970             "require-dev": {
6971                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
6972                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
6973             },
6974             "type": "library",
6975             "extra": {
6976                 "branch-alias": {
6977                     "dev-master": "2.1-dev"
6978                 }
6979             },
6980             "autoload": {
6981                 "classmap": [
6982                     "hamcrest"
6983                 ]
6984             },
6985             "notification-url": "https://packagist.org/downloads/",
6986             "license": [
6987                 "BSD-3-Clause"
6988             ],
6989             "description": "This is the PHP port of Hamcrest Matchers",
6990             "keywords": [
6991                 "test"
6992             ],
6993             "support": {
6994                 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
6995                 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
6996             },
6997             "time": "2020-07-09T08:09:16+00:00"
6998         },
6999         {
7000             "name": "justinrainbow/json-schema",
7001             "version": "5.2.10",
7002             "source": {
7003                 "type": "git",
7004                 "url": "https://github.com/justinrainbow/json-schema.git",
7005                 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
7006             },
7007             "dist": {
7008                 "type": "zip",
7009                 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
7010                 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
7011                 "shasum": ""
7012             },
7013             "require": {
7014                 "php": ">=5.3.3"
7015             },
7016             "require-dev": {
7017                 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
7018                 "json-schema/json-schema-test-suite": "1.2.0",
7019                 "phpunit/phpunit": "^4.8.35"
7020             },
7021             "bin": [
7022                 "bin/validate-json"
7023             ],
7024             "type": "library",
7025             "extra": {
7026                 "branch-alias": {
7027                     "dev-master": "5.0.x-dev"
7028                 }
7029             },
7030             "autoload": {
7031                 "psr-4": {
7032                     "JsonSchema\\": "src/JsonSchema/"
7033                 }
7034             },
7035             "notification-url": "https://packagist.org/downloads/",
7036             "license": [
7037                 "MIT"
7038             ],
7039             "authors": [
7040                 {
7041                     "name": "Bruno Prieto Reis",
7042                     "email": "bruno.p.reis@gmail.com"
7043                 },
7044                 {
7045                     "name": "Justin Rainbow",
7046                     "email": "justin.rainbow@gmail.com"
7047                 },
7048                 {
7049                     "name": "Igor Wiedler",
7050                     "email": "igor@wiedler.ch"
7051                 },
7052                 {
7053                     "name": "Robert Schönthal",
7054                     "email": "seroscho@googlemail.com"
7055                 }
7056             ],
7057             "description": "A library to validate a json schema.",
7058             "homepage": "https://github.com/justinrainbow/json-schema",
7059             "keywords": [
7060                 "json",
7061                 "schema"
7062             ],
7063             "support": {
7064                 "issues": "https://github.com/justinrainbow/json-schema/issues",
7065                 "source": "https://github.com/justinrainbow/json-schema/tree/5.2.10"
7066             },
7067             "time": "2020-05-27T16:41:55+00:00"
7068         },
7069         {
7070             "name": "laravel/browser-kit-testing",
7071             "version": "v5.2.0",
7072             "source": {
7073                 "type": "git",
7074                 "url": "https://github.com/laravel/browser-kit-testing.git",
7075                 "reference": "fa0efb279c009e2a276f934f8aff946caf66edc7"
7076             },
7077             "dist": {
7078                 "type": "zip",
7079                 "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/fa0efb279c009e2a276f934f8aff946caf66edc7",
7080                 "reference": "fa0efb279c009e2a276f934f8aff946caf66edc7",
7081                 "shasum": ""
7082             },
7083             "require": {
7084                 "ext-dom": "*",
7085                 "ext-json": "*",
7086                 "illuminate/contracts": "~5.7.0|~5.8.0|^6.0",
7087                 "illuminate/database": "~5.7.0|~5.8.0|^6.0",
7088                 "illuminate/http": "~5.7.0|~5.8.0|^6.0",
7089                 "illuminate/support": "~5.7.0|~5.8.0|^6.0",
7090                 "mockery/mockery": "^1.0",
7091                 "php": "^7.1.3|^8.0",
7092                 "phpunit/phpunit": "^7.5|^8.0|^9.3",
7093                 "symfony/console": "^4.2",
7094                 "symfony/css-selector": "^4.2",
7095                 "symfony/dom-crawler": "^4.2",
7096                 "symfony/http-foundation": "^4.2",
7097                 "symfony/http-kernel": "^4.2"
7098             },
7099             "require-dev": {
7100                 "laravel/framework": "~5.7.0|~5.8.0|^6.0"
7101             },
7102             "type": "library",
7103             "extra": {
7104                 "branch-alias": {
7105                     "dev-master": "5.x-dev"
7106                 }
7107             },
7108             "autoload": {
7109                 "psr-4": {
7110                     "Laravel\\BrowserKitTesting\\": "src/"
7111                 }
7112             },
7113             "notification-url": "https://packagist.org/downloads/",
7114             "license": [
7115                 "MIT"
7116             ],
7117             "authors": [
7118                 {
7119                     "name": "Taylor Otwell",
7120                     "email": "taylor@laravel.com"
7121                 }
7122             ],
7123             "description": "Provides backwards compatibility for BrowserKit testing in the latest Laravel release.",
7124             "keywords": [
7125                 "laravel",
7126                 "testing"
7127             ],
7128             "support": {
7129                 "issues": "https://github.com/laravel/browser-kit-testing/issues",
7130                 "source": "https://github.com/laravel/browser-kit-testing/tree/v5.2.0"
7131             },
7132             "time": "2020-10-30T08:49:09+00:00"
7133         },
7134         {
7135             "name": "maximebf/debugbar",
7136             "version": "v1.16.4",
7137             "source": {
7138                 "type": "git",
7139                 "url": "https://github.com/maximebf/php-debugbar.git",
7140                 "reference": "c86c717e4bf3c6d98422da5c38bfa7b0f494b04c"
7141             },
7142             "dist": {
7143                 "type": "zip",
7144                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/c86c717e4bf3c6d98422da5c38bfa7b0f494b04c",
7145                 "reference": "c86c717e4bf3c6d98422da5c38bfa7b0f494b04c",
7146                 "shasum": ""
7147             },
7148             "require": {
7149                 "php": "^7.1|^8",
7150                 "psr/log": "^1.0",
7151                 "symfony/var-dumper": "^2.6|^3|^4|^5"
7152             },
7153             "require-dev": {
7154                 "phpunit/phpunit": "^7.5.20 || ^9.4.2"
7155             },
7156             "suggest": {
7157                 "kriswallsmith/assetic": "The best way to manage assets",
7158                 "monolog/monolog": "Log using Monolog",
7159                 "predis/predis": "Redis storage"
7160             },
7161             "type": "library",
7162             "extra": {
7163                 "branch-alias": {
7164                     "dev-master": "1.16-dev"
7165                 }
7166             },
7167             "autoload": {
7168                 "psr-4": {
7169                     "DebugBar\\": "src/DebugBar/"
7170                 }
7171             },
7172             "notification-url": "https://packagist.org/downloads/",
7173             "license": [
7174                 "MIT"
7175             ],
7176             "authors": [
7177                 {
7178                     "name": "Maxime Bouroumeau-Fuseau",
7179                     "email": "maxime.bouroumeau@gmail.com",
7180                     "homepage": "http://maximebf.com"
7181                 },
7182                 {
7183                     "name": "Barry vd. Heuvel",
7184                     "email": "barryvdh@gmail.com"
7185                 }
7186             ],
7187             "description": "Debug bar in the browser for php application",
7188             "homepage": "https://github.com/maximebf/php-debugbar",
7189             "keywords": [
7190                 "debug",
7191                 "debugbar"
7192             ],
7193             "support": {
7194                 "issues": "https://github.com/maximebf/php-debugbar/issues",
7195                 "source": "https://github.com/maximebf/php-debugbar/tree/v1.16.4"
7196             },
7197             "time": "2020-12-07T10:48:48+00:00"
7198         },
7199         {
7200             "name": "mockery/mockery",
7201             "version": "1.3.3",
7202             "source": {
7203                 "type": "git",
7204                 "url": "https://github.com/mockery/mockery.git",
7205                 "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d"
7206             },
7207             "dist": {
7208                 "type": "zip",
7209                 "url": "https://api.github.com/repos/mockery/mockery/zipball/60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
7210                 "reference": "60fa2f67f6e4d3634bb4a45ff3171fa52215800d",
7211                 "shasum": ""
7212             },
7213             "require": {
7214                 "hamcrest/hamcrest-php": "^2.0.1",
7215                 "lib-pcre": ">=7.0",
7216                 "php": ">=5.6.0"
7217             },
7218             "require-dev": {
7219                 "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
7220             },
7221             "type": "library",
7222             "extra": {
7223                 "branch-alias": {
7224                     "dev-master": "1.3.x-dev"
7225                 }
7226             },
7227             "autoload": {
7228                 "psr-0": {
7229                     "Mockery": "library/"
7230                 }
7231             },
7232             "notification-url": "https://packagist.org/downloads/",
7233             "license": [
7234                 "BSD-3-Clause"
7235             ],
7236             "authors": [
7237                 {
7238                     "name": "Pádraic Brady",
7239                     "email": "padraic.brady@gmail.com",
7240                     "homepage": "http://blog.astrumfutura.com"
7241                 },
7242                 {
7243                     "name": "Dave Marshall",
7244                     "email": "dave.marshall@atstsolutions.co.uk",
7245                     "homepage": "http://davedevelopment.co.uk"
7246                 }
7247             ],
7248             "description": "Mockery is a simple yet flexible PHP mock object framework",
7249             "homepage": "https://github.com/mockery/mockery",
7250             "keywords": [
7251                 "BDD",
7252                 "TDD",
7253                 "library",
7254                 "mock",
7255                 "mock objects",
7256                 "mockery",
7257                 "stub",
7258                 "test",
7259                 "test double",
7260                 "testing"
7261             ],
7262             "support": {
7263                 "issues": "https://github.com/mockery/mockery/issues",
7264                 "source": "https://github.com/mockery/mockery/tree/1.3.3"
7265             },
7266             "time": "2020-08-11T18:10:21+00:00"
7267         },
7268         {
7269             "name": "myclabs/deep-copy",
7270             "version": "1.10.2",
7271             "source": {
7272                 "type": "git",
7273                 "url": "https://github.com/myclabs/DeepCopy.git",
7274                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
7275             },
7276             "dist": {
7277                 "type": "zip",
7278                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
7279                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
7280                 "shasum": ""
7281             },
7282             "require": {
7283                 "php": "^7.1 || ^8.0"
7284             },
7285             "replace": {
7286                 "myclabs/deep-copy": "self.version"
7287             },
7288             "require-dev": {
7289                 "doctrine/collections": "^1.0",
7290                 "doctrine/common": "^2.6",
7291                 "phpunit/phpunit": "^7.1"
7292             },
7293             "type": "library",
7294             "autoload": {
7295                 "psr-4": {
7296                     "DeepCopy\\": "src/DeepCopy/"
7297                 },
7298                 "files": [
7299                     "src/DeepCopy/deep_copy.php"
7300                 ]
7301             },
7302             "notification-url": "https://packagist.org/downloads/",
7303             "license": [
7304                 "MIT"
7305             ],
7306             "description": "Create deep copies (clones) of your objects",
7307             "keywords": [
7308                 "clone",
7309                 "copy",
7310                 "duplicate",
7311                 "object",
7312                 "object graph"
7313             ],
7314             "support": {
7315                 "issues": "https://github.com/myclabs/DeepCopy/issues",
7316                 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
7317             },
7318             "funding": [
7319                 {
7320                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
7321                     "type": "tidelift"
7322                 }
7323             ],
7324             "time": "2020-11-13T09:40:50+00:00"
7325         },
7326         {
7327             "name": "phar-io/manifest",
7328             "version": "2.0.1",
7329             "source": {
7330                 "type": "git",
7331                 "url": "https://github.com/phar-io/manifest.git",
7332                 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
7333             },
7334             "dist": {
7335                 "type": "zip",
7336                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
7337                 "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
7338                 "shasum": ""
7339             },
7340             "require": {
7341                 "ext-dom": "*",
7342                 "ext-phar": "*",
7343                 "ext-xmlwriter": "*",
7344                 "phar-io/version": "^3.0.1",
7345                 "php": "^7.2 || ^8.0"
7346             },
7347             "type": "library",
7348             "extra": {
7349                 "branch-alias": {
7350                     "dev-master": "2.0.x-dev"
7351                 }
7352             },
7353             "autoload": {
7354                 "classmap": [
7355                     "src/"
7356                 ]
7357             },
7358             "notification-url": "https://packagist.org/downloads/",
7359             "license": [
7360                 "BSD-3-Clause"
7361             ],
7362             "authors": [
7363                 {
7364                     "name": "Arne Blankerts",
7365                     "email": "arne@blankerts.de",
7366                     "role": "Developer"
7367                 },
7368                 {
7369                     "name": "Sebastian Heuer",
7370                     "email": "sebastian@phpeople.de",
7371                     "role": "Developer"
7372                 },
7373                 {
7374                     "name": "Sebastian Bergmann",
7375                     "email": "sebastian@phpunit.de",
7376                     "role": "Developer"
7377                 }
7378             ],
7379             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
7380             "support": {
7381                 "issues": "https://github.com/phar-io/manifest/issues",
7382                 "source": "https://github.com/phar-io/manifest/tree/master"
7383             },
7384             "time": "2020-06-27T14:33:11+00:00"
7385         },
7386         {
7387             "name": "phar-io/version",
7388             "version": "3.0.4",
7389             "source": {
7390                 "type": "git",
7391                 "url": "https://github.com/phar-io/version.git",
7392                 "reference": "e4782611070e50613683d2b9a57730e9a3ba5451"
7393             },
7394             "dist": {
7395                 "type": "zip",
7396                 "url": "https://api.github.com/repos/phar-io/version/zipball/e4782611070e50613683d2b9a57730e9a3ba5451",
7397                 "reference": "e4782611070e50613683d2b9a57730e9a3ba5451",
7398                 "shasum": ""
7399             },
7400             "require": {
7401                 "php": "^7.2 || ^8.0"
7402             },
7403             "type": "library",
7404             "autoload": {
7405                 "classmap": [
7406                     "src/"
7407                 ]
7408             },
7409             "notification-url": "https://packagist.org/downloads/",
7410             "license": [
7411                 "BSD-3-Clause"
7412             ],
7413             "authors": [
7414                 {
7415                     "name": "Arne Blankerts",
7416                     "email": "arne@blankerts.de",
7417                     "role": "Developer"
7418                 },
7419                 {
7420                     "name": "Sebastian Heuer",
7421                     "email": "sebastian@phpeople.de",
7422                     "role": "Developer"
7423                 },
7424                 {
7425                     "name": "Sebastian Bergmann",
7426                     "email": "sebastian@phpunit.de",
7427                     "role": "Developer"
7428                 }
7429             ],
7430             "description": "Library for handling version information and constraints",
7431             "support": {
7432                 "issues": "https://github.com/phar-io/version/issues",
7433                 "source": "https://github.com/phar-io/version/tree/3.0.4"
7434             },
7435             "time": "2020-12-13T23:18:30+00:00"
7436         },
7437         {
7438             "name": "phpdocumentor/reflection-common",
7439             "version": "2.2.0",
7440             "source": {
7441                 "type": "git",
7442                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
7443                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
7444             },
7445             "dist": {
7446                 "type": "zip",
7447                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
7448                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
7449                 "shasum": ""
7450             },
7451             "require": {
7452                 "php": "^7.2 || ^8.0"
7453             },
7454             "type": "library",
7455             "extra": {
7456                 "branch-alias": {
7457                     "dev-2.x": "2.x-dev"
7458                 }
7459             },
7460             "autoload": {
7461                 "psr-4": {
7462                     "phpDocumentor\\Reflection\\": "src/"
7463                 }
7464             },
7465             "notification-url": "https://packagist.org/downloads/",
7466             "license": [
7467                 "MIT"
7468             ],
7469             "authors": [
7470                 {
7471                     "name": "Jaap van Otterdijk",
7472                     "email": "opensource@ijaap.nl"
7473                 }
7474             ],
7475             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
7476             "homepage": "http://www.phpdoc.org",
7477             "keywords": [
7478                 "FQSEN",
7479                 "phpDocumentor",
7480                 "phpdoc",
7481                 "reflection",
7482                 "static analysis"
7483             ],
7484             "support": {
7485                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
7486                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
7487             },
7488             "time": "2020-06-27T09:03:43+00:00"
7489         },
7490         {
7491             "name": "phpdocumentor/reflection-docblock",
7492             "version": "5.2.2",
7493             "source": {
7494                 "type": "git",
7495                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
7496                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
7497             },
7498             "dist": {
7499                 "type": "zip",
7500                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
7501                 "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
7502                 "shasum": ""
7503             },
7504             "require": {
7505                 "ext-filter": "*",
7506                 "php": "^7.2 || ^8.0",
7507                 "phpdocumentor/reflection-common": "^2.2",
7508                 "phpdocumentor/type-resolver": "^1.3",
7509                 "webmozart/assert": "^1.9.1"
7510             },
7511             "require-dev": {
7512                 "mockery/mockery": "~1.3.2"
7513             },
7514             "type": "library",
7515             "extra": {
7516                 "branch-alias": {
7517                     "dev-master": "5.x-dev"
7518                 }
7519             },
7520             "autoload": {
7521                 "psr-4": {
7522                     "phpDocumentor\\Reflection\\": "src"
7523                 }
7524             },
7525             "notification-url": "https://packagist.org/downloads/",
7526             "license": [
7527                 "MIT"
7528             ],
7529             "authors": [
7530                 {
7531                     "name": "Mike van Riel",
7532                     "email": "me@mikevanriel.com"
7533                 },
7534                 {
7535                     "name": "Jaap van Otterdijk",
7536                     "email": "account@ijaap.nl"
7537                 }
7538             ],
7539             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
7540             "support": {
7541                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
7542                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
7543             },
7544             "time": "2020-09-03T19:13:55+00:00"
7545         },
7546         {
7547             "name": "phpdocumentor/type-resolver",
7548             "version": "1.4.0",
7549             "source": {
7550                 "type": "git",
7551                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
7552                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
7553             },
7554             "dist": {
7555                 "type": "zip",
7556                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
7557                 "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
7558                 "shasum": ""
7559             },
7560             "require": {
7561                 "php": "^7.2 || ^8.0",
7562                 "phpdocumentor/reflection-common": "^2.0"
7563             },
7564             "require-dev": {
7565                 "ext-tokenizer": "*"
7566             },
7567             "type": "library",
7568             "extra": {
7569                 "branch-alias": {
7570                     "dev-1.x": "1.x-dev"
7571                 }
7572             },
7573             "autoload": {
7574                 "psr-4": {
7575                     "phpDocumentor\\Reflection\\": "src"
7576                 }
7577             },
7578             "notification-url": "https://packagist.org/downloads/",
7579             "license": [
7580                 "MIT"
7581             ],
7582             "authors": [
7583                 {
7584                     "name": "Mike van Riel",
7585                     "email": "me@mikevanriel.com"
7586                 }
7587             ],
7588             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
7589             "support": {
7590                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
7591                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
7592             },
7593             "time": "2020-09-17T18:55:26+00:00"
7594         },
7595         {
7596             "name": "phpspec/prophecy",
7597             "version": "1.12.2",
7598             "source": {
7599                 "type": "git",
7600                 "url": "https://github.com/phpspec/prophecy.git",
7601                 "reference": "245710e971a030f42e08f4912863805570f23d39"
7602             },
7603             "dist": {
7604                 "type": "zip",
7605                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
7606                 "reference": "245710e971a030f42e08f4912863805570f23d39",
7607                 "shasum": ""
7608             },
7609             "require": {
7610                 "doctrine/instantiator": "^1.2",
7611                 "php": "^7.2 || ~8.0, <8.1",
7612                 "phpdocumentor/reflection-docblock": "^5.2",
7613                 "sebastian/comparator": "^3.0 || ^4.0",
7614                 "sebastian/recursion-context": "^3.0 || ^4.0"
7615             },
7616             "require-dev": {
7617                 "phpspec/phpspec": "^6.0",
7618                 "phpunit/phpunit": "^8.0 || ^9.0"
7619             },
7620             "type": "library",
7621             "extra": {
7622                 "branch-alias": {
7623                     "dev-master": "1.11.x-dev"
7624                 }
7625             },
7626             "autoload": {
7627                 "psr-4": {
7628                     "Prophecy\\": "src/Prophecy"
7629                 }
7630             },
7631             "notification-url": "https://packagist.org/downloads/",
7632             "license": [
7633                 "MIT"
7634             ],
7635             "authors": [
7636                 {
7637                     "name": "Konstantin Kudryashov",
7638                     "email": "ever.zet@gmail.com",
7639                     "homepage": "http://everzet.com"
7640                 },
7641                 {
7642                     "name": "Marcello Duarte",
7643                     "email": "marcello.duarte@gmail.com"
7644                 }
7645             ],
7646             "description": "Highly opinionated mocking framework for PHP 5.3+",
7647             "homepage": "https://github.com/phpspec/prophecy",
7648             "keywords": [
7649                 "Double",
7650                 "Dummy",
7651                 "fake",
7652                 "mock",
7653                 "spy",
7654                 "stub"
7655             ],
7656             "support": {
7657                 "issues": "https://github.com/phpspec/prophecy/issues",
7658                 "source": "https://github.com/phpspec/prophecy/tree/1.12.2"
7659             },
7660             "time": "2020-12-19T10:15:11+00:00"
7661         },
7662         {
7663             "name": "phpunit/php-code-coverage",
7664             "version": "7.0.14",
7665             "source": {
7666                 "type": "git",
7667                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7668                 "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c"
7669             },
7670             "dist": {
7671                 "type": "zip",
7672                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bb7c9a210c72e4709cdde67f8b7362f672f2225c",
7673                 "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c",
7674                 "shasum": ""
7675             },
7676             "require": {
7677                 "ext-dom": "*",
7678                 "ext-xmlwriter": "*",
7679                 "php": ">=7.2",
7680                 "phpunit/php-file-iterator": "^2.0.2",
7681                 "phpunit/php-text-template": "^1.2.1",
7682                 "phpunit/php-token-stream": "^3.1.1 || ^4.0",
7683                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
7684                 "sebastian/environment": "^4.2.2",
7685                 "sebastian/version": "^2.0.1",
7686                 "theseer/tokenizer": "^1.1.3"
7687             },
7688             "require-dev": {
7689                 "phpunit/phpunit": "^8.2.2"
7690             },
7691             "suggest": {
7692                 "ext-xdebug": "^2.7.2"
7693             },
7694             "type": "library",
7695             "extra": {
7696                 "branch-alias": {
7697                     "dev-master": "7.0-dev"
7698                 }
7699             },
7700             "autoload": {
7701                 "classmap": [
7702                     "src/"
7703                 ]
7704             },
7705             "notification-url": "https://packagist.org/downloads/",
7706             "license": [
7707                 "BSD-3-Clause"
7708             ],
7709             "authors": [
7710                 {
7711                     "name": "Sebastian Bergmann",
7712                     "email": "sebastian@phpunit.de",
7713                     "role": "lead"
7714                 }
7715             ],
7716             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7717             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7718             "keywords": [
7719                 "coverage",
7720                 "testing",
7721                 "xunit"
7722             ],
7723             "support": {
7724                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
7725                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.14"
7726             },
7727             "funding": [
7728                 {
7729                     "url": "https://github.com/sebastianbergmann",
7730                     "type": "github"
7731                 }
7732             ],
7733             "time": "2020-12-02T13:39:03+00:00"
7734         },
7735         {
7736             "name": "phpunit/php-file-iterator",
7737             "version": "2.0.3",
7738             "source": {
7739                 "type": "git",
7740                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7741                 "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357"
7742             },
7743             "dist": {
7744                 "type": "zip",
7745                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357",
7746                 "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357",
7747                 "shasum": ""
7748             },
7749             "require": {
7750                 "php": ">=7.1"
7751             },
7752             "require-dev": {
7753                 "phpunit/phpunit": "^8.5"
7754             },
7755             "type": "library",
7756             "extra": {
7757                 "branch-alias": {
7758                     "dev-master": "2.0.x-dev"
7759                 }
7760             },
7761             "autoload": {
7762                 "classmap": [
7763                     "src/"
7764                 ]
7765             },
7766             "notification-url": "https://packagist.org/downloads/",
7767             "license": [
7768                 "BSD-3-Clause"
7769             ],
7770             "authors": [
7771                 {
7772                     "name": "Sebastian Bergmann",
7773                     "email": "sebastian@phpunit.de",
7774                     "role": "lead"
7775                 }
7776             ],
7777             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7778             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7779             "keywords": [
7780                 "filesystem",
7781                 "iterator"
7782             ],
7783             "support": {
7784                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
7785                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.3"
7786             },
7787             "funding": [
7788                 {
7789                     "url": "https://github.com/sebastianbergmann",
7790                     "type": "github"
7791                 }
7792             ],
7793             "time": "2020-11-30T08:25:21+00:00"
7794         },
7795         {
7796             "name": "phpunit/php-text-template",
7797             "version": "1.2.1",
7798             "source": {
7799                 "type": "git",
7800                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
7801                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
7802             },
7803             "dist": {
7804                 "type": "zip",
7805                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7806                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7807                 "shasum": ""
7808             },
7809             "require": {
7810                 "php": ">=5.3.3"
7811             },
7812             "type": "library",
7813             "autoload": {
7814                 "classmap": [
7815                     "src/"
7816                 ]
7817             },
7818             "notification-url": "https://packagist.org/downloads/",
7819             "license": [
7820                 "BSD-3-Clause"
7821             ],
7822             "authors": [
7823                 {
7824                     "name": "Sebastian Bergmann",
7825                     "email": "sebastian@phpunit.de",
7826                     "role": "lead"
7827                 }
7828             ],
7829             "description": "Simple template engine.",
7830             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7831             "keywords": [
7832                 "template"
7833             ],
7834             "support": {
7835                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
7836                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
7837             },
7838             "time": "2015-06-21T13:50:34+00:00"
7839         },
7840         {
7841             "name": "phpunit/php-timer",
7842             "version": "2.1.3",
7843             "source": {
7844                 "type": "git",
7845                 "url": "https://github.com/sebastianbergmann/php-timer.git",
7846                 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
7847             },
7848             "dist": {
7849                 "type": "zip",
7850                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
7851                 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
7852                 "shasum": ""
7853             },
7854             "require": {
7855                 "php": ">=7.1"
7856             },
7857             "require-dev": {
7858                 "phpunit/phpunit": "^8.5"
7859             },
7860             "type": "library",
7861             "extra": {
7862                 "branch-alias": {
7863                     "dev-master": "2.1-dev"
7864                 }
7865             },
7866             "autoload": {
7867                 "classmap": [
7868                     "src/"
7869                 ]
7870             },
7871             "notification-url": "https://packagist.org/downloads/",
7872             "license": [
7873                 "BSD-3-Clause"
7874             ],
7875             "authors": [
7876                 {
7877                     "name": "Sebastian Bergmann",
7878                     "email": "sebastian@phpunit.de",
7879                     "role": "lead"
7880                 }
7881             ],
7882             "description": "Utility class for timing",
7883             "homepage": "https://github.com/sebastianbergmann/php-timer/",
7884             "keywords": [
7885                 "timer"
7886             ],
7887             "support": {
7888                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
7889                 "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
7890             },
7891             "funding": [
7892                 {
7893                     "url": "https://github.com/sebastianbergmann",
7894                     "type": "github"
7895                 }
7896             ],
7897             "time": "2020-11-30T08:20:02+00:00"
7898         },
7899         {
7900             "name": "phpunit/php-token-stream",
7901             "version": "3.1.2",
7902             "source": {
7903                 "type": "git",
7904                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
7905                 "reference": "472b687829041c24b25f475e14c2f38a09edf1c2"
7906             },
7907             "dist": {
7908                 "type": "zip",
7909                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/472b687829041c24b25f475e14c2f38a09edf1c2",
7910                 "reference": "472b687829041c24b25f475e14c2f38a09edf1c2",
7911                 "shasum": ""
7912             },
7913             "require": {
7914                 "ext-tokenizer": "*",
7915                 "php": ">=7.1"
7916             },
7917             "require-dev": {
7918                 "phpunit/phpunit": "^7.0"
7919             },
7920             "type": "library",
7921             "extra": {
7922                 "branch-alias": {
7923                     "dev-master": "3.1-dev"
7924                 }
7925             },
7926             "autoload": {
7927                 "classmap": [
7928                     "src/"
7929                 ]
7930             },
7931             "notification-url": "https://packagist.org/downloads/",
7932             "license": [
7933                 "BSD-3-Clause"
7934             ],
7935             "authors": [
7936                 {
7937                     "name": "Sebastian Bergmann",
7938                     "email": "sebastian@phpunit.de"
7939                 }
7940             ],
7941             "description": "Wrapper around PHP's tokenizer extension.",
7942             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7943             "keywords": [
7944                 "tokenizer"
7945             ],
7946             "support": {
7947                 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
7948                 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.2"
7949             },
7950             "funding": [
7951                 {
7952                     "url": "https://github.com/sebastianbergmann",
7953                     "type": "github"
7954                 }
7955             ],
7956             "abandoned": true,
7957             "time": "2020-11-30T08:38:46+00:00"
7958         },
7959         {
7960             "name": "phpunit/phpunit",
7961             "version": "8.5.13",
7962             "source": {
7963                 "type": "git",
7964                 "url": "https://github.com/sebastianbergmann/phpunit.git",
7965                 "reference": "8e86be391a58104ef86037ba8a846524528d784e"
7966             },
7967             "dist": {
7968                 "type": "zip",
7969                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e86be391a58104ef86037ba8a846524528d784e",
7970                 "reference": "8e86be391a58104ef86037ba8a846524528d784e",
7971                 "shasum": ""
7972             },
7973             "require": {
7974                 "doctrine/instantiator": "^1.3.1",
7975                 "ext-dom": "*",
7976                 "ext-json": "*",
7977                 "ext-libxml": "*",
7978                 "ext-mbstring": "*",
7979                 "ext-xml": "*",
7980                 "ext-xmlwriter": "*",
7981                 "myclabs/deep-copy": "^1.10.0",
7982                 "phar-io/manifest": "^2.0.1",
7983                 "phar-io/version": "^3.0.2",
7984                 "php": ">=7.2",
7985                 "phpspec/prophecy": "^1.10.3",
7986                 "phpunit/php-code-coverage": "^7.0.12",
7987                 "phpunit/php-file-iterator": "^2.0.2",
7988                 "phpunit/php-text-template": "^1.2.1",
7989                 "phpunit/php-timer": "^2.1.2",
7990                 "sebastian/comparator": "^3.0.2",
7991                 "sebastian/diff": "^3.0.2",
7992                 "sebastian/environment": "^4.2.3",
7993                 "sebastian/exporter": "^3.1.2",
7994                 "sebastian/global-state": "^3.0.0",
7995                 "sebastian/object-enumerator": "^3.0.3",
7996                 "sebastian/resource-operations": "^2.0.1",
7997                 "sebastian/type": "^1.1.3",
7998                 "sebastian/version": "^2.0.1"
7999             },
8000             "require-dev": {
8001                 "ext-pdo": "*"
8002             },
8003             "suggest": {
8004                 "ext-soap": "*",
8005                 "ext-xdebug": "*",
8006                 "phpunit/php-invoker": "^2.0.0"
8007             },
8008             "bin": [
8009                 "phpunit"
8010             ],
8011             "type": "library",
8012             "extra": {
8013                 "branch-alias": {
8014                     "dev-master": "8.5-dev"
8015                 }
8016             },
8017             "autoload": {
8018                 "classmap": [
8019                     "src/"
8020                 ]
8021             },
8022             "notification-url": "https://packagist.org/downloads/",
8023             "license": [
8024                 "BSD-3-Clause"
8025             ],
8026             "authors": [
8027                 {
8028                     "name": "Sebastian Bergmann",
8029                     "email": "sebastian@phpunit.de",
8030                     "role": "lead"
8031                 }
8032             ],
8033             "description": "The PHP Unit Testing framework.",
8034             "homepage": "https://phpunit.de/",
8035             "keywords": [
8036                 "phpunit",
8037                 "testing",
8038                 "xunit"
8039             ],
8040             "support": {
8041                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
8042                 "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.13"
8043             },
8044             "funding": [
8045                 {
8046                     "url": "https://phpunit.de/donate.html",
8047                     "type": "custom"
8048                 },
8049                 {
8050                     "url": "https://github.com/sebastianbergmann",
8051                     "type": "github"
8052                 }
8053             ],
8054             "time": "2020-12-01T04:53:52+00:00"
8055         },
8056         {
8057             "name": "react/promise",
8058             "version": "v2.8.0",
8059             "source": {
8060                 "type": "git",
8061                 "url": "https://github.com/reactphp/promise.git",
8062                 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
8063             },
8064             "dist": {
8065                 "type": "zip",
8066                 "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
8067                 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
8068                 "shasum": ""
8069             },
8070             "require": {
8071                 "php": ">=5.4.0"
8072             },
8073             "require-dev": {
8074                 "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
8075             },
8076             "type": "library",
8077             "autoload": {
8078                 "psr-4": {
8079                     "React\\Promise\\": "src/"
8080                 },
8081                 "files": [
8082                     "src/functions_include.php"
8083                 ]
8084             },
8085             "notification-url": "https://packagist.org/downloads/",
8086             "license": [
8087                 "MIT"
8088             ],
8089             "authors": [
8090                 {
8091                     "name": "Jan Sorgalla",
8092                     "email": "jsorgalla@gmail.com"
8093                 }
8094             ],
8095             "description": "A lightweight implementation of CommonJS Promises/A for PHP",
8096             "keywords": [
8097                 "promise",
8098                 "promises"
8099             ],
8100             "support": {
8101                 "issues": "https://github.com/reactphp/promise/issues",
8102                 "source": "https://github.com/reactphp/promise/tree/v2.8.0"
8103             },
8104             "time": "2020-05-12T15:16:56+00:00"
8105         },
8106         {
8107             "name": "sebastian/code-unit-reverse-lookup",
8108             "version": "1.0.2",
8109             "source": {
8110                 "type": "git",
8111                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8112                 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
8113             },
8114             "dist": {
8115                 "type": "zip",
8116                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
8117                 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
8118                 "shasum": ""
8119             },
8120             "require": {
8121                 "php": ">=5.6"
8122             },
8123             "require-dev": {
8124                 "phpunit/phpunit": "^8.5"
8125             },
8126             "type": "library",
8127             "extra": {
8128                 "branch-alias": {
8129                     "dev-master": "1.0.x-dev"
8130                 }
8131             },
8132             "autoload": {
8133                 "classmap": [
8134                     "src/"
8135                 ]
8136             },
8137             "notification-url": "https://packagist.org/downloads/",
8138             "license": [
8139                 "BSD-3-Clause"
8140             ],
8141             "authors": [
8142                 {
8143                     "name": "Sebastian Bergmann",
8144                     "email": "sebastian@phpunit.de"
8145                 }
8146             ],
8147             "description": "Looks up which function or method a line of code belongs to",
8148             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8149             "support": {
8150                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8151                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
8152             },
8153             "funding": [
8154                 {
8155                     "url": "https://github.com/sebastianbergmann",
8156                     "type": "github"
8157                 }
8158             ],
8159             "time": "2020-11-30T08:15:22+00:00"
8160         },
8161         {
8162             "name": "sebastian/comparator",
8163             "version": "3.0.3",
8164             "source": {
8165                 "type": "git",
8166                 "url": "https://github.com/sebastianbergmann/comparator.git",
8167                 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
8168             },
8169             "dist": {
8170                 "type": "zip",
8171                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
8172                 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
8173                 "shasum": ""
8174             },
8175             "require": {
8176                 "php": ">=7.1",
8177                 "sebastian/diff": "^3.0",
8178                 "sebastian/exporter": "^3.1"
8179             },
8180             "require-dev": {
8181                 "phpunit/phpunit": "^8.5"
8182             },
8183             "type": "library",
8184             "extra": {
8185                 "branch-alias": {
8186                     "dev-master": "3.0-dev"
8187                 }
8188             },
8189             "autoload": {
8190                 "classmap": [
8191                     "src/"
8192                 ]
8193             },
8194             "notification-url": "https://packagist.org/downloads/",
8195             "license": [
8196                 "BSD-3-Clause"
8197             ],
8198             "authors": [
8199                 {
8200                     "name": "Sebastian Bergmann",
8201                     "email": "sebastian@phpunit.de"
8202                 },
8203                 {
8204                     "name": "Jeff Welch",
8205                     "email": "whatthejeff@gmail.com"
8206                 },
8207                 {
8208                     "name": "Volker Dusch",
8209                     "email": "github@wallbash.com"
8210                 },
8211                 {
8212                     "name": "Bernhard Schussek",
8213                     "email": "bschussek@2bepublished.at"
8214                 }
8215             ],
8216             "description": "Provides the functionality to compare PHP values for equality",
8217             "homepage": "https://github.com/sebastianbergmann/comparator",
8218             "keywords": [
8219                 "comparator",
8220                 "compare",
8221                 "equality"
8222             ],
8223             "support": {
8224                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
8225                 "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
8226             },
8227             "funding": [
8228                 {
8229                     "url": "https://github.com/sebastianbergmann",
8230                     "type": "github"
8231                 }
8232             ],
8233             "time": "2020-11-30T08:04:30+00:00"
8234         },
8235         {
8236             "name": "sebastian/diff",
8237             "version": "3.0.3",
8238             "source": {
8239                 "type": "git",
8240                 "url": "https://github.com/sebastianbergmann/diff.git",
8241                 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
8242             },
8243             "dist": {
8244                 "type": "zip",
8245                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
8246                 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
8247                 "shasum": ""
8248             },
8249             "require": {
8250                 "php": ">=7.1"
8251             },
8252             "require-dev": {
8253                 "phpunit/phpunit": "^7.5 || ^8.0",
8254                 "symfony/process": "^2 || ^3.3 || ^4"
8255             },
8256             "type": "library",
8257             "extra": {
8258                 "branch-alias": {
8259                     "dev-master": "3.0-dev"
8260                 }
8261             },
8262             "autoload": {
8263                 "classmap": [
8264                     "src/"
8265                 ]
8266             },
8267             "notification-url": "https://packagist.org/downloads/",
8268             "license": [
8269                 "BSD-3-Clause"
8270             ],
8271             "authors": [
8272                 {
8273                     "name": "Sebastian Bergmann",
8274                     "email": "sebastian@phpunit.de"
8275                 },
8276                 {
8277                     "name": "Kore Nordmann",
8278                     "email": "mail@kore-nordmann.de"
8279                 }
8280             ],
8281             "description": "Diff implementation",
8282             "homepage": "https://github.com/sebastianbergmann/diff",
8283             "keywords": [
8284                 "diff",
8285                 "udiff",
8286                 "unidiff",
8287                 "unified diff"
8288             ],
8289             "support": {
8290                 "issues": "https://github.com/sebastianbergmann/diff/issues",
8291                 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
8292             },
8293             "funding": [
8294                 {
8295                     "url": "https://github.com/sebastianbergmann",
8296                     "type": "github"
8297                 }
8298             ],
8299             "time": "2020-11-30T07:59:04+00:00"
8300         },
8301         {
8302             "name": "sebastian/environment",
8303             "version": "4.2.4",
8304             "source": {
8305                 "type": "git",
8306                 "url": "https://github.com/sebastianbergmann/environment.git",
8307                 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
8308             },
8309             "dist": {
8310                 "type": "zip",
8311                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
8312                 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
8313                 "shasum": ""
8314             },
8315             "require": {
8316                 "php": ">=7.1"
8317             },
8318             "require-dev": {
8319                 "phpunit/phpunit": "^7.5"
8320             },
8321             "suggest": {
8322                 "ext-posix": "*"
8323             },
8324             "type": "library",
8325             "extra": {
8326                 "branch-alias": {
8327                     "dev-master": "4.2-dev"
8328                 }
8329             },
8330             "autoload": {
8331                 "classmap": [
8332                     "src/"
8333                 ]
8334             },
8335             "notification-url": "https://packagist.org/downloads/",
8336             "license": [
8337                 "BSD-3-Clause"
8338             ],
8339             "authors": [
8340                 {
8341                     "name": "Sebastian Bergmann",
8342                     "email": "sebastian@phpunit.de"
8343                 }
8344             ],
8345             "description": "Provides functionality to handle HHVM/PHP environments",
8346             "homepage": "http://www.github.com/sebastianbergmann/environment",
8347             "keywords": [
8348                 "Xdebug",
8349                 "environment",
8350                 "hhvm"
8351             ],
8352             "support": {
8353                 "issues": "https://github.com/sebastianbergmann/environment/issues",
8354                 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
8355             },
8356             "funding": [
8357                 {
8358                     "url": "https://github.com/sebastianbergmann",
8359                     "type": "github"
8360                 }
8361             ],
8362             "time": "2020-11-30T07:53:42+00:00"
8363         },
8364         {
8365             "name": "sebastian/exporter",
8366             "version": "3.1.3",
8367             "source": {
8368                 "type": "git",
8369                 "url": "https://github.com/sebastianbergmann/exporter.git",
8370                 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
8371             },
8372             "dist": {
8373                 "type": "zip",
8374                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
8375                 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
8376                 "shasum": ""
8377             },
8378             "require": {
8379                 "php": ">=7.0",
8380                 "sebastian/recursion-context": "^3.0"
8381             },
8382             "require-dev": {
8383                 "ext-mbstring": "*",
8384                 "phpunit/phpunit": "^6.0"
8385             },
8386             "type": "library",
8387             "extra": {
8388                 "branch-alias": {
8389                     "dev-master": "3.1.x-dev"
8390                 }
8391             },
8392             "autoload": {
8393                 "classmap": [
8394                     "src/"
8395                 ]
8396             },
8397             "notification-url": "https://packagist.org/downloads/",
8398             "license": [
8399                 "BSD-3-Clause"
8400             ],
8401             "authors": [
8402                 {
8403                     "name": "Sebastian Bergmann",
8404                     "email": "sebastian@phpunit.de"
8405                 },
8406                 {
8407                     "name": "Jeff Welch",
8408                     "email": "whatthejeff@gmail.com"
8409                 },
8410                 {
8411                     "name": "Volker Dusch",
8412                     "email": "github@wallbash.com"
8413                 },
8414                 {
8415                     "name": "Adam Harvey",
8416                     "email": "aharvey@php.net"
8417                 },
8418                 {
8419                     "name": "Bernhard Schussek",
8420                     "email": "bschussek@gmail.com"
8421                 }
8422             ],
8423             "description": "Provides the functionality to export PHP variables for visualization",
8424             "homepage": "http://www.github.com/sebastianbergmann/exporter",
8425             "keywords": [
8426                 "export",
8427                 "exporter"
8428             ],
8429             "support": {
8430                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
8431                 "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3"
8432             },
8433             "funding": [
8434                 {
8435                     "url": "https://github.com/sebastianbergmann",
8436                     "type": "github"
8437                 }
8438             ],
8439             "time": "2020-11-30T07:47:53+00:00"
8440         },
8441         {
8442             "name": "sebastian/global-state",
8443             "version": "3.0.1",
8444             "source": {
8445                 "type": "git",
8446                 "url": "https://github.com/sebastianbergmann/global-state.git",
8447                 "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b"
8448             },
8449             "dist": {
8450                 "type": "zip",
8451                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b",
8452                 "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b",
8453                 "shasum": ""
8454             },
8455             "require": {
8456                 "php": ">=7.2",
8457                 "sebastian/object-reflector": "^1.1.1",
8458                 "sebastian/recursion-context": "^3.0"
8459             },
8460             "require-dev": {
8461                 "ext-dom": "*",
8462                 "phpunit/phpunit": "^8.0"
8463             },
8464             "suggest": {
8465                 "ext-uopz": "*"
8466             },
8467             "type": "library",
8468             "extra": {
8469                 "branch-alias": {
8470                     "dev-master": "3.0-dev"
8471                 }
8472             },
8473             "autoload": {
8474                 "classmap": [
8475                     "src/"
8476                 ]
8477             },
8478             "notification-url": "https://packagist.org/downloads/",
8479             "license": [
8480                 "BSD-3-Clause"
8481             ],
8482             "authors": [
8483                 {
8484                     "name": "Sebastian Bergmann",
8485                     "email": "sebastian@phpunit.de"
8486                 }
8487             ],
8488             "description": "Snapshotting of global state",
8489             "homepage": "http://www.github.com/sebastianbergmann/global-state",
8490             "keywords": [
8491                 "global state"
8492             ],
8493             "support": {
8494                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
8495                 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.1"
8496             },
8497             "funding": [
8498                 {
8499                     "url": "https://github.com/sebastianbergmann",
8500                     "type": "github"
8501                 }
8502             ],
8503             "time": "2020-11-30T07:43:24+00:00"
8504         },
8505         {
8506             "name": "sebastian/object-enumerator",
8507             "version": "3.0.4",
8508             "source": {
8509                 "type": "git",
8510                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8511                 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
8512             },
8513             "dist": {
8514                 "type": "zip",
8515                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
8516                 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
8517                 "shasum": ""
8518             },
8519             "require": {
8520                 "php": ">=7.0",
8521                 "sebastian/object-reflector": "^1.1.1",
8522                 "sebastian/recursion-context": "^3.0"
8523             },
8524             "require-dev": {
8525                 "phpunit/phpunit": "^6.0"
8526             },
8527             "type": "library",
8528             "extra": {
8529                 "branch-alias": {
8530                     "dev-master": "3.0.x-dev"
8531                 }
8532             },
8533             "autoload": {
8534                 "classmap": [
8535                     "src/"
8536                 ]
8537             },
8538             "notification-url": "https://packagist.org/downloads/",
8539             "license": [
8540                 "BSD-3-Clause"
8541             ],
8542             "authors": [
8543                 {
8544                     "name": "Sebastian Bergmann",
8545                     "email": "sebastian@phpunit.de"
8546                 }
8547             ],
8548             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8549             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8550             "support": {
8551                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
8552                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
8553             },
8554             "funding": [
8555                 {
8556                     "url": "https://github.com/sebastianbergmann",
8557                     "type": "github"
8558                 }
8559             ],
8560             "time": "2020-11-30T07:40:27+00:00"
8561         },
8562         {
8563             "name": "sebastian/object-reflector",
8564             "version": "1.1.2",
8565             "source": {
8566                 "type": "git",
8567                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
8568                 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
8569             },
8570             "dist": {
8571                 "type": "zip",
8572                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
8573                 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
8574                 "shasum": ""
8575             },
8576             "require": {
8577                 "php": ">=7.0"
8578             },
8579             "require-dev": {
8580                 "phpunit/phpunit": "^6.0"
8581             },
8582             "type": "library",
8583             "extra": {
8584                 "branch-alias": {
8585                     "dev-master": "1.1-dev"
8586                 }
8587             },
8588             "autoload": {
8589                 "classmap": [
8590                     "src/"
8591                 ]
8592             },
8593             "notification-url": "https://packagist.org/downloads/",
8594             "license": [
8595                 "BSD-3-Clause"
8596             ],
8597             "authors": [
8598                 {
8599                     "name": "Sebastian Bergmann",
8600                     "email": "sebastian@phpunit.de"
8601                 }
8602             ],
8603             "description": "Allows reflection of object attributes, including inherited and non-public ones",
8604             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
8605             "support": {
8606                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
8607                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
8608             },
8609             "funding": [
8610                 {
8611                     "url": "https://github.com/sebastianbergmann",
8612                     "type": "github"
8613                 }
8614             ],
8615             "time": "2020-11-30T07:37:18+00:00"
8616         },
8617         {
8618             "name": "sebastian/recursion-context",
8619             "version": "3.0.1",
8620             "source": {
8621                 "type": "git",
8622                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
8623                 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
8624             },
8625             "dist": {
8626                 "type": "zip",
8627                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
8628                 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
8629                 "shasum": ""
8630             },
8631             "require": {
8632                 "php": ">=7.0"
8633             },
8634             "require-dev": {
8635                 "phpunit/phpunit": "^6.0"
8636             },
8637             "type": "library",
8638             "extra": {
8639                 "branch-alias": {
8640                     "dev-master": "3.0.x-dev"
8641                 }
8642             },
8643             "autoload": {
8644                 "classmap": [
8645                     "src/"
8646                 ]
8647             },
8648             "notification-url": "https://packagist.org/downloads/",
8649             "license": [
8650                 "BSD-3-Clause"
8651             ],
8652             "authors": [
8653                 {
8654                     "name": "Sebastian Bergmann",
8655                     "email": "sebastian@phpunit.de"
8656                 },
8657                 {
8658                     "name": "Jeff Welch",
8659                     "email": "whatthejeff@gmail.com"
8660                 },
8661                 {
8662                     "name": "Adam Harvey",
8663                     "email": "aharvey@php.net"
8664                 }
8665             ],
8666             "description": "Provides functionality to recursively process PHP variables",
8667             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
8668             "support": {
8669                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
8670                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
8671             },
8672             "funding": [
8673                 {
8674                     "url": "https://github.com/sebastianbergmann",
8675                     "type": "github"
8676                 }
8677             ],
8678             "time": "2020-11-30T07:34:24+00:00"
8679         },
8680         {
8681             "name": "sebastian/resource-operations",
8682             "version": "2.0.2",
8683             "source": {
8684                 "type": "git",
8685                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
8686                 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
8687             },
8688             "dist": {
8689                 "type": "zip",
8690                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
8691                 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
8692                 "shasum": ""
8693             },
8694             "require": {
8695                 "php": ">=7.1"
8696             },
8697             "type": "library",
8698             "extra": {
8699                 "branch-alias": {
8700                     "dev-master": "2.0-dev"
8701                 }
8702             },
8703             "autoload": {
8704                 "classmap": [
8705                     "src/"
8706                 ]
8707             },
8708             "notification-url": "https://packagist.org/downloads/",
8709             "license": [
8710                 "BSD-3-Clause"
8711             ],
8712             "authors": [
8713                 {
8714                     "name": "Sebastian Bergmann",
8715                     "email": "sebastian@phpunit.de"
8716                 }
8717             ],
8718             "description": "Provides a list of PHP built-in functions that operate on resources",
8719             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8720             "support": {
8721                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
8722                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
8723             },
8724             "funding": [
8725                 {
8726                     "url": "https://github.com/sebastianbergmann",
8727                     "type": "github"
8728                 }
8729             ],
8730             "time": "2020-11-30T07:30:19+00:00"
8731         },
8732         {
8733             "name": "sebastian/type",
8734             "version": "1.1.4",
8735             "source": {
8736                 "type": "git",
8737                 "url": "https://github.com/sebastianbergmann/type.git",
8738                 "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
8739             },
8740             "dist": {
8741                 "type": "zip",
8742                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
8743                 "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
8744                 "shasum": ""
8745             },
8746             "require": {
8747                 "php": ">=7.2"
8748             },
8749             "require-dev": {
8750                 "phpunit/phpunit": "^8.2"
8751             },
8752             "type": "library",
8753             "extra": {
8754                 "branch-alias": {
8755                     "dev-master": "1.1-dev"
8756                 }
8757             },
8758             "autoload": {
8759                 "classmap": [
8760                     "src/"
8761                 ]
8762             },
8763             "notification-url": "https://packagist.org/downloads/",
8764             "license": [
8765                 "BSD-3-Clause"
8766             ],
8767             "authors": [
8768                 {
8769                     "name": "Sebastian Bergmann",
8770                     "email": "sebastian@phpunit.de",
8771                     "role": "lead"
8772                 }
8773             ],
8774             "description": "Collection of value objects that represent the types of the PHP type system",
8775             "homepage": "https://github.com/sebastianbergmann/type",
8776             "support": {
8777                 "issues": "https://github.com/sebastianbergmann/type/issues",
8778                 "source": "https://github.com/sebastianbergmann/type/tree/1.1.4"
8779             },
8780             "funding": [
8781                 {
8782                     "url": "https://github.com/sebastianbergmann",
8783                     "type": "github"
8784                 }
8785             ],
8786             "time": "2020-11-30T07:25:11+00:00"
8787         },
8788         {
8789             "name": "sebastian/version",
8790             "version": "2.0.1",
8791             "source": {
8792                 "type": "git",
8793                 "url": "https://github.com/sebastianbergmann/version.git",
8794                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
8795             },
8796             "dist": {
8797                 "type": "zip",
8798                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
8799                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
8800                 "shasum": ""
8801             },
8802             "require": {
8803                 "php": ">=5.6"
8804             },
8805             "type": "library",
8806             "extra": {
8807                 "branch-alias": {
8808                     "dev-master": "2.0.x-dev"
8809                 }
8810             },
8811             "autoload": {
8812                 "classmap": [
8813                     "src/"
8814                 ]
8815             },
8816             "notification-url": "https://packagist.org/downloads/",
8817             "license": [
8818                 "BSD-3-Clause"
8819             ],
8820             "authors": [
8821                 {
8822                     "name": "Sebastian Bergmann",
8823                     "email": "sebastian@phpunit.de",
8824                     "role": "lead"
8825                 }
8826             ],
8827             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8828             "homepage": "https://github.com/sebastianbergmann/version",
8829             "support": {
8830                 "issues": "https://github.com/sebastianbergmann/version/issues",
8831                 "source": "https://github.com/sebastianbergmann/version/tree/master"
8832             },
8833             "time": "2016-10-03T07:35:21+00:00"
8834         },
8835         {
8836             "name": "seld/jsonlint",
8837             "version": "1.8.3",
8838             "source": {
8839                 "type": "git",
8840                 "url": "https://github.com/Seldaek/jsonlint.git",
8841                 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
8842             },
8843             "dist": {
8844                 "type": "zip",
8845                 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
8846                 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
8847                 "shasum": ""
8848             },
8849             "require": {
8850                 "php": "^5.3 || ^7.0 || ^8.0"
8851             },
8852             "require-dev": {
8853                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8854             },
8855             "bin": [
8856                 "bin/jsonlint"
8857             ],
8858             "type": "library",
8859             "autoload": {
8860                 "psr-4": {
8861                     "Seld\\JsonLint\\": "src/Seld/JsonLint/"
8862                 }
8863             },
8864             "notification-url": "https://packagist.org/downloads/",
8865             "license": [
8866                 "MIT"
8867             ],
8868             "authors": [
8869                 {
8870                     "name": "Jordi Boggiano",
8871                     "email": "j.boggiano@seld.be",
8872                     "homepage": "http://seld.be"
8873                 }
8874             ],
8875             "description": "JSON Linter",
8876             "keywords": [
8877                 "json",
8878                 "linter",
8879                 "parser",
8880                 "validator"
8881             ],
8882             "support": {
8883                 "issues": "https://github.com/Seldaek/jsonlint/issues",
8884                 "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
8885             },
8886             "funding": [
8887                 {
8888                     "url": "https://github.com/Seldaek",
8889                     "type": "github"
8890                 },
8891                 {
8892                     "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
8893                     "type": "tidelift"
8894                 }
8895             ],
8896             "time": "2020-11-11T09:19:24+00:00"
8897         },
8898         {
8899             "name": "seld/phar-utils",
8900             "version": "1.1.1",
8901             "source": {
8902                 "type": "git",
8903                 "url": "https://github.com/Seldaek/phar-utils.git",
8904                 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
8905             },
8906             "dist": {
8907                 "type": "zip",
8908                 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
8909                 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
8910                 "shasum": ""
8911             },
8912             "require": {
8913                 "php": ">=5.3"
8914             },
8915             "type": "library",
8916             "extra": {
8917                 "branch-alias": {
8918                     "dev-master": "1.x-dev"
8919                 }
8920             },
8921             "autoload": {
8922                 "psr-4": {
8923                     "Seld\\PharUtils\\": "src/"
8924                 }
8925             },
8926             "notification-url": "https://packagist.org/downloads/",
8927             "license": [
8928                 "MIT"
8929             ],
8930             "authors": [
8931                 {
8932                     "name": "Jordi Boggiano",
8933                     "email": "j.boggiano@seld.be"
8934                 }
8935             ],
8936             "description": "PHAR file format utilities, for when PHP phars you up",
8937             "keywords": [
8938                 "phar"
8939             ],
8940             "support": {
8941                 "issues": "https://github.com/Seldaek/phar-utils/issues",
8942                 "source": "https://github.com/Seldaek/phar-utils/tree/master"
8943             },
8944             "time": "2020-07-07T18:42:57+00:00"
8945         },
8946         {
8947             "name": "squizlabs/php_codesniffer",
8948             "version": "3.5.8",
8949             "source": {
8950                 "type": "git",
8951                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
8952                 "reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
8953             },
8954             "dist": {
8955                 "type": "zip",
8956                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
8957                 "reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
8958                 "shasum": ""
8959             },
8960             "require": {
8961                 "ext-simplexml": "*",
8962                 "ext-tokenizer": "*",
8963                 "ext-xmlwriter": "*",
8964                 "php": ">=5.4.0"
8965             },
8966             "require-dev": {
8967                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
8968             },
8969             "bin": [
8970                 "bin/phpcs",
8971                 "bin/phpcbf"
8972             ],
8973             "type": "library",
8974             "extra": {
8975                 "branch-alias": {
8976                     "dev-master": "3.x-dev"
8977                 }
8978             },
8979             "notification-url": "https://packagist.org/downloads/",
8980             "license": [
8981                 "BSD-3-Clause"
8982             ],
8983             "authors": [
8984                 {
8985                     "name": "Greg Sherwood",
8986                     "role": "lead"
8987                 }
8988             ],
8989             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
8990             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
8991             "keywords": [
8992                 "phpcs",
8993                 "standards"
8994             ],
8995             "support": {
8996                 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
8997                 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
8998                 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
8999             },
9000             "time": "2020-10-23T02:01:07+00:00"
9001         },
9002         {
9003             "name": "symfony/dom-crawler",
9004             "version": "v4.4.18",
9005             "source": {
9006                 "type": "git",
9007                 "url": "https://github.com/symfony/dom-crawler.git",
9008                 "reference": "d44fbb02b458fe18d00fea18f24c97cefb87577e"
9009             },
9010             "dist": {
9011                 "type": "zip",
9012                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d44fbb02b458fe18d00fea18f24c97cefb87577e",
9013                 "reference": "d44fbb02b458fe18d00fea18f24c97cefb87577e",
9014                 "shasum": ""
9015             },
9016             "require": {
9017                 "php": ">=7.1.3",
9018                 "symfony/polyfill-ctype": "~1.8",
9019                 "symfony/polyfill-mbstring": "~1.0"
9020             },
9021             "conflict": {
9022                 "masterminds/html5": "<2.6"
9023             },
9024             "require-dev": {
9025                 "masterminds/html5": "^2.6",
9026                 "symfony/css-selector": "^3.4|^4.0|^5.0"
9027             },
9028             "suggest": {
9029                 "symfony/css-selector": ""
9030             },
9031             "type": "library",
9032             "autoload": {
9033                 "psr-4": {
9034                     "Symfony\\Component\\DomCrawler\\": ""
9035                 },
9036                 "exclude-from-classmap": [
9037                     "/Tests/"
9038                 ]
9039             },
9040             "notification-url": "https://packagist.org/downloads/",
9041             "license": [
9042                 "MIT"
9043             ],
9044             "authors": [
9045                 {
9046                     "name": "Fabien Potencier",
9047                     "email": "fabien@symfony.com"
9048                 },
9049                 {
9050                     "name": "Symfony Community",
9051                     "homepage": "https://symfony.com/contributors"
9052                 }
9053             ],
9054             "description": "Symfony DomCrawler Component",
9055             "homepage": "https://symfony.com",
9056             "support": {
9057                 "source": "https://github.com/symfony/dom-crawler/tree/v4.4.18"
9058             },
9059             "funding": [
9060                 {
9061                     "url": "https://symfony.com/sponsor",
9062                     "type": "custom"
9063                 },
9064                 {
9065                     "url": "https://github.com/fabpot",
9066                     "type": "github"
9067                 },
9068                 {
9069                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9070                     "type": "tidelift"
9071                 }
9072             ],
9073             "time": "2020-12-18T07:41:31+00:00"
9074         },
9075         {
9076             "name": "symfony/filesystem",
9077             "version": "v5.2.1",
9078             "source": {
9079                 "type": "git",
9080                 "url": "https://github.com/symfony/filesystem.git",
9081                 "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d"
9082             },
9083             "dist": {
9084                 "type": "zip",
9085                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
9086                 "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
9087                 "shasum": ""
9088             },
9089             "require": {
9090                 "php": ">=7.2.5",
9091                 "symfony/polyfill-ctype": "~1.8"
9092             },
9093             "type": "library",
9094             "autoload": {
9095                 "psr-4": {
9096                     "Symfony\\Component\\Filesystem\\": ""
9097                 },
9098                 "exclude-from-classmap": [
9099                     "/Tests/"
9100                 ]
9101             },
9102             "notification-url": "https://packagist.org/downloads/",
9103             "license": [
9104                 "MIT"
9105             ],
9106             "authors": [
9107                 {
9108                     "name": "Fabien Potencier",
9109                     "email": "fabien@symfony.com"
9110                 },
9111                 {
9112                     "name": "Symfony Community",
9113                     "homepage": "https://symfony.com/contributors"
9114                 }
9115             ],
9116             "description": "Symfony Filesystem Component",
9117             "homepage": "https://symfony.com",
9118             "support": {
9119                 "source": "https://github.com/symfony/filesystem/tree/v5.2.1"
9120             },
9121             "funding": [
9122                 {
9123                     "url": "https://symfony.com/sponsor",
9124                     "type": "custom"
9125                 },
9126                 {
9127                     "url": "https://github.com/fabpot",
9128                     "type": "github"
9129                 },
9130                 {
9131                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9132                     "type": "tidelift"
9133                 }
9134             ],
9135             "time": "2020-11-30T17:05:38+00:00"
9136         },
9137         {
9138             "name": "theseer/tokenizer",
9139             "version": "1.2.0",
9140             "source": {
9141                 "type": "git",
9142                 "url": "https://github.com/theseer/tokenizer.git",
9143                 "reference": "75a63c33a8577608444246075ea0af0d052e452a"
9144             },
9145             "dist": {
9146                 "type": "zip",
9147                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
9148                 "reference": "75a63c33a8577608444246075ea0af0d052e452a",
9149                 "shasum": ""
9150             },
9151             "require": {
9152                 "ext-dom": "*",
9153                 "ext-tokenizer": "*",
9154                 "ext-xmlwriter": "*",
9155                 "php": "^7.2 || ^8.0"
9156             },
9157             "type": "library",
9158             "autoload": {
9159                 "classmap": [
9160                     "src/"
9161                 ]
9162             },
9163             "notification-url": "https://packagist.org/downloads/",
9164             "license": [
9165                 "BSD-3-Clause"
9166             ],
9167             "authors": [
9168                 {
9169                     "name": "Arne Blankerts",
9170                     "email": "arne@blankerts.de",
9171                     "role": "Developer"
9172                 }
9173             ],
9174             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9175             "support": {
9176                 "issues": "https://github.com/theseer/tokenizer/issues",
9177                 "source": "https://github.com/theseer/tokenizer/tree/master"
9178             },
9179             "funding": [
9180                 {
9181                     "url": "https://github.com/theseer",
9182                     "type": "github"
9183                 }
9184             ],
9185             "time": "2020-07-12T23:59:07+00:00"
9186         },
9187         {
9188             "name": "webmozart/assert",
9189             "version": "1.9.1",
9190             "source": {
9191                 "type": "git",
9192                 "url": "https://github.com/webmozart/assert.git",
9193                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
9194             },
9195             "dist": {
9196                 "type": "zip",
9197                 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
9198                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
9199                 "shasum": ""
9200             },
9201             "require": {
9202                 "php": "^5.3.3 || ^7.0 || ^8.0",
9203                 "symfony/polyfill-ctype": "^1.8"
9204             },
9205             "conflict": {
9206                 "phpstan/phpstan": "<0.12.20",
9207                 "vimeo/psalm": "<3.9.1"
9208             },
9209             "require-dev": {
9210                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
9211             },
9212             "type": "library",
9213             "autoload": {
9214                 "psr-4": {
9215                     "Webmozart\\Assert\\": "src/"
9216                 }
9217             },
9218             "notification-url": "https://packagist.org/downloads/",
9219             "license": [
9220                 "MIT"
9221             ],
9222             "authors": [
9223                 {
9224                     "name": "Bernhard Schussek",
9225                     "email": "bschussek@gmail.com"
9226                 }
9227             ],
9228             "description": "Assertions to validate method input/output with nice error messages.",
9229             "keywords": [
9230                 "assert",
9231                 "check",
9232                 "validate"
9233             ],
9234             "support": {
9235                 "issues": "https://github.com/webmozart/assert/issues",
9236                 "source": "https://github.com/webmozart/assert/tree/master"
9237             },
9238             "time": "2020-07-08T17:02:28+00:00"
9239         }
9240     ],
9241     "aliases": [],
9242     "minimum-stability": "dev",
9243     "stability-flags": [],
9244     "prefer-stable": true,
9245     "prefer-lowest": false,
9246     "platform": {
9247         "php": "^7.2.5",
9248         "ext-curl": "*",
9249         "ext-dom": "*",
9250         "ext-gd": "*",
9251         "ext-json": "*",
9252         "ext-mbstring": "*",
9253         "ext-xml": "*"
9254     },
9255     "platform-dev": [],
9256     "platform-overrides": {
9257         "php": "7.2.5"
9258     },
9259     "plugin-api-version": "2.0.0"
9260 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.