]> Raphaƫl G. Git Repositories - veranda/blob - composer.lock
Initial import
[veranda] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "b1a1d943bf828fa578cdf734803e6e1b",
8 "packages": [
9 {
10 "name": "psr/cache",
11 "version": "3.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/php-fig/cache.git",
15 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
20 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=8.0.0"
25 },
26 "type": "library",
27 "extra": {
28 "branch-alias": {
29 "dev-master": "1.0.x-dev"
30 }
31 },
32 "autoload": {
33 "psr-4": {
34 "Psr\\Cache\\": "src/"
35 }
36 },
37 "notification-url": "https://packagist.org/downloads/",
38 "license": [
39 "MIT"
40 ],
41 "authors": [
42 {
43 "name": "PHP-FIG",
44 "homepage": "https://www.php-fig.org/"
45 }
46 ],
47 "description": "Common interface for caching libraries",
48 "keywords": [
49 "cache",
50 "psr",
51 "psr-6"
52 ],
53 "support": {
54 "source": "https://github.com/php-fig/cache/tree/3.0.0"
55 },
56 "time": "2021-02-03T23:26:27+00:00"
57 },
58 {
59 "name": "psr/container",
60 "version": "2.0.2",
61 "source": {
62 "type": "git",
63 "url": "https://github.com/php-fig/container.git",
64 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
65 },
66 "dist": {
67 "type": "zip",
68 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
69 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
70 "shasum": ""
71 },
72 "require": {
73 "php": ">=7.4.0"
74 },
75 "type": "library",
76 "extra": {
77 "branch-alias": {
78 "dev-master": "2.0.x-dev"
79 }
80 },
81 "autoload": {
82 "psr-4": {
83 "Psr\\Container\\": "src/"
84 }
85 },
86 "notification-url": "https://packagist.org/downloads/",
87 "license": [
88 "MIT"
89 ],
90 "authors": [
91 {
92 "name": "PHP-FIG",
93 "homepage": "https://www.php-fig.org/"
94 }
95 ],
96 "description": "Common Container Interface (PHP FIG PSR-11)",
97 "homepage": "https://github.com/php-fig/container",
98 "keywords": [
99 "PSR-11",
100 "container",
101 "container-interface",
102 "container-interop",
103 "psr"
104 ],
105 "support": {
106 "issues": "https://github.com/php-fig/container/issues",
107 "source": "https://github.com/php-fig/container/tree/2.0.2"
108 },
109 "time": "2021-11-05T16:47:00+00:00"
110 },
111 {
112 "name": "psr/event-dispatcher",
113 "version": "1.0.0",
114 "source": {
115 "type": "git",
116 "url": "https://github.com/php-fig/event-dispatcher.git",
117 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
118 },
119 "dist": {
120 "type": "zip",
121 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
122 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
123 "shasum": ""
124 },
125 "require": {
126 "php": ">=7.2.0"
127 },
128 "type": "library",
129 "extra": {
130 "branch-alias": {
131 "dev-master": "1.0.x-dev"
132 }
133 },
134 "autoload": {
135 "psr-4": {
136 "Psr\\EventDispatcher\\": "src/"
137 }
138 },
139 "notification-url": "https://packagist.org/downloads/",
140 "license": [
141 "MIT"
142 ],
143 "authors": [
144 {
145 "name": "PHP-FIG",
146 "homepage": "http://www.php-fig.org/"
147 }
148 ],
149 "description": "Standard interfaces for event handling.",
150 "keywords": [
151 "events",
152 "psr",
153 "psr-14"
154 ],
155 "support": {
156 "issues": "https://github.com/php-fig/event-dispatcher/issues",
157 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
158 },
159 "time": "2019-01-08T18:20:26+00:00"
160 },
161 {
162 "name": "psr/log",
163 "version": "3.0.2",
164 "source": {
165 "type": "git",
166 "url": "https://github.com/php-fig/log.git",
167 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
168 },
169 "dist": {
170 "type": "zip",
171 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
172 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
173 "shasum": ""
174 },
175 "require": {
176 "php": ">=8.0.0"
177 },
178 "type": "library",
179 "extra": {
180 "branch-alias": {
181 "dev-master": "3.x-dev"
182 }
183 },
184 "autoload": {
185 "psr-4": {
186 "Psr\\Log\\": "src"
187 }
188 },
189 "notification-url": "https://packagist.org/downloads/",
190 "license": [
191 "MIT"
192 ],
193 "authors": [
194 {
195 "name": "PHP-FIG",
196 "homepage": "https://www.php-fig.org/"
197 }
198 ],
199 "description": "Common interface for logging libraries",
200 "homepage": "https://github.com/php-fig/log",
201 "keywords": [
202 "log",
203 "psr",
204 "psr-3"
205 ],
206 "support": {
207 "source": "https://github.com/php-fig/log/tree/3.0.2"
208 },
209 "time": "2024-09-11T13:17:53+00:00"
210 },
211 {
212 "name": "rapsys/packbundle",
213 "version": "master",
214 "source": {
215 "type": "git",
216 "url": "https://rapsys@git.rapsys.eu/packbundle",
217 "reference": "master"
218 },
219 "require": {
220 "symfony/asset": "^7.0",
221 "symfony/flex": "^2.0",
222 "symfony/framework-bundle": "^7.0",
223 "symfony/process": "^7.0",
224 "symfony/twig-bundle": "^7.0"
225 },
226 "type": "library",
227 "autoload": {
228 "psr-4": {
229 "Rapsys\\PackBundle\\": ""
230 }
231 }
232 },
233 {
234 "name": "rapsys/treebundle",
235 "version": "master",
236 "source": {
237 "type": "git",
238 "url": "https://rapsys@git.rapsys.eu/treebundle",
239 "reference": "master"
240 },
241 "require": {
242 "rapsys/packbundle": "master"
243 },
244 "type": "library",
245 "autoload": {
246 "psr-4": {
247 "Rapsys\\TreeBundle\\": ""
248 }
249 }
250 },
251 {
252 "name": "symfony/asset",
253 "version": "v7.1.1",
254 "source": {
255 "type": "git",
256 "url": "https://github.com/symfony/asset.git",
257 "reference": "8970de4a0cedd34e097c0f5c502a614780b9ca43"
258 },
259 "dist": {
260 "type": "zip",
261 "url": "https://api.github.com/repos/symfony/asset/zipball/8970de4a0cedd34e097c0f5c502a614780b9ca43",
262 "reference": "8970de4a0cedd34e097c0f5c502a614780b9ca43",
263 "shasum": ""
264 },
265 "require": {
266 "php": ">=8.2"
267 },
268 "conflict": {
269 "symfony/http-foundation": "<6.4"
270 },
271 "require-dev": {
272 "symfony/http-client": "^6.4|^7.0",
273 "symfony/http-foundation": "^6.4|^7.0",
274 "symfony/http-kernel": "^6.4|^7.0"
275 },
276 "type": "library",
277 "autoload": {
278 "psr-4": {
279 "Symfony\\Component\\Asset\\": ""
280 },
281 "exclude-from-classmap": [
282 "/Tests/"
283 ]
284 },
285 "notification-url": "https://packagist.org/downloads/",
286 "license": [
287 "MIT"
288 ],
289 "authors": [
290 {
291 "name": "Fabien Potencier",
292 "email": "fabien@symfony.com"
293 },
294 {
295 "name": "Symfony Community",
296 "homepage": "https://symfony.com/contributors"
297 }
298 ],
299 "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
300 "homepage": "https://symfony.com",
301 "support": {
302 "source": "https://github.com/symfony/asset/tree/v7.1.1"
303 },
304 "funding": [
305 {
306 "url": "https://symfony.com/sponsor",
307 "type": "custom"
308 },
309 {
310 "url": "https://github.com/fabpot",
311 "type": "github"
312 },
313 {
314 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
315 "type": "tidelift"
316 }
317 ],
318 "time": "2024-05-31T14:57:53+00:00"
319 },
320 {
321 "name": "symfony/cache",
322 "version": "v7.1.5",
323 "source": {
324 "type": "git",
325 "url": "https://github.com/symfony/cache.git",
326 "reference": "86e5296b10e4dec8c8441056ca606aedb8a3be0a"
327 },
328 "dist": {
329 "type": "zip",
330 "url": "https://api.github.com/repos/symfony/cache/zipball/86e5296b10e4dec8c8441056ca606aedb8a3be0a",
331 "reference": "86e5296b10e4dec8c8441056ca606aedb8a3be0a",
332 "shasum": ""
333 },
334 "require": {
335 "php": ">=8.2",
336 "psr/cache": "^2.0|^3.0",
337 "psr/log": "^1.1|^2|^3",
338 "symfony/cache-contracts": "^2.5|^3",
339 "symfony/deprecation-contracts": "^2.5|^3.0",
340 "symfony/service-contracts": "^2.5|^3",
341 "symfony/var-exporter": "^6.4|^7.0"
342 },
343 "conflict": {
344 "doctrine/dbal": "<3.6",
345 "symfony/dependency-injection": "<6.4",
346 "symfony/http-kernel": "<6.4",
347 "symfony/var-dumper": "<6.4"
348 },
349 "provide": {
350 "psr/cache-implementation": "2.0|3.0",
351 "psr/simple-cache-implementation": "1.0|2.0|3.0",
352 "symfony/cache-implementation": "1.1|2.0|3.0"
353 },
354 "require-dev": {
355 "cache/integration-tests": "dev-master",
356 "doctrine/dbal": "^3.6|^4",
357 "predis/predis": "^1.1|^2.0",
358 "psr/simple-cache": "^1.0|^2.0|^3.0",
359 "symfony/config": "^6.4|^7.0",
360 "symfony/dependency-injection": "^6.4|^7.0",
361 "symfony/filesystem": "^6.4|^7.0",
362 "symfony/http-kernel": "^6.4|^7.0",
363 "symfony/messenger": "^6.4|^7.0",
364 "symfony/var-dumper": "^6.4|^7.0"
365 },
366 "type": "library",
367 "autoload": {
368 "psr-4": {
369 "Symfony\\Component\\Cache\\": ""
370 },
371 "classmap": [
372 "Traits/ValueWrapper.php"
373 ],
374 "exclude-from-classmap": [
375 "/Tests/"
376 ]
377 },
378 "notification-url": "https://packagist.org/downloads/",
379 "license": [
380 "MIT"
381 ],
382 "authors": [
383 {
384 "name": "Nicolas Grekas",
385 "email": "p@tchwork.com"
386 },
387 {
388 "name": "Symfony Community",
389 "homepage": "https://symfony.com/contributors"
390 }
391 ],
392 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
393 "homepage": "https://symfony.com",
394 "keywords": [
395 "caching",
396 "psr6"
397 ],
398 "support": {
399 "source": "https://github.com/symfony/cache/tree/v7.1.5"
400 },
401 "funding": [
402 {
403 "url": "https://symfony.com/sponsor",
404 "type": "custom"
405 },
406 {
407 "url": "https://github.com/fabpot",
408 "type": "github"
409 },
410 {
411 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
412 "type": "tidelift"
413 }
414 ],
415 "time": "2024-09-17T09:16:35+00:00"
416 },
417 {
418 "name": "symfony/cache-contracts",
419 "version": "v3.5.0",
420 "source": {
421 "type": "git",
422 "url": "https://github.com/symfony/cache-contracts.git",
423 "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197"
424 },
425 "dist": {
426 "type": "zip",
427 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
428 "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
429 "shasum": ""
430 },
431 "require": {
432 "php": ">=8.1",
433 "psr/cache": "^3.0"
434 },
435 "type": "library",
436 "extra": {
437 "branch-alias": {
438 "dev-main": "3.5-dev"
439 },
440 "thanks": {
441 "name": "symfony/contracts",
442 "url": "https://github.com/symfony/contracts"
443 }
444 },
445 "autoload": {
446 "psr-4": {
447 "Symfony\\Contracts\\Cache\\": ""
448 }
449 },
450 "notification-url": "https://packagist.org/downloads/",
451 "license": [
452 "MIT"
453 ],
454 "authors": [
455 {
456 "name": "Nicolas Grekas",
457 "email": "p@tchwork.com"
458 },
459 {
460 "name": "Symfony Community",
461 "homepage": "https://symfony.com/contributors"
462 }
463 ],
464 "description": "Generic abstractions related to caching",
465 "homepage": "https://symfony.com",
466 "keywords": [
467 "abstractions",
468 "contracts",
469 "decoupling",
470 "interfaces",
471 "interoperability",
472 "standards"
473 ],
474 "support": {
475 "source": "https://github.com/symfony/cache-contracts/tree/v3.5.0"
476 },
477 "funding": [
478 {
479 "url": "https://symfony.com/sponsor",
480 "type": "custom"
481 },
482 {
483 "url": "https://github.com/fabpot",
484 "type": "github"
485 },
486 {
487 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
488 "type": "tidelift"
489 }
490 ],
491 "time": "2024-04-18T09:32:20+00:00"
492 },
493 {
494 "name": "symfony/config",
495 "version": "v7.1.1",
496 "source": {
497 "type": "git",
498 "url": "https://github.com/symfony/config.git",
499 "reference": "2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2"
500 },
501 "dist": {
502 "type": "zip",
503 "url": "https://api.github.com/repos/symfony/config/zipball/2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2",
504 "reference": "2210fc99fa42a259eb6c89d1f724ce0c4d62d5d2",
505 "shasum": ""
506 },
507 "require": {
508 "php": ">=8.2",
509 "symfony/deprecation-contracts": "^2.5|^3",
510 "symfony/filesystem": "^7.1",
511 "symfony/polyfill-ctype": "~1.8"
512 },
513 "conflict": {
514 "symfony/finder": "<6.4",
515 "symfony/service-contracts": "<2.5"
516 },
517 "require-dev": {
518 "symfony/event-dispatcher": "^6.4|^7.0",
519 "symfony/finder": "^6.4|^7.0",
520 "symfony/messenger": "^6.4|^7.0",
521 "symfony/service-contracts": "^2.5|^3",
522 "symfony/yaml": "^6.4|^7.0"
523 },
524 "type": "library",
525 "autoload": {
526 "psr-4": {
527 "Symfony\\Component\\Config\\": ""
528 },
529 "exclude-from-classmap": [
530 "/Tests/"
531 ]
532 },
533 "notification-url": "https://packagist.org/downloads/",
534 "license": [
535 "MIT"
536 ],
537 "authors": [
538 {
539 "name": "Fabien Potencier",
540 "email": "fabien@symfony.com"
541 },
542 {
543 "name": "Symfony Community",
544 "homepage": "https://symfony.com/contributors"
545 }
546 ],
547 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
548 "homepage": "https://symfony.com",
549 "support": {
550 "source": "https://github.com/symfony/config/tree/v7.1.1"
551 },
552 "funding": [
553 {
554 "url": "https://symfony.com/sponsor",
555 "type": "custom"
556 },
557 {
558 "url": "https://github.com/fabpot",
559 "type": "github"
560 },
561 {
562 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
563 "type": "tidelift"
564 }
565 ],
566 "time": "2024-05-31T14:57:53+00:00"
567 },
568 {
569 "name": "symfony/console",
570 "version": "v7.1.5",
571 "source": {
572 "type": "git",
573 "url": "https://github.com/symfony/console.git",
574 "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee"
575 },
576 "dist": {
577 "type": "zip",
578 "url": "https://api.github.com/repos/symfony/console/zipball/0fa539d12b3ccf068a722bbbffa07ca7079af9ee",
579 "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee",
580 "shasum": ""
581 },
582 "require": {
583 "php": ">=8.2",
584 "symfony/polyfill-mbstring": "~1.0",
585 "symfony/service-contracts": "^2.5|^3",
586 "symfony/string": "^6.4|^7.0"
587 },
588 "conflict": {
589 "symfony/dependency-injection": "<6.4",
590 "symfony/dotenv": "<6.4",
591 "symfony/event-dispatcher": "<6.4",
592 "symfony/lock": "<6.4",
593 "symfony/process": "<6.4"
594 },
595 "provide": {
596 "psr/log-implementation": "1.0|2.0|3.0"
597 },
598 "require-dev": {
599 "psr/log": "^1|^2|^3",
600 "symfony/config": "^6.4|^7.0",
601 "symfony/dependency-injection": "^6.4|^7.0",
602 "symfony/event-dispatcher": "^6.4|^7.0",
603 "symfony/http-foundation": "^6.4|^7.0",
604 "symfony/http-kernel": "^6.4|^7.0",
605 "symfony/lock": "^6.4|^7.0",
606 "symfony/messenger": "^6.4|^7.0",
607 "symfony/process": "^6.4|^7.0",
608 "symfony/stopwatch": "^6.4|^7.0",
609 "symfony/var-dumper": "^6.4|^7.0"
610 },
611 "type": "library",
612 "autoload": {
613 "psr-4": {
614 "Symfony\\Component\\Console\\": ""
615 },
616 "exclude-from-classmap": [
617 "/Tests/"
618 ]
619 },
620 "notification-url": "https://packagist.org/downloads/",
621 "license": [
622 "MIT"
623 ],
624 "authors": [
625 {
626 "name": "Fabien Potencier",
627 "email": "fabien@symfony.com"
628 },
629 {
630 "name": "Symfony Community",
631 "homepage": "https://symfony.com/contributors"
632 }
633 ],
634 "description": "Eases the creation of beautiful and testable command line interfaces",
635 "homepage": "https://symfony.com",
636 "keywords": [
637 "cli",
638 "command-line",
639 "console",
640 "terminal"
641 ],
642 "support": {
643 "source": "https://github.com/symfony/console/tree/v7.1.5"
644 },
645 "funding": [
646 {
647 "url": "https://symfony.com/sponsor",
648 "type": "custom"
649 },
650 {
651 "url": "https://github.com/fabpot",
652 "type": "github"
653 },
654 {
655 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
656 "type": "tidelift"
657 }
658 ],
659 "time": "2024-09-20T08:28:38+00:00"
660 },
661 {
662 "name": "symfony/dependency-injection",
663 "version": "v7.1.5",
664 "source": {
665 "type": "git",
666 "url": "https://github.com/symfony/dependency-injection.git",
667 "reference": "38465f925ec4e0707b090e9147c65869837d639d"
668 },
669 "dist": {
670 "type": "zip",
671 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/38465f925ec4e0707b090e9147c65869837d639d",
672 "reference": "38465f925ec4e0707b090e9147c65869837d639d",
673 "shasum": ""
674 },
675 "require": {
676 "php": ">=8.2",
677 "psr/container": "^1.1|^2.0",
678 "symfony/deprecation-contracts": "^2.5|^3",
679 "symfony/service-contracts": "^3.5",
680 "symfony/var-exporter": "^6.4|^7.0"
681 },
682 "conflict": {
683 "ext-psr": "<1.1|>=2",
684 "symfony/config": "<6.4",
685 "symfony/finder": "<6.4",
686 "symfony/yaml": "<6.4"
687 },
688 "provide": {
689 "psr/container-implementation": "1.1|2.0",
690 "symfony/service-implementation": "1.1|2.0|3.0"
691 },
692 "require-dev": {
693 "symfony/config": "^6.4|^7.0",
694 "symfony/expression-language": "^6.4|^7.0",
695 "symfony/yaml": "^6.4|^7.0"
696 },
697 "type": "library",
698 "autoload": {
699 "psr-4": {
700 "Symfony\\Component\\DependencyInjection\\": ""
701 },
702 "exclude-from-classmap": [
703 "/Tests/"
704 ]
705 },
706 "notification-url": "https://packagist.org/downloads/",
707 "license": [
708 "MIT"
709 ],
710 "authors": [
711 {
712 "name": "Fabien Potencier",
713 "email": "fabien@symfony.com"
714 },
715 {
716 "name": "Symfony Community",
717 "homepage": "https://symfony.com/contributors"
718 }
719 ],
720 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
721 "homepage": "https://symfony.com",
722 "support": {
723 "source": "https://github.com/symfony/dependency-injection/tree/v7.1.5"
724 },
725 "funding": [
726 {
727 "url": "https://symfony.com/sponsor",
728 "type": "custom"
729 },
730 {
731 "url": "https://github.com/fabpot",
732 "type": "github"
733 },
734 {
735 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
736 "type": "tidelift"
737 }
738 ],
739 "time": "2024-09-20T08:28:38+00:00"
740 },
741 {
742 "name": "symfony/deprecation-contracts",
743 "version": "v3.5.0",
744 "source": {
745 "type": "git",
746 "url": "https://github.com/symfony/deprecation-contracts.git",
747 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
748 },
749 "dist": {
750 "type": "zip",
751 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
752 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
753 "shasum": ""
754 },
755 "require": {
756 "php": ">=8.1"
757 },
758 "type": "library",
759 "extra": {
760 "branch-alias": {
761 "dev-main": "3.5-dev"
762 },
763 "thanks": {
764 "name": "symfony/contracts",
765 "url": "https://github.com/symfony/contracts"
766 }
767 },
768 "autoload": {
769 "files": [
770 "function.php"
771 ]
772 },
773 "notification-url": "https://packagist.org/downloads/",
774 "license": [
775 "MIT"
776 ],
777 "authors": [
778 {
779 "name": "Nicolas Grekas",
780 "email": "p@tchwork.com"
781 },
782 {
783 "name": "Symfony Community",
784 "homepage": "https://symfony.com/contributors"
785 }
786 ],
787 "description": "A generic function and convention to trigger deprecation notices",
788 "homepage": "https://symfony.com",
789 "support": {
790 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
791 },
792 "funding": [
793 {
794 "url": "https://symfony.com/sponsor",
795 "type": "custom"
796 },
797 {
798 "url": "https://github.com/fabpot",
799 "type": "github"
800 },
801 {
802 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
803 "type": "tidelift"
804 }
805 ],
806 "time": "2024-04-18T09:32:20+00:00"
807 },
808 {
809 "name": "symfony/dotenv",
810 "version": "v7.1.5",
811 "source": {
812 "type": "git",
813 "url": "https://github.com/symfony/dotenv.git",
814 "reference": "6d966200b399fa59759286f3fc7c919f0677c449"
815 },
816 "dist": {
817 "type": "zip",
818 "url": "https://api.github.com/repos/symfony/dotenv/zipball/6d966200b399fa59759286f3fc7c919f0677c449",
819 "reference": "6d966200b399fa59759286f3fc7c919f0677c449",
820 "shasum": ""
821 },
822 "require": {
823 "php": ">=8.2"
824 },
825 "conflict": {
826 "symfony/console": "<6.4",
827 "symfony/process": "<6.4"
828 },
829 "require-dev": {
830 "symfony/console": "^6.4|^7.0",
831 "symfony/process": "^6.4|^7.0"
832 },
833 "type": "library",
834 "autoload": {
835 "psr-4": {
836 "Symfony\\Component\\Dotenv\\": ""
837 },
838 "exclude-from-classmap": [
839 "/Tests/"
840 ]
841 },
842 "notification-url": "https://packagist.org/downloads/",
843 "license": [
844 "MIT"
845 ],
846 "authors": [
847 {
848 "name": "Fabien Potencier",
849 "email": "fabien@symfony.com"
850 },
851 {
852 "name": "Symfony Community",
853 "homepage": "https://symfony.com/contributors"
854 }
855 ],
856 "description": "Registers environment variables from a .env file",
857 "homepage": "https://symfony.com",
858 "keywords": [
859 "dotenv",
860 "env",
861 "environment"
862 ],
863 "support": {
864 "source": "https://github.com/symfony/dotenv/tree/v7.1.5"
865 },
866 "funding": [
867 {
868 "url": "https://symfony.com/sponsor",
869 "type": "custom"
870 },
871 {
872 "url": "https://github.com/fabpot",
873 "type": "github"
874 },
875 {
876 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
877 "type": "tidelift"
878 }
879 ],
880 "time": "2024-09-17T09:16:35+00:00"
881 },
882 {
883 "name": "symfony/error-handler",
884 "version": "v7.1.3",
885 "source": {
886 "type": "git",
887 "url": "https://github.com/symfony/error-handler.git",
888 "reference": "432bb369952795c61ca1def65e078c4a80dad13c"
889 },
890 "dist": {
891 "type": "zip",
892 "url": "https://api.github.com/repos/symfony/error-handler/zipball/432bb369952795c61ca1def65e078c4a80dad13c",
893 "reference": "432bb369952795c61ca1def65e078c4a80dad13c",
894 "shasum": ""
895 },
896 "require": {
897 "php": ">=8.2",
898 "psr/log": "^1|^2|^3",
899 "symfony/var-dumper": "^6.4|^7.0"
900 },
901 "conflict": {
902 "symfony/deprecation-contracts": "<2.5",
903 "symfony/http-kernel": "<6.4"
904 },
905 "require-dev": {
906 "symfony/deprecation-contracts": "^2.5|^3",
907 "symfony/http-kernel": "^6.4|^7.0",
908 "symfony/serializer": "^6.4|^7.0"
909 },
910 "bin": [
911 "Resources/bin/patch-type-declarations"
912 ],
913 "type": "library",
914 "autoload": {
915 "psr-4": {
916 "Symfony\\Component\\ErrorHandler\\": ""
917 },
918 "exclude-from-classmap": [
919 "/Tests/"
920 ]
921 },
922 "notification-url": "https://packagist.org/downloads/",
923 "license": [
924 "MIT"
925 ],
926 "authors": [
927 {
928 "name": "Fabien Potencier",
929 "email": "fabien@symfony.com"
930 },
931 {
932 "name": "Symfony Community",
933 "homepage": "https://symfony.com/contributors"
934 }
935 ],
936 "description": "Provides tools to manage errors and ease debugging PHP code",
937 "homepage": "https://symfony.com",
938 "support": {
939 "source": "https://github.com/symfony/error-handler/tree/v7.1.3"
940 },
941 "funding": [
942 {
943 "url": "https://symfony.com/sponsor",
944 "type": "custom"
945 },
946 {
947 "url": "https://github.com/fabpot",
948 "type": "github"
949 },
950 {
951 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
952 "type": "tidelift"
953 }
954 ],
955 "time": "2024-07-26T13:02:51+00:00"
956 },
957 {
958 "name": "symfony/event-dispatcher",
959 "version": "v7.1.1",
960 "source": {
961 "type": "git",
962 "url": "https://github.com/symfony/event-dispatcher.git",
963 "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7"
964 },
965 "dist": {
966 "type": "zip",
967 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
968 "reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
969 "shasum": ""
970 },
971 "require": {
972 "php": ">=8.2",
973 "symfony/event-dispatcher-contracts": "^2.5|^3"
974 },
975 "conflict": {
976 "symfony/dependency-injection": "<6.4",
977 "symfony/service-contracts": "<2.5"
978 },
979 "provide": {
980 "psr/event-dispatcher-implementation": "1.0",
981 "symfony/event-dispatcher-implementation": "2.0|3.0"
982 },
983 "require-dev": {
984 "psr/log": "^1|^2|^3",
985 "symfony/config": "^6.4|^7.0",
986 "symfony/dependency-injection": "^6.4|^7.0",
987 "symfony/error-handler": "^6.4|^7.0",
988 "symfony/expression-language": "^6.4|^7.0",
989 "symfony/http-foundation": "^6.4|^7.0",
990 "symfony/service-contracts": "^2.5|^3",
991 "symfony/stopwatch": "^6.4|^7.0"
992 },
993 "type": "library",
994 "autoload": {
995 "psr-4": {
996 "Symfony\\Component\\EventDispatcher\\": ""
997 },
998 "exclude-from-classmap": [
999 "/Tests/"
1000 ]
1001 },
1002 "notification-url": "https://packagist.org/downloads/",
1003 "license": [
1004 "MIT"
1005 ],
1006 "authors": [
1007 {
1008 "name": "Fabien Potencier",
1009 "email": "fabien@symfony.com"
1010 },
1011 {
1012 "name": "Symfony Community",
1013 "homepage": "https://symfony.com/contributors"
1014 }
1015 ],
1016 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
1017 "homepage": "https://symfony.com",
1018 "support": {
1019 "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.1"
1020 },
1021 "funding": [
1022 {
1023 "url": "https://symfony.com/sponsor",
1024 "type": "custom"
1025 },
1026 {
1027 "url": "https://github.com/fabpot",
1028 "type": "github"
1029 },
1030 {
1031 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1032 "type": "tidelift"
1033 }
1034 ],
1035 "time": "2024-05-31T14:57:53+00:00"
1036 },
1037 {
1038 "name": "symfony/event-dispatcher-contracts",
1039 "version": "v3.5.0",
1040 "source": {
1041 "type": "git",
1042 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
1043 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
1044 },
1045 "dist": {
1046 "type": "zip",
1047 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
1048 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
1049 "shasum": ""
1050 },
1051 "require": {
1052 "php": ">=8.1",
1053 "psr/event-dispatcher": "^1"
1054 },
1055 "type": "library",
1056 "extra": {
1057 "branch-alias": {
1058 "dev-main": "3.5-dev"
1059 },
1060 "thanks": {
1061 "name": "symfony/contracts",
1062 "url": "https://github.com/symfony/contracts"
1063 }
1064 },
1065 "autoload": {
1066 "psr-4": {
1067 "Symfony\\Contracts\\EventDispatcher\\": ""
1068 }
1069 },
1070 "notification-url": "https://packagist.org/downloads/",
1071 "license": [
1072 "MIT"
1073 ],
1074 "authors": [
1075 {
1076 "name": "Nicolas Grekas",
1077 "email": "p@tchwork.com"
1078 },
1079 {
1080 "name": "Symfony Community",
1081 "homepage": "https://symfony.com/contributors"
1082 }
1083 ],
1084 "description": "Generic abstractions related to dispatching event",
1085 "homepage": "https://symfony.com",
1086 "keywords": [
1087 "abstractions",
1088 "contracts",
1089 "decoupling",
1090 "interfaces",
1091 "interoperability",
1092 "standards"
1093 ],
1094 "support": {
1095 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
1096 },
1097 "funding": [
1098 {
1099 "url": "https://symfony.com/sponsor",
1100 "type": "custom"
1101 },
1102 {
1103 "url": "https://github.com/fabpot",
1104 "type": "github"
1105 },
1106 {
1107 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1108 "type": "tidelift"
1109 }
1110 ],
1111 "time": "2024-04-18T09:32:20+00:00"
1112 },
1113 {
1114 "name": "symfony/filesystem",
1115 "version": "v7.1.5",
1116 "source": {
1117 "type": "git",
1118 "url": "https://github.com/symfony/filesystem.git",
1119 "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a"
1120 },
1121 "dist": {
1122 "type": "zip",
1123 "url": "https://api.github.com/repos/symfony/filesystem/zipball/61fe0566189bf32e8cfee78335d8776f64a66f5a",
1124 "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a",
1125 "shasum": ""
1126 },
1127 "require": {
1128 "php": ">=8.2",
1129 "symfony/polyfill-ctype": "~1.8",
1130 "symfony/polyfill-mbstring": "~1.8"
1131 },
1132 "require-dev": {
1133 "symfony/process": "^6.4|^7.0"
1134 },
1135 "type": "library",
1136 "autoload": {
1137 "psr-4": {
1138 "Symfony\\Component\\Filesystem\\": ""
1139 },
1140 "exclude-from-classmap": [
1141 "/Tests/"
1142 ]
1143 },
1144 "notification-url": "https://packagist.org/downloads/",
1145 "license": [
1146 "MIT"
1147 ],
1148 "authors": [
1149 {
1150 "name": "Fabien Potencier",
1151 "email": "fabien@symfony.com"
1152 },
1153 {
1154 "name": "Symfony Community",
1155 "homepage": "https://symfony.com/contributors"
1156 }
1157 ],
1158 "description": "Provides basic utilities for the filesystem",
1159 "homepage": "https://symfony.com",
1160 "support": {
1161 "source": "https://github.com/symfony/filesystem/tree/v7.1.5"
1162 },
1163 "funding": [
1164 {
1165 "url": "https://symfony.com/sponsor",
1166 "type": "custom"
1167 },
1168 {
1169 "url": "https://github.com/fabpot",
1170 "type": "github"
1171 },
1172 {
1173 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1174 "type": "tidelift"
1175 }
1176 ],
1177 "time": "2024-09-17T09:16:35+00:00"
1178 },
1179 {
1180 "name": "symfony/finder",
1181 "version": "v7.1.4",
1182 "source": {
1183 "type": "git",
1184 "url": "https://github.com/symfony/finder.git",
1185 "reference": "d95bbf319f7d052082fb7af147e0f835a695e823"
1186 },
1187 "dist": {
1188 "type": "zip",
1189 "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823",
1190 "reference": "d95bbf319f7d052082fb7af147e0f835a695e823",
1191 "shasum": ""
1192 },
1193 "require": {
1194 "php": ">=8.2"
1195 },
1196 "require-dev": {
1197 "symfony/filesystem": "^6.4|^7.0"
1198 },
1199 "type": "library",
1200 "autoload": {
1201 "psr-4": {
1202 "Symfony\\Component\\Finder\\": ""
1203 },
1204 "exclude-from-classmap": [
1205 "/Tests/"
1206 ]
1207 },
1208 "notification-url": "https://packagist.org/downloads/",
1209 "license": [
1210 "MIT"
1211 ],
1212 "authors": [
1213 {
1214 "name": "Fabien Potencier",
1215 "email": "fabien@symfony.com"
1216 },
1217 {
1218 "name": "Symfony Community",
1219 "homepage": "https://symfony.com/contributors"
1220 }
1221 ],
1222 "description": "Finds files and directories via an intuitive fluent interface",
1223 "homepage": "https://symfony.com",
1224 "support": {
1225 "source": "https://github.com/symfony/finder/tree/v7.1.4"
1226 },
1227 "funding": [
1228 {
1229 "url": "https://symfony.com/sponsor",
1230 "type": "custom"
1231 },
1232 {
1233 "url": "https://github.com/fabpot",
1234 "type": "github"
1235 },
1236 {
1237 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1238 "type": "tidelift"
1239 }
1240 ],
1241 "time": "2024-08-13T14:28:19+00:00"
1242 },
1243 {
1244 "name": "symfony/flex",
1245 "version": "v2.4.7",
1246 "source": {
1247 "type": "git",
1248 "url": "https://github.com/symfony/flex.git",
1249 "reference": "92f4fba342161ff36072bd3b8e0b3c6c23160402"
1250 },
1251 "dist": {
1252 "type": "zip",
1253 "url": "https://api.github.com/repos/symfony/flex/zipball/92f4fba342161ff36072bd3b8e0b3c6c23160402",
1254 "reference": "92f4fba342161ff36072bd3b8e0b3c6c23160402",
1255 "shasum": ""
1256 },
1257 "require": {
1258 "composer-plugin-api": "^2.1",
1259 "php": ">=8.0"
1260 },
1261 "conflict": {
1262 "composer/semver": "<1.7.2"
1263 },
1264 "require-dev": {
1265 "composer/composer": "^2.1",
1266 "symfony/dotenv": "^5.4|^6.0",
1267 "symfony/filesystem": "^5.4|^6.0",
1268 "symfony/phpunit-bridge": "^5.4|^6.0",
1269 "symfony/process": "^5.4|^6.0"
1270 },
1271 "type": "composer-plugin",
1272 "extra": {
1273 "class": "Symfony\\Flex\\Flex"
1274 },
1275 "autoload": {
1276 "psr-4": {
1277 "Symfony\\Flex\\": "src"
1278 }
1279 },
1280 "notification-url": "https://packagist.org/downloads/",
1281 "license": [
1282 "MIT"
1283 ],
1284 "authors": [
1285 {
1286 "name": "Fabien Potencier",
1287 "email": "fabien.potencier@gmail.com"
1288 }
1289 ],
1290 "description": "Composer plugin for Symfony",
1291 "support": {
1292 "issues": "https://github.com/symfony/flex/issues",
1293 "source": "https://github.com/symfony/flex/tree/v2.4.7"
1294 },
1295 "funding": [
1296 {
1297 "url": "https://symfony.com/sponsor",
1298 "type": "custom"
1299 },
1300 {
1301 "url": "https://github.com/fabpot",
1302 "type": "github"
1303 },
1304 {
1305 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1306 "type": "tidelift"
1307 }
1308 ],
1309 "time": "2024-10-07T08:51:54+00:00"
1310 },
1311 {
1312 "name": "symfony/form",
1313 "version": "v7.1.5",
1314 "source": {
1315 "type": "git",
1316 "url": "https://github.com/symfony/form.git",
1317 "reference": "6b8b53ad6d42f14b158c896163b96ff260d78222"
1318 },
1319 "dist": {
1320 "type": "zip",
1321 "url": "https://api.github.com/repos/symfony/form/zipball/6b8b53ad6d42f14b158c896163b96ff260d78222",
1322 "reference": "6b8b53ad6d42f14b158c896163b96ff260d78222",
1323 "shasum": ""
1324 },
1325 "require": {
1326 "php": ">=8.2",
1327 "symfony/deprecation-contracts": "^2.5|^3",
1328 "symfony/event-dispatcher": "^6.4|^7.0",
1329 "symfony/options-resolver": "^6.4|^7.0",
1330 "symfony/polyfill-ctype": "~1.8",
1331 "symfony/polyfill-intl-icu": "^1.21",
1332 "symfony/polyfill-mbstring": "~1.0",
1333 "symfony/property-access": "^6.4|^7.0",
1334 "symfony/service-contracts": "^2.5|^3"
1335 },
1336 "conflict": {
1337 "symfony/console": "<6.4",
1338 "symfony/dependency-injection": "<6.4",
1339 "symfony/doctrine-bridge": "<6.4",
1340 "symfony/error-handler": "<6.4",
1341 "symfony/framework-bundle": "<6.4",
1342 "symfony/http-kernel": "<6.4",
1343 "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
1344 "symfony/translation-contracts": "<2.5",
1345 "symfony/twig-bridge": "<6.4"
1346 },
1347 "require-dev": {
1348 "doctrine/collections": "^1.0|^2.0",
1349 "symfony/config": "^6.4|^7.0",
1350 "symfony/console": "^6.4|^7.0",
1351 "symfony/dependency-injection": "^6.4|^7.0",
1352 "symfony/expression-language": "^6.4|^7.0",
1353 "symfony/html-sanitizer": "^6.4|^7.0",
1354 "symfony/http-foundation": "^6.4|^7.0",
1355 "symfony/http-kernel": "^6.4|^7.0",
1356 "symfony/intl": "^6.4|^7.0",
1357 "symfony/security-core": "^6.4|^7.0",
1358 "symfony/security-csrf": "^6.4|^7.0",
1359 "symfony/translation": "^6.4.3|^7.0.3",
1360 "symfony/uid": "^6.4|^7.0",
1361 "symfony/validator": "^6.4|^7.0",
1362 "symfony/var-dumper": "^6.4|^7.0"
1363 },
1364 "type": "library",
1365 "autoload": {
1366 "psr-4": {
1367 "Symfony\\Component\\Form\\": ""
1368 },
1369 "exclude-from-classmap": [
1370 "/Tests/"
1371 ]
1372 },
1373 "notification-url": "https://packagist.org/downloads/",
1374 "license": [
1375 "MIT"
1376 ],
1377 "authors": [
1378 {
1379 "name": "Fabien Potencier",
1380 "email": "fabien@symfony.com"
1381 },
1382 {
1383 "name": "Symfony Community",
1384 "homepage": "https://symfony.com/contributors"
1385 }
1386 ],
1387 "description": "Allows to easily create, process and reuse HTML forms",
1388 "homepage": "https://symfony.com",
1389 "support": {
1390 "source": "https://github.com/symfony/form/tree/v7.1.5"
1391 },
1392 "funding": [
1393 {
1394 "url": "https://symfony.com/sponsor",
1395 "type": "custom"
1396 },
1397 {
1398 "url": "https://github.com/fabpot",
1399 "type": "github"
1400 },
1401 {
1402 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1403 "type": "tidelift"
1404 }
1405 ],
1406 "time": "2024-09-20T08:28:38+00:00"
1407 },
1408 {
1409 "name": "symfony/framework-bundle",
1410 "version": "v7.1.5",
1411 "source": {
1412 "type": "git",
1413 "url": "https://github.com/symfony/framework-bundle.git",
1414 "reference": "8a792de86230c13a9de7750c0c8b23cc083183d4"
1415 },
1416 "dist": {
1417 "type": "zip",
1418 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/8a792de86230c13a9de7750c0c8b23cc083183d4",
1419 "reference": "8a792de86230c13a9de7750c0c8b23cc083183d4",
1420 "shasum": ""
1421 },
1422 "require": {
1423 "composer-runtime-api": ">=2.1",
1424 "ext-xml": "*",
1425 "php": ">=8.2",
1426 "symfony/cache": "^6.4|^7.0",
1427 "symfony/config": "^6.4|^7.0",
1428 "symfony/dependency-injection": "^7.1.5",
1429 "symfony/deprecation-contracts": "^2.5|^3",
1430 "symfony/error-handler": "^6.4|^7.0",
1431 "symfony/event-dispatcher": "^6.4|^7.0",
1432 "symfony/filesystem": "^7.1",
1433 "symfony/finder": "^6.4|^7.0",
1434 "symfony/http-foundation": "^6.4|^7.0",
1435 "symfony/http-kernel": "^6.4|^7.0",
1436 "symfony/polyfill-mbstring": "~1.0",
1437 "symfony/routing": "^6.4|^7.0"
1438 },
1439 "conflict": {
1440 "doctrine/persistence": "<1.3",
1441 "phpdocumentor/reflection-docblock": "<3.2.2",
1442 "phpdocumentor/type-resolver": "<1.4.0",
1443 "symfony/asset": "<6.4",
1444 "symfony/asset-mapper": "<6.4",
1445 "symfony/clock": "<6.4",
1446 "symfony/console": "<6.4",
1447 "symfony/dom-crawler": "<6.4",
1448 "symfony/dotenv": "<6.4",
1449 "symfony/form": "<6.4",
1450 "symfony/http-client": "<6.4",
1451 "symfony/lock": "<6.4",
1452 "symfony/mailer": "<6.4",
1453 "symfony/messenger": "<6.4",
1454 "symfony/mime": "<6.4",
1455 "symfony/property-access": "<6.4",
1456 "symfony/property-info": "<6.4",
1457 "symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4",
1458 "symfony/security-core": "<6.4",
1459 "symfony/security-csrf": "<6.4",
1460 "symfony/serializer": "<6.4",
1461 "symfony/stopwatch": "<6.4",
1462 "symfony/translation": "<6.4",
1463 "symfony/twig-bridge": "<6.4",
1464 "symfony/twig-bundle": "<6.4",
1465 "symfony/validator": "<6.4",
1466 "symfony/web-profiler-bundle": "<6.4",
1467 "symfony/workflow": "<6.4"
1468 },
1469 "require-dev": {
1470 "doctrine/persistence": "^1.3|^2|^3",
1471 "dragonmantank/cron-expression": "^3.1",
1472 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
1473 "seld/jsonlint": "^1.10",
1474 "symfony/asset": "^6.4|^7.0",
1475 "symfony/asset-mapper": "^6.4|^7.0",
1476 "symfony/browser-kit": "^6.4|^7.0",
1477 "symfony/clock": "^6.4|^7.0",
1478 "symfony/console": "^6.4|^7.0",
1479 "symfony/css-selector": "^6.4|^7.0",
1480 "symfony/dom-crawler": "^6.4|^7.0",
1481 "symfony/dotenv": "^6.4|^7.0",
1482 "symfony/expression-language": "^6.4|^7.0",
1483 "symfony/form": "^6.4|^7.0",
1484 "symfony/html-sanitizer": "^6.4|^7.0",
1485 "symfony/http-client": "^6.4|^7.0",
1486 "symfony/lock": "^6.4|^7.0",
1487 "symfony/mailer": "^6.4|^7.0",
1488 "symfony/messenger": "^6.4|^7.0",
1489 "symfony/mime": "^6.4|^7.0",
1490 "symfony/notifier": "^6.4|^7.0",
1491 "symfony/polyfill-intl-icu": "~1.0",
1492 "symfony/process": "^6.4|^7.0",
1493 "symfony/property-info": "^6.4|^7.0",
1494 "symfony/rate-limiter": "^6.4|^7.0",
1495 "symfony/scheduler": "^6.4.4|^7.0.4",
1496 "symfony/security-bundle": "^6.4|^7.0",
1497 "symfony/semaphore": "^6.4|^7.0",
1498 "symfony/serializer": "^6.4|^7.0",
1499 "symfony/stopwatch": "^6.4|^7.0",
1500 "symfony/string": "^6.4|^7.0",
1501 "symfony/translation": "^6.4|^7.0",
1502 "symfony/twig-bundle": "^6.4|^7.0",
1503 "symfony/type-info": "^7.1",
1504 "symfony/uid": "^6.4|^7.0",
1505 "symfony/validator": "^6.4|^7.0",
1506 "symfony/web-link": "^6.4|^7.0",
1507 "symfony/workflow": "^6.4|^7.0",
1508 "symfony/yaml": "^6.4|^7.0",
1509 "twig/twig": "^3.0.4"
1510 },
1511 "type": "symfony-bundle",
1512 "autoload": {
1513 "psr-4": {
1514 "Symfony\\Bundle\\FrameworkBundle\\": ""
1515 },
1516 "exclude-from-classmap": [
1517 "/Tests/"
1518 ]
1519 },
1520 "notification-url": "https://packagist.org/downloads/",
1521 "license": [
1522 "MIT"
1523 ],
1524 "authors": [
1525 {
1526 "name": "Fabien Potencier",
1527 "email": "fabien@symfony.com"
1528 },
1529 {
1530 "name": "Symfony Community",
1531 "homepage": "https://symfony.com/contributors"
1532 }
1533 ],
1534 "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
1535 "homepage": "https://symfony.com",
1536 "support": {
1537 "source": "https://github.com/symfony/framework-bundle/tree/v7.1.5"
1538 },
1539 "funding": [
1540 {
1541 "url": "https://symfony.com/sponsor",
1542 "type": "custom"
1543 },
1544 {
1545 "url": "https://github.com/fabpot",
1546 "type": "github"
1547 },
1548 {
1549 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1550 "type": "tidelift"
1551 }
1552 ],
1553 "time": "2024-09-20T13:35:23+00:00"
1554 },
1555 {
1556 "name": "symfony/http-foundation",
1557 "version": "v7.1.5",
1558 "source": {
1559 "type": "git",
1560 "url": "https://github.com/symfony/http-foundation.git",
1561 "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b"
1562 },
1563 "dist": {
1564 "type": "zip",
1565 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e30ef73b1e44eea7eb37ba69600a354e553f694b",
1566 "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b",
1567 "shasum": ""
1568 },
1569 "require": {
1570 "php": ">=8.2",
1571 "symfony/polyfill-mbstring": "~1.1",
1572 "symfony/polyfill-php83": "^1.27"
1573 },
1574 "conflict": {
1575 "doctrine/dbal": "<3.6",
1576 "symfony/cache": "<6.4"
1577 },
1578 "require-dev": {
1579 "doctrine/dbal": "^3.6|^4",
1580 "predis/predis": "^1.1|^2.0",
1581 "symfony/cache": "^6.4|^7.0",
1582 "symfony/dependency-injection": "^6.4|^7.0",
1583 "symfony/expression-language": "^6.4|^7.0",
1584 "symfony/http-kernel": "^6.4|^7.0",
1585 "symfony/mime": "^6.4|^7.0",
1586 "symfony/rate-limiter": "^6.4|^7.0"
1587 },
1588 "type": "library",
1589 "autoload": {
1590 "psr-4": {
1591 "Symfony\\Component\\HttpFoundation\\": ""
1592 },
1593 "exclude-from-classmap": [
1594 "/Tests/"
1595 ]
1596 },
1597 "notification-url": "https://packagist.org/downloads/",
1598 "license": [
1599 "MIT"
1600 ],
1601 "authors": [
1602 {
1603 "name": "Fabien Potencier",
1604 "email": "fabien@symfony.com"
1605 },
1606 {
1607 "name": "Symfony Community",
1608 "homepage": "https://symfony.com/contributors"
1609 }
1610 ],
1611 "description": "Defines an object-oriented layer for the HTTP specification",
1612 "homepage": "https://symfony.com",
1613 "support": {
1614 "source": "https://github.com/symfony/http-foundation/tree/v7.1.5"
1615 },
1616 "funding": [
1617 {
1618 "url": "https://symfony.com/sponsor",
1619 "type": "custom"
1620 },
1621 {
1622 "url": "https://github.com/fabpot",
1623 "type": "github"
1624 },
1625 {
1626 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1627 "type": "tidelift"
1628 }
1629 ],
1630 "time": "2024-09-20T08:28:38+00:00"
1631 },
1632 {
1633 "name": "symfony/http-kernel",
1634 "version": "v7.1.5",
1635 "source": {
1636 "type": "git",
1637 "url": "https://github.com/symfony/http-kernel.git",
1638 "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b"
1639 },
1640 "dist": {
1641 "type": "zip",
1642 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/44204d96150a9df1fc57601ec933d23fefc2d65b",
1643 "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b",
1644 "shasum": ""
1645 },
1646 "require": {
1647 "php": ">=8.2",
1648 "psr/log": "^1|^2|^3",
1649 "symfony/deprecation-contracts": "^2.5|^3",
1650 "symfony/error-handler": "^6.4|^7.0",
1651 "symfony/event-dispatcher": "^6.4|^7.0",
1652 "symfony/http-foundation": "^6.4|^7.0",
1653 "symfony/polyfill-ctype": "^1.8"
1654 },
1655 "conflict": {
1656 "symfony/browser-kit": "<6.4",
1657 "symfony/cache": "<6.4",
1658 "symfony/config": "<6.4",
1659 "symfony/console": "<6.4",
1660 "symfony/dependency-injection": "<6.4",
1661 "symfony/doctrine-bridge": "<6.4",
1662 "symfony/form": "<6.4",
1663 "symfony/http-client": "<6.4",
1664 "symfony/http-client-contracts": "<2.5",
1665 "symfony/mailer": "<6.4",
1666 "symfony/messenger": "<6.4",
1667 "symfony/translation": "<6.4",
1668 "symfony/translation-contracts": "<2.5",
1669 "symfony/twig-bridge": "<6.4",
1670 "symfony/validator": "<6.4",
1671 "symfony/var-dumper": "<6.4",
1672 "twig/twig": "<3.0.4"
1673 },
1674 "provide": {
1675 "psr/log-implementation": "1.0|2.0|3.0"
1676 },
1677 "require-dev": {
1678 "psr/cache": "^1.0|^2.0|^3.0",
1679 "symfony/browser-kit": "^6.4|^7.0",
1680 "symfony/clock": "^6.4|^7.0",
1681 "symfony/config": "^6.4|^7.0",
1682 "symfony/console": "^6.4|^7.0",
1683 "symfony/css-selector": "^6.4|^7.0",
1684 "symfony/dependency-injection": "^6.4|^7.0",
1685 "symfony/dom-crawler": "^6.4|^7.0",
1686 "symfony/expression-language": "^6.4|^7.0",
1687 "symfony/finder": "^6.4|^7.0",
1688 "symfony/http-client-contracts": "^2.5|^3",
1689 "symfony/process": "^6.4|^7.0",
1690 "symfony/property-access": "^7.1",
1691 "symfony/routing": "^6.4|^7.0",
1692 "symfony/serializer": "^7.1",
1693 "symfony/stopwatch": "^6.4|^7.0",
1694 "symfony/translation": "^6.4|^7.0",
1695 "symfony/translation-contracts": "^2.5|^3",
1696 "symfony/uid": "^6.4|^7.0",
1697 "symfony/validator": "^6.4|^7.0",
1698 "symfony/var-dumper": "^6.4|^7.0",
1699 "symfony/var-exporter": "^6.4|^7.0",
1700 "twig/twig": "^3.0.4"
1701 },
1702 "type": "library",
1703 "autoload": {
1704 "psr-4": {
1705 "Symfony\\Component\\HttpKernel\\": ""
1706 },
1707 "exclude-from-classmap": [
1708 "/Tests/"
1709 ]
1710 },
1711 "notification-url": "https://packagist.org/downloads/",
1712 "license": [
1713 "MIT"
1714 ],
1715 "authors": [
1716 {
1717 "name": "Fabien Potencier",
1718 "email": "fabien@symfony.com"
1719 },
1720 {
1721 "name": "Symfony Community",
1722 "homepage": "https://symfony.com/contributors"
1723 }
1724 ],
1725 "description": "Provides a structured process for converting a Request into a Response",
1726 "homepage": "https://symfony.com",
1727 "support": {
1728 "source": "https://github.com/symfony/http-kernel/tree/v7.1.5"
1729 },
1730 "funding": [
1731 {
1732 "url": "https://symfony.com/sponsor",
1733 "type": "custom"
1734 },
1735 {
1736 "url": "https://github.com/fabpot",
1737 "type": "github"
1738 },
1739 {
1740 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1741 "type": "tidelift"
1742 }
1743 ],
1744 "time": "2024-09-21T06:09:21+00:00"
1745 },
1746 {
1747 "name": "symfony/intl",
1748 "version": "v7.1.5",
1749 "source": {
1750 "type": "git",
1751 "url": "https://github.com/symfony/intl.git",
1752 "reference": "a0ba7a400e4c915500762c998355bea219a32d6b"
1753 },
1754 "dist": {
1755 "type": "zip",
1756 "url": "https://api.github.com/repos/symfony/intl/zipball/a0ba7a400e4c915500762c998355bea219a32d6b",
1757 "reference": "a0ba7a400e4c915500762c998355bea219a32d6b",
1758 "shasum": ""
1759 },
1760 "require": {
1761 "php": ">=8.2",
1762 "symfony/deprecation-contracts": "^2.5|^3"
1763 },
1764 "conflict": {
1765 "symfony/string": "<7.1"
1766 },
1767 "require-dev": {
1768 "symfony/filesystem": "^6.4|^7.0",
1769 "symfony/var-exporter": "^6.4|^7.0"
1770 },
1771 "type": "library",
1772 "autoload": {
1773 "psr-4": {
1774 "Symfony\\Component\\Intl\\": ""
1775 },
1776 "exclude-from-classmap": [
1777 "/Tests/",
1778 "/Resources/data/"
1779 ]
1780 },
1781 "notification-url": "https://packagist.org/downloads/",
1782 "license": [
1783 "MIT"
1784 ],
1785 "authors": [
1786 {
1787 "name": "Bernhard Schussek",
1788 "email": "bschussek@gmail.com"
1789 },
1790 {
1791 "name": "Eriksen Costa",
1792 "email": "eriksen.costa@infranology.com.br"
1793 },
1794 {
1795 "name": "Igor Wiedler",
1796 "email": "igor@wiedler.ch"
1797 },
1798 {
1799 "name": "Symfony Community",
1800 "homepage": "https://symfony.com/contributors"
1801 }
1802 ],
1803 "description": "Provides access to the localization data of the ICU library",
1804 "homepage": "https://symfony.com",
1805 "keywords": [
1806 "i18n",
1807 "icu",
1808 "internationalization",
1809 "intl",
1810 "l10n",
1811 "localization"
1812 ],
1813 "support": {
1814 "source": "https://github.com/symfony/intl/tree/v7.1.5"
1815 },
1816 "funding": [
1817 {
1818 "url": "https://symfony.com/sponsor",
1819 "type": "custom"
1820 },
1821 {
1822 "url": "https://github.com/fabpot",
1823 "type": "github"
1824 },
1825 {
1826 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1827 "type": "tidelift"
1828 }
1829 ],
1830 "time": "2024-09-20T08:28:38+00:00"
1831 },
1832 {
1833 "name": "symfony/mime",
1834 "version": "v7.1.5",
1835 "source": {
1836 "type": "git",
1837 "url": "https://github.com/symfony/mime.git",
1838 "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff"
1839 },
1840 "dist": {
1841 "type": "zip",
1842 "url": "https://api.github.com/repos/symfony/mime/zipball/711d2e167e8ce65b05aea6b258c449671cdd38ff",
1843 "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff",
1844 "shasum": ""
1845 },
1846 "require": {
1847 "php": ">=8.2",
1848 "symfony/polyfill-intl-idn": "^1.10",
1849 "symfony/polyfill-mbstring": "^1.0"
1850 },
1851 "conflict": {
1852 "egulias/email-validator": "~3.0.0",
1853 "phpdocumentor/reflection-docblock": "<3.2.2",
1854 "phpdocumentor/type-resolver": "<1.4.0",
1855 "symfony/mailer": "<6.4",
1856 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
1857 },
1858 "require-dev": {
1859 "egulias/email-validator": "^2.1.10|^3.1|^4",
1860 "league/html-to-markdown": "^5.0",
1861 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
1862 "symfony/dependency-injection": "^6.4|^7.0",
1863 "symfony/process": "^6.4|^7.0",
1864 "symfony/property-access": "^6.4|^7.0",
1865 "symfony/property-info": "^6.4|^7.0",
1866 "symfony/serializer": "^6.4.3|^7.0.3"
1867 },
1868 "type": "library",
1869 "autoload": {
1870 "psr-4": {
1871 "Symfony\\Component\\Mime\\": ""
1872 },
1873 "exclude-from-classmap": [
1874 "/Tests/"
1875 ]
1876 },
1877 "notification-url": "https://packagist.org/downloads/",
1878 "license": [
1879 "MIT"
1880 ],
1881 "authors": [
1882 {
1883 "name": "Fabien Potencier",
1884 "email": "fabien@symfony.com"
1885 },
1886 {
1887 "name": "Symfony Community",
1888 "homepage": "https://symfony.com/contributors"
1889 }
1890 ],
1891 "description": "Allows manipulating MIME messages",
1892 "homepage": "https://symfony.com",
1893 "keywords": [
1894 "mime",
1895 "mime-type"
1896 ],
1897 "support": {
1898 "source": "https://github.com/symfony/mime/tree/v7.1.5"
1899 },
1900 "funding": [
1901 {
1902 "url": "https://symfony.com/sponsor",
1903 "type": "custom"
1904 },
1905 {
1906 "url": "https://github.com/fabpot",
1907 "type": "github"
1908 },
1909 {
1910 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1911 "type": "tidelift"
1912 }
1913 ],
1914 "time": "2024-09-20T08:28:38+00:00"
1915 },
1916 {
1917 "name": "symfony/options-resolver",
1918 "version": "v7.1.1",
1919 "source": {
1920 "type": "git",
1921 "url": "https://github.com/symfony/options-resolver.git",
1922 "reference": "47aa818121ed3950acd2b58d1d37d08a94f9bf55"
1923 },
1924 "dist": {
1925 "type": "zip",
1926 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/47aa818121ed3950acd2b58d1d37d08a94f9bf55",
1927 "reference": "47aa818121ed3950acd2b58d1d37d08a94f9bf55",
1928 "shasum": ""
1929 },
1930 "require": {
1931 "php": ">=8.2",
1932 "symfony/deprecation-contracts": "^2.5|^3"
1933 },
1934 "type": "library",
1935 "autoload": {
1936 "psr-4": {
1937 "Symfony\\Component\\OptionsResolver\\": ""
1938 },
1939 "exclude-from-classmap": [
1940 "/Tests/"
1941 ]
1942 },
1943 "notification-url": "https://packagist.org/downloads/",
1944 "license": [
1945 "MIT"
1946 ],
1947 "authors": [
1948 {
1949 "name": "Fabien Potencier",
1950 "email": "fabien@symfony.com"
1951 },
1952 {
1953 "name": "Symfony Community",
1954 "homepage": "https://symfony.com/contributors"
1955 }
1956 ],
1957 "description": "Provides an improved replacement for the array_replace PHP function",
1958 "homepage": "https://symfony.com",
1959 "keywords": [
1960 "config",
1961 "configuration",
1962 "options"
1963 ],
1964 "support": {
1965 "source": "https://github.com/symfony/options-resolver/tree/v7.1.1"
1966 },
1967 "funding": [
1968 {
1969 "url": "https://symfony.com/sponsor",
1970 "type": "custom"
1971 },
1972 {
1973 "url": "https://github.com/fabpot",
1974 "type": "github"
1975 },
1976 {
1977 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1978 "type": "tidelift"
1979 }
1980 ],
1981 "time": "2024-05-31T14:57:53+00:00"
1982 },
1983 {
1984 "name": "symfony/polyfill-intl-grapheme",
1985 "version": "v1.31.0",
1986 "source": {
1987 "type": "git",
1988 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1989 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
1990 },
1991 "dist": {
1992 "type": "zip",
1993 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
1994 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
1995 "shasum": ""
1996 },
1997 "require": {
1998 "php": ">=7.2"
1999 },
2000 "suggest": {
2001 "ext-intl": "For best performance"
2002 },
2003 "type": "library",
2004 "extra": {
2005 "thanks": {
2006 "name": "symfony/polyfill",
2007 "url": "https://github.com/symfony/polyfill"
2008 }
2009 },
2010 "autoload": {
2011 "files": [
2012 "bootstrap.php"
2013 ],
2014 "psr-4": {
2015 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2016 }
2017 },
2018 "notification-url": "https://packagist.org/downloads/",
2019 "license": [
2020 "MIT"
2021 ],
2022 "authors": [
2023 {
2024 "name": "Nicolas Grekas",
2025 "email": "p@tchwork.com"
2026 },
2027 {
2028 "name": "Symfony Community",
2029 "homepage": "https://symfony.com/contributors"
2030 }
2031 ],
2032 "description": "Symfony polyfill for intl's grapheme_* functions",
2033 "homepage": "https://symfony.com",
2034 "keywords": [
2035 "compatibility",
2036 "grapheme",
2037 "intl",
2038 "polyfill",
2039 "portable",
2040 "shim"
2041 ],
2042 "support": {
2043 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
2044 },
2045 "funding": [
2046 {
2047 "url": "https://symfony.com/sponsor",
2048 "type": "custom"
2049 },
2050 {
2051 "url": "https://github.com/fabpot",
2052 "type": "github"
2053 },
2054 {
2055 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2056 "type": "tidelift"
2057 }
2058 ],
2059 "time": "2024-09-09T11:45:10+00:00"
2060 },
2061 {
2062 "name": "symfony/polyfill-intl-icu",
2063 "version": "v1.31.0",
2064 "source": {
2065 "type": "git",
2066 "url": "https://github.com/symfony/polyfill-intl-icu.git",
2067 "reference": "d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78"
2068 },
2069 "dist": {
2070 "type": "zip",
2071 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78",
2072 "reference": "d80a05e9904d2c2b9b95929f3e4b5d3a8f418d78",
2073 "shasum": ""
2074 },
2075 "require": {
2076 "php": ">=7.2"
2077 },
2078 "suggest": {
2079 "ext-intl": "For best performance and support of other locales than \"en\""
2080 },
2081 "type": "library",
2082 "extra": {
2083 "thanks": {
2084 "name": "symfony/polyfill",
2085 "url": "https://github.com/symfony/polyfill"
2086 }
2087 },
2088 "autoload": {
2089 "files": [
2090 "bootstrap.php"
2091 ],
2092 "psr-4": {
2093 "Symfony\\Polyfill\\Intl\\Icu\\": ""
2094 },
2095 "classmap": [
2096 "Resources/stubs"
2097 ],
2098 "exclude-from-classmap": [
2099 "/Tests/"
2100 ]
2101 },
2102 "notification-url": "https://packagist.org/downloads/",
2103 "license": [
2104 "MIT"
2105 ],
2106 "authors": [
2107 {
2108 "name": "Nicolas Grekas",
2109 "email": "p@tchwork.com"
2110 },
2111 {
2112 "name": "Symfony Community",
2113 "homepage": "https://symfony.com/contributors"
2114 }
2115 ],
2116 "description": "Symfony polyfill for intl's ICU-related data and classes",
2117 "homepage": "https://symfony.com",
2118 "keywords": [
2119 "compatibility",
2120 "icu",
2121 "intl",
2122 "polyfill",
2123 "portable",
2124 "shim"
2125 ],
2126 "support": {
2127 "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.31.0"
2128 },
2129 "funding": [
2130 {
2131 "url": "https://symfony.com/sponsor",
2132 "type": "custom"
2133 },
2134 {
2135 "url": "https://github.com/fabpot",
2136 "type": "github"
2137 },
2138 {
2139 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2140 "type": "tidelift"
2141 }
2142 ],
2143 "time": "2024-09-09T11:45:10+00:00"
2144 },
2145 {
2146 "name": "symfony/polyfill-intl-idn",
2147 "version": "v1.31.0",
2148 "source": {
2149 "type": "git",
2150 "url": "https://github.com/symfony/polyfill-intl-idn.git",
2151 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
2152 },
2153 "dist": {
2154 "type": "zip",
2155 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
2156 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
2157 "shasum": ""
2158 },
2159 "require": {
2160 "php": ">=7.2",
2161 "symfony/polyfill-intl-normalizer": "^1.10"
2162 },
2163 "suggest": {
2164 "ext-intl": "For best performance"
2165 },
2166 "type": "library",
2167 "extra": {
2168 "thanks": {
2169 "name": "symfony/polyfill",
2170 "url": "https://github.com/symfony/polyfill"
2171 }
2172 },
2173 "autoload": {
2174 "files": [
2175 "bootstrap.php"
2176 ],
2177 "psr-4": {
2178 "Symfony\\Polyfill\\Intl\\Idn\\": ""
2179 }
2180 },
2181 "notification-url": "https://packagist.org/downloads/",
2182 "license": [
2183 "MIT"
2184 ],
2185 "authors": [
2186 {
2187 "name": "Laurent Bassin",
2188 "email": "laurent@bassin.info"
2189 },
2190 {
2191 "name": "Trevor Rowbotham",
2192 "email": "trevor.rowbotham@pm.me"
2193 },
2194 {
2195 "name": "Symfony Community",
2196 "homepage": "https://symfony.com/contributors"
2197 }
2198 ],
2199 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2200 "homepage": "https://symfony.com",
2201 "keywords": [
2202 "compatibility",
2203 "idn",
2204 "intl",
2205 "polyfill",
2206 "portable",
2207 "shim"
2208 ],
2209 "support": {
2210 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
2211 },
2212 "funding": [
2213 {
2214 "url": "https://symfony.com/sponsor",
2215 "type": "custom"
2216 },
2217 {
2218 "url": "https://github.com/fabpot",
2219 "type": "github"
2220 },
2221 {
2222 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2223 "type": "tidelift"
2224 }
2225 ],
2226 "time": "2024-09-09T11:45:10+00:00"
2227 },
2228 {
2229 "name": "symfony/polyfill-intl-normalizer",
2230 "version": "v1.31.0",
2231 "source": {
2232 "type": "git",
2233 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2234 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
2235 },
2236 "dist": {
2237 "type": "zip",
2238 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
2239 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
2240 "shasum": ""
2241 },
2242 "require": {
2243 "php": ">=7.2"
2244 },
2245 "suggest": {
2246 "ext-intl": "For best performance"
2247 },
2248 "type": "library",
2249 "extra": {
2250 "thanks": {
2251 "name": "symfony/polyfill",
2252 "url": "https://github.com/symfony/polyfill"
2253 }
2254 },
2255 "autoload": {
2256 "files": [
2257 "bootstrap.php"
2258 ],
2259 "psr-4": {
2260 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2261 },
2262 "classmap": [
2263 "Resources/stubs"
2264 ]
2265 },
2266 "notification-url": "https://packagist.org/downloads/",
2267 "license": [
2268 "MIT"
2269 ],
2270 "authors": [
2271 {
2272 "name": "Nicolas Grekas",
2273 "email": "p@tchwork.com"
2274 },
2275 {
2276 "name": "Symfony Community",
2277 "homepage": "https://symfony.com/contributors"
2278 }
2279 ],
2280 "description": "Symfony polyfill for intl's Normalizer class and related functions",
2281 "homepage": "https://symfony.com",
2282 "keywords": [
2283 "compatibility",
2284 "intl",
2285 "normalizer",
2286 "polyfill",
2287 "portable",
2288 "shim"
2289 ],
2290 "support": {
2291 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
2292 },
2293 "funding": [
2294 {
2295 "url": "https://symfony.com/sponsor",
2296 "type": "custom"
2297 },
2298 {
2299 "url": "https://github.com/fabpot",
2300 "type": "github"
2301 },
2302 {
2303 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2304 "type": "tidelift"
2305 }
2306 ],
2307 "time": "2024-09-09T11:45:10+00:00"
2308 },
2309 {
2310 "name": "symfony/polyfill-mbstring",
2311 "version": "v1.31.0",
2312 "source": {
2313 "type": "git",
2314 "url": "https://github.com/symfony/polyfill-mbstring.git",
2315 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
2316 },
2317 "dist": {
2318 "type": "zip",
2319 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
2320 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
2321 "shasum": ""
2322 },
2323 "require": {
2324 "php": ">=7.2"
2325 },
2326 "provide": {
2327 "ext-mbstring": "*"
2328 },
2329 "suggest": {
2330 "ext-mbstring": "For best performance"
2331 },
2332 "type": "library",
2333 "extra": {
2334 "thanks": {
2335 "name": "symfony/polyfill",
2336 "url": "https://github.com/symfony/polyfill"
2337 }
2338 },
2339 "autoload": {
2340 "files": [
2341 "bootstrap.php"
2342 ],
2343 "psr-4": {
2344 "Symfony\\Polyfill\\Mbstring\\": ""
2345 }
2346 },
2347 "notification-url": "https://packagist.org/downloads/",
2348 "license": [
2349 "MIT"
2350 ],
2351 "authors": [
2352 {
2353 "name": "Nicolas Grekas",
2354 "email": "p@tchwork.com"
2355 },
2356 {
2357 "name": "Symfony Community",
2358 "homepage": "https://symfony.com/contributors"
2359 }
2360 ],
2361 "description": "Symfony polyfill for the Mbstring extension",
2362 "homepage": "https://symfony.com",
2363 "keywords": [
2364 "compatibility",
2365 "mbstring",
2366 "polyfill",
2367 "portable",
2368 "shim"
2369 ],
2370 "support": {
2371 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
2372 },
2373 "funding": [
2374 {
2375 "url": "https://symfony.com/sponsor",
2376 "type": "custom"
2377 },
2378 {
2379 "url": "https://github.com/fabpot",
2380 "type": "github"
2381 },
2382 {
2383 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2384 "type": "tidelift"
2385 }
2386 ],
2387 "time": "2024-09-09T11:45:10+00:00"
2388 },
2389 {
2390 "name": "symfony/polyfill-php81",
2391 "version": "v1.31.0",
2392 "source": {
2393 "type": "git",
2394 "url": "https://github.com/symfony/polyfill-php81.git",
2395 "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
2396 },
2397 "dist": {
2398 "type": "zip",
2399 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
2400 "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
2401 "shasum": ""
2402 },
2403 "require": {
2404 "php": ">=7.2"
2405 },
2406 "type": "library",
2407 "extra": {
2408 "thanks": {
2409 "name": "symfony/polyfill",
2410 "url": "https://github.com/symfony/polyfill"
2411 }
2412 },
2413 "autoload": {
2414 "files": [
2415 "bootstrap.php"
2416 ],
2417 "psr-4": {
2418 "Symfony\\Polyfill\\Php81\\": ""
2419 },
2420 "classmap": [
2421 "Resources/stubs"
2422 ]
2423 },
2424 "notification-url": "https://packagist.org/downloads/",
2425 "license": [
2426 "MIT"
2427 ],
2428 "authors": [
2429 {
2430 "name": "Nicolas Grekas",
2431 "email": "p@tchwork.com"
2432 },
2433 {
2434 "name": "Symfony Community",
2435 "homepage": "https://symfony.com/contributors"
2436 }
2437 ],
2438 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
2439 "homepage": "https://symfony.com",
2440 "keywords": [
2441 "compatibility",
2442 "polyfill",
2443 "portable",
2444 "shim"
2445 ],
2446 "support": {
2447 "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
2448 },
2449 "funding": [
2450 {
2451 "url": "https://symfony.com/sponsor",
2452 "type": "custom"
2453 },
2454 {
2455 "url": "https://github.com/fabpot",
2456 "type": "github"
2457 },
2458 {
2459 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2460 "type": "tidelift"
2461 }
2462 ],
2463 "time": "2024-09-09T11:45:10+00:00"
2464 },
2465 {
2466 "name": "symfony/polyfill-php83",
2467 "version": "v1.31.0",
2468 "source": {
2469 "type": "git",
2470 "url": "https://github.com/symfony/polyfill-php83.git",
2471 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
2472 },
2473 "dist": {
2474 "type": "zip",
2475 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
2476 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
2477 "shasum": ""
2478 },
2479 "require": {
2480 "php": ">=7.2"
2481 },
2482 "type": "library",
2483 "extra": {
2484 "thanks": {
2485 "name": "symfony/polyfill",
2486 "url": "https://github.com/symfony/polyfill"
2487 }
2488 },
2489 "autoload": {
2490 "files": [
2491 "bootstrap.php"
2492 ],
2493 "psr-4": {
2494 "Symfony\\Polyfill\\Php83\\": ""
2495 },
2496 "classmap": [
2497 "Resources/stubs"
2498 ]
2499 },
2500 "notification-url": "https://packagist.org/downloads/",
2501 "license": [
2502 "MIT"
2503 ],
2504 "authors": [
2505 {
2506 "name": "Nicolas Grekas",
2507 "email": "p@tchwork.com"
2508 },
2509 {
2510 "name": "Symfony Community",
2511 "homepage": "https://symfony.com/contributors"
2512 }
2513 ],
2514 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
2515 "homepage": "https://symfony.com",
2516 "keywords": [
2517 "compatibility",
2518 "polyfill",
2519 "portable",
2520 "shim"
2521 ],
2522 "support": {
2523 "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
2524 },
2525 "funding": [
2526 {
2527 "url": "https://symfony.com/sponsor",
2528 "type": "custom"
2529 },
2530 {
2531 "url": "https://github.com/fabpot",
2532 "type": "github"
2533 },
2534 {
2535 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2536 "type": "tidelift"
2537 }
2538 ],
2539 "time": "2024-09-09T11:45:10+00:00"
2540 },
2541 {
2542 "name": "symfony/process",
2543 "version": "v7.1.5",
2544 "source": {
2545 "type": "git",
2546 "url": "https://github.com/symfony/process.git",
2547 "reference": "5c03ee6369281177f07f7c68252a280beccba847"
2548 },
2549 "dist": {
2550 "type": "zip",
2551 "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847",
2552 "reference": "5c03ee6369281177f07f7c68252a280beccba847",
2553 "shasum": ""
2554 },
2555 "require": {
2556 "php": ">=8.2"
2557 },
2558 "type": "library",
2559 "autoload": {
2560 "psr-4": {
2561 "Symfony\\Component\\Process\\": ""
2562 },
2563 "exclude-from-classmap": [
2564 "/Tests/"
2565 ]
2566 },
2567 "notification-url": "https://packagist.org/downloads/",
2568 "license": [
2569 "MIT"
2570 ],
2571 "authors": [
2572 {
2573 "name": "Fabien Potencier",
2574 "email": "fabien@symfony.com"
2575 },
2576 {
2577 "name": "Symfony Community",
2578 "homepage": "https://symfony.com/contributors"
2579 }
2580 ],
2581 "description": "Executes commands in sub-processes",
2582 "homepage": "https://symfony.com",
2583 "support": {
2584 "source": "https://github.com/symfony/process/tree/v7.1.5"
2585 },
2586 "funding": [
2587 {
2588 "url": "https://symfony.com/sponsor",
2589 "type": "custom"
2590 },
2591 {
2592 "url": "https://github.com/fabpot",
2593 "type": "github"
2594 },
2595 {
2596 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2597 "type": "tidelift"
2598 }
2599 ],
2600 "time": "2024-09-19T21:48:23+00:00"
2601 },
2602 {
2603 "name": "symfony/property-access",
2604 "version": "v7.1.4",
2605 "source": {
2606 "type": "git",
2607 "url": "https://github.com/symfony/property-access.git",
2608 "reference": "6c709f97103355016e5782d0622437ae381012ad"
2609 },
2610 "dist": {
2611 "type": "zip",
2612 "url": "https://api.github.com/repos/symfony/property-access/zipball/6c709f97103355016e5782d0622437ae381012ad",
2613 "reference": "6c709f97103355016e5782d0622437ae381012ad",
2614 "shasum": ""
2615 },
2616 "require": {
2617 "php": ">=8.2",
2618 "symfony/property-info": "^6.4|^7.0"
2619 },
2620 "require-dev": {
2621 "symfony/cache": "^6.4|^7.0"
2622 },
2623 "type": "library",
2624 "autoload": {
2625 "psr-4": {
2626 "Symfony\\Component\\PropertyAccess\\": ""
2627 },
2628 "exclude-from-classmap": [
2629 "/Tests/"
2630 ]
2631 },
2632 "notification-url": "https://packagist.org/downloads/",
2633 "license": [
2634 "MIT"
2635 ],
2636 "authors": [
2637 {
2638 "name": "Fabien Potencier",
2639 "email": "fabien@symfony.com"
2640 },
2641 {
2642 "name": "Symfony Community",
2643 "homepage": "https://symfony.com/contributors"
2644 }
2645 ],
2646 "description": "Provides functions to read and write from/to an object or array using a simple string notation",
2647 "homepage": "https://symfony.com",
2648 "keywords": [
2649 "access",
2650 "array",
2651 "extraction",
2652 "index",
2653 "injection",
2654 "object",
2655 "property",
2656 "property-path",
2657 "reflection"
2658 ],
2659 "support": {
2660 "source": "https://github.com/symfony/property-access/tree/v7.1.4"
2661 },
2662 "funding": [
2663 {
2664 "url": "https://symfony.com/sponsor",
2665 "type": "custom"
2666 },
2667 {
2668 "url": "https://github.com/fabpot",
2669 "type": "github"
2670 },
2671 {
2672 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2673 "type": "tidelift"
2674 }
2675 ],
2676 "time": "2024-08-30T16:12:47+00:00"
2677 },
2678 {
2679 "name": "symfony/property-info",
2680 "version": "v7.1.3",
2681 "source": {
2682 "type": "git",
2683 "url": "https://github.com/symfony/property-info.git",
2684 "reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b"
2685 },
2686 "dist": {
2687 "type": "zip",
2688 "url": "https://api.github.com/repos/symfony/property-info/zipball/88a279df2db5b7919cac6f35d6a5d1d7147e6a9b",
2689 "reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b",
2690 "shasum": ""
2691 },
2692 "require": {
2693 "php": ">=8.2",
2694 "symfony/string": "^6.4|^7.0",
2695 "symfony/type-info": "^7.1"
2696 },
2697 "conflict": {
2698 "phpdocumentor/reflection-docblock": "<5.2",
2699 "phpdocumentor/type-resolver": "<1.5.1",
2700 "symfony/dependency-injection": "<6.4",
2701 "symfony/serializer": "<6.4"
2702 },
2703 "require-dev": {
2704 "phpdocumentor/reflection-docblock": "^5.2",
2705 "phpstan/phpdoc-parser": "^1.0",
2706 "symfony/cache": "^6.4|^7.0",
2707 "symfony/dependency-injection": "^6.4|^7.0",
2708 "symfony/serializer": "^6.4|^7.0"
2709 },
2710 "type": "library",
2711 "autoload": {
2712 "psr-4": {
2713 "Symfony\\Component\\PropertyInfo\\": ""
2714 },
2715 "exclude-from-classmap": [
2716 "/Tests/"
2717 ]
2718 },
2719 "notification-url": "https://packagist.org/downloads/",
2720 "license": [
2721 "MIT"
2722 ],
2723 "authors": [
2724 {
2725 "name": "KĆ©vin Dunglas",
2726 "email": "dunglas@gmail.com"
2727 },
2728 {
2729 "name": "Symfony Community",
2730 "homepage": "https://symfony.com/contributors"
2731 }
2732 ],
2733 "description": "Extracts information about PHP class' properties using metadata of popular sources",
2734 "homepage": "https://symfony.com",
2735 "keywords": [
2736 "doctrine",
2737 "phpdoc",
2738 "property",
2739 "symfony",
2740 "type",
2741 "validator"
2742 ],
2743 "support": {
2744 "source": "https://github.com/symfony/property-info/tree/v7.1.3"
2745 },
2746 "funding": [
2747 {
2748 "url": "https://symfony.com/sponsor",
2749 "type": "custom"
2750 },
2751 {
2752 "url": "https://github.com/fabpot",
2753 "type": "github"
2754 },
2755 {
2756 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2757 "type": "tidelift"
2758 }
2759 ],
2760 "time": "2024-07-26T07:36:36+00:00"
2761 },
2762 {
2763 "name": "symfony/routing",
2764 "version": "v7.1.4",
2765 "source": {
2766 "type": "git",
2767 "url": "https://github.com/symfony/routing.git",
2768 "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7"
2769 },
2770 "dist": {
2771 "type": "zip",
2772 "url": "https://api.github.com/repos/symfony/routing/zipball/1500aee0094a3ce1c92626ed8cf3c2037e86f5a7",
2773 "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7",
2774 "shasum": ""
2775 },
2776 "require": {
2777 "php": ">=8.2",
2778 "symfony/deprecation-contracts": "^2.5|^3"
2779 },
2780 "conflict": {
2781 "symfony/config": "<6.4",
2782 "symfony/dependency-injection": "<6.4",
2783 "symfony/yaml": "<6.4"
2784 },
2785 "require-dev": {
2786 "psr/log": "^1|^2|^3",
2787 "symfony/config": "^6.4|^7.0",
2788 "symfony/dependency-injection": "^6.4|^7.0",
2789 "symfony/expression-language": "^6.4|^7.0",
2790 "symfony/http-foundation": "^6.4|^7.0",
2791 "symfony/yaml": "^6.4|^7.0"
2792 },
2793 "type": "library",
2794 "autoload": {
2795 "psr-4": {
2796 "Symfony\\Component\\Routing\\": ""
2797 },
2798 "exclude-from-classmap": [
2799 "/Tests/"
2800 ]
2801 },
2802 "notification-url": "https://packagist.org/downloads/",
2803 "license": [
2804 "MIT"
2805 ],
2806 "authors": [
2807 {
2808 "name": "Fabien Potencier",
2809 "email": "fabien@symfony.com"
2810 },
2811 {
2812 "name": "Symfony Community",
2813 "homepage": "https://symfony.com/contributors"
2814 }
2815 ],
2816 "description": "Maps an HTTP request to a set of configuration variables",
2817 "homepage": "https://symfony.com",
2818 "keywords": [
2819 "router",
2820 "routing",
2821 "uri",
2822 "url"
2823 ],
2824 "support": {
2825 "source": "https://github.com/symfony/routing/tree/v7.1.4"
2826 },
2827 "funding": [
2828 {
2829 "url": "https://symfony.com/sponsor",
2830 "type": "custom"
2831 },
2832 {
2833 "url": "https://github.com/fabpot",
2834 "type": "github"
2835 },
2836 {
2837 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2838 "type": "tidelift"
2839 }
2840 ],
2841 "time": "2024-08-29T08:16:25+00:00"
2842 },
2843 {
2844 "name": "symfony/runtime",
2845 "version": "v7.1.1",
2846 "source": {
2847 "type": "git",
2848 "url": "https://github.com/symfony/runtime.git",
2849 "reference": "ea34522c447dd91a2b31cb330ee4540a56ba53f6"
2850 },
2851 "dist": {
2852 "type": "zip",
2853 "url": "https://api.github.com/repos/symfony/runtime/zipball/ea34522c447dd91a2b31cb330ee4540a56ba53f6",
2854 "reference": "ea34522c447dd91a2b31cb330ee4540a56ba53f6",
2855 "shasum": ""
2856 },
2857 "require": {
2858 "composer-plugin-api": "^1.0|^2.0",
2859 "php": ">=8.2"
2860 },
2861 "conflict": {
2862 "symfony/dotenv": "<6.4"
2863 },
2864 "require-dev": {
2865 "composer/composer": "^2.6",
2866 "symfony/console": "^6.4|^7.0",
2867 "symfony/dotenv": "^6.4|^7.0",
2868 "symfony/http-foundation": "^6.4|^7.0",
2869 "symfony/http-kernel": "^6.4|^7.0"
2870 },
2871 "type": "composer-plugin",
2872 "extra": {
2873 "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
2874 },
2875 "autoload": {
2876 "psr-4": {
2877 "Symfony\\Component\\Runtime\\": "",
2878 "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
2879 },
2880 "exclude-from-classmap": [
2881 "/Tests/"
2882 ]
2883 },
2884 "notification-url": "https://packagist.org/downloads/",
2885 "license": [
2886 "MIT"
2887 ],
2888 "authors": [
2889 {
2890 "name": "Nicolas Grekas",
2891 "email": "p@tchwork.com"
2892 },
2893 {
2894 "name": "Symfony Community",
2895 "homepage": "https://symfony.com/contributors"
2896 }
2897 ],
2898 "description": "Enables decoupling PHP applications from global state",
2899 "homepage": "https://symfony.com",
2900 "keywords": [
2901 "runtime"
2902 ],
2903 "support": {
2904 "source": "https://github.com/symfony/runtime/tree/v7.1.1"
2905 },
2906 "funding": [
2907 {
2908 "url": "https://symfony.com/sponsor",
2909 "type": "custom"
2910 },
2911 {
2912 "url": "https://github.com/fabpot",
2913 "type": "github"
2914 },
2915 {
2916 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2917 "type": "tidelift"
2918 }
2919 ],
2920 "time": "2024-05-31T14:55:39+00:00"
2921 },
2922 {
2923 "name": "symfony/service-contracts",
2924 "version": "v3.5.0",
2925 "source": {
2926 "type": "git",
2927 "url": "https://github.com/symfony/service-contracts.git",
2928 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
2929 },
2930 "dist": {
2931 "type": "zip",
2932 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
2933 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
2934 "shasum": ""
2935 },
2936 "require": {
2937 "php": ">=8.1",
2938 "psr/container": "^1.1|^2.0",
2939 "symfony/deprecation-contracts": "^2.5|^3"
2940 },
2941 "conflict": {
2942 "ext-psr": "<1.1|>=2"
2943 },
2944 "type": "library",
2945 "extra": {
2946 "branch-alias": {
2947 "dev-main": "3.5-dev"
2948 },
2949 "thanks": {
2950 "name": "symfony/contracts",
2951 "url": "https://github.com/symfony/contracts"
2952 }
2953 },
2954 "autoload": {
2955 "psr-4": {
2956 "Symfony\\Contracts\\Service\\": ""
2957 },
2958 "exclude-from-classmap": [
2959 "/Test/"
2960 ]
2961 },
2962 "notification-url": "https://packagist.org/downloads/",
2963 "license": [
2964 "MIT"
2965 ],
2966 "authors": [
2967 {
2968 "name": "Nicolas Grekas",
2969 "email": "p@tchwork.com"
2970 },
2971 {
2972 "name": "Symfony Community",
2973 "homepage": "https://symfony.com/contributors"
2974 }
2975 ],
2976 "description": "Generic abstractions related to writing services",
2977 "homepage": "https://symfony.com",
2978 "keywords": [
2979 "abstractions",
2980 "contracts",
2981 "decoupling",
2982 "interfaces",
2983 "interoperability",
2984 "standards"
2985 ],
2986 "support": {
2987 "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
2988 },
2989 "funding": [
2990 {
2991 "url": "https://symfony.com/sponsor",
2992 "type": "custom"
2993 },
2994 {
2995 "url": "https://github.com/fabpot",
2996 "type": "github"
2997 },
2998 {
2999 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3000 "type": "tidelift"
3001 }
3002 ],
3003 "time": "2024-04-18T09:32:20+00:00"
3004 },
3005 {
3006 "name": "symfony/string",
3007 "version": "v7.1.5",
3008 "source": {
3009 "type": "git",
3010 "url": "https://github.com/symfony/string.git",
3011 "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306"
3012 },
3013 "dist": {
3014 "type": "zip",
3015 "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306",
3016 "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306",
3017 "shasum": ""
3018 },
3019 "require": {
3020 "php": ">=8.2",
3021 "symfony/polyfill-ctype": "~1.8",
3022 "symfony/polyfill-intl-grapheme": "~1.0",
3023 "symfony/polyfill-intl-normalizer": "~1.0",
3024 "symfony/polyfill-mbstring": "~1.0"
3025 },
3026 "conflict": {
3027 "symfony/translation-contracts": "<2.5"
3028 },
3029 "require-dev": {
3030 "symfony/emoji": "^7.1",
3031 "symfony/error-handler": "^6.4|^7.0",
3032 "symfony/http-client": "^6.4|^7.0",
3033 "symfony/intl": "^6.4|^7.0",
3034 "symfony/translation-contracts": "^2.5|^3.0",
3035 "symfony/var-exporter": "^6.4|^7.0"
3036 },
3037 "type": "library",
3038 "autoload": {
3039 "files": [
3040 "Resources/functions.php"
3041 ],
3042 "psr-4": {
3043 "Symfony\\Component\\String\\": ""
3044 },
3045 "exclude-from-classmap": [
3046 "/Tests/"
3047 ]
3048 },
3049 "notification-url": "https://packagist.org/downloads/",
3050 "license": [
3051 "MIT"
3052 ],
3053 "authors": [
3054 {
3055 "name": "Nicolas Grekas",
3056 "email": "p@tchwork.com"
3057 },
3058 {
3059 "name": "Symfony Community",
3060 "homepage": "https://symfony.com/contributors"
3061 }
3062 ],
3063 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
3064 "homepage": "https://symfony.com",
3065 "keywords": [
3066 "grapheme",
3067 "i18n",
3068 "string",
3069 "unicode",
3070 "utf-8",
3071 "utf8"
3072 ],
3073 "support": {
3074 "source": "https://github.com/symfony/string/tree/v7.1.5"
3075 },
3076 "funding": [
3077 {
3078 "url": "https://symfony.com/sponsor",
3079 "type": "custom"
3080 },
3081 {
3082 "url": "https://github.com/fabpot",
3083 "type": "github"
3084 },
3085 {
3086 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3087 "type": "tidelift"
3088 }
3089 ],
3090 "time": "2024-09-20T08:28:38+00:00"
3091 },
3092 {
3093 "name": "symfony/translation",
3094 "version": "v7.1.5",
3095 "source": {
3096 "type": "git",
3097 "url": "https://github.com/symfony/translation.git",
3098 "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea"
3099 },
3100 "dist": {
3101 "type": "zip",
3102 "url": "https://api.github.com/repos/symfony/translation/zipball/235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
3103 "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
3104 "shasum": ""
3105 },
3106 "require": {
3107 "php": ">=8.2",
3108 "symfony/polyfill-mbstring": "~1.0",
3109 "symfony/translation-contracts": "^2.5|^3.0"
3110 },
3111 "conflict": {
3112 "symfony/config": "<6.4",
3113 "symfony/console": "<6.4",
3114 "symfony/dependency-injection": "<6.4",
3115 "symfony/http-client-contracts": "<2.5",
3116 "symfony/http-kernel": "<6.4",
3117 "symfony/service-contracts": "<2.5",
3118 "symfony/twig-bundle": "<6.4",
3119 "symfony/yaml": "<6.4"
3120 },
3121 "provide": {
3122 "symfony/translation-implementation": "2.3|3.0"
3123 },
3124 "require-dev": {
3125 "nikic/php-parser": "^4.18|^5.0",
3126 "psr/log": "^1|^2|^3",
3127 "symfony/config": "^6.4|^7.0",
3128 "symfony/console": "^6.4|^7.0",
3129 "symfony/dependency-injection": "^6.4|^7.0",
3130 "symfony/finder": "^6.4|^7.0",
3131 "symfony/http-client-contracts": "^2.5|^3.0",
3132 "symfony/http-kernel": "^6.4|^7.0",
3133 "symfony/intl": "^6.4|^7.0",
3134 "symfony/polyfill-intl-icu": "^1.21",
3135 "symfony/routing": "^6.4|^7.0",
3136 "symfony/service-contracts": "^2.5|^3",
3137 "symfony/yaml": "^6.4|^7.0"
3138 },
3139 "type": "library",
3140 "autoload": {
3141 "files": [
3142 "Resources/functions.php"
3143 ],
3144 "psr-4": {
3145 "Symfony\\Component\\Translation\\": ""
3146 },
3147 "exclude-from-classmap": [
3148 "/Tests/"
3149 ]
3150 },
3151 "notification-url": "https://packagist.org/downloads/",
3152 "license": [
3153 "MIT"
3154 ],
3155 "authors": [
3156 {
3157 "name": "Fabien Potencier",
3158 "email": "fabien@symfony.com"
3159 },
3160 {
3161 "name": "Symfony Community",
3162 "homepage": "https://symfony.com/contributors"
3163 }
3164 ],
3165 "description": "Provides tools to internationalize your application",
3166 "homepage": "https://symfony.com",
3167 "support": {
3168 "source": "https://github.com/symfony/translation/tree/v7.1.5"
3169 },
3170 "funding": [
3171 {
3172 "url": "https://symfony.com/sponsor",
3173 "type": "custom"
3174 },
3175 {
3176 "url": "https://github.com/fabpot",
3177 "type": "github"
3178 },
3179 {
3180 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3181 "type": "tidelift"
3182 }
3183 ],
3184 "time": "2024-09-16T06:30:38+00:00"
3185 },
3186 {
3187 "name": "symfony/translation-contracts",
3188 "version": "v3.5.0",
3189 "source": {
3190 "type": "git",
3191 "url": "https://github.com/symfony/translation-contracts.git",
3192 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a"
3193 },
3194 "dist": {
3195 "type": "zip",
3196 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
3197 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a",
3198 "shasum": ""
3199 },
3200 "require": {
3201 "php": ">=8.1"
3202 },
3203 "type": "library",
3204 "extra": {
3205 "branch-alias": {
3206 "dev-main": "3.5-dev"
3207 },
3208 "thanks": {
3209 "name": "symfony/contracts",
3210 "url": "https://github.com/symfony/contracts"
3211 }
3212 },
3213 "autoload": {
3214 "psr-4": {
3215 "Symfony\\Contracts\\Translation\\": ""
3216 },
3217 "exclude-from-classmap": [
3218 "/Test/"
3219 ]
3220 },
3221 "notification-url": "https://packagist.org/downloads/",
3222 "license": [
3223 "MIT"
3224 ],
3225 "authors": [
3226 {
3227 "name": "Nicolas Grekas",
3228 "email": "p@tchwork.com"
3229 },
3230 {
3231 "name": "Symfony Community",
3232 "homepage": "https://symfony.com/contributors"
3233 }
3234 ],
3235 "description": "Generic abstractions related to translation",
3236 "homepage": "https://symfony.com",
3237 "keywords": [
3238 "abstractions",
3239 "contracts",
3240 "decoupling",
3241 "interfaces",
3242 "interoperability",
3243 "standards"
3244 ],
3245 "support": {
3246 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0"
3247 },
3248 "funding": [
3249 {
3250 "url": "https://symfony.com/sponsor",
3251 "type": "custom"
3252 },
3253 {
3254 "url": "https://github.com/fabpot",
3255 "type": "github"
3256 },
3257 {
3258 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3259 "type": "tidelift"
3260 }
3261 ],
3262 "time": "2024-04-18T09:32:20+00:00"
3263 },
3264 {
3265 "name": "symfony/twig-bridge",
3266 "version": "v7.1.5",
3267 "source": {
3268 "type": "git",
3269 "url": "https://github.com/symfony/twig-bridge.git",
3270 "reference": "e997e5025b53c0f7b17632802daefdd6a04540ae"
3271 },
3272 "dist": {
3273 "type": "zip",
3274 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e997e5025b53c0f7b17632802daefdd6a04540ae",
3275 "reference": "e997e5025b53c0f7b17632802daefdd6a04540ae",
3276 "shasum": ""
3277 },
3278 "require": {
3279 "php": ">=8.2",
3280 "symfony/translation-contracts": "^2.5|^3",
3281 "twig/twig": "^3.9"
3282 },
3283 "conflict": {
3284 "phpdocumentor/reflection-docblock": "<3.2.2",
3285 "phpdocumentor/type-resolver": "<1.4.0",
3286 "symfony/console": "<6.4",
3287 "symfony/form": "<6.4",
3288 "symfony/http-foundation": "<6.4",
3289 "symfony/http-kernel": "<6.4",
3290 "symfony/mime": "<6.4",
3291 "symfony/serializer": "<6.4",
3292 "symfony/translation": "<6.4",
3293 "symfony/workflow": "<6.4"
3294 },
3295 "require-dev": {
3296 "egulias/email-validator": "^2.1.10|^3|^4",
3297 "league/html-to-markdown": "^5.0",
3298 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
3299 "symfony/asset": "^6.4|^7.0",
3300 "symfony/asset-mapper": "^6.4|^7.0",
3301 "symfony/console": "^6.4|^7.0",
3302 "symfony/dependency-injection": "^6.4|^7.0",
3303 "symfony/emoji": "^7.1",
3304 "symfony/expression-language": "^6.4|^7.0",
3305 "symfony/finder": "^6.4|^7.0",
3306 "symfony/form": "^6.4|^7.0",
3307 "symfony/html-sanitizer": "^6.4|^7.0",
3308 "symfony/http-foundation": "^6.4|^7.0",
3309 "symfony/http-kernel": "^6.4|^7.0",
3310 "symfony/intl": "^6.4|^7.0",
3311 "symfony/mime": "^6.4|^7.0",
3312 "symfony/polyfill-intl-icu": "~1.0",
3313 "symfony/property-info": "^6.4|^7.0",
3314 "symfony/routing": "^6.4|^7.0",
3315 "symfony/security-acl": "^2.8|^3.0",
3316 "symfony/security-core": "^6.4|^7.0",
3317 "symfony/security-csrf": "^6.4|^7.0",
3318 "symfony/security-http": "^6.4|^7.0",
3319 "symfony/serializer": "^6.4.3|^7.0.3",
3320 "symfony/stopwatch": "^6.4|^7.0",
3321 "symfony/translation": "^6.4|^7.0",
3322 "symfony/web-link": "^6.4|^7.0",
3323 "symfony/workflow": "^6.4|^7.0",
3324 "symfony/yaml": "^6.4|^7.0",
3325 "twig/cssinliner-extra": "^2.12|^3",
3326 "twig/inky-extra": "^2.12|^3",
3327 "twig/markdown-extra": "^2.12|^3"
3328 },
3329 "type": "symfony-bridge",
3330 "autoload": {
3331 "psr-4": {
3332 "Symfony\\Bridge\\Twig\\": ""
3333 },
3334 "exclude-from-classmap": [
3335 "/Tests/"
3336 ]
3337 },
3338 "notification-url": "https://packagist.org/downloads/",
3339 "license": [
3340 "MIT"
3341 ],
3342 "authors": [
3343 {
3344 "name": "Fabien Potencier",
3345 "email": "fabien@symfony.com"
3346 },
3347 {
3348 "name": "Symfony Community",
3349 "homepage": "https://symfony.com/contributors"
3350 }
3351 ],
3352 "description": "Provides integration for Twig with various Symfony components",
3353 "homepage": "https://symfony.com",
3354 "support": {
3355 "source": "https://github.com/symfony/twig-bridge/tree/v7.1.5"
3356 },
3357 "funding": [
3358 {
3359 "url": "https://symfony.com/sponsor",
3360 "type": "custom"
3361 },
3362 {
3363 "url": "https://github.com/fabpot",
3364 "type": "github"
3365 },
3366 {
3367 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3368 "type": "tidelift"
3369 }
3370 ],
3371 "time": "2024-09-15T06:48:17+00:00"
3372 },
3373 {
3374 "name": "symfony/twig-bundle",
3375 "version": "v7.1.5",
3376 "source": {
3377 "type": "git",
3378 "url": "https://github.com/symfony/twig-bundle.git",
3379 "reference": "4e6afd0dc8396f16861b682f3b854ff6e24bfb7e"
3380 },
3381 "dist": {
3382 "type": "zip",
3383 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/4e6afd0dc8396f16861b682f3b854ff6e24bfb7e",
3384 "reference": "4e6afd0dc8396f16861b682f3b854ff6e24bfb7e",
3385 "shasum": ""
3386 },
3387 "require": {
3388 "composer-runtime-api": ">=2.1",
3389 "php": ">=8.2",
3390 "symfony/config": "^6.4|^7.0",
3391 "symfony/dependency-injection": "^6.4|^7.0",
3392 "symfony/http-foundation": "^6.4|^7.0",
3393 "symfony/http-kernel": "^6.4|^7.0",
3394 "symfony/twig-bridge": "^6.4|^7.0",
3395 "twig/twig": "^3.0.4"
3396 },
3397 "conflict": {
3398 "symfony/framework-bundle": "<6.4",
3399 "symfony/translation": "<6.4"
3400 },
3401 "require-dev": {
3402 "symfony/asset": "^6.4|^7.0",
3403 "symfony/expression-language": "^6.4|^7.0",
3404 "symfony/finder": "^6.4|^7.0",
3405 "symfony/form": "^6.4|^7.0",
3406 "symfony/framework-bundle": "^6.4|^7.0",
3407 "symfony/routing": "^6.4|^7.0",
3408 "symfony/stopwatch": "^6.4|^7.0",
3409 "symfony/translation": "^6.4|^7.0",
3410 "symfony/web-link": "^6.4|^7.0",
3411 "symfony/yaml": "^6.4|^7.0"
3412 },
3413 "type": "symfony-bundle",
3414 "autoload": {
3415 "psr-4": {
3416 "Symfony\\Bundle\\TwigBundle\\": ""
3417 },
3418 "exclude-from-classmap": [
3419 "/Tests/"
3420 ]
3421 },
3422 "notification-url": "https://packagist.org/downloads/",
3423 "license": [
3424 "MIT"
3425 ],
3426 "authors": [
3427 {
3428 "name": "Fabien Potencier",
3429 "email": "fabien@symfony.com"
3430 },
3431 {
3432 "name": "Symfony Community",
3433 "homepage": "https://symfony.com/contributors"
3434 }
3435 ],
3436 "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
3437 "homepage": "https://symfony.com",
3438 "support": {
3439 "source": "https://github.com/symfony/twig-bundle/tree/v7.1.5"
3440 },
3441 "funding": [
3442 {
3443 "url": "https://symfony.com/sponsor",
3444 "type": "custom"
3445 },
3446 {
3447 "url": "https://github.com/fabpot",
3448 "type": "github"
3449 },
3450 {
3451 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3452 "type": "tidelift"
3453 }
3454 ],
3455 "time": "2024-09-08T12:32:26+00:00"
3456 },
3457 {
3458 "name": "symfony/type-info",
3459 "version": "v7.1.5",
3460 "source": {
3461 "type": "git",
3462 "url": "https://github.com/symfony/type-info.git",
3463 "reference": "9f6094aa900d2c06bd61576a6f279d4ac441515f"
3464 },
3465 "dist": {
3466 "type": "zip",
3467 "url": "https://api.github.com/repos/symfony/type-info/zipball/9f6094aa900d2c06bd61576a6f279d4ac441515f",
3468 "reference": "9f6094aa900d2c06bd61576a6f279d4ac441515f",
3469 "shasum": ""
3470 },
3471 "require": {
3472 "php": ">=8.2",
3473 "psr/container": "^1.1|^2.0"
3474 },
3475 "conflict": {
3476 "phpstan/phpdoc-parser": "<1.0",
3477 "symfony/dependency-injection": "<6.4",
3478 "symfony/property-info": "<6.4"
3479 },
3480 "require-dev": {
3481 "phpstan/phpdoc-parser": "^1.0",
3482 "symfony/dependency-injection": "^6.4|^7.0",
3483 "symfony/property-info": "^6.4|^7.0"
3484 },
3485 "type": "library",
3486 "autoload": {
3487 "psr-4": {
3488 "Symfony\\Component\\TypeInfo\\": ""
3489 },
3490 "exclude-from-classmap": [
3491 "/Tests/"
3492 ]
3493 },
3494 "notification-url": "https://packagist.org/downloads/",
3495 "license": [
3496 "MIT"
3497 ],
3498 "authors": [
3499 {
3500 "name": "Mathias Arlaud",
3501 "email": "mathias.arlaud@gmail.com"
3502 },
3503 {
3504 "name": "Baptiste LEDUC",
3505 "email": "baptiste.leduc@gmail.com"
3506 },
3507 {
3508 "name": "Symfony Community",
3509 "homepage": "https://symfony.com/contributors"
3510 }
3511 ],
3512 "description": "Extracts PHP types information.",
3513 "homepage": "https://symfony.com",
3514 "keywords": [
3515 "PHPStan",
3516 "phpdoc",
3517 "symfony",
3518 "type"
3519 ],
3520 "support": {
3521 "source": "https://github.com/symfony/type-info/tree/v7.1.5"
3522 },
3523 "funding": [
3524 {
3525 "url": "https://symfony.com/sponsor",
3526 "type": "custom"
3527 },
3528 {
3529 "url": "https://github.com/fabpot",
3530 "type": "github"
3531 },
3532 {
3533 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3534 "type": "tidelift"
3535 }
3536 ],
3537 "time": "2024-09-19T21:48:23+00:00"
3538 },
3539 {
3540 "name": "symfony/var-dumper",
3541 "version": "v7.1.5",
3542 "source": {
3543 "type": "git",
3544 "url": "https://github.com/symfony/var-dumper.git",
3545 "reference": "e20e03889539fd4e4211e14d2179226c513c010d"
3546 },
3547 "dist": {
3548 "type": "zip",
3549 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d",
3550 "reference": "e20e03889539fd4e4211e14d2179226c513c010d",
3551 "shasum": ""
3552 },
3553 "require": {
3554 "php": ">=8.2",
3555 "symfony/polyfill-mbstring": "~1.0"
3556 },
3557 "conflict": {
3558 "symfony/console": "<6.4"
3559 },
3560 "require-dev": {
3561 "ext-iconv": "*",
3562 "symfony/console": "^6.4|^7.0",
3563 "symfony/http-kernel": "^6.4|^7.0",
3564 "symfony/process": "^6.4|^7.0",
3565 "symfony/uid": "^6.4|^7.0",
3566 "twig/twig": "^3.0.4"
3567 },
3568 "bin": [
3569 "Resources/bin/var-dump-server"
3570 ],
3571 "type": "library",
3572 "autoload": {
3573 "files": [
3574 "Resources/functions/dump.php"
3575 ],
3576 "psr-4": {
3577 "Symfony\\Component\\VarDumper\\": ""
3578 },
3579 "exclude-from-classmap": [
3580 "/Tests/"
3581 ]
3582 },
3583 "notification-url": "https://packagist.org/downloads/",
3584 "license": [
3585 "MIT"
3586 ],
3587 "authors": [
3588 {
3589 "name": "Nicolas Grekas",
3590 "email": "p@tchwork.com"
3591 },
3592 {
3593 "name": "Symfony Community",
3594 "homepage": "https://symfony.com/contributors"
3595 }
3596 ],
3597 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
3598 "homepage": "https://symfony.com",
3599 "keywords": [
3600 "debug",
3601 "dump"
3602 ],
3603 "support": {
3604 "source": "https://github.com/symfony/var-dumper/tree/v7.1.5"
3605 },
3606 "funding": [
3607 {
3608 "url": "https://symfony.com/sponsor",
3609 "type": "custom"
3610 },
3611 {
3612 "url": "https://github.com/fabpot",
3613 "type": "github"
3614 },
3615 {
3616 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3617 "type": "tidelift"
3618 }
3619 ],
3620 "time": "2024-09-16T10:07:02+00:00"
3621 },
3622 {
3623 "name": "symfony/var-exporter",
3624 "version": "v7.1.2",
3625 "source": {
3626 "type": "git",
3627 "url": "https://github.com/symfony/var-exporter.git",
3628 "reference": "b80a669a2264609f07f1667f891dbfca25eba44c"
3629 },
3630 "dist": {
3631 "type": "zip",
3632 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b80a669a2264609f07f1667f891dbfca25eba44c",
3633 "reference": "b80a669a2264609f07f1667f891dbfca25eba44c",
3634 "shasum": ""
3635 },
3636 "require": {
3637 "php": ">=8.2"
3638 },
3639 "require-dev": {
3640 "symfony/property-access": "^6.4|^7.0",
3641 "symfony/serializer": "^6.4|^7.0",
3642 "symfony/var-dumper": "^6.4|^7.0"
3643 },
3644 "type": "library",
3645 "autoload": {
3646 "psr-4": {
3647 "Symfony\\Component\\VarExporter\\": ""
3648 },
3649 "exclude-from-classmap": [
3650 "/Tests/"
3651 ]
3652 },
3653 "notification-url": "https://packagist.org/downloads/",
3654 "license": [
3655 "MIT"
3656 ],
3657 "authors": [
3658 {
3659 "name": "Nicolas Grekas",
3660 "email": "p@tchwork.com"
3661 },
3662 {
3663 "name": "Symfony Community",
3664 "homepage": "https://symfony.com/contributors"
3665 }
3666 ],
3667 "description": "Allows exporting any serializable PHP data structure to plain PHP code",
3668 "homepage": "https://symfony.com",
3669 "keywords": [
3670 "clone",
3671 "construct",
3672 "export",
3673 "hydrate",
3674 "instantiate",
3675 "lazy-loading",
3676 "proxy",
3677 "serialize"
3678 ],
3679 "support": {
3680 "source": "https://github.com/symfony/var-exporter/tree/v7.1.2"
3681 },
3682 "funding": [
3683 {
3684 "url": "https://symfony.com/sponsor",
3685 "type": "custom"
3686 },
3687 {
3688 "url": "https://github.com/fabpot",
3689 "type": "github"
3690 },
3691 {
3692 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3693 "type": "tidelift"
3694 }
3695 ],
3696 "time": "2024-06-28T08:00:31+00:00"
3697 },
3698 {
3699 "name": "symfony/yaml",
3700 "version": "v7.1.5",
3701 "source": {
3702 "type": "git",
3703 "url": "https://github.com/symfony/yaml.git",
3704 "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4"
3705 },
3706 "dist": {
3707 "type": "zip",
3708 "url": "https://api.github.com/repos/symfony/yaml/zipball/4e561c316e135e053bd758bf3b3eb291d9919de4",
3709 "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4",
3710 "shasum": ""
3711 },
3712 "require": {
3713 "php": ">=8.2",
3714 "symfony/polyfill-ctype": "^1.8"
3715 },
3716 "conflict": {
3717 "symfony/console": "<6.4"
3718 },
3719 "require-dev": {
3720 "symfony/console": "^6.4|^7.0"
3721 },
3722 "bin": [
3723 "Resources/bin/yaml-lint"
3724 ],
3725 "type": "library",
3726 "autoload": {
3727 "psr-4": {
3728 "Symfony\\Component\\Yaml\\": ""
3729 },
3730 "exclude-from-classmap": [
3731 "/Tests/"
3732 ]
3733 },
3734 "notification-url": "https://packagist.org/downloads/",
3735 "license": [
3736 "MIT"
3737 ],
3738 "authors": [
3739 {
3740 "name": "Fabien Potencier",
3741 "email": "fabien@symfony.com"
3742 },
3743 {
3744 "name": "Symfony Community",
3745 "homepage": "https://symfony.com/contributors"
3746 }
3747 ],
3748 "description": "Loads and dumps YAML files",
3749 "homepage": "https://symfony.com",
3750 "support": {
3751 "source": "https://github.com/symfony/yaml/tree/v7.1.5"
3752 },
3753 "funding": [
3754 {
3755 "url": "https://symfony.com/sponsor",
3756 "type": "custom"
3757 },
3758 {
3759 "url": "https://github.com/fabpot",
3760 "type": "github"
3761 },
3762 {
3763 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3764 "type": "tidelift"
3765 }
3766 ],
3767 "time": "2024-09-17T12:49:58+00:00"
3768 },
3769 {
3770 "name": "twig/html-extra",
3771 "version": "v3.13.0",
3772 "source": {
3773 "type": "git",
3774 "url": "https://github.com/twigphp/html-extra.git",
3775 "reference": "8229e750091171c1f11801a525927811c7ac5a7e"
3776 },
3777 "dist": {
3778 "type": "zip",
3779 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/8229e750091171c1f11801a525927811c7ac5a7e",
3780 "reference": "8229e750091171c1f11801a525927811c7ac5a7e",
3781 "shasum": ""
3782 },
3783 "require": {
3784 "php": ">=8.0.2",
3785 "symfony/deprecation-contracts": "^2.5|^3",
3786 "symfony/mime": "^5.4|^6.4|^7.0",
3787 "twig/twig": "^3.13|^4.0"
3788 },
3789 "require-dev": {
3790 "symfony/phpunit-bridge": "^6.4|^7.0"
3791 },
3792 "type": "library",
3793 "autoload": {
3794 "files": [
3795 "Resources/functions.php"
3796 ],
3797 "psr-4": {
3798 "Twig\\Extra\\Html\\": ""
3799 },
3800 "exclude-from-classmap": [
3801 "/Tests/"
3802 ]
3803 },
3804 "notification-url": "https://packagist.org/downloads/",
3805 "license": [
3806 "MIT"
3807 ],
3808 "authors": [
3809 {
3810 "name": "Fabien Potencier",
3811 "email": "fabien@symfony.com",
3812 "homepage": "http://fabien.potencier.org",
3813 "role": "Lead Developer"
3814 }
3815 ],
3816 "description": "A Twig extension for HTML",
3817 "homepage": "https://twig.symfony.com",
3818 "keywords": [
3819 "html",
3820 "twig"
3821 ],
3822 "support": {
3823 "source": "https://github.com/twigphp/html-extra/tree/v3.13.0"
3824 },
3825 "funding": [
3826 {
3827 "url": "https://github.com/fabpot",
3828 "type": "github"
3829 },
3830 {
3831 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
3832 "type": "tidelift"
3833 }
3834 ],
3835 "time": "2024-09-03T13:08:40+00:00"
3836 },
3837 {
3838 "name": "twig/intl-extra",
3839 "version": "v3.13.0",
3840 "source": {
3841 "type": "git",
3842 "url": "https://github.com/twigphp/intl-extra.git",
3843 "reference": "1b8d78c5db08bdc61015fd55009d2e84b3aa7e38"
3844 },
3845 "dist": {
3846 "type": "zip",
3847 "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/1b8d78c5db08bdc61015fd55009d2e84b3aa7e38",
3848 "reference": "1b8d78c5db08bdc61015fd55009d2e84b3aa7e38",
3849 "shasum": ""
3850 },
3851 "require": {
3852 "php": ">=8.0.2",
3853 "symfony/intl": "^5.4|^6.4|^7.0",
3854 "twig/twig": "^3.13|^4.0"
3855 },
3856 "require-dev": {
3857 "symfony/phpunit-bridge": "^6.4|^7.0"
3858 },
3859 "type": "library",
3860 "autoload": {
3861 "psr-4": {
3862 "Twig\\Extra\\Intl\\": ""
3863 },
3864 "exclude-from-classmap": [
3865 "/Tests/"
3866 ]
3867 },
3868 "notification-url": "https://packagist.org/downloads/",
3869 "license": [
3870 "MIT"
3871 ],
3872 "authors": [
3873 {
3874 "name": "Fabien Potencier",
3875 "email": "fabien@symfony.com",
3876 "homepage": "http://fabien.potencier.org",
3877 "role": "Lead Developer"
3878 }
3879 ],
3880 "description": "A Twig extension for Intl",
3881 "homepage": "https://twig.symfony.com",
3882 "keywords": [
3883 "intl",
3884 "twig"
3885 ],
3886 "support": {
3887 "source": "https://github.com/twigphp/intl-extra/tree/v3.13.0"
3888 },
3889 "funding": [
3890 {
3891 "url": "https://github.com/fabpot",
3892 "type": "github"
3893 },
3894 {
3895 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
3896 "type": "tidelift"
3897 }
3898 ],
3899 "time": "2024-09-03T13:08:40+00:00"
3900 },
3901 {
3902 "name": "twig/twig",
3903 "version": "v3.14.0",
3904 "source": {
3905 "type": "git",
3906 "url": "https://github.com/twigphp/Twig.git",
3907 "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72"
3908 },
3909 "dist": {
3910 "type": "zip",
3911 "url": "https://api.github.com/repos/twigphp/Twig/zipball/126b2c97818dbff0cdf3fbfc881aedb3d40aae72",
3912 "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72",
3913 "shasum": ""
3914 },
3915 "require": {
3916 "php": ">=8.0.2",
3917 "symfony/deprecation-contracts": "^2.5|^3",
3918 "symfony/polyfill-ctype": "^1.8",
3919 "symfony/polyfill-mbstring": "^1.3",
3920 "symfony/polyfill-php81": "^1.29"
3921 },
3922 "require-dev": {
3923 "psr/container": "^1.0|^2.0",
3924 "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
3925 },
3926 "type": "library",
3927 "autoload": {
3928 "files": [
3929 "src/Resources/core.php",
3930 "src/Resources/debug.php",
3931 "src/Resources/escaper.php",
3932 "src/Resources/string_loader.php"
3933 ],
3934 "psr-4": {
3935 "Twig\\": "src/"
3936 }
3937 },
3938 "notification-url": "https://packagist.org/downloads/",
3939 "license": [
3940 "BSD-3-Clause"
3941 ],
3942 "authors": [
3943 {
3944 "name": "Fabien Potencier",
3945 "email": "fabien@symfony.com",
3946 "homepage": "http://fabien.potencier.org",
3947 "role": "Lead Developer"
3948 },
3949 {
3950 "name": "Twig Team",
3951 "role": "Contributors"
3952 },
3953 {
3954 "name": "Armin Ronacher",
3955 "email": "armin.ronacher@active-4.com",
3956 "role": "Project Founder"
3957 }
3958 ],
3959 "description": "Twig, the flexible, fast, and secure template language for PHP",
3960 "homepage": "https://twig.symfony.com",
3961 "keywords": [
3962 "templating"
3963 ],
3964 "support": {
3965 "issues": "https://github.com/twigphp/Twig/issues",
3966 "source": "https://github.com/twigphp/Twig/tree/v3.14.0"
3967 },
3968 "funding": [
3969 {
3970 "url": "https://github.com/fabpot",
3971 "type": "github"
3972 },
3973 {
3974 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
3975 "type": "tidelift"
3976 }
3977 ],
3978 "time": "2024-09-09T17:55:12+00:00"
3979 }
3980 ],
3981 "packages-dev": [
3982 {
3983 "name": "symfony/stopwatch",
3984 "version": "v7.1.1",
3985 "source": {
3986 "type": "git",
3987 "url": "https://github.com/symfony/stopwatch.git",
3988 "reference": "5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d"
3989 },
3990 "dist": {
3991 "type": "zip",
3992 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d",
3993 "reference": "5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d",
3994 "shasum": ""
3995 },
3996 "require": {
3997 "php": ">=8.2",
3998 "symfony/service-contracts": "^2.5|^3"
3999 },
4000 "type": "library",
4001 "autoload": {
4002 "psr-4": {
4003 "Symfony\\Component\\Stopwatch\\": ""
4004 },
4005 "exclude-from-classmap": [
4006 "/Tests/"
4007 ]
4008 },
4009 "notification-url": "https://packagist.org/downloads/",
4010 "license": [
4011 "MIT"
4012 ],
4013 "authors": [
4014 {
4015 "name": "Fabien Potencier",
4016 "email": "fabien@symfony.com"
4017 },
4018 {
4019 "name": "Symfony Community",
4020 "homepage": "https://symfony.com/contributors"
4021 }
4022 ],
4023 "description": "Provides a way to profile code",
4024 "homepage": "https://symfony.com",
4025 "support": {
4026 "source": "https://github.com/symfony/stopwatch/tree/v7.1.1"
4027 },
4028 "funding": [
4029 {
4030 "url": "https://symfony.com/sponsor",
4031 "type": "custom"
4032 },
4033 {
4034 "url": "https://github.com/fabpot",
4035 "type": "github"
4036 },
4037 {
4038 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4039 "type": "tidelift"
4040 }
4041 ],
4042 "time": "2024-05-31T14:57:53+00:00"
4043 },
4044 {
4045 "name": "symfony/web-profiler-bundle",
4046 "version": "v7.1.4",
4047 "source": {
4048 "type": "git",
4049 "url": "https://github.com/symfony/web-profiler-bundle.git",
4050 "reference": "3cfc775277a8f2dacdd0f72d196bc87b272a763f"
4051 },
4052 "dist": {
4053 "type": "zip",
4054 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/3cfc775277a8f2dacdd0f72d196bc87b272a763f",
4055 "reference": "3cfc775277a8f2dacdd0f72d196bc87b272a763f",
4056 "shasum": ""
4057 },
4058 "require": {
4059 "php": ">=8.2",
4060 "symfony/config": "^6.4|^7.0",
4061 "symfony/framework-bundle": "^6.4|^7.0",
4062 "symfony/http-kernel": "^6.4|^7.0",
4063 "symfony/routing": "^6.4|^7.0",
4064 "symfony/twig-bundle": "^6.4|^7.0",
4065 "twig/twig": "^3.10"
4066 },
4067 "conflict": {
4068 "symfony/form": "<6.4",
4069 "symfony/mailer": "<6.4",
4070 "symfony/messenger": "<6.4"
4071 },
4072 "require-dev": {
4073 "symfony/browser-kit": "^6.4|^7.0",
4074 "symfony/console": "^6.4|^7.0",
4075 "symfony/css-selector": "^6.4|^7.0",
4076 "symfony/stopwatch": "^6.4|^7.0"
4077 },
4078 "type": "symfony-bundle",
4079 "autoload": {
4080 "psr-4": {
4081 "Symfony\\Bundle\\WebProfilerBundle\\": ""
4082 },
4083 "exclude-from-classmap": [
4084 "/Tests/"
4085 ]
4086 },
4087 "notification-url": "https://packagist.org/downloads/",
4088 "license": [
4089 "MIT"
4090 ],
4091 "authors": [
4092 {
4093 "name": "Fabien Potencier",
4094 "email": "fabien@symfony.com"
4095 },
4096 {
4097 "name": "Symfony Community",
4098 "homepage": "https://symfony.com/contributors"
4099 }
4100 ],
4101 "description": "Provides a development tool that gives detailed information about the execution of any request",
4102 "homepage": "https://symfony.com",
4103 "keywords": [
4104 "dev"
4105 ],
4106 "support": {
4107 "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.1.4"
4108 },
4109 "funding": [
4110 {
4111 "url": "https://symfony.com/sponsor",
4112 "type": "custom"
4113 },
4114 {
4115 "url": "https://github.com/fabpot",
4116 "type": "github"
4117 },
4118 {
4119 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4120 "type": "tidelift"
4121 }
4122 ],
4123 "time": "2024-08-12T09:59:40+00:00"
4124 }
4125 ],
4126 "aliases": [],
4127 "minimum-stability": "stable",
4128 "stability-flags": {
4129 "rapsys/packbundle": 20,
4130 "rapsys/treebundle": 20
4131 },
4132 "prefer-stable": true,
4133 "prefer-lowest": false,
4134 "platform": {
4135 "php": ">=8.2.0",
4136 "ext-ctype": "*",
4137 "ext-iconv": "*"
4138 },
4139 "platform-dev": [],
4140 "plugin-api-version": "2.6.0"
4141 }