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