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