comparison composer.lock @ 1:56d9c64d64aa

Setting up the base, still have plenty of work to be done here.
author luka
date Mon, 09 Jun 2025 23:07:17 -0400
parents
children
comparison
equal deleted inserted replaced
0:07e7262a8cce 1:56d9c64d64aa
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": "1214533784bbc889a6d6f528fcc67924",
8 "packages": [
9 {
10 "name": "brick/math",
11 "version": "0.13.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/brick/math.git",
15 "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
20 "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
21 "shasum": ""
22 },
23 "require": {
24 "php": "^8.1"
25 },
26 "require-dev": {
27 "php-coveralls/php-coveralls": "^2.2",
28 "phpunit/phpunit": "^10.1",
29 "vimeo/psalm": "6.8.8"
30 },
31 "type": "library",
32 "autoload": {
33 "psr-4": {
34 "Brick\\Math\\": "src/"
35 }
36 },
37 "notification-url": "https://packagist.org/downloads/",
38 "license": [
39 "MIT"
40 ],
41 "description": "Arbitrary-precision arithmetic library",
42 "keywords": [
43 "Arbitrary-precision",
44 "BigInteger",
45 "BigRational",
46 "arithmetic",
47 "bigdecimal",
48 "bignum",
49 "bignumber",
50 "brick",
51 "decimal",
52 "integer",
53 "math",
54 "mathematics",
55 "rational"
56 ],
57 "support": {
58 "issues": "https://github.com/brick/math/issues",
59 "source": "https://github.com/brick/math/tree/0.13.1"
60 },
61 "funding": [
62 {
63 "url": "https://github.com/BenMorel",
64 "type": "github"
65 }
66 ],
67 "time": "2025-03-29T13:50:30+00:00"
68 },
69 {
70 "name": "carbonphp/carbon-doctrine-types",
71 "version": "3.2.0",
72 "source": {
73 "type": "git",
74 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
75 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
76 },
77 "dist": {
78 "type": "zip",
79 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
80 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
81 "shasum": ""
82 },
83 "require": {
84 "php": "^8.1"
85 },
86 "conflict": {
87 "doctrine/dbal": "<4.0.0 || >=5.0.0"
88 },
89 "require-dev": {
90 "doctrine/dbal": "^4.0.0",
91 "nesbot/carbon": "^2.71.0 || ^3.0.0",
92 "phpunit/phpunit": "^10.3"
93 },
94 "type": "library",
95 "autoload": {
96 "psr-4": {
97 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
98 }
99 },
100 "notification-url": "https://packagist.org/downloads/",
101 "license": [
102 "MIT"
103 ],
104 "authors": [
105 {
106 "name": "KyleKatarn",
107 "email": "kylekatarnls@gmail.com"
108 }
109 ],
110 "description": "Types to use Carbon in Doctrine",
111 "keywords": [
112 "carbon",
113 "date",
114 "datetime",
115 "doctrine",
116 "time"
117 ],
118 "support": {
119 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
120 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
121 },
122 "funding": [
123 {
124 "url": "https://github.com/kylekatarnls",
125 "type": "github"
126 },
127 {
128 "url": "https://opencollective.com/Carbon",
129 "type": "open_collective"
130 },
131 {
132 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
133 "type": "tidelift"
134 }
135 ],
136 "time": "2024-02-09T16:56:22+00:00"
137 },
138 {
139 "name": "dflydev/dot-access-data",
140 "version": "v3.0.3",
141 "source": {
142 "type": "git",
143 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
144 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
145 },
146 "dist": {
147 "type": "zip",
148 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
149 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
150 "shasum": ""
151 },
152 "require": {
153 "php": "^7.1 || ^8.0"
154 },
155 "require-dev": {
156 "phpstan/phpstan": "^0.12.42",
157 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
158 "scrutinizer/ocular": "1.6.0",
159 "squizlabs/php_codesniffer": "^3.5",
160 "vimeo/psalm": "^4.0.0"
161 },
162 "type": "library",
163 "extra": {
164 "branch-alias": {
165 "dev-main": "3.x-dev"
166 }
167 },
168 "autoload": {
169 "psr-4": {
170 "Dflydev\\DotAccessData\\": "src/"
171 }
172 },
173 "notification-url": "https://packagist.org/downloads/",
174 "license": [
175 "MIT"
176 ],
177 "authors": [
178 {
179 "name": "Dragonfly Development Inc.",
180 "email": "info@dflydev.com",
181 "homepage": "http://dflydev.com"
182 },
183 {
184 "name": "Beau Simensen",
185 "email": "beau@dflydev.com",
186 "homepage": "http://beausimensen.com"
187 },
188 {
189 "name": "Carlos Frutos",
190 "email": "carlos@kiwing.it",
191 "homepage": "https://github.com/cfrutos"
192 },
193 {
194 "name": "Colin O'Dell",
195 "email": "colinodell@gmail.com",
196 "homepage": "https://www.colinodell.com"
197 }
198 ],
199 "description": "Given a deep data structure, access data by dot notation.",
200 "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
201 "keywords": [
202 "access",
203 "data",
204 "dot",
205 "notation"
206 ],
207 "support": {
208 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
209 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
210 },
211 "time": "2024-07-08T12:26:09+00:00"
212 },
213 {
214 "name": "doctrine/dbal",
215 "version": "4.2.3",
216 "source": {
217 "type": "git",
218 "url": "https://github.com/doctrine/dbal.git",
219 "reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e"
220 },
221 "dist": {
222 "type": "zip",
223 "url": "https://api.github.com/repos/doctrine/dbal/zipball/33d2d7fe1269b2301640c44cf2896ea607b30e3e",
224 "reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e",
225 "shasum": ""
226 },
227 "require": {
228 "doctrine/deprecations": "^0.5.3|^1",
229 "php": "^8.1",
230 "psr/cache": "^1|^2|^3",
231 "psr/log": "^1|^2|^3"
232 },
233 "require-dev": {
234 "doctrine/coding-standard": "12.0.0",
235 "fig/log-test": "^1",
236 "jetbrains/phpstorm-stubs": "2023.2",
237 "phpstan/phpstan": "2.1.1",
238 "phpstan/phpstan-phpunit": "2.0.3",
239 "phpstan/phpstan-strict-rules": "^2",
240 "phpunit/phpunit": "10.5.39",
241 "slevomat/coding-standard": "8.13.1",
242 "squizlabs/php_codesniffer": "3.10.2",
243 "symfony/cache": "^6.3.8|^7.0",
244 "symfony/console": "^5.4|^6.3|^7.0"
245 },
246 "suggest": {
247 "symfony/console": "For helpful console commands such as SQL execution and import of files."
248 },
249 "type": "library",
250 "autoload": {
251 "psr-4": {
252 "Doctrine\\DBAL\\": "src"
253 }
254 },
255 "notification-url": "https://packagist.org/downloads/",
256 "license": [
257 "MIT"
258 ],
259 "authors": [
260 {
261 "name": "Guilherme Blanco",
262 "email": "guilhermeblanco@gmail.com"
263 },
264 {
265 "name": "Roman Borschel",
266 "email": "roman@code-factory.org"
267 },
268 {
269 "name": "Benjamin Eberlei",
270 "email": "kontakt@beberlei.de"
271 },
272 {
273 "name": "Jonathan Wage",
274 "email": "jonwage@gmail.com"
275 }
276 ],
277 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
278 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
279 "keywords": [
280 "abstraction",
281 "database",
282 "db2",
283 "dbal",
284 "mariadb",
285 "mssql",
286 "mysql",
287 "oci8",
288 "oracle",
289 "pdo",
290 "pgsql",
291 "postgresql",
292 "queryobject",
293 "sasql",
294 "sql",
295 "sqlite",
296 "sqlserver",
297 "sqlsrv"
298 ],
299 "support": {
300 "issues": "https://github.com/doctrine/dbal/issues",
301 "source": "https://github.com/doctrine/dbal/tree/4.2.3"
302 },
303 "funding": [
304 {
305 "url": "https://www.doctrine-project.org/sponsorship.html",
306 "type": "custom"
307 },
308 {
309 "url": "https://www.patreon.com/phpdoctrine",
310 "type": "patreon"
311 },
312 {
313 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
314 "type": "tidelift"
315 }
316 ],
317 "time": "2025-03-07T18:29:05+00:00"
318 },
319 {
320 "name": "doctrine/deprecations",
321 "version": "1.1.5",
322 "source": {
323 "type": "git",
324 "url": "https://github.com/doctrine/deprecations.git",
325 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
326 },
327 "dist": {
328 "type": "zip",
329 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
330 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
331 "shasum": ""
332 },
333 "require": {
334 "php": "^7.1 || ^8.0"
335 },
336 "conflict": {
337 "phpunit/phpunit": "<=7.5 || >=13"
338 },
339 "require-dev": {
340 "doctrine/coding-standard": "^9 || ^12 || ^13",
341 "phpstan/phpstan": "1.4.10 || 2.1.11",
342 "phpstan/phpstan-phpunit": "^1.0 || ^2",
343 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
344 "psr/log": "^1 || ^2 || ^3"
345 },
346 "suggest": {
347 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
348 },
349 "type": "library",
350 "autoload": {
351 "psr-4": {
352 "Doctrine\\Deprecations\\": "src"
353 }
354 },
355 "notification-url": "https://packagist.org/downloads/",
356 "license": [
357 "MIT"
358 ],
359 "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.",
360 "homepage": "https://www.doctrine-project.org/",
361 "support": {
362 "issues": "https://github.com/doctrine/deprecations/issues",
363 "source": "https://github.com/doctrine/deprecations/tree/1.1.5"
364 },
365 "time": "2025-04-07T20:06:18+00:00"
366 },
367 {
368 "name": "doctrine/inflector",
369 "version": "2.0.10",
370 "source": {
371 "type": "git",
372 "url": "https://github.com/doctrine/inflector.git",
373 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
374 },
375 "dist": {
376 "type": "zip",
377 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
378 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
379 "shasum": ""
380 },
381 "require": {
382 "php": "^7.2 || ^8.0"
383 },
384 "require-dev": {
385 "doctrine/coding-standard": "^11.0",
386 "phpstan/phpstan": "^1.8",
387 "phpstan/phpstan-phpunit": "^1.1",
388 "phpstan/phpstan-strict-rules": "^1.3",
389 "phpunit/phpunit": "^8.5 || ^9.5",
390 "vimeo/psalm": "^4.25 || ^5.4"
391 },
392 "type": "library",
393 "autoload": {
394 "psr-4": {
395 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
396 }
397 },
398 "notification-url": "https://packagist.org/downloads/",
399 "license": [
400 "MIT"
401 ],
402 "authors": [
403 {
404 "name": "Guilherme Blanco",
405 "email": "guilhermeblanco@gmail.com"
406 },
407 {
408 "name": "Roman Borschel",
409 "email": "roman@code-factory.org"
410 },
411 {
412 "name": "Benjamin Eberlei",
413 "email": "kontakt@beberlei.de"
414 },
415 {
416 "name": "Jonathan Wage",
417 "email": "jonwage@gmail.com"
418 },
419 {
420 "name": "Johannes Schmitt",
421 "email": "schmittjoh@gmail.com"
422 }
423 ],
424 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
425 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
426 "keywords": [
427 "inflection",
428 "inflector",
429 "lowercase",
430 "manipulation",
431 "php",
432 "plural",
433 "singular",
434 "strings",
435 "uppercase",
436 "words"
437 ],
438 "support": {
439 "issues": "https://github.com/doctrine/inflector/issues",
440 "source": "https://github.com/doctrine/inflector/tree/2.0.10"
441 },
442 "funding": [
443 {
444 "url": "https://www.doctrine-project.org/sponsorship.html",
445 "type": "custom"
446 },
447 {
448 "url": "https://www.patreon.com/phpdoctrine",
449 "type": "patreon"
450 },
451 {
452 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
453 "type": "tidelift"
454 }
455 ],
456 "time": "2024-02-18T20:23:39+00:00"
457 },
458 {
459 "name": "doctrine/lexer",
460 "version": "3.0.1",
461 "source": {
462 "type": "git",
463 "url": "https://github.com/doctrine/lexer.git",
464 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
465 },
466 "dist": {
467 "type": "zip",
468 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
469 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
470 "shasum": ""
471 },
472 "require": {
473 "php": "^8.1"
474 },
475 "require-dev": {
476 "doctrine/coding-standard": "^12",
477 "phpstan/phpstan": "^1.10",
478 "phpunit/phpunit": "^10.5",
479 "psalm/plugin-phpunit": "^0.18.3",
480 "vimeo/psalm": "^5.21"
481 },
482 "type": "library",
483 "autoload": {
484 "psr-4": {
485 "Doctrine\\Common\\Lexer\\": "src"
486 }
487 },
488 "notification-url": "https://packagist.org/downloads/",
489 "license": [
490 "MIT"
491 ],
492 "authors": [
493 {
494 "name": "Guilherme Blanco",
495 "email": "guilhermeblanco@gmail.com"
496 },
497 {
498 "name": "Roman Borschel",
499 "email": "roman@code-factory.org"
500 },
501 {
502 "name": "Johannes Schmitt",
503 "email": "schmittjoh@gmail.com"
504 }
505 ],
506 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
507 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
508 "keywords": [
509 "annotations",
510 "docblock",
511 "lexer",
512 "parser",
513 "php"
514 ],
515 "support": {
516 "issues": "https://github.com/doctrine/lexer/issues",
517 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
518 },
519 "funding": [
520 {
521 "url": "https://www.doctrine-project.org/sponsorship.html",
522 "type": "custom"
523 },
524 {
525 "url": "https://www.patreon.com/phpdoctrine",
526 "type": "patreon"
527 },
528 {
529 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
530 "type": "tidelift"
531 }
532 ],
533 "time": "2024-02-05T11:56:58+00:00"
534 },
535 {
536 "name": "dragonmantank/cron-expression",
537 "version": "v3.4.0",
538 "source": {
539 "type": "git",
540 "url": "https://github.com/dragonmantank/cron-expression.git",
541 "reference": "8c784d071debd117328803d86b2097615b457500"
542 },
543 "dist": {
544 "type": "zip",
545 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
546 "reference": "8c784d071debd117328803d86b2097615b457500",
547 "shasum": ""
548 },
549 "require": {
550 "php": "^7.2|^8.0",
551 "webmozart/assert": "^1.0"
552 },
553 "replace": {
554 "mtdowling/cron-expression": "^1.0"
555 },
556 "require-dev": {
557 "phpstan/extension-installer": "^1.0",
558 "phpstan/phpstan": "^1.0",
559 "phpunit/phpunit": "^7.0|^8.0|^9.0"
560 },
561 "type": "library",
562 "extra": {
563 "branch-alias": {
564 "dev-master": "3.x-dev"
565 }
566 },
567 "autoload": {
568 "psr-4": {
569 "Cron\\": "src/Cron/"
570 }
571 },
572 "notification-url": "https://packagist.org/downloads/",
573 "license": [
574 "MIT"
575 ],
576 "authors": [
577 {
578 "name": "Chris Tankersley",
579 "email": "chris@ctankersley.com",
580 "homepage": "https://github.com/dragonmantank"
581 }
582 ],
583 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
584 "keywords": [
585 "cron",
586 "schedule"
587 ],
588 "support": {
589 "issues": "https://github.com/dragonmantank/cron-expression/issues",
590 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
591 },
592 "funding": [
593 {
594 "url": "https://github.com/dragonmantank",
595 "type": "github"
596 }
597 ],
598 "time": "2024-10-09T13:47:03+00:00"
599 },
600 {
601 "name": "egulias/email-validator",
602 "version": "4.0.4",
603 "source": {
604 "type": "git",
605 "url": "https://github.com/egulias/EmailValidator.git",
606 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
607 },
608 "dist": {
609 "type": "zip",
610 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
611 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
612 "shasum": ""
613 },
614 "require": {
615 "doctrine/lexer": "^2.0 || ^3.0",
616 "php": ">=8.1",
617 "symfony/polyfill-intl-idn": "^1.26"
618 },
619 "require-dev": {
620 "phpunit/phpunit": "^10.2",
621 "vimeo/psalm": "^5.12"
622 },
623 "suggest": {
624 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
625 },
626 "type": "library",
627 "extra": {
628 "branch-alias": {
629 "dev-master": "4.0.x-dev"
630 }
631 },
632 "autoload": {
633 "psr-4": {
634 "Egulias\\EmailValidator\\": "src"
635 }
636 },
637 "notification-url": "https://packagist.org/downloads/",
638 "license": [
639 "MIT"
640 ],
641 "authors": [
642 {
643 "name": "Eduardo Gulias Davis"
644 }
645 ],
646 "description": "A library for validating emails against several RFCs",
647 "homepage": "https://github.com/egulias/EmailValidator",
648 "keywords": [
649 "email",
650 "emailvalidation",
651 "emailvalidator",
652 "validation",
653 "validator"
654 ],
655 "support": {
656 "issues": "https://github.com/egulias/EmailValidator/issues",
657 "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
658 },
659 "funding": [
660 {
661 "url": "https://github.com/egulias",
662 "type": "github"
663 }
664 ],
665 "time": "2025-03-06T22:45:56+00:00"
666 },
667 {
668 "name": "fruitcake/php-cors",
669 "version": "v1.3.0",
670 "source": {
671 "type": "git",
672 "url": "https://github.com/fruitcake/php-cors.git",
673 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
674 },
675 "dist": {
676 "type": "zip",
677 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
678 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
679 "shasum": ""
680 },
681 "require": {
682 "php": "^7.4|^8.0",
683 "symfony/http-foundation": "^4.4|^5.4|^6|^7"
684 },
685 "require-dev": {
686 "phpstan/phpstan": "^1.4",
687 "phpunit/phpunit": "^9",
688 "squizlabs/php_codesniffer": "^3.5"
689 },
690 "type": "library",
691 "extra": {
692 "branch-alias": {
693 "dev-master": "1.2-dev"
694 }
695 },
696 "autoload": {
697 "psr-4": {
698 "Fruitcake\\Cors\\": "src/"
699 }
700 },
701 "notification-url": "https://packagist.org/downloads/",
702 "license": [
703 "MIT"
704 ],
705 "authors": [
706 {
707 "name": "Fruitcake",
708 "homepage": "https://fruitcake.nl"
709 },
710 {
711 "name": "Barryvdh",
712 "email": "barryvdh@gmail.com"
713 }
714 ],
715 "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
716 "homepage": "https://github.com/fruitcake/php-cors",
717 "keywords": [
718 "cors",
719 "laravel",
720 "symfony"
721 ],
722 "support": {
723 "issues": "https://github.com/fruitcake/php-cors/issues",
724 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
725 },
726 "funding": [
727 {
728 "url": "https://fruitcake.nl",
729 "type": "custom"
730 },
731 {
732 "url": "https://github.com/barryvdh",
733 "type": "github"
734 }
735 ],
736 "time": "2023-10-12T05:21:21+00:00"
737 },
738 {
739 "name": "graham-campbell/result-type",
740 "version": "v1.1.3",
741 "source": {
742 "type": "git",
743 "url": "https://github.com/GrahamCampbell/Result-Type.git",
744 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
745 },
746 "dist": {
747 "type": "zip",
748 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
749 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
750 "shasum": ""
751 },
752 "require": {
753 "php": "^7.2.5 || ^8.0",
754 "phpoption/phpoption": "^1.9.3"
755 },
756 "require-dev": {
757 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
758 },
759 "type": "library",
760 "autoload": {
761 "psr-4": {
762 "GrahamCampbell\\ResultType\\": "src/"
763 }
764 },
765 "notification-url": "https://packagist.org/downloads/",
766 "license": [
767 "MIT"
768 ],
769 "authors": [
770 {
771 "name": "Graham Campbell",
772 "email": "hello@gjcampbell.co.uk",
773 "homepage": "https://github.com/GrahamCampbell"
774 }
775 ],
776 "description": "An Implementation Of The Result Type",
777 "keywords": [
778 "Graham Campbell",
779 "GrahamCampbell",
780 "Result Type",
781 "Result-Type",
782 "result"
783 ],
784 "support": {
785 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
786 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
787 },
788 "funding": [
789 {
790 "url": "https://github.com/GrahamCampbell",
791 "type": "github"
792 },
793 {
794 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
795 "type": "tidelift"
796 }
797 ],
798 "time": "2024-07-20T21:45:45+00:00"
799 },
800 {
801 "name": "guzzlehttp/guzzle",
802 "version": "7.9.3",
803 "source": {
804 "type": "git",
805 "url": "https://github.com/guzzle/guzzle.git",
806 "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
807 },
808 "dist": {
809 "type": "zip",
810 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
811 "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
812 "shasum": ""
813 },
814 "require": {
815 "ext-json": "*",
816 "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
817 "guzzlehttp/psr7": "^2.7.0",
818 "php": "^7.2.5 || ^8.0",
819 "psr/http-client": "^1.0",
820 "symfony/deprecation-contracts": "^2.2 || ^3.0"
821 },
822 "provide": {
823 "psr/http-client-implementation": "1.0"
824 },
825 "require-dev": {
826 "bamarni/composer-bin-plugin": "^1.8.2",
827 "ext-curl": "*",
828 "guzzle/client-integration-tests": "3.0.2",
829 "php-http/message-factory": "^1.1",
830 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
831 "psr/log": "^1.1 || ^2.0 || ^3.0"
832 },
833 "suggest": {
834 "ext-curl": "Required for CURL handler support",
835 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
836 "psr/log": "Required for using the Log middleware"
837 },
838 "type": "library",
839 "extra": {
840 "bamarni-bin": {
841 "bin-links": true,
842 "forward-command": false
843 }
844 },
845 "autoload": {
846 "files": [
847 "src/functions_include.php"
848 ],
849 "psr-4": {
850 "GuzzleHttp\\": "src/"
851 }
852 },
853 "notification-url": "https://packagist.org/downloads/",
854 "license": [
855 "MIT"
856 ],
857 "authors": [
858 {
859 "name": "Graham Campbell",
860 "email": "hello@gjcampbell.co.uk",
861 "homepage": "https://github.com/GrahamCampbell"
862 },
863 {
864 "name": "Michael Dowling",
865 "email": "mtdowling@gmail.com",
866 "homepage": "https://github.com/mtdowling"
867 },
868 {
869 "name": "Jeremy Lindblom",
870 "email": "jeremeamia@gmail.com",
871 "homepage": "https://github.com/jeremeamia"
872 },
873 {
874 "name": "George Mponos",
875 "email": "gmponos@gmail.com",
876 "homepage": "https://github.com/gmponos"
877 },
878 {
879 "name": "Tobias Nyholm",
880 "email": "tobias.nyholm@gmail.com",
881 "homepage": "https://github.com/Nyholm"
882 },
883 {
884 "name": "Márk Sági-Kazár",
885 "email": "mark.sagikazar@gmail.com",
886 "homepage": "https://github.com/sagikazarmark"
887 },
888 {
889 "name": "Tobias Schultze",
890 "email": "webmaster@tubo-world.de",
891 "homepage": "https://github.com/Tobion"
892 }
893 ],
894 "description": "Guzzle is a PHP HTTP client library",
895 "keywords": [
896 "client",
897 "curl",
898 "framework",
899 "http",
900 "http client",
901 "psr-18",
902 "psr-7",
903 "rest",
904 "web service"
905 ],
906 "support": {
907 "issues": "https://github.com/guzzle/guzzle/issues",
908 "source": "https://github.com/guzzle/guzzle/tree/7.9.3"
909 },
910 "funding": [
911 {
912 "url": "https://github.com/GrahamCampbell",
913 "type": "github"
914 },
915 {
916 "url": "https://github.com/Nyholm",
917 "type": "github"
918 },
919 {
920 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
921 "type": "tidelift"
922 }
923 ],
924 "time": "2025-03-27T13:37:11+00:00"
925 },
926 {
927 "name": "guzzlehttp/promises",
928 "version": "2.2.0",
929 "source": {
930 "type": "git",
931 "url": "https://github.com/guzzle/promises.git",
932 "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
933 },
934 "dist": {
935 "type": "zip",
936 "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
937 "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
938 "shasum": ""
939 },
940 "require": {
941 "php": "^7.2.5 || ^8.0"
942 },
943 "require-dev": {
944 "bamarni/composer-bin-plugin": "^1.8.2",
945 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
946 },
947 "type": "library",
948 "extra": {
949 "bamarni-bin": {
950 "bin-links": true,
951 "forward-command": false
952 }
953 },
954 "autoload": {
955 "psr-4": {
956 "GuzzleHttp\\Promise\\": "src/"
957 }
958 },
959 "notification-url": "https://packagist.org/downloads/",
960 "license": [
961 "MIT"
962 ],
963 "authors": [
964 {
965 "name": "Graham Campbell",
966 "email": "hello@gjcampbell.co.uk",
967 "homepage": "https://github.com/GrahamCampbell"
968 },
969 {
970 "name": "Michael Dowling",
971 "email": "mtdowling@gmail.com",
972 "homepage": "https://github.com/mtdowling"
973 },
974 {
975 "name": "Tobias Nyholm",
976 "email": "tobias.nyholm@gmail.com",
977 "homepage": "https://github.com/Nyholm"
978 },
979 {
980 "name": "Tobias Schultze",
981 "email": "webmaster@tubo-world.de",
982 "homepage": "https://github.com/Tobion"
983 }
984 ],
985 "description": "Guzzle promises library",
986 "keywords": [
987 "promise"
988 ],
989 "support": {
990 "issues": "https://github.com/guzzle/promises/issues",
991 "source": "https://github.com/guzzle/promises/tree/2.2.0"
992 },
993 "funding": [
994 {
995 "url": "https://github.com/GrahamCampbell",
996 "type": "github"
997 },
998 {
999 "url": "https://github.com/Nyholm",
1000 "type": "github"
1001 },
1002 {
1003 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1004 "type": "tidelift"
1005 }
1006 ],
1007 "time": "2025-03-27T13:27:01+00:00"
1008 },
1009 {
1010 "name": "guzzlehttp/psr7",
1011 "version": "2.7.1",
1012 "source": {
1013 "type": "git",
1014 "url": "https://github.com/guzzle/psr7.git",
1015 "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
1016 },
1017 "dist": {
1018 "type": "zip",
1019 "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
1020 "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
1021 "shasum": ""
1022 },
1023 "require": {
1024 "php": "^7.2.5 || ^8.0",
1025 "psr/http-factory": "^1.0",
1026 "psr/http-message": "^1.1 || ^2.0",
1027 "ralouphie/getallheaders": "^3.0"
1028 },
1029 "provide": {
1030 "psr/http-factory-implementation": "1.0",
1031 "psr/http-message-implementation": "1.0"
1032 },
1033 "require-dev": {
1034 "bamarni/composer-bin-plugin": "^1.8.2",
1035 "http-interop/http-factory-tests": "0.9.0",
1036 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
1037 },
1038 "suggest": {
1039 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1040 },
1041 "type": "library",
1042 "extra": {
1043 "bamarni-bin": {
1044 "bin-links": true,
1045 "forward-command": false
1046 }
1047 },
1048 "autoload": {
1049 "psr-4": {
1050 "GuzzleHttp\\Psr7\\": "src/"
1051 }
1052 },
1053 "notification-url": "https://packagist.org/downloads/",
1054 "license": [
1055 "MIT"
1056 ],
1057 "authors": [
1058 {
1059 "name": "Graham Campbell",
1060 "email": "hello@gjcampbell.co.uk",
1061 "homepage": "https://github.com/GrahamCampbell"
1062 },
1063 {
1064 "name": "Michael Dowling",
1065 "email": "mtdowling@gmail.com",
1066 "homepage": "https://github.com/mtdowling"
1067 },
1068 {
1069 "name": "George Mponos",
1070 "email": "gmponos@gmail.com",
1071 "homepage": "https://github.com/gmponos"
1072 },
1073 {
1074 "name": "Tobias Nyholm",
1075 "email": "tobias.nyholm@gmail.com",
1076 "homepage": "https://github.com/Nyholm"
1077 },
1078 {
1079 "name": "Márk Sági-Kazár",
1080 "email": "mark.sagikazar@gmail.com",
1081 "homepage": "https://github.com/sagikazarmark"
1082 },
1083 {
1084 "name": "Tobias Schultze",
1085 "email": "webmaster@tubo-world.de",
1086 "homepage": "https://github.com/Tobion"
1087 },
1088 {
1089 "name": "Márk Sági-Kazár",
1090 "email": "mark.sagikazar@gmail.com",
1091 "homepage": "https://sagikazarmark.hu"
1092 }
1093 ],
1094 "description": "PSR-7 message implementation that also provides common utility methods",
1095 "keywords": [
1096 "http",
1097 "message",
1098 "psr-7",
1099 "request",
1100 "response",
1101 "stream",
1102 "uri",
1103 "url"
1104 ],
1105 "support": {
1106 "issues": "https://github.com/guzzle/psr7/issues",
1107 "source": "https://github.com/guzzle/psr7/tree/2.7.1"
1108 },
1109 "funding": [
1110 {
1111 "url": "https://github.com/GrahamCampbell",
1112 "type": "github"
1113 },
1114 {
1115 "url": "https://github.com/Nyholm",
1116 "type": "github"
1117 },
1118 {
1119 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1120 "type": "tidelift"
1121 }
1122 ],
1123 "time": "2025-03-27T12:30:47+00:00"
1124 },
1125 {
1126 "name": "guzzlehttp/uri-template",
1127 "version": "v1.0.4",
1128 "source": {
1129 "type": "git",
1130 "url": "https://github.com/guzzle/uri-template.git",
1131 "reference": "30e286560c137526eccd4ce21b2de477ab0676d2"
1132 },
1133 "dist": {
1134 "type": "zip",
1135 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/30e286560c137526eccd4ce21b2de477ab0676d2",
1136 "reference": "30e286560c137526eccd4ce21b2de477ab0676d2",
1137 "shasum": ""
1138 },
1139 "require": {
1140 "php": "^7.2.5 || ^8.0",
1141 "symfony/polyfill-php80": "^1.24"
1142 },
1143 "require-dev": {
1144 "bamarni/composer-bin-plugin": "^1.8.2",
1145 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1146 "uri-template/tests": "1.0.0"
1147 },
1148 "type": "library",
1149 "extra": {
1150 "bamarni-bin": {
1151 "bin-links": true,
1152 "forward-command": false
1153 }
1154 },
1155 "autoload": {
1156 "psr-4": {
1157 "GuzzleHttp\\UriTemplate\\": "src"
1158 }
1159 },
1160 "notification-url": "https://packagist.org/downloads/",
1161 "license": [
1162 "MIT"
1163 ],
1164 "authors": [
1165 {
1166 "name": "Graham Campbell",
1167 "email": "hello@gjcampbell.co.uk",
1168 "homepage": "https://github.com/GrahamCampbell"
1169 },
1170 {
1171 "name": "Michael Dowling",
1172 "email": "mtdowling@gmail.com",
1173 "homepage": "https://github.com/mtdowling"
1174 },
1175 {
1176 "name": "George Mponos",
1177 "email": "gmponos@gmail.com",
1178 "homepage": "https://github.com/gmponos"
1179 },
1180 {
1181 "name": "Tobias Nyholm",
1182 "email": "tobias.nyholm@gmail.com",
1183 "homepage": "https://github.com/Nyholm"
1184 }
1185 ],
1186 "description": "A polyfill class for uri_template of PHP",
1187 "keywords": [
1188 "guzzlehttp",
1189 "uri-template"
1190 ],
1191 "support": {
1192 "issues": "https://github.com/guzzle/uri-template/issues",
1193 "source": "https://github.com/guzzle/uri-template/tree/v1.0.4"
1194 },
1195 "funding": [
1196 {
1197 "url": "https://github.com/GrahamCampbell",
1198 "type": "github"
1199 },
1200 {
1201 "url": "https://github.com/Nyholm",
1202 "type": "github"
1203 },
1204 {
1205 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1206 "type": "tidelift"
1207 }
1208 ],
1209 "time": "2025-02-03T10:55:03+00:00"
1210 },
1211 {
1212 "name": "laravel/framework",
1213 "version": "v12.17.0",
1214 "source": {
1215 "type": "git",
1216 "url": "https://github.com/laravel/framework.git",
1217 "reference": "8729d084510480fdeec9b6ad198180147d4a7f06"
1218 },
1219 "dist": {
1220 "type": "zip",
1221 "url": "https://api.github.com/repos/laravel/framework/zipball/8729d084510480fdeec9b6ad198180147d4a7f06",
1222 "reference": "8729d084510480fdeec9b6ad198180147d4a7f06",
1223 "shasum": ""
1224 },
1225 "require": {
1226 "brick/math": "^0.11|^0.12|^0.13",
1227 "composer-runtime-api": "^2.2",
1228 "doctrine/inflector": "^2.0.5",
1229 "dragonmantank/cron-expression": "^3.4",
1230 "egulias/email-validator": "^3.2.1|^4.0",
1231 "ext-ctype": "*",
1232 "ext-filter": "*",
1233 "ext-hash": "*",
1234 "ext-mbstring": "*",
1235 "ext-openssl": "*",
1236 "ext-session": "*",
1237 "ext-tokenizer": "*",
1238 "fruitcake/php-cors": "^1.3",
1239 "guzzlehttp/guzzle": "^7.8.2",
1240 "guzzlehttp/uri-template": "^1.0",
1241 "laravel/prompts": "^0.3.0",
1242 "laravel/serializable-closure": "^1.3|^2.0",
1243 "league/commonmark": "^2.7",
1244 "league/flysystem": "^3.25.1",
1245 "league/flysystem-local": "^3.25.1",
1246 "league/uri": "^7.5.1",
1247 "monolog/monolog": "^3.0",
1248 "nesbot/carbon": "^3.8.4",
1249 "nunomaduro/termwind": "^2.0",
1250 "php": "^8.2",
1251 "psr/container": "^1.1.1|^2.0.1",
1252 "psr/log": "^1.0|^2.0|^3.0",
1253 "psr/simple-cache": "^1.0|^2.0|^3.0",
1254 "ramsey/uuid": "^4.7",
1255 "symfony/console": "^7.2.0",
1256 "symfony/error-handler": "^7.2.0",
1257 "symfony/finder": "^7.2.0",
1258 "symfony/http-foundation": "^7.2.0",
1259 "symfony/http-kernel": "^7.2.0",
1260 "symfony/mailer": "^7.2.0",
1261 "symfony/mime": "^7.2.0",
1262 "symfony/polyfill-php83": "^1.31",
1263 "symfony/process": "^7.2.0",
1264 "symfony/routing": "^7.2.0",
1265 "symfony/uid": "^7.2.0",
1266 "symfony/var-dumper": "^7.2.0",
1267 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1268 "vlucas/phpdotenv": "^5.6.1",
1269 "voku/portable-ascii": "^2.0.2"
1270 },
1271 "conflict": {
1272 "tightenco/collect": "<5.5.33"
1273 },
1274 "provide": {
1275 "psr/container-implementation": "1.1|2.0",
1276 "psr/log-implementation": "1.0|2.0|3.0",
1277 "psr/simple-cache-implementation": "1.0|2.0|3.0"
1278 },
1279 "replace": {
1280 "illuminate/auth": "self.version",
1281 "illuminate/broadcasting": "self.version",
1282 "illuminate/bus": "self.version",
1283 "illuminate/cache": "self.version",
1284 "illuminate/collections": "self.version",
1285 "illuminate/concurrency": "self.version",
1286 "illuminate/conditionable": "self.version",
1287 "illuminate/config": "self.version",
1288 "illuminate/console": "self.version",
1289 "illuminate/container": "self.version",
1290 "illuminate/contracts": "self.version",
1291 "illuminate/cookie": "self.version",
1292 "illuminate/database": "self.version",
1293 "illuminate/encryption": "self.version",
1294 "illuminate/events": "self.version",
1295 "illuminate/filesystem": "self.version",
1296 "illuminate/hashing": "self.version",
1297 "illuminate/http": "self.version",
1298 "illuminate/log": "self.version",
1299 "illuminate/macroable": "self.version",
1300 "illuminate/mail": "self.version",
1301 "illuminate/notifications": "self.version",
1302 "illuminate/pagination": "self.version",
1303 "illuminate/pipeline": "self.version",
1304 "illuminate/process": "self.version",
1305 "illuminate/queue": "self.version",
1306 "illuminate/redis": "self.version",
1307 "illuminate/routing": "self.version",
1308 "illuminate/session": "self.version",
1309 "illuminate/support": "self.version",
1310 "illuminate/testing": "self.version",
1311 "illuminate/translation": "self.version",
1312 "illuminate/validation": "self.version",
1313 "illuminate/view": "self.version",
1314 "spatie/once": "*"
1315 },
1316 "require-dev": {
1317 "ably/ably-php": "^1.0",
1318 "aws/aws-sdk-php": "^3.322.9",
1319 "ext-gmp": "*",
1320 "fakerphp/faker": "^1.24",
1321 "guzzlehttp/promises": "^2.0.3",
1322 "guzzlehttp/psr7": "^2.4",
1323 "laravel/pint": "^1.18",
1324 "league/flysystem-aws-s3-v3": "^3.25.1",
1325 "league/flysystem-ftp": "^3.25.1",
1326 "league/flysystem-path-prefixing": "^3.25.1",
1327 "league/flysystem-read-only": "^3.25.1",
1328 "league/flysystem-sftp-v3": "^3.25.1",
1329 "mockery/mockery": "^1.6.10",
1330 "orchestra/testbench-core": "^10.0.0",
1331 "pda/pheanstalk": "^5.0.6|^7.0.0",
1332 "php-http/discovery": "^1.15",
1333 "phpstan/phpstan": "^2.0",
1334 "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
1335 "predis/predis": "^2.3|^3.0",
1336 "resend/resend-php": "^0.10.0",
1337 "symfony/cache": "^7.2.0",
1338 "symfony/http-client": "^7.2.0",
1339 "symfony/psr-http-message-bridge": "^7.2.0",
1340 "symfony/translation": "^7.2.0"
1341 },
1342 "suggest": {
1343 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1344 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
1345 "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
1346 "ext-apcu": "Required to use the APC cache driver.",
1347 "ext-fileinfo": "Required to use the Filesystem class.",
1348 "ext-ftp": "Required to use the Flysystem FTP driver.",
1349 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1350 "ext-memcached": "Required to use the memcache cache driver.",
1351 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
1352 "ext-pdo": "Required to use all database features.",
1353 "ext-posix": "Required to use all features of the queue worker.",
1354 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
1355 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1356 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1357 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1358 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
1359 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
1360 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
1361 "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
1362 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
1363 "mockery/mockery": "Required to use mocking (^1.6).",
1364 "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
1365 "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
1366 "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).",
1367 "predis/predis": "Required to use the predis connector (^2.3|^3.0).",
1368 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1369 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
1370 "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
1371 "symfony/cache": "Required to PSR-6 cache bridge (^7.2).",
1372 "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).",
1373 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).",
1374 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).",
1375 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2).",
1376 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.2)."
1377 },
1378 "type": "library",
1379 "extra": {
1380 "branch-alias": {
1381 "dev-master": "12.x-dev"
1382 }
1383 },
1384 "autoload": {
1385 "files": [
1386 "src/Illuminate/Collections/functions.php",
1387 "src/Illuminate/Collections/helpers.php",
1388 "src/Illuminate/Events/functions.php",
1389 "src/Illuminate/Filesystem/functions.php",
1390 "src/Illuminate/Foundation/helpers.php",
1391 "src/Illuminate/Log/functions.php",
1392 "src/Illuminate/Support/functions.php",
1393 "src/Illuminate/Support/helpers.php"
1394 ],
1395 "psr-4": {
1396 "Illuminate\\": "src/Illuminate/",
1397 "Illuminate\\Support\\": [
1398 "src/Illuminate/Macroable/",
1399 "src/Illuminate/Collections/",
1400 "src/Illuminate/Conditionable/"
1401 ]
1402 }
1403 },
1404 "notification-url": "https://packagist.org/downloads/",
1405 "license": [
1406 "MIT"
1407 ],
1408 "authors": [
1409 {
1410 "name": "Taylor Otwell",
1411 "email": "taylor@laravel.com"
1412 }
1413 ],
1414 "description": "The Laravel Framework.",
1415 "homepage": "https://laravel.com",
1416 "keywords": [
1417 "framework",
1418 "laravel"
1419 ],
1420 "support": {
1421 "issues": "https://github.com/laravel/framework/issues",
1422 "source": "https://github.com/laravel/framework"
1423 },
1424 "time": "2025-06-03T14:04:18+00:00"
1425 },
1426 {
1427 "name": "laravel/prompts",
1428 "version": "v0.3.5",
1429 "source": {
1430 "type": "git",
1431 "url": "https://github.com/laravel/prompts.git",
1432 "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1"
1433 },
1434 "dist": {
1435 "type": "zip",
1436 "url": "https://api.github.com/repos/laravel/prompts/zipball/57b8f7efe40333cdb925700891c7d7465325d3b1",
1437 "reference": "57b8f7efe40333cdb925700891c7d7465325d3b1",
1438 "shasum": ""
1439 },
1440 "require": {
1441 "composer-runtime-api": "^2.2",
1442 "ext-mbstring": "*",
1443 "php": "^8.1",
1444 "symfony/console": "^6.2|^7.0"
1445 },
1446 "conflict": {
1447 "illuminate/console": ">=10.17.0 <10.25.0",
1448 "laravel/framework": ">=10.17.0 <10.25.0"
1449 },
1450 "require-dev": {
1451 "illuminate/collections": "^10.0|^11.0|^12.0",
1452 "mockery/mockery": "^1.5",
1453 "pestphp/pest": "^2.3|^3.4",
1454 "phpstan/phpstan": "^1.11",
1455 "phpstan/phpstan-mockery": "^1.1"
1456 },
1457 "suggest": {
1458 "ext-pcntl": "Required for the spinner to be animated."
1459 },
1460 "type": "library",
1461 "extra": {
1462 "branch-alias": {
1463 "dev-main": "0.3.x-dev"
1464 }
1465 },
1466 "autoload": {
1467 "files": [
1468 "src/helpers.php"
1469 ],
1470 "psr-4": {
1471 "Laravel\\Prompts\\": "src/"
1472 }
1473 },
1474 "notification-url": "https://packagist.org/downloads/",
1475 "license": [
1476 "MIT"
1477 ],
1478 "description": "Add beautiful and user-friendly forms to your command-line applications.",
1479 "support": {
1480 "issues": "https://github.com/laravel/prompts/issues",
1481 "source": "https://github.com/laravel/prompts/tree/v0.3.5"
1482 },
1483 "time": "2025-02-11T13:34:40+00:00"
1484 },
1485 {
1486 "name": "laravel/serializable-closure",
1487 "version": "v2.0.4",
1488 "source": {
1489 "type": "git",
1490 "url": "https://github.com/laravel/serializable-closure.git",
1491 "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841"
1492 },
1493 "dist": {
1494 "type": "zip",
1495 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
1496 "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
1497 "shasum": ""
1498 },
1499 "require": {
1500 "php": "^8.1"
1501 },
1502 "require-dev": {
1503 "illuminate/support": "^10.0|^11.0|^12.0",
1504 "nesbot/carbon": "^2.67|^3.0",
1505 "pestphp/pest": "^2.36|^3.0",
1506 "phpstan/phpstan": "^2.0",
1507 "symfony/var-dumper": "^6.2.0|^7.0.0"
1508 },
1509 "type": "library",
1510 "extra": {
1511 "branch-alias": {
1512 "dev-master": "2.x-dev"
1513 }
1514 },
1515 "autoload": {
1516 "psr-4": {
1517 "Laravel\\SerializableClosure\\": "src/"
1518 }
1519 },
1520 "notification-url": "https://packagist.org/downloads/",
1521 "license": [
1522 "MIT"
1523 ],
1524 "authors": [
1525 {
1526 "name": "Taylor Otwell",
1527 "email": "taylor@laravel.com"
1528 },
1529 {
1530 "name": "Nuno Maduro",
1531 "email": "nuno@laravel.com"
1532 }
1533 ],
1534 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
1535 "keywords": [
1536 "closure",
1537 "laravel",
1538 "serializable"
1539 ],
1540 "support": {
1541 "issues": "https://github.com/laravel/serializable-closure/issues",
1542 "source": "https://github.com/laravel/serializable-closure"
1543 },
1544 "time": "2025-03-19T13:51:03+00:00"
1545 },
1546 {
1547 "name": "league/commonmark",
1548 "version": "2.7.0",
1549 "source": {
1550 "type": "git",
1551 "url": "https://github.com/thephpleague/commonmark.git",
1552 "reference": "6fbb36d44824ed4091adbcf4c7d4a3923cdb3405"
1553 },
1554 "dist": {
1555 "type": "zip",
1556 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/6fbb36d44824ed4091adbcf4c7d4a3923cdb3405",
1557 "reference": "6fbb36d44824ed4091adbcf4c7d4a3923cdb3405",
1558 "shasum": ""
1559 },
1560 "require": {
1561 "ext-mbstring": "*",
1562 "league/config": "^1.1.1",
1563 "php": "^7.4 || ^8.0",
1564 "psr/event-dispatcher": "^1.0",
1565 "symfony/deprecation-contracts": "^2.1 || ^3.0",
1566 "symfony/polyfill-php80": "^1.16"
1567 },
1568 "require-dev": {
1569 "cebe/markdown": "^1.0",
1570 "commonmark/cmark": "0.31.1",
1571 "commonmark/commonmark.js": "0.31.1",
1572 "composer/package-versions-deprecated": "^1.8",
1573 "embed/embed": "^4.4",
1574 "erusev/parsedown": "^1.0",
1575 "ext-json": "*",
1576 "github/gfm": "0.29.0",
1577 "michelf/php-markdown": "^1.4 || ^2.0",
1578 "nyholm/psr7": "^1.5",
1579 "phpstan/phpstan": "^1.8.2",
1580 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
1581 "scrutinizer/ocular": "^1.8.1",
1582 "symfony/finder": "^5.3 | ^6.0 | ^7.0",
1583 "symfony/process": "^5.4 | ^6.0 | ^7.0",
1584 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
1585 "unleashedtech/php-coding-standard": "^3.1.1",
1586 "vimeo/psalm": "^4.24.0 || ^5.0.0"
1587 },
1588 "suggest": {
1589 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
1590 },
1591 "type": "library",
1592 "extra": {
1593 "branch-alias": {
1594 "dev-main": "2.8-dev"
1595 }
1596 },
1597 "autoload": {
1598 "psr-4": {
1599 "League\\CommonMark\\": "src"
1600 }
1601 },
1602 "notification-url": "https://packagist.org/downloads/",
1603 "license": [
1604 "BSD-3-Clause"
1605 ],
1606 "authors": [
1607 {
1608 "name": "Colin O'Dell",
1609 "email": "colinodell@gmail.com",
1610 "homepage": "https://www.colinodell.com",
1611 "role": "Lead Developer"
1612 }
1613 ],
1614 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
1615 "homepage": "https://commonmark.thephpleague.com",
1616 "keywords": [
1617 "commonmark",
1618 "flavored",
1619 "gfm",
1620 "github",
1621 "github-flavored",
1622 "markdown",
1623 "md",
1624 "parser"
1625 ],
1626 "support": {
1627 "docs": "https://commonmark.thephpleague.com/",
1628 "forum": "https://github.com/thephpleague/commonmark/discussions",
1629 "issues": "https://github.com/thephpleague/commonmark/issues",
1630 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
1631 "source": "https://github.com/thephpleague/commonmark"
1632 },
1633 "funding": [
1634 {
1635 "url": "https://www.colinodell.com/sponsor",
1636 "type": "custom"
1637 },
1638 {
1639 "url": "https://www.paypal.me/colinpodell/10.00",
1640 "type": "custom"
1641 },
1642 {
1643 "url": "https://github.com/colinodell",
1644 "type": "github"
1645 },
1646 {
1647 "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1648 "type": "tidelift"
1649 }
1650 ],
1651 "time": "2025-05-05T12:20:28+00:00"
1652 },
1653 {
1654 "name": "league/config",
1655 "version": "v1.2.0",
1656 "source": {
1657 "type": "git",
1658 "url": "https://github.com/thephpleague/config.git",
1659 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
1660 },
1661 "dist": {
1662 "type": "zip",
1663 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1664 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1665 "shasum": ""
1666 },
1667 "require": {
1668 "dflydev/dot-access-data": "^3.0.1",
1669 "nette/schema": "^1.2",
1670 "php": "^7.4 || ^8.0"
1671 },
1672 "require-dev": {
1673 "phpstan/phpstan": "^1.8.2",
1674 "phpunit/phpunit": "^9.5.5",
1675 "scrutinizer/ocular": "^1.8.1",
1676 "unleashedtech/php-coding-standard": "^3.1",
1677 "vimeo/psalm": "^4.7.3"
1678 },
1679 "type": "library",
1680 "extra": {
1681 "branch-alias": {
1682 "dev-main": "1.2-dev"
1683 }
1684 },
1685 "autoload": {
1686 "psr-4": {
1687 "League\\Config\\": "src"
1688 }
1689 },
1690 "notification-url": "https://packagist.org/downloads/",
1691 "license": [
1692 "BSD-3-Clause"
1693 ],
1694 "authors": [
1695 {
1696 "name": "Colin O'Dell",
1697 "email": "colinodell@gmail.com",
1698 "homepage": "https://www.colinodell.com",
1699 "role": "Lead Developer"
1700 }
1701 ],
1702 "description": "Define configuration arrays with strict schemas and access values with dot notation",
1703 "homepage": "https://config.thephpleague.com",
1704 "keywords": [
1705 "array",
1706 "config",
1707 "configuration",
1708 "dot",
1709 "dot-access",
1710 "nested",
1711 "schema"
1712 ],
1713 "support": {
1714 "docs": "https://config.thephpleague.com/",
1715 "issues": "https://github.com/thephpleague/config/issues",
1716 "rss": "https://github.com/thephpleague/config/releases.atom",
1717 "source": "https://github.com/thephpleague/config"
1718 },
1719 "funding": [
1720 {
1721 "url": "https://www.colinodell.com/sponsor",
1722 "type": "custom"
1723 },
1724 {
1725 "url": "https://www.paypal.me/colinpodell/10.00",
1726 "type": "custom"
1727 },
1728 {
1729 "url": "https://github.com/colinodell",
1730 "type": "github"
1731 }
1732 ],
1733 "time": "2022-12-11T20:36:23+00:00"
1734 },
1735 {
1736 "name": "league/flysystem",
1737 "version": "3.29.1",
1738 "source": {
1739 "type": "git",
1740 "url": "https://github.com/thephpleague/flysystem.git",
1741 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319"
1742 },
1743 "dist": {
1744 "type": "zip",
1745 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319",
1746 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319",
1747 "shasum": ""
1748 },
1749 "require": {
1750 "league/flysystem-local": "^3.0.0",
1751 "league/mime-type-detection": "^1.0.0",
1752 "php": "^8.0.2"
1753 },
1754 "conflict": {
1755 "async-aws/core": "<1.19.0",
1756 "async-aws/s3": "<1.14.0",
1757 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
1758 "guzzlehttp/guzzle": "<7.0",
1759 "guzzlehttp/ringphp": "<1.1.1",
1760 "phpseclib/phpseclib": "3.0.15",
1761 "symfony/http-client": "<5.2"
1762 },
1763 "require-dev": {
1764 "async-aws/s3": "^1.5 || ^2.0",
1765 "async-aws/simple-s3": "^1.1 || ^2.0",
1766 "aws/aws-sdk-php": "^3.295.10",
1767 "composer/semver": "^3.0",
1768 "ext-fileinfo": "*",
1769 "ext-ftp": "*",
1770 "ext-mongodb": "^1.3",
1771 "ext-zip": "*",
1772 "friendsofphp/php-cs-fixer": "^3.5",
1773 "google/cloud-storage": "^1.23",
1774 "guzzlehttp/psr7": "^2.6",
1775 "microsoft/azure-storage-blob": "^1.1",
1776 "mongodb/mongodb": "^1.2",
1777 "phpseclib/phpseclib": "^3.0.36",
1778 "phpstan/phpstan": "^1.10",
1779 "phpunit/phpunit": "^9.5.11|^10.0",
1780 "sabre/dav": "^4.6.0"
1781 },
1782 "type": "library",
1783 "autoload": {
1784 "psr-4": {
1785 "League\\Flysystem\\": "src"
1786 }
1787 },
1788 "notification-url": "https://packagist.org/downloads/",
1789 "license": [
1790 "MIT"
1791 ],
1792 "authors": [
1793 {
1794 "name": "Frank de Jonge",
1795 "email": "info@frankdejonge.nl"
1796 }
1797 ],
1798 "description": "File storage abstraction for PHP",
1799 "keywords": [
1800 "WebDAV",
1801 "aws",
1802 "cloud",
1803 "file",
1804 "files",
1805 "filesystem",
1806 "filesystems",
1807 "ftp",
1808 "s3",
1809 "sftp",
1810 "storage"
1811 ],
1812 "support": {
1813 "issues": "https://github.com/thephpleague/flysystem/issues",
1814 "source": "https://github.com/thephpleague/flysystem/tree/3.29.1"
1815 },
1816 "time": "2024-10-08T08:58:34+00:00"
1817 },
1818 {
1819 "name": "league/flysystem-local",
1820 "version": "3.29.0",
1821 "source": {
1822 "type": "git",
1823 "url": "https://github.com/thephpleague/flysystem-local.git",
1824 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27"
1825 },
1826 "dist": {
1827 "type": "zip",
1828 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27",
1829 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27",
1830 "shasum": ""
1831 },
1832 "require": {
1833 "ext-fileinfo": "*",
1834 "league/flysystem": "^3.0.0",
1835 "league/mime-type-detection": "^1.0.0",
1836 "php": "^8.0.2"
1837 },
1838 "type": "library",
1839 "autoload": {
1840 "psr-4": {
1841 "League\\Flysystem\\Local\\": ""
1842 }
1843 },
1844 "notification-url": "https://packagist.org/downloads/",
1845 "license": [
1846 "MIT"
1847 ],
1848 "authors": [
1849 {
1850 "name": "Frank de Jonge",
1851 "email": "info@frankdejonge.nl"
1852 }
1853 ],
1854 "description": "Local filesystem adapter for Flysystem.",
1855 "keywords": [
1856 "Flysystem",
1857 "file",
1858 "files",
1859 "filesystem",
1860 "local"
1861 ],
1862 "support": {
1863 "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0"
1864 },
1865 "time": "2024-08-09T21:24:39+00:00"
1866 },
1867 {
1868 "name": "league/mime-type-detection",
1869 "version": "1.16.0",
1870 "source": {
1871 "type": "git",
1872 "url": "https://github.com/thephpleague/mime-type-detection.git",
1873 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
1874 },
1875 "dist": {
1876 "type": "zip",
1877 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
1878 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
1879 "shasum": ""
1880 },
1881 "require": {
1882 "ext-fileinfo": "*",
1883 "php": "^7.4 || ^8.0"
1884 },
1885 "require-dev": {
1886 "friendsofphp/php-cs-fixer": "^3.2",
1887 "phpstan/phpstan": "^0.12.68",
1888 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
1889 },
1890 "type": "library",
1891 "autoload": {
1892 "psr-4": {
1893 "League\\MimeTypeDetection\\": "src"
1894 }
1895 },
1896 "notification-url": "https://packagist.org/downloads/",
1897 "license": [
1898 "MIT"
1899 ],
1900 "authors": [
1901 {
1902 "name": "Frank de Jonge",
1903 "email": "info@frankdejonge.nl"
1904 }
1905 ],
1906 "description": "Mime-type detection for Flysystem",
1907 "support": {
1908 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
1909 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
1910 },
1911 "funding": [
1912 {
1913 "url": "https://github.com/frankdejonge",
1914 "type": "github"
1915 },
1916 {
1917 "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
1918 "type": "tidelift"
1919 }
1920 ],
1921 "time": "2024-09-21T08:32:55+00:00"
1922 },
1923 {
1924 "name": "league/uri",
1925 "version": "7.5.1",
1926 "source": {
1927 "type": "git",
1928 "url": "https://github.com/thephpleague/uri.git",
1929 "reference": "81fb5145d2644324614cc532b28efd0215bda430"
1930 },
1931 "dist": {
1932 "type": "zip",
1933 "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
1934 "reference": "81fb5145d2644324614cc532b28efd0215bda430",
1935 "shasum": ""
1936 },
1937 "require": {
1938 "league/uri-interfaces": "^7.5",
1939 "php": "^8.1"
1940 },
1941 "conflict": {
1942 "league/uri-schemes": "^1.0"
1943 },
1944 "suggest": {
1945 "ext-bcmath": "to improve IPV4 host parsing",
1946 "ext-fileinfo": "to create Data URI from file contennts",
1947 "ext-gmp": "to improve IPV4 host parsing",
1948 "ext-intl": "to handle IDN host with the best performance",
1949 "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
1950 "league/uri-components": "Needed to easily manipulate URI objects components",
1951 "php-64bit": "to improve IPV4 host parsing",
1952 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
1953 },
1954 "type": "library",
1955 "extra": {
1956 "branch-alias": {
1957 "dev-master": "7.x-dev"
1958 }
1959 },
1960 "autoload": {
1961 "psr-4": {
1962 "League\\Uri\\": ""
1963 }
1964 },
1965 "notification-url": "https://packagist.org/downloads/",
1966 "license": [
1967 "MIT"
1968 ],
1969 "authors": [
1970 {
1971 "name": "Ignace Nyamagana Butera",
1972 "email": "nyamsprod@gmail.com",
1973 "homepage": "https://nyamsprod.com"
1974 }
1975 ],
1976 "description": "URI manipulation library",
1977 "homepage": "https://uri.thephpleague.com",
1978 "keywords": [
1979 "data-uri",
1980 "file-uri",
1981 "ftp",
1982 "hostname",
1983 "http",
1984 "https",
1985 "middleware",
1986 "parse_str",
1987 "parse_url",
1988 "psr-7",
1989 "query-string",
1990 "querystring",
1991 "rfc3986",
1992 "rfc3987",
1993 "rfc6570",
1994 "uri",
1995 "uri-template",
1996 "url",
1997 "ws"
1998 ],
1999 "support": {
2000 "docs": "https://uri.thephpleague.com",
2001 "forum": "https://thephpleague.slack.com",
2002 "issues": "https://github.com/thephpleague/uri-src/issues",
2003 "source": "https://github.com/thephpleague/uri/tree/7.5.1"
2004 },
2005 "funding": [
2006 {
2007 "url": "https://github.com/sponsors/nyamsprod",
2008 "type": "github"
2009 }
2010 ],
2011 "time": "2024-12-08T08:40:02+00:00"
2012 },
2013 {
2014 "name": "league/uri-interfaces",
2015 "version": "7.5.0",
2016 "source": {
2017 "type": "git",
2018 "url": "https://github.com/thephpleague/uri-interfaces.git",
2019 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
2020 },
2021 "dist": {
2022 "type": "zip",
2023 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2024 "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
2025 "shasum": ""
2026 },
2027 "require": {
2028 "ext-filter": "*",
2029 "php": "^8.1",
2030 "psr/http-factory": "^1",
2031 "psr/http-message": "^1.1 || ^2.0"
2032 },
2033 "suggest": {
2034 "ext-bcmath": "to improve IPV4 host parsing",
2035 "ext-gmp": "to improve IPV4 host parsing",
2036 "ext-intl": "to handle IDN host with the best performance",
2037 "php-64bit": "to improve IPV4 host parsing",
2038 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2039 },
2040 "type": "library",
2041 "extra": {
2042 "branch-alias": {
2043 "dev-master": "7.x-dev"
2044 }
2045 },
2046 "autoload": {
2047 "psr-4": {
2048 "League\\Uri\\": ""
2049 }
2050 },
2051 "notification-url": "https://packagist.org/downloads/",
2052 "license": [
2053 "MIT"
2054 ],
2055 "authors": [
2056 {
2057 "name": "Ignace Nyamagana Butera",
2058 "email": "nyamsprod@gmail.com",
2059 "homepage": "https://nyamsprod.com"
2060 }
2061 ],
2062 "description": "Common interfaces and classes for URI representation and interaction",
2063 "homepage": "https://uri.thephpleague.com",
2064 "keywords": [
2065 "data-uri",
2066 "file-uri",
2067 "ftp",
2068 "hostname",
2069 "http",
2070 "https",
2071 "parse_str",
2072 "parse_url",
2073 "psr-7",
2074 "query-string",
2075 "querystring",
2076 "rfc3986",
2077 "rfc3987",
2078 "rfc6570",
2079 "uri",
2080 "url",
2081 "ws"
2082 ],
2083 "support": {
2084 "docs": "https://uri.thephpleague.com",
2085 "forum": "https://thephpleague.slack.com",
2086 "issues": "https://github.com/thephpleague/uri-src/issues",
2087 "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
2088 },
2089 "funding": [
2090 {
2091 "url": "https://github.com/sponsors/nyamsprod",
2092 "type": "github"
2093 }
2094 ],
2095 "time": "2024-12-08T08:18:47+00:00"
2096 },
2097 {
2098 "name": "monolog/monolog",
2099 "version": "3.9.0",
2100 "source": {
2101 "type": "git",
2102 "url": "https://github.com/Seldaek/monolog.git",
2103 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
2104 },
2105 "dist": {
2106 "type": "zip",
2107 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
2108 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
2109 "shasum": ""
2110 },
2111 "require": {
2112 "php": ">=8.1",
2113 "psr/log": "^2.0 || ^3.0"
2114 },
2115 "provide": {
2116 "psr/log-implementation": "3.0.0"
2117 },
2118 "require-dev": {
2119 "aws/aws-sdk-php": "^3.0",
2120 "doctrine/couchdb": "~1.0@dev",
2121 "elasticsearch/elasticsearch": "^7 || ^8",
2122 "ext-json": "*",
2123 "graylog2/gelf-php": "^1.4.2 || ^2.0",
2124 "guzzlehttp/guzzle": "^7.4.5",
2125 "guzzlehttp/psr7": "^2.2",
2126 "mongodb/mongodb": "^1.8",
2127 "php-amqplib/php-amqplib": "~2.4 || ^3",
2128 "php-console/php-console": "^3.1.8",
2129 "phpstan/phpstan": "^2",
2130 "phpstan/phpstan-deprecation-rules": "^2",
2131 "phpstan/phpstan-strict-rules": "^2",
2132 "phpunit/phpunit": "^10.5.17 || ^11.0.7",
2133 "predis/predis": "^1.1 || ^2",
2134 "rollbar/rollbar": "^4.0",
2135 "ruflin/elastica": "^7 || ^8",
2136 "symfony/mailer": "^5.4 || ^6",
2137 "symfony/mime": "^5.4 || ^6"
2138 },
2139 "suggest": {
2140 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2141 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2142 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2143 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2144 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2145 "ext-mbstring": "Allow to work properly with unicode symbols",
2146 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2147 "ext-openssl": "Required to send log messages using SSL",
2148 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2149 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2150 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2151 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2152 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2153 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2154 },
2155 "type": "library",
2156 "extra": {
2157 "branch-alias": {
2158 "dev-main": "3.x-dev"
2159 }
2160 },
2161 "autoload": {
2162 "psr-4": {
2163 "Monolog\\": "src/Monolog"
2164 }
2165 },
2166 "notification-url": "https://packagist.org/downloads/",
2167 "license": [
2168 "MIT"
2169 ],
2170 "authors": [
2171 {
2172 "name": "Jordi Boggiano",
2173 "email": "j.boggiano@seld.be",
2174 "homepage": "https://seld.be"
2175 }
2176 ],
2177 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2178 "homepage": "https://github.com/Seldaek/monolog",
2179 "keywords": [
2180 "log",
2181 "logging",
2182 "psr-3"
2183 ],
2184 "support": {
2185 "issues": "https://github.com/Seldaek/monolog/issues",
2186 "source": "https://github.com/Seldaek/monolog/tree/3.9.0"
2187 },
2188 "funding": [
2189 {
2190 "url": "https://github.com/Seldaek",
2191 "type": "github"
2192 },
2193 {
2194 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2195 "type": "tidelift"
2196 }
2197 ],
2198 "time": "2025-03-24T10:02:05+00:00"
2199 },
2200 {
2201 "name": "nesbot/carbon",
2202 "version": "3.9.1",
2203 "source": {
2204 "type": "git",
2205 "url": "https://github.com/CarbonPHP/carbon.git",
2206 "reference": "ced71f79398ece168e24f7f7710462f462310d4d"
2207 },
2208 "dist": {
2209 "type": "zip",
2210 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/ced71f79398ece168e24f7f7710462f462310d4d",
2211 "reference": "ced71f79398ece168e24f7f7710462f462310d4d",
2212 "shasum": ""
2213 },
2214 "require": {
2215 "carbonphp/carbon-doctrine-types": "<100.0",
2216 "ext-json": "*",
2217 "php": "^8.1",
2218 "psr/clock": "^1.0",
2219 "symfony/clock": "^6.3 || ^7.0",
2220 "symfony/polyfill-mbstring": "^1.0",
2221 "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
2222 },
2223 "provide": {
2224 "psr/clock-implementation": "1.0"
2225 },
2226 "require-dev": {
2227 "doctrine/dbal": "^3.6.3 || ^4.0",
2228 "doctrine/orm": "^2.15.2 || ^3.0",
2229 "friendsofphp/php-cs-fixer": "^3.57.2",
2230 "kylekatarnls/multi-tester": "^2.5.3",
2231 "ondrejmirtes/better-reflection": "^6.25.0.4",
2232 "phpmd/phpmd": "^2.15.0",
2233 "phpstan/extension-installer": "^1.3.1",
2234 "phpstan/phpstan": "^1.11.2",
2235 "phpunit/phpunit": "^10.5.20",
2236 "squizlabs/php_codesniffer": "^3.9.0"
2237 },
2238 "bin": [
2239 "bin/carbon"
2240 ],
2241 "type": "library",
2242 "extra": {
2243 "laravel": {
2244 "providers": [
2245 "Carbon\\Laravel\\ServiceProvider"
2246 ]
2247 },
2248 "phpstan": {
2249 "includes": [
2250 "extension.neon"
2251 ]
2252 },
2253 "branch-alias": {
2254 "dev-2.x": "2.x-dev",
2255 "dev-master": "3.x-dev"
2256 }
2257 },
2258 "autoload": {
2259 "psr-4": {
2260 "Carbon\\": "src/Carbon/"
2261 }
2262 },
2263 "notification-url": "https://packagist.org/downloads/",
2264 "license": [
2265 "MIT"
2266 ],
2267 "authors": [
2268 {
2269 "name": "Brian Nesbitt",
2270 "email": "brian@nesbot.com",
2271 "homepage": "https://markido.com"
2272 },
2273 {
2274 "name": "kylekatarnls",
2275 "homepage": "https://github.com/kylekatarnls"
2276 }
2277 ],
2278 "description": "An API extension for DateTime that supports 281 different languages.",
2279 "homepage": "https://carbon.nesbot.com",
2280 "keywords": [
2281 "date",
2282 "datetime",
2283 "time"
2284 ],
2285 "support": {
2286 "docs": "https://carbon.nesbot.com/docs",
2287 "issues": "https://github.com/CarbonPHP/carbon/issues",
2288 "source": "https://github.com/CarbonPHP/carbon"
2289 },
2290 "funding": [
2291 {
2292 "url": "https://github.com/sponsors/kylekatarnls",
2293 "type": "github"
2294 },
2295 {
2296 "url": "https://opencollective.com/Carbon#sponsor",
2297 "type": "opencollective"
2298 },
2299 {
2300 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2301 "type": "tidelift"
2302 }
2303 ],
2304 "time": "2025-05-01T19:51:51+00:00"
2305 },
2306 {
2307 "name": "nette/schema",
2308 "version": "v1.3.2",
2309 "source": {
2310 "type": "git",
2311 "url": "https://github.com/nette/schema.git",
2312 "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
2313 },
2314 "dist": {
2315 "type": "zip",
2316 "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
2317 "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
2318 "shasum": ""
2319 },
2320 "require": {
2321 "nette/utils": "^4.0",
2322 "php": "8.1 - 8.4"
2323 },
2324 "require-dev": {
2325 "nette/tester": "^2.5.2",
2326 "phpstan/phpstan-nette": "^1.0",
2327 "tracy/tracy": "^2.8"
2328 },
2329 "type": "library",
2330 "extra": {
2331 "branch-alias": {
2332 "dev-master": "1.3-dev"
2333 }
2334 },
2335 "autoload": {
2336 "classmap": [
2337 "src/"
2338 ]
2339 },
2340 "notification-url": "https://packagist.org/downloads/",
2341 "license": [
2342 "BSD-3-Clause",
2343 "GPL-2.0-only",
2344 "GPL-3.0-only"
2345 ],
2346 "authors": [
2347 {
2348 "name": "David Grudl",
2349 "homepage": "https://davidgrudl.com"
2350 },
2351 {
2352 "name": "Nette Community",
2353 "homepage": "https://nette.org/contributors"
2354 }
2355 ],
2356 "description": "📐 Nette Schema: validating data structures against a given Schema.",
2357 "homepage": "https://nette.org",
2358 "keywords": [
2359 "config",
2360 "nette"
2361 ],
2362 "support": {
2363 "issues": "https://github.com/nette/schema/issues",
2364 "source": "https://github.com/nette/schema/tree/v1.3.2"
2365 },
2366 "time": "2024-10-06T23:10:23+00:00"
2367 },
2368 {
2369 "name": "nette/utils",
2370 "version": "v4.0.7",
2371 "source": {
2372 "type": "git",
2373 "url": "https://github.com/nette/utils.git",
2374 "reference": "e67c4061eb40b9c113b218214e42cb5a0dda28f2"
2375 },
2376 "dist": {
2377 "type": "zip",
2378 "url": "https://api.github.com/repos/nette/utils/zipball/e67c4061eb40b9c113b218214e42cb5a0dda28f2",
2379 "reference": "e67c4061eb40b9c113b218214e42cb5a0dda28f2",
2380 "shasum": ""
2381 },
2382 "require": {
2383 "php": "8.0 - 8.4"
2384 },
2385 "conflict": {
2386 "nette/finder": "<3",
2387 "nette/schema": "<1.2.2"
2388 },
2389 "require-dev": {
2390 "jetbrains/phpstorm-attributes": "dev-master",
2391 "nette/tester": "^2.5",
2392 "phpstan/phpstan": "^1.0",
2393 "tracy/tracy": "^2.9"
2394 },
2395 "suggest": {
2396 "ext-gd": "to use Image",
2397 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2398 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2399 "ext-json": "to use Nette\\Utils\\Json",
2400 "ext-mbstring": "to use Strings::lower() etc...",
2401 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2402 },
2403 "type": "library",
2404 "extra": {
2405 "branch-alias": {
2406 "dev-master": "4.0-dev"
2407 }
2408 },
2409 "autoload": {
2410 "classmap": [
2411 "src/"
2412 ]
2413 },
2414 "notification-url": "https://packagist.org/downloads/",
2415 "license": [
2416 "BSD-3-Clause",
2417 "GPL-2.0-only",
2418 "GPL-3.0-only"
2419 ],
2420 "authors": [
2421 {
2422 "name": "David Grudl",
2423 "homepage": "https://davidgrudl.com"
2424 },
2425 {
2426 "name": "Nette Community",
2427 "homepage": "https://nette.org/contributors"
2428 }
2429 ],
2430 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
2431 "homepage": "https://nette.org",
2432 "keywords": [
2433 "array",
2434 "core",
2435 "datetime",
2436 "images",
2437 "json",
2438 "nette",
2439 "paginator",
2440 "password",
2441 "slugify",
2442 "string",
2443 "unicode",
2444 "utf-8",
2445 "utility",
2446 "validation"
2447 ],
2448 "support": {
2449 "issues": "https://github.com/nette/utils/issues",
2450 "source": "https://github.com/nette/utils/tree/v4.0.7"
2451 },
2452 "time": "2025-06-03T04:55:08+00:00"
2453 },
2454 {
2455 "name": "nunomaduro/termwind",
2456 "version": "v2.3.1",
2457 "source": {
2458 "type": "git",
2459 "url": "https://github.com/nunomaduro/termwind.git",
2460 "reference": "dfa08f390e509967a15c22493dc0bac5733d9123"
2461 },
2462 "dist": {
2463 "type": "zip",
2464 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123",
2465 "reference": "dfa08f390e509967a15c22493dc0bac5733d9123",
2466 "shasum": ""
2467 },
2468 "require": {
2469 "ext-mbstring": "*",
2470 "php": "^8.2",
2471 "symfony/console": "^7.2.6"
2472 },
2473 "require-dev": {
2474 "illuminate/console": "^11.44.7",
2475 "laravel/pint": "^1.22.0",
2476 "mockery/mockery": "^1.6.12",
2477 "pestphp/pest": "^2.36.0 || ^3.8.2",
2478 "phpstan/phpstan": "^1.12.25",
2479 "phpstan/phpstan-strict-rules": "^1.6.2",
2480 "symfony/var-dumper": "^7.2.6",
2481 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
2482 },
2483 "type": "library",
2484 "extra": {
2485 "laravel": {
2486 "providers": [
2487 "Termwind\\Laravel\\TermwindServiceProvider"
2488 ]
2489 },
2490 "branch-alias": {
2491 "dev-2.x": "2.x-dev"
2492 }
2493 },
2494 "autoload": {
2495 "files": [
2496 "src/Functions.php"
2497 ],
2498 "psr-4": {
2499 "Termwind\\": "src/"
2500 }
2501 },
2502 "notification-url": "https://packagist.org/downloads/",
2503 "license": [
2504 "MIT"
2505 ],
2506 "authors": [
2507 {
2508 "name": "Nuno Maduro",
2509 "email": "enunomaduro@gmail.com"
2510 }
2511 ],
2512 "description": "Its like Tailwind CSS, but for the console.",
2513 "keywords": [
2514 "cli",
2515 "console",
2516 "css",
2517 "package",
2518 "php",
2519 "style"
2520 ],
2521 "support": {
2522 "issues": "https://github.com/nunomaduro/termwind/issues",
2523 "source": "https://github.com/nunomaduro/termwind/tree/v2.3.1"
2524 },
2525 "funding": [
2526 {
2527 "url": "https://www.paypal.com/paypalme/enunomaduro",
2528 "type": "custom"
2529 },
2530 {
2531 "url": "https://github.com/nunomaduro",
2532 "type": "github"
2533 },
2534 {
2535 "url": "https://github.com/xiCO2k",
2536 "type": "github"
2537 }
2538 ],
2539 "time": "2025-05-08T08:14:37+00:00"
2540 },
2541 {
2542 "name": "phpoption/phpoption",
2543 "version": "1.9.3",
2544 "source": {
2545 "type": "git",
2546 "url": "https://github.com/schmittjoh/php-option.git",
2547 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
2548 },
2549 "dist": {
2550 "type": "zip",
2551 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
2552 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
2553 "shasum": ""
2554 },
2555 "require": {
2556 "php": "^7.2.5 || ^8.0"
2557 },
2558 "require-dev": {
2559 "bamarni/composer-bin-plugin": "^1.8.2",
2560 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
2561 },
2562 "type": "library",
2563 "extra": {
2564 "bamarni-bin": {
2565 "bin-links": true,
2566 "forward-command": false
2567 },
2568 "branch-alias": {
2569 "dev-master": "1.9-dev"
2570 }
2571 },
2572 "autoload": {
2573 "psr-4": {
2574 "PhpOption\\": "src/PhpOption/"
2575 }
2576 },
2577 "notification-url": "https://packagist.org/downloads/",
2578 "license": [
2579 "Apache-2.0"
2580 ],
2581 "authors": [
2582 {
2583 "name": "Johannes M. Schmitt",
2584 "email": "schmittjoh@gmail.com",
2585 "homepage": "https://github.com/schmittjoh"
2586 },
2587 {
2588 "name": "Graham Campbell",
2589 "email": "hello@gjcampbell.co.uk",
2590 "homepage": "https://github.com/GrahamCampbell"
2591 }
2592 ],
2593 "description": "Option Type for PHP",
2594 "keywords": [
2595 "language",
2596 "option",
2597 "php",
2598 "type"
2599 ],
2600 "support": {
2601 "issues": "https://github.com/schmittjoh/php-option/issues",
2602 "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
2603 },
2604 "funding": [
2605 {
2606 "url": "https://github.com/GrahamCampbell",
2607 "type": "github"
2608 },
2609 {
2610 "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
2611 "type": "tidelift"
2612 }
2613 ],
2614 "time": "2024-07-20T21:41:07+00:00"
2615 },
2616 {
2617 "name": "psr/cache",
2618 "version": "3.0.0",
2619 "source": {
2620 "type": "git",
2621 "url": "https://github.com/php-fig/cache.git",
2622 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
2623 },
2624 "dist": {
2625 "type": "zip",
2626 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
2627 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
2628 "shasum": ""
2629 },
2630 "require": {
2631 "php": ">=8.0.0"
2632 },
2633 "type": "library",
2634 "extra": {
2635 "branch-alias": {
2636 "dev-master": "1.0.x-dev"
2637 }
2638 },
2639 "autoload": {
2640 "psr-4": {
2641 "Psr\\Cache\\": "src/"
2642 }
2643 },
2644 "notification-url": "https://packagist.org/downloads/",
2645 "license": [
2646 "MIT"
2647 ],
2648 "authors": [
2649 {
2650 "name": "PHP-FIG",
2651 "homepage": "https://www.php-fig.org/"
2652 }
2653 ],
2654 "description": "Common interface for caching libraries",
2655 "keywords": [
2656 "cache",
2657 "psr",
2658 "psr-6"
2659 ],
2660 "support": {
2661 "source": "https://github.com/php-fig/cache/tree/3.0.0"
2662 },
2663 "time": "2021-02-03T23:26:27+00:00"
2664 },
2665 {
2666 "name": "psr/clock",
2667 "version": "1.0.0",
2668 "source": {
2669 "type": "git",
2670 "url": "https://github.com/php-fig/clock.git",
2671 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
2672 },
2673 "dist": {
2674 "type": "zip",
2675 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2676 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2677 "shasum": ""
2678 },
2679 "require": {
2680 "php": "^7.0 || ^8.0"
2681 },
2682 "type": "library",
2683 "autoload": {
2684 "psr-4": {
2685 "Psr\\Clock\\": "src/"
2686 }
2687 },
2688 "notification-url": "https://packagist.org/downloads/",
2689 "license": [
2690 "MIT"
2691 ],
2692 "authors": [
2693 {
2694 "name": "PHP-FIG",
2695 "homepage": "https://www.php-fig.org/"
2696 }
2697 ],
2698 "description": "Common interface for reading the clock.",
2699 "homepage": "https://github.com/php-fig/clock",
2700 "keywords": [
2701 "clock",
2702 "now",
2703 "psr",
2704 "psr-20",
2705 "time"
2706 ],
2707 "support": {
2708 "issues": "https://github.com/php-fig/clock/issues",
2709 "source": "https://github.com/php-fig/clock/tree/1.0.0"
2710 },
2711 "time": "2022-11-25T14:36:26+00:00"
2712 },
2713 {
2714 "name": "psr/container",
2715 "version": "2.0.2",
2716 "source": {
2717 "type": "git",
2718 "url": "https://github.com/php-fig/container.git",
2719 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
2720 },
2721 "dist": {
2722 "type": "zip",
2723 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2724 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2725 "shasum": ""
2726 },
2727 "require": {
2728 "php": ">=7.4.0"
2729 },
2730 "type": "library",
2731 "extra": {
2732 "branch-alias": {
2733 "dev-master": "2.0.x-dev"
2734 }
2735 },
2736 "autoload": {
2737 "psr-4": {
2738 "Psr\\Container\\": "src/"
2739 }
2740 },
2741 "notification-url": "https://packagist.org/downloads/",
2742 "license": [
2743 "MIT"
2744 ],
2745 "authors": [
2746 {
2747 "name": "PHP-FIG",
2748 "homepage": "https://www.php-fig.org/"
2749 }
2750 ],
2751 "description": "Common Container Interface (PHP FIG PSR-11)",
2752 "homepage": "https://github.com/php-fig/container",
2753 "keywords": [
2754 "PSR-11",
2755 "container",
2756 "container-interface",
2757 "container-interop",
2758 "psr"
2759 ],
2760 "support": {
2761 "issues": "https://github.com/php-fig/container/issues",
2762 "source": "https://github.com/php-fig/container/tree/2.0.2"
2763 },
2764 "time": "2021-11-05T16:47:00+00:00"
2765 },
2766 {
2767 "name": "psr/event-dispatcher",
2768 "version": "1.0.0",
2769 "source": {
2770 "type": "git",
2771 "url": "https://github.com/php-fig/event-dispatcher.git",
2772 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2773 },
2774 "dist": {
2775 "type": "zip",
2776 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
2777 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2778 "shasum": ""
2779 },
2780 "require": {
2781 "php": ">=7.2.0"
2782 },
2783 "type": "library",
2784 "extra": {
2785 "branch-alias": {
2786 "dev-master": "1.0.x-dev"
2787 }
2788 },
2789 "autoload": {
2790 "psr-4": {
2791 "Psr\\EventDispatcher\\": "src/"
2792 }
2793 },
2794 "notification-url": "https://packagist.org/downloads/",
2795 "license": [
2796 "MIT"
2797 ],
2798 "authors": [
2799 {
2800 "name": "PHP-FIG",
2801 "homepage": "http://www.php-fig.org/"
2802 }
2803 ],
2804 "description": "Standard interfaces for event handling.",
2805 "keywords": [
2806 "events",
2807 "psr",
2808 "psr-14"
2809 ],
2810 "support": {
2811 "issues": "https://github.com/php-fig/event-dispatcher/issues",
2812 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2813 },
2814 "time": "2019-01-08T18:20:26+00:00"
2815 },
2816 {
2817 "name": "psr/http-client",
2818 "version": "1.0.3",
2819 "source": {
2820 "type": "git",
2821 "url": "https://github.com/php-fig/http-client.git",
2822 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2823 },
2824 "dist": {
2825 "type": "zip",
2826 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
2827 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
2828 "shasum": ""
2829 },
2830 "require": {
2831 "php": "^7.0 || ^8.0",
2832 "psr/http-message": "^1.0 || ^2.0"
2833 },
2834 "type": "library",
2835 "extra": {
2836 "branch-alias": {
2837 "dev-master": "1.0.x-dev"
2838 }
2839 },
2840 "autoload": {
2841 "psr-4": {
2842 "Psr\\Http\\Client\\": "src/"
2843 }
2844 },
2845 "notification-url": "https://packagist.org/downloads/",
2846 "license": [
2847 "MIT"
2848 ],
2849 "authors": [
2850 {
2851 "name": "PHP-FIG",
2852 "homepage": "https://www.php-fig.org/"
2853 }
2854 ],
2855 "description": "Common interface for HTTP clients",
2856 "homepage": "https://github.com/php-fig/http-client",
2857 "keywords": [
2858 "http",
2859 "http-client",
2860 "psr",
2861 "psr-18"
2862 ],
2863 "support": {
2864 "source": "https://github.com/php-fig/http-client"
2865 },
2866 "time": "2023-09-23T14:17:50+00:00"
2867 },
2868 {
2869 "name": "psr/http-factory",
2870 "version": "1.1.0",
2871 "source": {
2872 "type": "git",
2873 "url": "https://github.com/php-fig/http-factory.git",
2874 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
2875 },
2876 "dist": {
2877 "type": "zip",
2878 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
2879 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
2880 "shasum": ""
2881 },
2882 "require": {
2883 "php": ">=7.1",
2884 "psr/http-message": "^1.0 || ^2.0"
2885 },
2886 "type": "library",
2887 "extra": {
2888 "branch-alias": {
2889 "dev-master": "1.0.x-dev"
2890 }
2891 },
2892 "autoload": {
2893 "psr-4": {
2894 "Psr\\Http\\Message\\": "src/"
2895 }
2896 },
2897 "notification-url": "https://packagist.org/downloads/",
2898 "license": [
2899 "MIT"
2900 ],
2901 "authors": [
2902 {
2903 "name": "PHP-FIG",
2904 "homepage": "https://www.php-fig.org/"
2905 }
2906 ],
2907 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
2908 "keywords": [
2909 "factory",
2910 "http",
2911 "message",
2912 "psr",
2913 "psr-17",
2914 "psr-7",
2915 "request",
2916 "response"
2917 ],
2918 "support": {
2919 "source": "https://github.com/php-fig/http-factory"
2920 },
2921 "time": "2024-04-15T12:06:14+00:00"
2922 },
2923 {
2924 "name": "psr/http-message",
2925 "version": "2.0",
2926 "source": {
2927 "type": "git",
2928 "url": "https://github.com/php-fig/http-message.git",
2929 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
2930 },
2931 "dist": {
2932 "type": "zip",
2933 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2934 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2935 "shasum": ""
2936 },
2937 "require": {
2938 "php": "^7.2 || ^8.0"
2939 },
2940 "type": "library",
2941 "extra": {
2942 "branch-alias": {
2943 "dev-master": "2.0.x-dev"
2944 }
2945 },
2946 "autoload": {
2947 "psr-4": {
2948 "Psr\\Http\\Message\\": "src/"
2949 }
2950 },
2951 "notification-url": "https://packagist.org/downloads/",
2952 "license": [
2953 "MIT"
2954 ],
2955 "authors": [
2956 {
2957 "name": "PHP-FIG",
2958 "homepage": "https://www.php-fig.org/"
2959 }
2960 ],
2961 "description": "Common interface for HTTP messages",
2962 "homepage": "https://github.com/php-fig/http-message",
2963 "keywords": [
2964 "http",
2965 "http-message",
2966 "psr",
2967 "psr-7",
2968 "request",
2969 "response"
2970 ],
2971 "support": {
2972 "source": "https://github.com/php-fig/http-message/tree/2.0"
2973 },
2974 "time": "2023-04-04T09:54:51+00:00"
2975 },
2976 {
2977 "name": "psr/log",
2978 "version": "3.0.2",
2979 "source": {
2980 "type": "git",
2981 "url": "https://github.com/php-fig/log.git",
2982 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
2983 },
2984 "dist": {
2985 "type": "zip",
2986 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
2987 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
2988 "shasum": ""
2989 },
2990 "require": {
2991 "php": ">=8.0.0"
2992 },
2993 "type": "library",
2994 "extra": {
2995 "branch-alias": {
2996 "dev-master": "3.x-dev"
2997 }
2998 },
2999 "autoload": {
3000 "psr-4": {
3001 "Psr\\Log\\": "src"
3002 }
3003 },
3004 "notification-url": "https://packagist.org/downloads/",
3005 "license": [
3006 "MIT"
3007 ],
3008 "authors": [
3009 {
3010 "name": "PHP-FIG",
3011 "homepage": "https://www.php-fig.org/"
3012 }
3013 ],
3014 "description": "Common interface for logging libraries",
3015 "homepage": "https://github.com/php-fig/log",
3016 "keywords": [
3017 "log",
3018 "psr",
3019 "psr-3"
3020 ],
3021 "support": {
3022 "source": "https://github.com/php-fig/log/tree/3.0.2"
3023 },
3024 "time": "2024-09-11T13:17:53+00:00"
3025 },
3026 {
3027 "name": "psr/simple-cache",
3028 "version": "3.0.0",
3029 "source": {
3030 "type": "git",
3031 "url": "https://github.com/php-fig/simple-cache.git",
3032 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
3033 },
3034 "dist": {
3035 "type": "zip",
3036 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
3037 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
3038 "shasum": ""
3039 },
3040 "require": {
3041 "php": ">=8.0.0"
3042 },
3043 "type": "library",
3044 "extra": {
3045 "branch-alias": {
3046 "dev-master": "3.0.x-dev"
3047 }
3048 },
3049 "autoload": {
3050 "psr-4": {
3051 "Psr\\SimpleCache\\": "src/"
3052 }
3053 },
3054 "notification-url": "https://packagist.org/downloads/",
3055 "license": [
3056 "MIT"
3057 ],
3058 "authors": [
3059 {
3060 "name": "PHP-FIG",
3061 "homepage": "https://www.php-fig.org/"
3062 }
3063 ],
3064 "description": "Common interfaces for simple caching",
3065 "keywords": [
3066 "cache",
3067 "caching",
3068 "psr",
3069 "psr-16",
3070 "simple-cache"
3071 ],
3072 "support": {
3073 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
3074 },
3075 "time": "2021-10-29T13:26:27+00:00"
3076 },
3077 {
3078 "name": "ralouphie/getallheaders",
3079 "version": "3.0.3",
3080 "source": {
3081 "type": "git",
3082 "url": "https://github.com/ralouphie/getallheaders.git",
3083 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3084 },
3085 "dist": {
3086 "type": "zip",
3087 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3088 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3089 "shasum": ""
3090 },
3091 "require": {
3092 "php": ">=5.6"
3093 },
3094 "require-dev": {
3095 "php-coveralls/php-coveralls": "^2.1",
3096 "phpunit/phpunit": "^5 || ^6.5"
3097 },
3098 "type": "library",
3099 "autoload": {
3100 "files": [
3101 "src/getallheaders.php"
3102 ]
3103 },
3104 "notification-url": "https://packagist.org/downloads/",
3105 "license": [
3106 "MIT"
3107 ],
3108 "authors": [
3109 {
3110 "name": "Ralph Khattar",
3111 "email": "ralph.khattar@gmail.com"
3112 }
3113 ],
3114 "description": "A polyfill for getallheaders.",
3115 "support": {
3116 "issues": "https://github.com/ralouphie/getallheaders/issues",
3117 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3118 },
3119 "time": "2019-03-08T08:55:37+00:00"
3120 },
3121 {
3122 "name": "ramsey/collection",
3123 "version": "2.1.1",
3124 "source": {
3125 "type": "git",
3126 "url": "https://github.com/ramsey/collection.git",
3127 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
3128 },
3129 "dist": {
3130 "type": "zip",
3131 "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
3132 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
3133 "shasum": ""
3134 },
3135 "require": {
3136 "php": "^8.1"
3137 },
3138 "require-dev": {
3139 "captainhook/plugin-composer": "^5.3",
3140 "ergebnis/composer-normalize": "^2.45",
3141 "fakerphp/faker": "^1.24",
3142 "hamcrest/hamcrest-php": "^2.0",
3143 "jangregor/phpstan-prophecy": "^2.1",
3144 "mockery/mockery": "^1.6",
3145 "php-parallel-lint/php-console-highlighter": "^1.0",
3146 "php-parallel-lint/php-parallel-lint": "^1.4",
3147 "phpspec/prophecy-phpunit": "^2.3",
3148 "phpstan/extension-installer": "^1.4",
3149 "phpstan/phpstan": "^2.1",
3150 "phpstan/phpstan-mockery": "^2.0",
3151 "phpstan/phpstan-phpunit": "^2.0",
3152 "phpunit/phpunit": "^10.5",
3153 "ramsey/coding-standard": "^2.3",
3154 "ramsey/conventional-commits": "^1.6",
3155 "roave/security-advisories": "dev-latest"
3156 },
3157 "type": "library",
3158 "extra": {
3159 "captainhook": {
3160 "force-install": true
3161 },
3162 "ramsey/conventional-commits": {
3163 "configFile": "conventional-commits.json"
3164 }
3165 },
3166 "autoload": {
3167 "psr-4": {
3168 "Ramsey\\Collection\\": "src/"
3169 }
3170 },
3171 "notification-url": "https://packagist.org/downloads/",
3172 "license": [
3173 "MIT"
3174 ],
3175 "authors": [
3176 {
3177 "name": "Ben Ramsey",
3178 "email": "ben@benramsey.com",
3179 "homepage": "https://benramsey.com"
3180 }
3181 ],
3182 "description": "A PHP library for representing and manipulating collections.",
3183 "keywords": [
3184 "array",
3185 "collection",
3186 "hash",
3187 "map",
3188 "queue",
3189 "set"
3190 ],
3191 "support": {
3192 "issues": "https://github.com/ramsey/collection/issues",
3193 "source": "https://github.com/ramsey/collection/tree/2.1.1"
3194 },
3195 "time": "2025-03-22T05:38:12+00:00"
3196 },
3197 {
3198 "name": "ramsey/uuid",
3199 "version": "4.8.1",
3200 "source": {
3201 "type": "git",
3202 "url": "https://github.com/ramsey/uuid.git",
3203 "reference": "fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28"
3204 },
3205 "dist": {
3206 "type": "zip",
3207 "url": "https://api.github.com/repos/ramsey/uuid/zipball/fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28",
3208 "reference": "fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28",
3209 "shasum": ""
3210 },
3211 "require": {
3212 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
3213 "ext-json": "*",
3214 "php": "^8.0",
3215 "ramsey/collection": "^1.2 || ^2.0"
3216 },
3217 "replace": {
3218 "rhumsaa/uuid": "self.version"
3219 },
3220 "require-dev": {
3221 "captainhook/captainhook": "^5.25",
3222 "captainhook/plugin-composer": "^5.3",
3223 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
3224 "ergebnis/composer-normalize": "^2.47",
3225 "mockery/mockery": "^1.6",
3226 "paragonie/random-lib": "^2",
3227 "php-mock/php-mock": "^2.6",
3228 "php-mock/php-mock-mockery": "^1.5",
3229 "php-parallel-lint/php-parallel-lint": "^1.4.0",
3230 "phpbench/phpbench": "^1.2.14",
3231 "phpstan/extension-installer": "^1.4",
3232 "phpstan/phpstan": "^2.1",
3233 "phpstan/phpstan-mockery": "^2.0",
3234 "phpstan/phpstan-phpunit": "^2.0",
3235 "phpunit/phpunit": "^9.6",
3236 "slevomat/coding-standard": "^8.18",
3237 "squizlabs/php_codesniffer": "^3.13"
3238 },
3239 "suggest": {
3240 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
3241 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3242 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3243 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3244 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3245 },
3246 "type": "library",
3247 "extra": {
3248 "captainhook": {
3249 "force-install": true
3250 }
3251 },
3252 "autoload": {
3253 "files": [
3254 "src/functions.php"
3255 ],
3256 "psr-4": {
3257 "Ramsey\\Uuid\\": "src/"
3258 }
3259 },
3260 "notification-url": "https://packagist.org/downloads/",
3261 "license": [
3262 "MIT"
3263 ],
3264 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
3265 "keywords": [
3266 "guid",
3267 "identifier",
3268 "uuid"
3269 ],
3270 "support": {
3271 "issues": "https://github.com/ramsey/uuid/issues",
3272 "source": "https://github.com/ramsey/uuid/tree/4.8.1"
3273 },
3274 "time": "2025-06-01T06:28:46+00:00"
3275 },
3276 {
3277 "name": "symfony/clock",
3278 "version": "v7.3.0",
3279 "source": {
3280 "type": "git",
3281 "url": "https://github.com/symfony/clock.git",
3282 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
3283 },
3284 "dist": {
3285 "type": "zip",
3286 "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
3287 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
3288 "shasum": ""
3289 },
3290 "require": {
3291 "php": ">=8.2",
3292 "psr/clock": "^1.0",
3293 "symfony/polyfill-php83": "^1.28"
3294 },
3295 "provide": {
3296 "psr/clock-implementation": "1.0"
3297 },
3298 "type": "library",
3299 "autoload": {
3300 "files": [
3301 "Resources/now.php"
3302 ],
3303 "psr-4": {
3304 "Symfony\\Component\\Clock\\": ""
3305 },
3306 "exclude-from-classmap": [
3307 "/Tests/"
3308 ]
3309 },
3310 "notification-url": "https://packagist.org/downloads/",
3311 "license": [
3312 "MIT"
3313 ],
3314 "authors": [
3315 {
3316 "name": "Nicolas Grekas",
3317 "email": "p@tchwork.com"
3318 },
3319 {
3320 "name": "Symfony Community",
3321 "homepage": "https://symfony.com/contributors"
3322 }
3323 ],
3324 "description": "Decouples applications from the system clock",
3325 "homepage": "https://symfony.com",
3326 "keywords": [
3327 "clock",
3328 "psr20",
3329 "time"
3330 ],
3331 "support": {
3332 "source": "https://github.com/symfony/clock/tree/v7.3.0"
3333 },
3334 "funding": [
3335 {
3336 "url": "https://symfony.com/sponsor",
3337 "type": "custom"
3338 },
3339 {
3340 "url": "https://github.com/fabpot",
3341 "type": "github"
3342 },
3343 {
3344 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3345 "type": "tidelift"
3346 }
3347 ],
3348 "time": "2024-09-25T14:21:43+00:00"
3349 },
3350 {
3351 "name": "symfony/console",
3352 "version": "v7.3.0",
3353 "source": {
3354 "type": "git",
3355 "url": "https://github.com/symfony/console.git",
3356 "reference": "66c1440edf6f339fd82ed6c7caa76cb006211b44"
3357 },
3358 "dist": {
3359 "type": "zip",
3360 "url": "https://api.github.com/repos/symfony/console/zipball/66c1440edf6f339fd82ed6c7caa76cb006211b44",
3361 "reference": "66c1440edf6f339fd82ed6c7caa76cb006211b44",
3362 "shasum": ""
3363 },
3364 "require": {
3365 "php": ">=8.2",
3366 "symfony/deprecation-contracts": "^2.5|^3",
3367 "symfony/polyfill-mbstring": "~1.0",
3368 "symfony/service-contracts": "^2.5|^3",
3369 "symfony/string": "^7.2"
3370 },
3371 "conflict": {
3372 "symfony/dependency-injection": "<6.4",
3373 "symfony/dotenv": "<6.4",
3374 "symfony/event-dispatcher": "<6.4",
3375 "symfony/lock": "<6.4",
3376 "symfony/process": "<6.4"
3377 },
3378 "provide": {
3379 "psr/log-implementation": "1.0|2.0|3.0"
3380 },
3381 "require-dev": {
3382 "psr/log": "^1|^2|^3",
3383 "symfony/config": "^6.4|^7.0",
3384 "symfony/dependency-injection": "^6.4|^7.0",
3385 "symfony/event-dispatcher": "^6.4|^7.0",
3386 "symfony/http-foundation": "^6.4|^7.0",
3387 "symfony/http-kernel": "^6.4|^7.0",
3388 "symfony/lock": "^6.4|^7.0",
3389 "symfony/messenger": "^6.4|^7.0",
3390 "symfony/process": "^6.4|^7.0",
3391 "symfony/stopwatch": "^6.4|^7.0",
3392 "symfony/var-dumper": "^6.4|^7.0"
3393 },
3394 "type": "library",
3395 "autoload": {
3396 "psr-4": {
3397 "Symfony\\Component\\Console\\": ""
3398 },
3399 "exclude-from-classmap": [
3400 "/Tests/"
3401 ]
3402 },
3403 "notification-url": "https://packagist.org/downloads/",
3404 "license": [
3405 "MIT"
3406 ],
3407 "authors": [
3408 {
3409 "name": "Fabien Potencier",
3410 "email": "fabien@symfony.com"
3411 },
3412 {
3413 "name": "Symfony Community",
3414 "homepage": "https://symfony.com/contributors"
3415 }
3416 ],
3417 "description": "Eases the creation of beautiful and testable command line interfaces",
3418 "homepage": "https://symfony.com",
3419 "keywords": [
3420 "cli",
3421 "command-line",
3422 "console",
3423 "terminal"
3424 ],
3425 "support": {
3426 "source": "https://github.com/symfony/console/tree/v7.3.0"
3427 },
3428 "funding": [
3429 {
3430 "url": "https://symfony.com/sponsor",
3431 "type": "custom"
3432 },
3433 {
3434 "url": "https://github.com/fabpot",
3435 "type": "github"
3436 },
3437 {
3438 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3439 "type": "tidelift"
3440 }
3441 ],
3442 "time": "2025-05-24T10:34:04+00:00"
3443 },
3444 {
3445 "name": "symfony/css-selector",
3446 "version": "v7.3.0",
3447 "source": {
3448 "type": "git",
3449 "url": "https://github.com/symfony/css-selector.git",
3450 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
3451 },
3452 "dist": {
3453 "type": "zip",
3454 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
3455 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
3456 "shasum": ""
3457 },
3458 "require": {
3459 "php": ">=8.2"
3460 },
3461 "type": "library",
3462 "autoload": {
3463 "psr-4": {
3464 "Symfony\\Component\\CssSelector\\": ""
3465 },
3466 "exclude-from-classmap": [
3467 "/Tests/"
3468 ]
3469 },
3470 "notification-url": "https://packagist.org/downloads/",
3471 "license": [
3472 "MIT"
3473 ],
3474 "authors": [
3475 {
3476 "name": "Fabien Potencier",
3477 "email": "fabien@symfony.com"
3478 },
3479 {
3480 "name": "Jean-François Simon",
3481 "email": "jeanfrancois.simon@sensiolabs.com"
3482 },
3483 {
3484 "name": "Symfony Community",
3485 "homepage": "https://symfony.com/contributors"
3486 }
3487 ],
3488 "description": "Converts CSS selectors to XPath expressions",
3489 "homepage": "https://symfony.com",
3490 "support": {
3491 "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
3492 },
3493 "funding": [
3494 {
3495 "url": "https://symfony.com/sponsor",
3496 "type": "custom"
3497 },
3498 {
3499 "url": "https://github.com/fabpot",
3500 "type": "github"
3501 },
3502 {
3503 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3504 "type": "tidelift"
3505 }
3506 ],
3507 "time": "2024-09-25T14:21:43+00:00"
3508 },
3509 {
3510 "name": "symfony/deprecation-contracts",
3511 "version": "v3.6.0",
3512 "source": {
3513 "type": "git",
3514 "url": "https://github.com/symfony/deprecation-contracts.git",
3515 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
3516 },
3517 "dist": {
3518 "type": "zip",
3519 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
3520 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
3521 "shasum": ""
3522 },
3523 "require": {
3524 "php": ">=8.1"
3525 },
3526 "type": "library",
3527 "extra": {
3528 "thanks": {
3529 "url": "https://github.com/symfony/contracts",
3530 "name": "symfony/contracts"
3531 },
3532 "branch-alias": {
3533 "dev-main": "3.6-dev"
3534 }
3535 },
3536 "autoload": {
3537 "files": [
3538 "function.php"
3539 ]
3540 },
3541 "notification-url": "https://packagist.org/downloads/",
3542 "license": [
3543 "MIT"
3544 ],
3545 "authors": [
3546 {
3547 "name": "Nicolas Grekas",
3548 "email": "p@tchwork.com"
3549 },
3550 {
3551 "name": "Symfony Community",
3552 "homepage": "https://symfony.com/contributors"
3553 }
3554 ],
3555 "description": "A generic function and convention to trigger deprecation notices",
3556 "homepage": "https://symfony.com",
3557 "support": {
3558 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
3559 },
3560 "funding": [
3561 {
3562 "url": "https://symfony.com/sponsor",
3563 "type": "custom"
3564 },
3565 {
3566 "url": "https://github.com/fabpot",
3567 "type": "github"
3568 },
3569 {
3570 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3571 "type": "tidelift"
3572 }
3573 ],
3574 "time": "2024-09-25T14:21:43+00:00"
3575 },
3576 {
3577 "name": "symfony/error-handler",
3578 "version": "v7.3.0",
3579 "source": {
3580 "type": "git",
3581 "url": "https://github.com/symfony/error-handler.git",
3582 "reference": "cf68d225bc43629de4ff54778029aee6dc191b83"
3583 },
3584 "dist": {
3585 "type": "zip",
3586 "url": "https://api.github.com/repos/symfony/error-handler/zipball/cf68d225bc43629de4ff54778029aee6dc191b83",
3587 "reference": "cf68d225bc43629de4ff54778029aee6dc191b83",
3588 "shasum": ""
3589 },
3590 "require": {
3591 "php": ">=8.2",
3592 "psr/log": "^1|^2|^3",
3593 "symfony/var-dumper": "^6.4|^7.0"
3594 },
3595 "conflict": {
3596 "symfony/deprecation-contracts": "<2.5",
3597 "symfony/http-kernel": "<6.4"
3598 },
3599 "require-dev": {
3600 "symfony/console": "^6.4|^7.0",
3601 "symfony/deprecation-contracts": "^2.5|^3",
3602 "symfony/http-kernel": "^6.4|^7.0",
3603 "symfony/serializer": "^6.4|^7.0",
3604 "symfony/webpack-encore-bundle": "^1.0|^2.0"
3605 },
3606 "bin": [
3607 "Resources/bin/patch-type-declarations"
3608 ],
3609 "type": "library",
3610 "autoload": {
3611 "psr-4": {
3612 "Symfony\\Component\\ErrorHandler\\": ""
3613 },
3614 "exclude-from-classmap": [
3615 "/Tests/"
3616 ]
3617 },
3618 "notification-url": "https://packagist.org/downloads/",
3619 "license": [
3620 "MIT"
3621 ],
3622 "authors": [
3623 {
3624 "name": "Fabien Potencier",
3625 "email": "fabien@symfony.com"
3626 },
3627 {
3628 "name": "Symfony Community",
3629 "homepage": "https://symfony.com/contributors"
3630 }
3631 ],
3632 "description": "Provides tools to manage errors and ease debugging PHP code",
3633 "homepage": "https://symfony.com",
3634 "support": {
3635 "source": "https://github.com/symfony/error-handler/tree/v7.3.0"
3636 },
3637 "funding": [
3638 {
3639 "url": "https://symfony.com/sponsor",
3640 "type": "custom"
3641 },
3642 {
3643 "url": "https://github.com/fabpot",
3644 "type": "github"
3645 },
3646 {
3647 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3648 "type": "tidelift"
3649 }
3650 ],
3651 "time": "2025-05-29T07:19:49+00:00"
3652 },
3653 {
3654 "name": "symfony/event-dispatcher",
3655 "version": "v7.3.0",
3656 "source": {
3657 "type": "git",
3658 "url": "https://github.com/symfony/event-dispatcher.git",
3659 "reference": "497f73ac996a598c92409b44ac43b6690c4f666d"
3660 },
3661 "dist": {
3662 "type": "zip",
3663 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d",
3664 "reference": "497f73ac996a598c92409b44ac43b6690c4f666d",
3665 "shasum": ""
3666 },
3667 "require": {
3668 "php": ">=8.2",
3669 "symfony/event-dispatcher-contracts": "^2.5|^3"
3670 },
3671 "conflict": {
3672 "symfony/dependency-injection": "<6.4",
3673 "symfony/service-contracts": "<2.5"
3674 },
3675 "provide": {
3676 "psr/event-dispatcher-implementation": "1.0",
3677 "symfony/event-dispatcher-implementation": "2.0|3.0"
3678 },
3679 "require-dev": {
3680 "psr/log": "^1|^2|^3",
3681 "symfony/config": "^6.4|^7.0",
3682 "symfony/dependency-injection": "^6.4|^7.0",
3683 "symfony/error-handler": "^6.4|^7.0",
3684 "symfony/expression-language": "^6.4|^7.0",
3685 "symfony/http-foundation": "^6.4|^7.0",
3686 "symfony/service-contracts": "^2.5|^3",
3687 "symfony/stopwatch": "^6.4|^7.0"
3688 },
3689 "type": "library",
3690 "autoload": {
3691 "psr-4": {
3692 "Symfony\\Component\\EventDispatcher\\": ""
3693 },
3694 "exclude-from-classmap": [
3695 "/Tests/"
3696 ]
3697 },
3698 "notification-url": "https://packagist.org/downloads/",
3699 "license": [
3700 "MIT"
3701 ],
3702 "authors": [
3703 {
3704 "name": "Fabien Potencier",
3705 "email": "fabien@symfony.com"
3706 },
3707 {
3708 "name": "Symfony Community",
3709 "homepage": "https://symfony.com/contributors"
3710 }
3711 ],
3712 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3713 "homepage": "https://symfony.com",
3714 "support": {
3715 "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0"
3716 },
3717 "funding": [
3718 {
3719 "url": "https://symfony.com/sponsor",
3720 "type": "custom"
3721 },
3722 {
3723 "url": "https://github.com/fabpot",
3724 "type": "github"
3725 },
3726 {
3727 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3728 "type": "tidelift"
3729 }
3730 ],
3731 "time": "2025-04-22T09:11:45+00:00"
3732 },
3733 {
3734 "name": "symfony/event-dispatcher-contracts",
3735 "version": "v3.6.0",
3736 "source": {
3737 "type": "git",
3738 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3739 "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
3740 },
3741 "dist": {
3742 "type": "zip",
3743 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
3744 "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
3745 "shasum": ""
3746 },
3747 "require": {
3748 "php": ">=8.1",
3749 "psr/event-dispatcher": "^1"
3750 },
3751 "type": "library",
3752 "extra": {
3753 "thanks": {
3754 "url": "https://github.com/symfony/contracts",
3755 "name": "symfony/contracts"
3756 },
3757 "branch-alias": {
3758 "dev-main": "3.6-dev"
3759 }
3760 },
3761 "autoload": {
3762 "psr-4": {
3763 "Symfony\\Contracts\\EventDispatcher\\": ""
3764 }
3765 },
3766 "notification-url": "https://packagist.org/downloads/",
3767 "license": [
3768 "MIT"
3769 ],
3770 "authors": [
3771 {
3772 "name": "Nicolas Grekas",
3773 "email": "p@tchwork.com"
3774 },
3775 {
3776 "name": "Symfony Community",
3777 "homepage": "https://symfony.com/contributors"
3778 }
3779 ],
3780 "description": "Generic abstractions related to dispatching event",
3781 "homepage": "https://symfony.com",
3782 "keywords": [
3783 "abstractions",
3784 "contracts",
3785 "decoupling",
3786 "interfaces",
3787 "interoperability",
3788 "standards"
3789 ],
3790 "support": {
3791 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
3792 },
3793 "funding": [
3794 {
3795 "url": "https://symfony.com/sponsor",
3796 "type": "custom"
3797 },
3798 {
3799 "url": "https://github.com/fabpot",
3800 "type": "github"
3801 },
3802 {
3803 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3804 "type": "tidelift"
3805 }
3806 ],
3807 "time": "2024-09-25T14:21:43+00:00"
3808 },
3809 {
3810 "name": "symfony/finder",
3811 "version": "v7.3.0",
3812 "source": {
3813 "type": "git",
3814 "url": "https://github.com/symfony/finder.git",
3815 "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d"
3816 },
3817 "dist": {
3818 "type": "zip",
3819 "url": "https://api.github.com/repos/symfony/finder/zipball/ec2344cf77a48253bbca6939aa3d2477773ea63d",
3820 "reference": "ec2344cf77a48253bbca6939aa3d2477773ea63d",
3821 "shasum": ""
3822 },
3823 "require": {
3824 "php": ">=8.2"
3825 },
3826 "require-dev": {
3827 "symfony/filesystem": "^6.4|^7.0"
3828 },
3829 "type": "library",
3830 "autoload": {
3831 "psr-4": {
3832 "Symfony\\Component\\Finder\\": ""
3833 },
3834 "exclude-from-classmap": [
3835 "/Tests/"
3836 ]
3837 },
3838 "notification-url": "https://packagist.org/downloads/",
3839 "license": [
3840 "MIT"
3841 ],
3842 "authors": [
3843 {
3844 "name": "Fabien Potencier",
3845 "email": "fabien@symfony.com"
3846 },
3847 {
3848 "name": "Symfony Community",
3849 "homepage": "https://symfony.com/contributors"
3850 }
3851 ],
3852 "description": "Finds files and directories via an intuitive fluent interface",
3853 "homepage": "https://symfony.com",
3854 "support": {
3855 "source": "https://github.com/symfony/finder/tree/v7.3.0"
3856 },
3857 "funding": [
3858 {
3859 "url": "https://symfony.com/sponsor",
3860 "type": "custom"
3861 },
3862 {
3863 "url": "https://github.com/fabpot",
3864 "type": "github"
3865 },
3866 {
3867 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3868 "type": "tidelift"
3869 }
3870 ],
3871 "time": "2024-12-30T19:00:26+00:00"
3872 },
3873 {
3874 "name": "symfony/http-foundation",
3875 "version": "v7.3.0",
3876 "source": {
3877 "type": "git",
3878 "url": "https://github.com/symfony/http-foundation.git",
3879 "reference": "4236baf01609667d53b20371486228231eb135fd"
3880 },
3881 "dist": {
3882 "type": "zip",
3883 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4236baf01609667d53b20371486228231eb135fd",
3884 "reference": "4236baf01609667d53b20371486228231eb135fd",
3885 "shasum": ""
3886 },
3887 "require": {
3888 "php": ">=8.2",
3889 "symfony/deprecation-contracts": "^2.5|^3.0",
3890 "symfony/polyfill-mbstring": "~1.1",
3891 "symfony/polyfill-php83": "^1.27"
3892 },
3893 "conflict": {
3894 "doctrine/dbal": "<3.6",
3895 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
3896 },
3897 "require-dev": {
3898 "doctrine/dbal": "^3.6|^4",
3899 "predis/predis": "^1.1|^2.0",
3900 "symfony/cache": "^6.4.12|^7.1.5",
3901 "symfony/clock": "^6.4|^7.0",
3902 "symfony/dependency-injection": "^6.4|^7.0",
3903 "symfony/expression-language": "^6.4|^7.0",
3904 "symfony/http-kernel": "^6.4|^7.0",
3905 "symfony/mime": "^6.4|^7.0",
3906 "symfony/rate-limiter": "^6.4|^7.0"
3907 },
3908 "type": "library",
3909 "autoload": {
3910 "psr-4": {
3911 "Symfony\\Component\\HttpFoundation\\": ""
3912 },
3913 "exclude-from-classmap": [
3914 "/Tests/"
3915 ]
3916 },
3917 "notification-url": "https://packagist.org/downloads/",
3918 "license": [
3919 "MIT"
3920 ],
3921 "authors": [
3922 {
3923 "name": "Fabien Potencier",
3924 "email": "fabien@symfony.com"
3925 },
3926 {
3927 "name": "Symfony Community",
3928 "homepage": "https://symfony.com/contributors"
3929 }
3930 ],
3931 "description": "Defines an object-oriented layer for the HTTP specification",
3932 "homepage": "https://symfony.com",
3933 "support": {
3934 "source": "https://github.com/symfony/http-foundation/tree/v7.3.0"
3935 },
3936 "funding": [
3937 {
3938 "url": "https://symfony.com/sponsor",
3939 "type": "custom"
3940 },
3941 {
3942 "url": "https://github.com/fabpot",
3943 "type": "github"
3944 },
3945 {
3946 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3947 "type": "tidelift"
3948 }
3949 ],
3950 "time": "2025-05-12T14:48:23+00:00"
3951 },
3952 {
3953 "name": "symfony/http-kernel",
3954 "version": "v7.3.0",
3955 "source": {
3956 "type": "git",
3957 "url": "https://github.com/symfony/http-kernel.git",
3958 "reference": "ac7b8e163e8c83dce3abcc055a502d4486051a9f"
3959 },
3960 "dist": {
3961 "type": "zip",
3962 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ac7b8e163e8c83dce3abcc055a502d4486051a9f",
3963 "reference": "ac7b8e163e8c83dce3abcc055a502d4486051a9f",
3964 "shasum": ""
3965 },
3966 "require": {
3967 "php": ">=8.2",
3968 "psr/log": "^1|^2|^3",
3969 "symfony/deprecation-contracts": "^2.5|^3",
3970 "symfony/error-handler": "^6.4|^7.0",
3971 "symfony/event-dispatcher": "^7.3",
3972 "symfony/http-foundation": "^7.3",
3973 "symfony/polyfill-ctype": "^1.8"
3974 },
3975 "conflict": {
3976 "symfony/browser-kit": "<6.4",
3977 "symfony/cache": "<6.4",
3978 "symfony/config": "<6.4",
3979 "symfony/console": "<6.4",
3980 "symfony/dependency-injection": "<6.4",
3981 "symfony/doctrine-bridge": "<6.4",
3982 "symfony/form": "<6.4",
3983 "symfony/http-client": "<6.4",
3984 "symfony/http-client-contracts": "<2.5",
3985 "symfony/mailer": "<6.4",
3986 "symfony/messenger": "<6.4",
3987 "symfony/translation": "<6.4",
3988 "symfony/translation-contracts": "<2.5",
3989 "symfony/twig-bridge": "<6.4",
3990 "symfony/validator": "<6.4",
3991 "symfony/var-dumper": "<6.4",
3992 "twig/twig": "<3.12"
3993 },
3994 "provide": {
3995 "psr/log-implementation": "1.0|2.0|3.0"
3996 },
3997 "require-dev": {
3998 "psr/cache": "^1.0|^2.0|^3.0",
3999 "symfony/browser-kit": "^6.4|^7.0",
4000 "symfony/clock": "^6.4|^7.0",
4001 "symfony/config": "^6.4|^7.0",
4002 "symfony/console": "^6.4|^7.0",
4003 "symfony/css-selector": "^6.4|^7.0",
4004 "symfony/dependency-injection": "^6.4|^7.0",
4005 "symfony/dom-crawler": "^6.4|^7.0",
4006 "symfony/expression-language": "^6.4|^7.0",
4007 "symfony/finder": "^6.4|^7.0",
4008 "symfony/http-client-contracts": "^2.5|^3",
4009 "symfony/process": "^6.4|^7.0",
4010 "symfony/property-access": "^7.1",
4011 "symfony/routing": "^6.4|^7.0",
4012 "symfony/serializer": "^7.1",
4013 "symfony/stopwatch": "^6.4|^7.0",
4014 "symfony/translation": "^6.4|^7.0",
4015 "symfony/translation-contracts": "^2.5|^3",
4016 "symfony/uid": "^6.4|^7.0",
4017 "symfony/validator": "^6.4|^7.0",
4018 "symfony/var-dumper": "^6.4|^7.0",
4019 "symfony/var-exporter": "^6.4|^7.0",
4020 "twig/twig": "^3.12"
4021 },
4022 "type": "library",
4023 "autoload": {
4024 "psr-4": {
4025 "Symfony\\Component\\HttpKernel\\": ""
4026 },
4027 "exclude-from-classmap": [
4028 "/Tests/"
4029 ]
4030 },
4031 "notification-url": "https://packagist.org/downloads/",
4032 "license": [
4033 "MIT"
4034 ],
4035 "authors": [
4036 {
4037 "name": "Fabien Potencier",
4038 "email": "fabien@symfony.com"
4039 },
4040 {
4041 "name": "Symfony Community",
4042 "homepage": "https://symfony.com/contributors"
4043 }
4044 ],
4045 "description": "Provides a structured process for converting a Request into a Response",
4046 "homepage": "https://symfony.com",
4047 "support": {
4048 "source": "https://github.com/symfony/http-kernel/tree/v7.3.0"
4049 },
4050 "funding": [
4051 {
4052 "url": "https://symfony.com/sponsor",
4053 "type": "custom"
4054 },
4055 {
4056 "url": "https://github.com/fabpot",
4057 "type": "github"
4058 },
4059 {
4060 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4061 "type": "tidelift"
4062 }
4063 ],
4064 "time": "2025-05-29T07:47:32+00:00"
4065 },
4066 {
4067 "name": "symfony/mailer",
4068 "version": "v7.3.0",
4069 "source": {
4070 "type": "git",
4071 "url": "https://github.com/symfony/mailer.git",
4072 "reference": "0f375bbbde96ae8c78e4aa3e63aabd486e33364c"
4073 },
4074 "dist": {
4075 "type": "zip",
4076 "url": "https://api.github.com/repos/symfony/mailer/zipball/0f375bbbde96ae8c78e4aa3e63aabd486e33364c",
4077 "reference": "0f375bbbde96ae8c78e4aa3e63aabd486e33364c",
4078 "shasum": ""
4079 },
4080 "require": {
4081 "egulias/email-validator": "^2.1.10|^3|^4",
4082 "php": ">=8.2",
4083 "psr/event-dispatcher": "^1",
4084 "psr/log": "^1|^2|^3",
4085 "symfony/event-dispatcher": "^6.4|^7.0",
4086 "symfony/mime": "^7.2",
4087 "symfony/service-contracts": "^2.5|^3"
4088 },
4089 "conflict": {
4090 "symfony/http-client-contracts": "<2.5",
4091 "symfony/http-kernel": "<6.4",
4092 "symfony/messenger": "<6.4",
4093 "symfony/mime": "<6.4",
4094 "symfony/twig-bridge": "<6.4"
4095 },
4096 "require-dev": {
4097 "symfony/console": "^6.4|^7.0",
4098 "symfony/http-client": "^6.4|^7.0",
4099 "symfony/messenger": "^6.4|^7.0",
4100 "symfony/twig-bridge": "^6.4|^7.0"
4101 },
4102 "type": "library",
4103 "autoload": {
4104 "psr-4": {
4105 "Symfony\\Component\\Mailer\\": ""
4106 },
4107 "exclude-from-classmap": [
4108 "/Tests/"
4109 ]
4110 },
4111 "notification-url": "https://packagist.org/downloads/",
4112 "license": [
4113 "MIT"
4114 ],
4115 "authors": [
4116 {
4117 "name": "Fabien Potencier",
4118 "email": "fabien@symfony.com"
4119 },
4120 {
4121 "name": "Symfony Community",
4122 "homepage": "https://symfony.com/contributors"
4123 }
4124 ],
4125 "description": "Helps sending emails",
4126 "homepage": "https://symfony.com",
4127 "support": {
4128 "source": "https://github.com/symfony/mailer/tree/v7.3.0"
4129 },
4130 "funding": [
4131 {
4132 "url": "https://symfony.com/sponsor",
4133 "type": "custom"
4134 },
4135 {
4136 "url": "https://github.com/fabpot",
4137 "type": "github"
4138 },
4139 {
4140 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4141 "type": "tidelift"
4142 }
4143 ],
4144 "time": "2025-04-04T09:51:09+00:00"
4145 },
4146 {
4147 "name": "symfony/mime",
4148 "version": "v7.3.0",
4149 "source": {
4150 "type": "git",
4151 "url": "https://github.com/symfony/mime.git",
4152 "reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9"
4153 },
4154 "dist": {
4155 "type": "zip",
4156 "url": "https://api.github.com/repos/symfony/mime/zipball/0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9",
4157 "reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9",
4158 "shasum": ""
4159 },
4160 "require": {
4161 "php": ">=8.2",
4162 "symfony/polyfill-intl-idn": "^1.10",
4163 "symfony/polyfill-mbstring": "^1.0"
4164 },
4165 "conflict": {
4166 "egulias/email-validator": "~3.0.0",
4167 "phpdocumentor/reflection-docblock": "<3.2.2",
4168 "phpdocumentor/type-resolver": "<1.4.0",
4169 "symfony/mailer": "<6.4",
4170 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
4171 },
4172 "require-dev": {
4173 "egulias/email-validator": "^2.1.10|^3.1|^4",
4174 "league/html-to-markdown": "^5.0",
4175 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4176 "symfony/dependency-injection": "^6.4|^7.0",
4177 "symfony/process": "^6.4|^7.0",
4178 "symfony/property-access": "^6.4|^7.0",
4179 "symfony/property-info": "^6.4|^7.0",
4180 "symfony/serializer": "^6.4.3|^7.0.3"
4181 },
4182 "type": "library",
4183 "autoload": {
4184 "psr-4": {
4185 "Symfony\\Component\\Mime\\": ""
4186 },
4187 "exclude-from-classmap": [
4188 "/Tests/"
4189 ]
4190 },
4191 "notification-url": "https://packagist.org/downloads/",
4192 "license": [
4193 "MIT"
4194 ],
4195 "authors": [
4196 {
4197 "name": "Fabien Potencier",
4198 "email": "fabien@symfony.com"
4199 },
4200 {
4201 "name": "Symfony Community",
4202 "homepage": "https://symfony.com/contributors"
4203 }
4204 ],
4205 "description": "Allows manipulating MIME messages",
4206 "homepage": "https://symfony.com",
4207 "keywords": [
4208 "mime",
4209 "mime-type"
4210 ],
4211 "support": {
4212 "source": "https://github.com/symfony/mime/tree/v7.3.0"
4213 },
4214 "funding": [
4215 {
4216 "url": "https://symfony.com/sponsor",
4217 "type": "custom"
4218 },
4219 {
4220 "url": "https://github.com/fabpot",
4221 "type": "github"
4222 },
4223 {
4224 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4225 "type": "tidelift"
4226 }
4227 ],
4228 "time": "2025-02-19T08:51:26+00:00"
4229 },
4230 {
4231 "name": "symfony/polyfill-ctype",
4232 "version": "v1.32.0",
4233 "source": {
4234 "type": "git",
4235 "url": "https://github.com/symfony/polyfill-ctype.git",
4236 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
4237 },
4238 "dist": {
4239 "type": "zip",
4240 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
4241 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
4242 "shasum": ""
4243 },
4244 "require": {
4245 "php": ">=7.2"
4246 },
4247 "provide": {
4248 "ext-ctype": "*"
4249 },
4250 "suggest": {
4251 "ext-ctype": "For best performance"
4252 },
4253 "type": "library",
4254 "extra": {
4255 "thanks": {
4256 "url": "https://github.com/symfony/polyfill",
4257 "name": "symfony/polyfill"
4258 }
4259 },
4260 "autoload": {
4261 "files": [
4262 "bootstrap.php"
4263 ],
4264 "psr-4": {
4265 "Symfony\\Polyfill\\Ctype\\": ""
4266 }
4267 },
4268 "notification-url": "https://packagist.org/downloads/",
4269 "license": [
4270 "MIT"
4271 ],
4272 "authors": [
4273 {
4274 "name": "Gert de Pagter",
4275 "email": "BackEndTea@gmail.com"
4276 },
4277 {
4278 "name": "Symfony Community",
4279 "homepage": "https://symfony.com/contributors"
4280 }
4281 ],
4282 "description": "Symfony polyfill for ctype functions",
4283 "homepage": "https://symfony.com",
4284 "keywords": [
4285 "compatibility",
4286 "ctype",
4287 "polyfill",
4288 "portable"
4289 ],
4290 "support": {
4291 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
4292 },
4293 "funding": [
4294 {
4295 "url": "https://symfony.com/sponsor",
4296 "type": "custom"
4297 },
4298 {
4299 "url": "https://github.com/fabpot",
4300 "type": "github"
4301 },
4302 {
4303 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4304 "type": "tidelift"
4305 }
4306 ],
4307 "time": "2024-09-09T11:45:10+00:00"
4308 },
4309 {
4310 "name": "symfony/polyfill-intl-grapheme",
4311 "version": "v1.32.0",
4312 "source": {
4313 "type": "git",
4314 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4315 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
4316 },
4317 "dist": {
4318 "type": "zip",
4319 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
4320 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
4321 "shasum": ""
4322 },
4323 "require": {
4324 "php": ">=7.2"
4325 },
4326 "suggest": {
4327 "ext-intl": "For best performance"
4328 },
4329 "type": "library",
4330 "extra": {
4331 "thanks": {
4332 "url": "https://github.com/symfony/polyfill",
4333 "name": "symfony/polyfill"
4334 }
4335 },
4336 "autoload": {
4337 "files": [
4338 "bootstrap.php"
4339 ],
4340 "psr-4": {
4341 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4342 }
4343 },
4344 "notification-url": "https://packagist.org/downloads/",
4345 "license": [
4346 "MIT"
4347 ],
4348 "authors": [
4349 {
4350 "name": "Nicolas Grekas",
4351 "email": "p@tchwork.com"
4352 },
4353 {
4354 "name": "Symfony Community",
4355 "homepage": "https://symfony.com/contributors"
4356 }
4357 ],
4358 "description": "Symfony polyfill for intl's grapheme_* functions",
4359 "homepage": "https://symfony.com",
4360 "keywords": [
4361 "compatibility",
4362 "grapheme",
4363 "intl",
4364 "polyfill",
4365 "portable",
4366 "shim"
4367 ],
4368 "support": {
4369 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
4370 },
4371 "funding": [
4372 {
4373 "url": "https://symfony.com/sponsor",
4374 "type": "custom"
4375 },
4376 {
4377 "url": "https://github.com/fabpot",
4378 "type": "github"
4379 },
4380 {
4381 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4382 "type": "tidelift"
4383 }
4384 ],
4385 "time": "2024-09-09T11:45:10+00:00"
4386 },
4387 {
4388 "name": "symfony/polyfill-intl-idn",
4389 "version": "v1.32.0",
4390 "source": {
4391 "type": "git",
4392 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4393 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
4394 },
4395 "dist": {
4396 "type": "zip",
4397 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
4398 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
4399 "shasum": ""
4400 },
4401 "require": {
4402 "php": ">=7.2",
4403 "symfony/polyfill-intl-normalizer": "^1.10"
4404 },
4405 "suggest": {
4406 "ext-intl": "For best performance"
4407 },
4408 "type": "library",
4409 "extra": {
4410 "thanks": {
4411 "url": "https://github.com/symfony/polyfill",
4412 "name": "symfony/polyfill"
4413 }
4414 },
4415 "autoload": {
4416 "files": [
4417 "bootstrap.php"
4418 ],
4419 "psr-4": {
4420 "Symfony\\Polyfill\\Intl\\Idn\\": ""
4421 }
4422 },
4423 "notification-url": "https://packagist.org/downloads/",
4424 "license": [
4425 "MIT"
4426 ],
4427 "authors": [
4428 {
4429 "name": "Laurent Bassin",
4430 "email": "laurent@bassin.info"
4431 },
4432 {
4433 "name": "Trevor Rowbotham",
4434 "email": "trevor.rowbotham@pm.me"
4435 },
4436 {
4437 "name": "Symfony Community",
4438 "homepage": "https://symfony.com/contributors"
4439 }
4440 ],
4441 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4442 "homepage": "https://symfony.com",
4443 "keywords": [
4444 "compatibility",
4445 "idn",
4446 "intl",
4447 "polyfill",
4448 "portable",
4449 "shim"
4450 ],
4451 "support": {
4452 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.32.0"
4453 },
4454 "funding": [
4455 {
4456 "url": "https://symfony.com/sponsor",
4457 "type": "custom"
4458 },
4459 {
4460 "url": "https://github.com/fabpot",
4461 "type": "github"
4462 },
4463 {
4464 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4465 "type": "tidelift"
4466 }
4467 ],
4468 "time": "2024-09-10T14:38:51+00:00"
4469 },
4470 {
4471 "name": "symfony/polyfill-intl-normalizer",
4472 "version": "v1.32.0",
4473 "source": {
4474 "type": "git",
4475 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4476 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
4477 },
4478 "dist": {
4479 "type": "zip",
4480 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
4481 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
4482 "shasum": ""
4483 },
4484 "require": {
4485 "php": ">=7.2"
4486 },
4487 "suggest": {
4488 "ext-intl": "For best performance"
4489 },
4490 "type": "library",
4491 "extra": {
4492 "thanks": {
4493 "url": "https://github.com/symfony/polyfill",
4494 "name": "symfony/polyfill"
4495 }
4496 },
4497 "autoload": {
4498 "files": [
4499 "bootstrap.php"
4500 ],
4501 "psr-4": {
4502 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4503 },
4504 "classmap": [
4505 "Resources/stubs"
4506 ]
4507 },
4508 "notification-url": "https://packagist.org/downloads/",
4509 "license": [
4510 "MIT"
4511 ],
4512 "authors": [
4513 {
4514 "name": "Nicolas Grekas",
4515 "email": "p@tchwork.com"
4516 },
4517 {
4518 "name": "Symfony Community",
4519 "homepage": "https://symfony.com/contributors"
4520 }
4521 ],
4522 "description": "Symfony polyfill for intl's Normalizer class and related functions",
4523 "homepage": "https://symfony.com",
4524 "keywords": [
4525 "compatibility",
4526 "intl",
4527 "normalizer",
4528 "polyfill",
4529 "portable",
4530 "shim"
4531 ],
4532 "support": {
4533 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
4534 },
4535 "funding": [
4536 {
4537 "url": "https://symfony.com/sponsor",
4538 "type": "custom"
4539 },
4540 {
4541 "url": "https://github.com/fabpot",
4542 "type": "github"
4543 },
4544 {
4545 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4546 "type": "tidelift"
4547 }
4548 ],
4549 "time": "2024-09-09T11:45:10+00:00"
4550 },
4551 {
4552 "name": "symfony/polyfill-mbstring",
4553 "version": "v1.31.0",
4554 "source": {
4555 "type": "git",
4556 "url": "https://github.com/symfony/polyfill-mbstring.git",
4557 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
4558 },
4559 "dist": {
4560 "type": "zip",
4561 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
4562 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
4563 "shasum": ""
4564 },
4565 "require": {
4566 "php": ">=7.2"
4567 },
4568 "provide": {
4569 "ext-mbstring": "*"
4570 },
4571 "suggest": {
4572 "ext-mbstring": "For best performance"
4573 },
4574 "type": "library",
4575 "extra": {
4576 "thanks": {
4577 "url": "https://github.com/symfony/polyfill",
4578 "name": "symfony/polyfill"
4579 }
4580 },
4581 "autoload": {
4582 "files": [
4583 "bootstrap.php"
4584 ],
4585 "psr-4": {
4586 "Symfony\\Polyfill\\Mbstring\\": ""
4587 }
4588 },
4589 "notification-url": "https://packagist.org/downloads/",
4590 "license": [
4591 "MIT"
4592 ],
4593 "authors": [
4594 {
4595 "name": "Nicolas Grekas",
4596 "email": "p@tchwork.com"
4597 },
4598 {
4599 "name": "Symfony Community",
4600 "homepage": "https://symfony.com/contributors"
4601 }
4602 ],
4603 "description": "Symfony polyfill for the Mbstring extension",
4604 "homepage": "https://symfony.com",
4605 "keywords": [
4606 "compatibility",
4607 "mbstring",
4608 "polyfill",
4609 "portable",
4610 "shim"
4611 ],
4612 "support": {
4613 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
4614 },
4615 "funding": [
4616 {
4617 "url": "https://symfony.com/sponsor",
4618 "type": "custom"
4619 },
4620 {
4621 "url": "https://github.com/fabpot",
4622 "type": "github"
4623 },
4624 {
4625 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4626 "type": "tidelift"
4627 }
4628 ],
4629 "time": "2024-09-09T11:45:10+00:00"
4630 },
4631 {
4632 "name": "symfony/polyfill-php80",
4633 "version": "v1.32.0",
4634 "source": {
4635 "type": "git",
4636 "url": "https://github.com/symfony/polyfill-php80.git",
4637 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
4638 },
4639 "dist": {
4640 "type": "zip",
4641 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
4642 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
4643 "shasum": ""
4644 },
4645 "require": {
4646 "php": ">=7.2"
4647 },
4648 "type": "library",
4649 "extra": {
4650 "thanks": {
4651 "url": "https://github.com/symfony/polyfill",
4652 "name": "symfony/polyfill"
4653 }
4654 },
4655 "autoload": {
4656 "files": [
4657 "bootstrap.php"
4658 ],
4659 "psr-4": {
4660 "Symfony\\Polyfill\\Php80\\": ""
4661 },
4662 "classmap": [
4663 "Resources/stubs"
4664 ]
4665 },
4666 "notification-url": "https://packagist.org/downloads/",
4667 "license": [
4668 "MIT"
4669 ],
4670 "authors": [
4671 {
4672 "name": "Ion Bazan",
4673 "email": "ion.bazan@gmail.com"
4674 },
4675 {
4676 "name": "Nicolas Grekas",
4677 "email": "p@tchwork.com"
4678 },
4679 {
4680 "name": "Symfony Community",
4681 "homepage": "https://symfony.com/contributors"
4682 }
4683 ],
4684 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4685 "homepage": "https://symfony.com",
4686 "keywords": [
4687 "compatibility",
4688 "polyfill",
4689 "portable",
4690 "shim"
4691 ],
4692 "support": {
4693 "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
4694 },
4695 "funding": [
4696 {
4697 "url": "https://symfony.com/sponsor",
4698 "type": "custom"
4699 },
4700 {
4701 "url": "https://github.com/fabpot",
4702 "type": "github"
4703 },
4704 {
4705 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4706 "type": "tidelift"
4707 }
4708 ],
4709 "time": "2025-01-02T08:10:11+00:00"
4710 },
4711 {
4712 "name": "symfony/polyfill-php83",
4713 "version": "v1.32.0",
4714 "source": {
4715 "type": "git",
4716 "url": "https://github.com/symfony/polyfill-php83.git",
4717 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
4718 },
4719 "dist": {
4720 "type": "zip",
4721 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
4722 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
4723 "shasum": ""
4724 },
4725 "require": {
4726 "php": ">=7.2"
4727 },
4728 "type": "library",
4729 "extra": {
4730 "thanks": {
4731 "url": "https://github.com/symfony/polyfill",
4732 "name": "symfony/polyfill"
4733 }
4734 },
4735 "autoload": {
4736 "files": [
4737 "bootstrap.php"
4738 ],
4739 "psr-4": {
4740 "Symfony\\Polyfill\\Php83\\": ""
4741 },
4742 "classmap": [
4743 "Resources/stubs"
4744 ]
4745 },
4746 "notification-url": "https://packagist.org/downloads/",
4747 "license": [
4748 "MIT"
4749 ],
4750 "authors": [
4751 {
4752 "name": "Nicolas Grekas",
4753 "email": "p@tchwork.com"
4754 },
4755 {
4756 "name": "Symfony Community",
4757 "homepage": "https://symfony.com/contributors"
4758 }
4759 ],
4760 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
4761 "homepage": "https://symfony.com",
4762 "keywords": [
4763 "compatibility",
4764 "polyfill",
4765 "portable",
4766 "shim"
4767 ],
4768 "support": {
4769 "source": "https://github.com/symfony/polyfill-php83/tree/v1.32.0"
4770 },
4771 "funding": [
4772 {
4773 "url": "https://symfony.com/sponsor",
4774 "type": "custom"
4775 },
4776 {
4777 "url": "https://github.com/fabpot",
4778 "type": "github"
4779 },
4780 {
4781 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4782 "type": "tidelift"
4783 }
4784 ],
4785 "time": "2024-09-09T11:45:10+00:00"
4786 },
4787 {
4788 "name": "symfony/polyfill-uuid",
4789 "version": "v1.32.0",
4790 "source": {
4791 "type": "git",
4792 "url": "https://github.com/symfony/polyfill-uuid.git",
4793 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
4794 },
4795 "dist": {
4796 "type": "zip",
4797 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
4798 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
4799 "shasum": ""
4800 },
4801 "require": {
4802 "php": ">=7.2"
4803 },
4804 "provide": {
4805 "ext-uuid": "*"
4806 },
4807 "suggest": {
4808 "ext-uuid": "For best performance"
4809 },
4810 "type": "library",
4811 "extra": {
4812 "thanks": {
4813 "url": "https://github.com/symfony/polyfill",
4814 "name": "symfony/polyfill"
4815 }
4816 },
4817 "autoload": {
4818 "files": [
4819 "bootstrap.php"
4820 ],
4821 "psr-4": {
4822 "Symfony\\Polyfill\\Uuid\\": ""
4823 }
4824 },
4825 "notification-url": "https://packagist.org/downloads/",
4826 "license": [
4827 "MIT"
4828 ],
4829 "authors": [
4830 {
4831 "name": "Grégoire Pineau",
4832 "email": "lyrixx@lyrixx.info"
4833 },
4834 {
4835 "name": "Symfony Community",
4836 "homepage": "https://symfony.com/contributors"
4837 }
4838 ],
4839 "description": "Symfony polyfill for uuid functions",
4840 "homepage": "https://symfony.com",
4841 "keywords": [
4842 "compatibility",
4843 "polyfill",
4844 "portable",
4845 "uuid"
4846 ],
4847 "support": {
4848 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.32.0"
4849 },
4850 "funding": [
4851 {
4852 "url": "https://symfony.com/sponsor",
4853 "type": "custom"
4854 },
4855 {
4856 "url": "https://github.com/fabpot",
4857 "type": "github"
4858 },
4859 {
4860 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4861 "type": "tidelift"
4862 }
4863 ],
4864 "time": "2024-09-09T11:45:10+00:00"
4865 },
4866 {
4867 "name": "symfony/process",
4868 "version": "v7.3.0",
4869 "source": {
4870 "type": "git",
4871 "url": "https://github.com/symfony/process.git",
4872 "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
4873 },
4874 "dist": {
4875 "type": "zip",
4876 "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
4877 "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
4878 "shasum": ""
4879 },
4880 "require": {
4881 "php": ">=8.2"
4882 },
4883 "type": "library",
4884 "autoload": {
4885 "psr-4": {
4886 "Symfony\\Component\\Process\\": ""
4887 },
4888 "exclude-from-classmap": [
4889 "/Tests/"
4890 ]
4891 },
4892 "notification-url": "https://packagist.org/downloads/",
4893 "license": [
4894 "MIT"
4895 ],
4896 "authors": [
4897 {
4898 "name": "Fabien Potencier",
4899 "email": "fabien@symfony.com"
4900 },
4901 {
4902 "name": "Symfony Community",
4903 "homepage": "https://symfony.com/contributors"
4904 }
4905 ],
4906 "description": "Executes commands in sub-processes",
4907 "homepage": "https://symfony.com",
4908 "support": {
4909 "source": "https://github.com/symfony/process/tree/v7.3.0"
4910 },
4911 "funding": [
4912 {
4913 "url": "https://symfony.com/sponsor",
4914 "type": "custom"
4915 },
4916 {
4917 "url": "https://github.com/fabpot",
4918 "type": "github"
4919 },
4920 {
4921 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4922 "type": "tidelift"
4923 }
4924 ],
4925 "time": "2025-04-17T09:11:12+00:00"
4926 },
4927 {
4928 "name": "symfony/routing",
4929 "version": "v7.3.0",
4930 "source": {
4931 "type": "git",
4932 "url": "https://github.com/symfony/routing.git",
4933 "reference": "8e213820c5fea844ecea29203d2a308019007c15"
4934 },
4935 "dist": {
4936 "type": "zip",
4937 "url": "https://api.github.com/repos/symfony/routing/zipball/8e213820c5fea844ecea29203d2a308019007c15",
4938 "reference": "8e213820c5fea844ecea29203d2a308019007c15",
4939 "shasum": ""
4940 },
4941 "require": {
4942 "php": ">=8.2",
4943 "symfony/deprecation-contracts": "^2.5|^3"
4944 },
4945 "conflict": {
4946 "symfony/config": "<6.4",
4947 "symfony/dependency-injection": "<6.4",
4948 "symfony/yaml": "<6.4"
4949 },
4950 "require-dev": {
4951 "psr/log": "^1|^2|^3",
4952 "symfony/config": "^6.4|^7.0",
4953 "symfony/dependency-injection": "^6.4|^7.0",
4954 "symfony/expression-language": "^6.4|^7.0",
4955 "symfony/http-foundation": "^6.4|^7.0",
4956 "symfony/yaml": "^6.4|^7.0"
4957 },
4958 "type": "library",
4959 "autoload": {
4960 "psr-4": {
4961 "Symfony\\Component\\Routing\\": ""
4962 },
4963 "exclude-from-classmap": [
4964 "/Tests/"
4965 ]
4966 },
4967 "notification-url": "https://packagist.org/downloads/",
4968 "license": [
4969 "MIT"
4970 ],
4971 "authors": [
4972 {
4973 "name": "Fabien Potencier",
4974 "email": "fabien@symfony.com"
4975 },
4976 {
4977 "name": "Symfony Community",
4978 "homepage": "https://symfony.com/contributors"
4979 }
4980 ],
4981 "description": "Maps an HTTP request to a set of configuration variables",
4982 "homepage": "https://symfony.com",
4983 "keywords": [
4984 "router",
4985 "routing",
4986 "uri",
4987 "url"
4988 ],
4989 "support": {
4990 "source": "https://github.com/symfony/routing/tree/v7.3.0"
4991 },
4992 "funding": [
4993 {
4994 "url": "https://symfony.com/sponsor",
4995 "type": "custom"
4996 },
4997 {
4998 "url": "https://github.com/fabpot",
4999 "type": "github"
5000 },
5001 {
5002 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5003 "type": "tidelift"
5004 }
5005 ],
5006 "time": "2025-05-24T20:43:28+00:00"
5007 },
5008 {
5009 "name": "symfony/service-contracts",
5010 "version": "v3.6.0",
5011 "source": {
5012 "type": "git",
5013 "url": "https://github.com/symfony/service-contracts.git",
5014 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
5015 },
5016 "dist": {
5017 "type": "zip",
5018 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
5019 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
5020 "shasum": ""
5021 },
5022 "require": {
5023 "php": ">=8.1",
5024 "psr/container": "^1.1|^2.0",
5025 "symfony/deprecation-contracts": "^2.5|^3"
5026 },
5027 "conflict": {
5028 "ext-psr": "<1.1|>=2"
5029 },
5030 "type": "library",
5031 "extra": {
5032 "thanks": {
5033 "url": "https://github.com/symfony/contracts",
5034 "name": "symfony/contracts"
5035 },
5036 "branch-alias": {
5037 "dev-main": "3.6-dev"
5038 }
5039 },
5040 "autoload": {
5041 "psr-4": {
5042 "Symfony\\Contracts\\Service\\": ""
5043 },
5044 "exclude-from-classmap": [
5045 "/Test/"
5046 ]
5047 },
5048 "notification-url": "https://packagist.org/downloads/",
5049 "license": [
5050 "MIT"
5051 ],
5052 "authors": [
5053 {
5054 "name": "Nicolas Grekas",
5055 "email": "p@tchwork.com"
5056 },
5057 {
5058 "name": "Symfony Community",
5059 "homepage": "https://symfony.com/contributors"
5060 }
5061 ],
5062 "description": "Generic abstractions related to writing services",
5063 "homepage": "https://symfony.com",
5064 "keywords": [
5065 "abstractions",
5066 "contracts",
5067 "decoupling",
5068 "interfaces",
5069 "interoperability",
5070 "standards"
5071 ],
5072 "support": {
5073 "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
5074 },
5075 "funding": [
5076 {
5077 "url": "https://symfony.com/sponsor",
5078 "type": "custom"
5079 },
5080 {
5081 "url": "https://github.com/fabpot",
5082 "type": "github"
5083 },
5084 {
5085 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5086 "type": "tidelift"
5087 }
5088 ],
5089 "time": "2025-04-25T09:37:31+00:00"
5090 },
5091 {
5092 "name": "symfony/string",
5093 "version": "v7.3.0",
5094 "source": {
5095 "type": "git",
5096 "url": "https://github.com/symfony/string.git",
5097 "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125"
5098 },
5099 "dist": {
5100 "type": "zip",
5101 "url": "https://api.github.com/repos/symfony/string/zipball/f3570b8c61ca887a9e2938e85cb6458515d2b125",
5102 "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125",
5103 "shasum": ""
5104 },
5105 "require": {
5106 "php": ">=8.2",
5107 "symfony/polyfill-ctype": "~1.8",
5108 "symfony/polyfill-intl-grapheme": "~1.0",
5109 "symfony/polyfill-intl-normalizer": "~1.0",
5110 "symfony/polyfill-mbstring": "~1.0"
5111 },
5112 "conflict": {
5113 "symfony/translation-contracts": "<2.5"
5114 },
5115 "require-dev": {
5116 "symfony/emoji": "^7.1",
5117 "symfony/error-handler": "^6.4|^7.0",
5118 "symfony/http-client": "^6.4|^7.0",
5119 "symfony/intl": "^6.4|^7.0",
5120 "symfony/translation-contracts": "^2.5|^3.0",
5121 "symfony/var-exporter": "^6.4|^7.0"
5122 },
5123 "type": "library",
5124 "autoload": {
5125 "files": [
5126 "Resources/functions.php"
5127 ],
5128 "psr-4": {
5129 "Symfony\\Component\\String\\": ""
5130 },
5131 "exclude-from-classmap": [
5132 "/Tests/"
5133 ]
5134 },
5135 "notification-url": "https://packagist.org/downloads/",
5136 "license": [
5137 "MIT"
5138 ],
5139 "authors": [
5140 {
5141 "name": "Nicolas Grekas",
5142 "email": "p@tchwork.com"
5143 },
5144 {
5145 "name": "Symfony Community",
5146 "homepage": "https://symfony.com/contributors"
5147 }
5148 ],
5149 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
5150 "homepage": "https://symfony.com",
5151 "keywords": [
5152 "grapheme",
5153 "i18n",
5154 "string",
5155 "unicode",
5156 "utf-8",
5157 "utf8"
5158 ],
5159 "support": {
5160 "source": "https://github.com/symfony/string/tree/v7.3.0"
5161 },
5162 "funding": [
5163 {
5164 "url": "https://symfony.com/sponsor",
5165 "type": "custom"
5166 },
5167 {
5168 "url": "https://github.com/fabpot",
5169 "type": "github"
5170 },
5171 {
5172 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5173 "type": "tidelift"
5174 }
5175 ],
5176 "time": "2025-04-20T20:19:01+00:00"
5177 },
5178 {
5179 "name": "symfony/translation",
5180 "version": "v7.3.0",
5181 "source": {
5182 "type": "git",
5183 "url": "https://github.com/symfony/translation.git",
5184 "reference": "4aba29076a29a3aa667e09b791e5f868973a8667"
5185 },
5186 "dist": {
5187 "type": "zip",
5188 "url": "https://api.github.com/repos/symfony/translation/zipball/4aba29076a29a3aa667e09b791e5f868973a8667",
5189 "reference": "4aba29076a29a3aa667e09b791e5f868973a8667",
5190 "shasum": ""
5191 },
5192 "require": {
5193 "php": ">=8.2",
5194 "symfony/deprecation-contracts": "^2.5|^3",
5195 "symfony/polyfill-mbstring": "~1.0",
5196 "symfony/translation-contracts": "^2.5|^3.0"
5197 },
5198 "conflict": {
5199 "nikic/php-parser": "<5.0",
5200 "symfony/config": "<6.4",
5201 "symfony/console": "<6.4",
5202 "symfony/dependency-injection": "<6.4",
5203 "symfony/http-client-contracts": "<2.5",
5204 "symfony/http-kernel": "<6.4",
5205 "symfony/service-contracts": "<2.5",
5206 "symfony/twig-bundle": "<6.4",
5207 "symfony/yaml": "<6.4"
5208 },
5209 "provide": {
5210 "symfony/translation-implementation": "2.3|3.0"
5211 },
5212 "require-dev": {
5213 "nikic/php-parser": "^5.0",
5214 "psr/log": "^1|^2|^3",
5215 "symfony/config": "^6.4|^7.0",
5216 "symfony/console": "^6.4|^7.0",
5217 "symfony/dependency-injection": "^6.4|^7.0",
5218 "symfony/finder": "^6.4|^7.0",
5219 "symfony/http-client-contracts": "^2.5|^3.0",
5220 "symfony/http-kernel": "^6.4|^7.0",
5221 "symfony/intl": "^6.4|^7.0",
5222 "symfony/polyfill-intl-icu": "^1.21",
5223 "symfony/routing": "^6.4|^7.0",
5224 "symfony/service-contracts": "^2.5|^3",
5225 "symfony/yaml": "^6.4|^7.0"
5226 },
5227 "type": "library",
5228 "autoload": {
5229 "files": [
5230 "Resources/functions.php"
5231 ],
5232 "psr-4": {
5233 "Symfony\\Component\\Translation\\": ""
5234 },
5235 "exclude-from-classmap": [
5236 "/Tests/"
5237 ]
5238 },
5239 "notification-url": "https://packagist.org/downloads/",
5240 "license": [
5241 "MIT"
5242 ],
5243 "authors": [
5244 {
5245 "name": "Fabien Potencier",
5246 "email": "fabien@symfony.com"
5247 },
5248 {
5249 "name": "Symfony Community",
5250 "homepage": "https://symfony.com/contributors"
5251 }
5252 ],
5253 "description": "Provides tools to internationalize your application",
5254 "homepage": "https://symfony.com",
5255 "support": {
5256 "source": "https://github.com/symfony/translation/tree/v7.3.0"
5257 },
5258 "funding": [
5259 {
5260 "url": "https://symfony.com/sponsor",
5261 "type": "custom"
5262 },
5263 {
5264 "url": "https://github.com/fabpot",
5265 "type": "github"
5266 },
5267 {
5268 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5269 "type": "tidelift"
5270 }
5271 ],
5272 "time": "2025-05-29T07:19:49+00:00"
5273 },
5274 {
5275 "name": "symfony/translation-contracts",
5276 "version": "v3.6.0",
5277 "source": {
5278 "type": "git",
5279 "url": "https://github.com/symfony/translation-contracts.git",
5280 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
5281 },
5282 "dist": {
5283 "type": "zip",
5284 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
5285 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
5286 "shasum": ""
5287 },
5288 "require": {
5289 "php": ">=8.1"
5290 },
5291 "type": "library",
5292 "extra": {
5293 "thanks": {
5294 "url": "https://github.com/symfony/contracts",
5295 "name": "symfony/contracts"
5296 },
5297 "branch-alias": {
5298 "dev-main": "3.6-dev"
5299 }
5300 },
5301 "autoload": {
5302 "psr-4": {
5303 "Symfony\\Contracts\\Translation\\": ""
5304 },
5305 "exclude-from-classmap": [
5306 "/Test/"
5307 ]
5308 },
5309 "notification-url": "https://packagist.org/downloads/",
5310 "license": [
5311 "MIT"
5312 ],
5313 "authors": [
5314 {
5315 "name": "Nicolas Grekas",
5316 "email": "p@tchwork.com"
5317 },
5318 {
5319 "name": "Symfony Community",
5320 "homepage": "https://symfony.com/contributors"
5321 }
5322 ],
5323 "description": "Generic abstractions related to translation",
5324 "homepage": "https://symfony.com",
5325 "keywords": [
5326 "abstractions",
5327 "contracts",
5328 "decoupling",
5329 "interfaces",
5330 "interoperability",
5331 "standards"
5332 ],
5333 "support": {
5334 "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
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": "2024-09-27T08:32:26+00:00"
5351 },
5352 {
5353 "name": "symfony/uid",
5354 "version": "v7.3.0",
5355 "source": {
5356 "type": "git",
5357 "url": "https://github.com/symfony/uid.git",
5358 "reference": "7beeb2b885cd584cd01e126c5777206ae4c3c6a3"
5359 },
5360 "dist": {
5361 "type": "zip",
5362 "url": "https://api.github.com/repos/symfony/uid/zipball/7beeb2b885cd584cd01e126c5777206ae4c3c6a3",
5363 "reference": "7beeb2b885cd584cd01e126c5777206ae4c3c6a3",
5364 "shasum": ""
5365 },
5366 "require": {
5367 "php": ">=8.2",
5368 "symfony/polyfill-uuid": "^1.15"
5369 },
5370 "require-dev": {
5371 "symfony/console": "^6.4|^7.0"
5372 },
5373 "type": "library",
5374 "autoload": {
5375 "psr-4": {
5376 "Symfony\\Component\\Uid\\": ""
5377 },
5378 "exclude-from-classmap": [
5379 "/Tests/"
5380 ]
5381 },
5382 "notification-url": "https://packagist.org/downloads/",
5383 "license": [
5384 "MIT"
5385 ],
5386 "authors": [
5387 {
5388 "name": "Grégoire Pineau",
5389 "email": "lyrixx@lyrixx.info"
5390 },
5391 {
5392 "name": "Nicolas Grekas",
5393 "email": "p@tchwork.com"
5394 },
5395 {
5396 "name": "Symfony Community",
5397 "homepage": "https://symfony.com/contributors"
5398 }
5399 ],
5400 "description": "Provides an object-oriented API to generate and represent UIDs",
5401 "homepage": "https://symfony.com",
5402 "keywords": [
5403 "UID",
5404 "ulid",
5405 "uuid"
5406 ],
5407 "support": {
5408 "source": "https://github.com/symfony/uid/tree/v7.3.0"
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": "2025-05-24T14:28:13+00:00"
5425 },
5426 {
5427 "name": "symfony/var-dumper",
5428 "version": "v7.3.0",
5429 "source": {
5430 "type": "git",
5431 "url": "https://github.com/symfony/var-dumper.git",
5432 "reference": "548f6760c54197b1084e1e5c71f6d9d523f2f78e"
5433 },
5434 "dist": {
5435 "type": "zip",
5436 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/548f6760c54197b1084e1e5c71f6d9d523f2f78e",
5437 "reference": "548f6760c54197b1084e1e5c71f6d9d523f2f78e",
5438 "shasum": ""
5439 },
5440 "require": {
5441 "php": ">=8.2",
5442 "symfony/deprecation-contracts": "^2.5|^3",
5443 "symfony/polyfill-mbstring": "~1.0"
5444 },
5445 "conflict": {
5446 "symfony/console": "<6.4"
5447 },
5448 "require-dev": {
5449 "ext-iconv": "*",
5450 "symfony/console": "^6.4|^7.0",
5451 "symfony/http-kernel": "^6.4|^7.0",
5452 "symfony/process": "^6.4|^7.0",
5453 "symfony/uid": "^6.4|^7.0",
5454 "twig/twig": "^3.12"
5455 },
5456 "bin": [
5457 "Resources/bin/var-dump-server"
5458 ],
5459 "type": "library",
5460 "autoload": {
5461 "files": [
5462 "Resources/functions/dump.php"
5463 ],
5464 "psr-4": {
5465 "Symfony\\Component\\VarDumper\\": ""
5466 },
5467 "exclude-from-classmap": [
5468 "/Tests/"
5469 ]
5470 },
5471 "notification-url": "https://packagist.org/downloads/",
5472 "license": [
5473 "MIT"
5474 ],
5475 "authors": [
5476 {
5477 "name": "Nicolas Grekas",
5478 "email": "p@tchwork.com"
5479 },
5480 {
5481 "name": "Symfony Community",
5482 "homepage": "https://symfony.com/contributors"
5483 }
5484 ],
5485 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
5486 "homepage": "https://symfony.com",
5487 "keywords": [
5488 "debug",
5489 "dump"
5490 ],
5491 "support": {
5492 "source": "https://github.com/symfony/var-dumper/tree/v7.3.0"
5493 },
5494 "funding": [
5495 {
5496 "url": "https://symfony.com/sponsor",
5497 "type": "custom"
5498 },
5499 {
5500 "url": "https://github.com/fabpot",
5501 "type": "github"
5502 },
5503 {
5504 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5505 "type": "tidelift"
5506 }
5507 ],
5508 "time": "2025-04-27T18:39:23+00:00"
5509 },
5510 {
5511 "name": "tijsverkoyen/css-to-inline-styles",
5512 "version": "v2.3.0",
5513 "source": {
5514 "type": "git",
5515 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
5516 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
5517 },
5518 "dist": {
5519 "type": "zip",
5520 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
5521 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
5522 "shasum": ""
5523 },
5524 "require": {
5525 "ext-dom": "*",
5526 "ext-libxml": "*",
5527 "php": "^7.4 || ^8.0",
5528 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
5529 },
5530 "require-dev": {
5531 "phpstan/phpstan": "^2.0",
5532 "phpstan/phpstan-phpunit": "^2.0",
5533 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
5534 },
5535 "type": "library",
5536 "extra": {
5537 "branch-alias": {
5538 "dev-master": "2.x-dev"
5539 }
5540 },
5541 "autoload": {
5542 "psr-4": {
5543 "TijsVerkoyen\\CssToInlineStyles\\": "src"
5544 }
5545 },
5546 "notification-url": "https://packagist.org/downloads/",
5547 "license": [
5548 "BSD-3-Clause"
5549 ],
5550 "authors": [
5551 {
5552 "name": "Tijs Verkoyen",
5553 "email": "css_to_inline_styles@verkoyen.eu",
5554 "role": "Developer"
5555 }
5556 ],
5557 "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.",
5558 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
5559 "support": {
5560 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
5561 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
5562 },
5563 "time": "2024-12-21T16:25:41+00:00"
5564 },
5565 {
5566 "name": "vlucas/phpdotenv",
5567 "version": "v5.6.2",
5568 "source": {
5569 "type": "git",
5570 "url": "https://github.com/vlucas/phpdotenv.git",
5571 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
5572 },
5573 "dist": {
5574 "type": "zip",
5575 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
5576 "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
5577 "shasum": ""
5578 },
5579 "require": {
5580 "ext-pcre": "*",
5581 "graham-campbell/result-type": "^1.1.3",
5582 "php": "^7.2.5 || ^8.0",
5583 "phpoption/phpoption": "^1.9.3",
5584 "symfony/polyfill-ctype": "^1.24",
5585 "symfony/polyfill-mbstring": "^1.24",
5586 "symfony/polyfill-php80": "^1.24"
5587 },
5588 "require-dev": {
5589 "bamarni/composer-bin-plugin": "^1.8.2",
5590 "ext-filter": "*",
5591 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
5592 },
5593 "suggest": {
5594 "ext-filter": "Required to use the boolean validator."
5595 },
5596 "type": "library",
5597 "extra": {
5598 "bamarni-bin": {
5599 "bin-links": true,
5600 "forward-command": false
5601 },
5602 "branch-alias": {
5603 "dev-master": "5.6-dev"
5604 }
5605 },
5606 "autoload": {
5607 "psr-4": {
5608 "Dotenv\\": "src/"
5609 }
5610 },
5611 "notification-url": "https://packagist.org/downloads/",
5612 "license": [
5613 "BSD-3-Clause"
5614 ],
5615 "authors": [
5616 {
5617 "name": "Graham Campbell",
5618 "email": "hello@gjcampbell.co.uk",
5619 "homepage": "https://github.com/GrahamCampbell"
5620 },
5621 {
5622 "name": "Vance Lucas",
5623 "email": "vance@vancelucas.com",
5624 "homepage": "https://github.com/vlucas"
5625 }
5626 ],
5627 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
5628 "keywords": [
5629 "dotenv",
5630 "env",
5631 "environment"
5632 ],
5633 "support": {
5634 "issues": "https://github.com/vlucas/phpdotenv/issues",
5635 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
5636 },
5637 "funding": [
5638 {
5639 "url": "https://github.com/GrahamCampbell",
5640 "type": "github"
5641 },
5642 {
5643 "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
5644 "type": "tidelift"
5645 }
5646 ],
5647 "time": "2025-04-30T23:37:27+00:00"
5648 },
5649 {
5650 "name": "voku/portable-ascii",
5651 "version": "2.0.3",
5652 "source": {
5653 "type": "git",
5654 "url": "https://github.com/voku/portable-ascii.git",
5655 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
5656 },
5657 "dist": {
5658 "type": "zip",
5659 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
5660 "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
5661 "shasum": ""
5662 },
5663 "require": {
5664 "php": ">=7.0.0"
5665 },
5666 "require-dev": {
5667 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
5668 },
5669 "suggest": {
5670 "ext-intl": "Use Intl for transliterator_transliterate() support"
5671 },
5672 "type": "library",
5673 "autoload": {
5674 "psr-4": {
5675 "voku\\": "src/voku/"
5676 }
5677 },
5678 "notification-url": "https://packagist.org/downloads/",
5679 "license": [
5680 "MIT"
5681 ],
5682 "authors": [
5683 {
5684 "name": "Lars Moelleken",
5685 "homepage": "https://www.moelleken.org/"
5686 }
5687 ],
5688 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
5689 "homepage": "https://github.com/voku/portable-ascii",
5690 "keywords": [
5691 "ascii",
5692 "clean",
5693 "php"
5694 ],
5695 "support": {
5696 "issues": "https://github.com/voku/portable-ascii/issues",
5697 "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
5698 },
5699 "funding": [
5700 {
5701 "url": "https://www.paypal.me/moelleken",
5702 "type": "custom"
5703 },
5704 {
5705 "url": "https://github.com/voku",
5706 "type": "github"
5707 },
5708 {
5709 "url": "https://opencollective.com/portable-ascii",
5710 "type": "open_collective"
5711 },
5712 {
5713 "url": "https://www.patreon.com/voku",
5714 "type": "patreon"
5715 },
5716 {
5717 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
5718 "type": "tidelift"
5719 }
5720 ],
5721 "time": "2024-11-21T01:49:47+00:00"
5722 },
5723 {
5724 "name": "webmozart/assert",
5725 "version": "1.11.0",
5726 "source": {
5727 "type": "git",
5728 "url": "https://github.com/webmozarts/assert.git",
5729 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
5730 },
5731 "dist": {
5732 "type": "zip",
5733 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
5734 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
5735 "shasum": ""
5736 },
5737 "require": {
5738 "ext-ctype": "*",
5739 "php": "^7.2 || ^8.0"
5740 },
5741 "conflict": {
5742 "phpstan/phpstan": "<0.12.20",
5743 "vimeo/psalm": "<4.6.1 || 4.6.2"
5744 },
5745 "require-dev": {
5746 "phpunit/phpunit": "^8.5.13"
5747 },
5748 "type": "library",
5749 "extra": {
5750 "branch-alias": {
5751 "dev-master": "1.10-dev"
5752 }
5753 },
5754 "autoload": {
5755 "psr-4": {
5756 "Webmozart\\Assert\\": "src/"
5757 }
5758 },
5759 "notification-url": "https://packagist.org/downloads/",
5760 "license": [
5761 "MIT"
5762 ],
5763 "authors": [
5764 {
5765 "name": "Bernhard Schussek",
5766 "email": "bschussek@gmail.com"
5767 }
5768 ],
5769 "description": "Assertions to validate method input/output with nice error messages.",
5770 "keywords": [
5771 "assert",
5772 "check",
5773 "validate"
5774 ],
5775 "support": {
5776 "issues": "https://github.com/webmozarts/assert/issues",
5777 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
5778 },
5779 "time": "2022-06-03T18:03:27+00:00"
5780 }
5781 ],
5782 "packages-dev": [],
5783 "aliases": [],
5784 "minimum-stability": "stable",
5785 "stability-flags": {},
5786 "prefer-stable": false,
5787 "prefer-lowest": false,
5788 "platform": {},
5789 "platform-dev": {},
5790 "plugin-api-version": "2.6.0"
5791 }