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