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