]> Raphaƫl G. Git Repositories - airlibre/blob - composer.lock
Update versions
[airlibre] / 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": "cb5d12afd6d67769e32f26d4d8ef72a8",
8 "packages": [
9 {
10 "name": "doctrine/cache",
11 "version": "2.2.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/cache.git",
15 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
20 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
21 "shasum": ""
22 },
23 "require": {
24 "php": "~7.1 || ^8.0"
25 },
26 "conflict": {
27 "doctrine/common": ">2.2,<2.4"
28 },
29 "require-dev": {
30 "cache/integration-tests": "dev-master",
31 "doctrine/coding-standard": "^9",
32 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
33 "psr/cache": "^1.0 || ^2.0 || ^3.0",
34 "symfony/cache": "^4.4 || ^5.4 || ^6",
35 "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
36 },
37 "type": "library",
38 "autoload": {
39 "psr-4": {
40 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
41 }
42 },
43 "notification-url": "https://packagist.org/downloads/",
44 "license": [
45 "MIT"
46 ],
47 "authors": [
48 {
49 "name": "Guilherme Blanco",
50 "email": "guilhermeblanco@gmail.com"
51 },
52 {
53 "name": "Roman Borschel",
54 "email": "roman@code-factory.org"
55 },
56 {
57 "name": "Benjamin Eberlei",
58 "email": "kontakt@beberlei.de"
59 },
60 {
61 "name": "Jonathan Wage",
62 "email": "jonwage@gmail.com"
63 },
64 {
65 "name": "Johannes Schmitt",
66 "email": "schmittjoh@gmail.com"
67 }
68 ],
69 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
70 "homepage": "https://www.doctrine-project.org/projects/cache.html",
71 "keywords": [
72 "abstraction",
73 "apcu",
74 "cache",
75 "caching",
76 "couchdb",
77 "memcached",
78 "php",
79 "redis",
80 "xcache"
81 ],
82 "support": {
83 "issues": "https://github.com/doctrine/cache/issues",
84 "source": "https://github.com/doctrine/cache/tree/2.2.0"
85 },
86 "funding": [
87 {
88 "url": "https://www.doctrine-project.org/sponsorship.html",
89 "type": "custom"
90 },
91 {
92 "url": "https://www.patreon.com/phpdoctrine",
93 "type": "patreon"
94 },
95 {
96 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
97 "type": "tidelift"
98 }
99 ],
100 "time": "2022-05-20T20:07:39+00:00"
101 },
102 {
103 "name": "doctrine/collections",
104 "version": "1.8.0",
105 "source": {
106 "type": "git",
107 "url": "https://github.com/doctrine/collections.git",
108 "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
109 },
110 "dist": {
111 "type": "zip",
112 "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
113 "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
114 "shasum": ""
115 },
116 "require": {
117 "doctrine/deprecations": "^0.5.3 || ^1",
118 "php": "^7.1.3 || ^8.0"
119 },
120 "require-dev": {
121 "doctrine/coding-standard": "^9.0 || ^10.0",
122 "phpstan/phpstan": "^1.4.8",
123 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
124 "vimeo/psalm": "^4.22"
125 },
126 "type": "library",
127 "autoload": {
128 "psr-4": {
129 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
130 }
131 },
132 "notification-url": "https://packagist.org/downloads/",
133 "license": [
134 "MIT"
135 ],
136 "authors": [
137 {
138 "name": "Guilherme Blanco",
139 "email": "guilhermeblanco@gmail.com"
140 },
141 {
142 "name": "Roman Borschel",
143 "email": "roman@code-factory.org"
144 },
145 {
146 "name": "Benjamin Eberlei",
147 "email": "kontakt@beberlei.de"
148 },
149 {
150 "name": "Jonathan Wage",
151 "email": "jonwage@gmail.com"
152 },
153 {
154 "name": "Johannes Schmitt",
155 "email": "schmittjoh@gmail.com"
156 }
157 ],
158 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
159 "homepage": "https://www.doctrine-project.org/projects/collections.html",
160 "keywords": [
161 "array",
162 "collections",
163 "iterators",
164 "php"
165 ],
166 "support": {
167 "issues": "https://github.com/doctrine/collections/issues",
168 "source": "https://github.com/doctrine/collections/tree/1.8.0"
169 },
170 "time": "2022-09-01T20:12:10+00:00"
171 },
172 {
173 "name": "doctrine/common",
174 "version": "3.4.3",
175 "source": {
176 "type": "git",
177 "url": "https://github.com/doctrine/common.git",
178 "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
179 },
180 "dist": {
181 "type": "zip",
182 "url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
183 "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
184 "shasum": ""
185 },
186 "require": {
187 "doctrine/persistence": "^2.0 || ^3.0",
188 "php": "^7.1 || ^8.0"
189 },
190 "require-dev": {
191 "doctrine/coding-standard": "^9.0 || ^10.0",
192 "doctrine/collections": "^1",
193 "phpstan/phpstan": "^1.4.1",
194 "phpstan/phpstan-phpunit": "^1",
195 "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
196 "squizlabs/php_codesniffer": "^3.0",
197 "symfony/phpunit-bridge": "^6.1",
198 "vimeo/psalm": "^4.4"
199 },
200 "type": "library",
201 "autoload": {
202 "psr-4": {
203 "Doctrine\\Common\\": "src"
204 }
205 },
206 "notification-url": "https://packagist.org/downloads/",
207 "license": [
208 "MIT"
209 ],
210 "authors": [
211 {
212 "name": "Guilherme Blanco",
213 "email": "guilhermeblanco@gmail.com"
214 },
215 {
216 "name": "Roman Borschel",
217 "email": "roman@code-factory.org"
218 },
219 {
220 "name": "Benjamin Eberlei",
221 "email": "kontakt@beberlei.de"
222 },
223 {
224 "name": "Jonathan Wage",
225 "email": "jonwage@gmail.com"
226 },
227 {
228 "name": "Johannes Schmitt",
229 "email": "schmittjoh@gmail.com"
230 },
231 {
232 "name": "Marco Pivetta",
233 "email": "ocramius@gmail.com"
234 }
235 ],
236 "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.",
237 "homepage": "https://www.doctrine-project.org/projects/common.html",
238 "keywords": [
239 "common",
240 "doctrine",
241 "php"
242 ],
243 "support": {
244 "issues": "https://github.com/doctrine/common/issues",
245 "source": "https://github.com/doctrine/common/tree/3.4.3"
246 },
247 "funding": [
248 {
249 "url": "https://www.doctrine-project.org/sponsorship.html",
250 "type": "custom"
251 },
252 {
253 "url": "https://www.patreon.com/phpdoctrine",
254 "type": "patreon"
255 },
256 {
257 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
258 "type": "tidelift"
259 }
260 ],
261 "time": "2022-10-09T11:47:59+00:00"
262 },
263 {
264 "name": "doctrine/dbal",
265 "version": "3.8.1",
266 "source": {
267 "type": "git",
268 "url": "https://github.com/doctrine/dbal.git",
269 "reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2"
270 },
271 "dist": {
272 "type": "zip",
273 "url": "https://api.github.com/repos/doctrine/dbal/zipball/c9ea252cdce4da324ede3d6c5913dd89f769afd2",
274 "reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2",
275 "shasum": ""
276 },
277 "require": {
278 "composer-runtime-api": "^2",
279 "doctrine/cache": "^1.11|^2.0",
280 "doctrine/deprecations": "^0.5.3|^1",
281 "doctrine/event-manager": "^1|^2",
282 "php": "^7.4 || ^8.0",
283 "psr/cache": "^1|^2|^3",
284 "psr/log": "^1|^2|^3"
285 },
286 "require-dev": {
287 "doctrine/coding-standard": "12.0.0",
288 "fig/log-test": "^1",
289 "jetbrains/phpstorm-stubs": "2023.1",
290 "phpstan/phpstan": "1.10.57",
291 "phpstan/phpstan-strict-rules": "^1.5",
292 "phpunit/phpunit": "9.6.16",
293 "psalm/plugin-phpunit": "0.18.4",
294 "slevomat/coding-standard": "8.13.1",
295 "squizlabs/php_codesniffer": "3.8.1",
296 "symfony/cache": "^5.4|^6.0|^7.0",
297 "symfony/console": "^4.4|^5.4|^6.0|^7.0",
298 "vimeo/psalm": "4.30.0"
299 },
300 "suggest": {
301 "symfony/console": "For helpful console commands such as SQL execution and import of files."
302 },
303 "bin": [
304 "bin/doctrine-dbal"
305 ],
306 "type": "library",
307 "autoload": {
308 "psr-4": {
309 "Doctrine\\DBAL\\": "src"
310 }
311 },
312 "notification-url": "https://packagist.org/downloads/",
313 "license": [
314 "MIT"
315 ],
316 "authors": [
317 {
318 "name": "Guilherme Blanco",
319 "email": "guilhermeblanco@gmail.com"
320 },
321 {
322 "name": "Roman Borschel",
323 "email": "roman@code-factory.org"
324 },
325 {
326 "name": "Benjamin Eberlei",
327 "email": "kontakt@beberlei.de"
328 },
329 {
330 "name": "Jonathan Wage",
331 "email": "jonwage@gmail.com"
332 }
333 ],
334 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
335 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
336 "keywords": [
337 "abstraction",
338 "database",
339 "db2",
340 "dbal",
341 "mariadb",
342 "mssql",
343 "mysql",
344 "oci8",
345 "oracle",
346 "pdo",
347 "pgsql",
348 "postgresql",
349 "queryobject",
350 "sasql",
351 "sql",
352 "sqlite",
353 "sqlserver",
354 "sqlsrv"
355 ],
356 "support": {
357 "issues": "https://github.com/doctrine/dbal/issues",
358 "source": "https://github.com/doctrine/dbal/tree/3.8.1"
359 },
360 "funding": [
361 {
362 "url": "https://www.doctrine-project.org/sponsorship.html",
363 "type": "custom"
364 },
365 {
366 "url": "https://www.patreon.com/phpdoctrine",
367 "type": "patreon"
368 },
369 {
370 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
371 "type": "tidelift"
372 }
373 ],
374 "time": "2024-02-03T17:33:49+00:00"
375 },
376 {
377 "name": "doctrine/deprecations",
378 "version": "1.1.3",
379 "source": {
380 "type": "git",
381 "url": "https://github.com/doctrine/deprecations.git",
382 "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
383 },
384 "dist": {
385 "type": "zip",
386 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
387 "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
388 "shasum": ""
389 },
390 "require": {
391 "php": "^7.1 || ^8.0"
392 },
393 "require-dev": {
394 "doctrine/coding-standard": "^9",
395 "phpstan/phpstan": "1.4.10 || 1.10.15",
396 "phpstan/phpstan-phpunit": "^1.0",
397 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
398 "psalm/plugin-phpunit": "0.18.4",
399 "psr/log": "^1 || ^2 || ^3",
400 "vimeo/psalm": "4.30.0 || 5.12.0"
401 },
402 "suggest": {
403 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
404 },
405 "type": "library",
406 "autoload": {
407 "psr-4": {
408 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
409 }
410 },
411 "notification-url": "https://packagist.org/downloads/",
412 "license": [
413 "MIT"
414 ],
415 "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.",
416 "homepage": "https://www.doctrine-project.org/",
417 "support": {
418 "issues": "https://github.com/doctrine/deprecations/issues",
419 "source": "https://github.com/doctrine/deprecations/tree/1.1.3"
420 },
421 "time": "2024-01-30T19:34:25+00:00"
422 },
423 {
424 "name": "doctrine/doctrine-bundle",
425 "version": "2.11.1",
426 "source": {
427 "type": "git",
428 "url": "https://github.com/doctrine/DoctrineBundle.git",
429 "reference": "4089f1424b724786c062aea50aae5f773449b94b"
430 },
431 "dist": {
432 "type": "zip",
433 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/4089f1424b724786c062aea50aae5f773449b94b",
434 "reference": "4089f1424b724786c062aea50aae5f773449b94b",
435 "shasum": ""
436 },
437 "require": {
438 "doctrine/cache": "^1.11 || ^2.0",
439 "doctrine/dbal": "^3.7.0 || ^4.0",
440 "doctrine/persistence": "^2.2 || ^3",
441 "doctrine/sql-formatter": "^1.0.1",
442 "php": "^7.4 || ^8.0",
443 "symfony/cache": "^5.4 || ^6.0 || ^7.0",
444 "symfony/config": "^5.4 || ^6.0 || ^7.0",
445 "symfony/console": "^5.4 || ^6.0 || ^7.0",
446 "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
447 "symfony/deprecation-contracts": "^2.1 || ^3",
448 "symfony/doctrine-bridge": "^5.4.19 || ^6.0.7 || ^7.0",
449 "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
450 "symfony/polyfill-php80": "^1.15",
451 "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3"
452 },
453 "conflict": {
454 "doctrine/annotations": ">=3.0",
455 "doctrine/orm": "<2.14 || >=4.0",
456 "twig/twig": "<1.34 || >=2.0 <2.4"
457 },
458 "require-dev": {
459 "doctrine/annotations": "^1 || ^2",
460 "doctrine/coding-standard": "^12",
461 "doctrine/deprecations": "^1.0",
462 "doctrine/orm": "^2.14 || ^3.0",
463 "friendsofphp/proxy-manager-lts": "^1.0",
464 "phpunit/phpunit": "^9.5.26 || ^10.0",
465 "psalm/plugin-phpunit": "^0.18.4",
466 "psalm/plugin-symfony": "^4",
467 "psr/log": "^1.1.4 || ^2.0 || ^3.0",
468 "symfony/phpunit-bridge": "^6.1 || ^7.0",
469 "symfony/property-info": "^5.4 || ^6.0 || ^7.0",
470 "symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0",
471 "symfony/security-bundle": "^5.4 || ^6.0 || ^7.0",
472 "symfony/string": "^5.4 || ^6.0 || ^7.0",
473 "symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0",
474 "symfony/validator": "^5.4 || ^6.0 || ^7.0",
475 "symfony/var-exporter": "^5.4 || ^6.2 || ^7.0",
476 "symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0",
477 "symfony/yaml": "^5.4 || ^6.0 || ^7.0",
478 "twig/twig": "^1.34 || ^2.12 || ^3.0",
479 "vimeo/psalm": "^4.30"
480 },
481 "suggest": {
482 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
483 "ext-pdo": "*",
484 "symfony/web-profiler-bundle": "To use the data collector."
485 },
486 "type": "symfony-bundle",
487 "autoload": {
488 "psr-4": {
489 "Doctrine\\Bundle\\DoctrineBundle\\": ""
490 }
491 },
492 "notification-url": "https://packagist.org/downloads/",
493 "license": [
494 "MIT"
495 ],
496 "authors": [
497 {
498 "name": "Fabien Potencier",
499 "email": "fabien@symfony.com"
500 },
501 {
502 "name": "Benjamin Eberlei",
503 "email": "kontakt@beberlei.de"
504 },
505 {
506 "name": "Symfony Community",
507 "homepage": "https://symfony.com/contributors"
508 },
509 {
510 "name": "Doctrine Project",
511 "homepage": "https://www.doctrine-project.org/"
512 }
513 ],
514 "description": "Symfony DoctrineBundle",
515 "homepage": "https://www.doctrine-project.org",
516 "keywords": [
517 "database",
518 "dbal",
519 "orm",
520 "persistence"
521 ],
522 "support": {
523 "issues": "https://github.com/doctrine/DoctrineBundle/issues",
524 "source": "https://github.com/doctrine/DoctrineBundle/tree/2.11.1"
525 },
526 "funding": [
527 {
528 "url": "https://www.doctrine-project.org/sponsorship.html",
529 "type": "custom"
530 },
531 {
532 "url": "https://www.patreon.com/phpdoctrine",
533 "type": "patreon"
534 },
535 {
536 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
537 "type": "tidelift"
538 }
539 ],
540 "time": "2023-11-15T20:01:50+00:00"
541 },
542 {
543 "name": "doctrine/event-manager",
544 "version": "1.2.0",
545 "source": {
546 "type": "git",
547 "url": "https://github.com/doctrine/event-manager.git",
548 "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
549 },
550 "dist": {
551 "type": "zip",
552 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
553 "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
554 "shasum": ""
555 },
556 "require": {
557 "doctrine/deprecations": "^0.5.3 || ^1",
558 "php": "^7.1 || ^8.0"
559 },
560 "conflict": {
561 "doctrine/common": "<2.9"
562 },
563 "require-dev": {
564 "doctrine/coding-standard": "^9 || ^10",
565 "phpstan/phpstan": "~1.4.10 || ^1.8.8",
566 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
567 "vimeo/psalm": "^4.24"
568 },
569 "type": "library",
570 "autoload": {
571 "psr-4": {
572 "Doctrine\\Common\\": "src"
573 }
574 },
575 "notification-url": "https://packagist.org/downloads/",
576 "license": [
577 "MIT"
578 ],
579 "authors": [
580 {
581 "name": "Guilherme Blanco",
582 "email": "guilhermeblanco@gmail.com"
583 },
584 {
585 "name": "Roman Borschel",
586 "email": "roman@code-factory.org"
587 },
588 {
589 "name": "Benjamin Eberlei",
590 "email": "kontakt@beberlei.de"
591 },
592 {
593 "name": "Jonathan Wage",
594 "email": "jonwage@gmail.com"
595 },
596 {
597 "name": "Johannes Schmitt",
598 "email": "schmittjoh@gmail.com"
599 },
600 {
601 "name": "Marco Pivetta",
602 "email": "ocramius@gmail.com"
603 }
604 ],
605 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
606 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
607 "keywords": [
608 "event",
609 "event dispatcher",
610 "event manager",
611 "event system",
612 "events"
613 ],
614 "support": {
615 "issues": "https://github.com/doctrine/event-manager/issues",
616 "source": "https://github.com/doctrine/event-manager/tree/1.2.0"
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%2Fevent-manager",
629 "type": "tidelift"
630 }
631 ],
632 "time": "2022-10-12T20:51:15+00:00"
633 },
634 {
635 "name": "doctrine/inflector",
636 "version": "2.0.9",
637 "source": {
638 "type": "git",
639 "url": "https://github.com/doctrine/inflector.git",
640 "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65"
641 },
642 "dist": {
643 "type": "zip",
644 "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65",
645 "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65",
646 "shasum": ""
647 },
648 "require": {
649 "php": "^7.2 || ^8.0"
650 },
651 "require-dev": {
652 "doctrine/coding-standard": "^11.0",
653 "phpstan/phpstan": "^1.8",
654 "phpstan/phpstan-phpunit": "^1.1",
655 "phpstan/phpstan-strict-rules": "^1.3",
656 "phpunit/phpunit": "^8.5 || ^9.5",
657 "vimeo/psalm": "^4.25 || ^5.4"
658 },
659 "type": "library",
660 "autoload": {
661 "psr-4": {
662 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
663 }
664 },
665 "notification-url": "https://packagist.org/downloads/",
666 "license": [
667 "MIT"
668 ],
669 "authors": [
670 {
671 "name": "Guilherme Blanco",
672 "email": "guilhermeblanco@gmail.com"
673 },
674 {
675 "name": "Roman Borschel",
676 "email": "roman@code-factory.org"
677 },
678 {
679 "name": "Benjamin Eberlei",
680 "email": "kontakt@beberlei.de"
681 },
682 {
683 "name": "Jonathan Wage",
684 "email": "jonwage@gmail.com"
685 },
686 {
687 "name": "Johannes Schmitt",
688 "email": "schmittjoh@gmail.com"
689 }
690 ],
691 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
692 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
693 "keywords": [
694 "inflection",
695 "inflector",
696 "lowercase",
697 "manipulation",
698 "php",
699 "plural",
700 "singular",
701 "strings",
702 "uppercase",
703 "words"
704 ],
705 "support": {
706 "issues": "https://github.com/doctrine/inflector/issues",
707 "source": "https://github.com/doctrine/inflector/tree/2.0.9"
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%2Finflector",
720 "type": "tidelift"
721 }
722 ],
723 "time": "2024-01-15T18:05:13+00:00"
724 },
725 {
726 "name": "doctrine/instantiator",
727 "version": "2.0.0",
728 "source": {
729 "type": "git",
730 "url": "https://github.com/doctrine/instantiator.git",
731 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
732 },
733 "dist": {
734 "type": "zip",
735 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
736 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
737 "shasum": ""
738 },
739 "require": {
740 "php": "^8.1"
741 },
742 "require-dev": {
743 "doctrine/coding-standard": "^11",
744 "ext-pdo": "*",
745 "ext-phar": "*",
746 "phpbench/phpbench": "^1.2",
747 "phpstan/phpstan": "^1.9.4",
748 "phpstan/phpstan-phpunit": "^1.3",
749 "phpunit/phpunit": "^9.5.27",
750 "vimeo/psalm": "^5.4"
751 },
752 "type": "library",
753 "autoload": {
754 "psr-4": {
755 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
756 }
757 },
758 "notification-url": "https://packagist.org/downloads/",
759 "license": [
760 "MIT"
761 ],
762 "authors": [
763 {
764 "name": "Marco Pivetta",
765 "email": "ocramius@gmail.com",
766 "homepage": "https://ocramius.github.io/"
767 }
768 ],
769 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
770 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
771 "keywords": [
772 "constructor",
773 "instantiate"
774 ],
775 "support": {
776 "issues": "https://github.com/doctrine/instantiator/issues",
777 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
778 },
779 "funding": [
780 {
781 "url": "https://www.doctrine-project.org/sponsorship.html",
782 "type": "custom"
783 },
784 {
785 "url": "https://www.patreon.com/phpdoctrine",
786 "type": "patreon"
787 },
788 {
789 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
790 "type": "tidelift"
791 }
792 ],
793 "time": "2022-12-30T00:23:10+00:00"
794 },
795 {
796 "name": "doctrine/lexer",
797 "version": "3.0.0",
798 "source": {
799 "type": "git",
800 "url": "https://github.com/doctrine/lexer.git",
801 "reference": "84a527db05647743d50373e0ec53a152f2cde568"
802 },
803 "dist": {
804 "type": "zip",
805 "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
806 "reference": "84a527db05647743d50373e0ec53a152f2cde568",
807 "shasum": ""
808 },
809 "require": {
810 "php": "^8.1"
811 },
812 "require-dev": {
813 "doctrine/coding-standard": "^10",
814 "phpstan/phpstan": "^1.9",
815 "phpunit/phpunit": "^9.5",
816 "psalm/plugin-phpunit": "^0.18.3",
817 "vimeo/psalm": "^5.0"
818 },
819 "type": "library",
820 "autoload": {
821 "psr-4": {
822 "Doctrine\\Common\\Lexer\\": "src"
823 }
824 },
825 "notification-url": "https://packagist.org/downloads/",
826 "license": [
827 "MIT"
828 ],
829 "authors": [
830 {
831 "name": "Guilherme Blanco",
832 "email": "guilhermeblanco@gmail.com"
833 },
834 {
835 "name": "Roman Borschel",
836 "email": "roman@code-factory.org"
837 },
838 {
839 "name": "Johannes Schmitt",
840 "email": "schmittjoh@gmail.com"
841 }
842 ],
843 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
844 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
845 "keywords": [
846 "annotations",
847 "docblock",
848 "lexer",
849 "parser",
850 "php"
851 ],
852 "support": {
853 "issues": "https://github.com/doctrine/lexer/issues",
854 "source": "https://github.com/doctrine/lexer/tree/3.0.0"
855 },
856 "funding": [
857 {
858 "url": "https://www.doctrine-project.org/sponsorship.html",
859 "type": "custom"
860 },
861 {
862 "url": "https://www.patreon.com/phpdoctrine",
863 "type": "patreon"
864 },
865 {
866 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
867 "type": "tidelift"
868 }
869 ],
870 "time": "2022-12-15T16:57:16+00:00"
871 },
872 {
873 "name": "doctrine/orm",
874 "version": "2.18.0",
875 "source": {
876 "type": "git",
877 "url": "https://github.com/doctrine/orm.git",
878 "reference": "f2176a9ce56cafdfd1624d54bfdb076819083d5b"
879 },
880 "dist": {
881 "type": "zip",
882 "url": "https://api.github.com/repos/doctrine/orm/zipball/f2176a9ce56cafdfd1624d54bfdb076819083d5b",
883 "reference": "f2176a9ce56cafdfd1624d54bfdb076819083d5b",
884 "shasum": ""
885 },
886 "require": {
887 "composer-runtime-api": "^2",
888 "doctrine/cache": "^1.12.1 || ^2.1.1",
889 "doctrine/collections": "^1.5 || ^2.1",
890 "doctrine/common": "^3.0.3",
891 "doctrine/dbal": "^2.13.1 || ^3.2",
892 "doctrine/deprecations": "^0.5.3 || ^1",
893 "doctrine/event-manager": "^1.2 || ^2",
894 "doctrine/inflector": "^1.4 || ^2.0",
895 "doctrine/instantiator": "^1.3 || ^2",
896 "doctrine/lexer": "^2 || ^3",
897 "doctrine/persistence": "^2.4 || ^3",
898 "ext-ctype": "*",
899 "php": "^7.1 || ^8.0",
900 "psr/cache": "^1 || ^2 || ^3",
901 "symfony/console": "^4.2 || ^5.0 || ^6.0 || ^7.0",
902 "symfony/polyfill-php72": "^1.23",
903 "symfony/polyfill-php80": "^1.16"
904 },
905 "conflict": {
906 "doctrine/annotations": "<1.13 || >= 3.0"
907 },
908 "require-dev": {
909 "doctrine/annotations": "^1.13 || ^2",
910 "doctrine/coding-standard": "^9.0.2 || ^12.0",
911 "phpbench/phpbench": "^0.16.10 || ^1.0",
912 "phpstan/phpstan": "~1.4.10 || 1.10.35",
913 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
914 "psr/log": "^1 || ^2 || ^3",
915 "squizlabs/php_codesniffer": "3.7.2",
916 "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
917 "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0",
918 "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
919 "vimeo/psalm": "4.30.0 || 5.16.0"
920 },
921 "suggest": {
922 "ext-dom": "Provides support for XSD validation for XML mapping files",
923 "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
924 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
925 },
926 "bin": [
927 "bin/doctrine"
928 ],
929 "type": "library",
930 "autoload": {
931 "psr-4": {
932 "Doctrine\\ORM\\": "src"
933 }
934 },
935 "notification-url": "https://packagist.org/downloads/",
936 "license": [
937 "MIT"
938 ],
939 "authors": [
940 {
941 "name": "Guilherme Blanco",
942 "email": "guilhermeblanco@gmail.com"
943 },
944 {
945 "name": "Roman Borschel",
946 "email": "roman@code-factory.org"
947 },
948 {
949 "name": "Benjamin Eberlei",
950 "email": "kontakt@beberlei.de"
951 },
952 {
953 "name": "Jonathan Wage",
954 "email": "jonwage@gmail.com"
955 },
956 {
957 "name": "Marco Pivetta",
958 "email": "ocramius@gmail.com"
959 }
960 ],
961 "description": "Object-Relational-Mapper for PHP",
962 "homepage": "https://www.doctrine-project.org/projects/orm.html",
963 "keywords": [
964 "database",
965 "orm"
966 ],
967 "support": {
968 "issues": "https://github.com/doctrine/orm/issues",
969 "source": "https://github.com/doctrine/orm/tree/2.18.0"
970 },
971 "time": "2024-01-31T15:53:12+00:00"
972 },
973 {
974 "name": "doctrine/persistence",
975 "version": "2.5.7",
976 "source": {
977 "type": "git",
978 "url": "https://github.com/doctrine/persistence.git",
979 "reference": "e36f22765f4d10a7748228babbf73da5edfeed3c"
980 },
981 "dist": {
982 "type": "zip",
983 "url": "https://api.github.com/repos/doctrine/persistence/zipball/e36f22765f4d10a7748228babbf73da5edfeed3c",
984 "reference": "e36f22765f4d10a7748228babbf73da5edfeed3c",
985 "shasum": ""
986 },
987 "require": {
988 "doctrine/cache": "^1.11 || ^2.0",
989 "doctrine/collections": "^1.0",
990 "doctrine/deprecations": "^0.5.3 || ^1",
991 "doctrine/event-manager": "^1 || ^2",
992 "php": "^7.1 || ^8.0",
993 "psr/cache": "^1.0 || ^2.0 || ^3.0"
994 },
995 "conflict": {
996 "doctrine/annotations": "<1.0 || >=3.0",
997 "doctrine/common": "<2.10"
998 },
999 "require-dev": {
1000 "composer/package-versions-deprecated": "^1.11",
1001 "doctrine/annotations": "^1 || ^2",
1002 "doctrine/coding-standard": "^9 || ^11",
1003 "doctrine/common": "^3.0",
1004 "phpstan/phpstan": "~1.4.10 || 1.9.4",
1005 "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
1006 "symfony/cache": "^4.4 || ^5.4 || ^6.0",
1007 "vimeo/psalm": "4.30.0 || 5.3.0"
1008 },
1009 "type": "library",
1010 "autoload": {
1011 "psr-4": {
1012 "Doctrine\\Common\\": "src/Common",
1013 "Doctrine\\Persistence\\": "src/Persistence"
1014 }
1015 },
1016 "notification-url": "https://packagist.org/downloads/",
1017 "license": [
1018 "MIT"
1019 ],
1020 "authors": [
1021 {
1022 "name": "Guilherme Blanco",
1023 "email": "guilhermeblanco@gmail.com"
1024 },
1025 {
1026 "name": "Roman Borschel",
1027 "email": "roman@code-factory.org"
1028 },
1029 {
1030 "name": "Benjamin Eberlei",
1031 "email": "kontakt@beberlei.de"
1032 },
1033 {
1034 "name": "Jonathan Wage",
1035 "email": "jonwage@gmail.com"
1036 },
1037 {
1038 "name": "Johannes Schmitt",
1039 "email": "schmittjoh@gmail.com"
1040 },
1041 {
1042 "name": "Marco Pivetta",
1043 "email": "ocramius@gmail.com"
1044 }
1045 ],
1046 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1047 "homepage": "https://doctrine-project.org/projects/persistence.html",
1048 "keywords": [
1049 "mapper",
1050 "object",
1051 "odm",
1052 "orm",
1053 "persistence"
1054 ],
1055 "support": {
1056 "issues": "https://github.com/doctrine/persistence/issues",
1057 "source": "https://github.com/doctrine/persistence/tree/2.5.7"
1058 },
1059 "funding": [
1060 {
1061 "url": "https://www.doctrine-project.org/sponsorship.html",
1062 "type": "custom"
1063 },
1064 {
1065 "url": "https://www.patreon.com/phpdoctrine",
1066 "type": "patreon"
1067 },
1068 {
1069 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
1070 "type": "tidelift"
1071 }
1072 ],
1073 "time": "2023-02-03T15:51:16+00:00"
1074 },
1075 {
1076 "name": "doctrine/sql-formatter",
1077 "version": "1.1.3",
1078 "source": {
1079 "type": "git",
1080 "url": "https://github.com/doctrine/sql-formatter.git",
1081 "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
1082 },
1083 "dist": {
1084 "type": "zip",
1085 "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
1086 "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
1087 "shasum": ""
1088 },
1089 "require": {
1090 "php": "^7.1 || ^8.0"
1091 },
1092 "require-dev": {
1093 "bamarni/composer-bin-plugin": "^1.4"
1094 },
1095 "bin": [
1096 "bin/sql-formatter"
1097 ],
1098 "type": "library",
1099 "autoload": {
1100 "psr-4": {
1101 "Doctrine\\SqlFormatter\\": "src"
1102 }
1103 },
1104 "notification-url": "https://packagist.org/downloads/",
1105 "license": [
1106 "MIT"
1107 ],
1108 "authors": [
1109 {
1110 "name": "Jeremy Dorn",
1111 "email": "jeremy@jeremydorn.com",
1112 "homepage": "https://jeremydorn.com/"
1113 }
1114 ],
1115 "description": "a PHP SQL highlighting library",
1116 "homepage": "https://github.com/doctrine/sql-formatter/",
1117 "keywords": [
1118 "highlight",
1119 "sql"
1120 ],
1121 "support": {
1122 "issues": "https://github.com/doctrine/sql-formatter/issues",
1123 "source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
1124 },
1125 "time": "2022-05-23T21:33:49+00:00"
1126 },
1127 {
1128 "name": "egulias/email-validator",
1129 "version": "4.0.2",
1130 "source": {
1131 "type": "git",
1132 "url": "https://github.com/egulias/EmailValidator.git",
1133 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
1134 },
1135 "dist": {
1136 "type": "zip",
1137 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
1138 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
1139 "shasum": ""
1140 },
1141 "require": {
1142 "doctrine/lexer": "^2.0 || ^3.0",
1143 "php": ">=8.1",
1144 "symfony/polyfill-intl-idn": "^1.26"
1145 },
1146 "require-dev": {
1147 "phpunit/phpunit": "^10.2",
1148 "vimeo/psalm": "^5.12"
1149 },
1150 "suggest": {
1151 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1152 },
1153 "type": "library",
1154 "extra": {
1155 "branch-alias": {
1156 "dev-master": "4.0.x-dev"
1157 }
1158 },
1159 "autoload": {
1160 "psr-4": {
1161 "Egulias\\EmailValidator\\": "src"
1162 }
1163 },
1164 "notification-url": "https://packagist.org/downloads/",
1165 "license": [
1166 "MIT"
1167 ],
1168 "authors": [
1169 {
1170 "name": "Eduardo Gulias Davis"
1171 }
1172 ],
1173 "description": "A library for validating emails against several RFCs",
1174 "homepage": "https://github.com/egulias/EmailValidator",
1175 "keywords": [
1176 "email",
1177 "emailvalidation",
1178 "emailvalidator",
1179 "validation",
1180 "validator"
1181 ],
1182 "support": {
1183 "issues": "https://github.com/egulias/EmailValidator/issues",
1184 "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
1185 },
1186 "funding": [
1187 {
1188 "url": "https://github.com/egulias",
1189 "type": "github"
1190 }
1191 ],
1192 "time": "2023-10-06T06:47:41+00:00"
1193 },
1194 {
1195 "name": "erusev/parsedown",
1196 "version": "1.7.4",
1197 "source": {
1198 "type": "git",
1199 "url": "https://github.com/erusev/parsedown.git",
1200 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
1201 },
1202 "dist": {
1203 "type": "zip",
1204 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1205 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1206 "shasum": ""
1207 },
1208 "require": {
1209 "ext-mbstring": "*",
1210 "php": ">=5.3.0"
1211 },
1212 "require-dev": {
1213 "phpunit/phpunit": "^4.8.35"
1214 },
1215 "type": "library",
1216 "autoload": {
1217 "psr-0": {
1218 "Parsedown": ""
1219 }
1220 },
1221 "notification-url": "https://packagist.org/downloads/",
1222 "license": [
1223 "MIT"
1224 ],
1225 "authors": [
1226 {
1227 "name": "Emanuil Rusev",
1228 "email": "hello@erusev.com",
1229 "homepage": "http://erusev.com"
1230 }
1231 ],
1232 "description": "Parser for Markdown.",
1233 "homepage": "http://parsedown.org",
1234 "keywords": [
1235 "markdown",
1236 "parser"
1237 ],
1238 "support": {
1239 "issues": "https://github.com/erusev/parsedown/issues",
1240 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
1241 },
1242 "time": "2019-12-30T22:54:17+00:00"
1243 },
1244 {
1245 "name": "firebase/php-jwt",
1246 "version": "v6.10.0",
1247 "source": {
1248 "type": "git",
1249 "url": "https://github.com/firebase/php-jwt.git",
1250 "reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
1251 },
1252 "dist": {
1253 "type": "zip",
1254 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
1255 "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
1256 "shasum": ""
1257 },
1258 "require": {
1259 "php": "^7.4||^8.0"
1260 },
1261 "require-dev": {
1262 "guzzlehttp/guzzle": "^6.5||^7.4",
1263 "phpspec/prophecy-phpunit": "^2.0",
1264 "phpunit/phpunit": "^9.5",
1265 "psr/cache": "^1.0||^2.0",
1266 "psr/http-client": "^1.0",
1267 "psr/http-factory": "^1.0"
1268 },
1269 "suggest": {
1270 "ext-sodium": "Support EdDSA (Ed25519) signatures",
1271 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
1272 },
1273 "type": "library",
1274 "autoload": {
1275 "psr-4": {
1276 "Firebase\\JWT\\": "src"
1277 }
1278 },
1279 "notification-url": "https://packagist.org/downloads/",
1280 "license": [
1281 "BSD-3-Clause"
1282 ],
1283 "authors": [
1284 {
1285 "name": "Neuman Vong",
1286 "email": "neuman+pear@twilio.com",
1287 "role": "Developer"
1288 },
1289 {
1290 "name": "Anant Narayanan",
1291 "email": "anant@php.net",
1292 "role": "Developer"
1293 }
1294 ],
1295 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
1296 "homepage": "https://github.com/firebase/php-jwt",
1297 "keywords": [
1298 "jwt",
1299 "php"
1300 ],
1301 "support": {
1302 "issues": "https://github.com/firebase/php-jwt/issues",
1303 "source": "https://github.com/firebase/php-jwt/tree/v6.10.0"
1304 },
1305 "time": "2023-12-01T16:26:39+00:00"
1306 },
1307 {
1308 "name": "fpdf/fpdf",
1309 "version": "1.86.0",
1310 "source": {
1311 "type": "git",
1312 "url": "https://github.com/coreydoughty/Fpdf.git",
1313 "reference": "d2a0cbd9e4b5557b9c6c29ddc8eb2b36d8761e00"
1314 },
1315 "dist": {
1316 "type": "zip",
1317 "url": "https://api.github.com/repos/coreydoughty/Fpdf/zipball/d2a0cbd9e4b5557b9c6c29ddc8eb2b36d8761e00",
1318 "reference": "d2a0cbd9e4b5557b9c6c29ddc8eb2b36d8761e00",
1319 "shasum": ""
1320 },
1321 "require": {
1322 "php": ">=5.6.0"
1323 },
1324 "type": "library",
1325 "extra": {
1326 "laravel": {
1327 "aliases": {
1328 "FPDF": "Fpdf\\Fpdf"
1329 }
1330 }
1331 },
1332 "autoload": {
1333 "psr-4": {
1334 "Fpdf\\": "src/Fpdf"
1335 }
1336 },
1337 "notification-url": "https://packagist.org/downloads/",
1338 "license": [
1339 "MIT"
1340 ],
1341 "authors": [
1342 {
1343 "name": "Corey Doughty",
1344 "email": "corey@doughty.ca"
1345 }
1346 ],
1347 "description": "FPDF Composer Wrapper",
1348 "homepage": "https://github.com/coreydoughty/Fpdf",
1349 "keywords": [
1350 "fpdf",
1351 "pdf",
1352 "wrapper"
1353 ],
1354 "support": {
1355 "issues": "https://github.com/coreydoughty/Fpdf/issues",
1356 "source": "https://github.com/coreydoughty/Fpdf/tree/1.86.0"
1357 },
1358 "time": "2023-07-04T16:41:45+00:00"
1359 },
1360 {
1361 "name": "google/apiclient",
1362 "version": "v2.15.3",
1363 "source": {
1364 "type": "git",
1365 "url": "https://github.com/googleapis/google-api-php-client.git",
1366 "reference": "e70273c06d18824de77e114247ae3102f8aec64d"
1367 },
1368 "dist": {
1369 "type": "zip",
1370 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/e70273c06d18824de77e114247ae3102f8aec64d",
1371 "reference": "e70273c06d18824de77e114247ae3102f8aec64d",
1372 "shasum": ""
1373 },
1374 "require": {
1375 "firebase/php-jwt": "~6.0",
1376 "google/apiclient-services": "~0.200",
1377 "google/auth": "^1.33",
1378 "guzzlehttp/guzzle": "^6.5.8||^7.4.5",
1379 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
1380 "monolog/monolog": "^2.9||^3.0",
1381 "php": "^7.4|^8.0",
1382 "phpseclib/phpseclib": "^3.0.34"
1383 },
1384 "require-dev": {
1385 "cache/filesystem-adapter": "^1.1",
1386 "composer/composer": "^1.10.22",
1387 "phpcompatibility/php-compatibility": "^9.2",
1388 "phpspec/prophecy-phpunit": "^2.0",
1389 "phpunit/phpunit": "^9.5",
1390 "squizlabs/php_codesniffer": "^3.8",
1391 "symfony/css-selector": "~2.1",
1392 "symfony/dom-crawler": "~2.1"
1393 },
1394 "suggest": {
1395 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
1396 },
1397 "type": "library",
1398 "extra": {
1399 "branch-alias": {
1400 "dev-main": "2.x-dev"
1401 }
1402 },
1403 "autoload": {
1404 "files": [
1405 "src/aliases.php"
1406 ],
1407 "psr-4": {
1408 "Google\\": "src/"
1409 },
1410 "classmap": [
1411 "src/aliases.php"
1412 ]
1413 },
1414 "notification-url": "https://packagist.org/downloads/",
1415 "license": [
1416 "Apache-2.0"
1417 ],
1418 "description": "Client library for Google APIs",
1419 "homepage": "http://developers.google.com/api-client-library/php",
1420 "keywords": [
1421 "google"
1422 ],
1423 "support": {
1424 "issues": "https://github.com/googleapis/google-api-php-client/issues",
1425 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.15.3"
1426 },
1427 "time": "2024-01-04T19:15:22+00:00"
1428 },
1429 {
1430 "name": "google/apiclient-services",
1431 "version": "v0.334.0",
1432 "source": {
1433 "type": "git",
1434 "url": "https://github.com/googleapis/google-api-php-client-services.git",
1435 "reference": "5d2ebd6199b34b4b207eff2118bb783ae7b6f413"
1436 },
1437 "dist": {
1438 "type": "zip",
1439 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/5d2ebd6199b34b4b207eff2118bb783ae7b6f413",
1440 "reference": "5d2ebd6199b34b4b207eff2118bb783ae7b6f413",
1441 "shasum": ""
1442 },
1443 "require": {
1444 "php": "^7.4||^8.0"
1445 },
1446 "require-dev": {
1447 "phpunit/phpunit": "^5.7||^8.5.13"
1448 },
1449 "type": "library",
1450 "autoload": {
1451 "files": [
1452 "autoload.php"
1453 ],
1454 "psr-4": {
1455 "Google\\Service\\": "src"
1456 }
1457 },
1458 "notification-url": "https://packagist.org/downloads/",
1459 "license": [
1460 "Apache-2.0"
1461 ],
1462 "description": "Client library for Google APIs",
1463 "homepage": "http://developers.google.com/api-client-library/php",
1464 "keywords": [
1465 "google"
1466 ],
1467 "support": {
1468 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
1469 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.334.0"
1470 },
1471 "time": "2024-02-04T01:06:40+00:00"
1472 },
1473 {
1474 "name": "google/auth",
1475 "version": "v1.35.0",
1476 "source": {
1477 "type": "git",
1478 "url": "https://github.com/googleapis/google-auth-library-php.git",
1479 "reference": "6e9c9fd4e2bbd7042f50083076346e4a1eff4e4b"
1480 },
1481 "dist": {
1482 "type": "zip",
1483 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/6e9c9fd4e2bbd7042f50083076346e4a1eff4e4b",
1484 "reference": "6e9c9fd4e2bbd7042f50083076346e4a1eff4e4b",
1485 "shasum": ""
1486 },
1487 "require": {
1488 "firebase/php-jwt": "^6.0",
1489 "guzzlehttp/guzzle": "^6.5.8||^7.4.5",
1490 "guzzlehttp/psr7": "^2.4.5",
1491 "php": "^7.4||^8.0",
1492 "psr/cache": "^1.0||^2.0||^3.0",
1493 "psr/http-message": "^1.1||^2.0"
1494 },
1495 "require-dev": {
1496 "guzzlehttp/promises": "^2.0",
1497 "kelvinmo/simplejwt": "0.7.1",
1498 "phpseclib/phpseclib": "^3.0",
1499 "phpspec/prophecy-phpunit": "^2.0",
1500 "phpunit/phpunit": "^9.0.0",
1501 "sebastian/comparator": ">=1.2.3",
1502 "squizlabs/php_codesniffer": "^3.5"
1503 },
1504 "suggest": {
1505 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
1506 },
1507 "type": "library",
1508 "autoload": {
1509 "psr-4": {
1510 "Google\\Auth\\": "src"
1511 }
1512 },
1513 "notification-url": "https://packagist.org/downloads/",
1514 "license": [
1515 "Apache-2.0"
1516 ],
1517 "description": "Google Auth Library for PHP",
1518 "homepage": "http://github.com/google/google-auth-library-php",
1519 "keywords": [
1520 "Authentication",
1521 "google",
1522 "oauth2"
1523 ],
1524 "support": {
1525 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
1526 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
1527 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.35.0"
1528 },
1529 "time": "2024-02-01T20:41:08+00:00"
1530 },
1531 {
1532 "name": "guzzlehttp/guzzle",
1533 "version": "7.8.1",
1534 "source": {
1535 "type": "git",
1536 "url": "https://github.com/guzzle/guzzle.git",
1537 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
1538 },
1539 "dist": {
1540 "type": "zip",
1541 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
1542 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
1543 "shasum": ""
1544 },
1545 "require": {
1546 "ext-json": "*",
1547 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
1548 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
1549 "php": "^7.2.5 || ^8.0",
1550 "psr/http-client": "^1.0",
1551 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1552 },
1553 "provide": {
1554 "psr/http-client-implementation": "1.0"
1555 },
1556 "require-dev": {
1557 "bamarni/composer-bin-plugin": "^1.8.2",
1558 "ext-curl": "*",
1559 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
1560 "php-http/message-factory": "^1.1",
1561 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1562 "psr/log": "^1.1 || ^2.0 || ^3.0"
1563 },
1564 "suggest": {
1565 "ext-curl": "Required for CURL handler support",
1566 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1567 "psr/log": "Required for using the Log middleware"
1568 },
1569 "type": "library",
1570 "extra": {
1571 "bamarni-bin": {
1572 "bin-links": true,
1573 "forward-command": false
1574 }
1575 },
1576 "autoload": {
1577 "files": [
1578 "src/functions_include.php"
1579 ],
1580 "psr-4": {
1581 "GuzzleHttp\\": "src/"
1582 }
1583 },
1584 "notification-url": "https://packagist.org/downloads/",
1585 "license": [
1586 "MIT"
1587 ],
1588 "authors": [
1589 {
1590 "name": "Graham Campbell",
1591 "email": "hello@gjcampbell.co.uk",
1592 "homepage": "https://github.com/GrahamCampbell"
1593 },
1594 {
1595 "name": "Michael Dowling",
1596 "email": "mtdowling@gmail.com",
1597 "homepage": "https://github.com/mtdowling"
1598 },
1599 {
1600 "name": "Jeremy Lindblom",
1601 "email": "jeremeamia@gmail.com",
1602 "homepage": "https://github.com/jeremeamia"
1603 },
1604 {
1605 "name": "George Mponos",
1606 "email": "gmponos@gmail.com",
1607 "homepage": "https://github.com/gmponos"
1608 },
1609 {
1610 "name": "Tobias Nyholm",
1611 "email": "tobias.nyholm@gmail.com",
1612 "homepage": "https://github.com/Nyholm"
1613 },
1614 {
1615 "name": "MƔrk SƔgi-KazƔr",
1616 "email": "mark.sagikazar@gmail.com",
1617 "homepage": "https://github.com/sagikazarmark"
1618 },
1619 {
1620 "name": "Tobias Schultze",
1621 "email": "webmaster@tubo-world.de",
1622 "homepage": "https://github.com/Tobion"
1623 }
1624 ],
1625 "description": "Guzzle is a PHP HTTP client library",
1626 "keywords": [
1627 "client",
1628 "curl",
1629 "framework",
1630 "http",
1631 "http client",
1632 "psr-18",
1633 "psr-7",
1634 "rest",
1635 "web service"
1636 ],
1637 "support": {
1638 "issues": "https://github.com/guzzle/guzzle/issues",
1639 "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
1640 },
1641 "funding": [
1642 {
1643 "url": "https://github.com/GrahamCampbell",
1644 "type": "github"
1645 },
1646 {
1647 "url": "https://github.com/Nyholm",
1648 "type": "github"
1649 },
1650 {
1651 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1652 "type": "tidelift"
1653 }
1654 ],
1655 "time": "2023-12-03T20:35:24+00:00"
1656 },
1657 {
1658 "name": "guzzlehttp/promises",
1659 "version": "2.0.2",
1660 "source": {
1661 "type": "git",
1662 "url": "https://github.com/guzzle/promises.git",
1663 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
1664 },
1665 "dist": {
1666 "type": "zip",
1667 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
1668 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
1669 "shasum": ""
1670 },
1671 "require": {
1672 "php": "^7.2.5 || ^8.0"
1673 },
1674 "require-dev": {
1675 "bamarni/composer-bin-plugin": "^1.8.2",
1676 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1677 },
1678 "type": "library",
1679 "extra": {
1680 "bamarni-bin": {
1681 "bin-links": true,
1682 "forward-command": false
1683 }
1684 },
1685 "autoload": {
1686 "psr-4": {
1687 "GuzzleHttp\\Promise\\": "src/"
1688 }
1689 },
1690 "notification-url": "https://packagist.org/downloads/",
1691 "license": [
1692 "MIT"
1693 ],
1694 "authors": [
1695 {
1696 "name": "Graham Campbell",
1697 "email": "hello@gjcampbell.co.uk",
1698 "homepage": "https://github.com/GrahamCampbell"
1699 },
1700 {
1701 "name": "Michael Dowling",
1702 "email": "mtdowling@gmail.com",
1703 "homepage": "https://github.com/mtdowling"
1704 },
1705 {
1706 "name": "Tobias Nyholm",
1707 "email": "tobias.nyholm@gmail.com",
1708 "homepage": "https://github.com/Nyholm"
1709 },
1710 {
1711 "name": "Tobias Schultze",
1712 "email": "webmaster@tubo-world.de",
1713 "homepage": "https://github.com/Tobion"
1714 }
1715 ],
1716 "description": "Guzzle promises library",
1717 "keywords": [
1718 "promise"
1719 ],
1720 "support": {
1721 "issues": "https://github.com/guzzle/promises/issues",
1722 "source": "https://github.com/guzzle/promises/tree/2.0.2"
1723 },
1724 "funding": [
1725 {
1726 "url": "https://github.com/GrahamCampbell",
1727 "type": "github"
1728 },
1729 {
1730 "url": "https://github.com/Nyholm",
1731 "type": "github"
1732 },
1733 {
1734 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1735 "type": "tidelift"
1736 }
1737 ],
1738 "time": "2023-12-03T20:19:20+00:00"
1739 },
1740 {
1741 "name": "guzzlehttp/psr7",
1742 "version": "2.6.2",
1743 "source": {
1744 "type": "git",
1745 "url": "https://github.com/guzzle/psr7.git",
1746 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
1747 },
1748 "dist": {
1749 "type": "zip",
1750 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
1751 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
1752 "shasum": ""
1753 },
1754 "require": {
1755 "php": "^7.2.5 || ^8.0",
1756 "psr/http-factory": "^1.0",
1757 "psr/http-message": "^1.1 || ^2.0",
1758 "ralouphie/getallheaders": "^3.0"
1759 },
1760 "provide": {
1761 "psr/http-factory-implementation": "1.0",
1762 "psr/http-message-implementation": "1.0"
1763 },
1764 "require-dev": {
1765 "bamarni/composer-bin-plugin": "^1.8.2",
1766 "http-interop/http-factory-tests": "^0.9",
1767 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1768 },
1769 "suggest": {
1770 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1771 },
1772 "type": "library",
1773 "extra": {
1774 "bamarni-bin": {
1775 "bin-links": true,
1776 "forward-command": false
1777 }
1778 },
1779 "autoload": {
1780 "psr-4": {
1781 "GuzzleHttp\\Psr7\\": "src/"
1782 }
1783 },
1784 "notification-url": "https://packagist.org/downloads/",
1785 "license": [
1786 "MIT"
1787 ],
1788 "authors": [
1789 {
1790 "name": "Graham Campbell",
1791 "email": "hello@gjcampbell.co.uk",
1792 "homepage": "https://github.com/GrahamCampbell"
1793 },
1794 {
1795 "name": "Michael Dowling",
1796 "email": "mtdowling@gmail.com",
1797 "homepage": "https://github.com/mtdowling"
1798 },
1799 {
1800 "name": "George Mponos",
1801 "email": "gmponos@gmail.com",
1802 "homepage": "https://github.com/gmponos"
1803 },
1804 {
1805 "name": "Tobias Nyholm",
1806 "email": "tobias.nyholm@gmail.com",
1807 "homepage": "https://github.com/Nyholm"
1808 },
1809 {
1810 "name": "MƔrk SƔgi-KazƔr",
1811 "email": "mark.sagikazar@gmail.com",
1812 "homepage": "https://github.com/sagikazarmark"
1813 },
1814 {
1815 "name": "Tobias Schultze",
1816 "email": "webmaster@tubo-world.de",
1817 "homepage": "https://github.com/Tobion"
1818 },
1819 {
1820 "name": "MƔrk SƔgi-KazƔr",
1821 "email": "mark.sagikazar@gmail.com",
1822 "homepage": "https://sagikazarmark.hu"
1823 }
1824 ],
1825 "description": "PSR-7 message implementation that also provides common utility methods",
1826 "keywords": [
1827 "http",
1828 "message",
1829 "psr-7",
1830 "request",
1831 "response",
1832 "stream",
1833 "uri",
1834 "url"
1835 ],
1836 "support": {
1837 "issues": "https://github.com/guzzle/psr7/issues",
1838 "source": "https://github.com/guzzle/psr7/tree/2.6.2"
1839 },
1840 "funding": [
1841 {
1842 "url": "https://github.com/GrahamCampbell",
1843 "type": "github"
1844 },
1845 {
1846 "url": "https://github.com/Nyholm",
1847 "type": "github"
1848 },
1849 {
1850 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1851 "type": "tidelift"
1852 }
1853 ],
1854 "time": "2023-12-03T20:05:35+00:00"
1855 },
1856 {
1857 "name": "monolog/monolog",
1858 "version": "3.5.0",
1859 "source": {
1860 "type": "git",
1861 "url": "https://github.com/Seldaek/monolog.git",
1862 "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448"
1863 },
1864 "dist": {
1865 "type": "zip",
1866 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448",
1867 "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448",
1868 "shasum": ""
1869 },
1870 "require": {
1871 "php": ">=8.1",
1872 "psr/log": "^2.0 || ^3.0"
1873 },
1874 "provide": {
1875 "psr/log-implementation": "3.0.0"
1876 },
1877 "require-dev": {
1878 "aws/aws-sdk-php": "^3.0",
1879 "doctrine/couchdb": "~1.0@dev",
1880 "elasticsearch/elasticsearch": "^7 || ^8",
1881 "ext-json": "*",
1882 "graylog2/gelf-php": "^1.4.2 || ^2.0",
1883 "guzzlehttp/guzzle": "^7.4.5",
1884 "guzzlehttp/psr7": "^2.2",
1885 "mongodb/mongodb": "^1.8",
1886 "php-amqplib/php-amqplib": "~2.4 || ^3",
1887 "phpstan/phpstan": "^1.9",
1888 "phpstan/phpstan-deprecation-rules": "^1.0",
1889 "phpstan/phpstan-strict-rules": "^1.4",
1890 "phpunit/phpunit": "^10.1",
1891 "predis/predis": "^1.1 || ^2",
1892 "ruflin/elastica": "^7",
1893 "symfony/mailer": "^5.4 || ^6",
1894 "symfony/mime": "^5.4 || ^6"
1895 },
1896 "suggest": {
1897 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1898 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1899 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1900 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1901 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1902 "ext-mbstring": "Allow to work properly with unicode symbols",
1903 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1904 "ext-openssl": "Required to send log messages using SSL",
1905 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1906 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1907 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1908 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1909 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1910 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1911 },
1912 "type": "library",
1913 "extra": {
1914 "branch-alias": {
1915 "dev-main": "3.x-dev"
1916 }
1917 },
1918 "autoload": {
1919 "psr-4": {
1920 "Monolog\\": "src/Monolog"
1921 }
1922 },
1923 "notification-url": "https://packagist.org/downloads/",
1924 "license": [
1925 "MIT"
1926 ],
1927 "authors": [
1928 {
1929 "name": "Jordi Boggiano",
1930 "email": "j.boggiano@seld.be",
1931 "homepage": "https://seld.be"
1932 }
1933 ],
1934 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1935 "homepage": "https://github.com/Seldaek/monolog",
1936 "keywords": [
1937 "log",
1938 "logging",
1939 "psr-3"
1940 ],
1941 "support": {
1942 "issues": "https://github.com/Seldaek/monolog/issues",
1943 "source": "https://github.com/Seldaek/monolog/tree/3.5.0"
1944 },
1945 "funding": [
1946 {
1947 "url": "https://github.com/Seldaek",
1948 "type": "github"
1949 },
1950 {
1951 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
1952 "type": "tidelift"
1953 }
1954 ],
1955 "time": "2023-10-27T15:32:31+00:00"
1956 },
1957 {
1958 "name": "paragonie/constant_time_encoding",
1959 "version": "v2.6.3",
1960 "source": {
1961 "type": "git",
1962 "url": "https://github.com/paragonie/constant_time_encoding.git",
1963 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
1964 },
1965 "dist": {
1966 "type": "zip",
1967 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
1968 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
1969 "shasum": ""
1970 },
1971 "require": {
1972 "php": "^7|^8"
1973 },
1974 "require-dev": {
1975 "phpunit/phpunit": "^6|^7|^8|^9",
1976 "vimeo/psalm": "^1|^2|^3|^4"
1977 },
1978 "type": "library",
1979 "autoload": {
1980 "psr-4": {
1981 "ParagonIE\\ConstantTime\\": "src/"
1982 }
1983 },
1984 "notification-url": "https://packagist.org/downloads/",
1985 "license": [
1986 "MIT"
1987 ],
1988 "authors": [
1989 {
1990 "name": "Paragon Initiative Enterprises",
1991 "email": "security@paragonie.com",
1992 "homepage": "https://paragonie.com",
1993 "role": "Maintainer"
1994 },
1995 {
1996 "name": "Steve 'Sc00bz' Thomas",
1997 "email": "steve@tobtu.com",
1998 "homepage": "https://www.tobtu.com",
1999 "role": "Original Developer"
2000 }
2001 ],
2002 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
2003 "keywords": [
2004 "base16",
2005 "base32",
2006 "base32_decode",
2007 "base32_encode",
2008 "base64",
2009 "base64_decode",
2010 "base64_encode",
2011 "bin2hex",
2012 "encoding",
2013 "hex",
2014 "hex2bin",
2015 "rfc4648"
2016 ],
2017 "support": {
2018 "email": "info@paragonie.com",
2019 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
2020 "source": "https://github.com/paragonie/constant_time_encoding"
2021 },
2022 "time": "2022-06-14T06:56:20+00:00"
2023 },
2024 {
2025 "name": "phpseclib/phpseclib",
2026 "version": "3.0.35",
2027 "source": {
2028 "type": "git",
2029 "url": "https://github.com/phpseclib/phpseclib.git",
2030 "reference": "4b1827beabce71953ca479485c0ae9c51287f2fe"
2031 },
2032 "dist": {
2033 "type": "zip",
2034 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4b1827beabce71953ca479485c0ae9c51287f2fe",
2035 "reference": "4b1827beabce71953ca479485c0ae9c51287f2fe",
2036 "shasum": ""
2037 },
2038 "require": {
2039 "paragonie/constant_time_encoding": "^1|^2",
2040 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
2041 "php": ">=5.6.1"
2042 },
2043 "require-dev": {
2044 "phpunit/phpunit": "*"
2045 },
2046 "suggest": {
2047 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
2048 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2049 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2050 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2051 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
2052 },
2053 "type": "library",
2054 "autoload": {
2055 "files": [
2056 "phpseclib/bootstrap.php"
2057 ],
2058 "psr-4": {
2059 "phpseclib3\\": "phpseclib/"
2060 }
2061 },
2062 "notification-url": "https://packagist.org/downloads/",
2063 "license": [
2064 "MIT"
2065 ],
2066 "authors": [
2067 {
2068 "name": "Jim Wigginton",
2069 "email": "terrafrost@php.net",
2070 "role": "Lead Developer"
2071 },
2072 {
2073 "name": "Patrick Monnerat",
2074 "email": "pm@datasphere.ch",
2075 "role": "Developer"
2076 },
2077 {
2078 "name": "Andreas Fischer",
2079 "email": "bantu@phpbb.com",
2080 "role": "Developer"
2081 },
2082 {
2083 "name": "Hans-JĆ¼rgen Petrich",
2084 "email": "petrich@tronic-media.com",
2085 "role": "Developer"
2086 },
2087 {
2088 "name": "Graham Campbell",
2089 "email": "graham@alt-three.com",
2090 "role": "Developer"
2091 }
2092 ],
2093 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2094 "homepage": "http://phpseclib.sourceforge.net",
2095 "keywords": [
2096 "BigInteger",
2097 "aes",
2098 "asn.1",
2099 "asn1",
2100 "blowfish",
2101 "crypto",
2102 "cryptography",
2103 "encryption",
2104 "rsa",
2105 "security",
2106 "sftp",
2107 "signature",
2108 "signing",
2109 "ssh",
2110 "twofish",
2111 "x.509",
2112 "x509"
2113 ],
2114 "support": {
2115 "issues": "https://github.com/phpseclib/phpseclib/issues",
2116 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.35"
2117 },
2118 "funding": [
2119 {
2120 "url": "https://github.com/terrafrost",
2121 "type": "github"
2122 },
2123 {
2124 "url": "https://www.patreon.com/phpseclib",
2125 "type": "patreon"
2126 },
2127 {
2128 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2129 "type": "tidelift"
2130 }
2131 ],
2132 "time": "2023-12-29T01:59:53+00:00"
2133 },
2134 {
2135 "name": "psr/cache",
2136 "version": "2.0.0",
2137 "source": {
2138 "type": "git",
2139 "url": "https://github.com/php-fig/cache.git",
2140 "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
2141 },
2142 "dist": {
2143 "type": "zip",
2144 "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
2145 "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
2146 "shasum": ""
2147 },
2148 "require": {
2149 "php": ">=8.0.0"
2150 },
2151 "type": "library",
2152 "extra": {
2153 "branch-alias": {
2154 "dev-master": "1.0.x-dev"
2155 }
2156 },
2157 "autoload": {
2158 "psr-4": {
2159 "Psr\\Cache\\": "src/"
2160 }
2161 },
2162 "notification-url": "https://packagist.org/downloads/",
2163 "license": [
2164 "MIT"
2165 ],
2166 "authors": [
2167 {
2168 "name": "PHP-FIG",
2169 "homepage": "https://www.php-fig.org/"
2170 }
2171 ],
2172 "description": "Common interface for caching libraries",
2173 "keywords": [
2174 "cache",
2175 "psr",
2176 "psr-6"
2177 ],
2178 "support": {
2179 "source": "https://github.com/php-fig/cache/tree/2.0.0"
2180 },
2181 "time": "2021-02-03T23:23:37+00:00"
2182 },
2183 {
2184 "name": "psr/container",
2185 "version": "1.1.2",
2186 "source": {
2187 "type": "git",
2188 "url": "https://github.com/php-fig/container.git",
2189 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
2190 },
2191 "dist": {
2192 "type": "zip",
2193 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
2194 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
2195 "shasum": ""
2196 },
2197 "require": {
2198 "php": ">=7.4.0"
2199 },
2200 "type": "library",
2201 "autoload": {
2202 "psr-4": {
2203 "Psr\\Container\\": "src/"
2204 }
2205 },
2206 "notification-url": "https://packagist.org/downloads/",
2207 "license": [
2208 "MIT"
2209 ],
2210 "authors": [
2211 {
2212 "name": "PHP-FIG",
2213 "homepage": "https://www.php-fig.org/"
2214 }
2215 ],
2216 "description": "Common Container Interface (PHP FIG PSR-11)",
2217 "homepage": "https://github.com/php-fig/container",
2218 "keywords": [
2219 "PSR-11",
2220 "container",
2221 "container-interface",
2222 "container-interop",
2223 "psr"
2224 ],
2225 "support": {
2226 "issues": "https://github.com/php-fig/container/issues",
2227 "source": "https://github.com/php-fig/container/tree/1.1.2"
2228 },
2229 "time": "2021-11-05T16:50:12+00:00"
2230 },
2231 {
2232 "name": "psr/event-dispatcher",
2233 "version": "1.0.0",
2234 "source": {
2235 "type": "git",
2236 "url": "https://github.com/php-fig/event-dispatcher.git",
2237 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2238 },
2239 "dist": {
2240 "type": "zip",
2241 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
2242 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2243 "shasum": ""
2244 },
2245 "require": {
2246 "php": ">=7.2.0"
2247 },
2248 "type": "library",
2249 "extra": {
2250 "branch-alias": {
2251 "dev-master": "1.0.x-dev"
2252 }
2253 },
2254 "autoload": {
2255 "psr-4": {
2256 "Psr\\EventDispatcher\\": "src/"
2257 }
2258 },
2259 "notification-url": "https://packagist.org/downloads/",
2260 "license": [
2261 "MIT"
2262 ],
2263 "authors": [
2264 {
2265 "name": "PHP-FIG",
2266 "homepage": "http://www.php-fig.org/"
2267 }
2268 ],
2269 "description": "Standard interfaces for event handling.",
2270 "keywords": [
2271 "events",
2272 "psr",
2273 "psr-14"
2274 ],
2275 "support": {
2276 "issues": "https://github.com/php-fig/event-dispatcher/issues",
2277 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2278 },
2279 "time": "2019-01-08T18:20:26+00:00"
2280 },
2281 {
2282 "name": "psr/http-client",
2283 "version": "1.0.3",
2284 "source": {
2285 "type": "git",
2286 "url": "https://github.com/php-fig/http-client.git",
2287 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2288 },
2289 "dist": {
2290 "type": "zip",
2291 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
2292 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
2293 "shasum": ""
2294 },
2295 "require": {
2296 "php": "^7.0 || ^8.0",
2297 "psr/http-message": "^1.0 || ^2.0"
2298 },
2299 "type": "library",
2300 "extra": {
2301 "branch-alias": {
2302 "dev-master": "1.0.x-dev"
2303 }
2304 },
2305 "autoload": {
2306 "psr-4": {
2307 "Psr\\Http\\Client\\": "src/"
2308 }
2309 },
2310 "notification-url": "https://packagist.org/downloads/",
2311 "license": [
2312 "MIT"
2313 ],
2314 "authors": [
2315 {
2316 "name": "PHP-FIG",
2317 "homepage": "https://www.php-fig.org/"
2318 }
2319 ],
2320 "description": "Common interface for HTTP clients",
2321 "homepage": "https://github.com/php-fig/http-client",
2322 "keywords": [
2323 "http",
2324 "http-client",
2325 "psr",
2326 "psr-18"
2327 ],
2328 "support": {
2329 "source": "https://github.com/php-fig/http-client"
2330 },
2331 "time": "2023-09-23T14:17:50+00:00"
2332 },
2333 {
2334 "name": "psr/http-factory",
2335 "version": "1.0.2",
2336 "source": {
2337 "type": "git",
2338 "url": "https://github.com/php-fig/http-factory.git",
2339 "reference": "e616d01114759c4c489f93b099585439f795fe35"
2340 },
2341 "dist": {
2342 "type": "zip",
2343 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
2344 "reference": "e616d01114759c4c489f93b099585439f795fe35",
2345 "shasum": ""
2346 },
2347 "require": {
2348 "php": ">=7.0.0",
2349 "psr/http-message": "^1.0 || ^2.0"
2350 },
2351 "type": "library",
2352 "extra": {
2353 "branch-alias": {
2354 "dev-master": "1.0.x-dev"
2355 }
2356 },
2357 "autoload": {
2358 "psr-4": {
2359 "Psr\\Http\\Message\\": "src/"
2360 }
2361 },
2362 "notification-url": "https://packagist.org/downloads/",
2363 "license": [
2364 "MIT"
2365 ],
2366 "authors": [
2367 {
2368 "name": "PHP-FIG",
2369 "homepage": "https://www.php-fig.org/"
2370 }
2371 ],
2372 "description": "Common interfaces for PSR-7 HTTP message factories",
2373 "keywords": [
2374 "factory",
2375 "http",
2376 "message",
2377 "psr",
2378 "psr-17",
2379 "psr-7",
2380 "request",
2381 "response"
2382 ],
2383 "support": {
2384 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
2385 },
2386 "time": "2023-04-10T20:10:41+00:00"
2387 },
2388 {
2389 "name": "psr/http-message",
2390 "version": "2.0",
2391 "source": {
2392 "type": "git",
2393 "url": "https://github.com/php-fig/http-message.git",
2394 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
2395 },
2396 "dist": {
2397 "type": "zip",
2398 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2399 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2400 "shasum": ""
2401 },
2402 "require": {
2403 "php": "^7.2 || ^8.0"
2404 },
2405 "type": "library",
2406 "extra": {
2407 "branch-alias": {
2408 "dev-master": "2.0.x-dev"
2409 }
2410 },
2411 "autoload": {
2412 "psr-4": {
2413 "Psr\\Http\\Message\\": "src/"
2414 }
2415 },
2416 "notification-url": "https://packagist.org/downloads/",
2417 "license": [
2418 "MIT"
2419 ],
2420 "authors": [
2421 {
2422 "name": "PHP-FIG",
2423 "homepage": "https://www.php-fig.org/"
2424 }
2425 ],
2426 "description": "Common interface for HTTP messages",
2427 "homepage": "https://github.com/php-fig/http-message",
2428 "keywords": [
2429 "http",
2430 "http-message",
2431 "psr",
2432 "psr-7",
2433 "request",
2434 "response"
2435 ],
2436 "support": {
2437 "source": "https://github.com/php-fig/http-message/tree/2.0"
2438 },
2439 "time": "2023-04-04T09:54:51+00:00"
2440 },
2441 {
2442 "name": "psr/log",
2443 "version": "2.0.0",
2444 "source": {
2445 "type": "git",
2446 "url": "https://github.com/php-fig/log.git",
2447 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
2448 },
2449 "dist": {
2450 "type": "zip",
2451 "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
2452 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
2453 "shasum": ""
2454 },
2455 "require": {
2456 "php": ">=8.0.0"
2457 },
2458 "type": "library",
2459 "extra": {
2460 "branch-alias": {
2461 "dev-master": "2.0.x-dev"
2462 }
2463 },
2464 "autoload": {
2465 "psr-4": {
2466 "Psr\\Log\\": "src"
2467 }
2468 },
2469 "notification-url": "https://packagist.org/downloads/",
2470 "license": [
2471 "MIT"
2472 ],
2473 "authors": [
2474 {
2475 "name": "PHP-FIG",
2476 "homepage": "https://www.php-fig.org/"
2477 }
2478 ],
2479 "description": "Common interface for logging libraries",
2480 "homepage": "https://github.com/php-fig/log",
2481 "keywords": [
2482 "log",
2483 "psr",
2484 "psr-3"
2485 ],
2486 "support": {
2487 "source": "https://github.com/php-fig/log/tree/2.0.0"
2488 },
2489 "time": "2021-07-14T16:41:46+00:00"
2490 },
2491 {
2492 "name": "ralouphie/getallheaders",
2493 "version": "3.0.3",
2494 "source": {
2495 "type": "git",
2496 "url": "https://github.com/ralouphie/getallheaders.git",
2497 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2498 },
2499 "dist": {
2500 "type": "zip",
2501 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2502 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2503 "shasum": ""
2504 },
2505 "require": {
2506 "php": ">=5.6"
2507 },
2508 "require-dev": {
2509 "php-coveralls/php-coveralls": "^2.1",
2510 "phpunit/phpunit": "^5 || ^6.5"
2511 },
2512 "type": "library",
2513 "autoload": {
2514 "files": [
2515 "src/getallheaders.php"
2516 ]
2517 },
2518 "notification-url": "https://packagist.org/downloads/",
2519 "license": [
2520 "MIT"
2521 ],
2522 "authors": [
2523 {
2524 "name": "Ralph Khattar",
2525 "email": "ralph.khattar@gmail.com"
2526 }
2527 ],
2528 "description": "A polyfill for getallheaders.",
2529 "support": {
2530 "issues": "https://github.com/ralouphie/getallheaders/issues",
2531 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2532 },
2533 "time": "2019-03-08T08:55:37+00:00"
2534 },
2535 {
2536 "name": "rapsys/airbundle",
2537 "version": "dev-master",
2538 "source": {
2539 "type": "git",
2540 "url": "https://rapsys@git.rapsys.eu/airbundle",
2541 "reference": "master"
2542 },
2543 "require": {
2544 "doctrine/doctrine-bundle": "^1.0|^2.6",
2545 "doctrine/orm": "^2.0",
2546 "erusev/parsedown": "^1.7",
2547 "fpdf/fpdf": "^1.83",
2548 "google/apiclient": "^2.9",
2549 "rapsys/packbundle": "dev-master",
2550 "rapsys/userbundle": "dev-master",
2551 "symfony/flex": "^1.0",
2552 "symfony/form": "^4.0|^5.0",
2553 "symfony/framework-bundle": "^4.0|^5.0",
2554 "symfony/mailer": "^4.0|^5.0",
2555 "symfony/profiler-pack": "^1.0",
2556 "symfony/security-bundle": "^4.0|^5.0",
2557 "symfony/translation": "^4.0|^5.0",
2558 "symfony/twig-bundle": "^4.0|^5.0",
2559 "symfony/validator": "^4.0|^5.0",
2560 "twig/html-extra": "^2.0|^3.0"
2561 },
2562 "require-dev": {
2563 "doctrine/doctrine-fixtures-bundle": "^3.0",
2564 "symfony/browser-kit": "^4.0|^5.0",
2565 "symfony/maker-bundle": "^1.0",
2566 "symfony/phpunit-bridge": "^4.0|^5.0",
2567 "symfony/web-profiler-bundle": "^4.0|^5.0"
2568 },
2569 "type": "library",
2570 "autoload": {
2571 "psr-4": {
2572 "Rapsys\\AirBundle\\": ""
2573 }
2574 }
2575 },
2576 {
2577 "name": "rapsys/packbundle",
2578 "version": "dev-master",
2579 "source": {
2580 "type": "git",
2581 "url": "https://rapsys@git.rapsys.eu/packbundle",
2582 "reference": "master"
2583 },
2584 "require": {
2585 "symfony/asset": "^4.0|^5.0",
2586 "symfony/flex": "^1.0",
2587 "symfony/framework-bundle": "^4.0|^5.0",
2588 "symfony/process": "^4.0|^5.0",
2589 "symfony/twig-bundle": "^4.0|^5.0"
2590 },
2591 "type": "library",
2592 "autoload": {
2593 "psr-4": {
2594 "Rapsys\\PackBundle\\": ""
2595 }
2596 }
2597 },
2598 {
2599 "name": "rapsys/userbundle",
2600 "version": "dev-master",
2601 "source": {
2602 "type": "git",
2603 "url": "https://rapsys@git.rapsys.eu/userbundle",
2604 "reference": "master"
2605 },
2606 "require": {
2607 "doctrine/doctrine-bundle": "^1.0|^2.6",
2608 "rapsys/packbundle": "dev-master",
2609 "symfony/flex": "^1.0",
2610 "symfony/form": "^4.0|^5.0",
2611 "symfony/framework-bundle": "^4.0|^5.0",
2612 "symfony/security-bundle": "^4.0|^5.0",
2613 "symfony/validator": "^4.0|^5.0"
2614 },
2615 "require-dev": {
2616 "doctrine/doctrine-fixtures-bundle": "^3.0"
2617 },
2618 "type": "library",
2619 "autoload": {
2620 "psr-4": {
2621 "Rapsys\\UserBundle\\": ""
2622 }
2623 }
2624 },
2625 {
2626 "name": "symfony/asset",
2627 "version": "v5.4.35",
2628 "source": {
2629 "type": "git",
2630 "url": "https://github.com/symfony/asset.git",
2631 "reference": "0e98032106d18e57f57176d616e3fae80db7a845"
2632 },
2633 "dist": {
2634 "type": "zip",
2635 "url": "https://api.github.com/repos/symfony/asset/zipball/0e98032106d18e57f57176d616e3fae80db7a845",
2636 "reference": "0e98032106d18e57f57176d616e3fae80db7a845",
2637 "shasum": ""
2638 },
2639 "require": {
2640 "php": ">=7.2.5",
2641 "symfony/deprecation-contracts": "^2.1|^3",
2642 "symfony/polyfill-php80": "^1.16"
2643 },
2644 "conflict": {
2645 "symfony/http-foundation": "<5.3"
2646 },
2647 "require-dev": {
2648 "symfony/http-client": "^4.4|^5.0|^6.0",
2649 "symfony/http-foundation": "^5.3|^6.0",
2650 "symfony/http-kernel": "^4.4|^5.0|^6.0"
2651 },
2652 "suggest": {
2653 "symfony/http-foundation": ""
2654 },
2655 "type": "library",
2656 "autoload": {
2657 "psr-4": {
2658 "Symfony\\Component\\Asset\\": ""
2659 },
2660 "exclude-from-classmap": [
2661 "/Tests/"
2662 ]
2663 },
2664 "notification-url": "https://packagist.org/downloads/",
2665 "license": [
2666 "MIT"
2667 ],
2668 "authors": [
2669 {
2670 "name": "Fabien Potencier",
2671 "email": "fabien@symfony.com"
2672 },
2673 {
2674 "name": "Symfony Community",
2675 "homepage": "https://symfony.com/contributors"
2676 }
2677 ],
2678 "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
2679 "homepage": "https://symfony.com",
2680 "support": {
2681 "source": "https://github.com/symfony/asset/tree/v5.4.35"
2682 },
2683 "funding": [
2684 {
2685 "url": "https://symfony.com/sponsor",
2686 "type": "custom"
2687 },
2688 {
2689 "url": "https://github.com/fabpot",
2690 "type": "github"
2691 },
2692 {
2693 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2694 "type": "tidelift"
2695 }
2696 ],
2697 "time": "2024-01-23T13:51:25+00:00"
2698 },
2699 {
2700 "name": "symfony/cache",
2701 "version": "v5.4.35",
2702 "source": {
2703 "type": "git",
2704 "url": "https://github.com/symfony/cache.git",
2705 "reference": "db1adb004e2da984085d0178964eb6f319d3cba1"
2706 },
2707 "dist": {
2708 "type": "zip",
2709 "url": "https://api.github.com/repos/symfony/cache/zipball/db1adb004e2da984085d0178964eb6f319d3cba1",
2710 "reference": "db1adb004e2da984085d0178964eb6f319d3cba1",
2711 "shasum": ""
2712 },
2713 "require": {
2714 "php": ">=7.2.5",
2715 "psr/cache": "^1.0|^2.0",
2716 "psr/log": "^1.1|^2|^3",
2717 "symfony/cache-contracts": "^1.1.7|^2",
2718 "symfony/deprecation-contracts": "^2.1|^3",
2719 "symfony/polyfill-php73": "^1.9",
2720 "symfony/polyfill-php80": "^1.16",
2721 "symfony/service-contracts": "^1.1|^2|^3",
2722 "symfony/var-exporter": "^4.4|^5.0|^6.0"
2723 },
2724 "conflict": {
2725 "doctrine/dbal": "<2.13.1",
2726 "symfony/dependency-injection": "<4.4",
2727 "symfony/http-kernel": "<4.4",
2728 "symfony/var-dumper": "<4.4"
2729 },
2730 "provide": {
2731 "psr/cache-implementation": "1.0|2.0",
2732 "psr/simple-cache-implementation": "1.0|2.0",
2733 "symfony/cache-implementation": "1.0|2.0"
2734 },
2735 "require-dev": {
2736 "cache/integration-tests": "dev-master",
2737 "doctrine/cache": "^1.6|^2.0",
2738 "doctrine/dbal": "^2.13.1|^3|^4",
2739 "predis/predis": "^1.1",
2740 "psr/simple-cache": "^1.0|^2.0",
2741 "symfony/config": "^4.4|^5.0|^6.0",
2742 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
2743 "symfony/filesystem": "^4.4|^5.0|^6.0",
2744 "symfony/http-kernel": "^4.4|^5.0|^6.0",
2745 "symfony/messenger": "^4.4|^5.0|^6.0",
2746 "symfony/var-dumper": "^4.4|^5.0|^6.0"
2747 },
2748 "type": "library",
2749 "autoload": {
2750 "psr-4": {
2751 "Symfony\\Component\\Cache\\": ""
2752 },
2753 "exclude-from-classmap": [
2754 "/Tests/"
2755 ]
2756 },
2757 "notification-url": "https://packagist.org/downloads/",
2758 "license": [
2759 "MIT"
2760 ],
2761 "authors": [
2762 {
2763 "name": "Nicolas Grekas",
2764 "email": "p@tchwork.com"
2765 },
2766 {
2767 "name": "Symfony Community",
2768 "homepage": "https://symfony.com/contributors"
2769 }
2770 ],
2771 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
2772 "homepage": "https://symfony.com",
2773 "keywords": [
2774 "caching",
2775 "psr6"
2776 ],
2777 "support": {
2778 "source": "https://github.com/symfony/cache/tree/v5.4.35"
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-23T13:51:25+00:00"
2795 },
2796 {
2797 "name": "symfony/cache-contracts",
2798 "version": "v2.5.2",
2799 "source": {
2800 "type": "git",
2801 "url": "https://github.com/symfony/cache-contracts.git",
2802 "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
2803 },
2804 "dist": {
2805 "type": "zip",
2806 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
2807 "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
2808 "shasum": ""
2809 },
2810 "require": {
2811 "php": ">=7.2.5",
2812 "psr/cache": "^1.0|^2.0|^3.0"
2813 },
2814 "suggest": {
2815 "symfony/cache-implementation": ""
2816 },
2817 "type": "library",
2818 "extra": {
2819 "branch-alias": {
2820 "dev-main": "2.5-dev"
2821 },
2822 "thanks": {
2823 "name": "symfony/contracts",
2824 "url": "https://github.com/symfony/contracts"
2825 }
2826 },
2827 "autoload": {
2828 "psr-4": {
2829 "Symfony\\Contracts\\Cache\\": ""
2830 }
2831 },
2832 "notification-url": "https://packagist.org/downloads/",
2833 "license": [
2834 "MIT"
2835 ],
2836 "authors": [
2837 {
2838 "name": "Nicolas Grekas",
2839 "email": "p@tchwork.com"
2840 },
2841 {
2842 "name": "Symfony Community",
2843 "homepage": "https://symfony.com/contributors"
2844 }
2845 ],
2846 "description": "Generic abstractions related to caching",
2847 "homepage": "https://symfony.com",
2848 "keywords": [
2849 "abstractions",
2850 "contracts",
2851 "decoupling",
2852 "interfaces",
2853 "interoperability",
2854 "standards"
2855 ],
2856 "support": {
2857 "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2"
2858 },
2859 "funding": [
2860 {
2861 "url": "https://symfony.com/sponsor",
2862 "type": "custom"
2863 },
2864 {
2865 "url": "https://github.com/fabpot",
2866 "type": "github"
2867 },
2868 {
2869 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2870 "type": "tidelift"
2871 }
2872 ],
2873 "time": "2022-01-02T09:53:40+00:00"
2874 },
2875 {
2876 "name": "symfony/config",
2877 "version": "v5.4.35",
2878 "source": {
2879 "type": "git",
2880 "url": "https://github.com/symfony/config.git",
2881 "reference": "6b763438a22a4f20885e994ad6702f6a3f25430e"
2882 },
2883 "dist": {
2884 "type": "zip",
2885 "url": "https://api.github.com/repos/symfony/config/zipball/6b763438a22a4f20885e994ad6702f6a3f25430e",
2886 "reference": "6b763438a22a4f20885e994ad6702f6a3f25430e",
2887 "shasum": ""
2888 },
2889 "require": {
2890 "php": ">=7.2.5",
2891 "symfony/deprecation-contracts": "^2.1|^3",
2892 "symfony/filesystem": "^4.4|^5.0|^6.0",
2893 "symfony/polyfill-ctype": "~1.8",
2894 "symfony/polyfill-php80": "^1.16",
2895 "symfony/polyfill-php81": "^1.22"
2896 },
2897 "conflict": {
2898 "symfony/finder": "<4.4"
2899 },
2900 "require-dev": {
2901 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
2902 "symfony/finder": "^4.4|^5.0|^6.0",
2903 "symfony/messenger": "^4.4|^5.0|^6.0",
2904 "symfony/service-contracts": "^1.1|^2|^3",
2905 "symfony/yaml": "^4.4|^5.0|^6.0"
2906 },
2907 "suggest": {
2908 "symfony/yaml": "To use the yaml reference dumper"
2909 },
2910 "type": "library",
2911 "autoload": {
2912 "psr-4": {
2913 "Symfony\\Component\\Config\\": ""
2914 },
2915 "exclude-from-classmap": [
2916 "/Tests/"
2917 ]
2918 },
2919 "notification-url": "https://packagist.org/downloads/",
2920 "license": [
2921 "MIT"
2922 ],
2923 "authors": [
2924 {
2925 "name": "Fabien Potencier",
2926 "email": "fabien@symfony.com"
2927 },
2928 {
2929 "name": "Symfony Community",
2930 "homepage": "https://symfony.com/contributors"
2931 }
2932 ],
2933 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
2934 "homepage": "https://symfony.com",
2935 "support": {
2936 "source": "https://github.com/symfony/config/tree/v5.4.35"
2937 },
2938 "funding": [
2939 {
2940 "url": "https://symfony.com/sponsor",
2941 "type": "custom"
2942 },
2943 {
2944 "url": "https://github.com/fabpot",
2945 "type": "github"
2946 },
2947 {
2948 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2949 "type": "tidelift"
2950 }
2951 ],
2952 "time": "2024-01-23T13:51:25+00:00"
2953 },
2954 {
2955 "name": "symfony/console",
2956 "version": "v5.4.35",
2957 "source": {
2958 "type": "git",
2959 "url": "https://github.com/symfony/console.git",
2960 "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931"
2961 },
2962 "dist": {
2963 "type": "zip",
2964 "url": "https://api.github.com/repos/symfony/console/zipball/dbdf6adcb88d5f83790e1efb57ef4074309d3931",
2965 "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931",
2966 "shasum": ""
2967 },
2968 "require": {
2969 "php": ">=7.2.5",
2970 "symfony/deprecation-contracts": "^2.1|^3",
2971 "symfony/polyfill-mbstring": "~1.0",
2972 "symfony/polyfill-php73": "^1.9",
2973 "symfony/polyfill-php80": "^1.16",
2974 "symfony/service-contracts": "^1.1|^2|^3",
2975 "symfony/string": "^5.1|^6.0"
2976 },
2977 "conflict": {
2978 "psr/log": ">=3",
2979 "symfony/dependency-injection": "<4.4",
2980 "symfony/dotenv": "<5.1",
2981 "symfony/event-dispatcher": "<4.4",
2982 "symfony/lock": "<4.4",
2983 "symfony/process": "<4.4"
2984 },
2985 "provide": {
2986 "psr/log-implementation": "1.0|2.0"
2987 },
2988 "require-dev": {
2989 "psr/log": "^1|^2",
2990 "symfony/config": "^4.4|^5.0|^6.0",
2991 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
2992 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
2993 "symfony/lock": "^4.4|^5.0|^6.0",
2994 "symfony/process": "^4.4|^5.0|^6.0",
2995 "symfony/var-dumper": "^4.4|^5.0|^6.0"
2996 },
2997 "suggest": {
2998 "psr/log": "For using the console logger",
2999 "symfony/event-dispatcher": "",
3000 "symfony/lock": "",
3001 "symfony/process": ""
3002 },
3003 "type": "library",
3004 "autoload": {
3005 "psr-4": {
3006 "Symfony\\Component\\Console\\": ""
3007 },
3008 "exclude-from-classmap": [
3009 "/Tests/"
3010 ]
3011 },
3012 "notification-url": "https://packagist.org/downloads/",
3013 "license": [
3014 "MIT"
3015 ],
3016 "authors": [
3017 {
3018 "name": "Fabien Potencier",
3019 "email": "fabien@symfony.com"
3020 },
3021 {
3022 "name": "Symfony Community",
3023 "homepage": "https://symfony.com/contributors"
3024 }
3025 ],
3026 "description": "Eases the creation of beautiful and testable command line interfaces",
3027 "homepage": "https://symfony.com",
3028 "keywords": [
3029 "cli",
3030 "command-line",
3031 "console",
3032 "terminal"
3033 ],
3034 "support": {
3035 "source": "https://github.com/symfony/console/tree/v5.4.35"
3036 },
3037 "funding": [
3038 {
3039 "url": "https://symfony.com/sponsor",
3040 "type": "custom"
3041 },
3042 {
3043 "url": "https://github.com/fabpot",
3044 "type": "github"
3045 },
3046 {
3047 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3048 "type": "tidelift"
3049 }
3050 ],
3051 "time": "2024-01-23T14:28:09+00:00"
3052 },
3053 {
3054 "name": "symfony/dependency-injection",
3055 "version": "v5.4.35",
3056 "source": {
3057 "type": "git",
3058 "url": "https://github.com/symfony/dependency-injection.git",
3059 "reference": "45474d527212ca67cdb93f6c5e6da68f4bc67118"
3060 },
3061 "dist": {
3062 "type": "zip",
3063 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/45474d527212ca67cdb93f6c5e6da68f4bc67118",
3064 "reference": "45474d527212ca67cdb93f6c5e6da68f4bc67118",
3065 "shasum": ""
3066 },
3067 "require": {
3068 "php": ">=7.2.5",
3069 "psr/container": "^1.1.1",
3070 "symfony/deprecation-contracts": "^2.1|^3",
3071 "symfony/polyfill-php80": "^1.16",
3072 "symfony/polyfill-php81": "^1.22",
3073 "symfony/service-contracts": "^1.1.6|^2"
3074 },
3075 "conflict": {
3076 "ext-psr": "<1.1|>=2",
3077 "symfony/config": "<5.3",
3078 "symfony/finder": "<4.4",
3079 "symfony/proxy-manager-bridge": "<4.4",
3080 "symfony/yaml": "<4.4.26"
3081 },
3082 "provide": {
3083 "psr/container-implementation": "1.0",
3084 "symfony/service-implementation": "1.0|2.0"
3085 },
3086 "require-dev": {
3087 "symfony/config": "^5.3|^6.0",
3088 "symfony/expression-language": "^4.4|^5.0|^6.0",
3089 "symfony/yaml": "^4.4.26|^5.0|^6.0"
3090 },
3091 "suggest": {
3092 "symfony/config": "",
3093 "symfony/expression-language": "For using expressions in service container configuration",
3094 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
3095 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3096 "symfony/yaml": ""
3097 },
3098 "type": "library",
3099 "autoload": {
3100 "psr-4": {
3101 "Symfony\\Component\\DependencyInjection\\": ""
3102 },
3103 "exclude-from-classmap": [
3104 "/Tests/"
3105 ]
3106 },
3107 "notification-url": "https://packagist.org/downloads/",
3108 "license": [
3109 "MIT"
3110 ],
3111 "authors": [
3112 {
3113 "name": "Fabien Potencier",
3114 "email": "fabien@symfony.com"
3115 },
3116 {
3117 "name": "Symfony Community",
3118 "homepage": "https://symfony.com/contributors"
3119 }
3120 ],
3121 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
3122 "homepage": "https://symfony.com",
3123 "support": {
3124 "source": "https://github.com/symfony/dependency-injection/tree/v5.4.35"
3125 },
3126 "funding": [
3127 {
3128 "url": "https://symfony.com/sponsor",
3129 "type": "custom"
3130 },
3131 {
3132 "url": "https://github.com/fabpot",
3133 "type": "github"
3134 },
3135 {
3136 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3137 "type": "tidelift"
3138 }
3139 ],
3140 "time": "2024-01-29T20:37:36+00:00"
3141 },
3142 {
3143 "name": "symfony/deprecation-contracts",
3144 "version": "v3.4.0",
3145 "source": {
3146 "type": "git",
3147 "url": "https://github.com/symfony/deprecation-contracts.git",
3148 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
3149 },
3150 "dist": {
3151 "type": "zip",
3152 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
3153 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
3154 "shasum": ""
3155 },
3156 "require": {
3157 "php": ">=8.1"
3158 },
3159 "type": "library",
3160 "extra": {
3161 "branch-alias": {
3162 "dev-main": "3.4-dev"
3163 },
3164 "thanks": {
3165 "name": "symfony/contracts",
3166 "url": "https://github.com/symfony/contracts"
3167 }
3168 },
3169 "autoload": {
3170 "files": [
3171 "function.php"
3172 ]
3173 },
3174 "notification-url": "https://packagist.org/downloads/",
3175 "license": [
3176 "MIT"
3177 ],
3178 "authors": [
3179 {
3180 "name": "Nicolas Grekas",
3181 "email": "p@tchwork.com"
3182 },
3183 {
3184 "name": "Symfony Community",
3185 "homepage": "https://symfony.com/contributors"
3186 }
3187 ],
3188 "description": "A generic function and convention to trigger deprecation notices",
3189 "homepage": "https://symfony.com",
3190 "support": {
3191 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
3192 },
3193 "funding": [
3194 {
3195 "url": "https://symfony.com/sponsor",
3196 "type": "custom"
3197 },
3198 {
3199 "url": "https://github.com/fabpot",
3200 "type": "github"
3201 },
3202 {
3203 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3204 "type": "tidelift"
3205 }
3206 ],
3207 "time": "2023-05-23T14:45:45+00:00"
3208 },
3209 {
3210 "name": "symfony/doctrine-bridge",
3211 "version": "v5.4.35",
3212 "source": {
3213 "type": "git",
3214 "url": "https://github.com/symfony/doctrine-bridge.git",
3215 "reference": "f1c8d1f75ede8ba6810498666159c50ca05beec0"
3216 },
3217 "dist": {
3218 "type": "zip",
3219 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/f1c8d1f75ede8ba6810498666159c50ca05beec0",
3220 "reference": "f1c8d1f75ede8ba6810498666159c50ca05beec0",
3221 "shasum": ""
3222 },
3223 "require": {
3224 "doctrine/event-manager": "~1.0",
3225 "doctrine/persistence": "^2|^3",
3226 "php": ">=7.2.5",
3227 "symfony/deprecation-contracts": "^2.1|^3",
3228 "symfony/polyfill-ctype": "~1.8",
3229 "symfony/polyfill-mbstring": "~1.0",
3230 "symfony/polyfill-php80": "^1.16",
3231 "symfony/service-contracts": "^1.1|^2|^3"
3232 },
3233 "conflict": {
3234 "doctrine/dbal": "<2.13.1",
3235 "doctrine/lexer": "<1.1",
3236 "doctrine/orm": "<2.7.4",
3237 "symfony/cache": "<5.4",
3238 "symfony/dependency-injection": "<4.4",
3239 "symfony/form": "<5.4.21|>=6,<6.2.7",
3240 "symfony/http-kernel": "<5",
3241 "symfony/messenger": "<4.4",
3242 "symfony/property-info": "<5",
3243 "symfony/proxy-manager-bridge": "<4.4.19",
3244 "symfony/security-bundle": "<5",
3245 "symfony/security-core": "<5.3",
3246 "symfony/validator": "<5.4.25|>=6,<6.2.12|>=6.3,<6.3.1"
3247 },
3248 "require-dev": {
3249 "doctrine/annotations": "^1.10.4|^2",
3250 "doctrine/collections": "^1.0|^2.0",
3251 "doctrine/data-fixtures": "^1.1",
3252 "doctrine/dbal": "^2.13.1|^3|^4",
3253 "doctrine/orm": "^2.7.4|^3",
3254 "psr/log": "^1|^2|^3",
3255 "symfony/cache": "^5.4|^6.0",
3256 "symfony/config": "^4.4|^5.0|^6.0",
3257 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
3258 "symfony/doctrine-messenger": "^5.1|^6.0",
3259 "symfony/expression-language": "^4.4|^5.0|^6.0",
3260 "symfony/form": "^5.4.21|^6.2.7",
3261 "symfony/http-kernel": "^5.0|^6.0",
3262 "symfony/messenger": "^4.4|^5.0|^6.0",
3263 "symfony/property-access": "^4.4|^5.0|^6.0",
3264 "symfony/property-info": "^5.0|^6.0",
3265 "symfony/proxy-manager-bridge": "^4.4|^5.0|^6.0",
3266 "symfony/security-core": "^5.3|^6.0",
3267 "symfony/stopwatch": "^4.4|^5.0|^6.0",
3268 "symfony/translation": "^4.4|^5.0|^6.0",
3269 "symfony/uid": "^5.1|^6.0",
3270 "symfony/validator": "^5.4.25|~6.2.12|^6.3.1",
3271 "symfony/var-dumper": "^4.4|^5.0|^6.0"
3272 },
3273 "suggest": {
3274 "doctrine/data-fixtures": "",
3275 "doctrine/dbal": "",
3276 "doctrine/orm": "",
3277 "symfony/form": "",
3278 "symfony/property-info": "",
3279 "symfony/validator": ""
3280 },
3281 "type": "symfony-bridge",
3282 "autoload": {
3283 "psr-4": {
3284 "Symfony\\Bridge\\Doctrine\\": ""
3285 },
3286 "exclude-from-classmap": [
3287 "/Tests/"
3288 ]
3289 },
3290 "notification-url": "https://packagist.org/downloads/",
3291 "license": [
3292 "MIT"
3293 ],
3294 "authors": [
3295 {
3296 "name": "Fabien Potencier",
3297 "email": "fabien@symfony.com"
3298 },
3299 {
3300 "name": "Symfony Community",
3301 "homepage": "https://symfony.com/contributors"
3302 }
3303 ],
3304 "description": "Provides integration for Doctrine with various Symfony components",
3305 "homepage": "https://symfony.com",
3306 "support": {
3307 "source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.35"
3308 },
3309 "funding": [
3310 {
3311 "url": "https://symfony.com/sponsor",
3312 "type": "custom"
3313 },
3314 {
3315 "url": "https://github.com/fabpot",
3316 "type": "github"
3317 },
3318 {
3319 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3320 "type": "tidelift"
3321 }
3322 ],
3323 "time": "2024-01-23T13:51:25+00:00"
3324 },
3325 {
3326 "name": "symfony/dom-crawler",
3327 "version": "v5.4.35",
3328 "source": {
3329 "type": "git",
3330 "url": "https://github.com/symfony/dom-crawler.git",
3331 "reference": "e3b4806f88abf106a411847a78619a542e71de29"
3332 },
3333 "dist": {
3334 "type": "zip",
3335 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/e3b4806f88abf106a411847a78619a542e71de29",
3336 "reference": "e3b4806f88abf106a411847a78619a542e71de29",
3337 "shasum": ""
3338 },
3339 "require": {
3340 "php": ">=7.2.5",
3341 "symfony/deprecation-contracts": "^2.1|^3",
3342 "symfony/polyfill-ctype": "~1.8",
3343 "symfony/polyfill-mbstring": "~1.0",
3344 "symfony/polyfill-php80": "^1.16"
3345 },
3346 "conflict": {
3347 "masterminds/html5": "<2.6"
3348 },
3349 "require-dev": {
3350 "masterminds/html5": "^2.6",
3351 "symfony/css-selector": "^4.4|^5.0|^6.0"
3352 },
3353 "suggest": {
3354 "symfony/css-selector": ""
3355 },
3356 "type": "library",
3357 "autoload": {
3358 "psr-4": {
3359 "Symfony\\Component\\DomCrawler\\": ""
3360 },
3361 "exclude-from-classmap": [
3362 "/Tests/"
3363 ]
3364 },
3365 "notification-url": "https://packagist.org/downloads/",
3366 "license": [
3367 "MIT"
3368 ],
3369 "authors": [
3370 {
3371 "name": "Fabien Potencier",
3372 "email": "fabien@symfony.com"
3373 },
3374 {
3375 "name": "Symfony Community",
3376 "homepage": "https://symfony.com/contributors"
3377 }
3378 ],
3379 "description": "Eases DOM navigation for HTML and XML documents",
3380 "homepage": "https://symfony.com",
3381 "support": {
3382 "source": "https://github.com/symfony/dom-crawler/tree/v5.4.35"
3383 },
3384 "funding": [
3385 {
3386 "url": "https://symfony.com/sponsor",
3387 "type": "custom"
3388 },
3389 {
3390 "url": "https://github.com/fabpot",
3391 "type": "github"
3392 },
3393 {
3394 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3395 "type": "tidelift"
3396 }
3397 ],
3398 "time": "2024-01-23T13:51:25+00:00"
3399 },
3400 {
3401 "name": "symfony/dotenv",
3402 "version": "v5.4.35",
3403 "source": {
3404 "type": "git",
3405 "url": "https://github.com/symfony/dotenv.git",
3406 "reference": "4de488440104b99d2e7c0717ee432e760b061e32"
3407 },
3408 "dist": {
3409 "type": "zip",
3410 "url": "https://api.github.com/repos/symfony/dotenv/zipball/4de488440104b99d2e7c0717ee432e760b061e32",
3411 "reference": "4de488440104b99d2e7c0717ee432e760b061e32",
3412 "shasum": ""
3413 },
3414 "require": {
3415 "php": ">=7.2.5",
3416 "symfony/deprecation-contracts": "^2.1|^3"
3417 },
3418 "require-dev": {
3419 "symfony/console": "^4.4|^5.0|^6.0",
3420 "symfony/process": "^4.4|^5.0|^6.0"
3421 },
3422 "type": "library",
3423 "autoload": {
3424 "psr-4": {
3425 "Symfony\\Component\\Dotenv\\": ""
3426 },
3427 "exclude-from-classmap": [
3428 "/Tests/"
3429 ]
3430 },
3431 "notification-url": "https://packagist.org/downloads/",
3432 "license": [
3433 "MIT"
3434 ],
3435 "authors": [
3436 {
3437 "name": "Fabien Potencier",
3438 "email": "fabien@symfony.com"
3439 },
3440 {
3441 "name": "Symfony Community",
3442 "homepage": "https://symfony.com/contributors"
3443 }
3444 ],
3445 "description": "Registers environment variables from a .env file",
3446 "homepage": "https://symfony.com",
3447 "keywords": [
3448 "dotenv",
3449 "env",
3450 "environment"
3451 ],
3452 "support": {
3453 "source": "https://github.com/symfony/dotenv/tree/v5.4.35"
3454 },
3455 "funding": [
3456 {
3457 "url": "https://symfony.com/sponsor",
3458 "type": "custom"
3459 },
3460 {
3461 "url": "https://github.com/fabpot",
3462 "type": "github"
3463 },
3464 {
3465 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3466 "type": "tidelift"
3467 }
3468 ],
3469 "time": "2024-01-23T13:51:25+00:00"
3470 },
3471 {
3472 "name": "symfony/error-handler",
3473 "version": "v5.4.35",
3474 "source": {
3475 "type": "git",
3476 "url": "https://github.com/symfony/error-handler.git",
3477 "reference": "39225b1e47fdd91a6924b1e7d7a4523da2e1894b"
3478 },
3479 "dist": {
3480 "type": "zip",
3481 "url": "https://api.github.com/repos/symfony/error-handler/zipball/39225b1e47fdd91a6924b1e7d7a4523da2e1894b",
3482 "reference": "39225b1e47fdd91a6924b1e7d7a4523da2e1894b",
3483 "shasum": ""
3484 },
3485 "require": {
3486 "php": ">=7.2.5",
3487 "psr/log": "^1|^2|^3",
3488 "symfony/var-dumper": "^4.4|^5.0|^6.0"
3489 },
3490 "require-dev": {
3491 "symfony/deprecation-contracts": "^2.1|^3",
3492 "symfony/http-kernel": "^4.4|^5.0|^6.0",
3493 "symfony/serializer": "^4.4|^5.0|^6.0"
3494 },
3495 "bin": [
3496 "Resources/bin/patch-type-declarations"
3497 ],
3498 "type": "library",
3499 "autoload": {
3500 "psr-4": {
3501 "Symfony\\Component\\ErrorHandler\\": ""
3502 },
3503 "exclude-from-classmap": [
3504 "/Tests/"
3505 ]
3506 },
3507 "notification-url": "https://packagist.org/downloads/",
3508 "license": [
3509 "MIT"
3510 ],
3511 "authors": [
3512 {
3513 "name": "Fabien Potencier",
3514 "email": "fabien@symfony.com"
3515 },
3516 {
3517 "name": "Symfony Community",
3518 "homepage": "https://symfony.com/contributors"
3519 }
3520 ],
3521 "description": "Provides tools to manage errors and ease debugging PHP code",
3522 "homepage": "https://symfony.com",
3523 "support": {
3524 "source": "https://github.com/symfony/error-handler/tree/v5.4.35"
3525 },
3526 "funding": [
3527 {
3528 "url": "https://symfony.com/sponsor",
3529 "type": "custom"
3530 },
3531 {
3532 "url": "https://github.com/fabpot",
3533 "type": "github"
3534 },
3535 {
3536 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3537 "type": "tidelift"
3538 }
3539 ],
3540 "time": "2024-01-23T13:51:25+00:00"
3541 },
3542 {
3543 "name": "symfony/event-dispatcher",
3544 "version": "v5.4.35",
3545 "source": {
3546 "type": "git",
3547 "url": "https://github.com/symfony/event-dispatcher.git",
3548 "reference": "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38"
3549 },
3550 "dist": {
3551 "type": "zip",
3552 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7a69a85c7ea5bdd1e875806a99c51a87d3a74b38",
3553 "reference": "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38",
3554 "shasum": ""
3555 },
3556 "require": {
3557 "php": ">=7.2.5",
3558 "symfony/deprecation-contracts": "^2.1|^3",
3559 "symfony/event-dispatcher-contracts": "^2|^3",
3560 "symfony/polyfill-php80": "^1.16"
3561 },
3562 "conflict": {
3563 "symfony/dependency-injection": "<4.4"
3564 },
3565 "provide": {
3566 "psr/event-dispatcher-implementation": "1.0",
3567 "symfony/event-dispatcher-implementation": "2.0"
3568 },
3569 "require-dev": {
3570 "psr/log": "^1|^2|^3",
3571 "symfony/config": "^4.4|^5.0|^6.0",
3572 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
3573 "symfony/error-handler": "^4.4|^5.0|^6.0",
3574 "symfony/expression-language": "^4.4|^5.0|^6.0",
3575 "symfony/http-foundation": "^4.4|^5.0|^6.0",
3576 "symfony/service-contracts": "^1.1|^2|^3",
3577 "symfony/stopwatch": "^4.4|^5.0|^6.0"
3578 },
3579 "suggest": {
3580 "symfony/dependency-injection": "",
3581 "symfony/http-kernel": ""
3582 },
3583 "type": "library",
3584 "autoload": {
3585 "psr-4": {
3586 "Symfony\\Component\\EventDispatcher\\": ""
3587 },
3588 "exclude-from-classmap": [
3589 "/Tests/"
3590 ]
3591 },
3592 "notification-url": "https://packagist.org/downloads/",
3593 "license": [
3594 "MIT"
3595 ],
3596 "authors": [
3597 {
3598 "name": "Fabien Potencier",
3599 "email": "fabien@symfony.com"
3600 },
3601 {
3602 "name": "Symfony Community",
3603 "homepage": "https://symfony.com/contributors"
3604 }
3605 ],
3606 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3607 "homepage": "https://symfony.com",
3608 "support": {
3609 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.35"
3610 },
3611 "funding": [
3612 {
3613 "url": "https://symfony.com/sponsor",
3614 "type": "custom"
3615 },
3616 {
3617 "url": "https://github.com/fabpot",
3618 "type": "github"
3619 },
3620 {
3621 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3622 "type": "tidelift"
3623 }
3624 ],
3625 "time": "2024-01-23T13:51:25+00:00"
3626 },
3627 {
3628 "name": "symfony/event-dispatcher-contracts",
3629 "version": "v3.4.0",
3630 "source": {
3631 "type": "git",
3632 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3633 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
3634 },
3635 "dist": {
3636 "type": "zip",
3637 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
3638 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
3639 "shasum": ""
3640 },
3641 "require": {
3642 "php": ">=8.1",
3643 "psr/event-dispatcher": "^1"
3644 },
3645 "type": "library",
3646 "extra": {
3647 "branch-alias": {
3648 "dev-main": "3.4-dev"
3649 },
3650 "thanks": {
3651 "name": "symfony/contracts",
3652 "url": "https://github.com/symfony/contracts"
3653 }
3654 },
3655 "autoload": {
3656 "psr-4": {
3657 "Symfony\\Contracts\\EventDispatcher\\": ""
3658 }
3659 },
3660 "notification-url": "https://packagist.org/downloads/",
3661 "license": [
3662 "MIT"
3663 ],
3664 "authors": [
3665 {
3666 "name": "Nicolas Grekas",
3667 "email": "p@tchwork.com"
3668 },
3669 {
3670 "name": "Symfony Community",
3671 "homepage": "https://symfony.com/contributors"
3672 }
3673 ],
3674 "description": "Generic abstractions related to dispatching event",
3675 "homepage": "https://symfony.com",
3676 "keywords": [
3677 "abstractions",
3678 "contracts",
3679 "decoupling",
3680 "interfaces",
3681 "interoperability",
3682 "standards"
3683 ],
3684 "support": {
3685 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
3686 },
3687 "funding": [
3688 {
3689 "url": "https://symfony.com/sponsor",
3690 "type": "custom"
3691 },
3692 {
3693 "url": "https://github.com/fabpot",
3694 "type": "github"
3695 },
3696 {
3697 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3698 "type": "tidelift"
3699 }
3700 ],
3701 "time": "2023-05-23T14:45:45+00:00"
3702 },
3703 {
3704 "name": "symfony/filesystem",
3705 "version": "v5.4.35",
3706 "source": {
3707 "type": "git",
3708 "url": "https://github.com/symfony/filesystem.git",
3709 "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086"
3710 },
3711 "dist": {
3712 "type": "zip",
3713 "url": "https://api.github.com/repos/symfony/filesystem/zipball/5a553607d4ffbfa9c0ab62facadea296c9db7086",
3714 "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086",
3715 "shasum": ""
3716 },
3717 "require": {
3718 "php": ">=7.2.5",
3719 "symfony/polyfill-ctype": "~1.8",
3720 "symfony/polyfill-mbstring": "~1.8",
3721 "symfony/polyfill-php80": "^1.16"
3722 },
3723 "type": "library",
3724 "autoload": {
3725 "psr-4": {
3726 "Symfony\\Component\\Filesystem\\": ""
3727 },
3728 "exclude-from-classmap": [
3729 "/Tests/"
3730 ]
3731 },
3732 "notification-url": "https://packagist.org/downloads/",
3733 "license": [
3734 "MIT"
3735 ],
3736 "authors": [
3737 {
3738 "name": "Fabien Potencier",
3739 "email": "fabien@symfony.com"
3740 },
3741 {
3742 "name": "Symfony Community",
3743 "homepage": "https://symfony.com/contributors"
3744 }
3745 ],
3746 "description": "Provides basic utilities for the filesystem",
3747 "homepage": "https://symfony.com",
3748 "support": {
3749 "source": "https://github.com/symfony/filesystem/tree/v5.4.35"
3750 },
3751 "funding": [
3752 {
3753 "url": "https://symfony.com/sponsor",
3754 "type": "custom"
3755 },
3756 {
3757 "url": "https://github.com/fabpot",
3758 "type": "github"
3759 },
3760 {
3761 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3762 "type": "tidelift"
3763 }
3764 ],
3765 "time": "2024-01-23T13:51:25+00:00"
3766 },
3767 {
3768 "name": "symfony/finder",
3769 "version": "v5.4.35",
3770 "source": {
3771 "type": "git",
3772 "url": "https://github.com/symfony/finder.git",
3773 "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435"
3774 },
3775 "dist": {
3776 "type": "zip",
3777 "url": "https://api.github.com/repos/symfony/finder/zipball/abe6d6f77d9465fed3cd2d029b29d03b56b56435",
3778 "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435",
3779 "shasum": ""
3780 },
3781 "require": {
3782 "php": ">=7.2.5",
3783 "symfony/deprecation-contracts": "^2.1|^3",
3784 "symfony/polyfill-php80": "^1.16"
3785 },
3786 "type": "library",
3787 "autoload": {
3788 "psr-4": {
3789 "Symfony\\Component\\Finder\\": ""
3790 },
3791 "exclude-from-classmap": [
3792 "/Tests/"
3793 ]
3794 },
3795 "notification-url": "https://packagist.org/downloads/",
3796 "license": [
3797 "MIT"
3798 ],
3799 "authors": [
3800 {
3801 "name": "Fabien Potencier",
3802 "email": "fabien@symfony.com"
3803 },
3804 {
3805 "name": "Symfony Community",
3806 "homepage": "https://symfony.com/contributors"
3807 }
3808 ],
3809 "description": "Finds files and directories via an intuitive fluent interface",
3810 "homepage": "https://symfony.com",
3811 "support": {
3812 "source": "https://github.com/symfony/finder/tree/v5.4.35"
3813 },
3814 "funding": [
3815 {
3816 "url": "https://symfony.com/sponsor",
3817 "type": "custom"
3818 },
3819 {
3820 "url": "https://github.com/fabpot",
3821 "type": "github"
3822 },
3823 {
3824 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3825 "type": "tidelift"
3826 }
3827 ],
3828 "time": "2024-01-23T13:51:25+00:00"
3829 },
3830 {
3831 "name": "symfony/flex",
3832 "version": "v1.21.4",
3833 "source": {
3834 "type": "git",
3835 "url": "https://github.com/symfony/flex.git",
3836 "reference": "7b40eec950ded5de7054f807c209d3c612efe517"
3837 },
3838 "dist": {
3839 "type": "zip",
3840 "url": "https://api.github.com/repos/symfony/flex/zipball/7b40eec950ded5de7054f807c209d3c612efe517",
3841 "reference": "7b40eec950ded5de7054f807c209d3c612efe517",
3842 "shasum": ""
3843 },
3844 "require": {
3845 "composer-plugin-api": "^1.0|^2.0",
3846 "php": ">=7.1"
3847 },
3848 "require-dev": {
3849 "composer/composer": "^1.0.2|^2.0",
3850 "symfony/dotenv": "^4.4|^5.0|^6.0",
3851 "symfony/filesystem": "^4.4|^5.0|^6.0",
3852 "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0",
3853 "symfony/process": "^4.4|^5.0|^6.0"
3854 },
3855 "type": "composer-plugin",
3856 "extra": {
3857 "class": "Symfony\\Flex\\Flex"
3858 },
3859 "autoload": {
3860 "psr-4": {
3861 "Symfony\\Flex\\": "src"
3862 }
3863 },
3864 "notification-url": "https://packagist.org/downloads/",
3865 "license": [
3866 "MIT"
3867 ],
3868 "authors": [
3869 {
3870 "name": "Fabien Potencier",
3871 "email": "fabien.potencier@gmail.com"
3872 }
3873 ],
3874 "description": "Composer plugin for Symfony",
3875 "support": {
3876 "issues": "https://github.com/symfony/flex/issues",
3877 "source": "https://github.com/symfony/flex/tree/v1.21.4"
3878 },
3879 "funding": [
3880 {
3881 "url": "https://symfony.com/sponsor",
3882 "type": "custom"
3883 },
3884 {
3885 "url": "https://github.com/fabpot",
3886 "type": "github"
3887 },
3888 {
3889 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3890 "type": "tidelift"
3891 }
3892 ],
3893 "time": "2024-01-02T11:08:17+00:00"
3894 },
3895 {
3896 "name": "symfony/form",
3897 "version": "v5.4.35",
3898 "source": {
3899 "type": "git",
3900 "url": "https://github.com/symfony/form.git",
3901 "reference": "c827d421caccf467ef1a969e7412a8755fa88093"
3902 },
3903 "dist": {
3904 "type": "zip",
3905 "url": "https://api.github.com/repos/symfony/form/zipball/c827d421caccf467ef1a969e7412a8755fa88093",
3906 "reference": "c827d421caccf467ef1a969e7412a8755fa88093",
3907 "shasum": ""
3908 },
3909 "require": {
3910 "php": ">=7.2.5",
3911 "symfony/deprecation-contracts": "^2.1|^3",
3912 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
3913 "symfony/options-resolver": "^5.1|^6.0",
3914 "symfony/polyfill-ctype": "~1.8",
3915 "symfony/polyfill-intl-icu": "^1.21",
3916 "symfony/polyfill-mbstring": "~1.0",
3917 "symfony/polyfill-php80": "^1.16",
3918 "symfony/polyfill-php81": "^1.23",
3919 "symfony/property-access": "^5.0.8|^6.0",
3920 "symfony/service-contracts": "^1.1|^2|^3"
3921 },
3922 "conflict": {
3923 "symfony/console": "<4.4",
3924 "symfony/dependency-injection": "<4.4",
3925 "symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7",
3926 "symfony/error-handler": "<4.4.5",
3927 "symfony/framework-bundle": "<4.4",
3928 "symfony/http-kernel": "<4.4",
3929 "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3",
3930 "symfony/translation-contracts": "<1.1.7",
3931 "symfony/twig-bridge": "<5.4.21|>=6,<6.2.7"
3932 },
3933 "require-dev": {
3934 "doctrine/collections": "^1.0|^2.0",
3935 "symfony/config": "^4.4|^5.0|^6.0",
3936 "symfony/console": "^5.4|^6.0",
3937 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
3938 "symfony/expression-language": "^4.4|^5.0|^6.0",
3939 "symfony/http-foundation": "^4.4|^5.0|^6.0",
3940 "symfony/http-kernel": "^4.4|^5.0|^6.0",
3941 "symfony/intl": "^4.4|^5.0|^6.0",
3942 "symfony/security-csrf": "^4.4|^5.0|^6.0",
3943 "symfony/translation": "^5.4.35|~6.3.12|^6.4.3",
3944 "symfony/uid": "^5.1|^6.0",
3945 "symfony/validator": "^4.4.17|^5.1.9|^6.0",
3946 "symfony/var-dumper": "^4.4|^5.0|^6.0"
3947 },
3948 "suggest": {
3949 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
3950 "symfony/twig-bridge": "For templating with Twig.",
3951 "symfony/validator": "For form validation."
3952 },
3953 "type": "library",
3954 "autoload": {
3955 "psr-4": {
3956 "Symfony\\Component\\Form\\": ""
3957 },
3958 "exclude-from-classmap": [
3959 "/Tests/"
3960 ]
3961 },
3962 "notification-url": "https://packagist.org/downloads/",
3963 "license": [
3964 "MIT"
3965 ],
3966 "authors": [
3967 {
3968 "name": "Fabien Potencier",
3969 "email": "fabien@symfony.com"
3970 },
3971 {
3972 "name": "Symfony Community",
3973 "homepage": "https://symfony.com/contributors"
3974 }
3975 ],
3976 "description": "Allows to easily create, process and reuse HTML forms",
3977 "homepage": "https://symfony.com",
3978 "support": {
3979 "source": "https://github.com/symfony/form/tree/v5.4.35"
3980 },
3981 "funding": [
3982 {
3983 "url": "https://symfony.com/sponsor",
3984 "type": "custom"
3985 },
3986 {
3987 "url": "https://github.com/fabpot",
3988 "type": "github"
3989 },
3990 {
3991 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3992 "type": "tidelift"
3993 }
3994 ],
3995 "time": "2024-01-23T14:28:09+00:00"
3996 },
3997 {
3998 "name": "symfony/framework-bundle",
3999 "version": "v5.4.35",
4000 "source": {
4001 "type": "git",
4002 "url": "https://github.com/symfony/framework-bundle.git",
4003 "reference": "89805687f360133f18bdedfb32138ce0ddd5383c"
4004 },
4005 "dist": {
4006 "type": "zip",
4007 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/89805687f360133f18bdedfb32138ce0ddd5383c",
4008 "reference": "89805687f360133f18bdedfb32138ce0ddd5383c",
4009 "shasum": ""
4010 },
4011 "require": {
4012 "ext-xml": "*",
4013 "php": ">=7.2.5",
4014 "symfony/cache": "^5.2|^6.0",
4015 "symfony/config": "^5.3|^6.0",
4016 "symfony/dependency-injection": "^5.4.5|^6.0.5",
4017 "symfony/deprecation-contracts": "^2.1|^3",
4018 "symfony/error-handler": "^4.4.1|^5.0.1|^6.0",
4019 "symfony/event-dispatcher": "^5.1|^6.0",
4020 "symfony/filesystem": "^4.4|^5.0|^6.0",
4021 "symfony/finder": "^4.4|^5.0|^6.0",
4022 "symfony/http-foundation": "^5.4.24|^6.2.11",
4023 "symfony/http-kernel": "^5.4|^6.0",
4024 "symfony/polyfill-mbstring": "~1.0",
4025 "symfony/polyfill-php80": "^1.16",
4026 "symfony/polyfill-php81": "^1.22",
4027 "symfony/routing": "^5.3|^6.0"
4028 },
4029 "conflict": {
4030 "doctrine/annotations": "<1.13.1",
4031 "doctrine/cache": "<1.11",
4032 "doctrine/persistence": "<1.3",
4033 "phpdocumentor/reflection-docblock": "<3.2.2",
4034 "phpdocumentor/type-resolver": "<1.4.0",
4035 "symfony/asset": "<5.3",
4036 "symfony/console": "<5.2.5|>=7.0",
4037 "symfony/dom-crawler": "<4.4",
4038 "symfony/dotenv": "<5.1",
4039 "symfony/form": "<5.2",
4040 "symfony/http-client": "<4.4",
4041 "symfony/lock": "<4.4",
4042 "symfony/mailer": "<5.2",
4043 "symfony/messenger": "<5.4",
4044 "symfony/mime": "<4.4",
4045 "symfony/property-access": "<5.3",
4046 "symfony/property-info": "<4.4",
4047 "symfony/security-csrf": "<5.3",
4048 "symfony/serializer": "<5.2",
4049 "symfony/service-contracts": ">=3.0",
4050 "symfony/stopwatch": "<4.4",
4051 "symfony/translation": "<5.3",
4052 "symfony/twig-bridge": "<4.4",
4053 "symfony/twig-bundle": "<4.4",
4054 "symfony/validator": "<5.3.11",
4055 "symfony/web-profiler-bundle": "<4.4",
4056 "symfony/workflow": "<5.2"
4057 },
4058 "require-dev": {
4059 "doctrine/annotations": "^1.13.1|^2",
4060 "doctrine/cache": "^1.11|^2.0",
4061 "doctrine/persistence": "^1.3|^2|^3",
4062 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4063 "symfony/asset": "^5.3|^6.0",
4064 "symfony/browser-kit": "^5.4|^6.0",
4065 "symfony/console": "^5.4.9|^6.0.9",
4066 "symfony/css-selector": "^4.4|^5.0|^6.0",
4067 "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0",
4068 "symfony/dotenv": "^5.1|^6.0",
4069 "symfony/expression-language": "^4.4|^5.0|^6.0",
4070 "symfony/form": "^5.2|^6.0",
4071 "symfony/http-client": "^4.4|^5.0|^6.0",
4072 "symfony/lock": "^4.4|^5.0|^6.0",
4073 "symfony/mailer": "^5.2|^6.0",
4074 "symfony/messenger": "^5.4|^6.0",
4075 "symfony/mime": "^4.4|^5.0|^6.0",
4076 "symfony/notifier": "^5.4|^6.0",
4077 "symfony/polyfill-intl-icu": "~1.0",
4078 "symfony/process": "^4.4|^5.0|^6.0",
4079 "symfony/property-info": "^4.4|^5.0|^6.0",
4080 "symfony/rate-limiter": "^5.2|^6.0",
4081 "symfony/security-bundle": "^5.4|^6.0",
4082 "symfony/serializer": "^5.4|^6.0",
4083 "symfony/stopwatch": "^4.4|^5.0|^6.0",
4084 "symfony/string": "^5.0|^6.0",
4085 "symfony/translation": "^5.3|^6.0",
4086 "symfony/twig-bundle": "^4.4|^5.0|^6.0",
4087 "symfony/validator": "^5.3.11|^6.0",
4088 "symfony/web-link": "^4.4|^5.0|^6.0",
4089 "symfony/workflow": "^5.2|^6.0",
4090 "symfony/yaml": "^4.4|^5.0|^6.0",
4091 "twig/twig": "^2.10|^3.0"
4092 },
4093 "suggest": {
4094 "ext-apcu": "For best performance of the system caches",
4095 "symfony/console": "For using the console commands",
4096 "symfony/form": "For using forms",
4097 "symfony/property-info": "For using the property_info service",
4098 "symfony/serializer": "For using the serializer service",
4099 "symfony/validator": "For using validation",
4100 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
4101 "symfony/yaml": "For using the debug:config and lint:yaml commands"
4102 },
4103 "type": "symfony-bundle",
4104 "autoload": {
4105 "psr-4": {
4106 "Symfony\\Bundle\\FrameworkBundle\\": ""
4107 },
4108 "exclude-from-classmap": [
4109 "/Tests/"
4110 ]
4111 },
4112 "notification-url": "https://packagist.org/downloads/",
4113 "license": [
4114 "MIT"
4115 ],
4116 "authors": [
4117 {
4118 "name": "Fabien Potencier",
4119 "email": "fabien@symfony.com"
4120 },
4121 {
4122 "name": "Symfony Community",
4123 "homepage": "https://symfony.com/contributors"
4124 }
4125 ],
4126 "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
4127 "homepage": "https://symfony.com",
4128 "support": {
4129 "source": "https://github.com/symfony/framework-bundle/tree/v5.4.35"
4130 },
4131 "funding": [
4132 {
4133 "url": "https://symfony.com/sponsor",
4134 "type": "custom"
4135 },
4136 {
4137 "url": "https://github.com/fabpot",
4138 "type": "github"
4139 },
4140 {
4141 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4142 "type": "tidelift"
4143 }
4144 ],
4145 "time": "2024-01-23T14:28:09+00:00"
4146 },
4147 {
4148 "name": "symfony/http-foundation",
4149 "version": "v5.4.35",
4150 "source": {
4151 "type": "git",
4152 "url": "https://github.com/symfony/http-foundation.git",
4153 "reference": "f2ab692a22aef1cd54beb893aa0068bdfb093928"
4154 },
4155 "dist": {
4156 "type": "zip",
4157 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f2ab692a22aef1cd54beb893aa0068bdfb093928",
4158 "reference": "f2ab692a22aef1cd54beb893aa0068bdfb093928",
4159 "shasum": ""
4160 },
4161 "require": {
4162 "php": ">=7.2.5",
4163 "symfony/deprecation-contracts": "^2.1|^3",
4164 "symfony/polyfill-mbstring": "~1.1",
4165 "symfony/polyfill-php80": "^1.16"
4166 },
4167 "require-dev": {
4168 "predis/predis": "~1.0",
4169 "symfony/cache": "^4.4|^5.0|^6.0",
4170 "symfony/dependency-injection": "^5.4|^6.0",
4171 "symfony/expression-language": "^4.4|^5.0|^6.0",
4172 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
4173 "symfony/mime": "^4.4|^5.0|^6.0",
4174 "symfony/rate-limiter": "^5.2|^6.0"
4175 },
4176 "suggest": {
4177 "symfony/mime": "To use the file extension guesser"
4178 },
4179 "type": "library",
4180 "autoload": {
4181 "psr-4": {
4182 "Symfony\\Component\\HttpFoundation\\": ""
4183 },
4184 "exclude-from-classmap": [
4185 "/Tests/"
4186 ]
4187 },
4188 "notification-url": "https://packagist.org/downloads/",
4189 "license": [
4190 "MIT"
4191 ],
4192 "authors": [
4193 {
4194 "name": "Fabien Potencier",
4195 "email": "fabien@symfony.com"
4196 },
4197 {
4198 "name": "Symfony Community",
4199 "homepage": "https://symfony.com/contributors"
4200 }
4201 ],
4202 "description": "Defines an object-oriented layer for the HTTP specification",
4203 "homepage": "https://symfony.com",
4204 "support": {
4205 "source": "https://github.com/symfony/http-foundation/tree/v5.4.35"
4206 },
4207 "funding": [
4208 {
4209 "url": "https://symfony.com/sponsor",
4210 "type": "custom"
4211 },
4212 {
4213 "url": "https://github.com/fabpot",
4214 "type": "github"
4215 },
4216 {
4217 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4218 "type": "tidelift"
4219 }
4220 ],
4221 "time": "2024-01-23T13:51:25+00:00"
4222 },
4223 {
4224 "name": "symfony/http-kernel",
4225 "version": "v5.4.35",
4226 "source": {
4227 "type": "git",
4228 "url": "https://github.com/symfony/http-kernel.git",
4229 "reference": "949bc7721c83fa9f81fc6c9697db0aa340c64f4d"
4230 },
4231 "dist": {
4232 "type": "zip",
4233 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/949bc7721c83fa9f81fc6c9697db0aa340c64f4d",
4234 "reference": "949bc7721c83fa9f81fc6c9697db0aa340c64f4d",
4235 "shasum": ""
4236 },
4237 "require": {
4238 "php": ">=7.2.5",
4239 "psr/log": "^1|^2",
4240 "symfony/deprecation-contracts": "^2.1|^3",
4241 "symfony/error-handler": "^4.4|^5.0|^6.0",
4242 "symfony/event-dispatcher": "^5.0|^6.0",
4243 "symfony/http-foundation": "^5.4.21|^6.2.7",
4244 "symfony/polyfill-ctype": "^1.8",
4245 "symfony/polyfill-php73": "^1.9",
4246 "symfony/polyfill-php80": "^1.16"
4247 },
4248 "conflict": {
4249 "symfony/browser-kit": "<5.4",
4250 "symfony/cache": "<5.0",
4251 "symfony/config": "<5.0",
4252 "symfony/console": "<4.4",
4253 "symfony/dependency-injection": "<5.3",
4254 "symfony/doctrine-bridge": "<5.0",
4255 "symfony/form": "<5.0",
4256 "symfony/http-client": "<5.0",
4257 "symfony/mailer": "<5.0",
4258 "symfony/messenger": "<5.0",
4259 "symfony/translation": "<5.0",
4260 "symfony/twig-bridge": "<5.0",
4261 "symfony/validator": "<5.0",
4262 "twig/twig": "<2.13"
4263 },
4264 "provide": {
4265 "psr/log-implementation": "1.0|2.0"
4266 },
4267 "require-dev": {
4268 "psr/cache": "^1.0|^2.0|^3.0",
4269 "symfony/browser-kit": "^5.4|^6.0",
4270 "symfony/config": "^5.0|^6.0",
4271 "symfony/console": "^4.4|^5.0|^6.0",
4272 "symfony/css-selector": "^4.4|^5.0|^6.0",
4273 "symfony/dependency-injection": "^5.3|^6.0",
4274 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
4275 "symfony/expression-language": "^4.4|^5.0|^6.0",
4276 "symfony/finder": "^4.4|^5.0|^6.0",
4277 "symfony/http-client-contracts": "^1.1|^2|^3",
4278 "symfony/process": "^4.4|^5.0|^6.0",
4279 "symfony/routing": "^4.4|^5.0|^6.0",
4280 "symfony/stopwatch": "^4.4|^5.0|^6.0",
4281 "symfony/translation": "^4.4|^5.0|^6.0",
4282 "symfony/translation-contracts": "^1.1|^2|^3",
4283 "twig/twig": "^2.13|^3.0.4"
4284 },
4285 "suggest": {
4286 "symfony/browser-kit": "",
4287 "symfony/config": "",
4288 "symfony/console": "",
4289 "symfony/dependency-injection": ""
4290 },
4291 "type": "library",
4292 "autoload": {
4293 "psr-4": {
4294 "Symfony\\Component\\HttpKernel\\": ""
4295 },
4296 "exclude-from-classmap": [
4297 "/Tests/"
4298 ]
4299 },
4300 "notification-url": "https://packagist.org/downloads/",
4301 "license": [
4302 "MIT"
4303 ],
4304 "authors": [
4305 {
4306 "name": "Fabien Potencier",
4307 "email": "fabien@symfony.com"
4308 },
4309 {
4310 "name": "Symfony Community",
4311 "homepage": "https://symfony.com/contributors"
4312 }
4313 ],
4314 "description": "Provides a structured process for converting a Request into a Response",
4315 "homepage": "https://symfony.com",
4316 "support": {
4317 "source": "https://github.com/symfony/http-kernel/tree/v5.4.35"
4318 },
4319 "funding": [
4320 {
4321 "url": "https://symfony.com/sponsor",
4322 "type": "custom"
4323 },
4324 {
4325 "url": "https://github.com/fabpot",
4326 "type": "github"
4327 },
4328 {
4329 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4330 "type": "tidelift"
4331 }
4332 ],
4333 "time": "2024-01-30T20:00:46+00:00"
4334 },
4335 {
4336 "name": "symfony/intl",
4337 "version": "v5.4.35",
4338 "source": {
4339 "type": "git",
4340 "url": "https://github.com/symfony/intl.git",
4341 "reference": "2fb503f81cd8032a624c55764d1fbaf893aa3cf4"
4342 },
4343 "dist": {
4344 "type": "zip",
4345 "url": "https://api.github.com/repos/symfony/intl/zipball/2fb503f81cd8032a624c55764d1fbaf893aa3cf4",
4346 "reference": "2fb503f81cd8032a624c55764d1fbaf893aa3cf4",
4347 "shasum": ""
4348 },
4349 "require": {
4350 "php": ">=7.2.5",
4351 "symfony/deprecation-contracts": "^2.1|^3",
4352 "symfony/polyfill-php80": "^1.16"
4353 },
4354 "require-dev": {
4355 "symfony/filesystem": "^4.4|^5.0|^6.0",
4356 "symfony/var-exporter": "^5.4|^6.0"
4357 },
4358 "type": "library",
4359 "autoload": {
4360 "files": [
4361 "Resources/functions.php"
4362 ],
4363 "psr-4": {
4364 "Symfony\\Component\\Intl\\": ""
4365 },
4366 "classmap": [
4367 "Resources/stubs"
4368 ],
4369 "exclude-from-classmap": [
4370 "/Tests/"
4371 ]
4372 },
4373 "notification-url": "https://packagist.org/downloads/",
4374 "license": [
4375 "MIT"
4376 ],
4377 "authors": [
4378 {
4379 "name": "Bernhard Schussek",
4380 "email": "bschussek@gmail.com"
4381 },
4382 {
4383 "name": "Eriksen Costa",
4384 "email": "eriksen.costa@infranology.com.br"
4385 },
4386 {
4387 "name": "Igor Wiedler",
4388 "email": "igor@wiedler.ch"
4389 },
4390 {
4391 "name": "Symfony Community",
4392 "homepage": "https://symfony.com/contributors"
4393 }
4394 ],
4395 "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
4396 "homepage": "https://symfony.com",
4397 "keywords": [
4398 "i18n",
4399 "icu",
4400 "internationalization",
4401 "intl",
4402 "l10n",
4403 "localization"
4404 ],
4405 "support": {
4406 "source": "https://github.com/symfony/intl/tree/v5.4.35"
4407 },
4408 "funding": [
4409 {
4410 "url": "https://symfony.com/sponsor",
4411 "type": "custom"
4412 },
4413 {
4414 "url": "https://github.com/fabpot",
4415 "type": "github"
4416 },
4417 {
4418 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4419 "type": "tidelift"
4420 }
4421 ],
4422 "time": "2024-01-23T13:51:25+00:00"
4423 },
4424 {
4425 "name": "symfony/mailer",
4426 "version": "v5.4.35",
4427 "source": {
4428 "type": "git",
4429 "url": "https://github.com/symfony/mailer.git",
4430 "reference": "664724b0fb4646dee30859d0ed9131a2d7633320"
4431 },
4432 "dist": {
4433 "type": "zip",
4434 "url": "https://api.github.com/repos/symfony/mailer/zipball/664724b0fb4646dee30859d0ed9131a2d7633320",
4435 "reference": "664724b0fb4646dee30859d0ed9131a2d7633320",
4436 "shasum": ""
4437 },
4438 "require": {
4439 "egulias/email-validator": "^2.1.10|^3|^4",
4440 "php": ">=7.2.5",
4441 "psr/event-dispatcher": "^1",
4442 "psr/log": "^1|^2|^3",
4443 "symfony/deprecation-contracts": "^2.1|^3",
4444 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
4445 "symfony/mime": "^5.2.6|^6.0",
4446 "symfony/polyfill-php80": "^1.16",
4447 "symfony/service-contracts": "^1.1|^2|^3"
4448 },
4449 "conflict": {
4450 "symfony/http-kernel": "<4.4"
4451 },
4452 "require-dev": {
4453 "symfony/http-client": "^4.4|^5.0|^6.0",
4454 "symfony/messenger": "^4.4|^5.0|^6.0"
4455 },
4456 "type": "library",
4457 "autoload": {
4458 "psr-4": {
4459 "Symfony\\Component\\Mailer\\": ""
4460 },
4461 "exclude-from-classmap": [
4462 "/Tests/"
4463 ]
4464 },
4465 "notification-url": "https://packagist.org/downloads/",
4466 "license": [
4467 "MIT"
4468 ],
4469 "authors": [
4470 {
4471 "name": "Fabien Potencier",
4472 "email": "fabien@symfony.com"
4473 },
4474 {
4475 "name": "Symfony Community",
4476 "homepage": "https://symfony.com/contributors"
4477 }
4478 ],
4479 "description": "Helps sending emails",
4480 "homepage": "https://symfony.com",
4481 "support": {
4482 "source": "https://github.com/symfony/mailer/tree/v5.4.35"
4483 },
4484 "funding": [
4485 {
4486 "url": "https://symfony.com/sponsor",
4487 "type": "custom"
4488 },
4489 {
4490 "url": "https://github.com/fabpot",
4491 "type": "github"
4492 },
4493 {
4494 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4495 "type": "tidelift"
4496 }
4497 ],
4498 "time": "2024-01-29T07:33:37+00:00"
4499 },
4500 {
4501 "name": "symfony/mime",
4502 "version": "v5.4.35",
4503 "source": {
4504 "type": "git",
4505 "url": "https://github.com/symfony/mime.git",
4506 "reference": "ee94d9b538f93abbbc1ee4ccff374593117b04a9"
4507 },
4508 "dist": {
4509 "type": "zip",
4510 "url": "https://api.github.com/repos/symfony/mime/zipball/ee94d9b538f93abbbc1ee4ccff374593117b04a9",
4511 "reference": "ee94d9b538f93abbbc1ee4ccff374593117b04a9",
4512 "shasum": ""
4513 },
4514 "require": {
4515 "php": ">=7.2.5",
4516 "symfony/deprecation-contracts": "^2.1|^3",
4517 "symfony/polyfill-intl-idn": "^1.10",
4518 "symfony/polyfill-mbstring": "^1.0",
4519 "symfony/polyfill-php80": "^1.16"
4520 },
4521 "conflict": {
4522 "egulias/email-validator": "~3.0.0",
4523 "phpdocumentor/reflection-docblock": "<3.2.2",
4524 "phpdocumentor/type-resolver": "<1.4.0",
4525 "symfony/mailer": "<4.4",
4526 "symfony/serializer": "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3"
4527 },
4528 "require-dev": {
4529 "egulias/email-validator": "^2.1.10|^3.1|^4",
4530 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4531 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
4532 "symfony/property-access": "^4.4|^5.1|^6.0",
4533 "symfony/property-info": "^4.4|^5.1|^6.0",
4534 "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3"
4535 },
4536 "type": "library",
4537 "autoload": {
4538 "psr-4": {
4539 "Symfony\\Component\\Mime\\": ""
4540 },
4541 "exclude-from-classmap": [
4542 "/Tests/"
4543 ]
4544 },
4545 "notification-url": "https://packagist.org/downloads/",
4546 "license": [
4547 "MIT"
4548 ],
4549 "authors": [
4550 {
4551 "name": "Fabien Potencier",
4552 "email": "fabien@symfony.com"
4553 },
4554 {
4555 "name": "Symfony Community",
4556 "homepage": "https://symfony.com/contributors"
4557 }
4558 ],
4559 "description": "Allows manipulating MIME messages",
4560 "homepage": "https://symfony.com",
4561 "keywords": [
4562 "mime",
4563 "mime-type"
4564 ],
4565 "support": {
4566 "source": "https://github.com/symfony/mime/tree/v5.4.35"
4567 },
4568 "funding": [
4569 {
4570 "url": "https://symfony.com/sponsor",
4571 "type": "custom"
4572 },
4573 {
4574 "url": "https://github.com/fabpot",
4575 "type": "github"
4576 },
4577 {
4578 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4579 "type": "tidelift"
4580 }
4581 ],
4582 "time": "2024-01-30T08:00:51+00:00"
4583 },
4584 {
4585 "name": "symfony/options-resolver",
4586 "version": "v5.4.21",
4587 "source": {
4588 "type": "git",
4589 "url": "https://github.com/symfony/options-resolver.git",
4590 "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"
4591 },
4592 "dist": {
4593 "type": "zip",
4594 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
4595 "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",
4596 "shasum": ""
4597 },
4598 "require": {
4599 "php": ">=7.2.5",
4600 "symfony/deprecation-contracts": "^2.1|^3",
4601 "symfony/polyfill-php73": "~1.0",
4602 "symfony/polyfill-php80": "^1.16"
4603 },
4604 "type": "library",
4605 "autoload": {
4606 "psr-4": {
4607 "Symfony\\Component\\OptionsResolver\\": ""
4608 },
4609 "exclude-from-classmap": [
4610 "/Tests/"
4611 ]
4612 },
4613 "notification-url": "https://packagist.org/downloads/",
4614 "license": [
4615 "MIT"
4616 ],
4617 "authors": [
4618 {
4619 "name": "Fabien Potencier",
4620 "email": "fabien@symfony.com"
4621 },
4622 {
4623 "name": "Symfony Community",
4624 "homepage": "https://symfony.com/contributors"
4625 }
4626 ],
4627 "description": "Provides an improved replacement for the array_replace PHP function",
4628 "homepage": "https://symfony.com",
4629 "keywords": [
4630 "config",
4631 "configuration",
4632 "options"
4633 ],
4634 "support": {
4635 "source": "https://github.com/symfony/options-resolver/tree/v5.4.21"
4636 },
4637 "funding": [
4638 {
4639 "url": "https://symfony.com/sponsor",
4640 "type": "custom"
4641 },
4642 {
4643 "url": "https://github.com/fabpot",
4644 "type": "github"
4645 },
4646 {
4647 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4648 "type": "tidelift"
4649 }
4650 ],
4651 "time": "2023-02-14T08:03:56+00:00"
4652 },
4653 {
4654 "name": "symfony/password-hasher",
4655 "version": "v5.4.35",
4656 "source": {
4657 "type": "git",
4658 "url": "https://github.com/symfony/password-hasher.git",
4659 "reference": "23b9782de5d06a7e61101558d3e887100fbf8f93"
4660 },
4661 "dist": {
4662 "type": "zip",
4663 "url": "https://api.github.com/repos/symfony/password-hasher/zipball/23b9782de5d06a7e61101558d3e887100fbf8f93",
4664 "reference": "23b9782de5d06a7e61101558d3e887100fbf8f93",
4665 "shasum": ""
4666 },
4667 "require": {
4668 "php": ">=7.2.5",
4669 "symfony/deprecation-contracts": "^2.1|^3",
4670 "symfony/polyfill-php80": "^1.15"
4671 },
4672 "conflict": {
4673 "symfony/security-core": "<5.3"
4674 },
4675 "require-dev": {
4676 "symfony/console": "^5.3|^6.0",
4677 "symfony/security-core": "^5.3|^6.0"
4678 },
4679 "type": "library",
4680 "autoload": {
4681 "psr-4": {
4682 "Symfony\\Component\\PasswordHasher\\": ""
4683 },
4684 "exclude-from-classmap": [
4685 "/Tests/"
4686 ]
4687 },
4688 "notification-url": "https://packagist.org/downloads/",
4689 "license": [
4690 "MIT"
4691 ],
4692 "authors": [
4693 {
4694 "name": "Robin Chalas",
4695 "email": "robin.chalas@gmail.com"
4696 },
4697 {
4698 "name": "Symfony Community",
4699 "homepage": "https://symfony.com/contributors"
4700 }
4701 ],
4702 "description": "Provides password hashing utilities",
4703 "homepage": "https://symfony.com",
4704 "keywords": [
4705 "hashing",
4706 "password"
4707 ],
4708 "support": {
4709 "source": "https://github.com/symfony/password-hasher/tree/v5.4.35"
4710 },
4711 "funding": [
4712 {
4713 "url": "https://symfony.com/sponsor",
4714 "type": "custom"
4715 },
4716 {
4717 "url": "https://github.com/fabpot",
4718 "type": "github"
4719 },
4720 {
4721 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4722 "type": "tidelift"
4723 }
4724 ],
4725 "time": "2024-01-23T13:51:25+00:00"
4726 },
4727 {
4728 "name": "symfony/polyfill-intl-grapheme",
4729 "version": "v1.28.0",
4730 "source": {
4731 "type": "git",
4732 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4733 "reference": "875e90aeea2777b6f135677f618529449334a612"
4734 },
4735 "dist": {
4736 "type": "zip",
4737 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
4738 "reference": "875e90aeea2777b6f135677f618529449334a612",
4739 "shasum": ""
4740 },
4741 "require": {
4742 "php": ">=7.1"
4743 },
4744 "suggest": {
4745 "ext-intl": "For best performance"
4746 },
4747 "type": "library",
4748 "extra": {
4749 "branch-alias": {
4750 "dev-main": "1.28-dev"
4751 },
4752 "thanks": {
4753 "name": "symfony/polyfill",
4754 "url": "https://github.com/symfony/polyfill"
4755 }
4756 },
4757 "autoload": {
4758 "files": [
4759 "bootstrap.php"
4760 ],
4761 "psr-4": {
4762 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4763 }
4764 },
4765 "notification-url": "https://packagist.org/downloads/",
4766 "license": [
4767 "MIT"
4768 ],
4769 "authors": [
4770 {
4771 "name": "Nicolas Grekas",
4772 "email": "p@tchwork.com"
4773 },
4774 {
4775 "name": "Symfony Community",
4776 "homepage": "https://symfony.com/contributors"
4777 }
4778 ],
4779 "description": "Symfony polyfill for intl's grapheme_* functions",
4780 "homepage": "https://symfony.com",
4781 "keywords": [
4782 "compatibility",
4783 "grapheme",
4784 "intl",
4785 "polyfill",
4786 "portable",
4787 "shim"
4788 ],
4789 "support": {
4790 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
4791 },
4792 "funding": [
4793 {
4794 "url": "https://symfony.com/sponsor",
4795 "type": "custom"
4796 },
4797 {
4798 "url": "https://github.com/fabpot",
4799 "type": "github"
4800 },
4801 {
4802 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4803 "type": "tidelift"
4804 }
4805 ],
4806 "time": "2023-01-26T09:26:14+00:00"
4807 },
4808 {
4809 "name": "symfony/polyfill-intl-icu",
4810 "version": "v1.28.0",
4811 "source": {
4812 "type": "git",
4813 "url": "https://github.com/symfony/polyfill-intl-icu.git",
4814 "reference": "e46b4da57951a16053cd751f63f4a24292788157"
4815 },
4816 "dist": {
4817 "type": "zip",
4818 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e46b4da57951a16053cd751f63f4a24292788157",
4819 "reference": "e46b4da57951a16053cd751f63f4a24292788157",
4820 "shasum": ""
4821 },
4822 "require": {
4823 "php": ">=7.1"
4824 },
4825 "suggest": {
4826 "ext-intl": "For best performance and support of other locales than \"en\""
4827 },
4828 "type": "library",
4829 "extra": {
4830 "branch-alias": {
4831 "dev-main": "1.28-dev"
4832 },
4833 "thanks": {
4834 "name": "symfony/polyfill",
4835 "url": "https://github.com/symfony/polyfill"
4836 }
4837 },
4838 "autoload": {
4839 "files": [
4840 "bootstrap.php"
4841 ],
4842 "psr-4": {
4843 "Symfony\\Polyfill\\Intl\\Icu\\": ""
4844 },
4845 "classmap": [
4846 "Resources/stubs"
4847 ],
4848 "exclude-from-classmap": [
4849 "/Tests/"
4850 ]
4851 },
4852 "notification-url": "https://packagist.org/downloads/",
4853 "license": [
4854 "MIT"
4855 ],
4856 "authors": [
4857 {
4858 "name": "Nicolas Grekas",
4859 "email": "p@tchwork.com"
4860 },
4861 {
4862 "name": "Symfony Community",
4863 "homepage": "https://symfony.com/contributors"
4864 }
4865 ],
4866 "description": "Symfony polyfill for intl's ICU-related data and classes",
4867 "homepage": "https://symfony.com",
4868 "keywords": [
4869 "compatibility",
4870 "icu",
4871 "intl",
4872 "polyfill",
4873 "portable",
4874 "shim"
4875 ],
4876 "support": {
4877 "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.28.0"
4878 },
4879 "funding": [
4880 {
4881 "url": "https://symfony.com/sponsor",
4882 "type": "custom"
4883 },
4884 {
4885 "url": "https://github.com/fabpot",
4886 "type": "github"
4887 },
4888 {
4889 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4890 "type": "tidelift"
4891 }
4892 ],
4893 "time": "2023-03-21T17:27:24+00:00"
4894 },
4895 {
4896 "name": "symfony/polyfill-intl-idn",
4897 "version": "v1.28.0",
4898 "source": {
4899 "type": "git",
4900 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4901 "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
4902 },
4903 "dist": {
4904 "type": "zip",
4905 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
4906 "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
4907 "shasum": ""
4908 },
4909 "require": {
4910 "php": ">=7.1",
4911 "symfony/polyfill-intl-normalizer": "^1.10",
4912 "symfony/polyfill-php72": "^1.10"
4913 },
4914 "suggest": {
4915 "ext-intl": "For best performance"
4916 },
4917 "type": "library",
4918 "extra": {
4919 "branch-alias": {
4920 "dev-main": "1.28-dev"
4921 },
4922 "thanks": {
4923 "name": "symfony/polyfill",
4924 "url": "https://github.com/symfony/polyfill"
4925 }
4926 },
4927 "autoload": {
4928 "files": [
4929 "bootstrap.php"
4930 ],
4931 "psr-4": {
4932 "Symfony\\Polyfill\\Intl\\Idn\\": ""
4933 }
4934 },
4935 "notification-url": "https://packagist.org/downloads/",
4936 "license": [
4937 "MIT"
4938 ],
4939 "authors": [
4940 {
4941 "name": "Laurent Bassin",
4942 "email": "laurent@bassin.info"
4943 },
4944 {
4945 "name": "Trevor Rowbotham",
4946 "email": "trevor.rowbotham@pm.me"
4947 },
4948 {
4949 "name": "Symfony Community",
4950 "homepage": "https://symfony.com/contributors"
4951 }
4952 ],
4953 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4954 "homepage": "https://symfony.com",
4955 "keywords": [
4956 "compatibility",
4957 "idn",
4958 "intl",
4959 "polyfill",
4960 "portable",
4961 "shim"
4962 ],
4963 "support": {
4964 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
4965 },
4966 "funding": [
4967 {
4968 "url": "https://symfony.com/sponsor",
4969 "type": "custom"
4970 },
4971 {
4972 "url": "https://github.com/fabpot",
4973 "type": "github"
4974 },
4975 {
4976 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4977 "type": "tidelift"
4978 }
4979 ],
4980 "time": "2023-01-26T09:30:37+00:00"
4981 },
4982 {
4983 "name": "symfony/polyfill-intl-normalizer",
4984 "version": "v1.28.0",
4985 "source": {
4986 "type": "git",
4987 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4988 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
4989 },
4990 "dist": {
4991 "type": "zip",
4992 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
4993 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
4994 "shasum": ""
4995 },
4996 "require": {
4997 "php": ">=7.1"
4998 },
4999 "suggest": {
5000 "ext-intl": "For best performance"
5001 },
5002 "type": "library",
5003 "extra": {
5004 "branch-alias": {
5005 "dev-main": "1.28-dev"
5006 },
5007 "thanks": {
5008 "name": "symfony/polyfill",
5009 "url": "https://github.com/symfony/polyfill"
5010 }
5011 },
5012 "autoload": {
5013 "files": [
5014 "bootstrap.php"
5015 ],
5016 "psr-4": {
5017 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
5018 },
5019 "classmap": [
5020 "Resources/stubs"
5021 ]
5022 },
5023 "notification-url": "https://packagist.org/downloads/",
5024 "license": [
5025 "MIT"
5026 ],
5027 "authors": [
5028 {
5029 "name": "Nicolas Grekas",
5030 "email": "p@tchwork.com"
5031 },
5032 {
5033 "name": "Symfony Community",
5034 "homepage": "https://symfony.com/contributors"
5035 }
5036 ],
5037 "description": "Symfony polyfill for intl's Normalizer class and related functions",
5038 "homepage": "https://symfony.com",
5039 "keywords": [
5040 "compatibility",
5041 "intl",
5042 "normalizer",
5043 "polyfill",
5044 "portable",
5045 "shim"
5046 ],
5047 "support": {
5048 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
5049 },
5050 "funding": [
5051 {
5052 "url": "https://symfony.com/sponsor",
5053 "type": "custom"
5054 },
5055 {
5056 "url": "https://github.com/fabpot",
5057 "type": "github"
5058 },
5059 {
5060 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5061 "type": "tidelift"
5062 }
5063 ],
5064 "time": "2023-01-26T09:26:14+00:00"
5065 },
5066 {
5067 "name": "symfony/polyfill-mbstring",
5068 "version": "v1.28.0",
5069 "source": {
5070 "type": "git",
5071 "url": "https://github.com/symfony/polyfill-mbstring.git",
5072 "reference": "42292d99c55abe617799667f454222c54c60e229"
5073 },
5074 "dist": {
5075 "type": "zip",
5076 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
5077 "reference": "42292d99c55abe617799667f454222c54c60e229",
5078 "shasum": ""
5079 },
5080 "require": {
5081 "php": ">=7.1"
5082 },
5083 "provide": {
5084 "ext-mbstring": "*"
5085 },
5086 "suggest": {
5087 "ext-mbstring": "For best performance"
5088 },
5089 "type": "library",
5090 "extra": {
5091 "branch-alias": {
5092 "dev-main": "1.28-dev"
5093 },
5094 "thanks": {
5095 "name": "symfony/polyfill",
5096 "url": "https://github.com/symfony/polyfill"
5097 }
5098 },
5099 "autoload": {
5100 "files": [
5101 "bootstrap.php"
5102 ],
5103 "psr-4": {
5104 "Symfony\\Polyfill\\Mbstring\\": ""
5105 }
5106 },
5107 "notification-url": "https://packagist.org/downloads/",
5108 "license": [
5109 "MIT"
5110 ],
5111 "authors": [
5112 {
5113 "name": "Nicolas Grekas",
5114 "email": "p@tchwork.com"
5115 },
5116 {
5117 "name": "Symfony Community",
5118 "homepage": "https://symfony.com/contributors"
5119 }
5120 ],
5121 "description": "Symfony polyfill for the Mbstring extension",
5122 "homepage": "https://symfony.com",
5123 "keywords": [
5124 "compatibility",
5125 "mbstring",
5126 "polyfill",
5127 "portable",
5128 "shim"
5129 ],
5130 "support": {
5131 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
5132 },
5133 "funding": [
5134 {
5135 "url": "https://symfony.com/sponsor",
5136 "type": "custom"
5137 },
5138 {
5139 "url": "https://github.com/fabpot",
5140 "type": "github"
5141 },
5142 {
5143 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5144 "type": "tidelift"
5145 }
5146 ],
5147 "time": "2023-07-28T09:04:16+00:00"
5148 },
5149 {
5150 "name": "symfony/polyfill-php72",
5151 "version": "v1.28.0",
5152 "source": {
5153 "type": "git",
5154 "url": "https://github.com/symfony/polyfill-php72.git",
5155 "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
5156 },
5157 "dist": {
5158 "type": "zip",
5159 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
5160 "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
5161 "shasum": ""
5162 },
5163 "require": {
5164 "php": ">=7.1"
5165 },
5166 "type": "library",
5167 "extra": {
5168 "branch-alias": {
5169 "dev-main": "1.28-dev"
5170 },
5171 "thanks": {
5172 "name": "symfony/polyfill",
5173 "url": "https://github.com/symfony/polyfill"
5174 }
5175 },
5176 "autoload": {
5177 "files": [
5178 "bootstrap.php"
5179 ],
5180 "psr-4": {
5181 "Symfony\\Polyfill\\Php72\\": ""
5182 }
5183 },
5184 "notification-url": "https://packagist.org/downloads/",
5185 "license": [
5186 "MIT"
5187 ],
5188 "authors": [
5189 {
5190 "name": "Nicolas Grekas",
5191 "email": "p@tchwork.com"
5192 },
5193 {
5194 "name": "Symfony Community",
5195 "homepage": "https://symfony.com/contributors"
5196 }
5197 ],
5198 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
5199 "homepage": "https://symfony.com",
5200 "keywords": [
5201 "compatibility",
5202 "polyfill",
5203 "portable",
5204 "shim"
5205 ],
5206 "support": {
5207 "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
5208 },
5209 "funding": [
5210 {
5211 "url": "https://symfony.com/sponsor",
5212 "type": "custom"
5213 },
5214 {
5215 "url": "https://github.com/fabpot",
5216 "type": "github"
5217 },
5218 {
5219 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5220 "type": "tidelift"
5221 }
5222 ],
5223 "time": "2023-01-26T09:26:14+00:00"
5224 },
5225 {
5226 "name": "symfony/polyfill-php73",
5227 "version": "v1.28.0",
5228 "source": {
5229 "type": "git",
5230 "url": "https://github.com/symfony/polyfill-php73.git",
5231 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
5232 },
5233 "dist": {
5234 "type": "zip",
5235 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
5236 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
5237 "shasum": ""
5238 },
5239 "require": {
5240 "php": ">=7.1"
5241 },
5242 "type": "library",
5243 "extra": {
5244 "branch-alias": {
5245 "dev-main": "1.28-dev"
5246 },
5247 "thanks": {
5248 "name": "symfony/polyfill",
5249 "url": "https://github.com/symfony/polyfill"
5250 }
5251 },
5252 "autoload": {
5253 "files": [
5254 "bootstrap.php"
5255 ],
5256 "psr-4": {
5257 "Symfony\\Polyfill\\Php73\\": ""
5258 },
5259 "classmap": [
5260 "Resources/stubs"
5261 ]
5262 },
5263 "notification-url": "https://packagist.org/downloads/",
5264 "license": [
5265 "MIT"
5266 ],
5267 "authors": [
5268 {
5269 "name": "Nicolas Grekas",
5270 "email": "p@tchwork.com"
5271 },
5272 {
5273 "name": "Symfony Community",
5274 "homepage": "https://symfony.com/contributors"
5275 }
5276 ],
5277 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
5278 "homepage": "https://symfony.com",
5279 "keywords": [
5280 "compatibility",
5281 "polyfill",
5282 "portable",
5283 "shim"
5284 ],
5285 "support": {
5286 "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
5287 },
5288 "funding": [
5289 {
5290 "url": "https://symfony.com/sponsor",
5291 "type": "custom"
5292 },
5293 {
5294 "url": "https://github.com/fabpot",
5295 "type": "github"
5296 },
5297 {
5298 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5299 "type": "tidelift"
5300 }
5301 ],
5302 "time": "2023-01-26T09:26:14+00:00"
5303 },
5304 {
5305 "name": "symfony/polyfill-php80",
5306 "version": "v1.28.0",
5307 "source": {
5308 "type": "git",
5309 "url": "https://github.com/symfony/polyfill-php80.git",
5310 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
5311 },
5312 "dist": {
5313 "type": "zip",
5314 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
5315 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
5316 "shasum": ""
5317 },
5318 "require": {
5319 "php": ">=7.1"
5320 },
5321 "type": "library",
5322 "extra": {
5323 "branch-alias": {
5324 "dev-main": "1.28-dev"
5325 },
5326 "thanks": {
5327 "name": "symfony/polyfill",
5328 "url": "https://github.com/symfony/polyfill"
5329 }
5330 },
5331 "autoload": {
5332 "files": [
5333 "bootstrap.php"
5334 ],
5335 "psr-4": {
5336 "Symfony\\Polyfill\\Php80\\": ""
5337 },
5338 "classmap": [
5339 "Resources/stubs"
5340 ]
5341 },
5342 "notification-url": "https://packagist.org/downloads/",
5343 "license": [
5344 "MIT"
5345 ],
5346 "authors": [
5347 {
5348 "name": "Ion Bazan",
5349 "email": "ion.bazan@gmail.com"
5350 },
5351 {
5352 "name": "Nicolas Grekas",
5353 "email": "p@tchwork.com"
5354 },
5355 {
5356 "name": "Symfony Community",
5357 "homepage": "https://symfony.com/contributors"
5358 }
5359 ],
5360 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5361 "homepage": "https://symfony.com",
5362 "keywords": [
5363 "compatibility",
5364 "polyfill",
5365 "portable",
5366 "shim"
5367 ],
5368 "support": {
5369 "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
5370 },
5371 "funding": [
5372 {
5373 "url": "https://symfony.com/sponsor",
5374 "type": "custom"
5375 },
5376 {
5377 "url": "https://github.com/fabpot",
5378 "type": "github"
5379 },
5380 {
5381 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5382 "type": "tidelift"
5383 }
5384 ],
5385 "time": "2023-01-26T09:26:14+00:00"
5386 },
5387 {
5388 "name": "symfony/polyfill-php81",
5389 "version": "v1.28.0",
5390 "source": {
5391 "type": "git",
5392 "url": "https://github.com/symfony/polyfill-php81.git",
5393 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
5394 },
5395 "dist": {
5396 "type": "zip",
5397 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
5398 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
5399 "shasum": ""
5400 },
5401 "require": {
5402 "php": ">=7.1"
5403 },
5404 "type": "library",
5405 "extra": {
5406 "branch-alias": {
5407 "dev-main": "1.28-dev"
5408 },
5409 "thanks": {
5410 "name": "symfony/polyfill",
5411 "url": "https://github.com/symfony/polyfill"
5412 }
5413 },
5414 "autoload": {
5415 "files": [
5416 "bootstrap.php"
5417 ],
5418 "psr-4": {
5419 "Symfony\\Polyfill\\Php81\\": ""
5420 },
5421 "classmap": [
5422 "Resources/stubs"
5423 ]
5424 },
5425 "notification-url": "https://packagist.org/downloads/",
5426 "license": [
5427 "MIT"
5428 ],
5429 "authors": [
5430 {
5431 "name": "Nicolas Grekas",
5432 "email": "p@tchwork.com"
5433 },
5434 {
5435 "name": "Symfony Community",
5436 "homepage": "https://symfony.com/contributors"
5437 }
5438 ],
5439 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
5440 "homepage": "https://symfony.com",
5441 "keywords": [
5442 "compatibility",
5443 "polyfill",
5444 "portable",
5445 "shim"
5446 ],
5447 "support": {
5448 "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
5449 },
5450 "funding": [
5451 {
5452 "url": "https://symfony.com/sponsor",
5453 "type": "custom"
5454 },
5455 {
5456 "url": "https://github.com/fabpot",
5457 "type": "github"
5458 },
5459 {
5460 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5461 "type": "tidelift"
5462 }
5463 ],
5464 "time": "2023-01-26T09:26:14+00:00"
5465 },
5466 {
5467 "name": "symfony/process",
5468 "version": "v5.4.35",
5469 "source": {
5470 "type": "git",
5471 "url": "https://github.com/symfony/process.git",
5472 "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb"
5473 },
5474 "dist": {
5475 "type": "zip",
5476 "url": "https://api.github.com/repos/symfony/process/zipball/cbc28e34015ad50166fc2f9c8962d28d0fe861eb",
5477 "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb",
5478 "shasum": ""
5479 },
5480 "require": {
5481 "php": ">=7.2.5",
5482 "symfony/polyfill-php80": "^1.16"
5483 },
5484 "type": "library",
5485 "autoload": {
5486 "psr-4": {
5487 "Symfony\\Component\\Process\\": ""
5488 },
5489 "exclude-from-classmap": [
5490 "/Tests/"
5491 ]
5492 },
5493 "notification-url": "https://packagist.org/downloads/",
5494 "license": [
5495 "MIT"
5496 ],
5497 "authors": [
5498 {
5499 "name": "Fabien Potencier",
5500 "email": "fabien@symfony.com"
5501 },
5502 {
5503 "name": "Symfony Community",
5504 "homepage": "https://symfony.com/contributors"
5505 }
5506 ],
5507 "description": "Executes commands in sub-processes",
5508 "homepage": "https://symfony.com",
5509 "support": {
5510 "source": "https://github.com/symfony/process/tree/v5.4.35"
5511 },
5512 "funding": [
5513 {
5514 "url": "https://symfony.com/sponsor",
5515 "type": "custom"
5516 },
5517 {
5518 "url": "https://github.com/fabpot",
5519 "type": "github"
5520 },
5521 {
5522 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5523 "type": "tidelift"
5524 }
5525 ],
5526 "time": "2024-01-23T13:51:25+00:00"
5527 },
5528 {
5529 "name": "symfony/profiler-pack",
5530 "version": "v1.0.6",
5531 "source": {
5532 "type": "git",
5533 "url": "https://github.com/symfony/profiler-pack.git",
5534 "reference": "bcd6e80af9819454ac18594362e7875fd1d771c7"
5535 },
5536 "dist": {
5537 "type": "zip",
5538 "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/bcd6e80af9819454ac18594362e7875fd1d771c7",
5539 "reference": "bcd6e80af9819454ac18594362e7875fd1d771c7",
5540 "shasum": ""
5541 },
5542 "require": {
5543 "symfony/stopwatch": "*",
5544 "symfony/web-profiler-bundle": "*"
5545 },
5546 "require-dev": {
5547 "symfony/stopwatch": "*",
5548 "symfony/web-profiler-bundle": "*"
5549 },
5550 "type": "symfony-pack",
5551 "notification-url": "https://packagist.org/downloads/",
5552 "license": [
5553 "MIT"
5554 ],
5555 "description": "A pack for the Symfony web profiler",
5556 "support": {
5557 "issues": "https://github.com/symfony/profiler-pack/issues",
5558 "source": "https://github.com/symfony/profiler-pack/tree/v1.0.6"
5559 },
5560 "funding": [
5561 {
5562 "url": "https://symfony.com/sponsor",
5563 "type": "custom"
5564 },
5565 {
5566 "url": "https://github.com/fabpot",
5567 "type": "github"
5568 },
5569 {
5570 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5571 "type": "tidelift"
5572 }
5573 ],
5574 "time": "2021-08-20T17:27:58+00:00"
5575 },
5576 {
5577 "name": "symfony/property-access",
5578 "version": "v5.4.35",
5579 "source": {
5580 "type": "git",
5581 "url": "https://github.com/symfony/property-access.git",
5582 "reference": "f1341758d8046cfff0ac748a0cad238f917191d4"
5583 },
5584 "dist": {
5585 "type": "zip",
5586 "url": "https://api.github.com/repos/symfony/property-access/zipball/f1341758d8046cfff0ac748a0cad238f917191d4",
5587 "reference": "f1341758d8046cfff0ac748a0cad238f917191d4",
5588 "shasum": ""
5589 },
5590 "require": {
5591 "php": ">=7.2.5",
5592 "symfony/deprecation-contracts": "^2.1|^3",
5593 "symfony/polyfill-php80": "^1.16",
5594 "symfony/property-info": "^5.2|^6.0"
5595 },
5596 "require-dev": {
5597 "symfony/cache": "^4.4|^5.0|^6.0"
5598 },
5599 "suggest": {
5600 "psr/cache-implementation": "To cache access methods."
5601 },
5602 "type": "library",
5603 "autoload": {
5604 "psr-4": {
5605 "Symfony\\Component\\PropertyAccess\\": ""
5606 },
5607 "exclude-from-classmap": [
5608 "/Tests/"
5609 ]
5610 },
5611 "notification-url": "https://packagist.org/downloads/",
5612 "license": [
5613 "MIT"
5614 ],
5615 "authors": [
5616 {
5617 "name": "Fabien Potencier",
5618 "email": "fabien@symfony.com"
5619 },
5620 {
5621 "name": "Symfony Community",
5622 "homepage": "https://symfony.com/contributors"
5623 }
5624 ],
5625 "description": "Provides functions to read and write from/to an object or array using a simple string notation",
5626 "homepage": "https://symfony.com",
5627 "keywords": [
5628 "access",
5629 "array",
5630 "extraction",
5631 "index",
5632 "injection",
5633 "object",
5634 "property",
5635 "property-path",
5636 "reflection"
5637 ],
5638 "support": {
5639 "source": "https://github.com/symfony/property-access/tree/v5.4.35"
5640 },
5641 "funding": [
5642 {
5643 "url": "https://symfony.com/sponsor",
5644 "type": "custom"
5645 },
5646 {
5647 "url": "https://github.com/fabpot",
5648 "type": "github"
5649 },
5650 {
5651 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5652 "type": "tidelift"
5653 }
5654 ],
5655 "time": "2024-01-23T13:51:25+00:00"
5656 },
5657 {
5658 "name": "symfony/property-info",
5659 "version": "v5.4.35",
5660 "source": {
5661 "type": "git",
5662 "url": "https://github.com/symfony/property-info.git",
5663 "reference": "d30d48f366ad2bfbf521256be85eb1c182c29198"
5664 },
5665 "dist": {
5666 "type": "zip",
5667 "url": "https://api.github.com/repos/symfony/property-info/zipball/d30d48f366ad2bfbf521256be85eb1c182c29198",
5668 "reference": "d30d48f366ad2bfbf521256be85eb1c182c29198",
5669 "shasum": ""
5670 },
5671 "require": {
5672 "php": ">=7.2.5",
5673 "symfony/deprecation-contracts": "^2.1|^3",
5674 "symfony/polyfill-php80": "^1.16",
5675 "symfony/string": "^5.1|^6.0"
5676 },
5677 "conflict": {
5678 "phpdocumentor/reflection-docblock": "<3.2.2",
5679 "phpdocumentor/type-resolver": "<1.4.0",
5680 "symfony/dependency-injection": "<4.4"
5681 },
5682 "require-dev": {
5683 "doctrine/annotations": "^1.10.4|^2",
5684 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
5685 "phpstan/phpdoc-parser": "^1.0",
5686 "symfony/cache": "^4.4|^5.0|^6.0",
5687 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5688 "symfony/serializer": "^4.4|^5.0|^6.0"
5689 },
5690 "suggest": {
5691 "phpdocumentor/reflection-docblock": "To use the PHPDoc",
5692 "psr/cache-implementation": "To cache results",
5693 "symfony/doctrine-bridge": "To use Doctrine metadata",
5694 "symfony/serializer": "To use Serializer metadata"
5695 },
5696 "type": "library",
5697 "autoload": {
5698 "psr-4": {
5699 "Symfony\\Component\\PropertyInfo\\": ""
5700 },
5701 "exclude-from-classmap": [
5702 "/Tests/"
5703 ]
5704 },
5705 "notification-url": "https://packagist.org/downloads/",
5706 "license": [
5707 "MIT"
5708 ],
5709 "authors": [
5710 {
5711 "name": "KĆ©vin Dunglas",
5712 "email": "dunglas@gmail.com"
5713 },
5714 {
5715 "name": "Symfony Community",
5716 "homepage": "https://symfony.com/contributors"
5717 }
5718 ],
5719 "description": "Extracts information about PHP class' properties using metadata of popular sources",
5720 "homepage": "https://symfony.com",
5721 "keywords": [
5722 "doctrine",
5723 "phpdoc",
5724 "property",
5725 "symfony",
5726 "type",
5727 "validator"
5728 ],
5729 "support": {
5730 "source": "https://github.com/symfony/property-info/tree/v5.4.35"
5731 },
5732 "funding": [
5733 {
5734 "url": "https://symfony.com/sponsor",
5735 "type": "custom"
5736 },
5737 {
5738 "url": "https://github.com/fabpot",
5739 "type": "github"
5740 },
5741 {
5742 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5743 "type": "tidelift"
5744 }
5745 ],
5746 "time": "2024-01-23T15:43:50+00:00"
5747 },
5748 {
5749 "name": "symfony/routing",
5750 "version": "v5.4.35",
5751 "source": {
5752 "type": "git",
5753 "url": "https://github.com/symfony/routing.git",
5754 "reference": "86c5a06a61ddaf17efa1403542e3d7146af96203"
5755 },
5756 "dist": {
5757 "type": "zip",
5758 "url": "https://api.github.com/repos/symfony/routing/zipball/86c5a06a61ddaf17efa1403542e3d7146af96203",
5759 "reference": "86c5a06a61ddaf17efa1403542e3d7146af96203",
5760 "shasum": ""
5761 },
5762 "require": {
5763 "php": ">=7.2.5",
5764 "symfony/deprecation-contracts": "^2.1|^3",
5765 "symfony/polyfill-php80": "^1.16"
5766 },
5767 "conflict": {
5768 "doctrine/annotations": "<1.12",
5769 "symfony/config": "<5.3",
5770 "symfony/dependency-injection": "<4.4",
5771 "symfony/yaml": "<4.4"
5772 },
5773 "require-dev": {
5774 "doctrine/annotations": "^1.12|^2",
5775 "psr/log": "^1|^2|^3",
5776 "symfony/config": "^5.3|^6.0",
5777 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5778 "symfony/expression-language": "^4.4|^5.0|^6.0",
5779 "symfony/http-foundation": "^4.4|^5.0|^6.0",
5780 "symfony/yaml": "^4.4|^5.0|^6.0"
5781 },
5782 "suggest": {
5783 "symfony/config": "For using the all-in-one router or any loader",
5784 "symfony/expression-language": "For using expression matching",
5785 "symfony/http-foundation": "For using a Symfony Request object",
5786 "symfony/yaml": "For using the YAML loader"
5787 },
5788 "type": "library",
5789 "autoload": {
5790 "psr-4": {
5791 "Symfony\\Component\\Routing\\": ""
5792 },
5793 "exclude-from-classmap": [
5794 "/Tests/"
5795 ]
5796 },
5797 "notification-url": "https://packagist.org/downloads/",
5798 "license": [
5799 "MIT"
5800 ],
5801 "authors": [
5802 {
5803 "name": "Fabien Potencier",
5804 "email": "fabien@symfony.com"
5805 },
5806 {
5807 "name": "Symfony Community",
5808 "homepage": "https://symfony.com/contributors"
5809 }
5810 ],
5811 "description": "Maps an HTTP request to a set of configuration variables",
5812 "homepage": "https://symfony.com",
5813 "keywords": [
5814 "router",
5815 "routing",
5816 "uri",
5817 "url"
5818 ],
5819 "support": {
5820 "source": "https://github.com/symfony/routing/tree/v5.4.35"
5821 },
5822 "funding": [
5823 {
5824 "url": "https://symfony.com/sponsor",
5825 "type": "custom"
5826 },
5827 {
5828 "url": "https://github.com/fabpot",
5829 "type": "github"
5830 },
5831 {
5832 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5833 "type": "tidelift"
5834 }
5835 ],
5836 "time": "2024-01-30T13:10:15+00:00"
5837 },
5838 {
5839 "name": "symfony/runtime",
5840 "version": "v5.4.35",
5841 "source": {
5842 "type": "git",
5843 "url": "https://github.com/symfony/runtime.git",
5844 "reference": "a32a623d71fc0f699a2a196377b3b85c840bd39a"
5845 },
5846 "dist": {
5847 "type": "zip",
5848 "url": "https://api.github.com/repos/symfony/runtime/zipball/a32a623d71fc0f699a2a196377b3b85c840bd39a",
5849 "reference": "a32a623d71fc0f699a2a196377b3b85c840bd39a",
5850 "shasum": ""
5851 },
5852 "require": {
5853 "composer-plugin-api": "^1.0|^2.0",
5854 "php": ">=7.2.5",
5855 "symfony/polyfill-php80": "^1.15"
5856 },
5857 "conflict": {
5858 "symfony/dotenv": "<5.1"
5859 },
5860 "require-dev": {
5861 "composer/composer": "^1.0.2|^2.0",
5862 "symfony/console": "^4.4.30|^5.4.9|^6.0.9",
5863 "symfony/dotenv": "^5.1|^6.0",
5864 "symfony/http-foundation": "^4.4.30|^5.3.7|^6.0",
5865 "symfony/http-kernel": "^4.4.30|^5.3.7|^6.0"
5866 },
5867 "type": "composer-plugin",
5868 "extra": {
5869 "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
5870 },
5871 "autoload": {
5872 "psr-4": {
5873 "Symfony\\Component\\Runtime\\": "",
5874 "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
5875 },
5876 "exclude-from-classmap": [
5877 "/Tests/"
5878 ]
5879 },
5880 "notification-url": "https://packagist.org/downloads/",
5881 "license": [
5882 "MIT"
5883 ],
5884 "authors": [
5885 {
5886 "name": "Nicolas Grekas",
5887 "email": "p@tchwork.com"
5888 },
5889 {
5890 "name": "Symfony Community",
5891 "homepage": "https://symfony.com/contributors"
5892 }
5893 ],
5894 "description": "Enables decoupling PHP applications from global state",
5895 "homepage": "https://symfony.com",
5896 "keywords": [
5897 "runtime"
5898 ],
5899 "support": {
5900 "source": "https://github.com/symfony/runtime/tree/v5.4.35"
5901 },
5902 "funding": [
5903 {
5904 "url": "https://symfony.com/sponsor",
5905 "type": "custom"
5906 },
5907 {
5908 "url": "https://github.com/fabpot",
5909 "type": "github"
5910 },
5911 {
5912 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5913 "type": "tidelift"
5914 }
5915 ],
5916 "time": "2024-01-23T13:51:25+00:00"
5917 },
5918 {
5919 "name": "symfony/security-bundle",
5920 "version": "v5.4.35",
5921 "source": {
5922 "type": "git",
5923 "url": "https://github.com/symfony/security-bundle.git",
5924 "reference": "ed194715515a87d0f9c80b8696baf37ae18beb81"
5925 },
5926 "dist": {
5927 "type": "zip",
5928 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/ed194715515a87d0f9c80b8696baf37ae18beb81",
5929 "reference": "ed194715515a87d0f9c80b8696baf37ae18beb81",
5930 "shasum": ""
5931 },
5932 "require": {
5933 "ext-xml": "*",
5934 "php": ">=7.2.5",
5935 "symfony/config": "^4.4|^5.0|^6.0",
5936 "symfony/dependency-injection": "^5.3|^6.0",
5937 "symfony/deprecation-contracts": "^2.1|^3",
5938 "symfony/event-dispatcher": "^5.1|^6.0",
5939 "symfony/http-foundation": "^5.3|^6.0",
5940 "symfony/http-kernel": "^5.3|^6.0",
5941 "symfony/password-hasher": "^5.3|^6.0",
5942 "symfony/polyfill-php80": "^1.16",
5943 "symfony/security-core": "^5.4|^6.0",
5944 "symfony/security-csrf": "^4.4|^5.0|^6.0",
5945 "symfony/security-guard": "^5.3",
5946 "symfony/security-http": "^5.4.30|^6.3.6",
5947 "symfony/service-contracts": "^1.10|^2|^3"
5948 },
5949 "conflict": {
5950 "symfony/browser-kit": "<4.4",
5951 "symfony/console": "<4.4",
5952 "symfony/framework-bundle": "<4.4",
5953 "symfony/ldap": "<5.1",
5954 "symfony/twig-bundle": "<4.4"
5955 },
5956 "require-dev": {
5957 "doctrine/annotations": "^1.10.4|^2",
5958 "symfony/asset": "^4.4|^5.0|^6.0",
5959 "symfony/browser-kit": "^4.4|^5.0|^6.0",
5960 "symfony/console": "^4.4|^5.0|^6.0",
5961 "symfony/css-selector": "^4.4|^5.0|^6.0",
5962 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
5963 "symfony/expression-language": "^4.4|^5.0|^6.0",
5964 "symfony/form": "^4.4|^5.0|^6.0",
5965 "symfony/framework-bundle": "^5.3|^6.0",
5966 "symfony/ldap": "^5.3|^6.0",
5967 "symfony/process": "^4.4|^5.0|^6.0",
5968 "symfony/rate-limiter": "^5.2|^6.0",
5969 "symfony/serializer": "^4.4|^5.0|^6.0",
5970 "symfony/translation": "^4.4|^5.0|^6.0",
5971 "symfony/twig-bridge": "^4.4|^5.0|^6.0",
5972 "symfony/twig-bundle": "^4.4|^5.0|^6.0",
5973 "symfony/validator": "^4.4|^5.0|^6.0",
5974 "symfony/yaml": "^4.4|^5.0|^6.0",
5975 "twig/twig": "^2.13|^3.0.4"
5976 },
5977 "type": "symfony-bundle",
5978 "autoload": {
5979 "psr-4": {
5980 "Symfony\\Bundle\\SecurityBundle\\": ""
5981 },
5982 "exclude-from-classmap": [
5983 "/Tests/"
5984 ]
5985 },
5986 "notification-url": "https://packagist.org/downloads/",
5987 "license": [
5988 "MIT"
5989 ],
5990 "authors": [
5991 {
5992 "name": "Fabien Potencier",
5993 "email": "fabien@symfony.com"
5994 },
5995 {
5996 "name": "Symfony Community",
5997 "homepage": "https://symfony.com/contributors"
5998 }
5999 ],
6000 "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
6001 "homepage": "https://symfony.com",
6002 "support": {
6003 "source": "https://github.com/symfony/security-bundle/tree/v5.4.35"
6004 },
6005 "funding": [
6006 {
6007 "url": "https://symfony.com/sponsor",
6008 "type": "custom"
6009 },
6010 {
6011 "url": "https://github.com/fabpot",
6012 "type": "github"
6013 },
6014 {
6015 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6016 "type": "tidelift"
6017 }
6018 ],
6019 "time": "2024-01-23T13:51:25+00:00"
6020 },
6021 {
6022 "name": "symfony/security-core",
6023 "version": "v5.4.35",
6024 "source": {
6025 "type": "git",
6026 "url": "https://github.com/symfony/security-core.git",
6027 "reference": "3cbacefb2a350ed39950f93c8a054c2eb625fb69"
6028 },
6029 "dist": {
6030 "type": "zip",
6031 "url": "https://api.github.com/repos/symfony/security-core/zipball/3cbacefb2a350ed39950f93c8a054c2eb625fb69",
6032 "reference": "3cbacefb2a350ed39950f93c8a054c2eb625fb69",
6033 "shasum": ""
6034 },
6035 "require": {
6036 "php": ">=7.2.5",
6037 "symfony/deprecation-contracts": "^2.1|^3",
6038 "symfony/event-dispatcher-contracts": "^1.1|^2|^3",
6039 "symfony/password-hasher": "^5.3|^6.0",
6040 "symfony/polyfill-php80": "^1.16",
6041 "symfony/service-contracts": "^1.1.6|^2|^3"
6042 },
6043 "conflict": {
6044 "symfony/event-dispatcher": "<4.4",
6045 "symfony/http-foundation": "<5.3",
6046 "symfony/ldap": "<4.4",
6047 "symfony/security-guard": "<4.4",
6048 "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3",
6049 "symfony/validator": "<5.2"
6050 },
6051 "require-dev": {
6052 "psr/cache": "^1.0|^2.0|^3.0",
6053 "psr/container": "^1.0|^2.0",
6054 "psr/log": "^1|^2|^3",
6055 "symfony/cache": "^4.4|^5.0|^6.0",
6056 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
6057 "symfony/expression-language": "^4.4|^5.0|^6.0",
6058 "symfony/http-foundation": "^5.3|^6.0",
6059 "symfony/ldap": "^4.4|^5.0|^6.0",
6060 "symfony/translation": "^5.4.35|~6.3.12|^6.4.3",
6061 "symfony/validator": "^5.2|^6.0"
6062 },
6063 "suggest": {
6064 "psr/container-implementation": "To instantiate the Security class",
6065 "symfony/event-dispatcher": "",
6066 "symfony/expression-language": "For using the expression voter",
6067 "symfony/http-foundation": "",
6068 "symfony/ldap": "For using LDAP integration",
6069 "symfony/validator": "For using the user password constraint"
6070 },
6071 "type": "library",
6072 "autoload": {
6073 "psr-4": {
6074 "Symfony\\Component\\Security\\Core\\": ""
6075 },
6076 "exclude-from-classmap": [
6077 "/Tests/"
6078 ]
6079 },
6080 "notification-url": "https://packagist.org/downloads/",
6081 "license": [
6082 "MIT"
6083 ],
6084 "authors": [
6085 {
6086 "name": "Fabien Potencier",
6087 "email": "fabien@symfony.com"
6088 },
6089 {
6090 "name": "Symfony Community",
6091 "homepage": "https://symfony.com/contributors"
6092 }
6093 ],
6094 "description": "Symfony Security Component - Core Library",
6095 "homepage": "https://symfony.com",
6096 "support": {
6097 "source": "https://github.com/symfony/security-core/tree/v5.4.35"
6098 },
6099 "funding": [
6100 {
6101 "url": "https://symfony.com/sponsor",
6102 "type": "custom"
6103 },
6104 {
6105 "url": "https://github.com/fabpot",
6106 "type": "github"
6107 },
6108 {
6109 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6110 "type": "tidelift"
6111 }
6112 ],
6113 "time": "2024-01-23T13:51:25+00:00"
6114 },
6115 {
6116 "name": "symfony/security-csrf",
6117 "version": "v5.4.35",
6118 "source": {
6119 "type": "git",
6120 "url": "https://github.com/symfony/security-csrf.git",
6121 "reference": "6728ed79d7f9aae3b86fca7ea554f1c46bae1e0b"
6122 },
6123 "dist": {
6124 "type": "zip",
6125 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/6728ed79d7f9aae3b86fca7ea554f1c46bae1e0b",
6126 "reference": "6728ed79d7f9aae3b86fca7ea554f1c46bae1e0b",
6127 "shasum": ""
6128 },
6129 "require": {
6130 "php": ">=7.2.5",
6131 "symfony/deprecation-contracts": "^2.1|^3",
6132 "symfony/polyfill-php80": "^1.16",
6133 "symfony/security-core": "^4.4|^5.0|^6.0"
6134 },
6135 "conflict": {
6136 "symfony/http-foundation": "<5.3"
6137 },
6138 "require-dev": {
6139 "symfony/http-foundation": "^5.3|^6.0"
6140 },
6141 "suggest": {
6142 "symfony/http-foundation": "For using the class SessionTokenStorage."
6143 },
6144 "type": "library",
6145 "autoload": {
6146 "psr-4": {
6147 "Symfony\\Component\\Security\\Csrf\\": ""
6148 },
6149 "exclude-from-classmap": [
6150 "/Tests/"
6151 ]
6152 },
6153 "notification-url": "https://packagist.org/downloads/",
6154 "license": [
6155 "MIT"
6156 ],
6157 "authors": [
6158 {
6159 "name": "Fabien Potencier",
6160 "email": "fabien@symfony.com"
6161 },
6162 {
6163 "name": "Symfony Community",
6164 "homepage": "https://symfony.com/contributors"
6165 }
6166 ],
6167 "description": "Symfony Security Component - CSRF Library",
6168 "homepage": "https://symfony.com",
6169 "support": {
6170 "source": "https://github.com/symfony/security-csrf/tree/v5.4.35"
6171 },
6172 "funding": [
6173 {
6174 "url": "https://symfony.com/sponsor",
6175 "type": "custom"
6176 },
6177 {
6178 "url": "https://github.com/fabpot",
6179 "type": "github"
6180 },
6181 {
6182 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6183 "type": "tidelift"
6184 }
6185 ],
6186 "time": "2024-01-23T13:51:25+00:00"
6187 },
6188 {
6189 "name": "symfony/security-guard",
6190 "version": "v5.4.35",
6191 "source": {
6192 "type": "git",
6193 "url": "https://github.com/symfony/security-guard.git",
6194 "reference": "b6fb8c88f7cd544db761de2d1c3618cbc5c1b9e7"
6195 },
6196 "dist": {
6197 "type": "zip",
6198 "url": "https://api.github.com/repos/symfony/security-guard/zipball/b6fb8c88f7cd544db761de2d1c3618cbc5c1b9e7",
6199 "reference": "b6fb8c88f7cd544db761de2d1c3618cbc5c1b9e7",
6200 "shasum": ""
6201 },
6202 "require": {
6203 "php": ">=7.2.5",
6204 "symfony/deprecation-contracts": "^2.1|^3",
6205 "symfony/polyfill-php80": "^1.15",
6206 "symfony/security-core": "^5.0",
6207 "symfony/security-http": "^5.3"
6208 },
6209 "require-dev": {
6210 "psr/log": "^1|^2|^3"
6211 },
6212 "type": "library",
6213 "autoload": {
6214 "psr-4": {
6215 "Symfony\\Component\\Security\\Guard\\": ""
6216 },
6217 "exclude-from-classmap": [
6218 "/Tests/"
6219 ]
6220 },
6221 "notification-url": "https://packagist.org/downloads/",
6222 "license": [
6223 "MIT"
6224 ],
6225 "authors": [
6226 {
6227 "name": "Fabien Potencier",
6228 "email": "fabien@symfony.com"
6229 },
6230 {
6231 "name": "Symfony Community",
6232 "homepage": "https://symfony.com/contributors"
6233 }
6234 ],
6235 "description": "Symfony Security Component - Guard",
6236 "homepage": "https://symfony.com",
6237 "support": {
6238 "source": "https://github.com/symfony/security-guard/tree/v5.4.35"
6239 },
6240 "funding": [
6241 {
6242 "url": "https://symfony.com/sponsor",
6243 "type": "custom"
6244 },
6245 {
6246 "url": "https://github.com/fabpot",
6247 "type": "github"
6248 },
6249 {
6250 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6251 "type": "tidelift"
6252 }
6253 ],
6254 "time": "2024-01-23T13:51:25+00:00"
6255 },
6256 {
6257 "name": "symfony/security-http",
6258 "version": "v5.4.35",
6259 "source": {
6260 "type": "git",
6261 "url": "https://github.com/symfony/security-http.git",
6262 "reference": "274a6aef49a0e1707bcb57217251885be749b6d8"
6263 },
6264 "dist": {
6265 "type": "zip",
6266 "url": "https://api.github.com/repos/symfony/security-http/zipball/274a6aef49a0e1707bcb57217251885be749b6d8",
6267 "reference": "274a6aef49a0e1707bcb57217251885be749b6d8",
6268 "shasum": ""
6269 },
6270 "require": {
6271 "php": ">=7.2.5",
6272 "symfony/deprecation-contracts": "^2.1|^3",
6273 "symfony/http-foundation": "^5.3|^6.0",
6274 "symfony/http-kernel": "^5.3|^6.0",
6275 "symfony/polyfill-mbstring": "~1.0",
6276 "symfony/polyfill-php80": "^1.16",
6277 "symfony/property-access": "^4.4|^5.0|^6.0",
6278 "symfony/security-core": "^5.4.19|~6.0.19|~6.1.11|^6.2.5",
6279 "symfony/service-contracts": "^1.10|^2|^3"
6280 },
6281 "conflict": {
6282 "symfony/event-dispatcher": "<4.3",
6283 "symfony/security-bundle": "<5.3",
6284 "symfony/security-csrf": "<4.4"
6285 },
6286 "require-dev": {
6287 "psr/log": "^1|^2|^3",
6288 "symfony/cache": "^4.4|^5.0|^6.0",
6289 "symfony/rate-limiter": "^5.2|^6.0",
6290 "symfony/routing": "^4.4|^5.0|^6.0",
6291 "symfony/security-csrf": "^4.4|^5.0|^6.0",
6292 "symfony/translation": "^4.4|^5.0|^6.0"
6293 },
6294 "suggest": {
6295 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
6296 "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
6297 },
6298 "type": "library",
6299 "autoload": {
6300 "psr-4": {
6301 "Symfony\\Component\\Security\\Http\\": ""
6302 },
6303 "exclude-from-classmap": [
6304 "/Tests/"
6305 ]
6306 },
6307 "notification-url": "https://packagist.org/downloads/",
6308 "license": [
6309 "MIT"
6310 ],
6311 "authors": [
6312 {
6313 "name": "Fabien Potencier",
6314 "email": "fabien@symfony.com"
6315 },
6316 {
6317 "name": "Symfony Community",
6318 "homepage": "https://symfony.com/contributors"
6319 }
6320 ],
6321 "description": "Symfony Security Component - HTTP Integration",
6322 "homepage": "https://symfony.com",
6323 "support": {
6324 "source": "https://github.com/symfony/security-http/tree/v5.4.35"
6325 },
6326 "funding": [
6327 {
6328 "url": "https://symfony.com/sponsor",
6329 "type": "custom"
6330 },
6331 {
6332 "url": "https://github.com/fabpot",
6333 "type": "github"
6334 },
6335 {
6336 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6337 "type": "tidelift"
6338 }
6339 ],
6340 "time": "2024-01-23T13:51:25+00:00"
6341 },
6342 {
6343 "name": "symfony/service-contracts",
6344 "version": "v2.5.2",
6345 "source": {
6346 "type": "git",
6347 "url": "https://github.com/symfony/service-contracts.git",
6348 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
6349 },
6350 "dist": {
6351 "type": "zip",
6352 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
6353 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
6354 "shasum": ""
6355 },
6356 "require": {
6357 "php": ">=7.2.5",
6358 "psr/container": "^1.1",
6359 "symfony/deprecation-contracts": "^2.1|^3"
6360 },
6361 "conflict": {
6362 "ext-psr": "<1.1|>=2"
6363 },
6364 "suggest": {
6365 "symfony/service-implementation": ""
6366 },
6367 "type": "library",
6368 "extra": {
6369 "branch-alias": {
6370 "dev-main": "2.5-dev"
6371 },
6372 "thanks": {
6373 "name": "symfony/contracts",
6374 "url": "https://github.com/symfony/contracts"
6375 }
6376 },
6377 "autoload": {
6378 "psr-4": {
6379 "Symfony\\Contracts\\Service\\": ""
6380 }
6381 },
6382 "notification-url": "https://packagist.org/downloads/",
6383 "license": [
6384 "MIT"
6385 ],
6386 "authors": [
6387 {
6388 "name": "Nicolas Grekas",
6389 "email": "p@tchwork.com"
6390 },
6391 {
6392 "name": "Symfony Community",
6393 "homepage": "https://symfony.com/contributors"
6394 }
6395 ],
6396 "description": "Generic abstractions related to writing services",
6397 "homepage": "https://symfony.com",
6398 "keywords": [
6399 "abstractions",
6400 "contracts",
6401 "decoupling",
6402 "interfaces",
6403 "interoperability",
6404 "standards"
6405 ],
6406 "support": {
6407 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
6408 },
6409 "funding": [
6410 {
6411 "url": "https://symfony.com/sponsor",
6412 "type": "custom"
6413 },
6414 {
6415 "url": "https://github.com/fabpot",
6416 "type": "github"
6417 },
6418 {
6419 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6420 "type": "tidelift"
6421 }
6422 ],
6423 "time": "2022-05-30T19:17:29+00:00"
6424 },
6425 {
6426 "name": "symfony/stopwatch",
6427 "version": "v5.4.35",
6428 "source": {
6429 "type": "git",
6430 "url": "https://github.com/symfony/stopwatch.git",
6431 "reference": "887762aa99ff16f65dc8b48aafead415f942d407"
6432 },
6433 "dist": {
6434 "type": "zip",
6435 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/887762aa99ff16f65dc8b48aafead415f942d407",
6436 "reference": "887762aa99ff16f65dc8b48aafead415f942d407",
6437 "shasum": ""
6438 },
6439 "require": {
6440 "php": ">=7.2.5",
6441 "symfony/service-contracts": "^1|^2|^3"
6442 },
6443 "type": "library",
6444 "autoload": {
6445 "psr-4": {
6446 "Symfony\\Component\\Stopwatch\\": ""
6447 },
6448 "exclude-from-classmap": [
6449 "/Tests/"
6450 ]
6451 },
6452 "notification-url": "https://packagist.org/downloads/",
6453 "license": [
6454 "MIT"
6455 ],
6456 "authors": [
6457 {
6458 "name": "Fabien Potencier",
6459 "email": "fabien@symfony.com"
6460 },
6461 {
6462 "name": "Symfony Community",
6463 "homepage": "https://symfony.com/contributors"
6464 }
6465 ],
6466 "description": "Provides a way to profile code",
6467 "homepage": "https://symfony.com",
6468 "support": {
6469 "source": "https://github.com/symfony/stopwatch/tree/v5.4.35"
6470 },
6471 "funding": [
6472 {
6473 "url": "https://symfony.com/sponsor",
6474 "type": "custom"
6475 },
6476 {
6477 "url": "https://github.com/fabpot",
6478 "type": "github"
6479 },
6480 {
6481 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6482 "type": "tidelift"
6483 }
6484 ],
6485 "time": "2024-01-23T13:51:25+00:00"
6486 },
6487 {
6488 "name": "symfony/string",
6489 "version": "v5.4.35",
6490 "source": {
6491 "type": "git",
6492 "url": "https://github.com/symfony/string.git",
6493 "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2"
6494 },
6495 "dist": {
6496 "type": "zip",
6497 "url": "https://api.github.com/repos/symfony/string/zipball/c209c4d0559acce1c9a2067612cfb5d35756edc2",
6498 "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2",
6499 "shasum": ""
6500 },
6501 "require": {
6502 "php": ">=7.2.5",
6503 "symfony/polyfill-ctype": "~1.8",
6504 "symfony/polyfill-intl-grapheme": "~1.0",
6505 "symfony/polyfill-intl-normalizer": "~1.0",
6506 "symfony/polyfill-mbstring": "~1.0",
6507 "symfony/polyfill-php80": "~1.15"
6508 },
6509 "conflict": {
6510 "symfony/translation-contracts": ">=3.0"
6511 },
6512 "require-dev": {
6513 "symfony/error-handler": "^4.4|^5.0|^6.0",
6514 "symfony/http-client": "^4.4|^5.0|^6.0",
6515 "symfony/translation-contracts": "^1.1|^2",
6516 "symfony/var-exporter": "^4.4|^5.0|^6.0"
6517 },
6518 "type": "library",
6519 "autoload": {
6520 "files": [
6521 "Resources/functions.php"
6522 ],
6523 "psr-4": {
6524 "Symfony\\Component\\String\\": ""
6525 },
6526 "exclude-from-classmap": [
6527 "/Tests/"
6528 ]
6529 },
6530 "notification-url": "https://packagist.org/downloads/",
6531 "license": [
6532 "MIT"
6533 ],
6534 "authors": [
6535 {
6536 "name": "Nicolas Grekas",
6537 "email": "p@tchwork.com"
6538 },
6539 {
6540 "name": "Symfony Community",
6541 "homepage": "https://symfony.com/contributors"
6542 }
6543 ],
6544 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6545 "homepage": "https://symfony.com",
6546 "keywords": [
6547 "grapheme",
6548 "i18n",
6549 "string",
6550 "unicode",
6551 "utf-8",
6552 "utf8"
6553 ],
6554 "support": {
6555 "source": "https://github.com/symfony/string/tree/v5.4.35"
6556 },
6557 "funding": [
6558 {
6559 "url": "https://symfony.com/sponsor",
6560 "type": "custom"
6561 },
6562 {
6563 "url": "https://github.com/fabpot",
6564 "type": "github"
6565 },
6566 {
6567 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6568 "type": "tidelift"
6569 }
6570 ],
6571 "time": "2024-01-23T13:51:25+00:00"
6572 },
6573 {
6574 "name": "symfony/translation",
6575 "version": "v5.4.35",
6576 "source": {
6577 "type": "git",
6578 "url": "https://github.com/symfony/translation.git",
6579 "reference": "77d7d1e46f52827585e65e6cd6f52a2542e59c72"
6580 },
6581 "dist": {
6582 "type": "zip",
6583 "url": "https://api.github.com/repos/symfony/translation/zipball/77d7d1e46f52827585e65e6cd6f52a2542e59c72",
6584 "reference": "77d7d1e46f52827585e65e6cd6f52a2542e59c72",
6585 "shasum": ""
6586 },
6587 "require": {
6588 "php": ">=7.2.5",
6589 "symfony/deprecation-contracts": "^2.1|^3",
6590 "symfony/polyfill-mbstring": "~1.0",
6591 "symfony/polyfill-php80": "^1.16",
6592 "symfony/translation-contracts": "^2.3"
6593 },
6594 "conflict": {
6595 "symfony/config": "<4.4",
6596 "symfony/console": "<5.3",
6597 "symfony/dependency-injection": "<5.0",
6598 "symfony/http-kernel": "<5.0",
6599 "symfony/twig-bundle": "<5.0",
6600 "symfony/yaml": "<4.4"
6601 },
6602 "provide": {
6603 "symfony/translation-implementation": "2.3"
6604 },
6605 "require-dev": {
6606 "psr/log": "^1|^2|^3",
6607 "symfony/config": "^4.4|^5.0|^6.0",
6608 "symfony/console": "^5.4|^6.0",
6609 "symfony/dependency-injection": "^5.0|^6.0",
6610 "symfony/finder": "^4.4|^5.0|^6.0",
6611 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
6612 "symfony/http-kernel": "^5.0|^6.0",
6613 "symfony/intl": "^4.4|^5.0|^6.0",
6614 "symfony/polyfill-intl-icu": "^1.21",
6615 "symfony/service-contracts": "^1.1.2|^2|^3",
6616 "symfony/yaml": "^4.4|^5.0|^6.0"
6617 },
6618 "suggest": {
6619 "psr/log-implementation": "To use logging capability in translator",
6620 "symfony/config": "",
6621 "symfony/yaml": ""
6622 },
6623 "type": "library",
6624 "autoload": {
6625 "files": [
6626 "Resources/functions.php"
6627 ],
6628 "psr-4": {
6629 "Symfony\\Component\\Translation\\": ""
6630 },
6631 "exclude-from-classmap": [
6632 "/Tests/"
6633 ]
6634 },
6635 "notification-url": "https://packagist.org/downloads/",
6636 "license": [
6637 "MIT"
6638 ],
6639 "authors": [
6640 {
6641 "name": "Fabien Potencier",
6642 "email": "fabien@symfony.com"
6643 },
6644 {
6645 "name": "Symfony Community",
6646 "homepage": "https://symfony.com/contributors"
6647 }
6648 ],
6649 "description": "Provides tools to internationalize your application",
6650 "homepage": "https://symfony.com",
6651 "support": {
6652 "source": "https://github.com/symfony/translation/tree/v5.4.35"
6653 },
6654 "funding": [
6655 {
6656 "url": "https://symfony.com/sponsor",
6657 "type": "custom"
6658 },
6659 {
6660 "url": "https://github.com/fabpot",
6661 "type": "github"
6662 },
6663 {
6664 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6665 "type": "tidelift"
6666 }
6667 ],
6668 "time": "2024-01-23T13:51:25+00:00"
6669 },
6670 {
6671 "name": "symfony/translation-contracts",
6672 "version": "v2.5.2",
6673 "source": {
6674 "type": "git",
6675 "url": "https://github.com/symfony/translation-contracts.git",
6676 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
6677 },
6678 "dist": {
6679 "type": "zip",
6680 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
6681 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
6682 "shasum": ""
6683 },
6684 "require": {
6685 "php": ">=7.2.5"
6686 },
6687 "suggest": {
6688 "symfony/translation-implementation": ""
6689 },
6690 "type": "library",
6691 "extra": {
6692 "branch-alias": {
6693 "dev-main": "2.5-dev"
6694 },
6695 "thanks": {
6696 "name": "symfony/contracts",
6697 "url": "https://github.com/symfony/contracts"
6698 }
6699 },
6700 "autoload": {
6701 "psr-4": {
6702 "Symfony\\Contracts\\Translation\\": ""
6703 }
6704 },
6705 "notification-url": "https://packagist.org/downloads/",
6706 "license": [
6707 "MIT"
6708 ],
6709 "authors": [
6710 {
6711 "name": "Nicolas Grekas",
6712 "email": "p@tchwork.com"
6713 },
6714 {
6715 "name": "Symfony Community",
6716 "homepage": "https://symfony.com/contributors"
6717 }
6718 ],
6719 "description": "Generic abstractions related to translation",
6720 "homepage": "https://symfony.com",
6721 "keywords": [
6722 "abstractions",
6723 "contracts",
6724 "decoupling",
6725 "interfaces",
6726 "interoperability",
6727 "standards"
6728 ],
6729 "support": {
6730 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
6731 },
6732 "funding": [
6733 {
6734 "url": "https://symfony.com/sponsor",
6735 "type": "custom"
6736 },
6737 {
6738 "url": "https://github.com/fabpot",
6739 "type": "github"
6740 },
6741 {
6742 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6743 "type": "tidelift"
6744 }
6745 ],
6746 "time": "2022-06-27T16:58:25+00:00"
6747 },
6748 {
6749 "name": "symfony/twig-bridge",
6750 "version": "v5.4.35",
6751 "source": {
6752 "type": "git",
6753 "url": "https://github.com/symfony/twig-bridge.git",
6754 "reference": "e6ae362b7c4f1d6e99f61f59b0c93b9f027b4c73"
6755 },
6756 "dist": {
6757 "type": "zip",
6758 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e6ae362b7c4f1d6e99f61f59b0c93b9f027b4c73",
6759 "reference": "e6ae362b7c4f1d6e99f61f59b0c93b9f027b4c73",
6760 "shasum": ""
6761 },
6762 "require": {
6763 "php": ">=7.2.5",
6764 "symfony/polyfill-php80": "^1.16",
6765 "symfony/translation-contracts": "^1.1|^2|^3",
6766 "twig/twig": "^2.13|^3.0.4"
6767 },
6768 "conflict": {
6769 "phpdocumentor/reflection-docblock": "<3.2.2",
6770 "phpdocumentor/type-resolver": "<1.4.0",
6771 "symfony/console": "<5.3",
6772 "symfony/form": "<5.4.21|>=6,<6.2.7",
6773 "symfony/http-foundation": "<5.3",
6774 "symfony/http-kernel": "<4.4",
6775 "symfony/translation": "<5.2",
6776 "symfony/workflow": "<5.2"
6777 },
6778 "require-dev": {
6779 "doctrine/annotations": "^1.12|^2",
6780 "egulias/email-validator": "^2.1.10|^3|^4",
6781 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6782 "symfony/asset": "^4.4|^5.0|^6.0",
6783 "symfony/console": "^5.3|^6.0",
6784 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
6785 "symfony/expression-language": "^4.4|^5.0|^6.0",
6786 "symfony/finder": "^4.4|^5.0|^6.0",
6787 "symfony/form": "^5.4.21|^6.2.7",
6788 "symfony/http-foundation": "^5.3|^6.0",
6789 "symfony/http-kernel": "^4.4|^5.0|^6.0",
6790 "symfony/intl": "^4.4|^5.0|^6.0",
6791 "symfony/mime": "^5.2|^6.0",
6792 "symfony/polyfill-intl-icu": "~1.0",
6793 "symfony/property-info": "^4.4|^5.1|^6.0",
6794 "symfony/routing": "^4.4|^5.0|^6.0",
6795 "symfony/security-acl": "^2.8|^3.0",
6796 "symfony/security-core": "^4.4|^5.0|^6.0",
6797 "symfony/security-csrf": "^4.4|^5.0|^6.0",
6798 "symfony/security-http": "^4.4|^5.0|^6.0",
6799 "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3",
6800 "symfony/stopwatch": "^4.4|^5.0|^6.0",
6801 "symfony/translation": "^5.2|^6.0",
6802 "symfony/web-link": "^4.4|^5.0|^6.0",
6803 "symfony/workflow": "^5.2|^6.0",
6804 "symfony/yaml": "^4.4|^5.0|^6.0",
6805 "twig/cssinliner-extra": "^2.12|^3",
6806 "twig/inky-extra": "^2.12|^3",
6807 "twig/markdown-extra": "^2.12|^3"
6808 },
6809 "suggest": {
6810 "symfony/asset": "For using the AssetExtension",
6811 "symfony/expression-language": "For using the ExpressionExtension",
6812 "symfony/finder": "",
6813 "symfony/form": "For using the FormExtension",
6814 "symfony/http-kernel": "For using the HttpKernelExtension",
6815 "symfony/routing": "For using the RoutingExtension",
6816 "symfony/security-core": "For using the SecurityExtension",
6817 "symfony/security-csrf": "For using the CsrfExtension",
6818 "symfony/security-http": "For using the LogoutUrlExtension",
6819 "symfony/stopwatch": "For using the StopwatchExtension",
6820 "symfony/translation": "For using the TranslationExtension",
6821 "symfony/var-dumper": "For using the DumpExtension",
6822 "symfony/web-link": "For using the WebLinkExtension",
6823 "symfony/yaml": "For using the YamlExtension"
6824 },
6825 "type": "symfony-bridge",
6826 "autoload": {
6827 "psr-4": {
6828 "Symfony\\Bridge\\Twig\\": ""
6829 },
6830 "exclude-from-classmap": [
6831 "/Tests/"
6832 ]
6833 },
6834 "notification-url": "https://packagist.org/downloads/",
6835 "license": [
6836 "MIT"
6837 ],
6838 "authors": [
6839 {
6840 "name": "Fabien Potencier",
6841 "email": "fabien@symfony.com"
6842 },
6843 {
6844 "name": "Symfony Community",
6845 "homepage": "https://symfony.com/contributors"
6846 }
6847 ],
6848 "description": "Provides integration for Twig with various Symfony components",
6849 "homepage": "https://symfony.com",
6850 "support": {
6851 "source": "https://github.com/symfony/twig-bridge/tree/v5.4.35"
6852 },
6853 "funding": [
6854 {
6855 "url": "https://symfony.com/sponsor",
6856 "type": "custom"
6857 },
6858 {
6859 "url": "https://github.com/fabpot",
6860 "type": "github"
6861 },
6862 {
6863 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6864 "type": "tidelift"
6865 }
6866 ],
6867 "time": "2024-01-30T08:00:51+00:00"
6868 },
6869 {
6870 "name": "symfony/twig-bundle",
6871 "version": "v5.4.35",
6872 "source": {
6873 "type": "git",
6874 "url": "https://github.com/symfony/twig-bundle.git",
6875 "reference": "f59b91e23c7c790e71a187c3fa4aefdc5391d682"
6876 },
6877 "dist": {
6878 "type": "zip",
6879 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/f59b91e23c7c790e71a187c3fa4aefdc5391d682",
6880 "reference": "f59b91e23c7c790e71a187c3fa4aefdc5391d682",
6881 "shasum": ""
6882 },
6883 "require": {
6884 "php": ">=7.2.5",
6885 "symfony/config": "^4.4|^5.0|^6.0",
6886 "symfony/deprecation-contracts": "^2.1|^3",
6887 "symfony/http-foundation": "^4.4|^5.0|^6.0",
6888 "symfony/http-kernel": "^5.0|^6.0",
6889 "symfony/polyfill-ctype": "~1.8",
6890 "symfony/polyfill-php80": "^1.16",
6891 "symfony/twig-bridge": "^5.3|^6.0",
6892 "twig/twig": "^2.13|^3.0.4"
6893 },
6894 "conflict": {
6895 "symfony/dependency-injection": "<5.3",
6896 "symfony/framework-bundle": "<5.0",
6897 "symfony/service-contracts": ">=3.0",
6898 "symfony/translation": "<5.0"
6899 },
6900 "require-dev": {
6901 "doctrine/annotations": "^1.10.4|^2",
6902 "doctrine/cache": "^1.0|^2.0",
6903 "symfony/asset": "^4.4|^5.0|^6.0",
6904 "symfony/dependency-injection": "^5.3|^6.0",
6905 "symfony/expression-language": "^4.4|^5.0|^6.0",
6906 "symfony/finder": "^4.4|^5.0|^6.0",
6907 "symfony/form": "^4.4|^5.0|^6.0",
6908 "symfony/framework-bundle": "^5.0|^6.0",
6909 "symfony/routing": "^4.4|^5.0|^6.0",
6910 "symfony/stopwatch": "^4.4|^5.0|^6.0",
6911 "symfony/translation": "^5.0|^6.0",
6912 "symfony/web-link": "^4.4|^5.0|^6.0",
6913 "symfony/yaml": "^4.4|^5.0|^6.0"
6914 },
6915 "type": "symfony-bundle",
6916 "autoload": {
6917 "psr-4": {
6918 "Symfony\\Bundle\\TwigBundle\\": ""
6919 },
6920 "exclude-from-classmap": [
6921 "/Tests/"
6922 ]
6923 },
6924 "notification-url": "https://packagist.org/downloads/",
6925 "license": [
6926 "MIT"
6927 ],
6928 "authors": [
6929 {
6930 "name": "Fabien Potencier",
6931 "email": "fabien@symfony.com"
6932 },
6933 {
6934 "name": "Symfony Community",
6935 "homepage": "https://symfony.com/contributors"
6936 }
6937 ],
6938 "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
6939 "homepage": "https://symfony.com",
6940 "support": {
6941 "source": "https://github.com/symfony/twig-bundle/tree/v5.4.35"
6942 },
6943 "funding": [
6944 {
6945 "url": "https://symfony.com/sponsor",
6946 "type": "custom"
6947 },
6948 {
6949 "url": "https://github.com/fabpot",
6950 "type": "github"
6951 },
6952 {
6953 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6954 "type": "tidelift"
6955 }
6956 ],
6957 "time": "2024-01-23T13:51:25+00:00"
6958 },
6959 {
6960 "name": "symfony/validator",
6961 "version": "v5.4.35",
6962 "source": {
6963 "type": "git",
6964 "url": "https://github.com/symfony/validator.git",
6965 "reference": "4993e9b5b17e23e7ad9dc2e3b31412f5c4679385"
6966 },
6967 "dist": {
6968 "type": "zip",
6969 "url": "https://api.github.com/repos/symfony/validator/zipball/4993e9b5b17e23e7ad9dc2e3b31412f5c4679385",
6970 "reference": "4993e9b5b17e23e7ad9dc2e3b31412f5c4679385",
6971 "shasum": ""
6972 },
6973 "require": {
6974 "php": ">=7.2.5",
6975 "symfony/deprecation-contracts": "^2.1|^3",
6976 "symfony/polyfill-ctype": "~1.8",
6977 "symfony/polyfill-mbstring": "~1.0",
6978 "symfony/polyfill-php73": "~1.0",
6979 "symfony/polyfill-php80": "^1.16",
6980 "symfony/polyfill-php81": "^1.22",
6981 "symfony/translation-contracts": "^1.1|^2|^3"
6982 },
6983 "conflict": {
6984 "doctrine/annotations": "<1.13",
6985 "doctrine/cache": "<1.11",
6986 "doctrine/lexer": "<1.1",
6987 "symfony/dependency-injection": "<4.4",
6988 "symfony/expression-language": "<5.1",
6989 "symfony/http-kernel": "<4.4",
6990 "symfony/intl": "<4.4",
6991 "symfony/property-info": "<5.3",
6992 "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3",
6993 "symfony/yaml": "<4.4"
6994 },
6995 "require-dev": {
6996 "doctrine/annotations": "^1.13|^2",
6997 "doctrine/cache": "^1.11|^2.0",
6998 "egulias/email-validator": "^2.1.10|^3|^4",
6999 "symfony/cache": "^4.4|^5.0|^6.0",
7000 "symfony/config": "^4.4|^5.0|^6.0",
7001 "symfony/console": "^4.4|^5.0|^6.0",
7002 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
7003 "symfony/expression-language": "^5.1|^6.0",
7004 "symfony/finder": "^4.4|^5.0|^6.0",
7005 "symfony/http-client": "^4.4|^5.0|^6.0",
7006 "symfony/http-foundation": "^4.4|^5.0|^6.0",
7007 "symfony/http-kernel": "^4.4|^5.0|^6.0",
7008 "symfony/intl": "^4.4|^5.0|^6.0",
7009 "symfony/mime": "^4.4|^5.0|^6.0",
7010 "symfony/property-access": "^4.4|^5.0|^6.0",
7011 "symfony/property-info": "^5.3|^6.0",
7012 "symfony/translation": "^5.4.35|~6.3.12|^6.4.3",
7013 "symfony/yaml": "^4.4|^5.0|^6.0"
7014 },
7015 "suggest": {
7016 "egulias/email-validator": "Strict (RFC compliant) email validation",
7017 "psr/cache-implementation": "For using the mapping cache.",
7018 "symfony/config": "",
7019 "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
7020 "symfony/http-foundation": "",
7021 "symfony/intl": "",
7022 "symfony/property-access": "For accessing properties within comparison constraints",
7023 "symfony/property-info": "To automatically add NotNull and Type constraints",
7024 "symfony/translation": "For translating validation errors.",
7025 "symfony/yaml": ""
7026 },
7027 "type": "library",
7028 "autoload": {
7029 "psr-4": {
7030 "Symfony\\Component\\Validator\\": ""
7031 },
7032 "exclude-from-classmap": [
7033 "/Tests/"
7034 ]
7035 },
7036 "notification-url": "https://packagist.org/downloads/",
7037 "license": [
7038 "MIT"
7039 ],
7040 "authors": [
7041 {
7042 "name": "Fabien Potencier",
7043 "email": "fabien@symfony.com"
7044 },
7045 {
7046 "name": "Symfony Community",
7047 "homepage": "https://symfony.com/contributors"
7048 }
7049 ],
7050 "description": "Provides tools to validate values",
7051 "homepage": "https://symfony.com",
7052 "support": {
7053 "source": "https://github.com/symfony/validator/tree/v5.4.35"
7054 },
7055 "funding": [
7056 {
7057 "url": "https://symfony.com/sponsor",
7058 "type": "custom"
7059 },
7060 {
7061 "url": "https://github.com/fabpot",
7062 "type": "github"
7063 },
7064 {
7065 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7066 "type": "tidelift"
7067 }
7068 ],
7069 "time": "2024-01-25T22:32:56+00:00"
7070 },
7071 {
7072 "name": "symfony/var-dumper",
7073 "version": "v5.4.35",
7074 "source": {
7075 "type": "git",
7076 "url": "https://github.com/symfony/var-dumper.git",
7077 "reference": "ce4685b30e47d94dfc990c5566285ff99ddf012b"
7078 },
7079 "dist": {
7080 "type": "zip",
7081 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ce4685b30e47d94dfc990c5566285ff99ddf012b",
7082 "reference": "ce4685b30e47d94dfc990c5566285ff99ddf012b",
7083 "shasum": ""
7084 },
7085 "require": {
7086 "php": ">=7.2.5",
7087 "symfony/polyfill-mbstring": "~1.0",
7088 "symfony/polyfill-php80": "^1.16"
7089 },
7090 "conflict": {
7091 "symfony/console": "<4.4"
7092 },
7093 "require-dev": {
7094 "ext-iconv": "*",
7095 "symfony/console": "^4.4|^5.0|^6.0",
7096 "symfony/http-kernel": "^4.4|^5.0|^6.0",
7097 "symfony/process": "^4.4|^5.0|^6.0",
7098 "symfony/uid": "^5.1|^6.0",
7099 "twig/twig": "^2.13|^3.0.4"
7100 },
7101 "suggest": {
7102 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7103 "ext-intl": "To show region name in time zone dump",
7104 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
7105 },
7106 "bin": [
7107 "Resources/bin/var-dump-server"
7108 ],
7109 "type": "library",
7110 "autoload": {
7111 "files": [
7112 "Resources/functions/dump.php"
7113 ],
7114 "psr-4": {
7115 "Symfony\\Component\\VarDumper\\": ""
7116 },
7117 "exclude-from-classmap": [
7118 "/Tests/"
7119 ]
7120 },
7121 "notification-url": "https://packagist.org/downloads/",
7122 "license": [
7123 "MIT"
7124 ],
7125 "authors": [
7126 {
7127 "name": "Nicolas Grekas",
7128 "email": "p@tchwork.com"
7129 },
7130 {
7131 "name": "Symfony Community",
7132 "homepage": "https://symfony.com/contributors"
7133 }
7134 ],
7135 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7136 "homepage": "https://symfony.com",
7137 "keywords": [
7138 "debug",
7139 "dump"
7140 ],
7141 "support": {
7142 "source": "https://github.com/symfony/var-dumper/tree/v5.4.35"
7143 },
7144 "funding": [
7145 {
7146 "url": "https://symfony.com/sponsor",
7147 "type": "custom"
7148 },
7149 {
7150 "url": "https://github.com/fabpot",
7151 "type": "github"
7152 },
7153 {
7154 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7155 "type": "tidelift"
7156 }
7157 ],
7158 "time": "2024-01-23T14:28:09+00:00"
7159 },
7160 {
7161 "name": "symfony/var-exporter",
7162 "version": "v5.4.35",
7163 "source": {
7164 "type": "git",
7165 "url": "https://github.com/symfony/var-exporter.git",
7166 "reference": "abb0a151b62d6b07e816487e20040464af96cae7"
7167 },
7168 "dist": {
7169 "type": "zip",
7170 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/abb0a151b62d6b07e816487e20040464af96cae7",
7171 "reference": "abb0a151b62d6b07e816487e20040464af96cae7",
7172 "shasum": ""
7173 },
7174 "require": {
7175 "php": ">=7.2.5",
7176 "symfony/polyfill-php80": "^1.16"
7177 },
7178 "require-dev": {
7179 "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
7180 },
7181 "type": "library",
7182 "autoload": {
7183 "psr-4": {
7184 "Symfony\\Component\\VarExporter\\": ""
7185 },
7186 "exclude-from-classmap": [
7187 "/Tests/"
7188 ]
7189 },
7190 "notification-url": "https://packagist.org/downloads/",
7191 "license": [
7192 "MIT"
7193 ],
7194 "authors": [
7195 {
7196 "name": "Nicolas Grekas",
7197 "email": "p@tchwork.com"
7198 },
7199 {
7200 "name": "Symfony Community",
7201 "homepage": "https://symfony.com/contributors"
7202 }
7203 ],
7204 "description": "Allows exporting any serializable PHP data structure to plain PHP code",
7205 "homepage": "https://symfony.com",
7206 "keywords": [
7207 "clone",
7208 "construct",
7209 "export",
7210 "hydrate",
7211 "instantiate",
7212 "serialize"
7213 ],
7214 "support": {
7215 "source": "https://github.com/symfony/var-exporter/tree/v5.4.35"
7216 },
7217 "funding": [
7218 {
7219 "url": "https://symfony.com/sponsor",
7220 "type": "custom"
7221 },
7222 {
7223 "url": "https://github.com/fabpot",
7224 "type": "github"
7225 },
7226 {
7227 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7228 "type": "tidelift"
7229 }
7230 ],
7231 "time": "2024-01-23T13:51:25+00:00"
7232 },
7233 {
7234 "name": "symfony/web-profiler-bundle",
7235 "version": "v5.4.35",
7236 "source": {
7237 "type": "git",
7238 "url": "https://github.com/symfony/web-profiler-bundle.git",
7239 "reference": "d71d64739a77ba23e7797d5ed3226796751df058"
7240 },
7241 "dist": {
7242 "type": "zip",
7243 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/d71d64739a77ba23e7797d5ed3226796751df058",
7244 "reference": "d71d64739a77ba23e7797d5ed3226796751df058",
7245 "shasum": ""
7246 },
7247 "require": {
7248 "php": ">=7.2.5",
7249 "symfony/config": "^4.4|^5.0|^6.0",
7250 "symfony/framework-bundle": "^5.3|^6.0,<6.4",
7251 "symfony/http-kernel": "^5.3|^6.0",
7252 "symfony/polyfill-php80": "^1.16",
7253 "symfony/routing": "^4.4|^5.0|^6.0",
7254 "symfony/twig-bundle": "^4.4|^5.0|^6.0",
7255 "twig/twig": "^2.13|^3.0.4"
7256 },
7257 "conflict": {
7258 "symfony/dependency-injection": "<5.2",
7259 "symfony/form": "<4.4",
7260 "symfony/mailer": "<5.4",
7261 "symfony/messenger": "<4.4"
7262 },
7263 "require-dev": {
7264 "symfony/browser-kit": "^4.4|^5.0|^6.0",
7265 "symfony/console": "^4.4|^5.0|^6.0",
7266 "symfony/css-selector": "^4.4|^5.0|^6.0",
7267 "symfony/stopwatch": "^4.4|^5.0|^6.0"
7268 },
7269 "type": "symfony-bundle",
7270 "autoload": {
7271 "psr-4": {
7272 "Symfony\\Bundle\\WebProfilerBundle\\": ""
7273 },
7274 "exclude-from-classmap": [
7275 "/Tests/"
7276 ]
7277 },
7278 "notification-url": "https://packagist.org/downloads/",
7279 "license": [
7280 "MIT"
7281 ],
7282 "authors": [
7283 {
7284 "name": "Fabien Potencier",
7285 "email": "fabien@symfony.com"
7286 },
7287 {
7288 "name": "Symfony Community",
7289 "homepage": "https://symfony.com/contributors"
7290 }
7291 ],
7292 "description": "Provides a development tool that gives detailed information about the execution of any request",
7293 "homepage": "https://symfony.com",
7294 "support": {
7295 "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.35"
7296 },
7297 "funding": [
7298 {
7299 "url": "https://symfony.com/sponsor",
7300 "type": "custom"
7301 },
7302 {
7303 "url": "https://github.com/fabpot",
7304 "type": "github"
7305 },
7306 {
7307 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7308 "type": "tidelift"
7309 }
7310 ],
7311 "time": "2024-01-23T15:43:50+00:00"
7312 },
7313 {
7314 "name": "symfony/yaml",
7315 "version": "v5.4.35",
7316 "source": {
7317 "type": "git",
7318 "url": "https://github.com/symfony/yaml.git",
7319 "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4"
7320 },
7321 "dist": {
7322 "type": "zip",
7323 "url": "https://api.github.com/repos/symfony/yaml/zipball/e78db7f5c70a21f0417a31f414c4a95fe76c07e4",
7324 "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4",
7325 "shasum": ""
7326 },
7327 "require": {
7328 "php": ">=7.2.5",
7329 "symfony/deprecation-contracts": "^2.1|^3",
7330 "symfony/polyfill-ctype": "^1.8"
7331 },
7332 "conflict": {
7333 "symfony/console": "<5.3"
7334 },
7335 "require-dev": {
7336 "symfony/console": "^5.3|^6.0"
7337 },
7338 "suggest": {
7339 "symfony/console": "For validating YAML files using the lint command"
7340 },
7341 "bin": [
7342 "Resources/bin/yaml-lint"
7343 ],
7344 "type": "library",
7345 "autoload": {
7346 "psr-4": {
7347 "Symfony\\Component\\Yaml\\": ""
7348 },
7349 "exclude-from-classmap": [
7350 "/Tests/"
7351 ]
7352 },
7353 "notification-url": "https://packagist.org/downloads/",
7354 "license": [
7355 "MIT"
7356 ],
7357 "authors": [
7358 {
7359 "name": "Fabien Potencier",
7360 "email": "fabien@symfony.com"
7361 },
7362 {
7363 "name": "Symfony Community",
7364 "homepage": "https://symfony.com/contributors"
7365 }
7366 ],
7367 "description": "Loads and dumps YAML files",
7368 "homepage": "https://symfony.com",
7369 "support": {
7370 "source": "https://github.com/symfony/yaml/tree/v5.4.35"
7371 },
7372 "funding": [
7373 {
7374 "url": "https://symfony.com/sponsor",
7375 "type": "custom"
7376 },
7377 {
7378 "url": "https://github.com/fabpot",
7379 "type": "github"
7380 },
7381 {
7382 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7383 "type": "tidelift"
7384 }
7385 ],
7386 "time": "2024-01-23T13:51:25+00:00"
7387 },
7388 {
7389 "name": "twig/extra-bundle",
7390 "version": "v3.8.0",
7391 "source": {
7392 "type": "git",
7393 "url": "https://github.com/twigphp/twig-extra-bundle.git",
7394 "reference": "32807183753de0388c8e59f7ac2d13bb47311140"
7395 },
7396 "dist": {
7397 "type": "zip",
7398 "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/32807183753de0388c8e59f7ac2d13bb47311140",
7399 "reference": "32807183753de0388c8e59f7ac2d13bb47311140",
7400 "shasum": ""
7401 },
7402 "require": {
7403 "php": ">=7.2.5",
7404 "symfony/framework-bundle": "^5.4|^6.0|^7.0",
7405 "symfony/twig-bundle": "^5.4|^6.0|^7.0",
7406 "twig/twig": "^3.0"
7407 },
7408 "require-dev": {
7409 "league/commonmark": "^1.0|^2.0",
7410 "symfony/phpunit-bridge": "^6.4|^7.0",
7411 "twig/cache-extra": "^3.0",
7412 "twig/cssinliner-extra": "^2.12|^3.0",
7413 "twig/html-extra": "^2.12|^3.0",
7414 "twig/inky-extra": "^2.12|^3.0",
7415 "twig/intl-extra": "^2.12|^3.0",
7416 "twig/markdown-extra": "^2.12|^3.0",
7417 "twig/string-extra": "^2.12|^3.0"
7418 },
7419 "type": "symfony-bundle",
7420 "autoload": {
7421 "psr-4": {
7422 "Twig\\Extra\\TwigExtraBundle\\": ""
7423 },
7424 "exclude-from-classmap": [
7425 "/Tests/"
7426 ]
7427 },
7428 "notification-url": "https://packagist.org/downloads/",
7429 "license": [
7430 "MIT"
7431 ],
7432 "authors": [
7433 {
7434 "name": "Fabien Potencier",
7435 "email": "fabien@symfony.com",
7436 "homepage": "http://fabien.potencier.org",
7437 "role": "Lead Developer"
7438 }
7439 ],
7440 "description": "A Symfony bundle for extra Twig extensions",
7441 "homepage": "https://twig.symfony.com",
7442 "keywords": [
7443 "bundle",
7444 "extra",
7445 "twig"
7446 ],
7447 "support": {
7448 "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.8.0"
7449 },
7450 "funding": [
7451 {
7452 "url": "https://github.com/fabpot",
7453 "type": "github"
7454 },
7455 {
7456 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7457 "type": "tidelift"
7458 }
7459 ],
7460 "time": "2023-11-21T14:02:01+00:00"
7461 },
7462 {
7463 "name": "twig/html-extra",
7464 "version": "v3.8.0",
7465 "source": {
7466 "type": "git",
7467 "url": "https://github.com/twigphp/html-extra.git",
7468 "reference": "c04603bb3b71d8d2ece9e583dbf7bd77811df1f2"
7469 },
7470 "dist": {
7471 "type": "zip",
7472 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/c04603bb3b71d8d2ece9e583dbf7bd77811df1f2",
7473 "reference": "c04603bb3b71d8d2ece9e583dbf7bd77811df1f2",
7474 "shasum": ""
7475 },
7476 "require": {
7477 "php": ">=7.2.5",
7478 "symfony/mime": "^5.4|^6.0|^7.0",
7479 "twig/twig": "^3.0"
7480 },
7481 "require-dev": {
7482 "symfony/phpunit-bridge": "^6.4|^7.0"
7483 },
7484 "type": "library",
7485 "autoload": {
7486 "psr-4": {
7487 "Twig\\Extra\\Html\\": ""
7488 },
7489 "exclude-from-classmap": [
7490 "/Tests/"
7491 ]
7492 },
7493 "notification-url": "https://packagist.org/downloads/",
7494 "license": [
7495 "MIT"
7496 ],
7497 "authors": [
7498 {
7499 "name": "Fabien Potencier",
7500 "email": "fabien@symfony.com",
7501 "homepage": "http://fabien.potencier.org",
7502 "role": "Lead Developer"
7503 }
7504 ],
7505 "description": "A Twig extension for HTML",
7506 "homepage": "https://twig.symfony.com",
7507 "keywords": [
7508 "html",
7509 "twig"
7510 ],
7511 "support": {
7512 "source": "https://github.com/twigphp/html-extra/tree/v3.8.0"
7513 },
7514 "funding": [
7515 {
7516 "url": "https://github.com/fabpot",
7517 "type": "github"
7518 },
7519 {
7520 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7521 "type": "tidelift"
7522 }
7523 ],
7524 "time": "2023-11-21T14:02:01+00:00"
7525 },
7526 {
7527 "name": "twig/markdown-extra",
7528 "version": "v3.8.0",
7529 "source": {
7530 "type": "git",
7531 "url": "https://github.com/twigphp/markdown-extra.git",
7532 "reference": "b6e4954ab60030233df5d293886b5404558daac8"
7533 },
7534 "dist": {
7535 "type": "zip",
7536 "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/b6e4954ab60030233df5d293886b5404558daac8",
7537 "reference": "b6e4954ab60030233df5d293886b5404558daac8",
7538 "shasum": ""
7539 },
7540 "require": {
7541 "php": ">=7.2.5",
7542 "twig/twig": "^3.0"
7543 },
7544 "require-dev": {
7545 "erusev/parsedown": "^1.7",
7546 "league/commonmark": "^1.0|^2.0",
7547 "league/html-to-markdown": "^4.8|^5.0",
7548 "michelf/php-markdown": "^1.8|^2.0",
7549 "symfony/phpunit-bridge": "^6.4|^7.0"
7550 },
7551 "type": "library",
7552 "autoload": {
7553 "psr-4": {
7554 "Twig\\Extra\\Markdown\\": ""
7555 },
7556 "exclude-from-classmap": [
7557 "/Tests/"
7558 ]
7559 },
7560 "notification-url": "https://packagist.org/downloads/",
7561 "license": [
7562 "MIT"
7563 ],
7564 "authors": [
7565 {
7566 "name": "Fabien Potencier",
7567 "email": "fabien@symfony.com",
7568 "homepage": "http://fabien.potencier.org",
7569 "role": "Lead Developer"
7570 }
7571 ],
7572 "description": "A Twig extension for Markdown",
7573 "homepage": "https://twig.symfony.com",
7574 "keywords": [
7575 "html",
7576 "markdown",
7577 "twig"
7578 ],
7579 "support": {
7580 "source": "https://github.com/twigphp/markdown-extra/tree/v3.8.0"
7581 },
7582 "funding": [
7583 {
7584 "url": "https://github.com/fabpot",
7585 "type": "github"
7586 },
7587 {
7588 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7589 "type": "tidelift"
7590 }
7591 ],
7592 "time": "2023-11-21T14:02:01+00:00"
7593 },
7594 {
7595 "name": "twig/twig",
7596 "version": "v3.8.0",
7597 "source": {
7598 "type": "git",
7599 "url": "https://github.com/twigphp/Twig.git",
7600 "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d"
7601 },
7602 "dist": {
7603 "type": "zip",
7604 "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
7605 "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
7606 "shasum": ""
7607 },
7608 "require": {
7609 "php": ">=7.2.5",
7610 "symfony/polyfill-ctype": "^1.8",
7611 "symfony/polyfill-mbstring": "^1.3",
7612 "symfony/polyfill-php80": "^1.22"
7613 },
7614 "require-dev": {
7615 "psr/container": "^1.0|^2.0",
7616 "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0"
7617 },
7618 "type": "library",
7619 "autoload": {
7620 "psr-4": {
7621 "Twig\\": "src/"
7622 }
7623 },
7624 "notification-url": "https://packagist.org/downloads/",
7625 "license": [
7626 "BSD-3-Clause"
7627 ],
7628 "authors": [
7629 {
7630 "name": "Fabien Potencier",
7631 "email": "fabien@symfony.com",
7632 "homepage": "http://fabien.potencier.org",
7633 "role": "Lead Developer"
7634 },
7635 {
7636 "name": "Twig Team",
7637 "role": "Contributors"
7638 },
7639 {
7640 "name": "Armin Ronacher",
7641 "email": "armin.ronacher@active-4.com",
7642 "role": "Project Founder"
7643 }
7644 ],
7645 "description": "Twig, the flexible, fast, and secure template language for PHP",
7646 "homepage": "https://twig.symfony.com",
7647 "keywords": [
7648 "templating"
7649 ],
7650 "support": {
7651 "issues": "https://github.com/twigphp/Twig/issues",
7652 "source": "https://github.com/twigphp/Twig/tree/v3.8.0"
7653 },
7654 "funding": [
7655 {
7656 "url": "https://github.com/fabpot",
7657 "type": "github"
7658 },
7659 {
7660 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7661 "type": "tidelift"
7662 }
7663 ],
7664 "time": "2023-11-21T18:54:41+00:00"
7665 }
7666 ],
7667 "packages-dev": [
7668 {
7669 "name": "doctrine/data-fixtures",
7670 "version": "1.7.0",
7671 "source": {
7672 "type": "git",
7673 "url": "https://github.com/doctrine/data-fixtures.git",
7674 "reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f"
7675 },
7676 "dist": {
7677 "type": "zip",
7678 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bbcb74f2ac6dbe81a14b3c3687d7623490a0448f",
7679 "reference": "bbcb74f2ac6dbe81a14b3c3687d7623490a0448f",
7680 "shasum": ""
7681 },
7682 "require": {
7683 "doctrine/deprecations": "^0.5.3 || ^1.0",
7684 "doctrine/persistence": "^2.0|^3.0",
7685 "php": "^7.4 || ^8.0"
7686 },
7687 "conflict": {
7688 "doctrine/dbal": "<3.5 || >=5",
7689 "doctrine/orm": "<2.14 || >=4",
7690 "doctrine/phpcr-odm": "<1.3.0"
7691 },
7692 "require-dev": {
7693 "doctrine/annotations": "^1.12 || ^2",
7694 "doctrine/coding-standard": "^12",
7695 "doctrine/dbal": "^3.5 || ^4",
7696 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
7697 "doctrine/orm": "^2.14 || ^3",
7698 "ext-sqlite3": "*",
7699 "phpstan/phpstan": "^1.10",
7700 "phpunit/phpunit": "^9.6.13 || ^10.4.2",
7701 "symfony/cache": "^5.4 || ^6.3 || ^7",
7702 "symfony/var-exporter": "^5.4 || ^6.3 || ^7",
7703 "vimeo/psalm": "^5.9"
7704 },
7705 "suggest": {
7706 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
7707 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
7708 "doctrine/orm": "For loading ORM fixtures",
7709 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
7710 },
7711 "type": "library",
7712 "autoload": {
7713 "psr-4": {
7714 "Doctrine\\Common\\DataFixtures\\": "src"
7715 }
7716 },
7717 "notification-url": "https://packagist.org/downloads/",
7718 "license": [
7719 "MIT"
7720 ],
7721 "authors": [
7722 {
7723 "name": "Jonathan Wage",
7724 "email": "jonwage@gmail.com"
7725 }
7726 ],
7727 "description": "Data Fixtures for all Doctrine Object Managers",
7728 "homepage": "https://www.doctrine-project.org",
7729 "keywords": [
7730 "database"
7731 ],
7732 "support": {
7733 "issues": "https://github.com/doctrine/data-fixtures/issues",
7734 "source": "https://github.com/doctrine/data-fixtures/tree/1.7.0"
7735 },
7736 "funding": [
7737 {
7738 "url": "https://www.doctrine-project.org/sponsorship.html",
7739 "type": "custom"
7740 },
7741 {
7742 "url": "https://www.patreon.com/phpdoctrine",
7743 "type": "patreon"
7744 },
7745 {
7746 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
7747 "type": "tidelift"
7748 }
7749 ],
7750 "time": "2023-11-24T11:18:31+00:00"
7751 },
7752 {
7753 "name": "doctrine/doctrine-fixtures-bundle",
7754 "version": "3.5.1",
7755 "source": {
7756 "type": "git",
7757 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
7758 "reference": "c808a0c85c38c8ee265cc8405b456c1d2b38567d"
7759 },
7760 "dist": {
7761 "type": "zip",
7762 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c808a0c85c38c8ee265cc8405b456c1d2b38567d",
7763 "reference": "c808a0c85c38c8ee265cc8405b456c1d2b38567d",
7764 "shasum": ""
7765 },
7766 "require": {
7767 "doctrine/data-fixtures": "^1.3",
7768 "doctrine/doctrine-bundle": "^2.2",
7769 "doctrine/orm": "^2.14.0 || ^3.0",
7770 "doctrine/persistence": "^2.4|^3.0",
7771 "php": "^7.4 || ^8.0",
7772 "symfony/config": "^5.4|^6.0|^7.0",
7773 "symfony/console": "^5.4|^6.0|^7.0",
7774 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
7775 "symfony/deprecation-contracts": "^2.1|^3",
7776 "symfony/doctrine-bridge": "^5.4|^6.0|^7.0",
7777 "symfony/http-kernel": "^5.4|^6.0|^7.0"
7778 },
7779 "conflict": {
7780 "doctrine/dbal": "< 3"
7781 },
7782 "require-dev": {
7783 "doctrine/coding-standard": "^12",
7784 "phpstan/phpstan": "^1.10.39",
7785 "phpunit/phpunit": "^9.6.13",
7786 "symfony/phpunit-bridge": "^6.3.6",
7787 "vimeo/psalm": "^5.15"
7788 },
7789 "type": "symfony-bundle",
7790 "autoload": {
7791 "psr-4": {
7792 "Doctrine\\Bundle\\FixturesBundle\\": ""
7793 }
7794 },
7795 "notification-url": "https://packagist.org/downloads/",
7796 "license": [
7797 "MIT"
7798 ],
7799 "authors": [
7800 {
7801 "name": "Fabien Potencier",
7802 "email": "fabien@symfony.com"
7803 },
7804 {
7805 "name": "Doctrine Project",
7806 "homepage": "https://www.doctrine-project.org"
7807 },
7808 {
7809 "name": "Symfony Community",
7810 "homepage": "https://symfony.com/contributors"
7811 }
7812 ],
7813 "description": "Symfony DoctrineFixturesBundle",
7814 "homepage": "https://www.doctrine-project.org",
7815 "keywords": [
7816 "Fixture",
7817 "persistence"
7818 ],
7819 "support": {
7820 "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
7821 "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.5.1"
7822 },
7823 "funding": [
7824 {
7825 "url": "https://www.doctrine-project.org/sponsorship.html",
7826 "type": "custom"
7827 },
7828 {
7829 "url": "https://www.patreon.com/phpdoctrine",
7830 "type": "patreon"
7831 },
7832 {
7833 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
7834 "type": "tidelift"
7835 }
7836 ],
7837 "time": "2023-11-19T12:48:54+00:00"
7838 },
7839 {
7840 "name": "nikic/php-parser",
7841 "version": "v4.18.0",
7842 "source": {
7843 "type": "git",
7844 "url": "https://github.com/nikic/PHP-Parser.git",
7845 "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
7846 },
7847 "dist": {
7848 "type": "zip",
7849 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
7850 "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
7851 "shasum": ""
7852 },
7853 "require": {
7854 "ext-tokenizer": "*",
7855 "php": ">=7.0"
7856 },
7857 "require-dev": {
7858 "ircmaxell/php-yacc": "^0.0.7",
7859 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
7860 },
7861 "bin": [
7862 "bin/php-parse"
7863 ],
7864 "type": "library",
7865 "extra": {
7866 "branch-alias": {
7867 "dev-master": "4.9-dev"
7868 }
7869 },
7870 "autoload": {
7871 "psr-4": {
7872 "PhpParser\\": "lib/PhpParser"
7873 }
7874 },
7875 "notification-url": "https://packagist.org/downloads/",
7876 "license": [
7877 "BSD-3-Clause"
7878 ],
7879 "authors": [
7880 {
7881 "name": "Nikita Popov"
7882 }
7883 ],
7884 "description": "A PHP parser written in PHP",
7885 "keywords": [
7886 "parser",
7887 "php"
7888 ],
7889 "support": {
7890 "issues": "https://github.com/nikic/PHP-Parser/issues",
7891 "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
7892 },
7893 "time": "2023-12-10T21:03:43+00:00"
7894 },
7895 {
7896 "name": "symfony/browser-kit",
7897 "version": "v5.4.35",
7898 "source": {
7899 "type": "git",
7900 "url": "https://github.com/symfony/browser-kit.git",
7901 "reference": "2f6f979b579ed1c051465c3c2fb81daf5bb4a002"
7902 },
7903 "dist": {
7904 "type": "zip",
7905 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2f6f979b579ed1c051465c3c2fb81daf5bb4a002",
7906 "reference": "2f6f979b579ed1c051465c3c2fb81daf5bb4a002",
7907 "shasum": ""
7908 },
7909 "require": {
7910 "php": ">=7.2.5",
7911 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
7912 "symfony/polyfill-php80": "^1.16"
7913 },
7914 "require-dev": {
7915 "symfony/css-selector": "^4.4|^5.0|^6.0",
7916 "symfony/http-client": "^4.4|^5.0|^6.0",
7917 "symfony/mime": "^4.4|^5.0|^6.0",
7918 "symfony/process": "^4.4|^5.0|^6.0"
7919 },
7920 "suggest": {
7921 "symfony/process": ""
7922 },
7923 "type": "library",
7924 "autoload": {
7925 "psr-4": {
7926 "Symfony\\Component\\BrowserKit\\": ""
7927 },
7928 "exclude-from-classmap": [
7929 "/Tests/"
7930 ]
7931 },
7932 "notification-url": "https://packagist.org/downloads/",
7933 "license": [
7934 "MIT"
7935 ],
7936 "authors": [
7937 {
7938 "name": "Fabien Potencier",
7939 "email": "fabien@symfony.com"
7940 },
7941 {
7942 "name": "Symfony Community",
7943 "homepage": "https://symfony.com/contributors"
7944 }
7945 ],
7946 "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
7947 "homepage": "https://symfony.com",
7948 "support": {
7949 "source": "https://github.com/symfony/browser-kit/tree/v5.4.35"
7950 },
7951 "funding": [
7952 {
7953 "url": "https://symfony.com/sponsor",
7954 "type": "custom"
7955 },
7956 {
7957 "url": "https://github.com/fabpot",
7958 "type": "github"
7959 },
7960 {
7961 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7962 "type": "tidelift"
7963 }
7964 ],
7965 "time": "2024-01-23T13:51:25+00:00"
7966 },
7967 {
7968 "name": "symfony/maker-bundle",
7969 "version": "v1.50.0",
7970 "source": {
7971 "type": "git",
7972 "url": "https://github.com/symfony/maker-bundle.git",
7973 "reference": "a1733f849b999460c308e66f6392fb09b621fa86"
7974 },
7975 "dist": {
7976 "type": "zip",
7977 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/a1733f849b999460c308e66f6392fb09b621fa86",
7978 "reference": "a1733f849b999460c308e66f6392fb09b621fa86",
7979 "shasum": ""
7980 },
7981 "require": {
7982 "doctrine/inflector": "^2.0",
7983 "nikic/php-parser": "^4.11",
7984 "php": ">=8.0",
7985 "symfony/config": "^5.4.7|^6.0",
7986 "symfony/console": "^5.4.7|^6.0",
7987 "symfony/dependency-injection": "^5.4.7|^6.0",
7988 "symfony/deprecation-contracts": "^2.2|^3",
7989 "symfony/filesystem": "^5.4.7|^6.0",
7990 "symfony/finder": "^5.4.3|^6.0",
7991 "symfony/framework-bundle": "^5.4.7|^6.0",
7992 "symfony/http-kernel": "^5.4.7|^6.0",
7993 "symfony/process": "^5.4.7|^6.0"
7994 },
7995 "conflict": {
7996 "doctrine/doctrine-bundle": "<2.4",
7997 "doctrine/orm": "<2.10",
7998 "symfony/doctrine-bridge": "<5.4"
7999 },
8000 "require-dev": {
8001 "composer/semver": "^3.0",
8002 "doctrine/doctrine-bundle": "^2.4",
8003 "doctrine/orm": "^2.10.0",
8004 "symfony/http-client": "^5.4.7|^6.0",
8005 "symfony/phpunit-bridge": "^5.4.17|^6.0",
8006 "symfony/polyfill-php80": "^1.16.0",
8007 "symfony/security-core": "^5.4.7|^6.0",
8008 "symfony/yaml": "^5.4.3|^6.0",
8009 "twig/twig": "^2.0|^3.0"
8010 },
8011 "type": "symfony-bundle",
8012 "extra": {
8013 "branch-alias": {
8014 "dev-main": "1.0-dev"
8015 }
8016 },
8017 "autoload": {
8018 "psr-4": {
8019 "Symfony\\Bundle\\MakerBundle\\": "src/"
8020 }
8021 },
8022 "notification-url": "https://packagist.org/downloads/",
8023 "license": [
8024 "MIT"
8025 ],
8026 "authors": [
8027 {
8028 "name": "Symfony Community",
8029 "homepage": "https://symfony.com/contributors"
8030 }
8031 ],
8032 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
8033 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
8034 "keywords": [
8035 "code generator",
8036 "dev",
8037 "generator",
8038 "scaffold",
8039 "scaffolding"
8040 ],
8041 "support": {
8042 "issues": "https://github.com/symfony/maker-bundle/issues",
8043 "source": "https://github.com/symfony/maker-bundle/tree/v1.50.0"
8044 },
8045 "funding": [
8046 {
8047 "url": "https://symfony.com/sponsor",
8048 "type": "custom"
8049 },
8050 {
8051 "url": "https://github.com/fabpot",
8052 "type": "github"
8053 },
8054 {
8055 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8056 "type": "tidelift"
8057 }
8058 ],
8059 "time": "2023-07-10T18:21:57+00:00"
8060 },
8061 {
8062 "name": "symfony/phpunit-bridge",
8063 "version": "v5.4.35",
8064 "source": {
8065 "type": "git",
8066 "url": "https://github.com/symfony/phpunit-bridge.git",
8067 "reference": "2a0216076da723aeabebef57bbb5009d0ee920f6"
8068 },
8069 "dist": {
8070 "type": "zip",
8071 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2a0216076da723aeabebef57bbb5009d0ee920f6",
8072 "reference": "2a0216076da723aeabebef57bbb5009d0ee920f6",
8073 "shasum": ""
8074 },
8075 "require": {
8076 "php": ">=7.1.3",
8077 "symfony/deprecation-contracts": "^2.1|^3"
8078 },
8079 "conflict": {
8080 "phpunit/phpunit": "<7.5|9.1.2"
8081 },
8082 "require-dev": {
8083 "symfony/error-handler": "^4.4|^5.0|^6.0"
8084 },
8085 "suggest": {
8086 "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
8087 },
8088 "bin": [
8089 "bin/simple-phpunit"
8090 ],
8091 "type": "symfony-bridge",
8092 "extra": {
8093 "thanks": {
8094 "name": "phpunit/phpunit",
8095 "url": "https://github.com/sebastianbergmann/phpunit"
8096 }
8097 },
8098 "autoload": {
8099 "files": [
8100 "bootstrap.php"
8101 ],
8102 "psr-4": {
8103 "Symfony\\Bridge\\PhpUnit\\": ""
8104 },
8105 "exclude-from-classmap": [
8106 "/Tests/"
8107 ]
8108 },
8109 "notification-url": "https://packagist.org/downloads/",
8110 "license": [
8111 "MIT"
8112 ],
8113 "authors": [
8114 {
8115 "name": "Nicolas Grekas",
8116 "email": "p@tchwork.com"
8117 },
8118 {
8119 "name": "Symfony Community",
8120 "homepage": "https://symfony.com/contributors"
8121 }
8122 ],
8123 "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
8124 "homepage": "https://symfony.com",
8125 "support": {
8126 "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.35"
8127 },
8128 "funding": [
8129 {
8130 "url": "https://symfony.com/sponsor",
8131 "type": "custom"
8132 },
8133 {
8134 "url": "https://github.com/fabpot",
8135 "type": "github"
8136 },
8137 {
8138 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8139 "type": "tidelift"
8140 }
8141 ],
8142 "time": "2024-01-23T13:51:25+00:00"
8143 }
8144 ],
8145 "aliases": [],
8146 "minimum-stability": "stable",
8147 "stability-flags": {
8148 "rapsys/airbundle": 20,
8149 "rapsys/packbundle": 20,
8150 "rapsys/userbundle": 20
8151 },
8152 "prefer-stable": false,
8153 "prefer-lowest": false,
8154 "platform": {
8155 "php": "^7.0|^8.0",
8156 "ext-ctype": "*",
8157 "ext-iconv": "*"
8158 },
8159 "platform-dev": [],
8160 "plugin-api-version": "2.3.0"
8161 }