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