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