]> Raphaƫl G. Git Repositories - blog/blob - composer.lock
a067e81a42277ffb272bd67f2945956b9a036f2f
[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.3",
471 "source": {
472 "type": "git",
473 "url": "https://github.com/doctrine/deprecations.git",
474 "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
475 },
476 "dist": {
477 "type": "zip",
478 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
479 "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
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.3"
512 },
513 "time": "2024-01-30T19:34:25+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.4",
1160 "source": {
1161 "type": "git",
1162 "url": "https://github.com/doctrine/orm.git",
1163 "reference": "ccfc97c32f63aaa0988ac6aa42e71c5590bb794d"
1164 },
1165 "dist": {
1166 "type": "zip",
1167 "url": "https://api.github.com/repos/doctrine/orm/zipball/ccfc97c32f63aaa0988ac6aa42e71c5590bb794d",
1168 "reference": "ccfc97c32f63aaa0988ac6aa42e71c5590bb794d",
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.4"
1255 },
1256 "time": "2024-01-26T19:41:16+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.3",
2236 "source": {
2237 "type": "git",
2238 "url": "https://github.com/symfony/asset.git",
2239 "reference": "3ae493792fc17cc31b84e231f30f2d154575f171"
2240 },
2241 "dist": {
2242 "type": "zip",
2243 "url": "https://api.github.com/repos/symfony/asset/zipball/3ae493792fc17cc31b84e231f30f2d154575f171",
2244 "reference": "3ae493792fc17cc31b84e231f30f2d154575f171",
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.3"
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": "2024-01-23T15:02:46+00:00"
2301 },
2302 {
2303 "name": "symfony/cache",
2304 "version": "v7.0.3",
2305 "source": {
2306 "type": "git",
2307 "url": "https://github.com/symfony/cache.git",
2308 "reference": "2207eceb2433d74df81232d97439bf508cb9e050"
2309 },
2310 "dist": {
2311 "type": "zip",
2312 "url": "https://api.github.com/repos/symfony/cache/zipball/2207eceb2433d74df81232d97439bf508cb9e050",
2313 "reference": "2207eceb2433d74df81232d97439bf508cb9e050",
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.3"
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": "2024-01-23T15:02:46+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.3",
2477 "source": {
2478 "type": "git",
2479 "url": "https://github.com/symfony/clock.git",
2480 "reference": "1c680e565dc0044d8ed3baeb57835fcacd9c6aed"
2481 },
2482 "dist": {
2483 "type": "zip",
2484 "url": "https://api.github.com/repos/symfony/clock/zipball/1c680e565dc0044d8ed3baeb57835fcacd9c6aed",
2485 "reference": "1c680e565dc0044d8ed3baeb57835fcacd9c6aed",
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.3"
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": "2024-01-23T15:02:46+00:00"
2547 },
2548 {
2549 "name": "symfony/config",
2550 "version": "v7.0.3",
2551 "source": {
2552 "type": "git",
2553 "url": "https://github.com/symfony/config.git",
2554 "reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16"
2555 },
2556 "dist": {
2557 "type": "zip",
2558 "url": "https://api.github.com/repos/symfony/config/zipball/86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16",
2559 "reference": "86a5027869ca3d6bdecae6d5d6c2f77c8f2c1d16",
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.3"
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": "2024-01-30T08:34:29+00:00"
2622 },
2623 {
2624 "name": "symfony/console",
2625 "version": "v7.0.3",
2626 "source": {
2627 "type": "git",
2628 "url": "https://github.com/symfony/console.git",
2629 "reference": "c5010d50f1ee4b25cfa0201d9915cf1b14071456"
2630 },
2631 "dist": {
2632 "type": "zip",
2633 "url": "https://api.github.com/repos/symfony/console/zipball/c5010d50f1ee4b25cfa0201d9915cf1b14071456",
2634 "reference": "c5010d50f1ee4b25cfa0201d9915cf1b14071456",
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.3"
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": "2024-01-23T15:02:46+00:00"
2715 },
2716 {
2717 "name": "symfony/dependency-injection",
2718 "version": "v7.0.3",
2719 "source": {
2720 "type": "git",
2721 "url": "https://github.com/symfony/dependency-injection.git",
2722 "reference": "e915c6684b8e3ae90a4441f6823ebbb40edf0b92"
2723 },
2724 "dist": {
2725 "type": "zip",
2726 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e915c6684b8e3ae90a4441f6823ebbb40edf0b92",
2727 "reference": "e915c6684b8e3ae90a4441f6823ebbb40edf0b92",
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.3"
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": "2024-01-30T08:34:29+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.3",
2866 "source": {
2867 "type": "git",
2868 "url": "https://github.com/symfony/doctrine-bridge.git",
2869 "reference": "fbea8d2b5f5c6cf0a2aab882571a047ee9238cb4"
2870 },
2871 "dist": {
2872 "type": "zip",
2873 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/fbea8d2b5f5c6cf0a2aab882571a047ee9238cb4",
2874 "reference": "fbea8d2b5f5c6cf0a2aab882571a047ee9238cb4",
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.3"
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": "2024-01-30T13:55:15+00:00"
2968 },
2969 {
2970 "name": "symfony/doctrine-messenger",
2971 "version": "v7.0.3",
2972 "source": {
2973 "type": "git",
2974 "url": "https://github.com/symfony/doctrine-messenger.git",
2975 "reference": "2e31535147212328570717d091e082326963d40e"
2976 },
2977 "dist": {
2978 "type": "zip",
2979 "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/2e31535147212328570717d091e082326963d40e",
2980 "reference": "2e31535147212328570717d091e082326963d40e",
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.3"
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": "2024-01-23T15:02:46+00:00"
3040 },
3041 {
3042 "name": "symfony/dotenv",
3043 "version": "v7.0.3",
3044 "source": {
3045 "type": "git",
3046 "url": "https://github.com/symfony/dotenv.git",
3047 "reference": "4c69bf8ff41bd959050033eccb28ebe4b5c9b012"
3048 },
3049 "dist": {
3050 "type": "zip",
3051 "url": "https://api.github.com/repos/symfony/dotenv/zipball/4c69bf8ff41bd959050033eccb28ebe4b5c9b012",
3052 "reference": "4c69bf8ff41bd959050033eccb28ebe4b5c9b012",
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.3"
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": "2024-01-23T15:02:46+00:00"
3114 },
3115 {
3116 "name": "symfony/error-handler",
3117 "version": "v7.0.3",
3118 "source": {
3119 "type": "git",
3120 "url": "https://github.com/symfony/error-handler.git",
3121 "reference": "9441608b79577176b6d8e44012cc3d20b4b45242"
3122 },
3123 "dist": {
3124 "type": "zip",
3125 "url": "https://api.github.com/repos/symfony/error-handler/zipball/9441608b79577176b6d8e44012cc3d20b4b45242",
3126 "reference": "9441608b79577176b6d8e44012cc3d20b4b45242",
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.3"
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": "2024-01-29T15:41:16+00:00"
3189 },
3190 {
3191 "name": "symfony/event-dispatcher",
3192 "version": "v7.0.3",
3193 "source": {
3194 "type": "git",
3195 "url": "https://github.com/symfony/event-dispatcher.git",
3196 "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e"
3197 },
3198 "dist": {
3199 "type": "zip",
3200 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e",
3201 "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e",
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.3"
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": "2024-01-23T15:02:46+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.3",
3349 "source": {
3350 "type": "git",
3351 "url": "https://github.com/symfony/expression-language.git",
3352 "reference": "0877c599cb260c9614f9229c0a2090d6919fd621"
3353 },
3354 "dist": {
3355 "type": "zip",
3356 "url": "https://api.github.com/repos/symfony/expression-language/zipball/0877c599cb260c9614f9229c0a2090d6919fd621",
3357 "reference": "0877c599cb260c9614f9229c0a2090d6919fd621",
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.3"
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": "2024-01-23T15:02:46+00:00"
3408 },
3409 {
3410 "name": "symfony/filesystem",
3411 "version": "v7.0.3",
3412 "source": {
3413 "type": "git",
3414 "url": "https://github.com/symfony/filesystem.git",
3415 "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12"
3416 },
3417 "dist": {
3418 "type": "zip",
3419 "url": "https://api.github.com/repos/symfony/filesystem/zipball/2890e3a825bc0c0558526c04499c13f83e1b6b12",
3420 "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12",
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.3"
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": "2024-01-23T15:02:46+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.3",
3604 "source": {
3605 "type": "git",
3606 "url": "https://github.com/symfony/form.git",
3607 "reference": "76bfa17bf31d86bb00938725f276a84e697491b9"
3608 },
3609 "dist": {
3610 "type": "zip",
3611 "url": "https://api.github.com/repos/symfony/form/zipball/76bfa17bf31d86bb00938725f276a84e697491b9",
3612 "reference": "76bfa17bf31d86bb00938725f276a84e697491b9",
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.3|>=7.0,<7.0.3",
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.3|^7.0.3",
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.3"
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": "2024-01-23T15:02:46+00:00"
3696 },
3697 {
3698 "name": "symfony/framework-bundle",
3699 "version": "v7.0.3",
3700 "source": {
3701 "type": "git",
3702 "url": "https://github.com/symfony/framework-bundle.git",
3703 "reference": "3584457e3dbea9d6d43726e52c18672489669ff5"
3704 },
3705 "dist": {
3706 "type": "zip",
3707 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3584457e3dbea9d6d43726e52c18672489669ff5",
3708 "reference": "3584457e3dbea9d6d43726e52c18672489669ff5",
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.3|>=7.0.0,<7.0.3",
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.3|^7.0.3",
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.3"
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": "2024-01-29T15:41:16+00:00"
3842 },
3843 {
3844 "name": "symfony/http-client",
3845 "version": "v7.0.3",
3846 "source": {
3847 "type": "git",
3848 "url": "https://github.com/symfony/http-client.git",
3849 "reference": "3d2605c07cd14aec294f72f5bf8147702f7a5ada"
3850 },
3851 "dist": {
3852 "type": "zip",
3853 "url": "https://api.github.com/repos/symfony/http-client/zipball/3d2605c07cd14aec294f72f5bf8147702f7a5ada",
3854 "reference": "3d2605c07cd14aec294f72f5bf8147702f7a5ada",
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.3"
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": "2024-01-29T15:41:16+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.3",
4016 "source": {
4017 "type": "git",
4018 "url": "https://github.com/symfony/http-foundation.git",
4019 "reference": "f24e2568376e98978022fd09ce45e2dd049e67c8"
4020 },
4021 "dist": {
4022 "type": "zip",
4023 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f24e2568376e98978022fd09ce45e2dd049e67c8",
4024 "reference": "f24e2568376e98978022fd09ce45e2dd049e67c8",
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.3"
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": "2024-01-23T15:02:46+00:00"
4089 },
4090 {
4091 "name": "symfony/http-kernel",
4092 "version": "v7.0.3",
4093 "source": {
4094 "type": "git",
4095 "url": "https://github.com/symfony/http-kernel.git",
4096 "reference": "6352029d6667e8ac5b54aae95afe10b2706b31ac"
4097 },
4098 "dist": {
4099 "type": "zip",
4100 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6352029d6667e8ac5b54aae95afe10b2706b31ac",
4101 "reference": "6352029d6667e8ac5b54aae95afe10b2706b31ac",
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.3"
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": "2024-01-31T07:32:56+00:00"
4201 },
4202 {
4203 "name": "symfony/intl",
4204 "version": "v7.0.3",
4205 "source": {
4206 "type": "git",
4207 "url": "https://github.com/symfony/intl.git",
4208 "reference": "295995df4acf6790a35b9ce6ec32b313efb11ff8"
4209 },
4210 "dist": {
4211 "type": "zip",
4212 "url": "https://api.github.com/repos/symfony/intl/zipball/295995df4acf6790a35b9ce6ec32b313efb11ff8",
4213 "reference": "295995df4acf6790a35b9ce6ec32b313efb11ff8",
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.3"
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": "2024-01-23T15:02:46+00:00"
4283 },
4284 {
4285 "name": "symfony/mailer",
4286 "version": "v7.0.3",
4287 "source": {
4288 "type": "git",
4289 "url": "https://github.com/symfony/mailer.git",
4290 "reference": "2f71c0f6d62d28784783fdc5477e19dd57065d78"
4291 },
4292 "dist": {
4293 "type": "zip",
4294 "url": "https://api.github.com/repos/symfony/mailer/zipball/2f71c0f6d62d28784783fdc5477e19dd57065d78",
4295 "reference": "2f71c0f6d62d28784783fdc5477e19dd57065d78",
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.3"
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": "2024-01-29T15:41:16+00:00"
4363 },
4364 {
4365 "name": "symfony/messenger",
4366 "version": "v7.0.3",
4367 "source": {
4368 "type": "git",
4369 "url": "https://github.com/symfony/messenger.git",
4370 "reference": "6271373f5dd4cc1750eccb73839d20797bd66072"
4371 },
4372 "dist": {
4373 "type": "zip",
4374 "url": "https://api.github.com/repos/symfony/messenger/zipball/6271373f5dd4cc1750eccb73839d20797bd66072",
4375 "reference": "6271373f5dd4cc1750eccb73839d20797bd66072",
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.3"
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": "2024-01-30T13:55:15+00:00"
4449 },
4450 {
4451 "name": "symfony/mime",
4452 "version": "v7.0.3",
4453 "source": {
4454 "type": "git",
4455 "url": "https://github.com/symfony/mime.git",
4456 "reference": "c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716"
4457 },
4458 "dist": {
4459 "type": "zip",
4460 "url": "https://api.github.com/repos/symfony/mime/zipball/c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716",
4461 "reference": "c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716",
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.3"
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": "2024-01-30T08:34:29+00:00"
4532 },
4533 {
4534 "name": "symfony/monolog-bridge",
4535 "version": "v7.0.3",
4536 "source": {
4537 "type": "git",
4538 "url": "https://github.com/symfony/monolog-bridge.git",
4539 "reference": "5d4f188e60d1e38a1d9d4bb6fbbbc13111dff2b1"
4540 },
4541 "dist": {
4542 "type": "zip",
4543 "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/5d4f188e60d1e38a1d9d4bb6fbbbc13111dff2b1",
4544 "reference": "5d4f188e60d1e38a1d9d4bb6fbbbc13111dff2b1",
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.3"
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": "2024-01-23T15:02:46+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.3",
4695 "source": {
4696 "type": "git",
4697 "url": "https://github.com/symfony/notifier.git",
4698 "reference": "515326dab227ecd3198b04df50edf949f7767a9a"
4699 },
4700 "dist": {
4701 "type": "zip",
4702 "url": "https://api.github.com/repos/symfony/notifier/zipball/515326dab227ecd3198b04df50edf949f7767a9a",
4703 "reference": "515326dab227ecd3198b04df50edf949f7767a9a",
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.3"
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": "2024-01-23T15:02:46+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.3",
4840 "source": {
4841 "type": "git",
4842 "url": "https://github.com/symfony/password-hasher.git",
4843 "reference": "c2447171293bd73dabeae293c8d9d824b444babf"
4844 },
4845 "dist": {
4846 "type": "zip",
4847 "url": "https://api.github.com/repos/symfony/password-hasher/zipball/c2447171293bd73dabeae293c8d9d824b444babf",
4848 "reference": "c2447171293bd73dabeae293c8d9d824b444babf",
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.3"
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": "2024-01-23T15:02:46+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.3",
5414 "source": {
5415 "type": "git",
5416 "url": "https://github.com/symfony/process.git",
5417 "reference": "937a195147e0c27b2759ade834169ed006d0bc74"
5418 },
5419 "dist": {
5420 "type": "zip",
5421 "url": "https://api.github.com/repos/symfony/process/zipball/937a195147e0c27b2759ade834169ed006d0bc74",
5422 "reference": "937a195147e0c27b2759ade834169ed006d0bc74",
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.3"
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": "2024-01-23T15:02:46+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.3",
5523 "source": {
5524 "type": "git",
5525 "url": "https://github.com/symfony/property-access.git",
5526 "reference": "5c7814d1a84bc11254c5bc761d9878b04e708dec"
5527 },
5528 "dist": {
5529 "type": "zip",
5530 "url": "https://api.github.com/repos/symfony/property-access/zipball/5c7814d1a84bc11254c5bc761d9878b04e708dec",
5531 "reference": "5c7814d1a84bc11254c5bc761d9878b04e708dec",
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.3"
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": "2024-01-23T15:02:46+00:00"
5595 },
5596 {
5597 "name": "symfony/property-info",
5598 "version": "v7.0.3",
5599 "source": {
5600 "type": "git",
5601 "url": "https://github.com/symfony/property-info.git",
5602 "reference": "e160f92ea827243abf2dbf36b8460b1377194406"
5603 },
5604 "dist": {
5605 "type": "zip",
5606 "url": "https://api.github.com/repos/symfony/property-info/zipball/e160f92ea827243abf2dbf36b8460b1377194406",
5607 "reference": "e160f92ea827243abf2dbf36b8460b1377194406",
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.3"
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": "2024-01-23T15:02:46+00:00"
5678 },
5679 {
5680 "name": "symfony/routing",
5681 "version": "v7.0.3",
5682 "source": {
5683 "type": "git",
5684 "url": "https://github.com/symfony/routing.git",
5685 "reference": "858b26756ffc35a11238b269b484ee3a393a74d3"
5686 },
5687 "dist": {
5688 "type": "zip",
5689 "url": "https://api.github.com/repos/symfony/routing/zipball/858b26756ffc35a11238b269b484ee3a393a74d3",
5690 "reference": "858b26756ffc35a11238b269b484ee3a393a74d3",
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.3"
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": "2024-01-30T13:55:15+00:00"
5759 },
5760 {
5761 "name": "symfony/runtime",
5762 "version": "v7.0.3",
5763 "source": {
5764 "type": "git",
5765 "url": "https://github.com/symfony/runtime.git",
5766 "reference": "ef2c2fd4b40fb8cd22221154399ad8888e81cdb5"
5767 },
5768 "dist": {
5769 "type": "zip",
5770 "url": "https://api.github.com/repos/symfony/runtime/zipball/ef2c2fd4b40fb8cd22221154399ad8888e81cdb5",
5771 "reference": "ef2c2fd4b40fb8cd22221154399ad8888e81cdb5",
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.3"
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": "2024-01-23T15:02:46+00:00"
5838 },
5839 {
5840 "name": "symfony/security-bundle",
5841 "version": "v7.0.3",
5842 "source": {
5843 "type": "git",
5844 "url": "https://github.com/symfony/security-bundle.git",
5845 "reference": "84984586e74a3c194c17d6b33ccca682ead23e05"
5846 },
5847 "dist": {
5848 "type": "zip",
5849 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/84984586e74a3c194c17d6b33ccca682ead23e05",
5850 "reference": "84984586e74a3c194c17d6b33ccca682ead23e05",
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.3"
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": "2024-01-29T15:41:16+00:00"
5949 },
5950 {
5951 "name": "symfony/security-core",
5952 "version": "v7.0.3",
5953 "source": {
5954 "type": "git",
5955 "url": "https://github.com/symfony/security-core.git",
5956 "reference": "72b9d961a5dcd21e6bc29b99df51a9000a15dde0"
5957 },
5958 "dist": {
5959 "type": "zip",
5960 "url": "https://api.github.com/repos/symfony/security-core/zipball/72b9d961a5dcd21e6bc29b99df51a9000a15dde0",
5961 "reference": "72b9d961a5dcd21e6bc29b99df51a9000a15dde0",
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/translation": "<6.4.3|>=7.0,<7.0.3",
5975 "symfony/validator": "<6.4"
5976 },
5977 "require-dev": {
5978 "psr/cache": "^1.0|^2.0|^3.0",
5979 "psr/container": "^1.1|^2.0",
5980 "psr/log": "^1|^2|^3",
5981 "symfony/cache": "^6.4|^7.0",
5982 "symfony/event-dispatcher": "^6.4|^7.0",
5983 "symfony/expression-language": "^6.4|^7.0",
5984 "symfony/http-foundation": "^6.4|^7.0",
5985 "symfony/ldap": "^6.4|^7.0",
5986 "symfony/string": "^6.4|^7.0",
5987 "symfony/translation": "^6.4.3|^7.0.3",
5988 "symfony/validator": "^6.4|^7.0"
5989 },
5990 "type": "library",
5991 "autoload": {
5992 "psr-4": {
5993 "Symfony\\Component\\Security\\Core\\": ""
5994 },
5995 "exclude-from-classmap": [
5996 "/Tests/"
5997 ]
5998 },
5999 "notification-url": "https://packagist.org/downloads/",
6000 "license": [
6001 "MIT"
6002 ],
6003 "authors": [
6004 {
6005 "name": "Fabien Potencier",
6006 "email": "fabien@symfony.com"
6007 },
6008 {
6009 "name": "Symfony Community",
6010 "homepage": "https://symfony.com/contributors"
6011 }
6012 ],
6013 "description": "Symfony Security Component - Core Library",
6014 "homepage": "https://symfony.com",
6015 "support": {
6016 "source": "https://github.com/symfony/security-core/tree/v7.0.3"
6017 },
6018 "funding": [
6019 {
6020 "url": "https://symfony.com/sponsor",
6021 "type": "custom"
6022 },
6023 {
6024 "url": "https://github.com/fabpot",
6025 "type": "github"
6026 },
6027 {
6028 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6029 "type": "tidelift"
6030 }
6031 ],
6032 "time": "2024-01-23T15:02:46+00:00"
6033 },
6034 {
6035 "name": "symfony/security-csrf",
6036 "version": "v7.0.3",
6037 "source": {
6038 "type": "git",
6039 "url": "https://github.com/symfony/security-csrf.git",
6040 "reference": "f0f724e599f069b768e335e4bdf795726c7dfe8e"
6041 },
6042 "dist": {
6043 "type": "zip",
6044 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/f0f724e599f069b768e335e4bdf795726c7dfe8e",
6045 "reference": "f0f724e599f069b768e335e4bdf795726c7dfe8e",
6046 "shasum": ""
6047 },
6048 "require": {
6049 "php": ">=8.2",
6050 "symfony/security-core": "^6.4|^7.0"
6051 },
6052 "conflict": {
6053 "symfony/http-foundation": "<6.4"
6054 },
6055 "require-dev": {
6056 "symfony/http-foundation": "^6.4|^7.0"
6057 },
6058 "type": "library",
6059 "autoload": {
6060 "psr-4": {
6061 "Symfony\\Component\\Security\\Csrf\\": ""
6062 },
6063 "exclude-from-classmap": [
6064 "/Tests/"
6065 ]
6066 },
6067 "notification-url": "https://packagist.org/downloads/",
6068 "license": [
6069 "MIT"
6070 ],
6071 "authors": [
6072 {
6073 "name": "Fabien Potencier",
6074 "email": "fabien@symfony.com"
6075 },
6076 {
6077 "name": "Symfony Community",
6078 "homepage": "https://symfony.com/contributors"
6079 }
6080 ],
6081 "description": "Symfony Security Component - CSRF Library",
6082 "homepage": "https://symfony.com",
6083 "support": {
6084 "source": "https://github.com/symfony/security-csrf/tree/v7.0.3"
6085 },
6086 "funding": [
6087 {
6088 "url": "https://symfony.com/sponsor",
6089 "type": "custom"
6090 },
6091 {
6092 "url": "https://github.com/fabpot",
6093 "type": "github"
6094 },
6095 {
6096 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6097 "type": "tidelift"
6098 }
6099 ],
6100 "time": "2024-01-23T15:02:46+00:00"
6101 },
6102 {
6103 "name": "symfony/security-http",
6104 "version": "v7.0.3",
6105 "source": {
6106 "type": "git",
6107 "url": "https://github.com/symfony/security-http.git",
6108 "reference": "d974526dc43525a17bd588e45f86f382edd57331"
6109 },
6110 "dist": {
6111 "type": "zip",
6112 "url": "https://api.github.com/repos/symfony/security-http/zipball/d974526dc43525a17bd588e45f86f382edd57331",
6113 "reference": "d974526dc43525a17bd588e45f86f382edd57331",
6114 "shasum": ""
6115 },
6116 "require": {
6117 "php": ">=8.2",
6118 "symfony/http-foundation": "^6.4|^7.0",
6119 "symfony/http-kernel": "^6.4|^7.0",
6120 "symfony/polyfill-mbstring": "~1.0",
6121 "symfony/property-access": "^6.4|^7.0",
6122 "symfony/security-core": "^6.4|^7.0",
6123 "symfony/service-contracts": "^2.5|^3"
6124 },
6125 "conflict": {
6126 "symfony/clock": "<6.4",
6127 "symfony/event-dispatcher": "<6.4",
6128 "symfony/http-client-contracts": "<3.0",
6129 "symfony/security-bundle": "<6.4",
6130 "symfony/security-csrf": "<6.4"
6131 },
6132 "require-dev": {
6133 "psr/log": "^1|^2|^3",
6134 "symfony/cache": "^6.4|^7.0",
6135 "symfony/clock": "^6.4|^7.0",
6136 "symfony/expression-language": "^6.4|^7.0",
6137 "symfony/http-client-contracts": "^3.0",
6138 "symfony/rate-limiter": "^6.4|^7.0",
6139 "symfony/routing": "^6.4|^7.0",
6140 "symfony/security-csrf": "^6.4|^7.0",
6141 "symfony/translation": "^6.4|^7.0",
6142 "web-token/jwt-checker": "^3.1",
6143 "web-token/jwt-signature-algorithm-ecdsa": "^3.1"
6144 },
6145 "type": "library",
6146 "autoload": {
6147 "psr-4": {
6148 "Symfony\\Component\\Security\\Http\\": ""
6149 },
6150 "exclude-from-classmap": [
6151 "/Tests/"
6152 ]
6153 },
6154 "notification-url": "https://packagist.org/downloads/",
6155 "license": [
6156 "MIT"
6157 ],
6158 "authors": [
6159 {
6160 "name": "Fabien Potencier",
6161 "email": "fabien@symfony.com"
6162 },
6163 {
6164 "name": "Symfony Community",
6165 "homepage": "https://symfony.com/contributors"
6166 }
6167 ],
6168 "description": "Symfony Security Component - HTTP Integration",
6169 "homepage": "https://symfony.com",
6170 "support": {
6171 "source": "https://github.com/symfony/security-http/tree/v7.0.3"
6172 },
6173 "funding": [
6174 {
6175 "url": "https://symfony.com/sponsor",
6176 "type": "custom"
6177 },
6178 {
6179 "url": "https://github.com/fabpot",
6180 "type": "github"
6181 },
6182 {
6183 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6184 "type": "tidelift"
6185 }
6186 ],
6187 "time": "2024-01-23T15:02:46+00:00"
6188 },
6189 {
6190 "name": "symfony/serializer",
6191 "version": "v7.0.3",
6192 "source": {
6193 "type": "git",
6194 "url": "https://github.com/symfony/serializer.git",
6195 "reference": "6e83031c481e50b6f28e72531660341f1f120e6f"
6196 },
6197 "dist": {
6198 "type": "zip",
6199 "url": "https://api.github.com/repos/symfony/serializer/zipball/6e83031c481e50b6f28e72531660341f1f120e6f",
6200 "reference": "6e83031c481e50b6f28e72531660341f1f120e6f",
6201 "shasum": ""
6202 },
6203 "require": {
6204 "php": ">=8.2",
6205 "symfony/polyfill-ctype": "~1.8"
6206 },
6207 "conflict": {
6208 "phpdocumentor/reflection-docblock": "<3.2.2",
6209 "phpdocumentor/type-resolver": "<1.4.0",
6210 "symfony/dependency-injection": "<6.4",
6211 "symfony/property-access": "<6.4",
6212 "symfony/property-info": "<6.4",
6213 "symfony/uid": "<6.4",
6214 "symfony/validator": "<6.4",
6215 "symfony/yaml": "<6.4"
6216 },
6217 "require-dev": {
6218 "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
6219 "seld/jsonlint": "^1.10",
6220 "symfony/cache": "^6.4|^7.0",
6221 "symfony/config": "^6.4|^7.0",
6222 "symfony/console": "^6.4|^7.0",
6223 "symfony/dependency-injection": "^6.4|^7.0",
6224 "symfony/error-handler": "^6.4|^7.0",
6225 "symfony/filesystem": "^6.4|^7.0",
6226 "symfony/form": "^6.4|^7.0",
6227 "symfony/http-foundation": "^6.4|^7.0",
6228 "symfony/http-kernel": "^6.4|^7.0",
6229 "symfony/messenger": "^6.4|^7.0",
6230 "symfony/mime": "^6.4|^7.0",
6231 "symfony/property-access": "^6.4|^7.0",
6232 "symfony/property-info": "^6.4|^7.0",
6233 "symfony/translation-contracts": "^2.5|^3",
6234 "symfony/uid": "^6.4|^7.0",
6235 "symfony/validator": "^6.4|^7.0",
6236 "symfony/var-dumper": "^6.4|^7.0",
6237 "symfony/var-exporter": "^6.4|^7.0",
6238 "symfony/yaml": "^6.4|^7.0"
6239 },
6240 "type": "library",
6241 "autoload": {
6242 "psr-4": {
6243 "Symfony\\Component\\Serializer\\": ""
6244 },
6245 "exclude-from-classmap": [
6246 "/Tests/"
6247 ]
6248 },
6249 "notification-url": "https://packagist.org/downloads/",
6250 "license": [
6251 "MIT"
6252 ],
6253 "authors": [
6254 {
6255 "name": "Fabien Potencier",
6256 "email": "fabien@symfony.com"
6257 },
6258 {
6259 "name": "Symfony Community",
6260 "homepage": "https://symfony.com/contributors"
6261 }
6262 ],
6263 "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
6264 "homepage": "https://symfony.com",
6265 "support": {
6266 "source": "https://github.com/symfony/serializer/tree/v7.0.3"
6267 },
6268 "funding": [
6269 {
6270 "url": "https://symfony.com/sponsor",
6271 "type": "custom"
6272 },
6273 {
6274 "url": "https://github.com/fabpot",
6275 "type": "github"
6276 },
6277 {
6278 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6279 "type": "tidelift"
6280 }
6281 ],
6282 "time": "2024-01-30T08:34:29+00:00"
6283 },
6284 {
6285 "name": "symfony/service-contracts",
6286 "version": "v3.4.1",
6287 "source": {
6288 "type": "git",
6289 "url": "https://github.com/symfony/service-contracts.git",
6290 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
6291 },
6292 "dist": {
6293 "type": "zip",
6294 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
6295 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
6296 "shasum": ""
6297 },
6298 "require": {
6299 "php": ">=8.1",
6300 "psr/container": "^1.1|^2.0"
6301 },
6302 "conflict": {
6303 "ext-psr": "<1.1|>=2"
6304 },
6305 "type": "library",
6306 "extra": {
6307 "branch-alias": {
6308 "dev-main": "3.4-dev"
6309 },
6310 "thanks": {
6311 "name": "symfony/contracts",
6312 "url": "https://github.com/symfony/contracts"
6313 }
6314 },
6315 "autoload": {
6316 "psr-4": {
6317 "Symfony\\Contracts\\Service\\": ""
6318 },
6319 "exclude-from-classmap": [
6320 "/Test/"
6321 ]
6322 },
6323 "notification-url": "https://packagist.org/downloads/",
6324 "license": [
6325 "MIT"
6326 ],
6327 "authors": [
6328 {
6329 "name": "Nicolas Grekas",
6330 "email": "p@tchwork.com"
6331 },
6332 {
6333 "name": "Symfony Community",
6334 "homepage": "https://symfony.com/contributors"
6335 }
6336 ],
6337 "description": "Generic abstractions related to writing services",
6338 "homepage": "https://symfony.com",
6339 "keywords": [
6340 "abstractions",
6341 "contracts",
6342 "decoupling",
6343 "interfaces",
6344 "interoperability",
6345 "standards"
6346 ],
6347 "support": {
6348 "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
6349 },
6350 "funding": [
6351 {
6352 "url": "https://symfony.com/sponsor",
6353 "type": "custom"
6354 },
6355 {
6356 "url": "https://github.com/fabpot",
6357 "type": "github"
6358 },
6359 {
6360 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6361 "type": "tidelift"
6362 }
6363 ],
6364 "time": "2023-12-26T14:02:43+00:00"
6365 },
6366 {
6367 "name": "symfony/stopwatch",
6368 "version": "v7.0.3",
6369 "source": {
6370 "type": "git",
6371 "url": "https://github.com/symfony/stopwatch.git",
6372 "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112"
6373 },
6374 "dist": {
6375 "type": "zip",
6376 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/983900d6fddf2b0cbaacacbbad07610854bd8112",
6377 "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112",
6378 "shasum": ""
6379 },
6380 "require": {
6381 "php": ">=8.2",
6382 "symfony/service-contracts": "^2.5|^3"
6383 },
6384 "type": "library",
6385 "autoload": {
6386 "psr-4": {
6387 "Symfony\\Component\\Stopwatch\\": ""
6388 },
6389 "exclude-from-classmap": [
6390 "/Tests/"
6391 ]
6392 },
6393 "notification-url": "https://packagist.org/downloads/",
6394 "license": [
6395 "MIT"
6396 ],
6397 "authors": [
6398 {
6399 "name": "Fabien Potencier",
6400 "email": "fabien@symfony.com"
6401 },
6402 {
6403 "name": "Symfony Community",
6404 "homepage": "https://symfony.com/contributors"
6405 }
6406 ],
6407 "description": "Provides a way to profile code",
6408 "homepage": "https://symfony.com",
6409 "support": {
6410 "source": "https://github.com/symfony/stopwatch/tree/v7.0.3"
6411 },
6412 "funding": [
6413 {
6414 "url": "https://symfony.com/sponsor",
6415 "type": "custom"
6416 },
6417 {
6418 "url": "https://github.com/fabpot",
6419 "type": "github"
6420 },
6421 {
6422 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6423 "type": "tidelift"
6424 }
6425 ],
6426 "time": "2024-01-23T15:02:46+00:00"
6427 },
6428 {
6429 "name": "symfony/string",
6430 "version": "v7.0.3",
6431 "source": {
6432 "type": "git",
6433 "url": "https://github.com/symfony/string.git",
6434 "reference": "524aac4a280b90a4420d8d6a040718d0586505ac"
6435 },
6436 "dist": {
6437 "type": "zip",
6438 "url": "https://api.github.com/repos/symfony/string/zipball/524aac4a280b90a4420d8d6a040718d0586505ac",
6439 "reference": "524aac4a280b90a4420d8d6a040718d0586505ac",
6440 "shasum": ""
6441 },
6442 "require": {
6443 "php": ">=8.2",
6444 "symfony/polyfill-ctype": "~1.8",
6445 "symfony/polyfill-intl-grapheme": "~1.0",
6446 "symfony/polyfill-intl-normalizer": "~1.0",
6447 "symfony/polyfill-mbstring": "~1.0"
6448 },
6449 "conflict": {
6450 "symfony/translation-contracts": "<2.5"
6451 },
6452 "require-dev": {
6453 "symfony/error-handler": "^6.4|^7.0",
6454 "symfony/http-client": "^6.4|^7.0",
6455 "symfony/intl": "^6.4|^7.0",
6456 "symfony/translation-contracts": "^2.5|^3.0",
6457 "symfony/var-exporter": "^6.4|^7.0"
6458 },
6459 "type": "library",
6460 "autoload": {
6461 "files": [
6462 "Resources/functions.php"
6463 ],
6464 "psr-4": {
6465 "Symfony\\Component\\String\\": ""
6466 },
6467 "exclude-from-classmap": [
6468 "/Tests/"
6469 ]
6470 },
6471 "notification-url": "https://packagist.org/downloads/",
6472 "license": [
6473 "MIT"
6474 ],
6475 "authors": [
6476 {
6477 "name": "Nicolas Grekas",
6478 "email": "p@tchwork.com"
6479 },
6480 {
6481 "name": "Symfony Community",
6482 "homepage": "https://symfony.com/contributors"
6483 }
6484 ],
6485 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6486 "homepage": "https://symfony.com",
6487 "keywords": [
6488 "grapheme",
6489 "i18n",
6490 "string",
6491 "unicode",
6492 "utf-8",
6493 "utf8"
6494 ],
6495 "support": {
6496 "source": "https://github.com/symfony/string/tree/v7.0.3"
6497 },
6498 "funding": [
6499 {
6500 "url": "https://symfony.com/sponsor",
6501 "type": "custom"
6502 },
6503 {
6504 "url": "https://github.com/fabpot",
6505 "type": "github"
6506 },
6507 {
6508 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6509 "type": "tidelift"
6510 }
6511 ],
6512 "time": "2024-01-29T15:41:16+00:00"
6513 },
6514 {
6515 "name": "symfony/translation",
6516 "version": "v7.0.3",
6517 "source": {
6518 "type": "git",
6519 "url": "https://github.com/symfony/translation.git",
6520 "reference": "7285f25c7dcc74d9ec1232473114274604e50f00"
6521 },
6522 "dist": {
6523 "type": "zip",
6524 "url": "https://api.github.com/repos/symfony/translation/zipball/7285f25c7dcc74d9ec1232473114274604e50f00",
6525 "reference": "7285f25c7dcc74d9ec1232473114274604e50f00",
6526 "shasum": ""
6527 },
6528 "require": {
6529 "php": ">=8.2",
6530 "symfony/polyfill-mbstring": "~1.0",
6531 "symfony/translation-contracts": "^2.5|^3.0"
6532 },
6533 "conflict": {
6534 "symfony/config": "<6.4",
6535 "symfony/console": "<6.4",
6536 "symfony/dependency-injection": "<6.4",
6537 "symfony/http-client-contracts": "<2.5",
6538 "symfony/http-kernel": "<6.4",
6539 "symfony/service-contracts": "<2.5",
6540 "symfony/twig-bundle": "<6.4",
6541 "symfony/yaml": "<6.4"
6542 },
6543 "provide": {
6544 "symfony/translation-implementation": "2.3|3.0"
6545 },
6546 "require-dev": {
6547 "nikic/php-parser": "^4.18|^5.0",
6548 "psr/log": "^1|^2|^3",
6549 "symfony/config": "^6.4|^7.0",
6550 "symfony/console": "^6.4|^7.0",
6551 "symfony/dependency-injection": "^6.4|^7.0",
6552 "symfony/finder": "^6.4|^7.0",
6553 "symfony/http-client-contracts": "^2.5|^3.0",
6554 "symfony/http-kernel": "^6.4|^7.0",
6555 "symfony/intl": "^6.4|^7.0",
6556 "symfony/polyfill-intl-icu": "^1.21",
6557 "symfony/routing": "^6.4|^7.0",
6558 "symfony/service-contracts": "^2.5|^3",
6559 "symfony/yaml": "^6.4|^7.0"
6560 },
6561 "type": "library",
6562 "autoload": {
6563 "files": [
6564 "Resources/functions.php"
6565 ],
6566 "psr-4": {
6567 "Symfony\\Component\\Translation\\": ""
6568 },
6569 "exclude-from-classmap": [
6570 "/Tests/"
6571 ]
6572 },
6573 "notification-url": "https://packagist.org/downloads/",
6574 "license": [
6575 "MIT"
6576 ],
6577 "authors": [
6578 {
6579 "name": "Fabien Potencier",
6580 "email": "fabien@symfony.com"
6581 },
6582 {
6583 "name": "Symfony Community",
6584 "homepage": "https://symfony.com/contributors"
6585 }
6586 ],
6587 "description": "Provides tools to internationalize your application",
6588 "homepage": "https://symfony.com",
6589 "support": {
6590 "source": "https://github.com/symfony/translation/tree/v7.0.3"
6591 },
6592 "funding": [
6593 {
6594 "url": "https://symfony.com/sponsor",
6595 "type": "custom"
6596 },
6597 {
6598 "url": "https://github.com/fabpot",
6599 "type": "github"
6600 },
6601 {
6602 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6603 "type": "tidelift"
6604 }
6605 ],
6606 "time": "2024-01-29T15:41:16+00:00"
6607 },
6608 {
6609 "name": "symfony/translation-contracts",
6610 "version": "v3.4.1",
6611 "source": {
6612 "type": "git",
6613 "url": "https://github.com/symfony/translation-contracts.git",
6614 "reference": "06450585bf65e978026bda220cdebca3f867fde7"
6615 },
6616 "dist": {
6617 "type": "zip",
6618 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
6619 "reference": "06450585bf65e978026bda220cdebca3f867fde7",
6620 "shasum": ""
6621 },
6622 "require": {
6623 "php": ">=8.1"
6624 },
6625 "type": "library",
6626 "extra": {
6627 "branch-alias": {
6628 "dev-main": "3.4-dev"
6629 },
6630 "thanks": {
6631 "name": "symfony/contracts",
6632 "url": "https://github.com/symfony/contracts"
6633 }
6634 },
6635 "autoload": {
6636 "psr-4": {
6637 "Symfony\\Contracts\\Translation\\": ""
6638 },
6639 "exclude-from-classmap": [
6640 "/Test/"
6641 ]
6642 },
6643 "notification-url": "https://packagist.org/downloads/",
6644 "license": [
6645 "MIT"
6646 ],
6647 "authors": [
6648 {
6649 "name": "Nicolas Grekas",
6650 "email": "p@tchwork.com"
6651 },
6652 {
6653 "name": "Symfony Community",
6654 "homepage": "https://symfony.com/contributors"
6655 }
6656 ],
6657 "description": "Generic abstractions related to translation",
6658 "homepage": "https://symfony.com",
6659 "keywords": [
6660 "abstractions",
6661 "contracts",
6662 "decoupling",
6663 "interfaces",
6664 "interoperability",
6665 "standards"
6666 ],
6667 "support": {
6668 "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
6669 },
6670 "funding": [
6671 {
6672 "url": "https://symfony.com/sponsor",
6673 "type": "custom"
6674 },
6675 {
6676 "url": "https://github.com/fabpot",
6677 "type": "github"
6678 },
6679 {
6680 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6681 "type": "tidelift"
6682 }
6683 ],
6684 "time": "2023-12-26T14:02:43+00:00"
6685 },
6686 {
6687 "name": "symfony/twig-bridge",
6688 "version": "v7.0.3",
6689 "source": {
6690 "type": "git",
6691 "url": "https://github.com/symfony/twig-bridge.git",
6692 "reference": "414ff6930889262a11ec67f351e9810dd8565b0d"
6693 },
6694 "dist": {
6695 "type": "zip",
6696 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/414ff6930889262a11ec67f351e9810dd8565b0d",
6697 "reference": "414ff6930889262a11ec67f351e9810dd8565b0d",
6698 "shasum": ""
6699 },
6700 "require": {
6701 "php": ">=8.2",
6702 "symfony/translation-contracts": "^2.5|^3",
6703 "twig/twig": "^3.0.4"
6704 },
6705 "conflict": {
6706 "phpdocumentor/reflection-docblock": "<3.2.2",
6707 "phpdocumentor/type-resolver": "<1.4.0",
6708 "symfony/console": "<6.4",
6709 "symfony/form": "<6.4",
6710 "symfony/http-foundation": "<6.4",
6711 "symfony/http-kernel": "<6.4",
6712 "symfony/mime": "<6.4",
6713 "symfony/serializer": "<6.4",
6714 "symfony/translation": "<6.4",
6715 "symfony/workflow": "<6.4"
6716 },
6717 "require-dev": {
6718 "egulias/email-validator": "^2.1.10|^3|^4",
6719 "league/html-to-markdown": "^5.0",
6720 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6721 "symfony/asset": "^6.4|^7.0",
6722 "symfony/asset-mapper": "^6.4|^7.0",
6723 "symfony/console": "^6.4|^7.0",
6724 "symfony/dependency-injection": "^6.4|^7.0",
6725 "symfony/expression-language": "^6.4|^7.0",
6726 "symfony/finder": "^6.4|^7.0",
6727 "symfony/form": "^6.4|^7.0",
6728 "symfony/html-sanitizer": "^6.4|^7.0",
6729 "symfony/http-foundation": "^6.4|^7.0",
6730 "symfony/http-kernel": "^6.4|^7.0",
6731 "symfony/intl": "^6.4|^7.0",
6732 "symfony/mime": "^6.4|^7.0",
6733 "symfony/polyfill-intl-icu": "~1.0",
6734 "symfony/property-info": "^6.4|^7.0",
6735 "symfony/routing": "^6.4|^7.0",
6736 "symfony/security-acl": "^2.8|^3.0",
6737 "symfony/security-core": "^6.4|^7.0",
6738 "symfony/security-csrf": "^6.4|^7.0",
6739 "symfony/security-http": "^6.4|^7.0",
6740 "symfony/serializer": "^6.4.3|^7.0.3",
6741 "symfony/stopwatch": "^6.4|^7.0",
6742 "symfony/translation": "^6.4|^7.0",
6743 "symfony/web-link": "^6.4|^7.0",
6744 "symfony/workflow": "^6.4|^7.0",
6745 "symfony/yaml": "^6.4|^7.0",
6746 "twig/cssinliner-extra": "^2.12|^3",
6747 "twig/inky-extra": "^2.12|^3",
6748 "twig/markdown-extra": "^2.12|^3"
6749 },
6750 "type": "symfony-bridge",
6751 "autoload": {
6752 "psr-4": {
6753 "Symfony\\Bridge\\Twig\\": ""
6754 },
6755 "exclude-from-classmap": [
6756 "/Tests/"
6757 ]
6758 },
6759 "notification-url": "https://packagist.org/downloads/",
6760 "license": [
6761 "MIT"
6762 ],
6763 "authors": [
6764 {
6765 "name": "Fabien Potencier",
6766 "email": "fabien@symfony.com"
6767 },
6768 {
6769 "name": "Symfony Community",
6770 "homepage": "https://symfony.com/contributors"
6771 }
6772 ],
6773 "description": "Provides integration for Twig with various Symfony components",
6774 "homepage": "https://symfony.com",
6775 "support": {
6776 "source": "https://github.com/symfony/twig-bridge/tree/v7.0.3"
6777 },
6778 "funding": [
6779 {
6780 "url": "https://symfony.com/sponsor",
6781 "type": "custom"
6782 },
6783 {
6784 "url": "https://github.com/fabpot",
6785 "type": "github"
6786 },
6787 {
6788 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6789 "type": "tidelift"
6790 }
6791 ],
6792 "time": "2024-01-30T08:34:29+00:00"
6793 },
6794 {
6795 "name": "symfony/twig-bundle",
6796 "version": "v7.0.3",
6797 "source": {
6798 "type": "git",
6799 "url": "https://github.com/symfony/twig-bundle.git",
6800 "reference": "6fbf0cc2b0d0208be4881ff6069665687396b323"
6801 },
6802 "dist": {
6803 "type": "zip",
6804 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/6fbf0cc2b0d0208be4881ff6069665687396b323",
6805 "reference": "6fbf0cc2b0d0208be4881ff6069665687396b323",
6806 "shasum": ""
6807 },
6808 "require": {
6809 "composer-runtime-api": ">=2.1",
6810 "php": ">=8.2",
6811 "symfony/config": "^6.4|^7.0",
6812 "symfony/dependency-injection": "^6.4|^7.0",
6813 "symfony/http-foundation": "^6.4|^7.0",
6814 "symfony/http-kernel": "^6.4|^7.0",
6815 "symfony/twig-bridge": "^6.4|^7.0",
6816 "twig/twig": "^3.0.4"
6817 },
6818 "conflict": {
6819 "symfony/framework-bundle": "<6.4",
6820 "symfony/translation": "<6.4"
6821 },
6822 "require-dev": {
6823 "symfony/asset": "^6.4|^7.0",
6824 "symfony/expression-language": "^6.4|^7.0",
6825 "symfony/finder": "^6.4|^7.0",
6826 "symfony/form": "^6.4|^7.0",
6827 "symfony/framework-bundle": "^6.4|^7.0",
6828 "symfony/routing": "^6.4|^7.0",
6829 "symfony/stopwatch": "^6.4|^7.0",
6830 "symfony/translation": "^6.4|^7.0",
6831 "symfony/web-link": "^6.4|^7.0",
6832 "symfony/yaml": "^6.4|^7.0"
6833 },
6834 "type": "symfony-bundle",
6835 "autoload": {
6836 "psr-4": {
6837 "Symfony\\Bundle\\TwigBundle\\": ""
6838 },
6839 "exclude-from-classmap": [
6840 "/Tests/"
6841 ]
6842 },
6843 "notification-url": "https://packagist.org/downloads/",
6844 "license": [
6845 "MIT"
6846 ],
6847 "authors": [
6848 {
6849 "name": "Fabien Potencier",
6850 "email": "fabien@symfony.com"
6851 },
6852 {
6853 "name": "Symfony Community",
6854 "homepage": "https://symfony.com/contributors"
6855 }
6856 ],
6857 "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
6858 "homepage": "https://symfony.com",
6859 "support": {
6860 "source": "https://github.com/symfony/twig-bundle/tree/v7.0.3"
6861 },
6862 "funding": [
6863 {
6864 "url": "https://symfony.com/sponsor",
6865 "type": "custom"
6866 },
6867 {
6868 "url": "https://github.com/fabpot",
6869 "type": "github"
6870 },
6871 {
6872 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6873 "type": "tidelift"
6874 }
6875 ],
6876 "time": "2024-01-23T15:02:46+00:00"
6877 },
6878 {
6879 "name": "symfony/validator",
6880 "version": "v7.0.3",
6881 "source": {
6882 "type": "git",
6883 "url": "https://github.com/symfony/validator.git",
6884 "reference": "03b0c75d7d3df1ef9a0fd9fb8db1e86f83ffa2bb"
6885 },
6886 "dist": {
6887 "type": "zip",
6888 "url": "https://api.github.com/repos/symfony/validator/zipball/03b0c75d7d3df1ef9a0fd9fb8db1e86f83ffa2bb",
6889 "reference": "03b0c75d7d3df1ef9a0fd9fb8db1e86f83ffa2bb",
6890 "shasum": ""
6891 },
6892 "require": {
6893 "php": ">=8.2",
6894 "symfony/polyfill-ctype": "~1.8",
6895 "symfony/polyfill-mbstring": "~1.0",
6896 "symfony/polyfill-php83": "^1.27",
6897 "symfony/translation-contracts": "^2.5|^3"
6898 },
6899 "conflict": {
6900 "doctrine/lexer": "<1.1",
6901 "symfony/dependency-injection": "<6.4",
6902 "symfony/doctrine-bridge": "<7.0",
6903 "symfony/expression-language": "<6.4",
6904 "symfony/http-kernel": "<6.4",
6905 "symfony/intl": "<6.4",
6906 "symfony/property-info": "<6.4",
6907 "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
6908 "symfony/yaml": "<6.4"
6909 },
6910 "require-dev": {
6911 "egulias/email-validator": "^2.1.10|^3|^4",
6912 "symfony/cache": "^6.4|^7.0",
6913 "symfony/config": "^6.4|^7.0",
6914 "symfony/console": "^6.4|^7.0",
6915 "symfony/dependency-injection": "^6.4|^7.0",
6916 "symfony/expression-language": "^6.4|^7.0",
6917 "symfony/finder": "^6.4|^7.0",
6918 "symfony/http-client": "^6.4|^7.0",
6919 "symfony/http-foundation": "^6.4|^7.0",
6920 "symfony/http-kernel": "^6.4|^7.0",
6921 "symfony/intl": "^6.4|^7.0",
6922 "symfony/mime": "^6.4|^7.0",
6923 "symfony/property-access": "^6.4|^7.0",
6924 "symfony/property-info": "^6.4|^7.0",
6925 "symfony/translation": "^6.4.3|^7.0.3",
6926 "symfony/yaml": "^6.4|^7.0"
6927 },
6928 "type": "library",
6929 "autoload": {
6930 "psr-4": {
6931 "Symfony\\Component\\Validator\\": ""
6932 },
6933 "exclude-from-classmap": [
6934 "/Tests/"
6935 ]
6936 },
6937 "notification-url": "https://packagist.org/downloads/",
6938 "license": [
6939 "MIT"
6940 ],
6941 "authors": [
6942 {
6943 "name": "Fabien Potencier",
6944 "email": "fabien@symfony.com"
6945 },
6946 {
6947 "name": "Symfony Community",
6948 "homepage": "https://symfony.com/contributors"
6949 }
6950 ],
6951 "description": "Provides tools to validate values",
6952 "homepage": "https://symfony.com",
6953 "support": {
6954 "source": "https://github.com/symfony/validator/tree/v7.0.3"
6955 },
6956 "funding": [
6957 {
6958 "url": "https://symfony.com/sponsor",
6959 "type": "custom"
6960 },
6961 {
6962 "url": "https://github.com/fabpot",
6963 "type": "github"
6964 },
6965 {
6966 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6967 "type": "tidelift"
6968 }
6969 ],
6970 "time": "2024-01-29T15:41:16+00:00"
6971 },
6972 {
6973 "name": "symfony/var-dumper",
6974 "version": "v7.0.3",
6975 "source": {
6976 "type": "git",
6977 "url": "https://github.com/symfony/var-dumper.git",
6978 "reference": "a7a061abbf6fe3d4a79032cbc5149a4d65a10234"
6979 },
6980 "dist": {
6981 "type": "zip",
6982 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a7a061abbf6fe3d4a79032cbc5149a4d65a10234",
6983 "reference": "a7a061abbf6fe3d4a79032cbc5149a4d65a10234",
6984 "shasum": ""
6985 },
6986 "require": {
6987 "php": ">=8.2",
6988 "symfony/polyfill-mbstring": "~1.0"
6989 },
6990 "conflict": {
6991 "symfony/console": "<6.4"
6992 },
6993 "require-dev": {
6994 "ext-iconv": "*",
6995 "symfony/console": "^6.4|^7.0",
6996 "symfony/http-kernel": "^6.4|^7.0",
6997 "symfony/process": "^6.4|^7.0",
6998 "symfony/uid": "^6.4|^7.0",
6999 "twig/twig": "^3.0.4"
7000 },
7001 "bin": [
7002 "Resources/bin/var-dump-server"
7003 ],
7004 "type": "library",
7005 "autoload": {
7006 "files": [
7007 "Resources/functions/dump.php"
7008 ],
7009 "psr-4": {
7010 "Symfony\\Component\\VarDumper\\": ""
7011 },
7012 "exclude-from-classmap": [
7013 "/Tests/"
7014 ]
7015 },
7016 "notification-url": "https://packagist.org/downloads/",
7017 "license": [
7018 "MIT"
7019 ],
7020 "authors": [
7021 {
7022 "name": "Nicolas Grekas",
7023 "email": "p@tchwork.com"
7024 },
7025 {
7026 "name": "Symfony Community",
7027 "homepage": "https://symfony.com/contributors"
7028 }
7029 ],
7030 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7031 "homepage": "https://symfony.com",
7032 "keywords": [
7033 "debug",
7034 "dump"
7035 ],
7036 "support": {
7037 "source": "https://github.com/symfony/var-dumper/tree/v7.0.3"
7038 },
7039 "funding": [
7040 {
7041 "url": "https://symfony.com/sponsor",
7042 "type": "custom"
7043 },
7044 {
7045 "url": "https://github.com/fabpot",
7046 "type": "github"
7047 },
7048 {
7049 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7050 "type": "tidelift"
7051 }
7052 ],
7053 "time": "2024-01-23T15:02:46+00:00"
7054 },
7055 {
7056 "name": "symfony/var-exporter",
7057 "version": "v7.0.3",
7058 "source": {
7059 "type": "git",
7060 "url": "https://github.com/symfony/var-exporter.git",
7061 "reference": "1fb79308cb5fc2b44bff6e8af10a5af6812e05b8"
7062 },
7063 "dist": {
7064 "type": "zip",
7065 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1fb79308cb5fc2b44bff6e8af10a5af6812e05b8",
7066 "reference": "1fb79308cb5fc2b44bff6e8af10a5af6812e05b8",
7067 "shasum": ""
7068 },
7069 "require": {
7070 "php": ">=8.2"
7071 },
7072 "require-dev": {
7073 "symfony/var-dumper": "^6.4|^7.0"
7074 },
7075 "type": "library",
7076 "autoload": {
7077 "psr-4": {
7078 "Symfony\\Component\\VarExporter\\": ""
7079 },
7080 "exclude-from-classmap": [
7081 "/Tests/"
7082 ]
7083 },
7084 "notification-url": "https://packagist.org/downloads/",
7085 "license": [
7086 "MIT"
7087 ],
7088 "authors": [
7089 {
7090 "name": "Nicolas Grekas",
7091 "email": "p@tchwork.com"
7092 },
7093 {
7094 "name": "Symfony Community",
7095 "homepage": "https://symfony.com/contributors"
7096 }
7097 ],
7098 "description": "Allows exporting any serializable PHP data structure to plain PHP code",
7099 "homepage": "https://symfony.com",
7100 "keywords": [
7101 "clone",
7102 "construct",
7103 "export",
7104 "hydrate",
7105 "instantiate",
7106 "lazy-loading",
7107 "proxy",
7108 "serialize"
7109 ],
7110 "support": {
7111 "source": "https://github.com/symfony/var-exporter/tree/v7.0.3"
7112 },
7113 "funding": [
7114 {
7115 "url": "https://symfony.com/sponsor",
7116 "type": "custom"
7117 },
7118 {
7119 "url": "https://github.com/fabpot",
7120 "type": "github"
7121 },
7122 {
7123 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7124 "type": "tidelift"
7125 }
7126 ],
7127 "time": "2024-01-23T15:02:46+00:00"
7128 },
7129 {
7130 "name": "symfony/web-link",
7131 "version": "v7.0.3",
7132 "source": {
7133 "type": "git",
7134 "url": "https://github.com/symfony/web-link.git",
7135 "reference": "855a347feb2ecfc1d1a379c739aff956d4cbec00"
7136 },
7137 "dist": {
7138 "type": "zip",
7139 "url": "https://api.github.com/repos/symfony/web-link/zipball/855a347feb2ecfc1d1a379c739aff956d4cbec00",
7140 "reference": "855a347feb2ecfc1d1a379c739aff956d4cbec00",
7141 "shasum": ""
7142 },
7143 "require": {
7144 "php": ">=8.2",
7145 "psr/link": "^1.1|^2.0"
7146 },
7147 "conflict": {
7148 "symfony/http-kernel": "<6.4"
7149 },
7150 "provide": {
7151 "psr/link-implementation": "1.0|2.0"
7152 },
7153 "require-dev": {
7154 "symfony/http-kernel": "^6.4|^7.0"
7155 },
7156 "type": "library",
7157 "autoload": {
7158 "psr-4": {
7159 "Symfony\\Component\\WebLink\\": ""
7160 },
7161 "exclude-from-classmap": [
7162 "/Tests/"
7163 ]
7164 },
7165 "notification-url": "https://packagist.org/downloads/",
7166 "license": [
7167 "MIT"
7168 ],
7169 "authors": [
7170 {
7171 "name": "KĆ©vin Dunglas",
7172 "email": "dunglas@gmail.com"
7173 },
7174 {
7175 "name": "Symfony Community",
7176 "homepage": "https://symfony.com/contributors"
7177 }
7178 ],
7179 "description": "Manages links between resources",
7180 "homepage": "https://symfony.com",
7181 "keywords": [
7182 "dns-prefetch",
7183 "http",
7184 "http2",
7185 "link",
7186 "performance",
7187 "prefetch",
7188 "preload",
7189 "prerender",
7190 "psr13",
7191 "push"
7192 ],
7193 "support": {
7194 "source": "https://github.com/symfony/web-link/tree/v7.0.3"
7195 },
7196 "funding": [
7197 {
7198 "url": "https://symfony.com/sponsor",
7199 "type": "custom"
7200 },
7201 {
7202 "url": "https://github.com/fabpot",
7203 "type": "github"
7204 },
7205 {
7206 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7207 "type": "tidelift"
7208 }
7209 ],
7210 "time": "2024-01-23T15:02:46+00:00"
7211 },
7212 {
7213 "name": "symfony/web-profiler-bundle",
7214 "version": "v7.0.3",
7215 "source": {
7216 "type": "git",
7217 "url": "https://github.com/symfony/web-profiler-bundle.git",
7218 "reference": "320dbcaa6e3a72797a614216703df8b187f19265"
7219 },
7220 "dist": {
7221 "type": "zip",
7222 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/320dbcaa6e3a72797a614216703df8b187f19265",
7223 "reference": "320dbcaa6e3a72797a614216703df8b187f19265",
7224 "shasum": ""
7225 },
7226 "require": {
7227 "php": ">=8.2",
7228 "symfony/config": "^6.4|^7.0",
7229 "symfony/framework-bundle": "^6.4|^7.0",
7230 "symfony/http-kernel": "^6.4|^7.0",
7231 "symfony/routing": "^6.4|^7.0",
7232 "symfony/twig-bundle": "^6.4|^7.0",
7233 "twig/twig": "^3.0.4"
7234 },
7235 "conflict": {
7236 "symfony/form": "<6.4",
7237 "symfony/mailer": "<6.4",
7238 "symfony/messenger": "<6.4"
7239 },
7240 "require-dev": {
7241 "symfony/browser-kit": "^6.4|^7.0",
7242 "symfony/console": "^6.4|^7.0",
7243 "symfony/css-selector": "^6.4|^7.0",
7244 "symfony/stopwatch": "^6.4|^7.0"
7245 },
7246 "type": "symfony-bundle",
7247 "autoload": {
7248 "psr-4": {
7249 "Symfony\\Bundle\\WebProfilerBundle\\": ""
7250 },
7251 "exclude-from-classmap": [
7252 "/Tests/"
7253 ]
7254 },
7255 "notification-url": "https://packagist.org/downloads/",
7256 "license": [
7257 "MIT"
7258 ],
7259 "authors": [
7260 {
7261 "name": "Fabien Potencier",
7262 "email": "fabien@symfony.com"
7263 },
7264 {
7265 "name": "Symfony Community",
7266 "homepage": "https://symfony.com/contributors"
7267 }
7268 ],
7269 "description": "Provides a development tool that gives detailed information about the execution of any request",
7270 "homepage": "https://symfony.com",
7271 "keywords": [
7272 "dev"
7273 ],
7274 "support": {
7275 "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.0.3"
7276 },
7277 "funding": [
7278 {
7279 "url": "https://symfony.com/sponsor",
7280 "type": "custom"
7281 },
7282 {
7283 "url": "https://github.com/fabpot",
7284 "type": "github"
7285 },
7286 {
7287 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7288 "type": "tidelift"
7289 }
7290 ],
7291 "time": "2024-01-29T15:41:16+00:00"
7292 },
7293 {
7294 "name": "symfony/yaml",
7295 "version": "v7.0.3",
7296 "source": {
7297 "type": "git",
7298 "url": "https://github.com/symfony/yaml.git",
7299 "reference": "2d4fca631c00700597e9442a0b2451ce234513d3"
7300 },
7301 "dist": {
7302 "type": "zip",
7303 "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3",
7304 "reference": "2d4fca631c00700597e9442a0b2451ce234513d3",
7305 "shasum": ""
7306 },
7307 "require": {
7308 "php": ">=8.2",
7309 "symfony/polyfill-ctype": "^1.8"
7310 },
7311 "conflict": {
7312 "symfony/console": "<6.4"
7313 },
7314 "require-dev": {
7315 "symfony/console": "^6.4|^7.0"
7316 },
7317 "bin": [
7318 "Resources/bin/yaml-lint"
7319 ],
7320 "type": "library",
7321 "autoload": {
7322 "psr-4": {
7323 "Symfony\\Component\\Yaml\\": ""
7324 },
7325 "exclude-from-classmap": [
7326 "/Tests/"
7327 ]
7328 },
7329 "notification-url": "https://packagist.org/downloads/",
7330 "license": [
7331 "MIT"
7332 ],
7333 "authors": [
7334 {
7335 "name": "Fabien Potencier",
7336 "email": "fabien@symfony.com"
7337 },
7338 {
7339 "name": "Symfony Community",
7340 "homepage": "https://symfony.com/contributors"
7341 }
7342 ],
7343 "description": "Loads and dumps YAML files",
7344 "homepage": "https://symfony.com",
7345 "support": {
7346 "source": "https://github.com/symfony/yaml/tree/v7.0.3"
7347 },
7348 "funding": [
7349 {
7350 "url": "https://symfony.com/sponsor",
7351 "type": "custom"
7352 },
7353 {
7354 "url": "https://github.com/fabpot",
7355 "type": "github"
7356 },
7357 {
7358 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7359 "type": "tidelift"
7360 }
7361 ],
7362 "time": "2024-01-23T15:02:46+00:00"
7363 },
7364 {
7365 "name": "twig/extra-bundle",
7366 "version": "v3.8.0",
7367 "source": {
7368 "type": "git",
7369 "url": "https://github.com/twigphp/twig-extra-bundle.git",
7370 "reference": "32807183753de0388c8e59f7ac2d13bb47311140"
7371 },
7372 "dist": {
7373 "type": "zip",
7374 "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/32807183753de0388c8e59f7ac2d13bb47311140",
7375 "reference": "32807183753de0388c8e59f7ac2d13bb47311140",
7376 "shasum": ""
7377 },
7378 "require": {
7379 "php": ">=7.2.5",
7380 "symfony/framework-bundle": "^5.4|^6.0|^7.0",
7381 "symfony/twig-bundle": "^5.4|^6.0|^7.0",
7382 "twig/twig": "^3.0"
7383 },
7384 "require-dev": {
7385 "league/commonmark": "^1.0|^2.0",
7386 "symfony/phpunit-bridge": "^6.4|^7.0",
7387 "twig/cache-extra": "^3.0",
7388 "twig/cssinliner-extra": "^2.12|^3.0",
7389 "twig/html-extra": "^2.12|^3.0",
7390 "twig/inky-extra": "^2.12|^3.0",
7391 "twig/intl-extra": "^2.12|^3.0",
7392 "twig/markdown-extra": "^2.12|^3.0",
7393 "twig/string-extra": "^2.12|^3.0"
7394 },
7395 "type": "symfony-bundle",
7396 "autoload": {
7397 "psr-4": {
7398 "Twig\\Extra\\TwigExtraBundle\\": ""
7399 },
7400 "exclude-from-classmap": [
7401 "/Tests/"
7402 ]
7403 },
7404 "notification-url": "https://packagist.org/downloads/",
7405 "license": [
7406 "MIT"
7407 ],
7408 "authors": [
7409 {
7410 "name": "Fabien Potencier",
7411 "email": "fabien@symfony.com",
7412 "homepage": "http://fabien.potencier.org",
7413 "role": "Lead Developer"
7414 }
7415 ],
7416 "description": "A Symfony bundle for extra Twig extensions",
7417 "homepage": "https://twig.symfony.com",
7418 "keywords": [
7419 "bundle",
7420 "extra",
7421 "twig"
7422 ],
7423 "support": {
7424 "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.8.0"
7425 },
7426 "funding": [
7427 {
7428 "url": "https://github.com/fabpot",
7429 "type": "github"
7430 },
7431 {
7432 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7433 "type": "tidelift"
7434 }
7435 ],
7436 "time": "2023-11-21T14:02:01+00:00"
7437 },
7438 {
7439 "name": "twig/html-extra",
7440 "version": "v3.8.0",
7441 "source": {
7442 "type": "git",
7443 "url": "https://github.com/twigphp/html-extra.git",
7444 "reference": "c04603bb3b71d8d2ece9e583dbf7bd77811df1f2"
7445 },
7446 "dist": {
7447 "type": "zip",
7448 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/c04603bb3b71d8d2ece9e583dbf7bd77811df1f2",
7449 "reference": "c04603bb3b71d8d2ece9e583dbf7bd77811df1f2",
7450 "shasum": ""
7451 },
7452 "require": {
7453 "php": ">=7.2.5",
7454 "symfony/mime": "^5.4|^6.0|^7.0",
7455 "twig/twig": "^3.0"
7456 },
7457 "require-dev": {
7458 "symfony/phpunit-bridge": "^6.4|^7.0"
7459 },
7460 "type": "library",
7461 "autoload": {
7462 "psr-4": {
7463 "Twig\\Extra\\Html\\": ""
7464 },
7465 "exclude-from-classmap": [
7466 "/Tests/"
7467 ]
7468 },
7469 "notification-url": "https://packagist.org/downloads/",
7470 "license": [
7471 "MIT"
7472 ],
7473 "authors": [
7474 {
7475 "name": "Fabien Potencier",
7476 "email": "fabien@symfony.com",
7477 "homepage": "http://fabien.potencier.org",
7478 "role": "Lead Developer"
7479 }
7480 ],
7481 "description": "A Twig extension for HTML",
7482 "homepage": "https://twig.symfony.com",
7483 "keywords": [
7484 "html",
7485 "twig"
7486 ],
7487 "support": {
7488 "source": "https://github.com/twigphp/html-extra/tree/v3.8.0"
7489 },
7490 "funding": [
7491 {
7492 "url": "https://github.com/fabpot",
7493 "type": "github"
7494 },
7495 {
7496 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7497 "type": "tidelift"
7498 }
7499 ],
7500 "time": "2023-11-21T14:02:01+00:00"
7501 },
7502 {
7503 "name": "twig/intl-extra",
7504 "version": "v3.8.0",
7505 "source": {
7506 "type": "git",
7507 "url": "https://github.com/twigphp/intl-extra.git",
7508 "reference": "7b3db67c700735f473a265a97e1adaeba3e6ca0c"
7509 },
7510 "dist": {
7511 "type": "zip",
7512 "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/7b3db67c700735f473a265a97e1adaeba3e6ca0c",
7513 "reference": "7b3db67c700735f473a265a97e1adaeba3e6ca0c",
7514 "shasum": ""
7515 },
7516 "require": {
7517 "php": ">=7.2.5",
7518 "symfony/intl": "^5.4|^6.0|^7.0",
7519 "twig/twig": "^3.0"
7520 },
7521 "require-dev": {
7522 "symfony/phpunit-bridge": "^6.4|^7.0"
7523 },
7524 "type": "library",
7525 "autoload": {
7526 "psr-4": {
7527 "Twig\\Extra\\Intl\\": ""
7528 },
7529 "exclude-from-classmap": [
7530 "/Tests/"
7531 ]
7532 },
7533 "notification-url": "https://packagist.org/downloads/",
7534 "license": [
7535 "MIT"
7536 ],
7537 "authors": [
7538 {
7539 "name": "Fabien Potencier",
7540 "email": "fabien@symfony.com",
7541 "homepage": "http://fabien.potencier.org",
7542 "role": "Lead Developer"
7543 }
7544 ],
7545 "description": "A Twig extension for Intl",
7546 "homepage": "https://twig.symfony.com",
7547 "keywords": [
7548 "intl",
7549 "twig"
7550 ],
7551 "support": {
7552 "source": "https://github.com/twigphp/intl-extra/tree/v3.8.0"
7553 },
7554 "funding": [
7555 {
7556 "url": "https://github.com/fabpot",
7557 "type": "github"
7558 },
7559 {
7560 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7561 "type": "tidelift"
7562 }
7563 ],
7564 "time": "2023-11-21T17:27:48+00:00"
7565 },
7566 {
7567 "name": "twig/markdown-extra",
7568 "version": "v3.8.0",
7569 "source": {
7570 "type": "git",
7571 "url": "https://github.com/twigphp/markdown-extra.git",
7572 "reference": "b6e4954ab60030233df5d293886b5404558daac8"
7573 },
7574 "dist": {
7575 "type": "zip",
7576 "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/b6e4954ab60030233df5d293886b5404558daac8",
7577 "reference": "b6e4954ab60030233df5d293886b5404558daac8",
7578 "shasum": ""
7579 },
7580 "require": {
7581 "php": ">=7.2.5",
7582 "twig/twig": "^3.0"
7583 },
7584 "require-dev": {
7585 "erusev/parsedown": "^1.7",
7586 "league/commonmark": "^1.0|^2.0",
7587 "league/html-to-markdown": "^4.8|^5.0",
7588 "michelf/php-markdown": "^1.8|^2.0",
7589 "symfony/phpunit-bridge": "^6.4|^7.0"
7590 },
7591 "type": "library",
7592 "autoload": {
7593 "psr-4": {
7594 "Twig\\Extra\\Markdown\\": ""
7595 },
7596 "exclude-from-classmap": [
7597 "/Tests/"
7598 ]
7599 },
7600 "notification-url": "https://packagist.org/downloads/",
7601 "license": [
7602 "MIT"
7603 ],
7604 "authors": [
7605 {
7606 "name": "Fabien Potencier",
7607 "email": "fabien@symfony.com",
7608 "homepage": "http://fabien.potencier.org",
7609 "role": "Lead Developer"
7610 }
7611 ],
7612 "description": "A Twig extension for Markdown",
7613 "homepage": "https://twig.symfony.com",
7614 "keywords": [
7615 "html",
7616 "markdown",
7617 "twig"
7618 ],
7619 "support": {
7620 "source": "https://github.com/twigphp/markdown-extra/tree/v3.8.0"
7621 },
7622 "funding": [
7623 {
7624 "url": "https://github.com/fabpot",
7625 "type": "github"
7626 },
7627 {
7628 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7629 "type": "tidelift"
7630 }
7631 ],
7632 "time": "2023-11-21T14:02:01+00:00"
7633 },
7634 {
7635 "name": "twig/twig",
7636 "version": "v3.8.0",
7637 "source": {
7638 "type": "git",
7639 "url": "https://github.com/twigphp/Twig.git",
7640 "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d"
7641 },
7642 "dist": {
7643 "type": "zip",
7644 "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
7645 "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
7646 "shasum": ""
7647 },
7648 "require": {
7649 "php": ">=7.2.5",
7650 "symfony/polyfill-ctype": "^1.8",
7651 "symfony/polyfill-mbstring": "^1.3",
7652 "symfony/polyfill-php80": "^1.22"
7653 },
7654 "require-dev": {
7655 "psr/container": "^1.0|^2.0",
7656 "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0"
7657 },
7658 "type": "library",
7659 "autoload": {
7660 "psr-4": {
7661 "Twig\\": "src/"
7662 }
7663 },
7664 "notification-url": "https://packagist.org/downloads/",
7665 "license": [
7666 "BSD-3-Clause"
7667 ],
7668 "authors": [
7669 {
7670 "name": "Fabien Potencier",
7671 "email": "fabien@symfony.com",
7672 "homepage": "http://fabien.potencier.org",
7673 "role": "Lead Developer"
7674 },
7675 {
7676 "name": "Twig Team",
7677 "role": "Contributors"
7678 },
7679 {
7680 "name": "Armin Ronacher",
7681 "email": "armin.ronacher@active-4.com",
7682 "role": "Project Founder"
7683 }
7684 ],
7685 "description": "Twig, the flexible, fast, and secure template language for PHP",
7686 "homepage": "https://twig.symfony.com",
7687 "keywords": [
7688 "templating"
7689 ],
7690 "support": {
7691 "issues": "https://github.com/twigphp/Twig/issues",
7692 "source": "https://github.com/twigphp/Twig/tree/v3.8.0"
7693 },
7694 "funding": [
7695 {
7696 "url": "https://github.com/fabpot",
7697 "type": "github"
7698 },
7699 {
7700 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7701 "type": "tidelift"
7702 }
7703 ],
7704 "time": "2023-11-21T18:54:41+00:00"
7705 },
7706 {
7707 "name": "webmozart/assert",
7708 "version": "1.11.0",
7709 "source": {
7710 "type": "git",
7711 "url": "https://github.com/webmozarts/assert.git",
7712 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
7713 },
7714 "dist": {
7715 "type": "zip",
7716 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
7717 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
7718 "shasum": ""
7719 },
7720 "require": {
7721 "ext-ctype": "*",
7722 "php": "^7.2 || ^8.0"
7723 },
7724 "conflict": {
7725 "phpstan/phpstan": "<0.12.20",
7726 "vimeo/psalm": "<4.6.1 || 4.6.2"
7727 },
7728 "require-dev": {
7729 "phpunit/phpunit": "^8.5.13"
7730 },
7731 "type": "library",
7732 "extra": {
7733 "branch-alias": {
7734 "dev-master": "1.10-dev"
7735 }
7736 },
7737 "autoload": {
7738 "psr-4": {
7739 "Webmozart\\Assert\\": "src/"
7740 }
7741 },
7742 "notification-url": "https://packagist.org/downloads/",
7743 "license": [
7744 "MIT"
7745 ],
7746 "authors": [
7747 {
7748 "name": "Bernhard Schussek",
7749 "email": "bschussek@gmail.com"
7750 }
7751 ],
7752 "description": "Assertions to validate method input/output with nice error messages.",
7753 "keywords": [
7754 "assert",
7755 "check",
7756 "validate"
7757 ],
7758 "support": {
7759 "issues": "https://github.com/webmozarts/assert/issues",
7760 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
7761 },
7762 "time": "2022-06-03T18:03:27+00:00"
7763 }
7764 ],
7765 "packages-dev": [
7766 {
7767 "name": "doctrine/data-fixtures",
7768 "version": "1.7.0",
7769 "source": {
7770 "type": "git",
7771 "url": "https://github.com/doctrine/data-fixtures.git",
7772 "reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f"
7773 },
7774 "dist": {
7775 "type": "zip",
7776 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bbcb74f2ac6dbe81a14b3c3687d7623490a0448f",
7777 "reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f",
7778 "shasum": ""
7779 },
7780 "require": {
7781 "doctrine/deprecations": "^0.5.3 || ^1.0",
7782 "doctrine/persistence": "^2.0|^3.0",
7783 "php": "^7.4 || ^8.0"
7784 },
7785 "conflict": {
7786 "doctrine/dbal": "<3.5 || >=5",
7787 "doctrine/orm": "<2.14 || >=4",
7788 "doctrine/phpcr-odm": "<1.3.0"
7789 },
7790 "require-dev": {
7791 "doctrine/annotations": "^1.12 || ^2",
7792 "doctrine/coding-standard": "^12",
7793 "doctrine/dbal": "^3.5 || ^4",
7794 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
7795 "doctrine/orm": "^2.14 || ^3",
7796 "ext-sqlite3": "*",
7797 "phpstan/phpstan": "^1.10",
7798 "phpunit/phpunit": "^9.6.13 || ^10.4.2",
7799 "symfony/cache": "^5.4 || ^6.3 || ^7",
7800 "symfony/var-exporter": "^5.4 || ^6.3 || ^7",
7801 "vimeo/psalm": "^5.9"
7802 },
7803 "suggest": {
7804 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
7805 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
7806 "doctrine/orm": "For loading ORM fixtures",
7807 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
7808 },
7809 "type": "library",
7810 "autoload": {
7811 "psr-4": {
7812 "Doctrine\\Common\\DataFixtures\\": "src"
7813 }
7814 },
7815 "notification-url": "https://packagist.org/downloads/",
7816 "license": [
7817 "MIT"
7818 ],
7819 "authors": [
7820 {
7821 "name": "Jonathan Wage",
7822 "email": "jonwage@gmail.com"
7823 }
7824 ],
7825 "description": "Data Fixtures for all Doctrine Object Managers",
7826 "homepage": "https://www.doctrine-project.org",
7827 "keywords": [
7828 "database"
7829 ],
7830 "support": {
7831 "issues": "https://github.com/doctrine/data-fixtures/issues",
7832 "source": "https://github.com/doctrine/data-fixtures/tree/1.7.0"
7833 },
7834 "funding": [
7835 {
7836 "url": "https://www.doctrine-project.org/sponsorship.html",
7837 "type": "custom"
7838 },
7839 {
7840 "url": "https://www.patreon.com/phpdoctrine",
7841 "type": "patreon"
7842 },
7843 {
7844 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
7845 "type": "tidelift"
7846 }
7847 ],
7848 "time": "2023-11-24T11:18:31+00:00"
7849 },
7850 {
7851 "name": "doctrine/doctrine-fixtures-bundle",
7852 "version": "3.5.1",
7853 "source": {
7854 "type": "git",
7855 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
7856 "reference": "c808a0c85c38c8ee265cc8405b456c1d2b38567d"
7857 },
7858 "dist": {
7859 "type": "zip",
7860 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c808a0c85c38c8ee265cc8405b456c1d2b38567d",
7861 "reference": "c808a0c85c38c8ee265cc8405b456c1d2b38567d",
7862 "shasum": ""
7863 },
7864 "require": {
7865 "doctrine/data-fixtures": "^1.3",
7866 "doctrine/doctrine-bundle": "^2.2",
7867 "doctrine/orm": "^2.14.0 || ^3.0",
7868 "doctrine/persistence": "^2.4|^3.0",
7869 "php": "^7.4 || ^8.0",
7870 "symfony/config": "^5.4|^6.0|^7.0",
7871 "symfony/console": "^5.4|^6.0|^7.0",
7872 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7873 "symfony/deprecation-contracts": "^2.1|^3",
7874 "symfony/doctrine-bridge": "^5.4|^6.0|^7.0",
7875 "symfony/http-kernel": "^5.4|^6.0|^7.0"
7876 },
7877 "conflict": {
7878 "doctrine/dbal": "< 3"
7879 },
7880 "require-dev": {
7881 "doctrine/coding-standard": "^12",
7882 "phpstan/phpstan": "^1.10.39",
7883 "phpunit/phpunit": "^9.6.13",
7884 "symfony/phpunit-bridge": "^6.3.6",
7885 "vimeo/psalm": "^5.15"
7886 },
7887 "type": "symfony-bundle",
7888 "autoload": {
7889 "psr-4": {
7890 "Doctrine\\Bundle\\FixturesBundle\\": ""
7891 }
7892 },
7893 "notification-url": "https://packagist.org/downloads/",
7894 "license": [
7895 "MIT"
7896 ],
7897 "authors": [
7898 {
7899 "name": "Fabien Potencier",
7900 "email": "fabien@symfony.com"
7901 },
7902 {
7903 "name": "Doctrine Project",
7904 "homepage": "https://www.doctrine-project.org"
7905 },
7906 {
7907 "name": "Symfony Community",
7908 "homepage": "https://symfony.com/contributors"
7909 }
7910 ],
7911 "description": "Symfony DoctrineFixturesBundle",
7912 "homepage": "https://www.doctrine-project.org",
7913 "keywords": [
7914 "Fixture",
7915 "persistence"
7916 ],
7917 "support": {
7918 "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
7919 "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.5.1"
7920 },
7921 "funding": [
7922 {
7923 "url": "https://www.doctrine-project.org/sponsorship.html",
7924 "type": "custom"
7925 },
7926 {
7927 "url": "https://www.patreon.com/phpdoctrine",
7928 "type": "patreon"
7929 },
7930 {
7931 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
7932 "type": "tidelift"
7933 }
7934 ],
7935 "time": "2023-11-19T12:48:54+00:00"
7936 },
7937 {
7938 "name": "masterminds/html5",
7939 "version": "2.8.1",
7940 "source": {
7941 "type": "git",
7942 "url": "https://github.com/Masterminds/html5-php.git",
7943 "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
7944 },
7945 "dist": {
7946 "type": "zip",
7947 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
7948 "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
7949 "shasum": ""
7950 },
7951 "require": {
7952 "ext-dom": "*",
7953 "php": ">=5.3.0"
7954 },
7955 "require-dev": {
7956 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
7957 },
7958 "type": "library",
7959 "extra": {
7960 "branch-alias": {
7961 "dev-master": "2.7-dev"
7962 }
7963 },
7964 "autoload": {
7965 "psr-4": {
7966 "Masterminds\\": "src"
7967 }
7968 },
7969 "notification-url": "https://packagist.org/downloads/",
7970 "license": [
7971 "MIT"
7972 ],
7973 "authors": [
7974 {
7975 "name": "Matt Butcher",
7976 "email": "technosophos@gmail.com"
7977 },
7978 {
7979 "name": "Matt Farina",
7980 "email": "matt@mattfarina.com"
7981 },
7982 {
7983 "name": "Asmir Mustafic",
7984 "email": "goetas@gmail.com"
7985 }
7986 ],
7987 "description": "An HTML5 parser and serializer.",
7988 "homepage": "http://masterminds.github.io/html5-php",
7989 "keywords": [
7990 "HTML5",
7991 "dom",
7992 "html",
7993 "parser",
7994 "querypath",
7995 "serializer",
7996 "xml"
7997 ],
7998 "support": {
7999 "issues": "https://github.com/Masterminds/html5-php/issues",
8000 "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
8001 },
8002 "time": "2023-05-10T11:58:31+00:00"
8003 },
8004 {
8005 "name": "myclabs/deep-copy",
8006 "version": "1.11.1",
8007 "source": {
8008 "type": "git",
8009 "url": "https://github.com/myclabs/DeepCopy.git",
8010 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
8011 },
8012 "dist": {
8013 "type": "zip",
8014 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8015 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
8016 "shasum": ""
8017 },
8018 "require": {
8019 "php": "^7.1 || ^8.0"
8020 },
8021 "conflict": {
8022 "doctrine/collections": "<1.6.8",
8023 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
8024 },
8025 "require-dev": {
8026 "doctrine/collections": "^1.6.8",
8027 "doctrine/common": "^2.13.3 || ^3.2.2",
8028 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
8029 },
8030 "type": "library",
8031 "autoload": {
8032 "files": [
8033 "src/DeepCopy/deep_copy.php"
8034 ],
8035 "psr-4": {
8036 "DeepCopy\\": "src/DeepCopy/"
8037 }
8038 },
8039 "notification-url": "https://packagist.org/downloads/",
8040 "license": [
8041 "MIT"
8042 ],
8043 "description": "Create deep copies (clones) of your objects",
8044 "keywords": [
8045 "clone",
8046 "copy",
8047 "duplicate",
8048 "object",
8049 "object graph"
8050 ],
8051 "support": {
8052 "issues": "https://github.com/myclabs/DeepCopy/issues",
8053 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
8054 },
8055 "funding": [
8056 {
8057 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8058 "type": "tidelift"
8059 }
8060 ],
8061 "time": "2023-03-08T13:26:56+00:00"
8062 },
8063 {
8064 "name": "nikic/php-parser",
8065 "version": "v4.18.0",
8066 "source": {
8067 "type": "git",
8068 "url": "https://github.com/nikic/PHP-Parser.git",
8069 "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
8070 },
8071 "dist": {
8072 "type": "zip",
8073 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
8074 "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
8075 "shasum": ""
8076 },
8077 "require": {
8078 "ext-tokenizer": "*",
8079 "php": ">=7.0"
8080 },
8081 "require-dev": {
8082 "ircmaxell/php-yacc": "^0.0.7",
8083 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
8084 },
8085 "bin": [
8086 "bin/php-parse"
8087 ],
8088 "type": "library",
8089 "extra": {
8090 "branch-alias": {
8091 "dev-master": "4.9-dev"
8092 }
8093 },
8094 "autoload": {
8095 "psr-4": {
8096 "PhpParser\\": "lib/PhpParser"
8097 }
8098 },
8099 "notification-url": "https://packagist.org/downloads/",
8100 "license": [
8101 "BSD-3-Clause"
8102 ],
8103 "authors": [
8104 {
8105 "name": "Nikita Popov"
8106 }
8107 ],
8108 "description": "A PHP parser written in PHP",
8109 "keywords": [
8110 "parser",
8111 "php"
8112 ],
8113 "support": {
8114 "issues": "https://github.com/nikic/PHP-Parser/issues",
8115 "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
8116 },
8117 "time": "2023-12-10T21:03:43+00:00"
8118 },
8119 {
8120 "name": "phar-io/manifest",
8121 "version": "2.0.3",
8122 "source": {
8123 "type": "git",
8124 "url": "https://github.com/phar-io/manifest.git",
8125 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
8126 },
8127 "dist": {
8128 "type": "zip",
8129 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
8130 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
8131 "shasum": ""
8132 },
8133 "require": {
8134 "ext-dom": "*",
8135 "ext-phar": "*",
8136 "ext-xmlwriter": "*",
8137 "phar-io/version": "^3.0.1",
8138 "php": "^7.2 || ^8.0"
8139 },
8140 "type": "library",
8141 "extra": {
8142 "branch-alias": {
8143 "dev-master": "2.0.x-dev"
8144 }
8145 },
8146 "autoload": {
8147 "classmap": [
8148 "src/"
8149 ]
8150 },
8151 "notification-url": "https://packagist.org/downloads/",
8152 "license": [
8153 "BSD-3-Clause"
8154 ],
8155 "authors": [
8156 {
8157 "name": "Arne Blankerts",
8158 "email": "arne@blankerts.de",
8159 "role": "Developer"
8160 },
8161 {
8162 "name": "Sebastian Heuer",
8163 "email": "sebastian@phpeople.de",
8164 "role": "Developer"
8165 },
8166 {
8167 "name": "Sebastian Bergmann",
8168 "email": "sebastian@phpunit.de",
8169 "role": "Developer"
8170 }
8171 ],
8172 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8173 "support": {
8174 "issues": "https://github.com/phar-io/manifest/issues",
8175 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
8176 },
8177 "time": "2021-07-20T11:28:43+00:00"
8178 },
8179 {
8180 "name": "phar-io/version",
8181 "version": "3.2.1",
8182 "source": {
8183 "type": "git",
8184 "url": "https://github.com/phar-io/version.git",
8185 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
8186 },
8187 "dist": {
8188 "type": "zip",
8189 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8190 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
8191 "shasum": ""
8192 },
8193 "require": {
8194 "php": "^7.2 || ^8.0"
8195 },
8196 "type": "library",
8197 "autoload": {
8198 "classmap": [
8199 "src/"
8200 ]
8201 },
8202 "notification-url": "https://packagist.org/downloads/",
8203 "license": [
8204 "BSD-3-Clause"
8205 ],
8206 "authors": [
8207 {
8208 "name": "Arne Blankerts",
8209 "email": "arne@blankerts.de",
8210 "role": "Developer"
8211 },
8212 {
8213 "name": "Sebastian Heuer",
8214 "email": "sebastian@phpeople.de",
8215 "role": "Developer"
8216 },
8217 {
8218 "name": "Sebastian Bergmann",
8219 "email": "sebastian@phpunit.de",
8220 "role": "Developer"
8221 }
8222 ],
8223 "description": "Library for handling version information and constraints",
8224 "support": {
8225 "issues": "https://github.com/phar-io/version/issues",
8226 "source": "https://github.com/phar-io/version/tree/3.2.1"
8227 },
8228 "time": "2022-02-21T01:04:05+00:00"
8229 },
8230 {
8231 "name": "phpunit/php-code-coverage",
8232 "version": "10.1.11",
8233 "source": {
8234 "type": "git",
8235 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8236 "reference": "78c3b7625965c2513ee96569a4dbb62601784145"
8237 },
8238 "dist": {
8239 "type": "zip",
8240 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/78c3b7625965c2513ee96569a4dbb62601784145",
8241 "reference": "78c3b7625965c2513ee96569a4dbb62601784145",
8242 "shasum": ""
8243 },
8244 "require": {
8245 "ext-dom": "*",
8246 "ext-libxml": "*",
8247 "ext-xmlwriter": "*",
8248 "nikic/php-parser": "^4.18 || ^5.0",
8249 "php": ">=8.1",
8250 "phpunit/php-file-iterator": "^4.0",
8251 "phpunit/php-text-template": "^3.0",
8252 "sebastian/code-unit-reverse-lookup": "^3.0",
8253 "sebastian/complexity": "^3.0",
8254 "sebastian/environment": "^6.0",
8255 "sebastian/lines-of-code": "^2.0",
8256 "sebastian/version": "^4.0",
8257 "theseer/tokenizer": "^1.2.0"
8258 },
8259 "require-dev": {
8260 "phpunit/phpunit": "^10.1"
8261 },
8262 "suggest": {
8263 "ext-pcov": "PHP extension that provides line coverage",
8264 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8265 },
8266 "type": "library",
8267 "extra": {
8268 "branch-alias": {
8269 "dev-main": "10.1-dev"
8270 }
8271 },
8272 "autoload": {
8273 "classmap": [
8274 "src/"
8275 ]
8276 },
8277 "notification-url": "https://packagist.org/downloads/",
8278 "license": [
8279 "BSD-3-Clause"
8280 ],
8281 "authors": [
8282 {
8283 "name": "Sebastian Bergmann",
8284 "email": "sebastian@phpunit.de",
8285 "role": "lead"
8286 }
8287 ],
8288 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
8289 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8290 "keywords": [
8291 "coverage",
8292 "testing",
8293 "xunit"
8294 ],
8295 "support": {
8296 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8297 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8298 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.11"
8299 },
8300 "funding": [
8301 {
8302 "url": "https://github.com/sebastianbergmann",
8303 "type": "github"
8304 }
8305 ],
8306 "time": "2023-12-21T15:38:30+00:00"
8307 },
8308 {
8309 "name": "phpunit/php-file-iterator",
8310 "version": "4.1.0",
8311 "source": {
8312 "type": "git",
8313 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8314 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
8315 },
8316 "dist": {
8317 "type": "zip",
8318 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
8319 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
8320 "shasum": ""
8321 },
8322 "require": {
8323 "php": ">=8.1"
8324 },
8325 "require-dev": {
8326 "phpunit/phpunit": "^10.0"
8327 },
8328 "type": "library",
8329 "extra": {
8330 "branch-alias": {
8331 "dev-main": "4.0-dev"
8332 }
8333 },
8334 "autoload": {
8335 "classmap": [
8336 "src/"
8337 ]
8338 },
8339 "notification-url": "https://packagist.org/downloads/",
8340 "license": [
8341 "BSD-3-Clause"
8342 ],
8343 "authors": [
8344 {
8345 "name": "Sebastian Bergmann",
8346 "email": "sebastian@phpunit.de",
8347 "role": "lead"
8348 }
8349 ],
8350 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8351 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8352 "keywords": [
8353 "filesystem",
8354 "iterator"
8355 ],
8356 "support": {
8357 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8358 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8359 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
8360 },
8361 "funding": [
8362 {
8363 "url": "https://github.com/sebastianbergmann",
8364 "type": "github"
8365 }
8366 ],
8367 "time": "2023-08-31T06:24:48+00:00"
8368 },
8369 {
8370 "name": "phpunit/php-invoker",
8371 "version": "4.0.0",
8372 "source": {
8373 "type": "git",
8374 "url": "https://github.com/sebastianbergmann/php-invoker.git",
8375 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
8376 },
8377 "dist": {
8378 "type": "zip",
8379 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
8380 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
8381 "shasum": ""
8382 },
8383 "require": {
8384 "php": ">=8.1"
8385 },
8386 "require-dev": {
8387 "ext-pcntl": "*",
8388 "phpunit/phpunit": "^10.0"
8389 },
8390 "suggest": {
8391 "ext-pcntl": "*"
8392 },
8393 "type": "library",
8394 "extra": {
8395 "branch-alias": {
8396 "dev-main": "4.0-dev"
8397 }
8398 },
8399 "autoload": {
8400 "classmap": [
8401 "src/"
8402 ]
8403 },
8404 "notification-url": "https://packagist.org/downloads/",
8405 "license": [
8406 "BSD-3-Clause"
8407 ],
8408 "authors": [
8409 {
8410 "name": "Sebastian Bergmann",
8411 "email": "sebastian@phpunit.de",
8412 "role": "lead"
8413 }
8414 ],
8415 "description": "Invoke callables with a timeout",
8416 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8417 "keywords": [
8418 "process"
8419 ],
8420 "support": {
8421 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8422 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
8423 },
8424 "funding": [
8425 {
8426 "url": "https://github.com/sebastianbergmann",
8427 "type": "github"
8428 }
8429 ],
8430 "time": "2023-02-03T06:56:09+00:00"
8431 },
8432 {
8433 "name": "phpunit/php-text-template",
8434 "version": "3.0.1",
8435 "source": {
8436 "type": "git",
8437 "url": "https://github.com/sebastianbergmann/php-text-template.git",
8438 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
8439 },
8440 "dist": {
8441 "type": "zip",
8442 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
8443 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
8444 "shasum": ""
8445 },
8446 "require": {
8447 "php": ">=8.1"
8448 },
8449 "require-dev": {
8450 "phpunit/phpunit": "^10.0"
8451 },
8452 "type": "library",
8453 "extra": {
8454 "branch-alias": {
8455 "dev-main": "3.0-dev"
8456 }
8457 },
8458 "autoload": {
8459 "classmap": [
8460 "src/"
8461 ]
8462 },
8463 "notification-url": "https://packagist.org/downloads/",
8464 "license": [
8465 "BSD-3-Clause"
8466 ],
8467 "authors": [
8468 {
8469 "name": "Sebastian Bergmann",
8470 "email": "sebastian@phpunit.de",
8471 "role": "lead"
8472 }
8473 ],
8474 "description": "Simple template engine.",
8475 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8476 "keywords": [
8477 "template"
8478 ],
8479 "support": {
8480 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8481 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
8482 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
8483 },
8484 "funding": [
8485 {
8486 "url": "https://github.com/sebastianbergmann",
8487 "type": "github"
8488 }
8489 ],
8490 "time": "2023-08-31T14:07:24+00:00"
8491 },
8492 {
8493 "name": "phpunit/php-timer",
8494 "version": "6.0.0",
8495 "source": {
8496 "type": "git",
8497 "url": "https://github.com/sebastianbergmann/php-timer.git",
8498 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
8499 },
8500 "dist": {
8501 "type": "zip",
8502 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
8503 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
8504 "shasum": ""
8505 },
8506 "require": {
8507 "php": ">=8.1"
8508 },
8509 "require-dev": {
8510 "phpunit/phpunit": "^10.0"
8511 },
8512 "type": "library",
8513 "extra": {
8514 "branch-alias": {
8515 "dev-main": "6.0-dev"
8516 }
8517 },
8518 "autoload": {
8519 "classmap": [
8520 "src/"
8521 ]
8522 },
8523 "notification-url": "https://packagist.org/downloads/",
8524 "license": [
8525 "BSD-3-Clause"
8526 ],
8527 "authors": [
8528 {
8529 "name": "Sebastian Bergmann",
8530 "email": "sebastian@phpunit.de",
8531 "role": "lead"
8532 }
8533 ],
8534 "description": "Utility class for timing",
8535 "homepage": "https://github.com/sebastianbergmann/php-timer/",
8536 "keywords": [
8537 "timer"
8538 ],
8539 "support": {
8540 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
8541 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
8542 },
8543 "funding": [
8544 {
8545 "url": "https://github.com/sebastianbergmann",
8546 "type": "github"
8547 }
8548 ],
8549 "time": "2023-02-03T06:57:52+00:00"
8550 },
8551 {
8552 "name": "phpunit/phpunit",
8553 "version": "10.5.9",
8554 "source": {
8555 "type": "git",
8556 "url": "https://github.com/sebastianbergmann/phpunit.git",
8557 "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe"
8558 },
8559 "dist": {
8560 "type": "zip",
8561 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe",
8562 "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe",
8563 "shasum": ""
8564 },
8565 "require": {
8566 "ext-dom": "*",
8567 "ext-json": "*",
8568 "ext-libxml": "*",
8569 "ext-mbstring": "*",
8570 "ext-xml": "*",
8571 "ext-xmlwriter": "*",
8572 "myclabs/deep-copy": "^1.10.1",
8573 "phar-io/manifest": "^2.0.3",
8574 "phar-io/version": "^3.0.2",
8575 "php": ">=8.1",
8576 "phpunit/php-code-coverage": "^10.1.5",
8577 "phpunit/php-file-iterator": "^4.0",
8578 "phpunit/php-invoker": "^4.0",
8579 "phpunit/php-text-template": "^3.0",
8580 "phpunit/php-timer": "^6.0",
8581 "sebastian/cli-parser": "^2.0",
8582 "sebastian/code-unit": "^2.0",
8583 "sebastian/comparator": "^5.0",
8584 "sebastian/diff": "^5.0",
8585 "sebastian/environment": "^6.0",
8586 "sebastian/exporter": "^5.1",
8587 "sebastian/global-state": "^6.0.1",
8588 "sebastian/object-enumerator": "^5.0",
8589 "sebastian/recursion-context": "^5.0",
8590 "sebastian/type": "^4.0",
8591 "sebastian/version": "^4.0"
8592 },
8593 "suggest": {
8594 "ext-soap": "To be able to generate mocks based on WSDL files"
8595 },
8596 "bin": [
8597 "phpunit"
8598 ],
8599 "type": "library",
8600 "extra": {
8601 "branch-alias": {
8602 "dev-main": "10.5-dev"
8603 }
8604 },
8605 "autoload": {
8606 "files": [
8607 "src/Framework/Assert/Functions.php"
8608 ],
8609 "classmap": [
8610 "src/"
8611 ]
8612 },
8613 "notification-url": "https://packagist.org/downloads/",
8614 "license": [
8615 "BSD-3-Clause"
8616 ],
8617 "authors": [
8618 {
8619 "name": "Sebastian Bergmann",
8620 "email": "sebastian@phpunit.de",
8621 "role": "lead"
8622 }
8623 ],
8624 "description": "The PHP Unit Testing framework.",
8625 "homepage": "https://phpunit.de/",
8626 "keywords": [
8627 "phpunit",
8628 "testing",
8629 "xunit"
8630 ],
8631 "support": {
8632 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
8633 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
8634 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.9"
8635 },
8636 "funding": [
8637 {
8638 "url": "https://phpunit.de/sponsors.html",
8639 "type": "custom"
8640 },
8641 {
8642 "url": "https://github.com/sebastianbergmann",
8643 "type": "github"
8644 },
8645 {
8646 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
8647 "type": "tidelift"
8648 }
8649 ],
8650 "time": "2024-01-22T14:35:40+00:00"
8651 },
8652 {
8653 "name": "sebastian/cli-parser",
8654 "version": "2.0.0",
8655 "source": {
8656 "type": "git",
8657 "url": "https://github.com/sebastianbergmann/cli-parser.git",
8658 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
8659 },
8660 "dist": {
8661 "type": "zip",
8662 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
8663 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
8664 "shasum": ""
8665 },
8666 "require": {
8667 "php": ">=8.1"
8668 },
8669 "require-dev": {
8670 "phpunit/phpunit": "^10.0"
8671 },
8672 "type": "library",
8673 "extra": {
8674 "branch-alias": {
8675 "dev-main": "2.0-dev"
8676 }
8677 },
8678 "autoload": {
8679 "classmap": [
8680 "src/"
8681 ]
8682 },
8683 "notification-url": "https://packagist.org/downloads/",
8684 "license": [
8685 "BSD-3-Clause"
8686 ],
8687 "authors": [
8688 {
8689 "name": "Sebastian Bergmann",
8690 "email": "sebastian@phpunit.de",
8691 "role": "lead"
8692 }
8693 ],
8694 "description": "Library for parsing CLI options",
8695 "homepage": "https://github.com/sebastianbergmann/cli-parser",
8696 "support": {
8697 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
8698 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
8699 },
8700 "funding": [
8701 {
8702 "url": "https://github.com/sebastianbergmann",
8703 "type": "github"
8704 }
8705 ],
8706 "time": "2023-02-03T06:58:15+00:00"
8707 },
8708 {
8709 "name": "sebastian/code-unit",
8710 "version": "2.0.0",
8711 "source": {
8712 "type": "git",
8713 "url": "https://github.com/sebastianbergmann/code-unit.git",
8714 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
8715 },
8716 "dist": {
8717 "type": "zip",
8718 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
8719 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
8720 "shasum": ""
8721 },
8722 "require": {
8723 "php": ">=8.1"
8724 },
8725 "require-dev": {
8726 "phpunit/phpunit": "^10.0"
8727 },
8728 "type": "library",
8729 "extra": {
8730 "branch-alias": {
8731 "dev-main": "2.0-dev"
8732 }
8733 },
8734 "autoload": {
8735 "classmap": [
8736 "src/"
8737 ]
8738 },
8739 "notification-url": "https://packagist.org/downloads/",
8740 "license": [
8741 "BSD-3-Clause"
8742 ],
8743 "authors": [
8744 {
8745 "name": "Sebastian Bergmann",
8746 "email": "sebastian@phpunit.de",
8747 "role": "lead"
8748 }
8749 ],
8750 "description": "Collection of value objects that represent the PHP code units",
8751 "homepage": "https://github.com/sebastianbergmann/code-unit",
8752 "support": {
8753 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
8754 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
8755 },
8756 "funding": [
8757 {
8758 "url": "https://github.com/sebastianbergmann",
8759 "type": "github"
8760 }
8761 ],
8762 "time": "2023-02-03T06:58:43+00:00"
8763 },
8764 {
8765 "name": "sebastian/code-unit-reverse-lookup",
8766 "version": "3.0.0",
8767 "source": {
8768 "type": "git",
8769 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8770 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
8771 },
8772 "dist": {
8773 "type": "zip",
8774 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
8775 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
8776 "shasum": ""
8777 },
8778 "require": {
8779 "php": ">=8.1"
8780 },
8781 "require-dev": {
8782 "phpunit/phpunit": "^10.0"
8783 },
8784 "type": "library",
8785 "extra": {
8786 "branch-alias": {
8787 "dev-main": "3.0-dev"
8788 }
8789 },
8790 "autoload": {
8791 "classmap": [
8792 "src/"
8793 ]
8794 },
8795 "notification-url": "https://packagist.org/downloads/",
8796 "license": [
8797 "BSD-3-Clause"
8798 ],
8799 "authors": [
8800 {
8801 "name": "Sebastian Bergmann",
8802 "email": "sebastian@phpunit.de"
8803 }
8804 ],
8805 "description": "Looks up which function or method a line of code belongs to",
8806 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8807 "support": {
8808 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8809 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
8810 },
8811 "funding": [
8812 {
8813 "url": "https://github.com/sebastianbergmann",
8814 "type": "github"
8815 }
8816 ],
8817 "time": "2023-02-03T06:59:15+00:00"
8818 },
8819 {
8820 "name": "sebastian/comparator",
8821 "version": "5.0.1",
8822 "source": {
8823 "type": "git",
8824 "url": "https://github.com/sebastianbergmann/comparator.git",
8825 "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
8826 },
8827 "dist": {
8828 "type": "zip",
8829 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
8830 "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
8831 "shasum": ""
8832 },
8833 "require": {
8834 "ext-dom": "*",
8835 "ext-mbstring": "*",
8836 "php": ">=8.1",
8837 "sebastian/diff": "^5.0",
8838 "sebastian/exporter": "^5.0"
8839 },
8840 "require-dev": {
8841 "phpunit/phpunit": "^10.3"
8842 },
8843 "type": "library",
8844 "extra": {
8845 "branch-alias": {
8846 "dev-main": "5.0-dev"
8847 }
8848 },
8849 "autoload": {
8850 "classmap": [
8851 "src/"
8852 ]
8853 },
8854 "notification-url": "https://packagist.org/downloads/",
8855 "license": [
8856 "BSD-3-Clause"
8857 ],
8858 "authors": [
8859 {
8860 "name": "Sebastian Bergmann",
8861 "email": "sebastian@phpunit.de"
8862 },
8863 {
8864 "name": "Jeff Welch",
8865 "email": "whatthejeff@gmail.com"
8866 },
8867 {
8868 "name": "Volker Dusch",
8869 "email": "github@wallbash.com"
8870 },
8871 {
8872 "name": "Bernhard Schussek",
8873 "email": "bschussek@2bepublished.at"
8874 }
8875 ],
8876 "description": "Provides the functionality to compare PHP values for equality",
8877 "homepage": "https://github.com/sebastianbergmann/comparator",
8878 "keywords": [
8879 "comparator",
8880 "compare",
8881 "equality"
8882 ],
8883 "support": {
8884 "issues": "https://github.com/sebastianbergmann/comparator/issues",
8885 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
8886 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
8887 },
8888 "funding": [
8889 {
8890 "url": "https://github.com/sebastianbergmann",
8891 "type": "github"
8892 }
8893 ],
8894 "time": "2023-08-14T13:18:12+00:00"
8895 },
8896 {
8897 "name": "sebastian/complexity",
8898 "version": "3.2.0",
8899 "source": {
8900 "type": "git",
8901 "url": "https://github.com/sebastianbergmann/complexity.git",
8902 "reference": "68ff824baeae169ec9f2137158ee529584553799"
8903 },
8904 "dist": {
8905 "type": "zip",
8906 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
8907 "reference": "68ff824baeae169ec9f2137158ee529584553799",
8908 "shasum": ""
8909 },
8910 "require": {
8911 "nikic/php-parser": "^4.18 || ^5.0",
8912 "php": ">=8.1"
8913 },
8914 "require-dev": {
8915 "phpunit/phpunit": "^10.0"
8916 },
8917 "type": "library",
8918 "extra": {
8919 "branch-alias": {
8920 "dev-main": "3.2-dev"
8921 }
8922 },
8923 "autoload": {
8924 "classmap": [
8925 "src/"
8926 ]
8927 },
8928 "notification-url": "https://packagist.org/downloads/",
8929 "license": [
8930 "BSD-3-Clause"
8931 ],
8932 "authors": [
8933 {
8934 "name": "Sebastian Bergmann",
8935 "email": "sebastian@phpunit.de",
8936 "role": "lead"
8937 }
8938 ],
8939 "description": "Library for calculating the complexity of PHP code units",
8940 "homepage": "https://github.com/sebastianbergmann/complexity",
8941 "support": {
8942 "issues": "https://github.com/sebastianbergmann/complexity/issues",
8943 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
8944 "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
8945 },
8946 "funding": [
8947 {
8948 "url": "https://github.com/sebastianbergmann",
8949 "type": "github"
8950 }
8951 ],
8952 "time": "2023-12-21T08:37:17+00:00"
8953 },
8954 {
8955 "name": "sebastian/diff",
8956 "version": "5.1.0",
8957 "source": {
8958 "type": "git",
8959 "url": "https://github.com/sebastianbergmann/diff.git",
8960 "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f"
8961 },
8962 "dist": {
8963 "type": "zip",
8964 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
8965 "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
8966 "shasum": ""
8967 },
8968 "require": {
8969 "php": ">=8.1"
8970 },
8971 "require-dev": {
8972 "phpunit/phpunit": "^10.0",
8973 "symfony/process": "^4.2 || ^5"
8974 },
8975 "type": "library",
8976 "extra": {
8977 "branch-alias": {
8978 "dev-main": "5.1-dev"
8979 }
8980 },
8981 "autoload": {
8982 "classmap": [
8983 "src/"
8984 ]
8985 },
8986 "notification-url": "https://packagist.org/downloads/",
8987 "license": [
8988 "BSD-3-Clause"
8989 ],
8990 "authors": [
8991 {
8992 "name": "Sebastian Bergmann",
8993 "email": "sebastian@phpunit.de"
8994 },
8995 {
8996 "name": "Kore Nordmann",
8997 "email": "mail@kore-nordmann.de"
8998 }
8999 ],
9000 "description": "Diff implementation",
9001 "homepage": "https://github.com/sebastianbergmann/diff",
9002 "keywords": [
9003 "diff",
9004 "udiff",
9005 "unidiff",
9006 "unified diff"
9007 ],
9008 "support": {
9009 "issues": "https://github.com/sebastianbergmann/diff/issues",
9010 "security": "https://github.com/sebastianbergmann/diff/security/policy",
9011 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.0"
9012 },
9013 "funding": [
9014 {
9015 "url": "https://github.com/sebastianbergmann",
9016 "type": "github"
9017 }
9018 ],
9019 "time": "2023-12-22T10:55:06+00:00"
9020 },
9021 {
9022 "name": "sebastian/environment",
9023 "version": "6.0.1",
9024 "source": {
9025 "type": "git",
9026 "url": "https://github.com/sebastianbergmann/environment.git",
9027 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
9028 },
9029 "dist": {
9030 "type": "zip",
9031 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
9032 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
9033 "shasum": ""
9034 },
9035 "require": {
9036 "php": ">=8.1"
9037 },
9038 "require-dev": {
9039 "phpunit/phpunit": "^10.0"
9040 },
9041 "suggest": {
9042 "ext-posix": "*"
9043 },
9044 "type": "library",
9045 "extra": {
9046 "branch-alias": {
9047 "dev-main": "6.0-dev"
9048 }
9049 },
9050 "autoload": {
9051 "classmap": [
9052 "src/"
9053 ]
9054 },
9055 "notification-url": "https://packagist.org/downloads/",
9056 "license": [
9057 "BSD-3-Clause"
9058 ],
9059 "authors": [
9060 {
9061 "name": "Sebastian Bergmann",
9062 "email": "sebastian@phpunit.de"
9063 }
9064 ],
9065 "description": "Provides functionality to handle HHVM/PHP environments",
9066 "homepage": "https://github.com/sebastianbergmann/environment",
9067 "keywords": [
9068 "Xdebug",
9069 "environment",
9070 "hhvm"
9071 ],
9072 "support": {
9073 "issues": "https://github.com/sebastianbergmann/environment/issues",
9074 "security": "https://github.com/sebastianbergmann/environment/security/policy",
9075 "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
9076 },
9077 "funding": [
9078 {
9079 "url": "https://github.com/sebastianbergmann",
9080 "type": "github"
9081 }
9082 ],
9083 "time": "2023-04-11T05:39:26+00:00"
9084 },
9085 {
9086 "name": "sebastian/exporter",
9087 "version": "5.1.1",
9088 "source": {
9089 "type": "git",
9090 "url": "https://github.com/sebastianbergmann/exporter.git",
9091 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
9092 },
9093 "dist": {
9094 "type": "zip",
9095 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
9096 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
9097 "shasum": ""
9098 },
9099 "require": {
9100 "ext-mbstring": "*",
9101 "php": ">=8.1",
9102 "sebastian/recursion-context": "^5.0"
9103 },
9104 "require-dev": {
9105 "phpunit/phpunit": "^10.0"
9106 },
9107 "type": "library",
9108 "extra": {
9109 "branch-alias": {
9110 "dev-main": "5.1-dev"
9111 }
9112 },
9113 "autoload": {
9114 "classmap": [
9115 "src/"
9116 ]
9117 },
9118 "notification-url": "https://packagist.org/downloads/",
9119 "license": [
9120 "BSD-3-Clause"
9121 ],
9122 "authors": [
9123 {
9124 "name": "Sebastian Bergmann",
9125 "email": "sebastian@phpunit.de"
9126 },
9127 {
9128 "name": "Jeff Welch",
9129 "email": "whatthejeff@gmail.com"
9130 },
9131 {
9132 "name": "Volker Dusch",
9133 "email": "github@wallbash.com"
9134 },
9135 {
9136 "name": "Adam Harvey",
9137 "email": "aharvey@php.net"
9138 },
9139 {
9140 "name": "Bernhard Schussek",
9141 "email": "bschussek@gmail.com"
9142 }
9143 ],
9144 "description": "Provides the functionality to export PHP variables for visualization",
9145 "homepage": "https://www.github.com/sebastianbergmann/exporter",
9146 "keywords": [
9147 "export",
9148 "exporter"
9149 ],
9150 "support": {
9151 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9152 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
9153 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
9154 },
9155 "funding": [
9156 {
9157 "url": "https://github.com/sebastianbergmann",
9158 "type": "github"
9159 }
9160 ],
9161 "time": "2023-09-24T13:22:09+00:00"
9162 },
9163 {
9164 "name": "sebastian/global-state",
9165 "version": "6.0.1",
9166 "source": {
9167 "type": "git",
9168 "url": "https://github.com/sebastianbergmann/global-state.git",
9169 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
9170 },
9171 "dist": {
9172 "type": "zip",
9173 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
9174 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
9175 "shasum": ""
9176 },
9177 "require": {
9178 "php": ">=8.1",
9179 "sebastian/object-reflector": "^3.0",
9180 "sebastian/recursion-context": "^5.0"
9181 },
9182 "require-dev": {
9183 "ext-dom": "*",
9184 "phpunit/phpunit": "^10.0"
9185 },
9186 "type": "library",
9187 "extra": {
9188 "branch-alias": {
9189 "dev-main": "6.0-dev"
9190 }
9191 },
9192 "autoload": {
9193 "classmap": [
9194 "src/"
9195 ]
9196 },
9197 "notification-url": "https://packagist.org/downloads/",
9198 "license": [
9199 "BSD-3-Clause"
9200 ],
9201 "authors": [
9202 {
9203 "name": "Sebastian Bergmann",
9204 "email": "sebastian@phpunit.de"
9205 }
9206 ],
9207 "description": "Snapshotting of global state",
9208 "homepage": "http://www.github.com/sebastianbergmann/global-state",
9209 "keywords": [
9210 "global state"
9211 ],
9212 "support": {
9213 "issues": "https://github.com/sebastianbergmann/global-state/issues",
9214 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
9215 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
9216 },
9217 "funding": [
9218 {
9219 "url": "https://github.com/sebastianbergmann",
9220 "type": "github"
9221 }
9222 ],
9223 "time": "2023-07-19T07:19:23+00:00"
9224 },
9225 {
9226 "name": "sebastian/lines-of-code",
9227 "version": "2.0.2",
9228 "source": {
9229 "type": "git",
9230 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
9231 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
9232 },
9233 "dist": {
9234 "type": "zip",
9235 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
9236 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
9237 "shasum": ""
9238 },
9239 "require": {
9240 "nikic/php-parser": "^4.18 || ^5.0",
9241 "php": ">=8.1"
9242 },
9243 "require-dev": {
9244 "phpunit/phpunit": "^10.0"
9245 },
9246 "type": "library",
9247 "extra": {
9248 "branch-alias": {
9249 "dev-main": "2.0-dev"
9250 }
9251 },
9252 "autoload": {
9253 "classmap": [
9254 "src/"
9255 ]
9256 },
9257 "notification-url": "https://packagist.org/downloads/",
9258 "license": [
9259 "BSD-3-Clause"
9260 ],
9261 "authors": [
9262 {
9263 "name": "Sebastian Bergmann",
9264 "email": "sebastian@phpunit.de",
9265 "role": "lead"
9266 }
9267 ],
9268 "description": "Library for counting the lines of code in PHP source code",
9269 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9270 "support": {
9271 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9272 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9273 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
9274 },
9275 "funding": [
9276 {
9277 "url": "https://github.com/sebastianbergmann",
9278 "type": "github"
9279 }
9280 ],
9281 "time": "2023-12-21T08:38:20+00:00"
9282 },
9283 {
9284 "name": "sebastian/object-enumerator",
9285 "version": "5.0.0",
9286 "source": {
9287 "type": "git",
9288 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9289 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
9290 },
9291 "dist": {
9292 "type": "zip",
9293 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
9294 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
9295 "shasum": ""
9296 },
9297 "require": {
9298 "php": ">=8.1",
9299 "sebastian/object-reflector": "^3.0",
9300 "sebastian/recursion-context": "^5.0"
9301 },
9302 "require-dev": {
9303 "phpunit/phpunit": "^10.0"
9304 },
9305 "type": "library",
9306 "extra": {
9307 "branch-alias": {
9308 "dev-main": "5.0-dev"
9309 }
9310 },
9311 "autoload": {
9312 "classmap": [
9313 "src/"
9314 ]
9315 },
9316 "notification-url": "https://packagist.org/downloads/",
9317 "license": [
9318 "BSD-3-Clause"
9319 ],
9320 "authors": [
9321 {
9322 "name": "Sebastian Bergmann",
9323 "email": "sebastian@phpunit.de"
9324 }
9325 ],
9326 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9327 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9328 "support": {
9329 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9330 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
9331 },
9332 "funding": [
9333 {
9334 "url": "https://github.com/sebastianbergmann",
9335 "type": "github"
9336 }
9337 ],
9338 "time": "2023-02-03T07:08:32+00:00"
9339 },
9340 {
9341 "name": "sebastian/object-reflector",
9342 "version": "3.0.0",
9343 "source": {
9344 "type": "git",
9345 "url": "https://github.com/sebastianbergmann/object-reflector.git",
9346 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
9347 },
9348 "dist": {
9349 "type": "zip",
9350 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
9351 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
9352 "shasum": ""
9353 },
9354 "require": {
9355 "php": ">=8.1"
9356 },
9357 "require-dev": {
9358 "phpunit/phpunit": "^10.0"
9359 },
9360 "type": "library",
9361 "extra": {
9362 "branch-alias": {
9363 "dev-main": "3.0-dev"
9364 }
9365 },
9366 "autoload": {
9367 "classmap": [
9368 "src/"
9369 ]
9370 },
9371 "notification-url": "https://packagist.org/downloads/",
9372 "license": [
9373 "BSD-3-Clause"
9374 ],
9375 "authors": [
9376 {
9377 "name": "Sebastian Bergmann",
9378 "email": "sebastian@phpunit.de"
9379 }
9380 ],
9381 "description": "Allows reflection of object attributes, including inherited and non-public ones",
9382 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9383 "support": {
9384 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9385 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
9386 },
9387 "funding": [
9388 {
9389 "url": "https://github.com/sebastianbergmann",
9390 "type": "github"
9391 }
9392 ],
9393 "time": "2023-02-03T07:06:18+00:00"
9394 },
9395 {
9396 "name": "sebastian/recursion-context",
9397 "version": "5.0.0",
9398 "source": {
9399 "type": "git",
9400 "url": "https://github.com/sebastianbergmann/recursion-context.git",
9401 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
9402 },
9403 "dist": {
9404 "type": "zip",
9405 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
9406 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
9407 "shasum": ""
9408 },
9409 "require": {
9410 "php": ">=8.1"
9411 },
9412 "require-dev": {
9413 "phpunit/phpunit": "^10.0"
9414 },
9415 "type": "library",
9416 "extra": {
9417 "branch-alias": {
9418 "dev-main": "5.0-dev"
9419 }
9420 },
9421 "autoload": {
9422 "classmap": [
9423 "src/"
9424 ]
9425 },
9426 "notification-url": "https://packagist.org/downloads/",
9427 "license": [
9428 "BSD-3-Clause"
9429 ],
9430 "authors": [
9431 {
9432 "name": "Sebastian Bergmann",
9433 "email": "sebastian@phpunit.de"
9434 },
9435 {
9436 "name": "Jeff Welch",
9437 "email": "whatthejeff@gmail.com"
9438 },
9439 {
9440 "name": "Adam Harvey",
9441 "email": "aharvey@php.net"
9442 }
9443 ],
9444 "description": "Provides functionality to recursively process PHP variables",
9445 "homepage": "https://github.com/sebastianbergmann/recursion-context",
9446 "support": {
9447 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9448 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
9449 },
9450 "funding": [
9451 {
9452 "url": "https://github.com/sebastianbergmann",
9453 "type": "github"
9454 }
9455 ],
9456 "time": "2023-02-03T07:05:40+00:00"
9457 },
9458 {
9459 "name": "sebastian/type",
9460 "version": "4.0.0",
9461 "source": {
9462 "type": "git",
9463 "url": "https://github.com/sebastianbergmann/type.git",
9464 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
9465 },
9466 "dist": {
9467 "type": "zip",
9468 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
9469 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
9470 "shasum": ""
9471 },
9472 "require": {
9473 "php": ">=8.1"
9474 },
9475 "require-dev": {
9476 "phpunit/phpunit": "^10.0"
9477 },
9478 "type": "library",
9479 "extra": {
9480 "branch-alias": {
9481 "dev-main": "4.0-dev"
9482 }
9483 },
9484 "autoload": {
9485 "classmap": [
9486 "src/"
9487 ]
9488 },
9489 "notification-url": "https://packagist.org/downloads/",
9490 "license": [
9491 "BSD-3-Clause"
9492 ],
9493 "authors": [
9494 {
9495 "name": "Sebastian Bergmann",
9496 "email": "sebastian@phpunit.de",
9497 "role": "lead"
9498 }
9499 ],
9500 "description": "Collection of value objects that represent the types of the PHP type system",
9501 "homepage": "https://github.com/sebastianbergmann/type",
9502 "support": {
9503 "issues": "https://github.com/sebastianbergmann/type/issues",
9504 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
9505 },
9506 "funding": [
9507 {
9508 "url": "https://github.com/sebastianbergmann",
9509 "type": "github"
9510 }
9511 ],
9512 "time": "2023-02-03T07:10:45+00:00"
9513 },
9514 {
9515 "name": "sebastian/version",
9516 "version": "4.0.1",
9517 "source": {
9518 "type": "git",
9519 "url": "https://github.com/sebastianbergmann/version.git",
9520 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
9521 },
9522 "dist": {
9523 "type": "zip",
9524 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
9525 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
9526 "shasum": ""
9527 },
9528 "require": {
9529 "php": ">=8.1"
9530 },
9531 "type": "library",
9532 "extra": {
9533 "branch-alias": {
9534 "dev-main": "4.0-dev"
9535 }
9536 },
9537 "autoload": {
9538 "classmap": [
9539 "src/"
9540 ]
9541 },
9542 "notification-url": "https://packagist.org/downloads/",
9543 "license": [
9544 "BSD-3-Clause"
9545 ],
9546 "authors": [
9547 {
9548 "name": "Sebastian Bergmann",
9549 "email": "sebastian@phpunit.de",
9550 "role": "lead"
9551 }
9552 ],
9553 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9554 "homepage": "https://github.com/sebastianbergmann/version",
9555 "support": {
9556 "issues": "https://github.com/sebastianbergmann/version/issues",
9557 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
9558 },
9559 "funding": [
9560 {
9561 "url": "https://github.com/sebastianbergmann",
9562 "type": "github"
9563 }
9564 ],
9565 "time": "2023-02-07T11:34:05+00:00"
9566 },
9567 {
9568 "name": "symfony/browser-kit",
9569 "version": "v7.0.3",
9570 "source": {
9571 "type": "git",
9572 "url": "https://github.com/symfony/browser-kit.git",
9573 "reference": "725d5b15681685ac17b20b575254c75639722488"
9574 },
9575 "dist": {
9576 "type": "zip",
9577 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/725d5b15681685ac17b20b575254c75639722488",
9578 "reference": "725d5b15681685ac17b20b575254c75639722488",
9579 "shasum": ""
9580 },
9581 "require": {
9582 "php": ">=8.2",
9583 "symfony/dom-crawler": "^6.4|^7.0"
9584 },
9585 "require-dev": {
9586 "symfony/css-selector": "^6.4|^7.0",
9587 "symfony/http-client": "^6.4|^7.0",
9588 "symfony/mime": "^6.4|^7.0",
9589 "symfony/process": "^6.4|^7.0"
9590 },
9591 "type": "library",
9592 "autoload": {
9593 "psr-4": {
9594 "Symfony\\Component\\BrowserKit\\": ""
9595 },
9596 "exclude-from-classmap": [
9597 "/Tests/"
9598 ]
9599 },
9600 "notification-url": "https://packagist.org/downloads/",
9601 "license": [
9602 "MIT"
9603 ],
9604 "authors": [
9605 {
9606 "name": "Fabien Potencier",
9607 "email": "fabien@symfony.com"
9608 },
9609 {
9610 "name": "Symfony Community",
9611 "homepage": "https://symfony.com/contributors"
9612 }
9613 ],
9614 "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
9615 "homepage": "https://symfony.com",
9616 "support": {
9617 "source": "https://github.com/symfony/browser-kit/tree/v7.0.3"
9618 },
9619 "funding": [
9620 {
9621 "url": "https://symfony.com/sponsor",
9622 "type": "custom"
9623 },
9624 {
9625 "url": "https://github.com/fabpot",
9626 "type": "github"
9627 },
9628 {
9629 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9630 "type": "tidelift"
9631 }
9632 ],
9633 "time": "2024-01-23T15:02:46+00:00"
9634 },
9635 {
9636 "name": "symfony/css-selector",
9637 "version": "v7.0.3",
9638 "source": {
9639 "type": "git",
9640 "url": "https://github.com/symfony/css-selector.git",
9641 "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be"
9642 },
9643 "dist": {
9644 "type": "zip",
9645 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ec60a4edf94e63b0556b6a0888548bb400a3a3be",
9646 "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be",
9647 "shasum": ""
9648 },
9649 "require": {
9650 "php": ">=8.2"
9651 },
9652 "type": "library",
9653 "autoload": {
9654 "psr-4": {
9655 "Symfony\\Component\\CssSelector\\": ""
9656 },
9657 "exclude-from-classmap": [
9658 "/Tests/"
9659 ]
9660 },
9661 "notification-url": "https://packagist.org/downloads/",
9662 "license": [
9663 "MIT"
9664 ],
9665 "authors": [
9666 {
9667 "name": "Fabien Potencier",
9668 "email": "fabien@symfony.com"
9669 },
9670 {
9671 "name": "Jean-FranƧois Simon",
9672 "email": "jeanfrancois.simon@sensiolabs.com"
9673 },
9674 {
9675 "name": "Symfony Community",
9676 "homepage": "https://symfony.com/contributors"
9677 }
9678 ],
9679 "description": "Converts CSS selectors to XPath expressions",
9680 "homepage": "https://symfony.com",
9681 "support": {
9682 "source": "https://github.com/symfony/css-selector/tree/v7.0.3"
9683 },
9684 "funding": [
9685 {
9686 "url": "https://symfony.com/sponsor",
9687 "type": "custom"
9688 },
9689 {
9690 "url": "https://github.com/fabpot",
9691 "type": "github"
9692 },
9693 {
9694 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9695 "type": "tidelift"
9696 }
9697 ],
9698 "time": "2024-01-23T15:02:46+00:00"
9699 },
9700 {
9701 "name": "symfony/debug-bundle",
9702 "version": "v7.0.3",
9703 "source": {
9704 "type": "git",
9705 "url": "https://github.com/symfony/debug-bundle.git",
9706 "reference": "b0db5c443883ce5c10c2265c77feb9833c3d9d6d"
9707 },
9708 "dist": {
9709 "type": "zip",
9710 "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/b0db5c443883ce5c10c2265c77feb9833c3d9d6d",
9711 "reference": "b0db5c443883ce5c10c2265c77feb9833c3d9d6d",
9712 "shasum": ""
9713 },
9714 "require": {
9715 "ext-xml": "*",
9716 "php": ">=8.2",
9717 "symfony/dependency-injection": "^6.4|^7.0",
9718 "symfony/http-kernel": "^6.4|^7.0",
9719 "symfony/twig-bridge": "^6.4|^7.0",
9720 "symfony/var-dumper": "^6.4|^7.0"
9721 },
9722 "conflict": {
9723 "symfony/config": "<6.4",
9724 "symfony/dependency-injection": "<6.4"
9725 },
9726 "require-dev": {
9727 "symfony/config": "^6.4|^7.0",
9728 "symfony/web-profiler-bundle": "^6.4|^7.0"
9729 },
9730 "type": "symfony-bundle",
9731 "autoload": {
9732 "psr-4": {
9733 "Symfony\\Bundle\\DebugBundle\\": ""
9734 },
9735 "exclude-from-classmap": [
9736 "/Tests/"
9737 ]
9738 },
9739 "notification-url": "https://packagist.org/downloads/",
9740 "license": [
9741 "MIT"
9742 ],
9743 "authors": [
9744 {
9745 "name": "Fabien Potencier",
9746 "email": "fabien@symfony.com"
9747 },
9748 {
9749 "name": "Symfony Community",
9750 "homepage": "https://symfony.com/contributors"
9751 }
9752 ],
9753 "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
9754 "homepage": "https://symfony.com",
9755 "support": {
9756 "source": "https://github.com/symfony/debug-bundle/tree/v7.0.3"
9757 },
9758 "funding": [
9759 {
9760 "url": "https://symfony.com/sponsor",
9761 "type": "custom"
9762 },
9763 {
9764 "url": "https://github.com/fabpot",
9765 "type": "github"
9766 },
9767 {
9768 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9769 "type": "tidelift"
9770 }
9771 ],
9772 "time": "2024-01-23T15:02:46+00:00"
9773 },
9774 {
9775 "name": "symfony/dom-crawler",
9776 "version": "v7.0.3",
9777 "source": {
9778 "type": "git",
9779 "url": "https://github.com/symfony/dom-crawler.git",
9780 "reference": "3330a8f836e7631412c5e07f69b88480d27a20a2"
9781 },
9782 "dist": {
9783 "type": "zip",
9784 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3330a8f836e7631412c5e07f69b88480d27a20a2",
9785 "reference": "3330a8f836e7631412c5e07f69b88480d27a20a2",
9786 "shasum": ""
9787 },
9788 "require": {
9789 "masterminds/html5": "^2.6",
9790 "php": ">=8.2",
9791 "symfony/polyfill-ctype": "~1.8",
9792 "symfony/polyfill-mbstring": "~1.0"
9793 },
9794 "require-dev": {
9795 "symfony/css-selector": "^6.4|^7.0"
9796 },
9797 "type": "library",
9798 "autoload": {
9799 "psr-4": {
9800 "Symfony\\Component\\DomCrawler\\": ""
9801 },
9802 "exclude-from-classmap": [
9803 "/Tests/"
9804 ]
9805 },
9806 "notification-url": "https://packagist.org/downloads/",
9807 "license": [
9808 "MIT"
9809 ],
9810 "authors": [
9811 {
9812 "name": "Fabien Potencier",
9813 "email": "fabien@symfony.com"
9814 },
9815 {
9816 "name": "Symfony Community",
9817 "homepage": "https://symfony.com/contributors"
9818 }
9819 ],
9820 "description": "Eases DOM navigation for HTML and XML documents",
9821 "homepage": "https://symfony.com",
9822 "support": {
9823 "source": "https://github.com/symfony/dom-crawler/tree/v7.0.3"
9824 },
9825 "funding": [
9826 {
9827 "url": "https://symfony.com/sponsor",
9828 "type": "custom"
9829 },
9830 {
9831 "url": "https://github.com/fabpot",
9832 "type": "github"
9833 },
9834 {
9835 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9836 "type": "tidelift"
9837 }
9838 ],
9839 "time": "2024-01-23T15:02:46+00:00"
9840 },
9841 {
9842 "name": "symfony/maker-bundle",
9843 "version": "v1.52.0",
9844 "source": {
9845 "type": "git",
9846 "url": "https://github.com/symfony/maker-bundle.git",
9847 "reference": "112f9466c94a46ca33dc441eee59a12cd1790757"
9848 },
9849 "dist": {
9850 "type": "zip",
9851 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/112f9466c94a46ca33dc441eee59a12cd1790757",
9852 "reference": "112f9466c94a46ca33dc441eee59a12cd1790757",
9853 "shasum": ""
9854 },
9855 "require": {
9856 "doctrine/inflector": "^2.0",
9857 "nikic/php-parser": "^4.11",
9858 "php": ">=8.1",
9859 "symfony/config": "^6.3|^7.0",
9860 "symfony/console": "^6.3|^7.0",
9861 "symfony/dependency-injection": "^6.3|^7.0",
9862 "symfony/deprecation-contracts": "^2.2|^3",
9863 "symfony/filesystem": "^6.3|^7.0",
9864 "symfony/finder": "^6.3|^7.0",
9865 "symfony/framework-bundle": "^6.3|^7.0",
9866 "symfony/http-kernel": "^6.3|^7.0",
9867 "symfony/process": "^6.3|^7.0"
9868 },
9869 "conflict": {
9870 "doctrine/doctrine-bundle": "<2.4",
9871 "doctrine/orm": "<2.10"
9872 },
9873 "require-dev": {
9874 "composer/semver": "^3.0",
9875 "doctrine/doctrine-bundle": "^2.5.0",
9876 "doctrine/orm": "^2.10.0",
9877 "symfony/http-client": "^6.3|^7.0",
9878 "symfony/phpunit-bridge": "^6.3|^7.0",
9879 "symfony/security-core": "^6.3|^7.0",
9880 "symfony/yaml": "^6.3|^7.0",
9881 "twig/twig": "^2.0|^3.0"
9882 },
9883 "type": "symfony-bundle",
9884 "extra": {
9885 "branch-alias": {
9886 "dev-main": "1.x-dev"
9887 }
9888 },
9889 "autoload": {
9890 "psr-4": {
9891 "Symfony\\Bundle\\MakerBundle\\": "src/"
9892 }
9893 },
9894 "notification-url": "https://packagist.org/downloads/",
9895 "license": [
9896 "MIT"
9897 ],
9898 "authors": [
9899 {
9900 "name": "Symfony Community",
9901 "homepage": "https://symfony.com/contributors"
9902 }
9903 ],
9904 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
9905 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
9906 "keywords": [
9907 "code generator",
9908 "dev",
9909 "generator",
9910 "scaffold",
9911 "scaffolding"
9912 ],
9913 "support": {
9914 "issues": "https://github.com/symfony/maker-bundle/issues",
9915 "source": "https://github.com/symfony/maker-bundle/tree/v1.52.0"
9916 },
9917 "funding": [
9918 {
9919 "url": "https://symfony.com/sponsor",
9920 "type": "custom"
9921 },
9922 {
9923 "url": "https://github.com/fabpot",
9924 "type": "github"
9925 },
9926 {
9927 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9928 "type": "tidelift"
9929 }
9930 ],
9931 "time": "2023-10-31T18:23:49+00:00"
9932 },
9933 {
9934 "name": "symfony/phpunit-bridge",
9935 "version": "v7.0.3",
9936 "source": {
9937 "type": "git",
9938 "url": "https://github.com/symfony/phpunit-bridge.git",
9939 "reference": "0a2eeb0d9e68bf01660e3e903f8113508bb46132"
9940 },
9941 "dist": {
9942 "type": "zip",
9943 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/0a2eeb0d9e68bf01660e3e903f8113508bb46132",
9944 "reference": "0a2eeb0d9e68bf01660e3e903f8113508bb46132",
9945 "shasum": ""
9946 },
9947 "require": {
9948 "php": ">=7.2.5"
9949 },
9950 "conflict": {
9951 "phpunit/phpunit": "<7.5|9.1.2"
9952 },
9953 "require-dev": {
9954 "symfony/deprecation-contracts": "^2.5|^3.0",
9955 "symfony/error-handler": "^5.4|^6.4|^7.0",
9956 "symfony/polyfill-php81": "^1.27"
9957 },
9958 "bin": [
9959 "bin/simple-phpunit"
9960 ],
9961 "type": "symfony-bridge",
9962 "extra": {
9963 "thanks": {
9964 "name": "phpunit/phpunit",
9965 "url": "https://github.com/sebastianbergmann/phpunit"
9966 }
9967 },
9968 "autoload": {
9969 "files": [
9970 "bootstrap.php"
9971 ],
9972 "psr-4": {
9973 "Symfony\\Bridge\\PhpUnit\\": ""
9974 },
9975 "exclude-from-classmap": [
9976 "/Tests/"
9977 ]
9978 },
9979 "notification-url": "https://packagist.org/downloads/",
9980 "license": [
9981 "MIT"
9982 ],
9983 "authors": [
9984 {
9985 "name": "Nicolas Grekas",
9986 "email": "p@tchwork.com"
9987 },
9988 {
9989 "name": "Symfony Community",
9990 "homepage": "https://symfony.com/contributors"
9991 }
9992 ],
9993 "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
9994 "homepage": "https://symfony.com",
9995 "support": {
9996 "source": "https://github.com/symfony/phpunit-bridge/tree/v7.0.3"
9997 },
9998 "funding": [
9999 {
10000 "url": "https://symfony.com/sponsor",
10001 "type": "custom"
10002 },
10003 {
10004 "url": "https://github.com/fabpot",
10005 "type": "github"
10006 },
10007 {
10008 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10009 "type": "tidelift"
10010 }
10011 ],
10012 "time": "2024-01-23T15:02:46+00:00"
10013 },
10014 {
10015 "name": "theseer/tokenizer",
10016 "version": "1.2.2",
10017 "source": {
10018 "type": "git",
10019 "url": "https://github.com/theseer/tokenizer.git",
10020 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
10021 },
10022 "dist": {
10023 "type": "zip",
10024 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
10025 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
10026 "shasum": ""
10027 },
10028 "require": {
10029 "ext-dom": "*",
10030 "ext-tokenizer": "*",
10031 "ext-xmlwriter": "*",
10032 "php": "^7.2 || ^8.0"
10033 },
10034 "type": "library",
10035 "autoload": {
10036 "classmap": [
10037 "src/"
10038 ]
10039 },
10040 "notification-url": "https://packagist.org/downloads/",
10041 "license": [
10042 "BSD-3-Clause"
10043 ],
10044 "authors": [
10045 {
10046 "name": "Arne Blankerts",
10047 "email": "arne@blankerts.de",
10048 "role": "Developer"
10049 }
10050 ],
10051 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10052 "support": {
10053 "issues": "https://github.com/theseer/tokenizer/issues",
10054 "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
10055 },
10056 "funding": [
10057 {
10058 "url": "https://github.com/theseer",
10059 "type": "github"
10060 }
10061 ],
10062 "time": "2023-11-20T00:12:19+00:00"
10063 }
10064 ],
10065 "aliases": [],
10066 "minimum-stability": "dev",
10067 "stability-flags": {
10068 "rapsys/blogbundle": 20,
10069 "rapsys/packbundle": 20,
10070 "rapsys/userbundle": 20
10071 },
10072 "prefer-stable": true,
10073 "prefer-lowest": false,
10074 "platform": {
10075 "php": ">=8.1",
10076 "ext-ctype": "*",
10077 "ext-iconv": "*"
10078 },
10079 "platform-dev": [],
10080 "plugin-api-version": "2.3.0"
10081 }