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