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